:root {
  --off-black: #242424;
  --dim-grey: #333;
  --primary: #87764f;
  --light-grey: #ced6e0;
  --lavender-white: #f0f0fa;
  --white: white;
  --primary-dark: #6c5e3f;
  --primary-light: #9f9172;
  --off-white: #f1f2f6;
  --dark-slate-blue: #40407a;
  --sky-blue: #4bcffa;
  --deep-sky-blue: #0fbcf9;
}

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

body {
  color: var(--off-black);
  letter-spacing: -.02px;
  font-family: Syne, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
}

p {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45em;
}

a {
  color: var(--primary);
  text-decoration: underline;
  transition: opacity .35s;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65em;
}

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

label {
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
}

blockquote {
  border-top: 1px none var(--light-grey);
  border-bottom: 1px none var(--light-grey);
  background-color: var(--lavender-white);
  color: var(--off-black);
  text-align: left;
  background-image: url('../images/musta-tyhja-tausta.jpg');
  background-position: 20px 20px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border-left: 0 #000;
  border-radius: 0;
  margin: 20px auto;
  padding: 55px 45px 25px 25px;
  font-family: Poppins, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
}

.site-header {
  z-index: 999;
  background-color: var(--white);
  width: 100%;
  position: sticky;
  top: 0;
}

