@font-face {
  font-family: Pysakki;
  src: url('../fonts/c756007d5d6361e20f74301f28f6bab3.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white-smoke: #f6f5f3;
  --relume-library-lite-rl-black: black;
  --relume-library-lite-rl-white: white;
  --nappi-tumma: #aec5b0;
  --black-green: #282e27;
  --nav-tekst: #24361b;
  --logon-vihree: #3c5c2b;
  --sininen-tumma: #a9cfdd;
  --vaale-v2: #ffe6e8;
  --relume-library-lite-rl-gray: #f4f4f4;
  --vaalea-vihree: #c2d7c3;
  --vaalea-punainen: #fbebec;
  --orange-red: #dc4c17;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-layout-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 {
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

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

.container.relative {
  position: relative;
}

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

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

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.styleguide_rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.styleguide_rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.styleguide_rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.styleguide_rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.styleguide_rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.styleguide_rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.styleguide_rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.text-size-h1 {
  font-family: Great Vibes, cursive;
  font-size: 3.28em;
  line-height: 1.2;
}

.text-size-h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

.text-size-h3 {
  font-size: 2.19em;
  line-height: 1.3;
}

.text-size-h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.text-size-h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.text-size-h6 {
  font-size: 1.46em;
}

.styleguide_form-input {
  border: 1px solid #0003;
  border-radius: 0;
  height: 3em;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.text-size-display {
  font-size: 4.38em;
  line-height: 1.1;
}

.styleguide_form-submit {
  font-size: 1.25em;
}

.styleguide_list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-padding {
  padding: 5em 6%;
}

.page-padding.is-home-hero {
  padding-top: 8.2em;
  padding-bottom: 8em;
}

.page-padding.is-home-hero.me {
  padding-top: 1em;
}

.page-padding.is-home-hero.meist {
  padding-bottom: 3.1em;
}

.page-padding.is-home-hero.herohero {
  padding-bottom: .6em;
}

.home-hero_section {
  position: relative;
  overflow: hidden;
}

.body {
  background-color: var(--white-smoke);
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl-button-group.bot-margin {
  margin-bottom: 14px;
}

.rl_layout192_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout192_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout192_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout192_image-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

.rl_layout192_component.align-center {
  align-items: center;
}

.rl_layout192_component.top {
  align-items: start;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-padding-section-large.no-pad {
  padding-top: 5.825rem;
  padding-bottom: 1.125rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.hero-image {
  border-radius: 2.8em;
  box-shadow: 6px 12px 25px #0000001f;
}

.hero-image.tarina-sq {
  filter: saturate(75%);
  object-fit: cover;
  width: 100%;
  max-height: 500px;
}

.hero-image.tarina-sq.big {
  max-height: none;
}

.hero-image.max-600 {
  object-fit: cover;
  width: 100%;
  max-height: 600px;
}

.hero-image.max-600._900 {
  max-height: 900px;
}

.hero-image.max-600.kokosivu {
  object-fit: cover;
  border-radius: 2.5em;
  max-height: none;
  box-shadow: 6px 12px 25px #0000001f;
}

.f-logo {
  width: 100px;
}

.f-navigation {
  background-color: var(--nappi-tumma);
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 15px 5%;
  display: flex;
  position: fixed;
  box-shadow: 0 7px 20px -14px #0000000f;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-menu {
  grid-column-gap: 2rem;
  flex: 0 auto;
  align-items: center;
  display: flex;
  position: static;
}

.text-block {
  letter-spacing: .003em;
  text-transform: uppercase;
  font-family: Pysakki, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link {
  color: var(--nav-tekst);
  letter-spacing: -.01em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  padding: 8px 16px;
  font-family: Pysakki, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: none;
}

.f-navigation-link:hover {
  font-variation-settings: "wght" 608;
  text-decoration: underline;
}

.f-navigation-link.w--current {
  color: var(--nav-tekst);
  font-variation-settings: "wght" 602;
  text-decoration: underline;
}

.f-navigation-link.mb-only {
  display: none;
}

.f-navigation-button {
  color: #12151b;
  font-variation-settings: "wght" 501;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #c2d7c3;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 9px 31px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.p1 {
  font-size: 1rem;
}

.p1.m {
  font-size: 1.1rem;
}

.h1 {
  font-family: Dancing Script, sans-serif;
  font-size: 4.8em;
  font-weight: 400;
  line-height: 1.1;
  display: block;
}

.h1.height-s {
  font-size: 4.8em;
  line-height: 1.1;
  display: flex;
}

.h1.height-s.bot-margin {
  color: var(--logon-vihree);
  margin-bottom: 35px;
  font-size: 3.6em;
  display: flex;
}

.h1.height-s.bot-margin.s {
  font-size: 3.7em;
  line-height: 1.3;
}

.h1.height-s.bot-margin.desk {
  font-size: 3.8em;
}

.h1.height-s.bot-margin.mobile {
  display: none;
}

.h1.height-s.teema {
  color: var(--logon-vihree);
  font-size: 3.8em;
}

.nappi {
  background-color: var(--nappi-tumma);
  color: #000;
  border-radius: 9px;
  padding: 12px 39px;
  font-size: 1.1rem;
}

.nappi.sininen {
  background-color: var(--sininen-tumma);
  color: #000;
}

.nappi.valkoinen {
  color: var(--black-green);
  text-align: center;
  background-color: #fdfdfd;
  transition: background-color .2s;
}

.nappi.valkoinen:hover {
  background-color: var(--vaale-v2);
}

.nappi.hide-on-mobile {
  color: #fff;
  background-color: #da683e;
}

.rl-button {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button.is-secondary {
  color: var(--relume-library-lite-rl-black);
  background-color: #0000;
}

.rl_blog44_spacing-block-7 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_blog44_button-row-mobile {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.rl-button-link-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl_blog44_spacing-block-6 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}

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

.rl-heading-style-h5 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_blog44_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_blog44_read-time-text {
  color: var(--relume-library-lite-rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blog44_category {
  background-color: var(--relume-library-lite-rl-gray);
  color: var(--relume-library-lite-rl-black);
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.rl_blog44_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rl_blog44_item-content-top {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.rl_blog44_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.rl_blog44_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_blog44_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.rl_blog44_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.rl_blog44_item {
  background-color: #c2d7c3;
  border: 1px solid #fff9;
  border-radius: 3em;
  box-shadow: 5px 10px 25px -6px #0000001a;
}

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

.rl_blog44_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_blog44_button-row-desktop {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog44_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_blog44_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blog44_heading {
  flex: 1;
}

.rl_blog44_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_blog44 {
  background-color: var(--relume-library-lite-rl-white);
}

.home-s2_section {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.home-s2_section.top-padding100 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 100px;
}

.home-s2_section.taustalla {
  background-image: linear-gradient(#00000047, #00000047), url('../images/image0-12.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 70vh;
}

.home-s2_section.taustalla.copy {
  background-image: linear-gradient(#00000045, #00000045), url('../images/image0-1.jpeg');
}

.h2 {
  color: var(--logon-vihree);
  font-family: Dancing Script, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.4;
}

.h2.center {
  text-align: center;
  margin-bottom: 46px;
}

.h2.olisiko {
  color: #fff;
}

.h3 {
  font-size: 1.6em;
  line-height: 1.6;
}

.alaosa {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.form__testi {
  min-height: 50vh;
}

.form-block {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.image-abso-11 {
  z-index: -1;
  filter: brightness(93%) saturate(111%) blur(4px);
  width: 60%;
  position: absolute;
  inset: 0% -2% auto auto;
}

.image-abso-11.ala {
  width: 70%;
  display: none;
  top: auto;
  bottom: -3%;
  right: auto;
  transform: rotate(-180deg);
}

.image-2 {
  opacity: .43;
  width: 100%;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.absolute-image {
  z-index: -1;
  filter: blur(5px);
  width: 60%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.absolute-image.lehti {
  transform-style: preserve-3d;
  width: 33%;
  inset: auto auto 0% 0%;
  transform: none;
}

.absolute-image.sininen-reversed {
  filter: brightness(93%) saturate(174%) blur(5px);
  transform-style: preserve-3d;
  inset: auto -3% -3% auto;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.absolute-image.sininen {
  filter: brightness(93%) saturate(160%) blur(5px);
  transform-style: preserve-3d;
  width: 75%;
  inset: 0% auto auto -2%;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.absolute-image.sininen.oikealla {
  transform-style: preserve-3d;
  inset: auto -4% -4% auto;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.absolute-image.punainen-keskella {
  opacity: 1;
  filter: saturate(188%) blur(5px);
  inset: 31% auto 0% 0%;
}

.absolute-image.punainen-keskella.etus {
  width: 60%;
  max-width: 60em;
  top: 11%;
}

.rich-text-block {
  font-size: 1.1rem;
}

.rich-text-block.m {
  font-size: 1.2rem;
}

.rich-text-block a {
  color: #3078ff;
  cursor: pointer;
}

.home-s3_section {
  display: none;
  position: relative;
}

.home-s3_section.margin-top {
  padding-top: 100px;
}

.home-s3_section.margin-top.tarina {
  display: flex;
}

.rl-button-secondary-2 {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout1_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout1_content._2 {
  width: 60%;
}

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

.rl_layout1_component.align-top {
  align-items: start;
}

.rl_section_layout1 {
  background-color: var(--relume-library-lite-rl-white);
}

.home-s4_section {
  position: relative;
}

.wrapper.layput-sides-1 {
  grid-column-gap: 50px;
  display: flex;
}

.wrapper.layput-sides-1.top-margin {
  border-top: 1px solid #282e271f;
  margin-top: 40px;
  padding-top: 40px;
}

.image-12 {
  object-fit: cover;
  object-position: 50% 31%;
  width: 100%;
  height: 350px;
}

.nappi-2 {
  background-color: #3e5e6d;
  border-radius: 9px;
  padding: 15px 33px;
  font-size: 16px;
}

.nappi-2.flippi {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
}

.textwrp {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card_wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 24rem;
  height: 36rem;
  display: flex;
  position: relative;
}

.card_wrapper.form {
  background-color: var(--nappi-tumma);
  border: 1px solid #282e2742;
  border-radius: 3em;
  padding-left: 10px;
  padding-right: 10px;
}

.card_traits {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.flipkortit {
  grid-column-gap: 30px;
  justify-content: space-around;
  display: flex;
}

.card_main-text {
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-bottom: 1.5rem;
  display: flex;
}

.card-img {
  object-fit: cover;
  background-color: #0000;
  border-radius: 1rem;
  flex: 1;
  justify-content: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: -6px;
  overflow: hidden;
}

.heading-17 {
  color: var(--black-green);
  text-align: center;
  padding-top: 3px;
  font-family: Dancing Script, sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.4;
}

.display-block {
  display: block;
}

.card_side {
  backface-visibility: hidden;
  background-color: #141314;
  border: 1px solid #191819;
  border-radius: 2rem;
  padding: 4rem 1.75rem 1.75rem;
  position: absolute;
  inset: 0%;
}

.card_side.is-front {
  grid-row-gap: 2.5rem;
  background-color: var(--nappi-tumma);
  border-color: #282e2747;
  border-radius: 3em;
  flex-direction: column;
  padding-top: 5rem;
  display: block;
}

.card_side.is-back {
  background-color: var(--nappi-tumma);
  transform-style: preserve-3d;
  border-radius: 3em;
  padding-top: 9rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card_hole {
  background-color: #839084;
  border-radius: 100rem;
  flex: none;
  width: 6rem;
  height: .75rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 1rem 0% auto;
}

.heading-14 {
  margin-bottom: 0;
  font-weight: 400;
}

.heading-14._2 {
  color: #fff;
  margin-top: 9px;
  font-size: 21px;
}

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

.puhelin-kuva {
  opacity: .69;
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.fn-paragraph-no-margin {
  color: var(--black-green);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.fn-success-message {
  color: #0f1213;
  background-color: #0000;
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-field {
  color: #000;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .25s;
}

.fn-field:hover {
  border-color: #cdd3d2;
}

.fn-field:active {
  border-color: #f4f4f4;
}

.fn-field:focus {
  border-color: var(--relume-library-lite-rl-gray);
}

.fn-field::placeholder {
  color: #353535;
}

.fn-heading-2 {
  color: var(--black-green);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Dancing Script, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.2em;
}

.fn-form-standard {
  flex-direction: column;
  display: flex;
}

.fn-field-message {
  color: #000;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 160px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.fn-field-message:hover {
  border-color: #cdd3d2;
}

.fn-field-message:active {
  border-color: #df0;
}

.fn-field-message:focus {
  border-color: #fff;
}

.fn-field-message::placeholder {
  color: #161616;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.fn-success-message-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.fn-form {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.fn-error-message {
  text-align: center;
  background-color: #c33939;
  border-radius: 8px;
  margin-top: 24px;
}

.rl_footer4_legal-link {
  color: var(--relume-library-lite-rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_credit-text {
  color: var(--relume-library-lite-rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_line-divider {
  background-color: var(--relume-library-lite-rl-black);
  width: 100%;
  height: 1px;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 2.5rem;
}

.rl-social-icon {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.rl_footer4_social-link {
  color: var(--relume-library-lite-rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.rl_footer4_link {
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  text-transform: uppercase;
  font-family: Pysakki, sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  text-decoration: none;
}

.rl_footer4_link-list {
  grid-column-gap: 2rem;
  grid-row-gap: 19px;
  white-space: normal;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.rl_footer4_logo-link {
  max-width: 200px;
  padding-left: 0;
}

.rl_footer4_top-wrapper {
  grid-column-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_footer4_component {
  background-color: var(--nappi-tumma);
}

.lynx-block-footer-down {
  border-top: 1px solid #dfdad233;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.cf-copyright-text-3 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.cf-copyright-text-3.center {
  text-align: center;
}

.image-13 {
  filter: invert();
  width: 75px;
}

.kaunis-koukero {
  opacity: .28;
  width: 100%;
  height: 50px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.fb {
  width: 24rem;
}

.rl-error-text {
  color: #e23939;
}

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl-button-2 {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_contact1_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_contact1_button-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rl-text-style-link {
  color: var(--relume-library-lite-rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-checkbox-label-small {
  color: var(--relume-library-lite-rl-black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-form-checkbox-icon {
  border: 1px solid var(--relume-library-lite-rl-black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite-rl-black);
  box-shadow: none;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.rl-form-text-area {
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  border: 1px solid #0000005c;
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite-rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite-rl-black);
}

.rl-field-label {
  color: var(--relume-library-lite-rl-black);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rl_contact1_form-field-wrapper {
  position: relative;
}

.rl-form-input {
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  border: 1px solid #0000005c;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite-rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite-rl-black);
  font-size: 1rem;
}

.rl_contact1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact1_form-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 0;
}

.rl_contact1_spacing-block-3 {
  width: 100%;
  padding-bottom: 0;
}

.rl-text-style-medium-3 {
  color: var(--relume-library-lite-rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: .7rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-3 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_contact1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_contact1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_contact1_component {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.rl-padding-section-large-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.lehtio-absolute {
  z-index: -1;
  width: 12.1em;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -22%;
}

.lottie-absolute {
  width: 83%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -34%;
  transform: rotate(-78deg);
}

.kuvateksti-wrapper {
  padding-top: 28px;
}

.kuvateksi {
  color: var(--logon-vihree);
  text-align: center;
  font-family: Dancing Script, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.4;
}

.kuvateksi._2 {
  padding-top: 11px;
  padding-bottom: 10px;
  font-size: 2.4em;
}

.kuvateksi._33 {
  padding-top: 33px;
}

.h1-small {
  margin-top: 22px;
  font-size: 1.1em;
  line-height: 1.5;
}

.vihr-kortti-otsikko {
  color: #314924;
  text-align: center;
  text-transform: uppercase;
  font-family: Pysakki, sans-serif;
  font-size: 3.1em;
  line-height: 1;
}

.ala {
  margin-top: 5px;
}

.logo-ja-tekstit-footer-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.footer-teksti-infot {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-infot {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
}

.kursivoitu-span {
  text-align: left;
  font-family: Dancing Script, sans-serif;
  font-size: 1.5rem;
}

.absolute-on-top {
  border-radius: 2em;
  position: absolute;
  inset: auto -4% -5% auto;
}

.absolute-on-top.slide-up {
  width: 19.6875em;
  inset: auto 0% 0% auto;
}

.mobile-tyopaja {
  width: 300px;
  padding-top: 36px;
  display: block;
}

.mobile-tyopaja.deskt {
  filter: saturate(89%);
  width: 16.7em;
  position: absolute;
  inset: -10% auto auto -15%;
}

.mobile-tyopaja.norm {
  display: none;
}

.bold-text {
  font-family: Dancing Script, sans-serif;
}

.teksti-wrp {
  justify-content: space-between;
  display: flex;
}

.pp {
  text-align: center;
  font-size: 1.1rem;
}

.span-nimi {
  color: #3c5c2b;
  font-family: Dancing Script, sans-serif;
  font-size: 2rem;
}

.italic-text {
  text-align: left;
  font-style: normal;
}

.absoluutti {
  z-index: -1;
  opacity: .53;
  filter: blur(5px);
  width: 133%;
  max-width: none;
  height: 133%;
  position: absolute;
  inset: -15% auto 0% -17%;
}

.absolute-punanen {
  z-index: -1;
  opacity: .93;
  filter: blur(3px);
  width: 50%;
  position: absolute;
  inset: auto auto 9% -2%;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #18181899;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-banner_text {
  color: #fff;
  margin-right: 1.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.image {
  width: 30px;
  height: 30px;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_button {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #1f1f1f70;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_text-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_text {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.voi-piilottaa {
  justify-content: center;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.container12 {
  max-width: 1400px;
}

.image-14 {
  border-radius: 11px;
  width: 100%;
}

.image-15 {
  display: block;
}

@media screen and (max-width: 991px) {
  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_layout192_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl_layout192_component.top {
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu {
    background-color: #aec5b0;
    border-bottom: 1px solid #282e2747;
    padding: 12px 12px 0;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .icon {
    color: var(--black-green);
    font-size: 40px;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-link {
    text-align: left;
    border-bottom: 1px solid #0003;
    width: 50%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1.6rem;
  }

  .f-navigation-link.mb-only {
    display: block;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation-menu-button {
    color: #fff;
    border: 0 solid #f3f5fb;
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: #0000;
    border-color: #fff;
  }

  .h1.height-s.bot-margin.mobile {
    display: none;
  }

  .rl_blog44_spacing-block-7 {
    padding-bottom: 3.5rem;
  }

  .rl_blog44_button-row-mobile {
    flex: none;
  }

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

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

  .rl_blog44_button-row-desktop {
    flex: none;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl_blog44_heading {
    margin-right: 3rem;
  }

  .rl_blog44_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home-s2_section.taustalla {
    background-image: linear-gradient(#0000004f, #0000004f), url('../images/image0-12.jpeg');
    background-position: 0 0, 50% 100%;
  }

  .rl_layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .flipkortit {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .card_side {
    backface-visibility: hidden;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2.5rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .mobile-tyopaja.deskt {
    display: none;
  }

  .mobile-tyopaja.norm {
    display: block;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .rl_layout192_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_layout192_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_layout192_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout192_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .h1.height-s.bot-margin.s {
    text-align: center;
  }

  .nappi.hide-on-mobile {
    display: none;
  }

  .rl_blog44_spacing-block-7 {
    padding-bottom: 2.5rem;
  }

  .rl_blog44_button-row-mobile {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .rl_blog44_spacing-block-6 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_blog44_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl_blog44_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .rl_blog44_button-row-desktop {
    justify-content: flex-start;
    width: 100%;
    display: none;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_blog44_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_blog44_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_blog44_heading {
    margin-right: 0;
  }

  .rl_blog44_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout1_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_layout1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout1_content._2 {
    width: 100%;
  }

  .rl_layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .wrapper.layput-sides-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2rem;
  }

  .rl-text-style-medium-3 {
    font-size: 1rem;
  }

  .rl_contact1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .rl_contact1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .absolute-on-top.slide-up {
    inset: auto 0% 0% auto;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .page-padding.is-home-hero {
    padding-bottom: 4.5em;
  }

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

  .rl-padding-section-large.no-pad {
    padding-top: 1.925rem;
  }

  .hero-image.max-600 {
    max-height: 350px;
  }

  .f-logo {
    width: 30%;
    display: block;
  }

  .f-navigation {
    padding-top: 4px;
    padding-bottom: 4px;
    position: fixed;
  }

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

  .f-navigation-link {
    width: 80%;
  }

  .f-navigation-button {
    display: none;
  }

  .f-navigation-logo-link {
    flex: 1;
  }

  .h1 {
    font-size: 4.3em;
    line-height: 1.3;
  }

  .h1.height-s.bot-margin.s {
    font-size: 3.5em;
  }

  .h1.height-s.bot-margin.desk {
    display: none;
  }

  .h1.height-s.bot-margin.mobile {
    display: block;
  }

  .h1.height-s.teema {
    font-size: 3.6em;
  }

  .rl_blog44_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-s2_section.taustalla {
    background-image: linear-gradient(#00000036, #0000), linear-gradient(#0000004f, #0000004f), url('../images/image0-12.jpeg');
    background-position: 0 0, 0 0, 50% 100%;
    background-size: auto, auto, cover;
  }

  .h2 {
    font-size: 4.6em;
  }

  .image-abso-11 {
    width: 100%;
  }

  .absolute-image {
    width: 100%;
    inset: 7% auto auto 0%;
  }

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

  .wrapper.layput-sides-1 {
    align-items: center;
  }

  .image-12 {
    height: 269px;
  }

  .textwrp {
    color: #fff;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .link-block-4 {
    color: #fff;
  }

  .card_wrapper {
    width: 20rem;
    height: 31rem;
  }

  .card_wrapper.form.slide-up-400 {
    height: 34rem;
  }

  .card_traits {
    grid-row-gap: 1rem;
  }

  .flipkortit {
    flex-flow: column;
    align-items: center;
  }

  .flipkortit._2 {
    align-items: flex-start;
  }

  .card_main-text {
    margin-bottom: 1.5rem;
  }

  .card-img {
    border-radius: 1.3rem;
    padding-bottom: 0;
    position: relative;
  }

  .card_side.is-front {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card_side.is-back {
    padding: 6rem 1.5rem 1.5rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .heading-14 {
    font-size: 29px;
  }

  .heading-14._2 {
    color: #fff;
    margin-top: 0;
    font-size: 18px;
  }

  .fn-container-grid {
    padding-left: 5px;
    padding-right: 5px;
  }

  .rl_footer4_link-list {
    grid-template-columns: max-content;
    justify-items: start;
  }

  .lynx-block-footer-down {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .kuvateksi._2 {
    padding-bottom: 10px;
    font-size: 2.3em;
  }

  .h1-small {
    font-size: 1.6em;
  }

  .logo-ja-tekstit-footer-wrapper {
    flex-direction: column;
  }

  .absolute-on-top.slide-up {
    display: none;
  }

  .mobile-tyopaja {
    width: 100%;
    margin-top: 25px;
    display: block;
  }

  .pp, .pp._1 {
    text-align: left;
  }

  .span-nimi {
    font-size: 1.7rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }
}

#w-node-d2fc50eb-bc80-f816-6329-1d7fd6c37493-e4dae013 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-d2fc50eb-bc80-f816-6329-1d7fd6c37498-e4dae013 {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-b8a9935c-0278-db69-429d-ba99ce665460-c9edec6e {
  justify-self: start;
}

#w-node-fb732525-5af0-38fa-d692-11a1c9edec82-c9edec6e {
  justify-self: end;
}

#w-node-f8683c2b-8e75-02ee-8fb2-a8b8a738f162-e4dae019 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8683c2b-8e75-02ee-8fb2-a8b8a738f164-e4dae019 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_061ce17b-4f85-29f7-fdad-2da249641f2d-e4dae013 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-d2fc50eb-bc80-f816-6329-1d7fd6c37493-e4dae013 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-d2fc50eb-bc80-f816-6329-1d7fd6c37498-e4dae013 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-b8a9935c-0278-db69-429d-ba99ce665460-c9edec6e, #w-node-fb732525-5af0-38fa-d692-11a1c9edec82-c9edec6e {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c9273c1b-2e87-ae59-416a-699ac9723947-e4dae013 {
    order: -9999;
  }

  #w-node-d2fc50eb-bc80-f816-6329-1d7fd6c37493-e4dae013, #w-node-d2fc50eb-bc80-f816-6329-1d7fd6c37498-e4dae013 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_84eb6360-bcf1-7940-1a7b-1c72fb612f68-e4dae014, #w-node-_9879a843-e50f-aeda-136b-3fcbaedf1d61-e4dae014, #w-node-_84eb6360-bcf1-7940-1a7b-1c72fb612f68-e4dae016, #w-node-c9273c1b-2e87-ae59-416a-699ac9723947-e4dae018, #w-node-_84eb6360-bcf1-7940-1a7b-1c72fb612f68-e4dae019 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b8a9935c-0278-db69-429d-ba99ce665460-c9edec6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_84eb6360-bcf1-7940-1a7b-1c72fb612f68-e4dae014, #w-node-_9879a843-e50f-aeda-136b-3fcbaedf1d61-e4dae014, #w-node-_84eb6360-bcf1-7940-1a7b-1c72fb612f68-e4dae016, #w-node-c9273c1b-2e87-ae59-416a-699ac9723947-e4dae018, #w-node-_84eb6360-bcf1-7940-1a7b-1c72fb612f68-e4dae019 {
    grid-area: 2 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Pysakki';
  src: url('../fonts/c756007d5d6361e20f74301f28f6bab3.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vessiafree';
  src: url('../fonts/Vessiafree.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}