:root {
  --black: #202020;
  --body: #424242;
  --primary: #9caf88;
  --white: white;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
}

p {
  margin-bottom: 10px;
}

strong {
  color: var(--black);
  font-weight: 600;
}

.nav-image {
  width: 190px;
}

.header-section {
  background-image: linear-gradient(#ffffff4d, #ffffff80), url('../images/kotiapu-kuva-7.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 650px;
  padding-top: 220px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.body {
  color: var(--body);
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.hero-main-title {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 52px;
  font-weight: 600;
  line-height: 55px;
}

.section-upper-title {
  color: var(--primary);
  letter-spacing: 8px;
  text-transform: uppercase;
  font-weight: 600;
}

.section-upper-title.grey {
  color: #dadada;
}

.yhteystiedot {
  background-color: #0000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.game-banner-overlay {
  background-color: #2c2d3199;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
}

.game-banner-title {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.game-banner-description {
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.hinnasto {
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-title-wrapper {
  text-align: center;
  padding-left: 115px;
  padding-right: 115px;
}

.hero-subtitle {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}

.features-section {
  background-color: #0000;
  padding-bottom: 80px;
  position: relative;
}

.features-section.hide {
  display: none;
}

.switch-features-row {
  margin-bottom: 20px;
}

.features-icon {
  border: 2px solid var(--primary);
  color: var(--primary);
  object-fit: contain;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 11px;
  display: block;
}

.features-icon.blue {
  color: #4e98ff;
  border-color: #4e98ff;
  padding: 10px;
}

.features-icon.red {
  color: #ff894f;
  border-color: #ff894f;
  padding: 11px;
}

.features-icon.yellow {
  color: #afd1c0;
  border-color: #afd1c0;
}

.feature-title {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.features-description {
  text-align: center;
}

.large-image-section {
  background-image: linear-gradient(#e6e6e633, #e6e6e633), url('../images/kotiapu-kuva-1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 450px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.kotitalousv-hennys {
  border-bottom: 0 solid #e9e9e9;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  display: block;
}

.container-multiplayer {
  margin-top: -151px;
}

.div-block {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 50px;
  box-shadow: 1px 1px 12px #0003;
}

.footer {
  background-color: var(--primary);
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-text {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

.upperfooter {
  background-color: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.footer-column.right {
  text-align: right;
}

.footer-logo {
  width: 220px;
}

.footer-inline-link {
  color: #424242;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 11px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.footer-inline-link:hover {
  color: var(--primary);
}

.container-small {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.navbar-logo {
  color: #000;
  padding-left: 0;
}

.navbar-2 {
  background-color: #0000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
}

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

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navbar-link {
  color: #424242;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  transition: color .2s;
}

.navbar-link:hover {
  color: var(--black);
}

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

.navbar-link.w--current:hover {
  color: #9e9e9e;
}

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

.arrow-link {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

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

.image {
  width: 160px;
  margin-top: 20px;
}

.hero-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #378ae8;
  border-radius: 3px;
  padding: 15px 25px 11px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #2566b0;
}

.button.pricing-button {
  background-color: var(--primary);
  letter-spacing: 1.5px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16.5px;
  font-weight: 400;
  text-decoration: none;
}

.button.pricing-button.normal {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.button.pricing-button.no-margin-bottom {
  background-color: var(--primary);
  color: var(--white);
  margin-bottom: 0;
  font-weight: 600;
}

.button.pricing-button {
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: 1.5px;
  border-radius: 100px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16.5px;
  font-weight: 600;
  text-decoration: none;
}

.price-2 {
  margin-top: -10px;
  margin-bottom: 3px;
  font-size: 55px;
  font-weight: 700;
  line-height: 70px;
  position: relative;
}

.box {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  width: 40%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 30px 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  box-shadow: 0 10px 25px 3px #00000012;
}

.box.form-wrapper {
  width: 100%;
  margin-top: 60px;
}

.pricing-box-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.pricing-box-row.monthly-row {
  margin-top: 50px;
  margin-bottom: 0;
}

.field-label {
  color: var(--black);
  text-align: left;
  font-weight: 600;
}

.textarea {
  color: var(--black);
  border: 1px solid #0000001a;
  min-height: 150px;
  font-weight: 400;
}

.text-field {
  color: var(--black);
  border: 1px solid #0000001a;
  font-weight: 400;
}

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

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

.profile-image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 24px;
  display: flex;
}

.section-upper-title-2 {
  color: #0b3d73;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-weight: 600;
}

.section-upper-title-2.grey {
  color: #dadada;
}

.pricing-text-block {
  margin-bottom: 1rem;
  line-height: 1.3em;
}

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

.code-embed {
  color: var(--primary);
  width: 34px;
  height: 34px;
}

.div-block-4 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 4rem;
  display: grid;
}

.lightbox-link {
  width: 100%;
  padding-top: 150%;
  position: relative;
}

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

html.w-mod-js [data-ix="header-switch-slide-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="title-load"] {
  opacity: 0;
  transform: translate(0, -20px);
}

html.w-mod-js [data-ix="title-load-2"], html.w-mod-js [data-ix="title-load-3"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hide-game-banner-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="hide-game-banner-title"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="hide-game-banner-description"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="hero-switch-load"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="scroll-load"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="scroll-load-2"] {
  opacity: 0;
  transform: translate(-30px);
}

@media screen and (max-width: 991px) {
  .header-section {
    padding-top: 180px;
  }

  .yhteystiedot {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hinnasto {
    padding: 60px 30px;
  }

  .features-section {
    padding: 0 20px 60px;
  }

  .large-image-section {
    height: 380px;
  }

  .container-multiplayer {
    margin-top: -165px;
  }

  .footer-column.right {
    text-align: left;
  }

  .navbar-menu-button {
    color: #9e9e9e;
    background-color: #0000;
    border-radius: 8px;
  }

  .navbar-menu-button.w--open {
    color: #9e9e9e;
    background-color: #fff;
  }

  .navbar-menu {
    background-color: #fff;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2.5rem;
  }

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

  .box {
    width: 48%;
    max-width: 310px;
    margin-bottom: 2%;
  }

  .box.form-wrapper {
    max-width: none;
  }
}

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

  .header-section {
    height: auto;
    padding-top: 160px;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .section-upper-title, .section-upper-title.grey {
    font-size: 12px;
  }

  .yhteystiedot {
    padding: 30px 25px 40px;
  }

  .hinnasto {
    padding: 40px 25px;
  }

  .hero-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-subtitle {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .features-section {
    padding: 0 25px 40px;
  }

  .switch-features-column {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .large-image-section {
    height: 300px;
  }

  .kotitalousv-hennys {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .footer-column.left {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-column.right {
    text-align: center;
  }

  .navbar-menu {
    padding-left: 1.25rem;
  }

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

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .box {
    width: 100%;
    min-height: auto;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .section-upper-title-2, .section-upper-title-2.grey {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .header-section {
    height: auto;
    padding-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-main-title {
    line-height: 40px;
  }

  .yhteystiedot, .hinnasto, .features-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-icon {
    margin-bottom: 10px;
  }

  .feature-title {
    margin-bottom: 5px;
  }

  .features-description {
    font-size: 14px;
  }

  .kotitalousv-hennys, .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .upperfooter {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

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

  .hero-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .box {
    padding-left: 10%;
    padding-right: 10%;
  }

  .box.form-wrapper {
    margin-top: 40px;
  }

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

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

  .lightbox-link {
    padding-top: 140%;
  }
}


