:root {
  --excellent-gold: #f9d300;
  --light-gray: #1c1a1a;
  --extra-light: #292626;
  --white: white;
  --excellent-black: #161515;
  --black: black;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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 {
  height: 1px;
  background-color: #eee;
}

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

.section {
  margin-top: -200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 120px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.section.cc-cta {
  max-width: 100%;
  background-color: var(--excellent-gold);
  margin: 0;
  padding-left: 80px;
  padding-right: 80px;
}

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

.section.bg-pattern {
  max-width: none;
  min-width: auto;
  background-image: url('../images/bg_logo_pattern.svg');
  background-position: 50% 4%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin: 0 auto;
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: visible;
}

.section.big-image {
  margin: -147px 0 0;
  padding-left: 0;
  padding-right: 0;
}

.section.full-size {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 150px;
}

.section.footer {
  background-color: var(--light-gray);
  margin: 0;
  padding-top: 40px;
  padding-bottom: 10px;
}

.section.slider-portfolio {
  margin-top: 0;
  padding-top: 0;
}

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

.container {
  width: 100%;
  max-width: 1240px;
  border-top: 1px none var(--extra-light);
  margin-left: auto;
  margin-right: auto;
}

.container.padd {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container.horizont {
  display: flex;
  position: relative;
}

.container.stripe-up {
  border-top: 1px solid var(--light-gray);
}

.container.line {
  border-top-style: solid;
  border-top-color: var(--extra-light);
}

.paragraph-tiny {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

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

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  text-align: left;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

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

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

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

.button.cc-jumbo-button {
  background-color: var(--excellent-black);
  border-radius: 4px;
  padding: 16px 40px 16px 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--excellent-gold);
  color: #000;
  border-radius: 4px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: flex;
}

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

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

.button.cc-contact-us {
  z-index: 5;
  min-height: 100%;
  background-color: var(--excellent-gold);
  color: var(--excellent-black);
  border-radius: 0 4px 4px 0;
  align-items: center;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  position: relative;
}

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

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

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

.button.yellow {
  background-color: var(--excellent-gold);
  color: var(--excellent-black);
  border-radius: 4px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.label {
  color: var(--excellent-gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
}

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

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

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

.label.dark {
  color: var(--excellent-black);
  -webkit-text-stroke-color: var(--excellent-black);
  line-height: 24px;
}

.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-cta {
  opacity: .6;
  color: var(--excellent-black);
  text-align: left;
}

.paragraph-cta.dark {
  color: var(--excellent-black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.heading-jumbo {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 140%;
}

.heading-jumbo-small {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

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

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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;
}

.menu {
  z-index: 0;
  min-width: auto;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  padding: 20px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  max-width: 1240px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navigation {
  max-width: 1240px;
  background-color: var(--excellent-black);
  border-radius: 4px;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-item {
  opacity: .6;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--excellent-gold);
}

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

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

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

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

.navigation-item.footer {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.navigation-item.footer:hover, .navigation-item.footer.w--current {
  color: var(--excellent-gold);
}

.logo-image {
  width: 180px;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  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 {
  width: auto;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cta-wrap {
  width: 85%;
  background-color: var(--excellent-gold);
  text-align: center;
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 40px 40px;
  display: flex;
  position: relative;
  left: -40px;
}

.intro-header {
  height: 600px;
  max-width: none;
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(rgba(22, 21, 21, .83), rgba(22, 21, 21, .83)), url('../images/intro_image.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: -125px;
  margin-bottom: 0;
  display: flex;
}

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

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

.intro-content.cc-homepage {
  width: auto;
  max-width: 1240px;
  min-width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 40px;
  display: grid;
  position: relative;
}

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

.about-story-wrap {
  width: 80%;
  text-align: center;
  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::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.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 {
  width: 100%;
  min-width: 100%;
  flex-direction: column;
  align-items: stretch;
  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 {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  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 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 {
  height: 620px;
  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;
  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 {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  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 {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

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

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

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  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 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  background-image: url('../images/bg_logo_pattern.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

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

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

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

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

.intro-text {
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.body {
  background-color: #161515;
}

.span-gold {
  color: var(--excellent-gold);
}

.intro_image {
  width: 260px;
  position: absolute;
  top: auto;
  bottom: -36%;
  left: auto;
  right: 0%;
}

.intro-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/pattern_stripe.svg');
  background-position: 288% 0;
  background-repeat: no-repeat;
  background-size: 1080px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/intro_feature_bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 40px 60px;
  position: relative;
  top: -40px;
}

.feature-heading {
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.feature-heading.white {
  color: var(--excellent-gold);
  font-size: 50px;
  line-height: 60px;
}

.feature-black {
  background-color: rgba(0, 0, 0, 0);
  padding: 80px 40px 40px;
}

.feature-black.last {
  padding-top: 20px;
}

.subheading {
  opacity: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
}

.subheading.cc-bigger-light, .subheading.cc-bigger-white-light {
  opacity: .6;
}

.subheading.white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.large-image-intro {
  height: 330px;
  min-width: 100%;
  object-fit: cover;
  margin-top: -20px;
}

.grid {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.left-sticky-text {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 100px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.content-scroll--services {
  display: flex;
}

.heading-h2 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
}

.image-service {
  min-width: 100%;
  border-radius: 4px;
  margin-bottom: 20px;
}

.paragraph-tiny-2 {
  opacity: .6;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 160%;
}

.paragraph-tiny-2.dark {
  color: var(--excellent-black);
}

.name-of-services {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 40px;
}

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

.name-of-services.cc-light {
  opacity: .6;
}

.name-of-services.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.grid-services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.container-sticky {
  min-height: 100%;
  position: static;
}

.slider {
  width: 2px;
  height: 100%;
  background-color: #525252;
  margin-right: 60px;
  position: relative;
}

.position-slider {
  width: 6px;
  height: 14%;
  background-color: var(--excellent-gold);
  border-radius: 20px;
  margin-left: -2px;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.icon-service {
  position: absolute;
  top: -19%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.icon-service._2 {
  width: 100px;
  top: auto;
  bottom: -16%;
  left: auto;
  right: 8%;
}

.icon-service._3 {
  width: 100px;
  top: 12%;
  bottom: auto;
  left: -7%;
  right: auto;
}

.spacer {
  height: 40px;
}

.paragraph-main {
  opacity: .6;
  color: var(--white);
  text-align: left;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
}

.paragraph-main.dark {
  color: var(--excellent-black);
}

.paragraph-main.large {
  font-size: 16px;
  line-height: 170%;
}

.cta-box {
  min-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  margin-right: 0;
  display: flex;
}

.team-picture {
  height: 600px;
  max-width: none;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/Nas_Tym_small-kopie.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.white-box-absolut {
  max-width: 640px;
  background-color: var(--white);
  border-radius: 4px;
  padding: 60px;
  position: relative;
  top: -153px;
}

.white-box-with-pattern {
  width: 100%;
  max-width: 1240px;
  background-image: url('../images/pattern_stripe.svg');
  background-repeat: no-repeat;
  background-size: 980px;
  margin-left: auto;
  margin-right: auto;
}

.image.card-service-item {
  max-width: 122px;
  margin-bottom: 30px;
  margin-right: 20px;
}

.h3 {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.home-services-slider {
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 60px;
}

.home-services-slide {
  max-width: 400px;
  margin-right: 0;
}

.home-services-slide.last {
  max-width: 400px;
}

.content-top.home-services {
  margin-bottom: 48px;
}

.home-services-right-arrow {
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
  background-color: var(--excellent-gold);
  color: #d0cccc;
  border: 1.5px #d0cccc;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 400;
  transition: color .3s, background-color .3s, border-color .3s;
  display: flex;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 0;
}

.home-services-right-arrow:hover {
  background-color: var(--excellent-gold);
  color: #fff;
  border-color: rgba(237, 1, 140, .14);
}

.card {
  background-color: #fff;
  border: 1px solid #e0dbdb;
  border-radius: 20px;
  overflow: hidden;
}

.card.service-item {
  max-width: 400px;
  min-height: 383px;
  color: #817d7d;
  background-color: rgba(0, 0, 0, 0);
  border-color: #292626;
  border-right-style: none;
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 56px 40px;
  text-decoration: none;
  transition: transform .3s, border-color .3s;
  display: flex;
}

.card.service-item:hover {
  border-style: solid;
  border-color: var(--excellent-black);
  color: #817d7d;
  background-color: #292626;
  transform: scale(1.05);
}

.card.service-item.last {
  min-height: 383px;
  border-right-style: solid;
}

.card.portfolio {
  max-width: 400px;
  color: #817d7d;
  background-color: rgba(0, 0, 0, 0);
  border-color: #292626;
  border-right-style: solid;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  transition: transform .3s, border-color .3s;
  display: flex;
}

.card.portfolio:hover {
  border-style: solid;
  border-color: var(--excellent-black);
  color: #817d7d;
  background-color: #292626;
  transform: scale(1.05);
}

.home-services-slider-mask {
  max-width: 570px;
  overflow: visible;
}

.service-tag {
  color: #000;
  background-color: #f2f0ef;
  border-radius: 10px;
  align-items: center;
  margin: 0 10px 10px 0;
  padding: 10px;
  font-size: 12px;
  line-height: 1.125em;
  display: flex;
}

.home-services-left-arrow {
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
  background-color: var(--excellent-gold);
  color: #d0cccc;
  border: 1.5px #d0cccc;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 400;
  transition: color .3s, background-color .3s, border-color .3s;
  display: flex;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 92px;
}

.home-services-left-arrow:hover {
  background-color: var(--excellent-gold);
  color: #fff;
  border-color: rgba(237, 1, 140, .14);
}

.slide-nav {
  display: none;
}

.card-service-item-content-bottom {
  flex-wrap: wrap;
  margin-top: auto;
  margin-bottom: -24px;
  margin-right: -24px;
  display: flex;
}

.title.h3-size {
  color: #000;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.5em;
}

.title.h3-size.card-service-item {
  color: #e2138d;
  margin-bottom: 12px;
}

.title.home-services {
  max-width: 50%;
  margin-bottom: 0;
}

.title.home-contact {
  color: #000;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1em;
}

.paragraph {
  font-family: Poppins, sans-serif;
}

.paragraph.card-service-item {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 1.6em;
}

.card-service-item-content {
  width: 100%;
  max-width: 347px;
  flex-direction: column;
  display: flex;
}

.container-default {
  max-width: 1257px;
  margin: 0 auto 150px;
  padding-left: 0;
  padding-right: 0;
}

.container-default.done-projects {
  margin-top: 60px;
  margin-bottom: 220px;
}

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

.icon-slider {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.grid-safety {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  align-items: start;
  margin-bottom: 100px;
  position: relative;
}

.yellow-box-safety {
  background-color: var(--excellent-gold);
  border-radius: 4px;
  margin-right: 0;
  padding: 60px;
  position: relative;
}

.list {
  list-style-type: none;
}

.list.no-left {
  padding-left: 0;
}

.list-item {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.icon-check {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.check-list-text {
  opacity: 1;
  text-transform: none;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.check-list-text.cc-bigger-light, .check-list-text.cc-bigger-white-light {
  opacity: .6;
}

.check-list-text.white, .check-list-text.name {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 150%;
}

.pattern-behind-box {
  z-index: -1;
  width: 810px;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: auto;
  right: -5%;
}

.pattern-behind-box._2 {
  bottom: -15%;
  right: 0%;
}

.pattern-behind-box._3 {
  bottom: -11%;
  right: -32%;
}

.portfolio-slider {
  max-width: 400px;
  margin-right: 40px;
}

.content-portfolio {
  width: 100%;
}

.portfolio_image {
  width: 100%;
  max-height: 240px;
  min-width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.info-portfolio {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.label-cc {
  align-items: center;
  display: flex;
}

.icon-label {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.text-label-portfolio {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.map-europe {
  height: 100%;
  align-items: center;
  display: flex;
  position: relative;
}

.europe-b {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-form {
  background-color: var(--light-gray);
  border-radius: 4px;
  padding: 40px;
}

.text-field-2 {
  height: 50px;
  background-color: var(--excellent-black);
  color: #fff;
  border: 1px solid #292626;
  border-radius: 4px;
  margin-top: -38px;
  margin-bottom: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 110px;
  font-family: Poppins, sans-serif;
}

.text-field-2:hover, .text-field-2:focus {
  border-color: var(--excellent-gold);
}

.label-form {
  color: var(--excellent-gold);
  margin-bottom: -30px;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  display: inline;
}

.input-field {
  display: inline;
}

.text-area {
  height: auto;
  min-height: 250px;
  background-color: var(--excellent-black);
  color: var(--white);
  border: 1px solid #292626;
  border-radius: 4px;
  margin-top: -38px;
  margin-bottom: 30px;
  padding: 45px 20px 12px 18px;
  font-family: Poppins, sans-serif;
}

.text-area:hover, .text-area:focus {
  border-color: var(--excellent-gold);
}

.arrow-button {
  padding-left: 10px;
}

.contact-box {
  min-width: 100%;
  background-color: var(--light-gray);
  border-radius: 4px;
  padding: 40px;
}

.profile-picture {
  width: 140px;
  object-fit: cover;
  border-radius: 90px;
  margin-right: 40px;
}

.phone {
  color: var(--excellent-gold);
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.phone:hover {
  text-decoration: none;
}

.info-phone {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-top: 0;
  display: flex;
}

.info-phone:hover {
  text-decoration: none;
}

.number {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.position {
  opacity: 1;
  color: var(--excellent-gold);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 170%;
}

.position.dark {
  color: var(--excellent-black);
}

.position.large {
  font-size: 16px;
  line-height: 170%;
}

.contact-info {
  display: flex;
}

.left-div-content {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
  position: relative;
  top: auto;
}

.grid-contact {
  grid-template-rows: auto;
}

.adress-box {
  border: 1px solid #292626;
  border-radius: 4px;
  padding: 40px;
}

.footer-copyright {
  grid-template-rows: auto;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.debono-logo {
  width: 120px;
  color: var(--extra-light);
}

.wrap-logo {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tiny-footer {
  opacity: .6;
  color: #807e7e;
  text-align: left;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
}

.tiny-footer.dark {
  color: var(--excellent-black);
}

.tiny-footer.large {
  font-size: 16px;
  line-height: 170%;
}

.linked-in {
  width: 24px;
  color: var(--extra-light);
}

.footer-navi {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.nav-menu-footer {
  align-items: center;
  display: flex;
}

.link-block {
  color: #fff;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph-2 {
  text-decoration: none;
}

.arrow {
  width: 20px;
}

.heading-box {
  margin-bottom: 20px;
}

.sticky-container {
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.section-cta-white {
  margin-top: -254px;
  margin-left: 0;
  margin-right: 0;
  padding: 155px 30px 150px;
  overflow: hidden;
}

.section-cta-white.cc-cta {
  max-width: 100%;
  background-color: var(--excellent-gold);
  margin: 0;
  padding-left: 80px;
  padding-right: 80px;
}

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

.section-cta-white.bg-pattern {
  max-width: none;
  min-width: auto;
  background-image: url('../images/bg_logo_pattern.svg');
  background-position: 50% 4%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin: 0 auto;
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: visible;
}

.section-cta-white.big-image {
  margin: -147px 0 0;
  padding-left: 0;
  padding-right: 0;
}

.section-cta-white.full-size {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 150px;
}

.section-cta-white.footer {
  background-color: var(--light-gray);
  margin: 0;
  padding-top: 40px;
  padding-bottom: 10px;
}

.section-cta-white.slider-portfolio {
  margin-top: 0;
  padding-top: 0;
}

.section-cta-gold {
  margin-top: -100px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 120px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.section-cta-gold.cc-cta {
  max-width: 100%;
  background-color: var(--excellent-gold);
  margin: 0;
  padding-left: 80px;
  padding-right: 80px;
}

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

.section-cta-gold.bg-pattern {
  max-width: none;
  min-width: auto;
  background-image: url('../images/bg_logo_pattern.svg');
  background-position: 50% 4%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin: 0 auto;
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: visible;
}

.section-cta-gold.big-image {
  margin: -147px 0 0;
  padding-left: 0;
  padding-right: 0;
}

.section-cta-gold.full-size {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 150px;
}

.section-cta-gold.footer {
  background-color: var(--light-gray);
  margin: 0;
  padding-top: 40px;
  padding-bottom: 10px;
}

.section-cta-gold.slider-portfolio {
  margin-top: 0;
  padding-top: 0;
}

.form-box {
  min-width: 100%;
  background-color: var(--light-gray);
  padding: 40px;
}

.section-contact {
  margin-top: -200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 120px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.section-contact.cc-cta {
  max-width: 100%;
  background-color: var(--excellent-gold);
  margin: 0;
  padding-left: 80px;
  padding-right: 80px;
}

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

.section-contact.bg-pattern {
  max-width: none;
  min-width: auto;
  background-image: url('../images/bg_logo_pattern.svg');
  background-position: 50% 4%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin: 0 auto;
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: visible;
}

.section-contact.big-image {
  margin: -147px 0 0;
  padding-left: 0;
  padding-right: 0;
}

.section-contact.full-size {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 150px;
}

.section-contact.footer {
  background-color: var(--light-gray);
  margin: 0;
  padding-top: 40px;
  padding-bottom: 10px;
}

.section-contact.slider-portfolio {
  margin-top: 0;
  padding-top: 0;
}

.paragraph-form {
  opacity: 1;
  color: rgba(255, 255, 255, .6);
  text-align: left;
  text-transform: none;
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 170%;
  display: block;
}

.paragraph-form.dark {
  color: var(--excellent-black);
}

.paragraph-form.large {
  font-size: 16px;
  line-height: 170%;
}

.link {
  opacity: 1;
  color: var(--excellent-gold);
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: inline;
}

.link:hover {
  color: var(--white);
}

.checkbox {
  width: 25px;
  height: 25px;
  background-color: #282626;
  border: 1px solid rgba(255, 255, 255, .1);
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  border-color: var(--excellent-gold);
  background-color: var(--excellent-gold);
  background-image: url('../images/checked_icon.svg');
  background-size: auto;
  padding: 10px;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner2_container {
  width: 100%;
  max-width: 60rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid rgba(192, 192, 192, .3);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_form {
  width: 100%;
  max-height: 85vh;
  max-width: 25rem;
  color: #fff;
  background-color: #333;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner2_button {
  min-width: 7.5rem;
  background-color: var(--excellent-gold);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  flex: 1;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: rgba(255, 255, 255, .6);
  background-color: rgba(0, 0, 0, .52);
  border-radius: 4px;
  padding-right: 1.25rem;
  font-size: 14px;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .68);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_form-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: .75rem;
}

.fs-cc-banner2_component {
  z-index: 999;
  width: 28.125rem;
  color: #fff;
  background-color: rgba(22, 21, 21, .9);
  border-top-left-radius: 4px;
  padding: 2rem;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_label {
  color: var(--light-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.fs-cc-banner2_text {
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.7em;
}

.text-block-3 {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.fs-cc-prefs2_content {
  height: 100%;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  padding: 2.5rem 2rem;
}

.fs-cc-manager2_component {
  z-index: 999;
  display: block;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.fs-cc-prefs2_button {
  border: 1px solid var(--excellent-gold);
  background-color: var(--excellent-gold);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: .75rem 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.fs-cc-prefs2_button:hover {
  color: #000;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  border-color: var(--light-gray);
  color: var(--light-gray);
  -webkit-text-stroke-color: var(--light-gray);
  background-color: #fff;
  margin-bottom: .75rem;
}

.fs-cc-prefs2_close {
  background-color: var(--excellent-gold);
  color: #fff;
  cursor: pointer;
  border-top-right-radius: 4px;
  padding: .75rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  box-shadow: -1px 1px 4px rgba(51, 51, 51, .1);
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-manager2_button {
  width: 3rem;
  background-color: var(--extra-light);
  color: var(--excellent-gold);
  -webkit-text-stroke-color: var(--light-gray);
  cursor: pointer;
  border-radius: 4px;
  flex-direction: column;
  padding: .5rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: var(--white);
}

.bold-text-2 {
  color: #fffaf6;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: var(--excellent-gold);
  cursor: pointer;
  background-color: #fff;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  border-color: var(--excellent-gold);
  background-color: var(--excellent-gold);
  background-size: auto;
}

.fs-cc-prefs2_title {
  color: var(--light-gray);
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2em;
}

.cookies {
  display: flex;
}

.fs-cc-preferences2_close-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--light-gray);
}

.white-link {
  color: #fff;
  display: inline;
}

.white-link:hover {
  color: #ffca0f;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs2_submit {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 4px;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.fs-cc-prefs2_submit:hover {
  color: var(--excellent-gold);
  -webkit-text-stroke-color: var(--excellent-gold);
}

.fs-cc-prefs2_checkbox-field {
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.countup-number---brix {
  color: #170f49;
  font-size: 90px;
  font-weight: 700;
  line-height: 94px;
}

.countup-number---brix.count-number.timer {
  color: var(--excellent-gold);
  font-family: Poppins, sans-serif;
  font-size: 50px;
}

.heading {
  color: var(--black);
  text-align: center;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.heading.tips {
  color: var(--excellent-gold);
  text-align: center;
  letter-spacing: -5px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.heading.tips.black, .heading.tips.black-copy {
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
}

.heading.project, .heading.fitter, .heading.client, .heading.plus {
  color: var(--excellent-gold);
  text-align: left;
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.heading.plus-black {
  color: var(--excellent-black);
  text-align: center;
  letter-spacing: -5px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.heading.plus-black.black, .heading.plus-black.black-copy {
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
}

.language-selector {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.language-icon {
  width: 22px;
  margin-right: 10px;
}

.language-selector-list {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  display: none;
  left: 20px;
}

.language-selector-list.w--open {
  width: auto;
  background-color: var(--extra-light);
  border-radius: 5px;
  left: 0;
}

.nav-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1rem;
  font-weight: 400;
}

.nav-link.more-language {
  max-width: 70px;
  border-bottom: 1px rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  display: flex;
}

.nav-link.more-language:hover {
  color: var(--excellent-gold);
  border-bottom: 1px #fff;
}

.nav-link.more-language.w--current {
  background-color: var(--excellent-gold);
  color: var(--extra-light);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.dropdown {
  margin-left: auto;
  margin-right: 20px;
}

.success-message {
  background-color: var(--excellent-gold);
}

.success-image {
  width: 120px;
  margin-bottom: 40px;
}

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

.text-block-4 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.error-message {
  border-radius: 4px;
}

.logo-404 {
  width: 260px;
  margin-bottom: 40px;
  display: block;
}

._10 {
  display: flex;
}

.right-side {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (min-width: 1440px) {
  .menu {
    margin-left: auto;
  }

  .intro-header {
    overflow: visible;
  }

  .profile-picture {
    width: auto;
    height: 190px;
  }

  .heading.tips {
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 8px;
    font-size: 50px;
    font-weight: 700;
  }

  .heading.tips.black, .heading.tips.black-copy {
    color: var(--light-gray);
  }

  .heading.project {
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 8px;
    font-size: 50px;
    font-weight: 700;
  }

  .heading.project.black {
    color: var(--light-gray);
  }

  .heading.fitter {
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 8px;
    font-size: 50px;
    font-weight: 700;
  }

  .heading.fitter.black {
    color: var(--light-gray);
  }

  .heading.client {
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 8px;
    font-size: 50px;
    font-weight: 700;
  }

  .heading.client.black {
    color: var(--light-gray);
  }

  .heading.plus {
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 8px;
    font-size: 50px;
    font-weight: 700;
  }

  .heading.plus.black {
    color: var(--light-gray);
  }

  .heading.plus-black {
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 8px;
    font-size: 50px;
    font-weight: 700;
  }

  .heading.plus-black.black, .heading.plus-black.black-copy {
    color: var(--light-gray);
  }

  .background {
    z-index: 0;
    max-height: 600px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .image-bg {
    overflow: visible;
  }

  .language-selector {
    margin-right: 0;
  }

  .dropdown {
    margin-left: auto;
    margin-right: 20px;
  }
}

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

  .section.cc-store-home-wrap {
    margin-top: 0;
    padding-top: 0;
  }

  .section.bg-pattern {
    max-width: none;
    min-width: auto;
    padding-top: 5rem;
    padding-bottom: 7rem;
  }

  .section.big-image {
    margin-top: -47px;
  }

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

  .container.padd {
    padding-bottom: 0;
  }

  .container.horizont {
    padding-top: 50px;
  }

  .paragraph-bigger.cc-bigger-light {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

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

  .label {
    font-size: 18px;
  }

  .paragraph-cta.dark {
    font-size: 14px;
  }

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

  .heading-jumbo-small {
    font-size: 38px;
  }

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

  .menu-icon {
    display: block;
  }

  .menu {
    background-color: var(--excellent-gold);
    border-radius: 4px;
    order: 1;
    margin-left: 30px;
    padding: 15px;
    position: static;
  }

  .navigation-wrap {
    background-color: var(--light-gray);
    border-radius: 4px;
    padding: 15px;
  }

  .navigation {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding: 25px 30px;
  }

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

  .navigation-item:hover {
    background-color: var(--extra-light);
  }

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

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

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: var(--light-gray);
    border-radius: 0 0 4px 4px;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    max-width: 100%;
    min-width: 100%;
    padding: 80px 50px 40px;
  }

  .intro-header {
    margin-top: 0;
  }

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

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

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

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

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

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

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    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%;
  }

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

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

  .intro-text {
    width: auto;
    max-width: 90%;
  }

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

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

  .intro_image {
    width: 210px;
    bottom: -44%;
    right: 4%;
  }

  .feature {
    background-position: 24% 0;
    background-size: cover;
    padding: 80px 40px 40px;
  }

  .feature-heading.white {
    font-size: 40px;
  }

  .feature-black {
    padding: 40px 40px 70px;
  }

  .feature-black.last {
    margin-top: -40px;
  }

  .subheading {
    font-size: 16px;
    line-height: 140%;
  }

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

  .large-image-intro {
    height: 290px;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: .75fr .75fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-sticky-text {
    padding-right: 0;
  }

  .heading-h2 {
    font-size: 36px;
  }

  .name-of-services {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }

  .container-sticky {
    position: relative;
  }

  .slider {
    position: -webkit-sticky;
    position: sticky;
  }

  .position-slider {
    top: 160px;
  }

  .icon-service._3 {
    top: -8%;
    bottom: auto;
    left: 9%;
    right: 0%;
  }

  .paragraph-main, .paragraph-main.large {
    font-size: 14px;
  }

  .cta-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .white-box-absolut {
    top: -138px;
  }

  .card.service-item, .card.portfolio {
    max-width: none;
  }

  .title.home-contact {
    margin-bottom: 18px;
  }

  .container-default {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .grid-safety {
    grid-column-gap: 20px;
    align-items: start;
  }

  .yellow-box-safety {
    padding: 40px;
  }

  .list {
    margin-bottom: 0;
    padding-left: 0;
  }

  .list-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .list-item.last {
    margin-bottom: 20px;
  }

  .icon-check {
    margin-bottom: 10px;
  }

  .check-list-text, .check-list-text.white, .check-list-text.name {
    font-size: 14px;
  }

  .pattern-behind-box._3 {
    width: 860px;
    top: auto;
    bottom: -5%;
    left: auto;
    right: 0%;
  }

  .map-europe {
    min-height: 100%;
    align-items: flex-start;
    position: static;
  }

  .europe-b {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
  }

  .contact-form {
    padding: 20px;
  }

  .text-field-2 {
    padding-left: 90px;
    font-size: 14px;
  }

  .label-form {
    font-size: 10px;
  }

  .contact-box {
    border-radius: 4px;
    padding-left: 20px;
  }

  .profile-picture {
    height: 100%;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .info-phone {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .number {
    font-size: 14px;
  }

  .contact-info {
    flex-direction: column;
  }

  .adress-box {
    border-radius: 4px;
    padding: 20px;
  }

  .image-logo-position-absolut {
    width: 190px;
    position: absolute;
    top: 31%;
    bottom: 0%;
    left: auto;
    right: -24%;
  }

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

  .section-cta-white.bg-pattern {
    max-width: none;
    min-width: auto;
    padding-top: 5rem;
    padding-bottom: 7rem;
  }

  .section-cta-white.big-image {
    margin-top: -47px;
  }

  .section-cta-gold {
    padding-top: 60px;
  }

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

  .section-cta-gold.bg-pattern {
    max-width: none;
    min-width: auto;
    padding-top: 5rem;
    padding-bottom: 7rem;
  }

  .section-cta-gold.big-image {
    margin-top: -47px;
  }

  .sticky-box {
    position: -webkit-sticky;
    position: sticky;
    top: 20%;
  }

  .form-box {
    padding: 10px 0 0;
  }

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

  .section-contact.cc-store-home-wrap {
    margin-top: -160px;
  }

  .section-contact.bg-pattern {
    max-width: none;
    min-width: auto;
    padding-top: 5rem;
    padding-bottom: 7rem;
  }

  .section-contact.big-image {
    margin-top: -47px;
  }

  .body-content {
    margin-top: -174px;
    overflow: hidden;
  }

  .paragraph-form {
    font-size: 12px;
  }

  .paragraph-form.large {
    font-size: 14px;
  }

  .checkbox {
    flex: none;
  }

  .fs-cc-prefs2_component {
    display: none;
  }

  .countup-number---brix {
    font-size: 80px;
    line-height: 87px;
  }

  .nav-link {
    font-size: 1.6rem;
  }

  .dropdown {
    margin-right: 0;
  }
}

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

  .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: 0;
    padding-right: 0;
  }

  .section.big-image {
    margin-top: -161px;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

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

  .button.cc-jumbo-button, .button.cc-jumbo-button.cc-jumbo-white {
    align-items: center;
  }

  .label {
    font-size: 16px;
  }

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

  .heading-jumbo {
    font-size: 30px;
    line-height: 140%;
  }

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

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

  .navigation {
    padding: 20px 30px;
  }

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

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

  .intro-header {
    height: 480px;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    padding-top: 109px;
  }

  .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 {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .intro_image {
    width: 150px;
    bottom: -7%;
    right: -10%;
  }

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

  .feature {
    padding: 60px 20px 70px;
  }

  .feature-heading, .feature-heading.white {
    text-align: left;
  }

  .feature-black {
    padding: 20px 20px 0;
    position: relative;
    top: -40px;
  }

  .feature-black.last {
    margin-top: 0;
  }

  .feature-black.mobile {
    top: 0;
  }

  .subheading {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }

  .subheading.white {
    text-align: left;
  }

  .large-image-intro {
    margin-top: 0;
  }

  .grid {
    grid-column-gap: 20px;
    padding: 0;
  }

  .left-sticky-text {
    top: 0;
  }

  .heading-h2 {
    text-align: left;
    font-size: 26px;
  }

  .paragraph-tiny-2 {
    text-align: left;
  }

  .name-of-services {
    text-align: left;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 140%;
  }

  .slider {
    margin-right: 20px;
  }

  .icon-service {
    top: -22%;
  }

  .icon-service._2 {
    bottom: -20%;
  }

  .icon-service._3 {
    top: -10%;
    left: 3%;
  }

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

  .white-box-absolut {
    padding: 40px;
  }

  .white-box-with-pattern {
    text-align: center;
  }

  .image.card-service-item {
    max-width: 110px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .content-top.home-services {
    margin-bottom: 40px;
  }

  .home-services-right-arrow {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    font-size: 21px;
    top: -91px;
  }

  .card.service-item, .card.portfolio {
    flex-direction: column;
    padding: 48px 35px;
  }

  .home-services-slider-mask {
    max-width: 100%;
  }

  .service-tag {
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .home-services-left-arrow {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    font-size: 21px;
    top: -91px;
    right: 80px;
  }

  .card-service-item-content-bottom {
    margin-bottom: -20px;
    margin-right: -20px;
  }

  .title.h3-size {
    font-size: 24px;
  }

  .title.h3-size.card-service-item {
    margin-bottom: 10px;
  }

  .paragraph.card-service-item {
    margin-bottom: 23px;
  }

  .card-service-item-content {
    max-width: 100%;
  }

  .grid-safety {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .list-item {
    flex-direction: row;
    align-items: center;
  }

  .icon-check {
    margin-bottom: 0;
  }

  .check-list-text {
    text-align: left;
    font-size: 14px;
    line-height: 160%;
  }

  .check-list-text.name {
    font-size: 16px;
  }

  .label-form {
    margin-left: 20px;
  }

  .input-field {
    text-align: left;
    display: block;
  }

  .arrow-button {
    height: 15px;
  }

  .profile-picture {
    width: 180px;
    margin-bottom: 20px;
  }

  .phone {
    text-align: left;
    font-size: 14px;
  }

  .info-phone {
    grid-row-gap: 0px;
  }

  .name-person {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .grid-contact {
    min-width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-copyright {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .tiny-footer {
    font-weight: 400;
  }

  .image-logo-position-absolut {
    width: 160px;
    right: -26%;
  }

  .heading-box {
    text-align: left;
  }

  .section-cta-white {
    margin-top: -150px;
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .section-cta-white.cc-home-wrap, .section-cta-white.cc-store-home-wrap, .section-cta-white.big-image {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-cta-gold {
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
  }

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

  .section-cta-gold.cc-home-wrap, .section-cta-gold.cc-store-home-wrap, .section-cta-gold.big-image {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-contact {
    margin-top: -260px;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .section-contact.big-image {
    margin-top: -161px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-manager2_button {
    color: var(--excellent-gold);
  }

  .countup-number---brix {
    font-size: 60px;
    line-height: 70px;
  }

  .heading, .heading.tips {
    font-size: 100px;
  }

  .heading.tips.black, .heading.tips.black-copy, .heading.project, .heading.fitter, .heading.client, .heading.plus {
    font-size: 50px;
    line-height: 130%;
  }

  .heading.plus-black {
    font-size: 100px;
  }

  .heading.plus-black.black, .heading.plus-black.black-copy {
    font-size: 50px;
    line-height: 130%;
  }

  .language-selector {
    padding-right: 0;
  }

  .nav-link {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 2rem;
  }
}

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

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

  .section.bg-pattern {
    padding-top: 4rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.full-size {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.footer {
    overflow: visible;
  }

  .section.slider-portfolio {
    padding-left: 0;
    padding-right: 0;
  }

  .container.padd {
    padding-bottom: 100px;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 14px;
  }

  .button.cc-jumbo-button, .button.cc-jumbo-button.cc-jumbo-white {
    padding: 10px 15px;
    font-size: 14px;
  }

  .button.cc-jumbo-button.cc-jumbo-white.w--current {
    font-size: 14px;
  }

  .label, .label.dark {
    margin-bottom: 0;
    font-size: 14px;
  }

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

  .paragraph-cta.dark {
    font-size: 12px;
  }

  .heading-jumbo {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 140%;
  }

  .heading-jumbo-small {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .menu {
    margin-left: 15px;
  }

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

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

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

  .navigation-items {
    background-color: var(--light-gray);
    border-radius: 0 0 4px 4px;
  }

  .cta-wrap {
    max-width: 80%;
    min-width: 90%;
    padding-left: 30px;
    padding-right: 40px;
  }

  .intro-content.cc-homepage {
    padding-left: 20px;
  }

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

  .intro-text {
    max-width: none;
  }

  .intro_image {
    width: 140px;
    bottom: -21%;
    right: -19%;
  }

  .feature {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
  }

  .feature-heading, .feature-heading.white {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 600;
  }

  .feature-black.last {
    top: -40px;
  }

  .subheading {
    line-height: 140%;
  }

  .subheading.white {
    font-size: 14px;
    line-height: 140%;
  }

  .large-image-intro {
    height: 160px;
  }

  .grid {
    grid-template-columns: .75fr 1fr;
    justify-items: center;
  }

  .service {
    max-width: 95%;
    margin-right: 0;
    padding-right: 0;
  }

  .image-service, .grid-services {
    min-width: 100%;
  }

  .container-sticky {
    min-height: auto;
    min-width: 100%;
  }

  .slider {
    margin-right: 20px;
  }

  .position-slider {
    top: 150px;
  }

  .icon-service._2 {
    bottom: -23%;
  }

  .icon-service._3 {
    top: -8%;
  }

  .spacer {
    height: 20px;
  }

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

  .paragraph-main.large {
    min-width: 100%;
  }

  .cta-box {
    min-width: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .team-picture {
    height: 380px;
  }

  .white-box-absolut {
    padding: 20px 20px 40px;
  }

  .image.card-service-item {
    max-width: 90px;
  }

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

  .home-services-right-arrow {
    top: -50px;
    left: 80px;
    right: auto;
  }

  .home-services-right-arrow.projects {
    top: -18%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .card.service-item {
    min-height: 340px;
    padding: 40px 25px;
  }

  .card.service-item:hover {
    background-color: var(--excellent-black);
    transform: none;
  }

  .card.service-item.last {
    min-height: 340px;
  }

  .card.portfolio {
    padding: 25px;
  }

  .card.portfolio:hover {
    background-color: var(--excellent-black);
    transform: none;
  }

  .home-services-slider-mask {
    max-width: 90%;
  }

  .service-tag {
    margin-bottom: 15px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .home-services-left-arrow {
    top: -50px;
    left: 0;
    right: auto;
  }

  .home-services-left-arrow.project {
    top: -18%;
    bottom: auto;
    left: auto;
    right: 22%;
  }

  .card-service-item-content-bottom {
    margin-bottom: -15px;
    margin-right: -15px;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .title.home-services {
    max-width: 50vh;
  }

  .title.home-contact {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .container-default.done-projects {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-safety {
    grid-row-gap: 100px;
    margin-bottom: 60px;
  }

  .check-list-text.white {
    font-size: 12px;
  }

  .check-list-text.name {
    font-size: 18px;
  }

  .portfolio-slider {
    max-width: 350px;
  }

  .label-cc {
    flex-direction: row;
    align-items: flex-start;
  }

  .text-label-portfolio {
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
  }

  .text-field-2 {
    font-size: 12px;
  }

  .contact-box {
    padding: 20px;
  }

  .profile-picture {
    width: 100px;
    margin-bottom: 20px;
  }

  .number-with-label {
    min-width: 100%;
    text-decoration: none;
  }

  .phone {
    font-size: 14px;
  }

  .number {
    text-align: left;
  }

  .number:hover, .number:focus {
    color: var(--excellent-gold);
  }

  .position {
    font-size: 12px;
  }

  .contact-info {
    flex-direction: column;
  }

  .adress-box {
    padding: 20px;
  }

  .footer-copyright {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .wrap-logo {
    justify-content: center;
  }

  .tiny-footer {
    font-weight: 400;
  }

  .footer-navi {
    margin-bottom: 20px;
  }

  .nav-menu-footer {
    justify-content: center;
    margin-top: -94px;
    position: relative;
  }

  .image-logo-position-absolut {
    right: -34%;
  }

  .heading-box.project {
    max-width: 60%;
    display: none;
  }

  .sticky-container {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .section-cta-white {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-cta-gold.mobile-hide {
    display: none;
  }

  .form-box {
    margin-top: 20px;
    padding: 0;
  }

  .section-contact {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-contact.bg-pattern {
    padding-left: 15px;
  }

  .section-contact.full-size {
    padding-top: 80px;
  }

  .section-contact.footer {
    overflow: visible;
  }

  .section-contact.slider-portfolio {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-form {
    font-size: 12px;
  }

  .paragraph-form.large {
    min-width: 100%;
  }

  .fs-cc-prefs2_component {
    padding: 1.5rem;
  }

  .fs-cc-banner2_button {
    min-width: auto;
    color: var(--black);
    font-size: 12px;
  }

  .fs-cc-banner2_button.fs-cc-button-alt {
    font-size: 12px;
  }

  .fs-cc-banner2_component {
    width: 100%;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fs-cc-prefs2_label {
    font-size: .8rem;
    line-height: 1.3em;
  }

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

  .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_button {
    font-size: 13px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
    font-size: 12px;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-manager2_button {
    color: var(--excellent-gold);
  }

  .fs-cc-prefs2_title {
    font-size: 1rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
    font-size: 12px;
  }

  .countup-number---brix {
    font-size: 66px;
    line-height: 77px;
  }

  .heading, .heading.tips {
    font-size: 80px;
  }

  .heading.tips.black, .heading.tips.black-copy, .heading.project, .heading.fitter, .heading.client, .heading.plus {
    font-size: 45px;
  }

  .heading.plus-black {
    font-size: 80px;
  }

  .heading.plus-black.black, .heading.plus-black.black-copy {
    font-size: 45px;
  }

  .language-selector {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .language-icon {
    width: 18px;
  }

  .arrow_down {
    width: 16px;
  }

  .language-selector-list {
    left: -10px;
  }

  .nav-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 2.4rem;
  }

  .nav-link.more-language {
    font-size: 14px;
  }
}

#w-node-_1df976de-3998-3d2a-358a-ec101216ea8b-3943803b, #w-node-_261c3d6c-13f9-c8f7-cc40-7cde70a38926-3943803b, #w-node-fb72c116-bf6e-adab-74a5-bc986c62e86d-3943803b, #w-node-_427010f2-52a3-70e3-6774-3813a4a15253-3943803b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f58e09cf-0b93-132d-53a0-5443b369c180-3943803b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_06f1f3c1-e94f-8903-924e-9546694d8850-3943803b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0ca12d60-b126-2785-2294-e1b66cf22109-3943803b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9323c389-8950-de54-ca91-6b59bc342547-3943803b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-aa5c1917-0b48-7111-e947-ec39c6e05eb4-3943803b, #w-node-_5a8d7de4-0259-1992-2f46-d475a110767f-3943803b, #w-node-ce2d8b62-bbc6-aa3d-7f0f-1f56d652fd42-3943803b, #w-node-d53a7917-d004-9c7c-1c33-43a2f515bbeb-3943803b, #w-node-_04a13c36-7d66-d3fe-55b6-11065d866f45-3943803b, #w-node-_2ecad6a6-8e23-c195-adf1-8a5b9a7bd07a-3943803b, #w-node-_26f539d1-f8d0-26ed-b44d-7df687af9192-3943803b, #w-node-_5585aefd-8e24-495b-b12e-4f6420cc17f0-3943803b, #w-node-_41d22926-a1c2-cf2d-10f8-93c8678304d6-3943803b, #w-node-_035430e9-6b54-ba3f-96e1-541c1779adb1-3943803b, #w-node-c7c55fd0-4ff2-501f-6268-ea60a684b545-3943803b, #w-node-_1886390b-7065-3a6e-16e1-b0c813a75737-3943803b, #w-node-d9f3be2c-8978-9248-571c-c52795d9f48f-3943803b, #w-node-_3562764f-bd16-4ae0-7e03-ceb3d5f12b6d-3943803b, #w-node-_263799ed-35c3-724b-3ccc-b007e7379b79-3943803b, #w-node-a46ea859-ddc9-79d3-96f1-6ca5c9f67240-3943803b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c349ec6-8d4d-7580-8127-1027f29cee80-3943803b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_39879b17-608f-3234-7ccd-2ee88af79449-3943803b, #w-node-_9bb10ad2-ffbd-6b2c-4fd9-becb4d632170-3943803b, #w-node-_4aaca484-e0c8-e22c-b63c-8be7de4e9b2f-3943803b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9372d5e8-0c9f-49b8-4271-6402b63a1cde-3943803b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9372d5e8-0c9f-49b8-4271-6402b63a1ce8-3943803b, #w-node-_9372d5e8-0c9f-49b8-4271-6402b63a1ceb-3943803b, #w-node-_4fda10dd-b90a-1584-633a-e1973241e42b-3943803b, #w-node-_4fda10dd-b90a-1584-633a-e1973241e42e-3943803b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f18bf2be-7743-04d8-0cb6-18c3e84078e3-3943803b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f18bf2be-7743-04d8-0cb6-18c3e84078ed-3943803b, #w-node-f18bf2be-7743-04d8-0cb6-18c3e84078f0-3943803b, #w-node-f18bf2be-7743-04d8-0cb6-18c3e84078f5-3943803b, #w-node-f18bf2be-7743-04d8-0cb6-18c3e84078f8-3943803b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-baaa9a99-1662-9146-2ffb-761b54afb19b-3943803b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-baaa9a99-1662-9146-2ffb-761b54afb1a5-3943803b, #w-node-baaa9a99-1662-9146-2ffb-761b54afb1a8-3943803b, #w-node-baaa9a99-1662-9146-2ffb-761b54afb1ad-3943803b, #w-node-baaa9a99-1662-9146-2ffb-761b54afb1b0-3943803b, #w-node-_9cde3b1b-7177-4998-f645-8ebe9c533204-3943803b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de1d2df-7b0f-7e03-154b-3254311bea4e-3943803b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a6ffe1b3-9daa-962b-959a-fea88dd382ba-3943803b, #w-node-_6d45895c-7646-c902-9894-5d781028f95a-3943803b, #w-node-e12a8b81-a3b8-685a-1178-1dfdd09bb284-3943803b, #w-node-_1df976de-3998-3d2a-358a-ec101216ea8b-a5e2e6c1, #w-node-_261c3d6c-13f9-c8f7-cc40-7cde70a38926-a5e2e6c1, #w-node-fb72c116-bf6e-adab-74a5-bc986c62e86d-a5e2e6c1, #w-node-_427010f2-52a3-70e3-6774-3813a4a15253-a5e2e6c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f58e09cf-0b93-132d-53a0-5443b369c180-a5e2e6c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_06f1f3c1-e94f-8903-924e-9546694d8850-a5e2e6c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0ca12d60-b126-2785-2294-e1b66cf22109-a5e2e6c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9323c389-8950-de54-ca91-6b59bc342547-a5e2e6c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-aa5c1917-0b48-7111-e947-ec39c6e05eb4-a5e2e6c1, #w-node-_5a8d7de4-0259-1992-2f46-d475a110767f-a5e2e6c1, #w-node-ce2d8b62-bbc6-aa3d-7f0f-1f56d652fd42-a5e2e6c1, #w-node-d53a7917-d004-9c7c-1c33-43a2f515bbeb-a5e2e6c1, #w-node-_04a13c36-7d66-d3fe-55b6-11065d866f45-a5e2e6c1, #w-node-_2ecad6a6-8e23-c195-adf1-8a5b9a7bd07a-a5e2e6c1, #w-node-_26f539d1-f8d0-26ed-b44d-7df687af9192-a5e2e6c1, #w-node-_5585aefd-8e24-495b-b12e-4f6420cc17f0-a5e2e6c1, #w-node-_41d22926-a1c2-cf2d-10f8-93c8678304d6-a5e2e6c1, #w-node-_035430e9-6b54-ba3f-96e1-541c1779adb1-a5e2e6c1, #w-node-c7c55fd0-4ff2-501f-6268-ea60a684b545-a5e2e6c1, #w-node-_1886390b-7065-3a6e-16e1-b0c813a75737-a5e2e6c1, #w-node-d9f3be2c-8978-9248-571c-c52795d9f48f-a5e2e6c1, #w-node-_3562764f-bd16-4ae0-7e03-ceb3d5f12b6d-a5e2e6c1, #w-node-_263799ed-35c3-724b-3ccc-b007e7379b79-a5e2e6c1, #w-node-e89faf64-c058-1850-c62f-c5b07d0be204-a5e2e6c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c349ec6-8d4d-7580-8127-1027f29cee80-a5e2e6c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_39879b17-608f-3234-7ccd-2ee88af79449-a5e2e6c1, #w-node-_9bb10ad2-ffbd-6b2c-4fd9-becb4d632170-a5e2e6c1, #w-node-_4aaca484-e0c8-e22c-b63c-8be7de4e9b2f-a5e2e6c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9372d5e8-0c9f-49b8-4271-6402b63a1cde-a5e2e6c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9372d5e8-0c9f-49b8-4271-6402b63a1ce8-a5e2e6c1, #w-node-_9372d5e8-0c9f-49b8-4271-6402b63a1ceb-a5e2e6c1, #w-node-_4fda10dd-b90a-1584-633a-e1973241e42b-a5e2e6c1, #w-node-_4fda10dd-b90a-1584-633a-e1973241e42e-a5e2e6c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c174bf21-2426-f09c-8852-58a0520c170f-a5e2e6c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c174bf21-2426-f09c-8852-58a0520c1719-a5e2e6c1, #w-node-c174bf21-2426-f09c-8852-58a0520c171c-a5e2e6c1, #w-node-c174bf21-2426-f09c-8852-58a0520c1721-a5e2e6c1, #w-node-c174bf21-2426-f09c-8852-58a0520c1724-a5e2e6c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8d33af4-142d-86dc-23db-4035433bb52c-a5e2e6c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8d33af4-142d-86dc-23db-4035433bb536-a5e2e6c1, #w-node-b8d33af4-142d-86dc-23db-4035433bb539-a5e2e6c1, #w-node-b8d33af4-142d-86dc-23db-4035433bb53e-a5e2e6c1, #w-node-b8d33af4-142d-86dc-23db-4035433bb541-a5e2e6c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54e34bdd-1f5b-f1b8-6d85-520f0748d84e-a5e2e6c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4b63c455-62ad-ea58-e320-e2c44807b8ec-a5e2e6c1, #w-node-e83ad553-b5ee-8d90-4a36-31c237515997-a5e2e6c1, #w-node-a6ffe1b3-9daa-962b-959a-fea88dd382ba-a5e2e6c1, #w-node-_6d45895c-7646-c902-9894-5d781028f95a-a5e2e6c1, #w-node-e12a8b81-a3b8-685a-1178-1dfdd09bb284-a5e2e6c1, #w-node-_1df976de-3998-3d2a-358a-ec101216ea8b-55d06b04, #w-node-_261c3d6c-13f9-c8f7-cc40-7cde70a38926-55d06b04, #w-node-fb72c116-bf6e-adab-74a5-bc986c62e86d-55d06b04, #w-node-_427010f2-52a3-70e3-6774-3813a4a15253-55d06b04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f58e09cf-0b93-132d-53a0-5443b369c180-55d06b04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_06f1f3c1-e94f-8903-924e-9546694d8850-55d06b04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0ca12d60-b126-2785-2294-e1b66cf22109-55d06b04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9323c389-8950-de54-ca91-6b59bc342547-55d06b04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-aa5c1917-0b48-7111-e947-ec39c6e05eb4-55d06b04, #w-node-_5a8d7de4-0259-1992-2f46-d475a110767f-55d06b04, #w-node-ce2d8b62-bbc6-aa3d-7f0f-1f56d652fd42-55d06b04, #w-node-d53a7917-d004-9c7c-1c33-43a2f515bbeb-55d06b04, #w-node-_04a13c36-7d66-d3fe-55b6-11065d866f45-55d06b04, #w-node-_2ecad6a6-8e23-c195-adf1-8a5b9a7bd07a-55d06b04, #w-node-_26f539d1-f8d0-26ed-b44d-7df687af9192-55d06b04, #w-node-_5585aefd-8e24-495b-b12e-4f6420cc17f0-55d06b04, #w-node-_41d22926-a1c2-cf2d-10f8-93c8678304d6-55d06b04, #w-node-_035430e9-6b54-ba3f-96e1-541c1779adb1-55d06b04, #w-node-c7c55fd0-4ff2-501f-6268-ea60a684b545-55d06b04, #w-node-_1886390b-7065-3a6e-16e1-b0c813a75737-55d06b04, #w-node-d9f3be2c-8978-9248-571c-c52795d9f48f-55d06b04, #w-node-_3562764f-bd16-4ae0-7e03-ceb3d5f12b6d-55d06b04, #w-node-_263799ed-35c3-724b-3ccc-b007e7379b79-55d06b04, #w-node-_7f4dea3c-66ac-dc10-2d44-11d8751e65f7-55d06b04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c349ec6-8d4d-7580-8127-1027f29cee80-55d06b04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_39879b17-608f-3234-7ccd-2ee88af79449-55d06b04, #w-node-_9bb10ad2-ffbd-6b2c-4fd9-becb4d632170-55d06b04, #w-node-_4aaca484-e0c8-e22c-b63c-8be7de4e9b2f-55d06b04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9372d5e8-0c9f-49b8-4271-6402b63a1cde-55d06b04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9372d5e8-0c9f-49b8-4271-6402b63a1ce8-55d06b04, #w-node-_9372d5e8-0c9f-49b8-4271-6402b63a1ceb-55d06b04, #w-node-_4fda10dd-b90a-1584-633a-e1973241e42b-55d06b04, #w-node-_4fda10dd-b90a-1584-633a-e1973241e42e-55d06b04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3dbf496-0af7-d8bd-e151-a5cfc9a3b577-55d06b04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a3dbf496-0af7-d8bd-e151-a5cfc9a3b581-55d06b04, #w-node-a3dbf496-0af7-d8bd-e151-a5cfc9a3b584-55d06b04, #w-node-a3dbf496-0af7-d8bd-e151-a5cfc9a3b589-55d06b04, #w-node-a3dbf496-0af7-d8bd-e151-a5cfc9a3b58c-55d06b04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_882a0816-49dc-585e-90da-514247445012-55d06b04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_882a0816-49dc-585e-90da-51424744501c-55d06b04, #w-node-_882a0816-49dc-585e-90da-51424744501f-55d06b04, #w-node-_882a0816-49dc-585e-90da-514247445024-55d06b04, #w-node-_882a0816-49dc-585e-90da-514247445027-55d06b04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54e34bdd-1f5b-f1b8-6d85-520f0748d84e-55d06b04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d9b2ce7-733e-d777-e3a8-c6b006519ff5-55d06b04, #w-node-_0cf5460b-cfb5-6475-5413-1909660b077a-55d06b04, #w-node-a6ffe1b3-9daa-962b-959a-fea88dd382ba-55d06b04, #w-node-_6d45895c-7646-c902-9894-5d781028f95a-55d06b04, #w-node-e12a8b81-a3b8-685a-1178-1dfdd09bb284-55d06b04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_1df976de-3998-3d2a-358a-ec101216ea8b-3943803b, #w-node-_1df976de-3998-3d2a-358a-ec101216ea8b-a5e2e6c1, #w-node-_1df976de-3998-3d2a-358a-ec101216ea8b-55d06b04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d20-3943803b, #w-node-_86e64837-0616-515b-4568-76c147234d20-a5e2e6c1, #w-node-_4b63c455-62ad-ea58-e320-e2c44807b8ec-a5e2e6c1, #w-node-e83ad553-b5ee-8d90-4a36-31c237515997-a5e2e6c1, #w-node-_86e64837-0616-515b-4568-76c147234d20-55d06b04, #w-node-_3d9b2ce7-733e-d777-e3a8-c6b006519ff5-55d06b04, #w-node-_0cf5460b-cfb5-6475-5413-1909660b077a-55d06b04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9bb10ad2-ffbd-6b2c-4fd9-becb4d632170-3943803b, #w-node-_9bb10ad2-ffbd-6b2c-4fd9-becb4d632170-a5e2e6c1 {
    order: -9999;
  }

  #w-node-_4b63c455-62ad-ea58-e320-e2c44807b8ec-a5e2e6c1, #w-node-e83ad553-b5ee-8d90-4a36-31c237515997-a5e2e6c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9bb10ad2-ffbd-6b2c-4fd9-becb4d632170-55d06b04 {
    order: -9999;
  }

  #w-node-_3d9b2ce7-733e-d777-e3a8-c6b006519ff5-55d06b04, #w-node-_0cf5460b-cfb5-6475-5413-1909660b077a-55d06b04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_06f1f3c1-e94f-8903-924e-9546694d8850-3943803b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_0ca12d60-b126-2785-2294-e1b66cf22109-3943803b, #w-node-a6ffe1b3-9daa-962b-959a-fea88dd382ba-3943803b, #w-node-_6d45895c-7646-c902-9894-5d781028f95a-3943803b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_06f1f3c1-e94f-8903-924e-9546694d8850-a5e2e6c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_0ca12d60-b126-2785-2294-e1b66cf22109-a5e2e6c1, #w-node-_4b63c455-62ad-ea58-e320-e2c44807b8ec-a5e2e6c1, #w-node-e83ad553-b5ee-8d90-4a36-31c237515997-a5e2e6c1, #w-node-a6ffe1b3-9daa-962b-959a-fea88dd382ba-a5e2e6c1, #w-node-_6d45895c-7646-c902-9894-5d781028f95a-a5e2e6c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_06f1f3c1-e94f-8903-924e-9546694d8850-55d06b04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_0ca12d60-b126-2785-2294-e1b66cf22109-55d06b04, #w-node-_3d9b2ce7-733e-d777-e3a8-c6b006519ff5-55d06b04, #w-node-_0cf5460b-cfb5-6475-5413-1909660b077a-55d06b04, #w-node-a6ffe1b3-9daa-962b-959a-fea88dd382ba-55d06b04, #w-node-_6d45895c-7646-c902-9894-5d781028f95a-55d06b04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


