:root {
  --ral-gsyo-black: black;
  --ral-gsyo-orange: #f15f22;
  --ral-gsyo-smoke: #f1f1f1;
  --ral-gsyo-light-black: #121212;
  --ral-gsyo-white: white;
  --ral-gsyo-gainsbro: gainsboro;
  --ral-gsyo-grey: #888;
}

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

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

@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: var(--ral-gsyo-black);
  color: #333;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 36px;
}

p {
  margin-bottom: 0;
}

.moreport-navbar-container-wrapper {
  z-index: 5;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
}

.moreport-navbar-section {
  z-index: 99999999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 90px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 20px 20px #00000087;
}

.moreport-navbar-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 90px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.moreport-logotype {
  height: 28px;
}

.moreport-logotype-link {
  flex: 1;
}

.moreport-navbar-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.moreport-mobile-navbar-wrapper {
  flex: 1;
  display: none;
}

.moreport-link-text {
  flex: none;
}

.moreport-navbar-list-item {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.moreport-navbar-menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.moreport-navbar-link {
  color: var(--ral-gsyo-smoke);
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.moreport-navbar-link:hover {
  color: var(--ral-gsyo-orange);
}

.moreport-main-container {
  flex-flow: column;
  width: 1000px;
  max-width: 100%;
}

.moreport-main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.moreport-main-grid.news {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.moreport-main-grid.cards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.moreport-main-grid.with-margin {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
}

.moreport-hover-image-card {
  aspect-ratio: 2;
  background-color: #20201f;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.moreport-animation-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.moreport-main-section, .moreport-main-section.footer-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.moreport-main-section.extra-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.moreport-main-section.extra-padding.orange {
  background-color: var(--ral-gsyo-light-black);
}

.moreport-main-section.page-introduction {
  margin-top: 90px;
  padding-top: 100px;
  padding-bottom: 40px;
  overflow: hidden;
}

.moreport-vertical-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.moreport-vertical-flex.left-align {
  background-image: linear-gradient(90deg, var(--ral-gsyo-light-black), var(--ral-gsyo-black));
  justify-content: center;
  align-items: flex-start;
  margin-left: -80px;
  padding: 80px 140px 80px 80px;
}

.moreport-vertical-flex.right-align {
  background-image: linear-gradient(90deg, var(--ral-gsyo-black), var(--ral-gsyo-light-black));
  justify-content: center;
  align-items: flex-end;
  margin-right: -80px;
  padding: 80px 80px 80px 140px;
}

.moreport-vertical-flex.center-align {
  justify-content: center;
  align-items: flex-start;
}

.moreport-vertical-flex.inside-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.moreport-h1 {
  color: var(--ral-gsyo-white);
  text-align: left;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

.moreport-h1.intro {
  margin-bottom: 0;
}

.moreport-h2 {
  color: #f15f22;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f15f22, #fa9703);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
}

.moreport-h2.inside-card {
  font-size: 22px;
  font-weight: 400;
}

.moreport-h2.white {
  color: var(--ral-gsyo-white);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.moreport-spotlight {
  color: var(--ral-gsyo-white);
  letter-spacing: .25px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
}

.moreport-spotlight.right-align {
  text-align: right;
  font-weight: 400;
}

.moreport-spotlight.orange {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f26022, #fa9604);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
}

.moreport-spotlight.bigger {
  font-size: 40px;
  line-height: 1.2;
}

.moreport-spotlight.light {
  font-weight: 300;
}

.moreport-spotlight.bigger {
  font-size: 50px;
  font-weight: 300;
}

.moreport-spotlight.orange-left {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f26022, #fa9604);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
}

.moreport-button {
  color: var(--ral-gsyo-white);
  letter-spacing: 2px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.moreport-button:hover {
  color: var(--ral-gsyo-orange);
  text-decoration: none;
}

.moreport-button.cta {
  background-color: #333;
  margin-top: 10px;
  padding: 14px 20px;
}

.moreport-button.cta:hover {
  background-color: var(--ral-gsyo-orange);
  color: var(--ral-gsyo-smoke);
}

.cta-icon {
  margin-right: 5px;
  line-height: 14px;
}

.moreport-form-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.moreport-form-success-message {
  background-color: #007cff;
}

.moreport-form {
  margin-bottom: 0;
}

.moreport-form.with-margin {
  margin-top: 40px;
}

.moreport-form-button {
  background-color: var(--ral-gsyo-smoke);
  color: #222;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  transition: all .3s;
}

.moreport-form-button:hover {
  background-color: var(--ral-gsyo-orange);
  color: var(--ral-gsyo-smoke);
}

.moreport-form-error-message {
  margin-top: 20px;
}

.moreport-success-message {
  color: #fff;
  letter-spacing: .5px;
  font-size: 16px;
}

.moreport-error-message {
  color: #54565a;
  letter-spacing: .5px;
  padding: 10px;
  font-size: 16px;
}

.moreport-form-field {
  background-color: var(--ral-gsyo-light-black);
  color: var(--ral-gsyo-smoke);
  letter-spacing: .5px;
  border: 1px solid #222;
  height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
}

.moreport-footer-link {
  color: var(--ral-gsyo-smoke);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.moreport-footer-link:hover {
  color: var(--ral-gsyo-orange);
  text-decoration: none;
}

.moreport-hover-image-mask {
  aspect-ratio: 1;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.moreport-hover-image-mask.small {
  width: 400px;
  height: 400px;
}

.moreport-hover-image-wrapper {
  aspect-ratio: 1;
  padding-top: 72%;
  position: relative;
  overflow: hidden;
}

.moreport-hover-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.moreport-article-card {
  background-color: var(--ral-gsyo-light-black);
  border-radius: 0;
  flex-direction: row;
  justify-content: space-around;
  text-decoration: none;
  transition: all .2s;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 1.25rem #00000026;
}

.moreport-article-card:hover {
  opacity: .8;
  transform: translate(0, -.3125rem);
}

.moreport-article-image {
  aspect-ratio: 2;
  width: 100%;
}

.moreport-card-content-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

.moreport-date {
  color: var(--ral-gsyo-orange);
  text-align: center;
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.moreport-news-paragraph {
  color: var(--ral-gsyo-white);
  text-align: center;
  letter-spacing: .5px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.moreport-horizontal-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.moreport-copyright {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--ral-gsyo-smoke);
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.moreport-main-paragraph {
  color: var(--ral-gsyo-gainsbro);
  text-align: left;
  letter-spacing: .5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.moreport-main-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(90deg, var(--ral-gsyo-light-black), var(--ral-gsyo-black));
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.moreport-main-card.center-aligned {
  background-image: none;
  justify-content: space-between;
  align-items: center;
}

.lottie-animation {
  flex: none;
  width: 60px;
  height: 60px;
}

.lottie-animation.bigger {
  width: 200px;
  height: 200px;
}

.morport-mobile-video {
  aspect-ratio: 1;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.moreport-navbar-menu-link {
  color: var(--ral-gsyo-smoke);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.moreport-navbar-menu-link:hover {
  color: var(--ral-gsyo-orange);
}

.moreport-intro-section {
  margin-top: 90px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block {
  background-image: linear-gradient(90deg, #000, #fff);
}

.moreport-anchor {
  margin-top: -90px;
  padding-top: 90px;
}

@media screen and (min-width: 1280px) {
  .moreport-news-paragraph, .moreport-main-paragraph {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 991px) {
  .moreport-navbar-menu {
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -1px;
    padding-left: 0;
    display: flex;
  }

  .moreport-navbar-wrapper {
    height: 80px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .moreport-mobile-navbar-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .moreport-navbar-list-item {
    width: 100%;
  }

  .moreport-menu-button {
    background-color: #f1f1f1;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 12px;
    display: flex;
  }

  .moreport-menu-button.w--open {
    background-color: var(--ral-gsyo-orange);
    color: #fff;
  }

  .moreport-navbar-menu-wrapper {
    border-top: 1px solid #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .moreport-navbar-link {
    background-color: #222;
    width: 50px;
    height: 50px;
  }

  .moreport-main-container {
    width: 100%;
    max-width: 100%;
  }

  .moreport-main-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .moreport-main-grid.footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .moreport-main-section {
    padding: 0 40px;
  }

  .moreport-main-section.extra-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .moreport-vertical-flex.left-align {
    background-image: linear-gradient(#121212, #000);
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-right: 80px;
  }

  .moreport-vertical-flex.right-align {
    background-image: linear-gradient(#121212, #000);
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 80px;
  }

  .moreport-vertical-flex.center-align {
    justify-content: center;
    align-items: center;
  }

  .moreport-h1 {
    text-align: center;
    font-size: 50px;
  }

  .moreport-h1.intro {
    width: 60%;
  }

  .moreport-h1.left {
    text-align: left;
  }

  .moreport-h2 {
    text-align: center;
  }

  .moreport-h2.left {
    text-align: left;
  }

  .moreport-spotlight {
    text-align: center;
  }

  .moreport-spotlight.bigger {
    text-align: left;
    font-size: 40px;
  }

  .moreport-spotlight.orange-left {
    text-align: left;
    font-size: 36px;
  }

  .moreport-form-wrapper {
    width: 100%;
  }

  .moreport-footer-link {
    color: #fff;
    text-decoration: underline;
  }

  .moreport-hover-image-mask, .moreport-hover-image-mask.intro {
    margin-left: 100px;
    margin-right: 100px;
  }

  .moreport-news-paragraph {
    font-size: 1.1rem;
  }

  .moreport-horizontal-flex, .moreport-copyright {
    justify-content: center;
    align-items: center;
  }

  .moreport-main-paragraph {
    font-size: 1.1rem;
  }

  .moreport-main-card {
    flex-flow: column;
  }

  .morport-mobile-video {
    height: 50vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  .moreport-video-wrapper {
    margin-left: -50px;
  }

  .moreport-navbar-menu-link {
    background-color: #121212;
    border-bottom: 1px solid #000;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
  }

  .moreport-intro-section {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .moreport-navbar-menu {
    flex-flow: column wrap;
    align-content: center;
    padding-left: 0;
  }

  .moreport-logotype-link {
    padding-left: 0;
  }

  .moreport-main-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .moreport-vertical-flex.left-align, .moreport-vertical-flex.right-align {
    padding: 60px;
  }

  .moreport-h1 {
    font-size: 40px;
  }

  .moreport-h1.intro {
    text-align: center;
    width: 100%;
    margin-top: -100px;
  }

  .moreport-h2 {
    font-size: 24px;
  }

  .moreport-spotlight {
    font-size: 22px;
  }

  .moreport-spotlight.right-align {
    text-align: center;
  }

  .moreport-spotlight.bigger {
    font-size: 34px;
  }

  .moreport-spotlight.orange-left {
    font-size: 32px;
  }

  .moreport-button {
    font-size: 16px;
  }

  .moreport-button.cta {
    margin-top: 10px;
  }

  .moreport-hover-image-mask {
    margin-left: 60px;
    margin-right: 60px;
  }

  .moreport-main-card {
    padding: 30px;
  }

  .morport-mobile-video {
    justify-content: space-between;
    align-items: flex-start;
    width: 75%;
    height: auto;
    padding: 0;
    display: flex;
  }

  .moreport-video-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: -100px;
    margin-left: 0;
    padding-bottom: 0;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .moreport-navbar-menu {
    flex-direction: row;
    height: auto;
  }

  .moreport-navbar-list-item {
    border-bottom: 1px solid #000;
    width: 100%;
  }

  .moreport-navbar-menu-wrapper {
    background-color: #000;
    height: 100vh;
  }

  .moreport-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .moreport-main-grid.cards {
    grid-column-gap: 40px;
  }

  .moreport-main-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .moreport-main-section.extra-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .moreport-vertical-flex.left-align, .moreport-vertical-flex.right-align {
    padding: 40px;
  }

  .moreport-h1 {
    font-size: 30px;
  }

  .moreport-h1.intro {
    margin-top: -75px;
  }

  .moreport-h2 {
    font-size: 20px;
  }

  .moreport-spotlight {
    font-size: 18px;
  }

  .moreport-spotlight.bigger {
    font-size: 28px;
  }

  .moreport-spotlight.orange-left {
    font-size: 30px;
  }

  .moreport-button {
    margin-top: 20px;
  }

  .moreport-button.cta {
    margin-top: 0;
  }

  .moreport-hover-image-mask, .moreport-hover-image-mask.intro {
    margin-left: 0;
    margin-right: 0;
  }

  .moreport-date {
    font-size: .9rem;
    line-height: .875rem;
  }

  .moreport-news-paragraph {
    font-size: 16px;
  }

  .moreport-horizontal-flex {
    flex-flow: column;
  }

  .moreport-main-paragraph {
    font-size: 16px;
  }

  .morport-mobile-video {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .moreport-video-wrapper {
    margin-bottom: -75px;
  }

  .moreport-intro-section {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#w-node-_1ca692f1-02bb-5fbf-40ca-b5cc7213adf1-2e2c2375, #w-node-_68737105-a206-ff32-7c6e-d47101ef764f-2e2c2375 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_216d5345-58a3-1bbb-6236-91ab0b814df2-2e2c2375 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_216d5345-58a3-1bbb-6236-91ab0b814dfb-2e2c2375, #w-node-_8dbbbaca-cb34-c4f6-e0ef-48ea4700ae3f-2e2c2375 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c70b0eae-a2e8-fb8a-fd6d-a21fdce3ed50-2e2c2375, #w-node-_37838c67-d13c-9d3d-ddc9-ca98ebf56769-2e2c2375 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-e96482cd-5f08-3d15-ba8f-43b446e40c24-2e2c2375 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_22af0f7e-899b-5cc8-f5a6-94ef1b46be12-1b46be0f {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_22af0f7e-899b-5cc8-f5a6-94ef1b46be19-1b46be0f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7030224f-3def-f578-5638-6933545a7e5c-545a7e5a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#Company-Info-2.w-node-_7030224f-3def-f578-5638-6933545a7e6e-545a7e5a, #Budget-2.w-node-_7030224f-3def-f578-5638-6933545a7e6f-545a7e5a, #Question-3.w-node-_7030224f-3def-f578-5638-6933545a7e70-545a7e5a, #Question-2.w-node-_7030224f-3def-f578-5638-6933545a7e71-545a7e5a, #w-node-_7030224f-3def-f578-5638-6933545a7e72-545a7e5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_21851cfb-458e-2d29-c1c2-4cd326b90b78-2e2c2377, #w-node-_7ae7166c-fc32-1265-d982-740d1c916e6f-2e2c2377, #w-node-_19ba2faf-a632-7a76-e53c-a252e2cbe8f1-2e2c2377, #w-node-_3ed218ac-8120-ca8e-dd70-ffabee9b1176-2e2c2377, #w-node-db2ced35-e4b3-177a-7b32-959fa2bf02af-2e2c2377, #w-node-f59e717b-c00d-761d-5ce3-257fd81e06e4-2e2c2377, #w-node-_7d0bde15-89b2-d1bd-96b7-15e94cd3f5e2-2e2c2377, #w-node-_17dc8333-7716-0731-0d05-c47dd47fc43a-2e2c2377, #w-node-_0545f3c9-ed3c-0ddb-6bdb-53199944ce83-2e2c2377, #w-node-dd958033-3b4b-f67d-2da4-3a2e1069208c-2e2c2378, #w-node-_7e5f44b9-a7dd-5a6d-ea52-a6a857a00efe-2e2c2378, #w-node-_37520470-6cad-a388-43d9-8976b39c4f10-2e2c2378, #w-node-d7c8bc86-7697-1255-9e5f-6441d03867f5-2e2c2378 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_364ac0b9-2752-d421-7d33-d9c0d417ed98-2e2c2379, #w-node-_123ac0b9-2752-d421-7d33-d9c0d417ed98-2e2c2379, #w-node-_345ac0b9-2752-d421-7d33-d9c0d417ed98-2e2c2379, #w-node-_21851cfb-458e-2d29-c1c2-4cd326b90b78-2e2c2379, #w-node-_7eb52046-470d-c32c-718a-98f627a37408-2e2c2379, #w-node-a8c9b711-34d7-438f-c647-9af8642dcaec-2e2c2379 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#Company-Info-2.w-node-f4b03617-446b-a17e-f64c-a17c664d01d9-2e2c237a, #Budget-2.w-node-f4b03617-446b-a17e-f64c-a17c664d01da-2e2c237a, #Question-3.w-node-f4b03617-446b-a17e-f64c-a17c664d01db-2e2c237a, #Question-2.w-node-f4b03617-446b-a17e-f64c-a17c664d01dc-2e2c237a, #w-node-f4b03617-446b-a17e-f64c-a17c664d01dd-2e2c237a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1ca692f1-02bb-5fbf-40ca-b5cc7213adf1-2e2c2375 {
    grid-column: span 6 / span 6;
  }

  #w-node-_68737105-a206-ff32-7c6e-d47101ef764f-2e2c2375 {
    order: -9999;
    grid-column: span 6 / span 6;
  }

  #w-node-_216d5345-58a3-1bbb-6236-91ab0b814df2-2e2c2375 {
    grid-column: span 6 / span 6;
  }

  #w-node-_216d5345-58a3-1bbb-6236-91ab0b814dfb-2e2c2375 {
    order: -9999;
    grid-column: span 6 / span 6;
  }

  #w-node-_8dbbbaca-cb34-c4f6-e0ef-48ea4700ae3f-2e2c2375, #w-node-c70b0eae-a2e8-fb8a-fd6d-a21fdce3ed50-2e2c2375, #w-node-_37838c67-d13c-9d3d-ddc9-ca98ebf56769-2e2c2375 {
    grid-column: span 6 / span 6;
  }

  #w-node-e96482cd-5f08-3d15-ba8f-43b446e40c24-2e2c2375 {
    order: -9999;
    grid-column: span 6 / span 6;
  }

  #w-node-_22af0f7e-899b-5cc8-f5a6-94ef1b46be19-1b46be0f {
    grid-column: span 8 / span 8;
  }

  #w-node-_21851cfb-458e-2d29-c1c2-4cd326b90b78-2e2c2377, #w-node-_7ae7166c-fc32-1265-d982-740d1c916e6f-2e2c2377, #w-node-_19ba2faf-a632-7a76-e53c-a252e2cbe8f1-2e2c2377, #w-node-_3ed218ac-8120-ca8e-dd70-ffabee9b1176-2e2c2377, #w-node-db2ced35-e4b3-177a-7b32-959fa2bf02af-2e2c2377, #w-node-f59e717b-c00d-761d-5ce3-257fd81e06e4-2e2c2377, #w-node-_7d0bde15-89b2-d1bd-96b7-15e94cd3f5e2-2e2c2377, #w-node-_17dc8333-7716-0731-0d05-c47dd47fc43a-2e2c2377, #w-node-_0545f3c9-ed3c-0ddb-6bdb-53199944ce83-2e2c2377, #w-node-dd958033-3b4b-f67d-2da4-3a2e1069208c-2e2c2378, #w-node-_7e5f44b9-a7dd-5a6d-ea52-a6a857a00efe-2e2c2378, #w-node-_37520470-6cad-a388-43d9-8976b39c4f10-2e2c2378, #w-node-d7c8bc86-7697-1255-9e5f-6441d03867f5-2e2c2378, #w-node-_364ac0b9-2752-d421-7d33-d9c0d417ed98-2e2c2379, #w-node-_123ac0b9-2752-d421-7d33-d9c0d417ed98-2e2c2379, #w-node-_345ac0b9-2752-d421-7d33-d9c0d417ed98-2e2c2379, #w-node-_21851cfb-458e-2d29-c1c2-4cd326b90b78-2e2c2379, #w-node-_7eb52046-470d-c32c-718a-98f627a37408-2e2c2379, #w-node-a8c9b711-34d7-438f-c647-9af8642dcaec-2e2c2379 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1ca692f1-02bb-5fbf-40ca-b5cc7213adf1-2e2c2375 {
    grid-column: span 6 / span 6;
  }

  #w-node-_22af0f7e-899b-5cc8-f5a6-94ef1b46be12-1b46be0f, #w-node-_22af0f7e-899b-5cc8-f5a6-94ef1b46be19-1b46be0f {
    grid-column: span 4 / span 4;
  }

  #Name-4.w-node-_7030224f-3def-f578-5638-6933545a7e66-545a7e5a, #Surname-4.w-node-_7030224f-3def-f578-5638-6933545a7e67-545a7e5a, #Email-4.w-node-_7030224f-3def-f578-5638-6933545a7e68-545a7e5a, #Phone-4.w-node-_7030224f-3def-f578-5638-6933545a7e69-545a7e5a, #Company-Name-2.w-node-_7030224f-3def-f578-5638-6933545a7e6a-545a7e5a, #Website-2.w-node-_7030224f-3def-f578-5638-6933545a7e6b-545a7e5a, #Country-2.w-node-_7030224f-3def-f578-5638-6933545a7e6c-545a7e5a, #City-2.w-node-_7030224f-3def-f578-5638-6933545a7e6d-545a7e5a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dd958033-3b4b-f67d-2da4-3a2e1069208c-2e2c2378, #w-node-_7e5f44b9-a7dd-5a6d-ea52-a6a857a00efe-2e2c2378, #w-node-_37520470-6cad-a388-43d9-8976b39c4f10-2e2c2378, #w-node-d7c8bc86-7697-1255-9e5f-6441d03867f5-2e2c2378 {
    grid-column: span 4 / span 4;
  }

  #Name-4.w-node-f4b03617-446b-a17e-f64c-a17c664d01d1-2e2c237a, #Surname-4.w-node-f4b03617-446b-a17e-f64c-a17c664d01d2-2e2c237a, #Email-4.w-node-f4b03617-446b-a17e-f64c-a17c664d01d3-2e2c237a, #Phone-4.w-node-f4b03617-446b-a17e-f64c-a17c664d01d4-2e2c237a, #Company-Name-2.w-node-f4b03617-446b-a17e-f64c-a17c664d01d5-2e2c237a, #Website-2.w-node-f4b03617-446b-a17e-f64c-a17c664d01d6-2e2c237a, #Country-2.w-node-f4b03617-446b-a17e-f64c-a17c664d01d7-2e2c237a, #City-2.w-node-f4b03617-446b-a17e-f64c-a17c664d01d8-2e2c237a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_22af0f7e-899b-5cc8-f5a6-94ef1b46be12-1b46be0f, #w-node-_22af0f7e-899b-5cc8-f5a6-94ef1b46be19-1b46be0f, #w-node-dd958033-3b4b-f67d-2da4-3a2e1069208c-2e2c2378, #w-node-_7e5f44b9-a7dd-5a6d-ea52-a6a857a00efe-2e2c2378, #w-node-_37520470-6cad-a388-43d9-8976b39c4f10-2e2c2378, #w-node-d7c8bc86-7697-1255-9e5f-6441d03867f5-2e2c2378 {
    grid-column: span 2 / span 2;
  }
}


