@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #0f191d;
  --white: white;
  --body: #334155;
  --primary: #7dd3fc;
  --light: #edf1f4;
}

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

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

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

.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(--black);
  letter-spacing: .02em;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
}

h2 {
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.25;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
}

h4 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

h6 {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

p {
  color: var(--body);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

a {
  color: var(--black);
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  opacity: .6;
}

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

li {
  color: var(--body);
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
}

strong {
  font-weight: bold;
}

.header:where(.w-variant-070e7e24-638c-4e05-d49c-1c294fc8450c), .header:where(.w-variant-6d16ca46-13f7-8e24-2742-fadd8f4241f4), .header:where(.w-variant-7bc5d2de-7b9d-23e9-d023-074062af3144) {
  border-bottom: 1px solid #0000001a;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.button {
  background-color: var(--black);
  color: var(--white);
  border-radius: 50px;
  margin-bottom: 0;
  padding: 16px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: border-color .15s, background-color .15s, color .15s;
}

.button:hover {
  background-color: var(--primary);
  opacity: 1;
  color: var(--black);
}

.button.small {
  padding: 12px 32px;
}

.button.small.nav.menu {
  display: none;
}

.button.white-text {
  background-color: #fc562300;
}

.button.white-text:hover {
  color: #1c1a17;
  background-color: #fff;
}

.button.white {
  color: #1c1a17;
  background-color: #fff;
  text-decoration: none;
}

.button.white:hover, .button.accent {
  background-color: var(--primary);
  color: var(--black);
}

.button.transparent {
  color: var(--black);
  background-color: #0000;
}

.button.transparent:hover {
  background-color: var(--primary);
}

.button.primary {
  background-color: var(--primary);
  color: var(--black);
}

.button.primary:hover {
  background-color: var(--black);
  color: var(--white);
}

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

.nav-link {
  color: #fff;
  padding: 6px 16px;
  font-family: Montserrat, sans-serif;
}

.nav-link:where(.w-variant-070e7e24-638c-4e05-d49c-1c294fc8450c), .nav-link:where(.w-variant-6d16ca46-13f7-8e24-2742-fadd8f4241f4), .nav-link:where(.w-variant-7bc5d2de-7b9d-23e9-d023-074062af3144) {
  color: var(--black);
}

.nav-link:hover {
  color: #ffffffbf;
}

.nav-link:hover:where(.w-variant-070e7e24-638c-4e05-d49c-1c294fc8450c), .nav-link:hover:where(.w-variant-6d16ca46-13f7-8e24-2742-fadd8f4241f4), .nav-link:hover:where(.w-variant-7bc5d2de-7b9d-23e9-d023-074062af3144) {
  color: var(--black);
}

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

.brand {
  margin-bottom: 4px;
}

.navbar {
  background-color: #ddd0;
  padding-top: 28px;
  padding-bottom: 22px;
  position: relative;
}

.nav-menu {
  flex: 1;
  margin-left: 44px;
}

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

.h1-big {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 68px;
  line-height: 1.1;
}

.hero-wrapper {
  max-width: 620px;
  padding-top: 64px;
  padding-bottom: 144px;
}

.main-button-wrapper {
  margin-bottom: 16px;
  margin-right: 16px;
  display: inline-block;
}

.subtitle {
  color: #fff;
  max-width: 540px;
  margin-bottom: 48px;
  font-size: 20px;
}

.section {
  position: relative;
}

.section.spacing-medium {
  margin-top: 120px;
  margin-bottom: 120px;
}

.section.accent-bg {
  background-color: var(--black);
  overflow: hidden;
}

.section.accent-bg.padding-medium {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.black-bg {
  background-color: var(--black);
  overflow: hidden;
}

.section.spacing-medium.larger {
  margin-bottom: 120px;
}

.section.black-bg {
  position: relative;
}

.section.black-bg.footer {
  background-color: var(--black);
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 60px;
  padding-bottom: 34px;
}

.section.black-bg.footer.v2 {
  background-color: var(--black);
  color: var(--white);
  border-radius: 0;
}

.section.black-bg.footer {
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 80px;
  padding-bottom: 34px;
}

.grid-text-wrapper {
  margin-top: 24px;
  margin-bottom: 48px;
}

.white-service {
  width: 273.336px;
  height: 274.25px;
  color: var(--black);
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  text-decoration: none;
  display: flex;
}

.two-services-grid {
  grid-column-gap: 42px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.arrow-link {
  color: var(--black);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.arrow-link.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.arrow-link.white:hover {
  color: #fff;
}

.testimonial-right-arrow {
  border: 3px solid var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding-left: 2px;
  display: flex;
}

.testimonial-left-arrow {
  border: 3px solid var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding-right: 2px;
  display: flex;
}

.right-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--black), #0f191d80 80%);
  position: absolute;
  inset: 0%;
}

.right-image {
  background-image: url('../images/vihrea-valo-laite.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 66.6667%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.above-text {
  color: #fff;
  max-width: 600px;
  margin-top: 28px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 34px;
}

.above-wrapper {
  z-index: 2;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

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

.footer-bottom {
  color: #fffc;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.error-message {
  color: #fc5623;
  background-color: #ffdede00;
  margin-top: 8px;
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.footer-line {
  background-color: #ffffff26;
  height: 1px;
  margin-top: 56px;
  margin-bottom: 34px;
}

.footer-text {
  opacity: .9;
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.social-page {
  color: var(--white);
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 40px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.social-page:hover {
  color: #fffc;
}

.footer-flex {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 36px;
  display: flex;
}

.footer-top {
  color: #fffc;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.project {
  color: #1c1a17;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 100%;
  height: 400px;
  position: relative;
}

.heading-line-default {
  background-color: var(--primary);
  width: 80px;
  height: 2px;
  margin-top: -8px;
}

.heading-line-default.hero {
  border-radius: 3px;
  height: 3px;
  margin-top: 0;
}

.arrow-link-2 {
  color: #fff;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

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

.utility-image {
  width: 42px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  margin-top: 16px;
  line-height: 52px;
}

.space-24, .space-24._24 {
  height: 24px;
}

.page-hero {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.arrow-link-3 {
  color: #fff;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.contact-grid {
  grid-column-gap: 50px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  border: 1px solid #eef1f3;
  border-radius: 3px;
  height: 58px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
}

.text-field:hover, .text-field:active, .text-field:focus {
  border-style: solid;
  border-color: #eef1f3;
}

.text-field.message {
  height: 120px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.text-field.select {
  background-color: #fcfcfc;
}

.form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 32px;
}

.small-wrapper {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form {
  margin-bottom: 24px;
}

.success-contact {
  text-align: left;
  background-color: #ddd0;
  border: 1px solid #eef1f3;
  border-radius: 3px;
  padding: 40px;
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.legal-rich-text-block {
  margin-top: -30px;
}

.legal-rich-text-block strong {
  color: #000;
  line-height: 48px;
}

.legal-rich-text-block h1 {
  color: var(--black);
  font-size: 36px;
  line-height: 1.4;
}

.h2-title-wrapper {
  margin-bottom: 50px;
}

.h2-title-wrapper.max-w-560 {
  max-width: 506px;
}

.category-link {
  color: #1c1a17;
  margin-bottom: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.category-link.w--current {
  color: var(--primary);
  font-weight: 600;
}

.contact-wrapper {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-wrapper.smaller {
  font-size: 15px;
}

.h2-form {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 1.4;
}

.paragraph-contact {
  color: var(--black);
  margin-bottom: 6px;
  font-size: 15px;
}

.h2-contact {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.footer-subscribe-text {
  color: var(--white);
  margin-top: 36px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.footer-grid-2 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  margin-top: 64px;
}

.footer-link-default {
  opacity: .9;
  color: var(--white);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: color .25s;
  display: inline-block;
}

.social-page-2 {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 40px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.social-page-2:hover {
  color: #fff;
}

.link-block-2 {
  border: 1px #000;
  text-decoration: none;
}

.featured-grid-default {
  grid-column-gap: 80px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.social-page-3 {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 40px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.social-page-3:hover {
  color: #fffc;
}

.flex-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.flex-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: stretch;
}

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

.nav-logo {
  height: 96px;
}

.footer-logo {
  height: 120px;
}

.tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.tab-link {
  border: 1px solid var(--light);
  background-color: #f7f7f7;
  border-radius: 50px;
  font-family: Montserrat, sans-serif;
}

.tab-link.w--current {
  background-color: var(--primary);
  color: var(--black);
  font-weight: 500;
}

.hero-overlay {
  z-index: -1;
  background-color: var(--black);
  opacity: .75;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.span-primary {
  color: var(--primary);
}

.hero-gradient {
  z-index: -1;
  background-image: linear-gradient(180deg, transparent, var(--black));
  opacity: .75;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.absolute-image {
  z-index: -2;
  object-fit: cover;
  background-image: linear-gradient(#0f191dcc, #0f191dcc);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bas-wrapper {
  border: 8px solid #fff;
  border-radius: 12px;
  width: 100%;
  padding-top: 72%;
  position: relative;
  overflow: hidden;
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.bas-handle-h {
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.flag-image {
  object-fit: cover;
  width: 24px;
  height: 13px;
}

.div-block-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.social-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-page-4 {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.social-page-4:hover {
  color: #fff;
}

.social-image {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

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

.tools-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-content-wrapper {
  padding-left: 90px;
  padding-right: 90px;
}

.paragraph-small {
  font-size: 16px;
}

.youtube {
  border-radius: 3px;
  overflow: hidden;
}

.youtube.ratio-square {
  aspect-ratio: 2 / 3;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._w-drawer-content {
  margin-bottom: 25px;
  display: block;
}

.accordion-comp {
  width: 60%;
}

.accordion-comp.is--black {
  width: 100%;
  padding: 20px 40px 40px;
}

.div-block-6 {
  cursor: pointer;
  display: flex;
}

.arrow-box {
  flex-direction: column;
  align-self: center;
  margin-right: 30px;
  display: flex;
}

.stem {
  background-color: var(--black);
  width: 30px;
  height: 2px;
}

.stem.vertical {
  margin-top: -1px;
  transform: rotate(90deg);
}

._w-trigger {
  border-bottom: 2px solid var(--black);
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: flex;
}

._w-trigger:hover {
  border-bottom-color: #0000004d;
}

.wrapper {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.faq-paragraph {
  margin-bottom: 16px;
}

.black {
  color: var(--black);
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cell {
  border-bottom: 1px solid #0000001a;
  padding: 20px 16px;
}

.cell.no-border {
  border-bottom-style: none;
}

.product-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.product-image {
  border-radius: 3px;
}

.product-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.product-rich {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.product-rich strong {
  color: var(--black);
}

.div-block-17 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.live-chat-bubbble---brix {
  z-index: 1;
  cursor: pointer;
  width: 60px;
  height: 60px;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #4a3aff14;
}

.live-chat-bubbble---brix:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-bubbble---brix.whatsapp {
  background-color: #075e54;
  box-shadow: 0 4px 8px #ffffff1a;
}

.live-chat-avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.live-chat-avatar-wrapper {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: 0 4px 14px #170f491a;
}

.live-chat-bubble-subtext {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.live-chat-bubble-subtext.whatsapp {
  color: #7f8d8a;
}

.live-chat-content-left {
  margin-right: 18px;
}

.live-chat-bubble-title {
  color: #170f49;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.live-chat-bubble-title.whatsapp {
  color: #142b26;
}

.live-chat-content {
  align-items: flex-end;
  display: none;
}

.live-chat-close-icon---brix {
  z-index: -1;
  position: absolute;
}

.live-chat-wrapper {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  max-width: 380px;
  display: flex;
  position: fixed;
  bottom: 48px;
  right: 32px;
}

.live-chat-wrapper.preview-page {
  position: fixed;
}

.live-chat-message {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 36px 36px 36px 3px;
  margin-bottom: 14px;
  padding: 38px 38px 34px;
  box-shadow: 0 4px 16px #170f4912;
}

.live-chat-message.whatsapp {
  box-shadow: 0 4px 16px #14282b14;
}

.live-chat-button {
  color: #fff;
  width: 100%;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 18px #0e0d6a24;
}

.live-chat-button:hover {
  background-color: #170f49;
  transform: scale3d(.94, .94, 1.01);
}

.live-chat-button.whatsapp {
  background-color: #25d366;
  box-shadow: 0 6px 18px #112d2d24;
}

.language-dropdown {
  margin-right: 1rem;
}

.language-toggle {
  border-radius: 4px;
  align-items: center;
  padding: 1rem;
  font-size: 1rem;
  transition: all .2s;
  display: flex;
}

.icon-3 {
  display: none;
}

.flag {
  object-fit: cover;
  background-image: url('../images/Flag_of_Finland.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  width: 21px;
  height: 12px;
}

.flag.english {
  background-image: url('../images/Flag_of_the_United_Kingdom_1.svg');
}

.flag.germany {
  background-image: url('../images/Flag_of_Germany.svg');
}

.language-list {
  background-color: var(--black);
}

.language-list.w--open {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.language-link {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  font-size: 1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #143d60;
}

.blog-cards {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal.start {
  justify-content: flex-start;
}

.blog-card-image-wrapper {
  border-radius: 3px;
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-wrapper.mg-bottom-32px {
  margin-bottom: 32px;
  position: relative;
}

.blog-card-image {
  background-color: var(--light);
}

.blog-card-wrapper {
  color: #2b2b2b;
  max-width: 1010px;
  margin-left: auto;
  text-decoration: none;
}

.text-200 {
  line-height: 20px;
}

.blog-card-title {
  font-size: 28px;
}

.blog-rich strong {
  color: var(--black);
}

.single-product-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.single-product-rich strong {
  color: var(--black);
}

.single-product-rich h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-product-rich h1 {
  color: var(--black);
  margin-top: 0;
}

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

.tuote-lightbox {
  border-radius: 3px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.margin-top-3rem {
  margin-top: 3rem;
}

.og-image {
  display: none;
}

@media screen and (min-width: 1280px) {
  .two-services-grid {
    grid-column-gap: 32px;
  }

  .div-block-4 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .social-media-feed-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
    line-height: 54px;
  }

  h3 {
    font-size: 28px;
    line-height: 40px;
  }

  h6 {
    font-size: 17px;
    line-height: 21px;
  }

  .menu-button {
    margin-right: -24px;
    padding: 10px 24px;
  }

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

  .nav-cta {
    flex: 1;
    justify-content: flex-end;
  }

  .nav-link {
    color: #1c1a17;
    padding: 12px 0;
  }

  .nav-link:hover {
    color: #1c1a17bf;
  }

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

  .navbar {
    padding-top: 22px;
  }

  .nav-menu {
    text-align: left;
    background-color: #fff;
    margin-left: 0;
    padding: 12px 5%;
  }

  .menu-button-image {
    border-radius: 0;
  }

  .menu-button-image:where(.w-variant-070e7e24-638c-4e05-d49c-1c294fc8450c), .menu-button-image:where(.w-variant-6d16ca46-13f7-8e24-2742-fadd8f4241f4), .menu-button-image:where(.w-variant-7bc5d2de-7b9d-23e9-d023-074062af3144) {
    filter: invert();
  }

  .h1-big {
    font-size: 46px;
  }

  .hero-wrapper {
    padding-top: 56px;
    padding-bottom: 112px;
  }

  .section.spacing-medium {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section.accent-bg.padding-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.black-bg.footer {
    padding-top: 72px;
  }

  .grid-text-wrapper {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .two-services-grid {
    grid-column-gap: 32px;
  }

  .above-wrapper.padding-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .project {
    height: 340px;
  }

  .page-hero {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .contact-grid {
    grid-column-gap: 40px;
    margin-top: 60px;
  }

  .small-wrapper {
    width: auto;
  }

  .footer-grid-2 {
    margin-top: 56px;
  }

  .featured-grid-default {
    grid-column-gap: 40px;
  }

  .tabs-menu {
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .social-media-feed-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .social-wrapper {
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .service-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .language-toggle {
    font-size: 1.125rem;
  }

  .flag {
    width: 23px;
    height: 14px;
    margin-right: 0;
  }

  .blog-cards {
    grid-template-columns: 1fr 1fr;
  }

  .blog-card-image {
    width: 100%;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .brand {
    padding-left: 0;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .hero-wrapper {
    max-width: none;
    padding-top: 40px;
    padding-bottom: 96px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 27px;
  }

  .section.spacing-medium {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

  .section.black-bg.footer {
    padding-top: 64px;
    padding-bottom: 28px;
  }

  .grid-text-wrapper {
    margin-bottom: 0;
  }

  .two-services-grid {
    flex-flow: wrap;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-line {
    margin-bottom: 28px;
  }

  .footer-text {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .project {
    height: 400px;
  }

  .page-hero {
    padding-top: 60px;
    padding-bottom: 64px;
  }

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

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

  .footer-grid-2 {
    grid-template-columns: .6fr 1fr;
    margin-top: 48px;
  }

  .featured-grid-default {
    grid-template-columns: 1fr;
  }

  .flex-block-2 {
    margin-bottom: 40px;
  }

  .social-wrapper {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

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

  .div-block-7 {
    grid-template-columns: 1fr 2fr;
  }

  .live-chat-wrapper {
    bottom: 24px;
    right: 24px;
  }

  .language-toggle {
    margin-left: 0;
  }

  .flag {
    width: 24px;
    height: 14px;
  }

  .blog-cards {
    grid-template-columns: 1fr;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .blog-card-title {
    font-size: 24px;
  }

  .single-product-grid {
    grid-template-columns: 1fr 1.5fr;
  }
}

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

  h2 {
    font-size: 30px;
  }

  .menu-button {
    margin-right: -8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.small {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .button.small.nav {
    display: none;
  }

  .button.small.nav.menu {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
  }

  .h1-big {
    font-size: 42px;
  }

  .section.accent-bg.padding-medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.spacing-medium {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section.black-bg.footer {
    padding-top: 40px;
  }

  .section.black-bg.footer.v2 {
    padding-top: 64px;
  }

  .white-service {
    width: 100%;
    height: auto;
    padding: 42px 7%;
  }

  .two-services-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .above-wrapper.padding-medium {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-bottom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .footer-line {
    margin-top: 48px;
  }

  .social-page {
    margin-left: 0;
    margin-right: 24px;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .project {
    height: 360px;
  }

  .page-hero {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .contact-grid {
    grid-row-gap: 64px;
  }

  .form-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 16px;
  }

  .div-block {
    flex-direction: column;
  }

  .legal-rich-text-block h1 {
    font-size: 36px;
  }

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

  .social-page-2 {
    margin-left: 0;
    margin-right: 24px;
  }

  .featured-grid-default {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
  }

  .social-page-3 {
    margin-left: 0;
    margin-right: 24px;
  }

  .flex-block, .flex-block-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-logo {
    height: 84px;
  }

  .footer-logo {
    height: 140px;
  }

  .tabs-menu {
    grid-column-gap: 24px;
  }

  .tab-link {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }

  .bas-wrapper {
    padding-top: 65%;
  }

  .social-media-feed-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-columns: 1fr;
  }

  .social-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
  }

  .social-page-4 {
    margin-left: 0;
    margin-right: 24px;
  }

  .footer-title {
    font-size: 20px;
  }

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

  ._w-drawer-content {
    margin-bottom: 15px;
  }

  .accordion-comp.is--black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow-box {
    margin-right: 15px;
  }

  ._w-trigger {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .product-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .live-chat-bubbble---brix {
    width: 56px;
    height: 56px;
  }

  .live-chat-avatar-wrapper {
    display: none;
  }

  .live-chat-content-left {
    margin-right: 0;
  }

  .live-chat-wrapper {
    max-width: 100%;
    left: 24px;
  }

  .live-chat-message {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 34px 24px 30px;
  }

  .live-chat-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .language-dropdown {
    z-index: 6000;
    width: auto;
    margin-left: 0;
    margin-right: 20px;
  }

  .language-toggle {
    z-index: 6001;
  }

  .language-toggle.w--open {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .icon-3 {
    margin-right: 32%;
  }

  .language-list.w--open {
    z-index: 2147483647;
  }

  .language-link {
    justify-content: flex-start;
    align-items: center;
  }

  .single-product-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-aba890e9-72ae-df7a-f035-ad1c3bfee1bb-d320c92b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_756d2620-3a29-5991-2d05-ae80364bf57f-d320c92e {
  align-self: center;
}

#Yritys.w-node-c83cdef2-e1cb-9a26-284d-3fb7f548802c-d320c92e, #Sahkoposti.w-node-_756d2620-3a29-5991-2d05-ae80364bf586-d320c92e, #Puhelin.w-node-_85191522-6539-bb46-3ea7-b5ba9a32783f-d320c92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Kuinka-sait-tietaa-meista.w-node-_759ec0de-aea0-2813-ae78-71bfba794a34-d320c92e, #Viesti.w-node-_756d2620-3a29-5991-2d05-ae80364bf587-d320c92e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a1e611b8-b8ba-80f8-42a9-217d094929c5-d320c92e, #w-node-_756d2620-3a29-5991-2d05-ae80364bf57f-d320c930 {
  align-self: center;
}

#w-node-fced2144-a858-be4a-9db5-58b450e322a9-dca60d13, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-c578d450, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-e2a24bec, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-dd4f83a0, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-05f14e9a, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-33ae81fb, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-f2cb02dd, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-5320f1dc, #w-node-aba890e9-72ae-df7a-f035-ad1c3bfee1bb-d214161b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_756d2620-3a29-5991-2d05-ae80364bf57f-201f9ae9 {
  align-self: center;
}

#Company-name.w-node-c83cdef2-e1cb-9a26-284d-3fb7f548802c-201f9ae9, #Email-address.w-node-_756d2620-3a29-5991-2d05-ae80364bf586-201f9ae9, #Phone-number.w-node-_85191522-6539-bb46-3ea7-b5ba9a32783f-201f9ae9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#How-did-you-hear-about-us.w-node-_759ec0de-aea0-2813-ae78-71bfba794a34-201f9ae9, #Message.w-node-_756d2620-3a29-5991-2d05-ae80364bf587-201f9ae9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a1e611b8-b8ba-80f8-42a9-217d094929c5-201f9ae9, #w-node-_756d2620-3a29-5991-2d05-ae80364bf57f-d120b9c3 {
  align-self: center;
}

#w-node-fced2144-a858-be4a-9db5-58b450e322a9-94d5dd08, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-c49362d2, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-db275525, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-8578f895, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-4758c0cd, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-a515f7ec, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-549e75e3, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-e76d0e30, #w-node-aba890e9-72ae-df7a-f035-ad1c3bfee1bb-c1e81b35 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_756d2620-3a29-5991-2d05-ae80364bf57f-9d7b155b {
  align-self: center;
}

#Firmenname.w-node-c83cdef2-e1cb-9a26-284d-3fb7f548802c-9d7b155b, #E-Mail.w-node-_756d2620-3a29-5991-2d05-ae80364bf586-9d7b155b, #Telefonnummer.w-node-_85191522-6539-bb46-3ea7-b5ba9a32783f-9d7b155b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Wie-haben-Sie-von-uns-erfahren.w-node-_759ec0de-aea0-2813-ae78-71bfba794a34-9d7b155b, #Nachricht.w-node-_756d2620-3a29-5991-2d05-ae80364bf587-9d7b155b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a1e611b8-b8ba-80f8-42a9-217d094929c5-9d7b155b, #w-node-_756d2620-3a29-5991-2d05-ae80364bf57f-34c1f06d {
  align-self: center;
}

#w-node-fced2144-a858-be4a-9db5-58b450e322a9-f4bf04df, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-c89f8280, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-25ff9e45, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-c89fc706, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-30ae4df4, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-a7eebc0f, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-00b6f642, #w-node-fced2144-a858-be4a-9db5-58b450e322a9-23cf0ebb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_332be318-0a4b-308c-d0f8-03aa12933866-1293385d, #w-node-_00bbd75c-2ba7-2cf0-17fb-f0739b14f2f1-9b14f2e9, #w-node-_39bb50e6-b131-4862-c041-89f6997754e6-997754de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-aba890e9-72ae-df7a-f035-ad1c3bfee1bb-d320c92b {
    grid-column: span 1 / span 1;
  }

  #w-node-_984aaa72-1789-371c-ef8f-4c58037e4232-d320c92b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5a0682cc-13d7-a0d0-e8ef-1b14fb28b7a4-662b3a90 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5a0682cc-13d7-a0d0-e8ef-1b14fb28b7ae-662b3a90 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-aba890e9-72ae-df7a-f035-ad1c3bfee1bb-d214161b {
    grid-column: span 1 / span 1;
  }

  #w-node-_984aaa72-1789-371c-ef8f-4c58037e4232-d214161b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7b36c20d-cfd1-49d0-f713-d298185d2346-185d2332 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7b36c20d-cfd1-49d0-f713-d298185d2372-185d2332 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-aba890e9-72ae-df7a-f035-ad1c3bfee1bb-c1e81b35 {
    grid-column: span 1 / span 1;
  }

  #w-node-_984aaa72-1789-371c-ef8f-4c58037e4232-c1e81b35 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a8f37653-8106-c291-df41-e0b5a7017214-a7017200 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a8f37653-8106-c291-df41-e0b5a7017240-a7017200 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_984aaa72-1789-371c-ef8f-4c58037e4232-d320c92b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0bd1099e-213a-7bb8-b078-db03837d1ee6-662b3a90 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_332be318-0a4b-308c-d0f8-03aa12933866-1293385d {
    grid-column: span 1 / span 1;
  }

  #Nimi.w-node-_756d2620-3a29-5991-2d05-ae80364bf585-d320c92e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Yritys.w-node-c83cdef2-e1cb-9a26-284d-3fb7f548802c-d320c92e, #Sahkoposti.w-node-_756d2620-3a29-5991-2d05-ae80364bf586-d320c92e, #Puhelin.w-node-_85191522-6539-bb46-3ea7-b5ba9a32783f-d320c92e {
    grid-column: span 2 / span 2;
  }

  #w-node-_984aaa72-1789-371c-ef8f-4c58037e4232-d214161b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7b36c20d-cfd1-49d0-f713-d298185d2368-185d2332 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_00bbd75c-2ba7-2cf0-17fb-f0739b14f2f1-9b14f2e9 {
    grid-column: span 1 / span 1;
  }

  #Name.w-node-_756d2620-3a29-5991-2d05-ae80364bf585-201f9ae9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Company-name.w-node-c83cdef2-e1cb-9a26-284d-3fb7f548802c-201f9ae9, #Email-address.w-node-_756d2620-3a29-5991-2d05-ae80364bf586-201f9ae9, #Phone-number.w-node-_85191522-6539-bb46-3ea7-b5ba9a32783f-201f9ae9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_984aaa72-1789-371c-ef8f-4c58037e4232-c1e81b35 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a8f37653-8106-c291-df41-e0b5a7017236-a7017200 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_39bb50e6-b131-4862-c041-89f6997754e6-997754de {
    grid-column: span 1 / span 1;
  }

  #Name.w-node-_756d2620-3a29-5991-2d05-ae80364bf585-9d7b155b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Firmenname.w-node-c83cdef2-e1cb-9a26-284d-3fb7f548802c-9d7b155b, #E-Mail.w-node-_756d2620-3a29-5991-2d05-ae80364bf586-9d7b155b, #Telefonnummer.w-node-_85191522-6539-bb46-3ea7-b5ba9a32783f-9d7b155b {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}