.navigation {
  background-color: #fff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-wrapper {
  z-index: 2;
  align-items: center;
  max-width: 1366px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-shadow {
  position: absolute;
  inset: 0%;
  box-shadow: 4px 4px 12px 6px #0000000f;
}

.header-left {
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.header-right {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.brand-logo {
  z-index: 2;
  width: 100%;
  max-width: 120px;
  height: auto;
  margin-right: 30px;
}

.nav-menu {
  display: flex;
}

.nav-link {
  color: var(--off-black);
  letter-spacing: -.02px;
  border-bottom: 2px solid #0000;
  padding: 20px;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
  transition: color .35s, transform .35s;
  display: inline-block;
}

.nav-link:hover {
  color: var(--primary);
  transform: translate(0, -2px);
}

.nav-link.w--current {
  color: var(--off-black);
}

.button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  letter-spacing: .02px;
  border-radius: 3px;
  min-width: 150px;
  padding: 13px 20px;
  font-size: 16px;
  transition: opacity .35s, transform .35s;
  transform: translate(0);
}

.button:hover {
  transform: translate(0, -4px);
}

.button.large-button {
  padding: 15px 25px;
  font-size: 18px;
  line-height: 24px;
}

.button.password-bt {
  width: 100%;
  min-width: auto;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

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

.section.utility-size {
  padding-top: 200px;
  padding-bottom: 200px;
}

.wrapper {
  z-index: 2;
  flex: 0 1260px;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-nav {
  z-index: 2;
  background-color: #0000;
}

.footer-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.footer-nav-item {
  color: #292929;
  padding: .78em 1.7em .75em 0;
  font-size: .85em;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.footer-nav-item:hover {
  color: var(--primary);
}

.footer-nav-item.w--current {
  color: var(--primary-dark);
}

.footer-nav-item.social-item {
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.footer-label {
  color: var(--off-black);
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.row {
  padding-bottom: 30px;
  padding-left: 52px;
  padding-right: 52px;
}

.row.no-padding-bottom {
  padding-bottom: 0;
}

.off-white-bg {
  background-color: #f5f5f5;
}

.footer-bottom {
  border-top: 1px solid var(--light-grey);
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-left {
  float: left;
  display: inline-block;
}

.footer-right {
  float: right;
  align-items: center;
  display: flex;
}

.white-text, .white-text p {
  color: var(--white);
}

.burger-line {
  background-color: var(--primary);
  width: 24px;
  height: 2px;
  padding: 0;
}

.burger-line.first-line {
  margin-bottom: 5px;
}

.burger-line.middle-line {
  position: absolute;
}

.burger-line.last-line {
  margin-top: 12px;
}

.paragraph {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45em;
}

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

.page-title {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 80px;
  line-height: 1.1em;
}

.caption {
  color: var(--primary-light);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.caption.white-cap {
  color: var(--white);
  background-color: #f1f2f600;
}

.image-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.entry-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 560px;
  display: flex;
}

.entry-content.all-center {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  font-size: 38px;
  line-height: 1.3em;
}

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

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

.arrow-link-wrap {
  color: var(--off-black);
  align-items: center;
  margin-top: 15px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.link-arrow {
  width: auto;
  height: 14px;
  margin-left: 10px;
}

.button-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
}

.h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

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

.block {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 2px;
  flex-direction: column;
  padding: 35px 20px;
  text-decoration: none;
  display: flex;
}

.block._20-margin-bottom {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

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

.utility-page-content {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 380px;
  padding: 40px 25px;
  display: flex;
  box-shadow: 4px 4px 11px 5px #0000000f;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field {
  background-color: var(--off-white);
  border: 1px #000;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 12px;
  padding: 10px 20px;
}

.text-field:focus {
  border-color: var(--primary-light);
}

.text-field.text-area {
  height: auto;
  min-height: 150px;
}

.case-study-item-v2 {
  margin-bottom: 20px;
  text-decoration: none;
}

.icon-30 {
  width: 18px;
  height: 18px;
}

.team-item {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-trigger {
  border: 1px solid var(--light-grey);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 10px 3px 10px 20px;
  transition: transform .35s;
  display: flex;
  transform: translate(0);
}

.accordion-trigger:hover {
  transform: translate(0, -3px);
}

.form-2-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.field-label {
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 600;
}

.contact-v2-col-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr .8fr;
}

.success-message {
  border: 1px solid var(--primary);
  background-color: var(--lavender-white);
  color: var(--primary);
}

.error-message {
  color: red;
  background-color: #fff2f2;
  margin-top: 20px;
  font-weight: 500;
}

.hero {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 800px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

._2-col-grid {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  display: grid;
}

._2-col-grid.align-center {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: center;
}

._2-col-grid.align-center.first {
  grid-template-columns: 1.15fr 1fr;
}

._2-col-grid.align-center.second {
  grid-template-columns: 1fr 1.1fr;
}

.gradient-overlay {
  z-index: 1;
  background-image: linear-gradient(45deg, var(--primary), var(--primary-light));
  opacity: .85;
  position: absolute;
  inset: 0%;
}

.image-background {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.event-item {
  margin-bottom: 30px;
}

.footer {
  border-top: 1px solid var(--light-grey);
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.side-content-box {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-outline-wrap {
  border: 1px solid var(--primary-dark);
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 12px;
}

.nav-row {
  padding-bottom: 0;
  padding-left: 52px;
  padding-right: 52px;
}

.side-content-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  margin-top: 30px;
}

.side-img-grid {
  grid-template-rows: auto;
  place-items: center;
}

.white-gradient {
  z-index: 1;
  background-image: linear-gradient(#ffffffbf, #ffffffd9 30%, #fff 90%);
  position: absolute;
  inset: 0%;
}

._20-margin-bottom {
  margin-bottom: 20px;
}

.bottom-view-more {
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.image {
  height: 11rem;
}

.project-gallery-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  column-count: 2;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  align-items: start;
  column-gap: 2rem;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.project-gallery-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.referenssi-rich {
  max-width: 420px;
}

.referenssi-rich h2 {
  font-size: 36px;
}

.lightbox-link {
  width: 100%;
}

.lightbox-link:hover {
  opacity: .5;
}

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

.space {
  height: 24px;
}

.space._80 {
  height: 80px;
}

.image-portrait {
  aspect-ratio: 4 / 7;
  object-fit: cover;
}

.badge-image {
  height: 132px;
  margin-top: 3rem;
  display: block;
}

.work-projects-collection-item {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
}

.work-projects-collection-item:first-child {
  padding-top: 0;
}

.work-projects-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: .1rem;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.arrow-button {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #0f141a;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  display: grid;
}

.arrow-button:hover {
  text-decoration: underline;
}

.paragraph-2 {
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45em;
}

.paragraph-2.max-480 {
  max-width: 480px;
}

.icon-1x1-small {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small.invert {
  filter: invert();
}

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

.work-projects-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.work-projects-content-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.work-projects-link {
  color: #000;
  margin-bottom: .5rem;
  text-decoration: none;
  transition-property: color;
  display: block;
}

.work-projects-link:hover {
  color: #87764f;
}

.image-2 {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

._40-margin-top {
  margin-top: 40px;
}

.hide-image {
  display: none;
}

@media screen and (min-width: 1280px) {
  .nav-wrapper, .wrapper {
    max-width: 1500px;
  }

  .work-projects-content-top {
    font-weight: 500;
  }
}

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

  .nav-menu {
    background-color: var(--white);
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    box-shadow: 4px 4px 12px 6px #0000000f;
  }

  .nav-link {
    border-bottom-color: var(--lavender-white);
    display: block;
  }

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

  .menu-button {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 44px;
    height: auto;
    margin-right: 20px;
    padding: 10px;
    display: flex;
  }

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

  .page-title {
    font-size: 64px;
  }

  .team-item {
    height: 375px;
  }

  .contact-v2-col-grid {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  ._2-col-grid {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .event-item {
    margin-bottom: 65px;
  }

  .nav-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .referenssi-rich h2 {
    font-size: 32px;
  }

  .work-projects-collection-item {
    grid-column-gap: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .work-projects-image-wrapper {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }

  .nav-menu {
    padding-right: 20px;
  }

  .nav-link {
    border-bottom-color: var(--lavender-white);
  }

  .nav-link:hover {
    border-bottom-color: var(--lavender-white);
    color: var(--off-black);
    transform: none;
  }

  .button {
    transition-property: none;
    transform: none;
  }

  .button:hover {
    transform: none;
  }

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

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

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

  .footer-left {
    float: none;
    width: 100%;
    display: block;
  }

  .footer-right {
    width: 100%;
    margin-top: 10px;
  }

  .mobile-hidden {
    display: none;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
  }

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

  .page-title {
    font-size: 54px;
  }

  .section-heading {
    font-size: 32px;
  }

  .arrow-link-wrap {
    padding-right: 0;
  }

  .accordion-trigger:hover {
    border-color: var(--light-grey);
    transform: none;
    box-shadow: 1px 1px 12px 1px #38404c05;
  }

  .form-2-col-grid {
    grid-template-columns: 1fr;
  }

  ._2-col-grid.align-center {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  ._2-col-grid.align-center.first {
    grid-template-columns: 1.15fr;
  }

  ._2-col-grid.align-center.second {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 60px;
  }

  .nav-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-gallery-component {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .image-portrait {
    aspect-ratio: 3 / 5;
  }

  .work-projects-collection-item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .work-projects-content-wrapper {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

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

  .brand-logo {
    max-width: 140px;
  }

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

  .page-title {
    font-size: 42px;
  }

  .section-heading {
    font-size: 28px;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .utility-page-wrap, .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-item {
    height: 235px;
  }

  .hero {
    min-height: 50vh;
  }

  .side-content-grid {
    grid-template-columns: 1fr;
  }

  .side-img-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .bottom-view-more {
    justify-content: flex-start;
    align-items: center;
  }

  .project-gallery-component {
    grid-template-columns: 1fr;
  }

  .project-gallery-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .referenssi-rich {
    text-align: center;
  }

  .referenssi-rich h2 {
    font-size: 24px;
  }

  .work-projects-collection-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .paragraph-2.max-480 {
    display: none;
  }

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

  .work-projects-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

#w-node-_989a41d0-6f68-7b4f-2bd3-5315609fbf8c-609fbf78, #w-node-_989a41d0-6f68-7b4f-2bd3-5315609fbf90-609fbf78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_989a41d0-6f68-7b4f-2bd3-5315609fbf94-609fbf78, #w-node-_989a41d0-6f68-7b4f-2bd3-5315609fbf98-609fbf78, #w-node-_989a41d0-6f68-7b4f-2bd3-5315609fbf9a-609fbf78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2e10c8b-2f39-4482-6f22-4bfed084e2dc-609fbf78, #w-node-_83e52ec0-bc19-c5de-8851-b304d0dfbd8f-d0dfbd83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09595fad-41ff-42f0-3f29-bdbad8fcd352-f3aecc3c, #w-node-_09595fad-41ff-42f0-3f29-bdbad8fcd354-f3aecc3c, #w-node-d5bf30e3-ca7c-afd5-6db2-6022b9339fdb-f3aecc3c, #w-node-d5bf30e3-ca7c-afd5-6db2-6022b9339fdd-f3aecc3c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_674f5235-9897-4979-8bfa-1953f240cad1-cab9939f, #w-node-_674f5235-9897-4979-8bfa-1953f240cada-cab9939f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6a9798f-da45-7494-49d4-6ea3bd3fdf82-9ba0083e, #w-node-e6a9798f-da45-7494-49d4-6ea3bd3fdf83-9ba0083e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d3177ef2-dcff-e0ac-d960-ceba829426e9-9ba0083e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29a6c37b-d86b-82af-c26f-f3eae2429f89-9ba0083e, #w-node-_29a6c37b-d86b-82af-c26f-f3eae2429f8a-9ba0083e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_674f5235-9897-4979-8bfa-1953f240cad1-42bdbb63, #w-node-_62d31a2a-ebed-3b4f-b365-54ba6119fa8b-42bdbb63, #w-node-_674f5235-9897-4979-8bfa-1953f240cad1-fcf8345c, #w-node-c31fee5e-90c7-7dd1-5272-d1a0a6e17b61-fcf8345c, #w-node-_674f5235-9897-4979-8bfa-1953f240cad1-92aff17c, #w-node-e258f8e6-18bc-4902-aeca-0e0e7f7cf07a-92aff17c, #w-node-_674f5235-9897-4979-8bfa-1953f240cad1-c2030878, #w-node-_9ee7dfd0-602f-1300-605d-7153b5618e86-c2030878, #w-node-_674f5235-9897-4979-8bfa-1953f240cad1-6fb11e07, #w-node-_7e32291d-c6f2-0657-509d-8eecc83eff83-6fb11e07, #w-node-_674f5235-9897-4979-8bfa-1953f240cad1-68c23694, #w-node-aea0a2b6-88d8-2c0a-9e2a-d18d5b02fc8a-68c23694, #w-node-_674f5235-9897-4979-8bfa-1953f240cad1-aef152ae, #w-node-de9046bf-b606-118d-5a2a-006ecd502a33-aef152ae, #w-node-_674f5235-9897-4979-8bfa-1953f240cad1-7508eced, #w-node-e1c6f5ec-6a45-c46e-f43b-a5844e9483b6-7508eced {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_989a41d0-6f68-7b4f-2bd3-5315609fbf94-609fbf78, #w-node-_989a41d0-6f68-7b4f-2bd3-5315609fbf98-609fbf78, #w-node-_989a41d0-6f68-7b4f-2bd3-5315609fbf9a-609fbf78 {
    grid-column: span 1 / span 1;
  }

  #w-node-_83e52ec0-bc19-c5de-8851-b304d0dfbd84-d0dfbd83 {
    order: 9999;
  }

  #w-node-_83e52ec0-bc19-c5de-8851-b304d0dfbd90-d0dfbd83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2f06f0ba-02eb-683c-ef52-b476b2cc94e1-f3aecc3c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_674f5235-9897-4979-8bfa-1953f240cad1-cab9939f, #w-node-_674f5235-9897-4979-8bfa-1953f240cada-cab9939f, #w-node-_674f5235-9897-4979-8bfa-1953f240cad1-42bdbb63, #w-node-_62d31a2a-ebed-3b4f-b365-54ba6119fa8b-42bdbb63, #w-node-_674f5235-9897-4979-8bfa-1953f240cad1-fcf8345c, #w-node-c31fee5e-90c7-7dd1-5272-d1a0a6e17b61-fcf8345c, #w-node-_674f5235-9897-4979-8bfa-1953f240cad1-92aff17c, #w-node-e258f8e6-18bc-4902-aeca-0e0e7f7cf07a-92aff17c, #w-node-_674f5235-9897-4979-8bfa-1953f240cad1-c2030878, #w-node-_9ee7dfd0-602f-1300-605d-7153b5618e86-c2030878, #w-node-_674f5235-9897-4979-8bfa-1953f240cad1-6fb11e07, #w-node-_7e32291d-c6f2-0657-509d-8eecc83eff83-6fb11e07, #w-node-_674f5235-9897-4979-8bfa-1953f240cad1-68c23694, #w-node-aea0a2b6-88d8-2c0a-9e2a-d18d5b02fc8a-68c23694, #w-node-_674f5235-9897-4979-8bfa-1953f240cad1-aef152ae, #w-node-de9046bf-b606-118d-5a2a-006ecd502a33-aef152ae, #w-node-_674f5235-9897-4979-8bfa-1953f240cad1-7508eced, #w-node-e1c6f5ec-6a45-c46e-f43b-a5844e9483b6-7508eced {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_65d8006b-dd6b-5350-6c59-91d8e1f28b04-1d17f5a2, #w-node-_26106f46-8ca2-85ec-2379-305d1d17f5de-1d17f5a2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


