@font-face {
  font-family: "N 27";
  src: url('../fonts/n27-thin-webfont.woff2') format("woff2"), url('../fonts/n27-thin-webfont.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "N 27";
  src: url('../fonts/n27-mediumitalic-webfont.woff2') format("woff2"), url('../fonts/n27-mediumitalic-webfont.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "N 27";
  src: url('../fonts/n27-thinitalic-webfont.woff2') format("woff2"), url('../fonts/n27-thinitalic-webfont.woff') format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "N 27";
  src: url('../fonts/n27-medium-webfont.woff2') format("woff2"), url('../fonts/n27-medium-webfont.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "N 27";
  src: url('../fonts/n27-extralightitalic-webfont.woff2') format("woff2"), url('../fonts/n27-extralightitalic-webfont.woff') format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "N 27";
  src: url('../fonts/n27-extralight-webfont.woff2') format("woff2"), url('../fonts/n27-extralight-webfont.woff') format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "N 27";
  src: url('../fonts/n27-regular-webfont.woff2') format("woff2"), url('../fonts/n27-regular-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "N 27";
  src: url('../fonts/n27-bolditalic-webfont.woff2') format("woff2"), url('../fonts/n27-bolditalic-webfont.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "N 27";
  src: url('../fonts/n27-bold-webfont.woff2') format("woff2"), url('../fonts/n27-bold-webfont.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "N 27";
  src: url('../fonts/n27-regularitalic-webfont.woff2') format("woff2"), url('../fonts/n27-regularitalic-webfont.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "N 27";
  src: url('../fonts/n27-light-webfont.woff2') format("woff2"), url('../fonts/n27-light-webfont.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "N 27";
  src: url('../fonts/n27-lightitalic-webfont.woff2') format("woff2"), url('../fonts/n27-lightitalic-webfont.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --light-grey: #eaeaea;
  --light-grey-cpm: #eaeaea85;
  --white-80: #fffc;
  --main-color: #f68026;
  --relume-library-lite-rl-black: black;
  --glass-blue: #19455833;
  --relume-library-lite-rl-white: white;
  --white-smoke: #eaeaea85;
  --dark-grey: #8585854d;
  --darker-grey: #33333378;
  --cpm--blue-grey: #8ca0b0;
  --relume-library-lite-grey: #e4e2df;
  --relume-library-lite-white: white;
  --relume-library-lite-rl-gray: #f4f4f4;
  --slider-cover-2: #33333340;
  --accessible-components-white-smoke: whitesmoke;
  --accessible-components-dark-grey: #9b9b9b;
}

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

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.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-vflex {
  flex-direction: column;
  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 {
  background-color: #000;
  font-family: "N 27", sans-serif;
  line-height: 1.3;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6em;
  font-weight: 700;
  line-height: .8;
}

h2 {
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 4.2em;
  line-height: .8;
}

h3 {
  color: var(--light-grey);
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

h5 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--light-grey-cpm);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 18px;
}

p {
  color: var(--white-80);
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #fff;
}

a:hover {
  color: var(--main-color);
}

ul {
  color: var(--white-80);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  color: var(--white-80);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1rem;
}

li {
  color: var(--light-grey-cpm);
  margin-bottom: .5rem;
  font-size: 1rem;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 16px;
  font-weight: 700;
  display: block;
}

blockquote {
  color: var(--light-grey-cpm);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.container {
  flex-direction: column;
  display: block;
  position: relative;
}

.container.is-services-mobile {
  display: none;
}

.section {
  padding-top: 8em;
  padding-bottom: 8em;
  padding-left: 6em;
  overflow: hidden;
}

.section.hero-section {
  background-color: var(--relume-library-lite-rl-black);
  height: 90vh;
  padding-bottom: 0;
  display: block;
}

.section.hero-section.cms-hero-slider {
  background-color: #000;
  align-items: stretch;
  height: 80svh;
  min-height: 80svh;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.rl_faq1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_answer {
  overflow: hidden;
}

.rl_faq1_icon {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--relume-library-lite-rl-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.rl_faq1_list {
  border-bottom: 1px solid var(--relume-library-lite-rl-black);
  width: 100%;
}

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

.feature-item {
  background-color: #1e2029;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 350px;
  margin-bottom: -48px;
  padding: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.speaker-arrow {
  background-color: var(--glass-blue);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  width: 60px;
  height: 60px;
  padding: 0;
  transition: background-color .2s;
  display: flex;
  inset: auto 5vw 5vw auto;
}

.speaker-arrow:hover {
  background-color: var(--relume-library-lite-rl-white);
  color: #000;
}

.speaker-arrow.left {
  justify-content: center;
  align-items: flex-end;
  margin-right: 72px;
  left: auto;
  right: 5vw;
}

.c-slider-btn {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.sub-slider-slide {
  perspective: 1000px;
  width: 350px;
  padding: 1vh 1vw;
  transform: perspective(1000px);
}

.c-slide-btn-block {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
}

.cell {
  padding-bottom: 34px;
}

.hide {
  display: none;
}

.filter {
  color: var(--light-grey-cpm);
}

.filter-ul_section {
  margin-bottom: 40px;
}

.cell-2, .cell-3 {
  align-items: stretch;
}

.project-data-subtitle {
  color: var(--white-80);
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

.form-field-label {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 400;
}

.form-field-label.is-specialcharacters {
  text-transform: none;
}

.form-text-field {
  border: .5px solid var(--light-grey-cpm);
  background-color: var(--glass-blue);
  color: var(--white-smoke);
  border-radius: 8px;
  padding-left: 12px;
  font-weight: 200;
}

.form-text-field:hover, .form-text-field:focus {
  color: var(--white-80);
}

.project-data-heading {
  color: var(--light-grey-cpm);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 33px;
  font-weight: 400;
}

.radio-button {
  border-color: var(--relume-library-lite-rl-white);
}

.radio-button:hover {
  border: 3px solid var(--main-color);
}

.radio-button.w--redirected-checked {
  border-width: 3px;
  border-color: var(--main-color);
}

.swiper {
  overflow: hidden;
}

.swiper.is-slider-thumbs {
  width: 100%;
  overflow: visible;
}

.swiper.is-slider-titles {
  height: 100%;
  overflow: visible;
}

.swiper.is-slider-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  position: relative;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-wrapper.is-slider-thumbs {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-wrapper.is-slider-titles {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.swiper-wrapper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  align-self: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper-slide.is-slider-bg {
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.swiper-slide.is-slider-thumbs {
  flex: none;
  width: 100%;
  padding-right: .5em;
}

.swiper-slide.is-slider-titles {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-gallery_button-icon {
  width: 40%;
  height: 40%;
}

.slider-gallery_button-icon.is-reversed {
  height: auto;
  transform: rotate(-180deg);
}

.slider-gallery_bottom-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-bottom: 0;
  padding-bottom: 3em;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  bottom: 5svh;
}

.slider-gallery_numbers {
  letter-spacing: .04em;
  font-size: 1.38em;
  line-height: 1;
}

.slider-thumbs_wrap {
  width: 25%;
}

.slider-titles_component {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100vw;
  position: absolute;
  bottom: 24%;
}

.slider-bg_component {
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-gallery_button {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.13em;
  height: 4.13em;
  transition: background-color .2s, color .2s;
  display: flex;
}

.slider-gallery_button:hover {
  color: #000;
  background-color: #fff;
}

.slider-gallery_button.swiper-prev {
  background-color: #19455833;
}

.slider-gallery_button.swiper-prev:hover {
  background-color: #fff;
}

.slider-gallery_button.swiper-next {
  background-color: #19455833;
}

.slider-gallery_button.swiper-next:hover {
  background-color: #fff;
}

.slider-gallery_component {
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.slider-thumbs_component {
  width: 40%;
}

.slider-thumbs_overflow {
  position: relative;
  overflow: hidden;
}

.slider-gallery_button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  width: 40%;
  display: flex;
}

.slider-bg_img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.slider-titles_heading {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 1.6em;
  line-height: 1.2;
}

.slider-thumbs_height {
  padding-top: 62%;
  position: relative;
}

.slider-thumbs_img {
  cursor: pointer;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-bg_gradient {
  z-index: 0;
  background-image: linear-gradient(#0009, #0009);
  width: 100%;
  height: 100%;
  position: absolute;
}

.menu_link-bg {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.menu_link-bg.is-home {
  background-color: #fff3;
}

.menu_link {
  z-index: 2;
  color: #fff;
  mix-blend-mode: normal;
  align-self: center;
  margin-left: 1em;
  margin-right: 1em;
  padding: 1.2em 1.7em .5em;
  text-decoration: none;
  position: relative;
}

.menu_link:hover {
  background-color: #fff;
  border-radius: 50px;
}

.menu_link.w--current {
  mix-blend-mode: normal;
  text-underline-offset: 6px;
  -webkit-text-decoration: underline #f68026;
  text-decoration: underline #f68026;
}

.menu_link.menu-logo {
  align-self: center;
  padding: .7em 0;
}

.menu_link.menu-logo:hover {
  background-color: #0000;
}

.menu_link.menu-logo.w--current {
  justify-content: center;
  align-items: center;
  padding-left: 1.7em;
  padding-right: 1.7em;
  display: flex;
}

.container-5 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
}

.container-5.is-menu {
  z-index: 20;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: fixed;
  bottom: 12px;
  left: 0%;
  right: 0%;
}

.menu_link-text {
  z-index: 2;
  mix-blend-mode: difference;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.menu_shape {
  z-index: 1;
  opacity: 0;
  color: #000;
  justify-content: flex-start;
  width: 7em;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(0);
}

.menu {
  justify-content: space-around;
  display: flex;
  position: relative;
}

.div-block-3 {
  background-color: #fa0;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  position: absolute;
  inset: 0%;
}

.menu_wrap {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: auto;
  background-color: #19455833;
  border-radius: 100vw;
  max-width: 100%;
  padding: .1em;
  font-size: .9rem;
  box-shadow: 1px 1px 7px #00000029;
}

.menu_shape-bg {
  color: #000;
  background-color: #0000004d;
  border-radius: 100vw;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.html-embed, .image-gallery-wrapper {
  width: 100%;
}

.div-block-5 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.projects-list {
  background-color: var(--glass-blue);
  width: 45%;
  min-width: 500px;
  height: 100%;
  margin-right: 1rem;
  padding-top: 80px;
  overflow: scroll;
}

.link-projectname {
  color: var(--white-80);
  text-transform: none;
  font-size: 1.1em;
}

.link-projectname:focus {
  color: var(--white-80);
}

.link-projectdetails {
  color: var(--light-grey-cpm);
  font-size: .9em;
  font-weight: 400;
}

.link-projectdetails.is-subtitle {
  margin-top: 10px;
  display: block;
}

.collection-item {
  border-bottom: 1px solid #85858580;
  padding: .7rem;
}

.collection-item:hover {
  background-color: #85858540;
}

.collection-item.project-tab {
  color: var(--white-smoke);
  border-bottom-style: none;
  padding-top: .7rem;
  padding-bottom: 0;
  padding-right: 0;
}

.collection-item.project-tab:hover {
  background-color: var(--glass-blue);
  color: var(--white-80);
}

.project-details-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.project-details-wrapper {
  width: 55%;
  height: 100%;
  padding-top: 100px;
  display: block;
  overflow: scroll;
}

.projects-wrapper {
  height: 100vh;
  display: flex;
}

.project-content {
  display: none;
}

.menu_shape-2 {
  z-index: 1;
  opacity: 0;
  justify-content: flex-start;
  width: 7em;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(0);
}

.menu_shape-bg-2 {
  color: #fff;
  background-color: #0000004d;
  border-radius: 100vw;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.logo-imago {
  z-index: 10;
  display: inline-block;
  position: relative;
}

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

.circle_height {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.circle_service {
  text-align: right;
  width: 10em;
  margin-bottom: 0;
  margin-right: .5em;
  font-size: 1.3em;
  transition: opacity .2s;
}

.circle_item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  line-height: 1.1;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.circle_p {
  align-self: flex-start;
  margin-bottom: 2rem;
  margin-right: 0;
  font-size: 1rem;
  line-height: 1.3;
  position: relative;
}

.circle_number {
  text-align: right;
  margin-bottom: 0;
  margin-right: 1rem;
  font-size: 1em;
  transition: opacity .2s;
}

.circle_description {
  opacity: 0;
  pointer-events: auto;
  text-align: left;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 65vw;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  inset: -250px auto auto -83.7vw;
}

.circle_description.is-process {
  opacity: 0;
}

.circle_link {
  justify-content: flex-end;
  align-items: center;
  width: 250px;
  margin-left: -17.2em;
  display: flex;
  position: relative;
}

.circle_numbers-line {
  background-color: #fff;
  width: 1em;
  height: 1px;
  margin-right: .5em;
  position: static;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.circle_dot {
  background-color: #fff;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  transition: transform .2s;
  display: block;
}

.global-styles {
  line-height: 1.3;
  position: fixed;
  inset: 0% 0% auto;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.circle {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(.445, .05, .55, .95), opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circle_wrap {
  flex: none;
  width: 50vw;
  height: 25vw;
  margin-bottom: 25vw;
  margin-right: -40vw;
}

.container-6 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.container-6.is-timeline {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: none;
  min-height: 1000px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 10em;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.circle_wrapper {
  width: 100%;
  height: 100%;
}

.circle_list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.page-section {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  overflow: visible;
}

.service-details {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1em;
  display: flex;
}

.circle_p-list {
  color: var(--main-color);
  margin-left: -20px;
  font-size: 1rem;
  line-height: 1.2;
  position: relative;
}

.service-bullet-points {
  flex-direction: column;
  width: 40%;
}

.logo-inline {
  z-index: 10;
  background-image: linear-gradient(#000 60%, #0000);
  justify-content: flex-end;
  width: 100%;
  padding: 30px 40px 20px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-9 {
  position: relative;
}

.page-heading {
  color: var(--white-80);
  margin-right: 50px;
}

.page-heading.line-height-increased {
  line-height: 1;
}

.divider-line {
  background-color: #fff;
  width: 1px;
  height: auto;
  margin-left: 4em;
  margin-right: 4em;
}

.divider-line.vertical {
  width: 1px;
}

.divider-line.is-horizontal {
  width: 100%;
  height: 1px;
  margin: 2rem 0;
}

.circle_item-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.circle_wrap-vertical {
  flex: none;
  width: 90em;
  height: 42em;
  margin-top: auto;
}

.circle_date {
  max-width: 219px;
  margin-bottom: 0;
  padding-bottom: .5em;
  font-size: 1.8em;
  transition: opacity .2s;
}

.circle_line {
  background-color: #fff;
  width: 1px;
  height: 4.9em;
  margin-top: -.8em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.circle_p-vertical {
  color: var(--white-80);
  font-size: 1rem;
  line-height: 1.4;
}

.circle_p-vertical.is-title {
  color: var(--light-grey-cpm);
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-size: 1.1em;
  font-weight: 300;
}

.cpm-logotype {
  z-index: 7;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  width: 230px;
  position: relative;
}

.page-heading-info {
  width: 40%;
  color: var(--white-smoke);
  font-weight: 300;
}

.page-heading-wrapper {
  align-items: center;
  width: 90%;
  display: flex;
  position: relative;
  top: 10em;
}

.paragraph {
  color: var(--light-grey-cpm);
  margin-bottom: auto;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

.page-contents-wrapper {
  margin-top: 16em;
  position: relative;
}

.page-contents-info {
  align-items: stretch;
  margin-bottom: 4rem;
  display: flex;
}

.fs_numbercount-1_text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}

.fs_numbercount-1_number {
  line-height: 1.2;
}

.fs_numbercount-1_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.fs_numbercount-1_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
}

.fs_numbercount-1_component {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  margin-top: 6em;
  margin-bottom: 10em;
  display: block;
}

.team-member-info-wrapper {
  flex-flow: column;
  align-self: flex-start;
  max-width: 200px;
}

.team-member-portrait {
  border-radius: 20px;
  max-width: 9rem;
  margin-right: 2em;
}

.team-member-name {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.team-member-role {
  text-transform: uppercase;
  font-size: .8rem;
}

.team-card {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 340px;
  display: flex;
}

.team-partner-portrait {
  border-radius: 20px;
  max-width: 9rem;
  margin-right: 2em;
}

.container-9 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.container-9.is-timeline {
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  padding: 35vh 0 0;
  display: flex;
  overflow: hidden;
}

.circle_link-vertical {
  flex-flow: column;
  align-items: center;
  margin-top: -4.2em;
  display: flex;
  position: relative;
}

.circle_description-vertical {
  opacity: 0;
  flex: none;
  width: 30em;
  margin-top: 7.5em;
  transition: opacity .3s;
  position: absolute;
}

.page-section-services {
  height: auto;
  padding-left: 6em;
  line-height: 1.3;
  overflow: hidden;
}

.info-jobs {
  width: 28%;
}

.info-jobs.paragraph {
  width: 100%;
}

.html-embed-map {
  width: 100%;
  height: 70%;
  margin-top: 28px;
  display: none;
}

.paragraph-style-sub {
  color: var(--light-grey-cpm);
  font-weight: 300;
  line-height: 1.3;
}

.div-block-11 {
  max-width: 50em;
  margin-top: -20px;
}

.hero-container-block {
  z-index: 1;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 15% 0% auto;
}

.example-project-thumbnail {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 150px;
}

.example-projects-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.div-block-13 {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.extra-light {
  font-weight: 200;
}

.bank-info {
  width: 46%;
  color: var(--light-grey-cpm);
  column-count: 2;
}

.div-block-14 {
  display: flex;
}

.social-icon {
  opacity: .6;
}

.social-icon:hover {
  opacity: 1;
}

.h1-home {
  z-index: 1;
  text-align: center;
  text-shadow: 3px 4px 10px #0006;
  margin-top: 16px;
  font-size: 5.5vw;
  line-height: .98;
  position: relative;
}

.slider-titles_wrapper {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  padding: 14px 16px;
  display: flex;
}

.project-iamgegallery-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.project-headerimage {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: none;
}

.homeslider-logo {
  margin-bottom: 20px;
}

.awards-description {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq1_answer-wrapper {
  flex-direction: column;
  display: flex;
}

.rl_faq1_answer-2 {
  overflow: hidden;
}

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

.rl_faq1_icon-wrapper-2 {
  align-self: flex-start;
}

.awards-headline {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq1_question-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--white-smoke);
  border-bottom: 1px solid var(--white-smoke);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: .65rem;
  padding-bottom: .65rem;
  display: flex;
}

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

.rl_faq1_list-2 {
  border-bottom: 1px solid var(--relume-library-lite-rl-black);
  margin-bottom: 6em;
}

.awards-date {
  color: #fff;
  margin-bottom: 14px;
  font-weight: 200;
}

.awards-headline-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.awards-subheading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.5;
}

.awards-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  margin-top: 26px;
  margin-bottom: 20px;
}

.collection-list-wrapper-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.answer-pading {
  flex-direction: column;
  margin-top: 14px;
  margin-bottom: 14px;
  display: flex;
}

.awards-wrapper {
  margin-top: 10em;
  padding-left: 6em;
  padding-right: 6em;
}

.filter-wrapper {
  z-index: 11;
  background-color: var(--glass-blue);
  -webkit-backdrop-filter: blur(55px);
  backdrop-filter: blur(55px);
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  width: 18%;
  min-width: 220px;
  padding-top: 50px;
  padding-left: 26px;
  padding-right: 20px;
  position: fixed;
  inset: 15% auto auto 0%;
  box-shadow: 6px 0 6px #0003;
}

.radio-button-field {
  margin-bottom: 14px;
  padding-left: 40px;
}

.radio-button-field:hover {
  color: var(--white-80);
}

.radio-button-field:active {
  color: #fff;
}

.projects-section-heading {
  color: var(--white-smoke);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
}

.projects-filter-details {
  color: var(--white-smoke);
  text-align: left;
  margin-left: 0;
  font-size: 1em;
  font-weight: 400;
}

.projects-filter-details:hover {
  color: var(--white-80);
}

.projects-filter-details.filters-button {
  display: none;
}

.projects-filter-details.is-resetall {
  text-align: right;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.project-list-item-details {
  border-bottom: 1px solid var(--dark-grey);
  margin-left: 46%;
  padding-bottom: 10px;
  padding-right: 24px;
  display: flex;
}

.project-list-item-details:hover {
  color: var(--white-80);
}

.projects-list-heading-wrapper {
  margin-bottom: 14px;
  margin-left: 47%;
  padding-top: 20px;
}

.collection-list-wrapper-4 {
  margin-bottom: 20vh;
}

.collection-list-2 {
  overflow: hidden;
}

.project-details-heading-wrapper {
  background-color: #000;
  height: 20px;
  padding-left: 20px;
  position: relative;
  top: 0;
}

.project-data-answer {
  color: var(--white-80);
  font-size: 1rem;
}

.project-data-description {
  margin-bottom: 20px;
  padding-right: 40px;
}

.project-data-wrapper {
  border-left: 1px solid var(--white-smoke);
  padding-left: 12px;
}

.project-heading {
  max-width: 60%;
  color: var(--white-80);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 700;
}

.project-data-externallink {
  font-size: 1rem;
}

._20vh-spaceblock-desktop {
  width: 100%;
  height: 20vh;
}

.div-horizontal-justify {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.close-icon {
  background-color: #fff;
  flex: none;
  width: 20px;
  height: 20px;
  display: none;
}

.filter-service-subtitle {
  opacity: .8;
  color: var(--white-smoke);
  font-size: .9em;
  font-weight: 400;
  line-height: 1.1em;
}

.radio-button-label {
  color: var(--white-80);
  line-height: 1.2em;
}

.link-projectimage {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
  flex: none;
  width: 40%;
  margin-right: 12px;
}

.link-block-2 {
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.image {
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.applyfiltersbutton {
  border: 1px solid var(--main-color);
  border-radius: 8px;
  display: none;
}

.div-horizontal-justify-2 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.tabs-menu-2 {
  z-index: 2;
  background-image: linear-gradient(#000, #000 76%, #0000);
  justify-content: space-between;
  padding: .8rem 4rem .8rem 1rem;
  font-size: 1svw;
  display: flex;
  position: sticky;
  top: 90px;
}

.tab-link-company {
  color: var(--light-grey-cpm);
  background-color: #0000;
}

.tab-link-company.w--current {
  color: #fff;
  background-color: #0000;
}

.tab-link-company-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.1em;
}

.logos-wrapper {
  margin-top: 10em;
  padding-bottom: 10em;
  padding-left: 6em;
  padding-right: 6em;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-three {
  grid-column-gap: 2.6rem;
  grid-row-gap: 2.6rem;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.client-logo {
  align-self: center;
  max-width: 200px;
}

.all-clients {
  min-height: 100em;
  margin-bottom: 10em;
  padding-left: 6em;
  padding-right: 6em;
}

.collection-list-5 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.collection-item-3 {
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 33%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.text-block-2 {
  color: var(--light-grey-cpm);
  text-transform: uppercase;
}

.clients-title {
  color: var(--white-80);
  text-align: center;
  margin-bottom: 2em;
  font-size: 24px;
  line-height: 32px;
}

.linkblock-numbers {
  text-decoration: none;
}

.tabs-2 {
  max-width: 1600px;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
}

.empty-state, .empty-state-2, .empty-state-3 {
  display: none;
}

.div-block-16 {
  width: 34%;
}

.legal-pages-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.legal-link {
  color: var(--white-smoke);
  flex: none;
  padding: 8px 0;
}

.menu-social-horizontal {
  z-index: 10;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: auto;
  background-color: #19455833;
  border-radius: 100vw;
  flex-wrap: wrap;
  place-content: center space-around;
  width: 100%;
  height: 100%;
  padding-top: .7rem;
  padding-bottom: .7rem;
  padding-right: .7rem;
  font-size: .9rem;
  display: flex;
  box-shadow: 1px 1px 7px #00000029;
}

.menu-social_item {
  flex: none;
  margin: 10px 12px;
  display: inline-block;
}

.social-menu-wrapper_horizontal {
  z-index: 10;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 17rem;
  height: 3.2rem;
  display: flex;
  position: fixed;
  bottom: 2.1rem;
  left: 2rem;
}

.social-menu_wrapper-mobile {
  display: none;
}

.locales-list {
  grid-column-gap: .8rem;
  align-items: center;
  display: flex;
}

.locale {
  background-color: var(--dark-grey);
  color: var(--white-80);
  border-radius: 100px;
  padding: 7px 8px;
}

.locale:hover {
  background-color: var(--main-color);
}

.locales-wrapper-2 {
  z-index: 10;
  position: fixed;
  top: 1rem;
  left: 2rem;
  right: auto;
}

.link-language {
  color: var(--white-smoke);
  text-decoration: none;
}

.link-language:hover {
  color: #000;
}

.link-language.w--current {
  color: #fff;
}

.heading-9 {
  margin-bottom: 1.5vh;
}

.team-partner-logo {
  aspect-ratio: 1;
  object-fit: contain;
  max-width: 40%;
  margin-right: 2em;
}

.link-2 {
  font-size: 1rem;
}

.quick-stack-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  padding-left: 0;
}

.empty-state-4 {
  display: none;
}

.collection-item-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-3 {
  font-size: 1rem;
}

.paragraph-5 {
  aspect-ratio: 1;
  opacity: 0;
  background-color: #333333b3;
  border-radius: 10px;
  width: 150px;
  padding: 12px 4px 12px 6px;
  font-size: .8rem;
  position: absolute;
}

.paragraph-5:hover {
  opacity: 1;
}

.link-block-3 {
  cursor: pointer;
  text-decoration: none;
}

.team-gallery {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  margin-top: 34px;
  margin-bottom: 5rem;
  display: flex;
}

.heading-13 {
  color: var(--light-grey-cpm);
}

.link-4 {
  color: var(--main-color);
}

.link-5 {
  color: var(--light-grey-cpm);
}

.button-4 {
  border: 3px solid var(--main-color);
  background-color: var(--glass-blue);
  width: 140px;
  color: var(--main-color);
  text-align: center;
  border-radius: 20px;
  font-weight: 700;
  position: fixed;
  inset: auto 4% 4% auto;
}

.div-block-19 {
  width: 45px;
  position: absolute;
  inset: -172% 0% 0%;
}

.lightbox-link, .lightbox-link-2 {
  pointer-events: auto;
  cursor: default;
}

.html-embed-2 {
  pointer-events: auto;
  cursor: crosshair;
}

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

.one-pager_page-wrapper {
  flex-flow: column;
  align-items: center;
  padding-top: 10em;
  display: flex;
}

.one-pager_section {
  margin-bottom: 30vh;
  padding-left: 6em;
  padding-right: 6em;
}

.one-pager_section.is-faq {
  background-color: var(--darker-grey);
  border-radius: 20px;
  margin-bottom: 20vh;
  margin-left: 3rem;
  margin-right: 3rem;
  padding: 3rem 2rem 3rem 3rem;
}

.one-pager_section.is-hero {
  margin-bottom: 20vh;
}

.one-pager_section.is-last {
  margin-bottom: 16vh;
}

.one-pager_container {
  padding-right: 25vw;
}

.one-pager_container.is-hero {
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.one-pager_h2 {
  color: var(--white-80);
  line-height: 1;
}

.one-pager_h3 {
  color: var(--light-grey-cpm);
  line-height: 1.1;
}

.one-pager_project-textwrapper {
  width: 40%;
  min-width: 380px;
  position: sticky;
  top: 25%;
}

.one-pager_project-imageswrapper {
  grid-column-gap: 40vh;
  grid-row-gap: 40vh;
  flex-flow: column;
  margin-left: 0;
  display: flex;
  position: relative;
}

.one-pager_project-container {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  padding-top: 0;
  position: relative;
  overflow: visible;
}

.one-pager_project-heading {
  color: var(--white-80);
  text-transform: none;
  font-size: 2.2em;
  line-height: 1;
}

.one-pager_number {
  color: #fff;
  font-size: 11vw;
  font-weight: 700;
}

.one-pager_number.is-percentage {
  color: var(--main-color);
  font-size: 10vw;
}

.one-pager_contentwrapper {
  width: 30%;
  margin-left: 0;
  margin-right: 0;
}

.one-pager_contentwrapper.is-percentages {
  background-color: var(--darker-grey);
  border-radius: 20px;
  align-self: stretch;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.one-pager_flexwrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: wrap;
  justify-content: flex-start;
  width: 100%;
}

.one-pager_flexwrapper.is-centered {
  justify-content: center;
}

.one-pager_h4 {
  color: var(--main-color);
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.3;
}

.big-number {
  color: var(--main-color);
  margin-top: -91px;
  margin-bottom: -91px;
  font-size: 17vw;
  font-weight: 500;
  line-height: 1.2;
}

.one-pager_flexwrapper-2x2 {
  grid-column-gap: 7vw;
  grid-row-gap: 5vw;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.project-slide-mask {
  width: 33.33%;
  overflow: visible;
}

.project-slide-content {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.projects-slider {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.clip-text {
  overflow: hidden;
}

.clip-text.project-headding {
  height: auto;
  margin-top: -34px;
  margin-bottom: 10px;
}

.project-image {
  object-fit: cover;
  height: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.project-image.two {
  background-image: url('../images/65df6a4e675bf38276dc403d_0x16B9EF42D210BD0E2377C925C63D2D06-1.jpeg');
}

.project-image.three {
  background-image: url('../images/Portrait001.jpg');
  background-position: 100% 0;
  margin-right: 0;
}

.project-image.five {
  background-image: url('../images/Portrait006.jpg');
  background-position: 0 0;
  width: 101%;
}

.project-image.four {
  background-image: url('../images/Portrait0018.jpeg');
  background-position: 50% 0;
}

.projects-slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.project-info {
  max-width: 500px;
  margin-bottom: 36px;
}

.project-title {
  z-index: 10;
  color: #fff;
  font-size: 3rem;
  position: relative;
}

.project-image-cover {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: linear-gradient(#000, #00000070), url('../images/Background-one-pager-projects-slider.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.slide-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 30vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  color: var(--light-grey-cpm);
  font-size: 1rem;
  line-height: 1.6em;
}

.one-pager_page-wrapper-overflowhidden {
  overflow: hidden;
}

.long-button {
  color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.long-button:hover {
  color: #f8f8f8;
}

.long-button.is-onepager {
  width: 60%;
  min-width: 740px;
  margin-top: 4%;
}

.long-button.is-onepager.is-3 {
  align-self: flex-end;
}

.long-button.is-onepager.is-2 {
  align-self: center;
}

.long-button-wrap {
  flex-direction: column;
  width: 360px;
  display: flex;
}

.long-button-wrap.is-onepager {
  width: 100%;
  font-size: 2.2vw;
}

.long-button-link-wrap {
  opacity: .6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.long-button-underlay {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 40px;
  position: absolute;
  inset: 0%;
  transform: translate(0%, -40px);
}

.long-button-icon {
  width: 1.7rem;
  margin-bottom: 5px;
  margin-left: 6px;
}

.icon-button-2 {
  color: #f8f8f8;
  flex-direction: row;
  flex: none;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 15px;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.icon-button-2:hover {
  opacity: .65;
}

.long-button-info {
  z-index: 2;
  border-bottom: 1px solid #f8f8f8;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  font-weight: 200;
  transition: padding .3s;
  display: flex;
  position: relative;
  inset: 0%;
}

.long-button-info:hover {
  padding-left: 15px;
  padding-right: 15px;
}

.long-button-info.is-onepager {
  height: 6vh;
  padding-bottom: 1rem;
}

.long-button-title {
  color: var(--main-color);
  font-weight: 400;
}

.long-button-link-txt {
  text-decoration: underline;
}

.text-container {
  color: var(--light-grey-cpm);
  margin-left: 8.6rem;
  margin-right: 8.6rem;
}

.onepager_hero-image {
  z-index: -1;
  opacity: .5;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: linear-gradient(0deg, #000, #0000 28%), url('../images/65df69a68c0ea1a19ebec6b5_0x24409F58034A80343C6286FAF3ABE625.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}

.onepager_hero-image.is-web {
  z-index: -2;
  background-image: linear-gradient(0deg, #000, #0000 28%), url('../images/Background-one-pager-projects-slider.jpg');
}

.onepager_hero-image.is-marken {
  background-image: linear-gradient(0deg, #000, #0000 28%), url('../images/6616fae4f40bb915c6c64bcd_Stiftskeller-12.jpg');
}

.onepager_hero-image.is-app {
  background-image: linear-gradient(0deg, #000, #0000 28%), url('../images/674450eecb52d30f0380d7c1_WEB_Künstlerhaus_Experience_Bild_01.jpg');
}

.onepager_hero-image.is-technik {
  background-image: linear-gradient(0deg, #000, #0000 28%), url('../images/65df6a146cf16ae2bc50a821_0xCF3F1B13A241B69EC78ECE4D404EB571.jpeg');
}

.onepager_hero-image.is-produktdesign {
  background-image: linear-gradient(0deg, #000, #0000 28%), url('../images/65df69a4127e47e29947f819_0x25FA8D9BDC37515C301A0FA138A7E915.jpeg');
}

.image-2 {
  margin-top: 58px;
}

.onepager_projects-wrapper {
  grid-column-gap: 20vh;
  grid-row-gap: 20vh;
  flex-flow: column;
  display: flex;
}

.legal-rich-text-block {
  padding-bottom: 5rem;
}

.onepager-hero-web1 {
  aspect-ratio: 1 / 2;
  perspective: 220px;
  perspective-origin: 50%;
  object-fit: contain;
  width: 250px;
  transform-style: preserve-3d;
  position: absolute;
  inset: 37% auto auto 9%;
  transform: rotateX(7deg)rotateY(0)rotateZ(-23deg)skew(0deg, 9deg);
}

.mrd {
  font-size: 3vw;
}

.onepager-hero-web2 {
  aspect-ratio: 1 / 2;
  perspective: 220px;
  perspective-origin: 50%;
  object-fit: contain;
  width: 250px;
  transform-style: preserve-3d;
  position: absolute;
  inset: 37% 9% auto auto;
  transform: rotateX(-7deg)rotateY(0)rotateZ(23deg)skew(0deg, -9deg);
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.video {
  margin-bottom: 6rem;
}

.form-button {
  border: 1px solid var(--main-color);
  background-color: var(--glass-blue);
  color: var(--main-color);
  border-radius: 20px;
}

.error-message {
  background-color: var(--dark-grey);
}

.success-message {
  background-color: var(--glass-blue);
  border-radius: 20px;
}

.service-wrapper {
  width: 60%;
}

.cta-button {
  border: 1px solid var(--main-color);
  background-color: var(--glass-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  flex: none;
  align-self: center;
  font-weight: 700;
}

.cta-button:visited {
  color: #fff;
}

.buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  margin-bottom: 1rem;
  position: relative;
}

.form-wrapper {
  background-color: var(--glass-blue);
  width: 100%;
  height: 100%;
  color: var(--light-grey-cpm);
  flex: 0 auto;
  padding: 5%;
}

.form-wrapper:where(.w-variant-b685f0b6-cc35-2e74-7328-a75d1c00e7e5) {
  border-radius: 20px;
  padding-left: 20%;
  padding-right: 20%;
}

.form-multipleoption-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-left: 1rem;
  display: block;
}

.form-2 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: var(--white-80);
  flex-flow: column;
  display: flex;
}

.text-block-3 {
  color: var(--main-color);
}

.bank-legal-info {
  flex-flow: column;
  padding-bottom: 9rem;
}

.socialmenu-vertical {
  z-index: 10;
  width: 3.5rem;
  position: fixed;
  bottom: 1.4rem;
  left: auto;
  right: 2rem;
}

.footer-legal-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.cta-contact {
  z-index: 2;
  background-color: var(--glass-blue);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2rem;
  display: flex;
  position: relative;
}

.checkbox {
  border-color: var(--relume-library-lite-rl-white);
  border-radius: 20px;
}

.checkbox:hover {
  border: 3px solid var(--main-color);
}

.checkbox.w--redirected-checked {
  border-width: 3px;
  border-color: var(--main-color);
  background-color: var(--main-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.media-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 2vh;
  margin-left: auto;
  margin-right: auto;
}

.is-centered {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10rem;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.side-form {
  display: none;
}

.side-bar {
  z-index: 1000;
  background-color: #000;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  max-width: 366px;
  height: 100%;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  box-shadow: 0 2px 8px -3px #f68127;
}

.button-container {
  background-color: var(--glass-blue);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.close-button {
  width: 50px;
  height: 50px;
  color: var(--light-grey-cpm);
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-side-form {
  z-index: 100;
  background-color: var(--glass-blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  position: fixed;
  inset: 0%;
}

.form-container {
  border-radius: 20px;
  width: 70%;
}

.side-contact-tap {
  z-index: 10;
  border: 1px solid var(--main-color);
  background-color: var(--glass-blue);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-transform: uppercase;
  border-radius: 0 0 20px 20px;
  justify-content: center;
  align-items: center;
  min-width: 126px;
  height: 50px;
  padding-left: 14px;
  padding-right: 14px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 40% -63px 0% auto;
  transform: rotate(90deg);
}

.side-contact-tap:where(.w-variant-60555907-a589-d457-3ec0-60502b500498) {
  background-color: var(--main-color);
  color: #000;
}

.side-contact-tap:hover:where(.w-variant-60555907-a589-d457-3ec0-60502b500498) {
  color: #fff;
}

.side-contact-tap:lang(en) {
  right: -77px;
}

.side-contact-container {
  color: #fff;
}

.elements-centered-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.central-contact-tap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .3rem .8rem .3rem .4rem;
  font-weight: 700;
  display: flex;
}

.central-contact-tap:hover, .central-contact-tap:visited {
  color: #fff;
}

.central-contact-tap.is-home {
  padding: .6rem .8rem .6rem .6rem;
}

.central-contact-tap-wrapper {
  padding-top: 5%;
}

.icon-wrapper {
  width: 24px;
}

.richtextelement li {
  color: var(--white-80);
}

.home_section {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 15vh;
  padding-left: 4em;
  padding-right: 4em;
}

.home-hero-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  padding-right: 50px;
  display: flex;
}

.home-section-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(60deg, #0d1f1d, #11151e);
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  padding: 5em 7em;
  display: flex;
}

.home-section-container.is-company {
  color: #0000;
  background-image: linear-gradient(60deg, #0f1932, #00030b);
}

.home-section-container.is-services {
  background-color: #0000;
  background-image: none;
  padding-left: 12em;
  padding-right: 12em;
}

.home-displaytext {
  color: var(--white-80);
  font-size: 1.6rem;
  font-weight: 300;
}

.home-displaytext.link {
  color: var(--cpm--blue-grey);
}

.home_page-wrapper {
  flex-flow: column;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10em;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.buttons-wrapper-centered {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.home-hero-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 1400px;
  min-height: 500px;
  margin-top: 4rem;
  margin-bottom: 3rem;
  display: grid;
}

.icon-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--main-color);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--main-color);
  text-align: center;
  letter-spacing: .2px;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .3rem .8rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.icon-button:hover {
  color: #fff;
}

.icon-button.is-left {
  flex-flow: row-reverse wrap-reverse;
}

.text-link {
  color: var(--cpm--blue-grey);
  letter-spacing: .2px;
}

.home-section-title {
  color: var(--white-80);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 300;
}

.home-section-heading {
  color: #fff;
  margin-bottom: 0;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
}

.home-displayheading {
  z-index: 1;
  color: var(--dark-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.9rem;
  line-height: 1;
  position: relative;
}

.home-displayheading.is-small {
  text-align: left;
  font-size: 3.1rem;
}

.home-displayheading.is-hero {
  font-size: 4vw;
}

.home_hero-section {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--glass-blue);
  border-radius: 20px;
  width: 100%;
  max-width: 1400px;
  height: 200px;
  margin-top: 0;
  margin-bottom: 10vh;
  padding: 20px;
  display: flex;
}

.home_hero-section.test-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--glass-blue);
  border-radius: 20px;
  flex-flow: column;
  width: 150px;
  padding-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-5 {
  color: #fff;
  font-weight: 500;
}

.icon-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--light-grey-cpm);
  align-items: center;
  font-weight: 500;
  display: flex;
}

.project-thumbnail {
  border-radius: 20px;
  width: 190px;
}

.project-thumbnail-title {
  color: #fff;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .9rem;
  font-weight: 500;
  position: absolute;
}

.project-thubmnail-content {
  border-radius: 20px;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.project-thumbnail-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay {
  background-color: #0000004d;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay:hover {
  background-color: #0009;
}

.div-block-21 {
  position: absolute;
  inset: auto 5% 5% auto;
}

.swiper-arrows-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.swiper-button {
  background-color: var(--glass-blue);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.swiper-button:hover {
  color: #000;
  background-color: #fff;
}

.projects-slider.swiper {
  justify-content: flex-start;
  align-items: stretch;
}

.is-hero {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: center;
  margin-bottom: 10svh;
  display: flex;
}

.buttons-wrapper-left {
  align-self: flex-start;
}

.code-embed {
  height: auto;
  padding-bottom: 10rem;
}

.text-span:where(.w-variant-b685f0b6-cc35-2e74-7328-a75d1c00e7e5) {
  text-transform: lowercase;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

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

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-22 {
  width: 100%;
  padding-bottom: 10rem;
}

.image-hero {
  border-radius: 20px;
  height: 100%;
}

.test {
  background-color: var(--glass-blue);
  border-radius: 20px;
  padding: 42px;
}

.flex-block-3 {
  flex-flow: row;
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 152px;
    padding-bottom: 152px;
  }

  .section.hero-section {
    background-color: var(--relume-library-lite-rl-black);
    padding-bottom: 34px;
  }

  .page-section {
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .page-contents-info {
    height: auto;
  }

  .fs_numbercount-1_number {
    font-size: 15vw;
  }

  .answer-pading {
    flex-direction: row;
  }

  .tabs-2 {
    max-width: 1600px;
  }

  .team-gallery {
    justify-content: flex-start;
    margin-bottom: 5rem;
  }

  .one-pager_page-wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .one-pager_section.is-hero {
    margin-bottom: 10vh;
  }

  .one-pager_project-imageswrapper {
    grid-column-gap: 30vh;
    grid-row-gap: 30vh;
  }

  .one-pager_number.is-percentage {
    font-size: 10rem;
  }

  .one-pager_contentwrapper {
    max-width: 600px;
  }

  .one-pager_flexwrapper {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
  }

  .big-number {
    font-size: 15vw;
  }

  .long-button-wrap.is-onepager {
    font-size: 2.3rem;
  }

  .home_page-wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-wrapper {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .container.is-services-mobile {
    max-width: none;
    display: block;
    top: 4em;
  }

  .rl_faq1_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_faq1_icon-wrapper {
    align-self: center;
  }

  .rl_faq1_question {
    border-top-color: #fff;
    border-bottom: 1px solid #fff;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 30px;
  }

  .feature-item {
    margin-bottom: 0;
  }

  .filter-ul_section {
    overflow: scroll;
  }

  .swiper-wrapper, .swiper-slide.is-slider-titles {
    width: auto;
  }

  .slider-gallery_bottom-wrapper {
    margin-bottom: 0;
  }

  .slider-gallery_numbers {
    margin-bottom: 0;
  }

  .slider-titles_component {
    height: auto;
  }

  .slider-thumbs_component {
    width: 56%;
    margin-right: -183px;
  }

  .slider-gallery_button-wrapper {
    width: 30%;
  }

  .slider-titles_heading {
    text-align: center;
    width: 80%;
    margin-bottom: 10px;
  }

  .menu_link.menu-logo {
    margin-left: 1em;
    margin-right: 1em;
  }

  .container-5 {
    padding: 2%;
  }

  .projects-list {
    width: 100%;
    min-width: auto;
    margin-right: 0;
  }

  .link-projectname {
    font-size: 1.2rem;
  }

  .link-projectdetails {
    font-size: .9rem;
  }

  .link-projectdetails.is-subtitle {
    margin-top: 10px;
    display: block;
  }

  .collection-item.project-tab:hover {
    background-color: #0000;
  }

  .project-details-wrapper {
    display: none;
  }

  .project-content {
    display: block;
  }

  .logo-imago {
    min-width: 40px;
  }

  .circle_p {
    width: 90%;
    margin-bottom: 0;
  }

  .circle_description {
    opacity: 0;
    justify-content: center;
    top: -40vw;
  }

  .circle_wrap {
    font-size: 2vw;
  }

  .container-6 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container-6.is-timeline {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .page-section {
    margin-top: 80px;
    padding-left: 3em;
    padding-right: 3em;
  }

  .service-details {
    flex-direction: column;
    margin-top: 30px;
  }

  .service-bullet-points {
    width: 80%;
    margin-bottom: 2rem;
  }

  .logo-inline {
    background-image: linear-gradient(#000 75%, #0000);
    width: 100%;
    padding-top: 20px;
    display: flex;
    inset: 0% 0% auto;
  }

  .page-heading {
    font-size: 5.2em;
  }

  .divider-line {
    width: 100%;
    height: 2px;
    margin: 2em auto;
  }

  .divider-line.vertical {
    width: 2px;
    height: 100%;
    margin: auto 4em;
  }

  .circle_wrap-vertical {
    font-size: 2vw;
  }

  .cpm-logotype {
    width: 200px;
  }

  .page-heading-info {
    width: 60%;
  }

  .page-heading-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    top: auto;
  }

  .paragraph {
    display: none;
  }

  .page-contents-wrapper {
    margin-top: 6em;
  }

  .page-contents-info {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .fs_numbercount-1_wrapper {
    grid-column-gap: 2.25rem;
    justify-content: stretch;
    align-items: stretch;
    width: 100%;
  }

  .fs_numbercount-1_component {
    margin-bottom: 5em;
  }

  .team-member-portrait {
    max-width: 8.8em;
  }

  .team-card {
    width: 320px;
  }

  .team-partner-portrait {
    max-width: 8.8em;
  }

  .div-block-10 {
    flex-flow: column;
    display: flex;
  }

  .container-9 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container-9.is-timeline {
    height: 50vh;
    padding-top: 17vh;
    padding-left: 0;
    padding-right: 0;
  }

  .page-section-services {
    height: auto;
    margin-top: 50px;
    padding-left: 3em;
  }

  .info-jobs.paragraph {
    width: 100%;
  }

  .html-embed-map {
    height: 80%;
    margin-left: 60px;
  }

  .example-projects-grid {
    margin-bottom: 4rem;
  }

  .div-block-13 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    height: 30%;
    margin-bottom: 2rem;
  }

  .bank-info {
    width: 100%;
  }

  .div-block-14 {
    justify-content: space-between;
    display: flex;
  }

  .h1-home {
    font-size: 9vw;
  }

  .slider-titles_wrapper {
    flex-direction: column;
  }

  .awards-headline, .awards-subheading {
    max-width: 50%;
  }

  .awards-image {
    margin-top: 26px;
  }

  .answer-pading {
    flex-direction: column;
  }

  .filter-wrapper {
    width: 100%;
    height: 100svh;
    padding: 40px 20px 20px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .projects-filter-details, .projects-filter-details.filters-button {
    display: block;
  }

  .project-list-item-details {
    margin-left: 0%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .projects-list-heading-wrapper {
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .project-details-heading-wrapper {
    background-color: #0000;
    top: 20px;
  }

  .project-data-description {
    padding-right: 0;
  }

  .project-heading {
    max-width: 80%;
    line-height: 1;
  }

  .form-block {
    overflow: visible;
  }

  ._20vh-spaceblock-desktop {
    display: none;
  }

  .div-horizontal-justify {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .close-icon {
    display: none;
  }

  .link-projectimage {
    margin-right: 30px;
  }

  .link-block-2 {
    height: 80%;
    margin-top: 0;
    margin-left: 0;
  }

  .applyfiltersbutton {
    border: 1px solid var(--main-color);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    padding: 4px 10px;
    display: block;
  }

  .div-horizontal-justify-2 {
    justify-content: space-between;
    align-items: baseline;
    width: auto;
    display: flex;
  }

  .tabs-menu-2 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.3svw;
  }

  .tab-link-company-heading {
    font-size: 2.4em;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    justify-content: space-around;
  }

  .all-clients {
    padding-left: 3em;
    padding-right: 3em;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .div-block-16 {
    width: 36%;
  }

  .legal-pages-wrap {
    flex-flow: wrap;
  }

  .legal-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .social-menu-wrapper_horizontal {
    display: none;
  }

  .contact-details-wrapper {
    grid-row-gap: 2.2rem;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

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

  .social-menu_wrapper-mobile {
    flex: 0 auto;
    display: block;
  }

  .flex-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-partner-logo {
    max-width: 8.8em;
  }

  .collection-list-6 {
    grid-template-columns: 1fr;
  }

  .team-gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .button-4 {
    z-index: 2;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-style: solid;
    border-width: 2px;
    font-weight: 500;
    bottom: 12%;
  }

  .one-pager_section {
    max-width: none;
    margin-bottom: 16vh;
  }

  .one-pager_section.is-hero, .one-pager_section.is-last {
    margin-bottom: 10vh;
  }

  .one-pager_container {
    padding-right: 0;
  }

  .one-pager_h3 {
    font-size: 2em;
  }

  .one-pager_project-textwrapper {
    width: 100%;
    top: 10%;
  }

  .one-pager_project-imageswrapper {
    z-index: 0;
    grid-column-gap: 20vh;
    grid-row-gap: 20vh;
    margin-left: -6vw;
    margin-right: -6vw;
    padding-top: 100px;
    position: relative;
  }

  .one-pager_project-container {
    flex-flow: column;
    padding-top: 4vh;
  }

  .one-pager_number {
    width: 100%;
    font-size: 8rem;
  }

  .one-pager_contentwrapper {
    width: 46%;
    min-width: 250px;
  }

  .one-pager_contentwrapper.is-references {
    width: 80%;
  }

  .one-pager_flexwrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
  }

  .one-pager_flexwrapper-2x2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .project-slide-mask {
    width: 65%;
  }

  .clip-text.project-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .project-info {
    max-width: 470px;
  }

  .project-title {
    font-size: 52px;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .long-button.is-onepager {
    min-width: 500px;
  }

  .long-button-wrap.is-onepager {
    font-size: 3vw;
  }

  .text-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .video {
    margin-bottom: 2rem;
  }

  .form-wrapper {
    width: 100%;
  }

  .socialmenu-vertical {
    bottom: 5.9rem;
    left: auto;
    right: 2rem;
  }

  .footer-legal-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .cta-contact {
    width: 70%;
  }

  .media-wrapper {
    width: 100%;
  }

  .is-centered {
    margin-top: 0%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .form-container {
    width: 100%;
  }

  .home_section {
    max-width: none;
    margin-bottom: 10vh;
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-content {
    text-align: center;
    align-items: center;
    margin-top: 2rem;
    padding-right: 0;
  }

  .home-section-container, .home-section-container.is-services {
    padding-left: 3.6em;
    padding-right: 3.6em;
  }

  .home_page-wrapper {
    padding-top: 5em;
  }

  .home-hero-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }

  .home-displayheading {
    font-size: 3.9rem;
  }

  .home-displayheading.is-small {
    text-align: center;
  }

  .home_hero-section {
    max-width: none;
    margin-bottom: 8vh;
    padding-right: 0;
  }

  .project-thumbnail {
    width: 100%;
  }

  .buttons-wrapper-left {
    align-self: auto;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.8rem;
  }

  h3 {
    margin-bottom: 20px;
    font-size: 2.2em;
  }

  h6 {
    margin-bottom: 25px;
  }

  p, li {
    font-size: .9rem;
  }

  .container.is-services-mobile {
    margin-top: 0;
    display: block;
    position: relative;
    top: 4em;
  }

  .rl_faq1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_faq1_answer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq1_icon-wrapper {
    align-self: center;
    width: 1.75rem;
  }

  .rl_faq1_question {
    border-top: 1px solid #fff;
    border-bottom: .5px solid #fff;
    align-items: center;
    padding: 0 30px;
  }

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

  .c-slide-btn-block {
    width: 12vw;
    height: 12vw;
  }

  .cell {
    padding-bottom: 10px;
  }

  .project-data-heading {
    padding-top: 0;
  }

  .swiper {
    flex: 1;
  }

  .slider-gallery_bottom-wrapper {
    display: none;
  }

  .slider-gallery_numbers {
    margin-bottom: 0;
    display: none;
  }

  .slider-thumbs_wrap {
    width: 20%;
  }

  .slider-titles_component {
    bottom: 50%;
  }

  .slider-thumbs_component {
    width: 100%;
    margin-right: 0;
  }

  .slider-gallery_button-wrapper {
    width: auto;
    display: none;
  }

  .slider-titles_heading {
    text-align: center;
    margin-bottom: 4px;
    margin-right: 0;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 1.1rem;
  }

  .menu_link {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.1em;
    padding-right: 1.1em;
    font-size: .6rem;
  }

  .menu_link.menu-logo.w--current {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.1em;
    padding-right: 1.1em;
  }

  .container-5.is-menu {
    width: 98%;
    padding-left: 0%;
    padding-right: 0%;
    bottom: 1px;
  }

  .menu_wrap {
    width: 100%;
    max-width: none;
  }

  .projects-list {
    min-width: auto;
  }

  .link-projectname {
    font-size: 1.1rem;
  }

  .link-projectdetails {
    font-size: .9rem;
  }

  .circle_p {
    width: 90%;
    font-size: 1rem;
    line-height: 1.3;
  }

  .circle_description {
    top: -346px;
  }

  .container-6.is-timeline {
    display: none;
  }

  .page-section {
    padding-left: 0;
    padding-right: 0;
  }

  .service-details {
    margin-top: 30px;
  }

  .circle_p-list {
    line-height: 1.2;
  }

  .service-bullet-points {
    width: 100%;
  }

  .logo-inline {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    inset: 0% 0% auto;
  }

  .page-heading {
    text-align: center;
    margin-top: 68px;
    margin-right: 0;
    position: relative;
    inset: auto;
  }

  .divider-line.vertical {
    flex: none;
    width: 2px;
    height: 100%;
    margin: auto 2em;
  }

  .circle_wrap-vertical {
    height: 86%;
  }

  .circle_p-vertical.is-title {
    font-size: .9rem;
  }

  .cpm-logotype {
    width: 160px;
  }

  .page-heading-info {
    text-align: center;
    width: 80%;
    padding-top: 20px;
  }

  .page-heading-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-right: 0;
    top: auto;
    left: auto;
    right: auto;
  }

  .page-contents-wrapper {
    margin-top: 0;
    padding-left: 2em;
    padding-right: 2em;
    top: 4em;
  }

  .page-contents-info {
    width: 100%;
    height: auto;
    margin-bottom: 4em;
  }

  .fs_numbercount-1_wrapper {
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .fs_numbercount-1_component {
    flex-flow: wrap;
    grid-template-rows: auto;
    margin-bottom: 4em;
  }

  .team-member-portrait {
    max-width: 8em;
    margin-right: 1em;
  }

  .team-member-name {
    max-width: 100px;
  }

  .team-member-role {
    max-width: 150px;
  }

  .team-card {
    width: 240px;
  }

  .team-partner-portrait {
    max-width: 8em;
    margin-right: 1em;
  }

  .container-9.is-timeline {
    height: 70vh;
    padding-top: 0;
  }

  .page-section-services {
    margin-top: 46px;
    padding-left: 0;
  }

  .info-jobs.paragraph {
    width: 100%;
  }

  .paragraph-style-sub {
    text-align: center;
    padding-top: 20px;
  }

  .hero-container-block {
    top: 5%;
  }

  .example-projects-grid {
    margin-bottom: 20px;
  }

  .div-block-13 {
    margin-bottom: 2em;
  }

  .div-block-14 {
    place-content: flex-start;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

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

  .rl_faq1_icon-2 {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq1_icon-wrapper-2 {
    width: 1.75rem;
  }

  .awards-headline {
    font-size: 1rem;
  }

  .rl_faq1_question-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .awards-date {
    font-size: .8rem;
  }

  .awards-subheading {
    padding-left: 60px;
    padding-right: 10px;
    font-size: .9rem;
  }

  .awards-image {
    margin-top: 10px;
    margin-bottom: auto;
    margin-left: 0;
  }

  .collection-list-wrapper-3 {
    margin-left: 0;
  }

  .awards-wrapper {
    margin-top: 4em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .link-projectimage {
    margin-right: 12px;
  }

  .link-block-2 {
    height: 200px;
  }

  .tabs-menu-2 {
    padding-top: 2.1rem;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 2svw;
    top: 50px;
  }

  .tab-link-company {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-company-heading {
    font-size: 1.9em;
  }

  .logos-wrapper {
    margin-top: 4em;
    padding: 0 15px 60px;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    margin-bottom: -30px;
  }

  .collection-item-3 {
    width: 50%;
  }

  .tabs-2 {
    margin-top: 1em;
  }

  .contact-details-wrapper {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
  }

  .locales-list {
    justify-content: space-between;
  }

  .locales-wrapper-2 {
    justify-content: space-between;
    inset: 1.3em 1em auto;
  }

  .flex-block {
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: center;
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-partner-logo {
    max-width: 8em;
    margin-right: 1em;
  }

  .paragraph-5 {
    display: none;
  }

  .team-gallery {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: space-between;
  }

  .heading-13 {
    text-align: center;
  }

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

  .button-4 {
    display: none;
  }

  .div-block-19 {
    width: 28px;
  }

  .one-pager_page-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .one-pager_section {
    margin-bottom: 10vh;
    padding-left: 1em;
    padding-right: 1em;
  }

  .one-pager_section.is-faq {
    margin-top: 0;
  }

  .one-pager_h3 {
    font-size: 1.2em;
  }

  .one-pager_project-textwrapper {
    top: 16%;
  }

  .one-pager_project-imageswrapper {
    padding-top: 300px;
  }

  .one-pager_contentwrapper {
    width: 100%;
    min-width: 0;
  }

  .one-pager_contentwrapper.is-references {
    width: 100%;
  }

  .one-pager_flexwrapper {
    flex-flow: column;
  }

  .one-pager_flexwrapper-2x2 {
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .project-slide-mask {
    width: 90%;
  }

  .project-title {
    font-size: 48px;
  }

  .slide-image {
    min-height: 400px;
  }

  .long-button.is-onepager {
    min-width: 400px;
  }

  .long-button-wrap {
    width: 300px;
  }

  .onepager_hero-image {
    height: 65vh;
  }

  .image-2 {
    margin-top: 20px;
  }

  .onepager_projects-wrapper {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
  }

  .onepager-hero-web2, .socialmenu-vertical {
    display: none;
  }

  .footer-legal-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .cta-contact {
    width: 80%;
    margin-top: 0;
    margin-bottom: 4rem;
  }

  .home_section {
    margin-bottom: 10vh;
    padding-left: 1em;
    padding-right: 1em;
  }

  .home-section-container.is-services {
    padding-left: 2em;
    padding-right: 2em;
  }

  .home-displaytext {
    font-size: 1.3rem;
  }

  .home_page-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .home-hero-wrapper {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 4em;
  }

  .home-displayheading {
    font-size: 2.8rem;
  }

  .home-displayheading.is-hero {
    font-size: 7vw;
  }

  .home_hero-section {
    flex-flow: column;
    height: 400px;
    padding-right: 1em;
  }

  .div-block-20 {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .project-thumbnail {
    width: 100%;
  }

  .project-thumbnail-title {
    font-size: 1.1rem;
  }

  .swiper-arrows-wrapper {
    width: auto;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

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

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

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-align: center;
  }

  h3 {
    font-size: 1.4em;
  }

  h6 {
    font-size: 1rem;
  }

  p, li {
    font-size: .8rem;
  }

  .container.is-services-mobile {
    margin-bottom: 140px;
  }

  .section.hero-section.cms-hero-slider {
    height: 90svh;
    min-height: 90svh;
  }

  .rl_faq1_question {
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-item {
    min-height: 120px;
    padding: 24px;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .c-slide-btn-block {
    width: 20vw;
    height: 20vw;
  }

  .swiper.is-slider-titles {
    margin-bottom: 20svh;
  }

  .swiper-slide.is-slider-titles {
    align-self: flex-start;
  }

  .slider-gallery_bottom-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: fixed;
    bottom: 9svh;
  }

  .slider-gallery_numbers {
    text-align: center;
    flex: 1;
    margin-bottom: 0;
    font-size: 1em;
    display: none;
  }

  .slider-thumbs_wrap {
    width: 33.33%;
  }

  .slider-titles_component {
    position: absolute;
    top: 75svh;
    bottom: auto;
  }

  .slider-bg_component {
    position: absolute;
    bottom: auto;
  }

  .slider-gallery_button-wrapper {
    display: none;
  }

  .slider-titles_heading {
    width: 95vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1rem;
  }

  .menu_link {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.2em;
    padding-left: .8em;
    padding-right: .8em;
    font-size: .6rem;
  }

  .menu_link.menu-logo {
    margin-left: 0;
    margin-right: 0;
    padding-left: .4em;
    padding-right: .4em;
  }

  .container-5 {
    padding: 3%;
  }

  .container-5.is-menu {
    inset: auto 0% 1px;
  }

  .menu_link-text {
    margin-bottom: 0;
  }

  .menu_wrap {
    width: 100%;
    max-width: none;
    padding-left: .125em;
    padding-right: .125em;
    font-size: 3vw;
  }

  .projects-list {
    min-width: auto;
  }

  .link-projectname {
    font-size: 1rem;
  }

  .link-projectdetails {
    font-size: .8rem;
  }

  .link-projectdetails.is-subtitle {
    display: none;
  }

  .logo-imago {
    min-width: 12px;
  }

  .circle_p {
    width: 100%;
  }

  .circle_description {
    top: -50vw;
  }

  .circle_wrap {
    font-size: 2.5vw;
  }

  .page-section {
    margin-top: 10px;
  }

  .logo-inline {
    padding-left: 66px;
    padding-right: 66px;
  }

  .page-heading {
    overflow-wrap: anywhere;
    margin-top: 60px;
    font-size: 3em;
  }

  .divider-line {
    width: 100%;
    height: 1px;
    margin: 2em 0;
    display: block;
  }

  .divider-line.vertical {
    width: 100%;
    height: 2px;
    margin: 0 auto 4em;
  }

  .circle_wrap-vertical {
    height: 86%;
    font-size: 2.5vw;
  }

  .section-vertical {
    min-height: 50vh;
    position: relative;
    bottom: 0;
  }

  .cpm-logotype {
    z-index: 11;
    width: 200px;
    max-width: none;
  }

  .page-heading-info {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-heading-wrapper {
    margin-top: 46px;
  }

  .page-contents-wrapper {
    margin-top: 0;
    top: 1.4em;
  }

  .page-contents-info {
    height: auto;
    margin-bottom: 2em;
  }

  .fs_numbercount-1_number {
    margin-top: 0;
    margin-bottom: -42px;
    font-size: 40vw;
  }

  .fs_numbercount-1_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .fs_numbercount-1_component {
    justify-items: center;
    margin-bottom: 4em;
  }

  .team-member-portrait {
    max-width: 10em;
  }

  .team-member-name {
    max-width: none;
  }

  .team-card {
    width: auto;
  }

  .div-block-10 {
    flex-direction: column-reverse;
    display: flex;
  }

  .page-section-services {
    margin-top: 0;
  }

  .info-jobs.paragraph {
    width: 100%;
    margin-bottom: 42px;
  }

  .html-embed-map {
    height: 68%;
    margin-left: 0;
  }

  .div-block-11 {
    max-width: none;
  }

  .hero-container-block {
    top: 20%;
  }

  .example-projects-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-13 {
    flex-direction: column;
    order: 1;
    height: auto;
    margin-bottom: 2em;
  }

  .bank-info {
    column-count: 1;
    width: 100%;
    margin-bottom: 4em;
  }

  .div-block-14 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .h1-home {
    font-size: 2.5em;
    display: block;
  }

  .project-headerimage {
    aspect-ratio: 3 / 2;
  }

  .awards-headline-wrapper {
    flex-direction: column;
  }

  .awards-subheading {
    padding-left: 0;
    padding-right: 0;
  }

  .awards-image {
    margin-top: auto;
  }

  .awards-wrapper {
    margin-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .project-list-item-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-heading {
    max-width: 100%;
  }

  .link-block-2 {
    margin-top: 20px;
    margin-left: 0;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
    place-content: center space-around;
    padding-left: 0;
    padding-right: 0;
    font-size: 3svw;
    top: 60px;
  }

  .tab-link-company-heading {
    font-size: 1.3em;
    text-decoration: underline;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 5px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .client-logo {
    max-width: 100px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-2 {
    margin-top: 4em;
  }

  .empty-state {
    width: auto;
    height: 100%;
  }

  .div-block-16 {
    width: 100%;
    margin-bottom: 8rem;
  }

  .legal-pages-wrap {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .legal-link {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .menu-social-horizontal {
    width: 17rem;
    max-width: none;
    height: 3.2rem;
    padding-left: .125em;
    padding-right: .125em;
    font-size: 3vw;
  }

  .menu-social_item {
    margin: 0;
  }

  .contact-details-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .locale {
    pointer-events: auto;
  }

  .locales-wrapper-2 {
    z-index: 10;
    pointer-events: none;
  }

  .heading-11 {
    font-size: 1.3rem;
  }

  .quick-stack-3 {
    grid-column-gap: 20px;
    padding-left: 0;
  }

  .button-4 {
    width: 80%;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: sticky;
    inset: 60px auto auto;
  }

  .div-block-19 {
    width: 24px;
    top: -120%;
    bottom: auto;
  }

  .one-pager_page-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .one-pager_section {
    margin-bottom: 10vh;
    padding-left: 0;
    padding-right: 0;
  }

  .one-pager_section.is-faq {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .one-pager_section.is-hero {
    margin-bottom: 5vh;
  }

  .one-pager_h3 {
    text-align: center;
  }

  .one-pager_project-textwrapper {
    min-width: auto;
  }

  .one-pager_project-imageswrapper {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
    margin-left: -1vw;
    margin-right: -1vw;
    padding-top: 60px;
  }

  .one-pager_project-container {
    padding-top: 0;
  }

  .one-pager_project-heading {
    font-size: 1.7em;
  }

  .one-pager_number.is-percentage {
    font-size: 30vw;
  }

  .one-pager_contentwrapper {
    text-align: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .one-pager_h4 {
    white-space: break-spaces;
    font-size: .8rem;
  }

  .big-number {
    margin-top: 0;
    margin-bottom: -42px;
    font-size: 40vw;
  }

  .one-pager_flexwrapper-2x2 {
    padding-left: 0;
    padding-right: 0;
  }

  .project-slide-content {
    padding-bottom: 6px;
  }

  .clip-text.project-headding {
    margin-top: -30px;
  }

  .project-title {
    font-size: 42px;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .one-pager_page-wrapper-overflowhidden {
    padding-left: 1em;
    padding-right: 1em;
  }

  .long-button.is-onepager {
    width: 100%;
    min-width: auto;
  }

  .long-button-wrap {
    width: 100%;
    font-size: .8rem;
  }

  .long-button-wrap.is-onepager {
    font-size: 4vw;
  }

  .icon-button-2 {
    font-size: .75rem;
  }

  .onepager_hero-image {
    height: 90vh;
  }

  .image-2 {
    margin-top: 10px;
  }

  .mrd {
    font-size: 12vw;
  }

  .cta-button {
    font-size: .8rem;
  }

  .form-wrapper {
    order: -1;
  }

  .form-wrapper:where(.w-variant-b685f0b6-cc35-2e74-7328-a75d1c00e7e5) {
    padding-left: 4%;
    padding-right: 4%;
  }

  .cta-contact {
    width: 100%;
    padding: 2rem 1rem;
  }

  .is-centered {
    margin-top: 10%;
    padding-left: 0;
    padding-right: 0;
  }

  .side-form {
    display: none;
  }

  .side-bar {
    max-width: none;
    overflow: auto;
  }

  .side-contact-tap {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 28px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: .5rem;
    top: 60%;
    right: -52px;
  }

  .side-contact-tap:lang(en) {
    right: -52px;
  }

  .home_section {
    margin-bottom: 10vh;
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-content {
    margin-top: 4.4rem;
    padding-right: 0;
  }

  .home-section-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .home-section-container.is-services {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home_page-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .buttons-wrapper-centered {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
  }

  .home-hero-wrapper {
    height: auto;
    margin-bottom: 2em;
  }

  .icon-button.is-left {
    flex-flow: row-reverse;
  }

  .home-displayheading {
    font-size: 2.3em;
    display: block;
  }

  .home_hero-section {
    margin-top: 2vh;
    margin-bottom: 1vh;
    padding-left: 20px;
    padding-right: 0;
  }

  .div-block-20 {
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    margin-left: -10px;
  }

  .project-thumbnail {
    width: 97%;
  }

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

#w-node-a5d4192f-ca5d-913a-eca6-3d4faf199081-ff86b0f1 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a5d4192f-ca5d-913a-eca6-3d4faf199082-ff86b0f1, #w-node-a5d4192f-ca5d-913a-eca6-3d4faf19908b-ff86b0f1, #w-node-a5d4192f-ca5d-913a-eca6-3d4faf1990a7-ff86b0f1 {
  grid-column: span 2 / span 2;
}

#w-node-a5d4192f-ca5d-913a-eca6-3d4faf19908c-ff86b0f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr .6fr .4fr 1fr;
  display: grid;
}

#w-node-_44bad110-1acd-b2e1-afe1-5aee95b1b4d3-ff86b0f1, #w-node-d70247a0-9adf-fada-fc02-8d2f48424935-ff86b0f1, #w-node-_4289d19e-ee1e-067b-1646-0d58844259dc-ff86b0f1 {
  grid-column: span 2 / span 2;
}

#w-node-_38b9180c-c36a-b575-2424-c166632e30bc-ff86b0f1 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-f1fcba8e-f5e9-14a1-15a9-bdb5a0b6026e-ff86b0f1, #w-node-ba238ad4-c5e5-0034-45d0-61985ab09485-ff86b0f1 {
  grid-column: span 2 / span 2;
}

#w-node-_13051de4-f009-fd8e-d0a3-c504709e52f4-ff86b0f4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-a5d4192f-ca5d-913a-eca6-3d4faf199081-ff86b0f1 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 2fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a5d4192f-ca5d-913a-eca6-3d4faf199081-ff86b0f1 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-a5d4192f-ca5d-913a-eca6-3d4faf19908c-ff86b0f1 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .75fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #kpi-projects.w-node-_7e81b0fc-1230-afad-e31e-30b99dbeef5a-ff86b0ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a5d4192f-ca5d-913a-eca6-3d4faf199081-ff86b0f1 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a5d4192f-ca5d-913a-eca6-3d4faf19908c-ff86b0f1 {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1.25fr;
  }

  #kpi-projects.w-node-f0e2ea54-df0b-7719-b773-66803f999308-ff86b0f5, #kpi-projects.w-node-_7bad71e9-4f81-050b-bfe6-376851a38030-ff86b0fd, #kpi-projects.w-node-f0e2ea54-df0b-7719-b773-66803f999308-ff86b10b, #kpi-projects.w-node-_7e81b0fc-1230-afad-e31e-30b99dbeef5a-ff86b10c, #kpi-projects.w-node-_7e81b0fc-1230-afad-e31e-30b99dbeef5a-ff86b10d, #kpi-projects.w-node-f0e2ea54-df0b-7719-b773-66803f999308-ff86b10f, #kpi-projects.w-node-_7e81b0fc-1230-afad-e31e-30b99dbeef5a-ff86b110 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'N 27';
  src: url('../fonts/n27-thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'N 27';
  src: url('../fonts/n27-mediumitalic-webfont.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'N 27';
  src: url('../fonts/n27-thinitalic-webfont.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'N 27';
  src: url('../fonts/n27-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'N 27';
  src: url('../fonts/n27-extralightitalic-webfont.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'N 27';
  src: url('../fonts/n27-extralight-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'N 27';
  src: url('../fonts/n27-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'N 27';
  src: url('../fonts/n27-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'N 27';
  src: url('../fonts/n27-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'N 27';
  src: url('../fonts/n27-regularitalic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'N 27';
  src: url('../fonts/n27-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'N 27';
  src: url('../fonts/n27-lightitalic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}