.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #fff;
  background-color: #060606;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.3;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

p {
  margin-bottom: 0;
  font-size: 16px;
}

a {
  color: #fff;
  letter-spacing: .4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
  position: static;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.small {
  max-width: 900px;
}

.navbar {
  width: 100%;
  background-color: #161616;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
}

.nav-link {
  color: #fff;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 500;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .7;
}

.nav-link.w--current {
  color: #b9b9b9;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.container-2 {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.c-rich-text h5, .c-rich-text h3, .c-rich-text h4, .c-rich-text h6 {
  margin-bottom: 24px;
}

.c-rich-text h2, .c-rich-text h1 {
  margin-bottom: 32px;
}

.c-rich-text p {
  margin-bottom: 24px;
}

.hero-section {
  display: flex;
}

.hero-name {
  width: 100%;
  text-align: center;
  letter-spacing: -2px;
  margin-bottom: -.4em;
  font-size: 9vw;
  font-weight: 300;
}

.hero-wrapper {
  height: 110vh;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-image {
  z-index: -2;
  width: 19.64em;
  height: 23.85em;
  opacity: .9;
}

.hero-description {
  max-width: 377px;
  color: #fff;
  text-align: center;
  margin-top: 60px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.brand {
  display: block;
}

.section {
  margin-top: 260px;
}

.intro-heading {
  max-width: 1056px;
}

.intro-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.intro-title {
  color: #d3d3d3;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.work-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.work.blue-background {
  height: auto;
  background-color: #161616;
}

.work.dark-blue {
  color: #0f1015;
  background-color: #161616;
}

.work.red {
  background-color: #88071b;
}

.work.light-skin {
  background-color: #efedea;
}

.work-item {
  padding-left: 8em;
  padding-right: 8em;
}

.slider {
  width: 100%;
  height: auto;
  margin-top: 48px;
  margin-bottom: 30px;
}

.work-description {
  max-width: 513px;
  color: #fff;
  padding-left: 20px;
  padding-right: 0;
  font-size: 16px;
}

.work-description.dark {
  color: #060606;
}

.work-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.work-title {
  font-weight: 700;
}

.work-title.dark {
  color: #060606;
}

.work-bot {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.work-meta-wrapper {
  display: flex;
}

.link-with-icon {
  letter-spacing: .4px;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  transition: opacity .2s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .75;
}

.link-with-icon.dark {
  color: #060606;
}

.arrow-icon {
  margin-left: 6px;
}

.arrow-icon.dark {
  filter: invert();
}

.work-meta {
  margin-right: 32px;
  display: flex;
}

.meta-title {
  color: #d3d3d3;
  margin-right: 8px;
  font-size: 12px;
  font-weight: 600;
}

.meta-title.dark {
  color: #060606;
}

.meta-description {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.meta-description.dark {
  color: #060606;
}

.mask {
  width: 100%;
}

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

.image {
  width: 100%;
  object-fit: fill;
  border-radius: 2px;
  margin-top: 48px;
  margin-bottom: 30px;
}

.image:hover {
  width: 100%;
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
  object-fit: fill;
  overflow: visible;
}

.image.imgplay {
  margin-top: 0;
  margin-bottom: 0;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  font-size: 11px;
  display: flex;
}

.about-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "About-Image"
  / minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-bio {
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.5;
}

.about-image {
  display: block;
}

.about-cv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 80px;
  display: grid;
}

.column-title {
  color: #d3d3d3;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 600;
}

.list-item {
  margin-bottom: 16px;
  font-size: 18px;
}

.small-text {
  color: #d3d3d3;
  font-size: 14px;
}

.testimonial-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.testimonial-list-wraper {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.client-info {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.avatar {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.client-meta {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.client-name {
  font-weight: 600;
}

.client-title {
  color: #d3d3d3;
  font-size: 14px;
  font-weight: 500;
}

.contact-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-title {
  font-size: 60px;
  font-weight: 400;
}

.contact-link {
  border-bottom: 1px solid #fff;
  font-size: 60px;
  font-weight: 500;
  transition: opacity .25s;
}

.contact-link:hover {
  opacity: .7;
}

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

.footer-wrapper {
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.bold-text {
  font-weight: 600;
}

.footer-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph {
  margin-top: 21px;
  font-size: 16px;
  font-style: normal;
}

.paragraph.big {
  z-index: 1;
  border-bottom: 1px #221413;
  margin-top: 5px;
  font-size: 30px;
  position: relative;
}

.div-block {
  padding-top: 60px;
  padding-bottom: 80px;
}

.license-wrapper {
  border: 2px rgba(255, 255, 255, .15);
  margin-top: 40px;
  padding: 40px;
}

.license-wrapper.room {
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.link {
  text-decoration: underline;
}

.asset-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 31px;
  margin-bottom: 31px;
  display: grid;
}

.testimonial-text {
  font-size: 24px;
  font-weight: 500;
}

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

.utility-page-content {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: #161616;
}

.imagelink {
  display: block;
  overflow: hidden;
}

.imagelink:hover {
  opacity: .9;
  mix-blend-mode: normal;
}

.headingproject {
  color: #6b6b6b;
  font-weight: 400;
}

.text-span {
  color: #fff;
  font-weight: 700;
}

.imgpersona {
  border-radius: 10px;
}

.body-2 {
  background-color: #161616;
}

.showcase {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.div-block-2 {
  margin-top: 40px;
}

.heading {
  color: #1ba690;
  font-size: 14px;
  font-weight: 700;
}

.heading-2 {
  color: #fff;
  font-weight: 500;
}

.heading-3 {
  color: #ff5255;
  font-weight: 500;
}

.backgroundimage {
  z-index: -1;
  float: right;
  clear: none;
  opacity: .3;
  mix-blend-mode: normal;
  object-fit: fill;
  border-radius: 10px;
  position: absolute;
  top: -67%;
  bottom: 0%;
  left: auto;
  right: -10%;
}

.line {
  height: 2px;
  background-color: #1ba690;
  margin-right: 750px;
  padding-right: 0;
}

.section-4 {
  display: block;
}

.block {
  border-bottom: 2px solid #ff5256;
  padding-bottom: 5px;
  display: flex;
}

.number {
  color: #ff5256;
  padding-top: 4px;
  font-size: 12px;
}

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

.fase-title {
  padding-left: 5px;
}

.body-3 {
  color: #fff;
  background-color: #161616;
}

.column-text {
  padding-top: 5px;
  font-size: 14px;
}

.block2 {
  display: flex;
}

.columns {
  display: block;
}

.column-2 {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 0;
}

.paragraphfeatures {
  color: rgba(255, 255, 255, .5);
  padding-top: 10px;
  font-size: 14px;
}

.columns-2 {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.heading-4 {
  padding-left: 0;
  padding-right: 0;
}

.column-3 {
  padding-left: 60px;
  padding-right: 60px;
}

.grid {
  margin-top: 30px;
}

.text-span-2 {
  color: rgba(255, 255, 255, .2);
}

.columns-3 {
  margin-top: 60px;
  padding-top: 0;
}

.background-video {
  position: static;
}

.specs {
  color: #fff;
  font-size: 14px;
}

.heading-5 {
  color: rgba(255, 255, 255, .4);
  font-size: 12px;
  font-weight: 400;
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
}

.projectlist {
  padding-bottom: 20px;
  display: flex;
}

.column-5 {
  padding-left: 40px;
  padding-right: 0;
}

.text-span-3 {
  font-weight: 700;
}

.column-6 {
  background-color: #272727;
  border-radius: 8px;
  display: block;
}

.image-2 {
  padding: 10px;
}

.div-block-3 {
  background-color: #272727;
  border-radius: 6px;
  margin-right: 10px;
  padding: 5px;
}

.text-span-4, .text-span-5 {
  color: rgba(255, 255, 255, .2);
}

.proces {
  border: 1px solid #fff;
  padding: 10px;
}

.column-7 {
  padding-right: 50px;
}

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

.column-8 {
  padding: 40px 20px;
}

.procestab {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px dashed rgba(255, 255, 255, .2);
  border-bottom: 1px red;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-left: 0;
}

.procestab.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  padding-left: 30px;
}

.text-block-2 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.text-block-3, .text-block-4, .text-block-5 {
  color: #fff;
}

.columns-4 {
  margin-top: 40px;
}

.backsection {
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
}

.image-3 {
  margin-right: 0;
  padding-right: 0;
  transition: margin .2s;
}

.image-3:hover {
  margin-right: 10px;
  padding-right: 0;
}

.tabs-content {
  background-color: rgba(255, 255, 255, .02);
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 15px;
}

.div-block-5 {
  width: 80px;
}

.link-block {
  width: 80px;
  display: flex;
}

.column-9 {
  padding-left: 0;
  padding-right: 0;
}

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

.heading-7 {
  margin-left: -10px;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.image-4 {
  width: 100%;
}

.columns-5 {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.proceshead {
  font-size: 28px;
  font-weight: 800;
}

.procestext {
  color: #fff;
  padding-top: 5px;
  padding-left: 4px;
  font-size: 14px;
}

.column-10 {
  padding-left: 0;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  padding-top: 20px;
  display: flex;
}

.processection {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.procestag {
  color: rgba(255, 255, 255, .2);
  text-transform: uppercase;
  align-self: auto;
  font-size: 14px;
  font-weight: 400;
}

.image-5 {
  opacity: 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition: all .2s, opacity .2s cubic-bezier(.6, -.28, .735, .045);
  position: absolute;
  top: 50%;
  left: 10px;
  transform: rotate(-9deg);
}

.image-5:hover {
  width: 168px;
  max-width: 100%;
  opacity: 1;
  transform: rotate(-9deg);
}

.image-6 {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.image-7 {
  width: 50px;
  margin-right: 5px;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    position: relative;
  }

  .container {
    width: 95%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    background-color: #161616;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .navbar-wrapper {
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button {
    color: #fff;
  }

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

  .container-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero-name {
    font-size: 16vw;
  }

  .hero-wrapper {
    height: auto;
    min-height: 700px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-description {
    margin-top: 48px;
  }

  .brand {
    display: block;
  }

  .section {
    margin-top: 200px;
  }

  .work-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .work-description {
    max-width: none;
    padding-left: 0;
  }

  .work-top {
    flex-direction: column;
  }

  .work-title {
    margin-bottom: 24px;
  }

  .image.imgplay {
    padding-top: 30px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .about-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    grid-template-columns: .4fr 1fr;
  }

  .about-bio {
    line-height: 1.5;
  }

  .about-cv {
    grid-column-gap: 16px;
    margin-top: 60px;
  }

  .list-item {
    font-size: 16px;
  }

  .contact-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-title, .contact-link {
    font-size: 48px;
  }

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

  .nav-menu {
    background-color: #060606;
    padding: 24px;
  }

  .playground {
    display: block;
  }

  .column-2 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
    line-height: 1.5;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  img {
    width: 100%;
  }

  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    height: 70px;
  }

  .hero-name {
    margin-bottom: -.24em;
    font-size: 18vw;
    line-height: 1;
  }

  .hero-wrapper {
    height: auto;
    min-height: 500px;
    border-bottom-style: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section {
    margin-top: 160px;
  }

  .work-wrapper {
    display: none;
  }

  .work {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .work-item {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .work-title {
    font-size: 32px;
  }

  .work-bot {
    flex-wrap: wrap;
  }

  .work-meta-wrapper {
    flex-direction: column;
  }

  .arrow-icon {
    width: auto;
  }

  .work-meta {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .slide-nav {
    background-color: rgba(0, 0, 0, 0);
    font-size: 9px;
    position: static;
  }

  .slide-nav.dark {
    color: #060606;
  }

  .about-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-image {
    width: 40%;
  }

  .list-item {
    font-size: 16px;
  }

  .testimonial-wrapper {
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .client-info {
    margin-top: 24px;
  }

  .avatar {
    width: 60px;
    height: 60px;
    margin-right: 16px;
  }

  .client-name {
    font-size: 16px;
  }

  .contact-wrapper {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .contact-link {
    font-size: 32px;
  }

  .footer {
    margin-top: 80px;
    padding: 40px 20px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-link-wrapper {
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }

  .license-wrapper {
    padding: 16px;
  }

  .testimonial-text {
    font-size: 20px;
  }

  .backgroundimage {
    top: -210px;
    left: 210px;
  }

  .column-2 {
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .column-5 {
    padding-top: 20px;
    padding-left: 0;
  }

  .image-3 {
    width: 23px;
  }

  .procestext {
    padding-top: 5px;
  }

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

  .image-7 {
    width: 50px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
    line-height: 1.4;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 14px;
  }

  img {
    width: auto;
  }

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

  .navbar {
    height: auto;
  }

  .container-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-name {
    width: 100%;
    margin-bottom: -.24em;
    font-size: 18vw;
  }

  .hero-wrapper {
    height: auto;
    min-height: 480px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero-image {
    width: 57vw;
    height: auto;
  }

  .hero-description {
    max-width: 260px;
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.4;
  }

  .section {
    margin-top: 120px;
  }

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

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

  .column-title {
    margin-bottom: 16px;
  }

  .list-item {
    margin-bottom: 10px;
  }

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

  .footer-wrapper {
    text-align: center;
  }

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

  .div-block {
    padding-top: 60px;
  }

  .license-wrapper.room {
    padding: 60px 10px;
  }

  .text-block {
    font-size: 18px;
    overflow: visible;
  }

  .backgroundimage {
    display: none;
  }

  .column-2 {
    padding: 10px 0 20px;
  }

  .heading-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-5 {
    padding-top: 20px;
    padding-left: 0;
  }

  .procestab {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .backsection {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-3 {
    width: 22px;
  }

  .heading-7 {
    margin-left: 0;
  }

  .proceshead {
    font-size: 24px;
  }

  .procestext {
    padding-top: 0;
  }

  .image-7 {
    width: 36px;
  }
}

#w-node-_0dc64f45-4fec-8c8a-55e7-6b7b013e2869-710c91b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


