:root {
  --black: #424242;
  --body: #424242;
  --primary: #0b3d73;
  --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;
}

.nav-image {
  width: 120px;
}

.header-section {
  background-image: linear-gradient(#ffffffb3, #fffc), url('../images/iloinen-siivooja.jpg');
  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;
}

.rekry {
  background-color: #0000;
  background-image: linear-gradient(135deg, #f5f5f5, #f5f5f580);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.hero-main-title.red {
  color: var(--primary);
}

.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-icon {
  object-fit: contain;
  border: 2px solid #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: block;
}

.features-icon.blue {
  color: #1373fa;
  border-color: #1373fa;
  padding: 10px;
}

.features-icon.red {
  color: #ff4136;
  border-color: #ff4136;
  padding: 10px;
}

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

.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/iloinen-perhe.jpg');
  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: 120px;
}

.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: 15px;
  padding-bottom: 15px;
  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(--primary);
}

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

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

.navbar-link.last {
  padding-right: 0;
}

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

.toggle-contain {
  background-color: #fff;
  border: 2px solid #0000001a;
  border-radius: 50px;
  width: 70px;
  height: 38px;
  padding: 5px;
  position: relative;
}

.tab-text {
  padding-left: 25px;
  padding-right: 25px;
}

.toggle-dot {
  background-color: var(--primary);
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.toggle-dot.right {
  float: right;
  inset: 0% 0% auto auto;
}

.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.outline-button {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 14px;
  margin-bottom: 24px;
  font-weight: 400;
}

.button.pricing-button.normal {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.button.pricing-button.no-margin-bottom {
  margin-bottom: 0;
}

.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: 31.3%;
  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;
}

.price-tabs-menu {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

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

.price-tab {
  letter-spacing: 2px;
  background-color: #0000;
  align-items: center;
  width: 50%;
  padding-left: 0;
  font-weight: 700;
  display: flex;
}

.price-tab.w--current {
  background-color: #0000;
  display: none;
}

.tabs-content {
  overflow: visible;
}

.field-label {
  text-align: left;
}

.textarea {
  color: var(--black);
  min-height: 150px;
  font-weight: 400;
}

.text-field {
  color: var(--black);
  font-weight: 400;
}

.image-2 {
  width: 240px;
}

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

.langauge-line-base {
  background-color: #9b9eb838;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-toggle {
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 4px;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 45px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.langauge-line-break {
  background-color: #143d60;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-list {
  background-color: #d99f9f;
}

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

.flag {
  object-fit: cover;
  background-image: url('../images/Flag_of_the_United_Kingdom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  margin-right: 14px;
}

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

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

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

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) {
  .nav-image {
    width: 100px;
  }

  .header-section {
    height: 530px;
    padding-top: 180px;
  }

  .rekry {
    padding: 60px 30px;
  }

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

  .navbar-link.last {
    padding-right: 20px;
  }

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

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

  .language-dropdown {
    width: 100%;
  }

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

  .language-list.w--open {
    position: relative;
  }
}

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

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

  .rekry {
    padding: 40px 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;
  }
}

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

  .rekry {
    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-bottom: 40px;
  }

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

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

  .toggle-contain {
    margin-left: 15px;
    margin-right: 15px;
  }

  .tab-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

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

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

  .price-tabs-menu {
    justify-content: flex-start;
    align-items: center;
  }

  .price-tab {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

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

  .icon {
    margin-right: 32%;
  }

  .language-dropdown {
    z-index: 6000;
  }

  .language-toggle {
    z-index: 6001;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .language-toggle.w--open {
    justify-content: center;
    align-items: flex-end;
  }

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


