:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left {
  display: none;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.hero-heading-left1 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  display: none;
  position: relative;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-without-image {
  background-color: #f5f7fa;
  background-image: linear-gradient(#2c292936, #2c292936), url('../images/landari_swe.png');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  border-bottom: 1px solid #e4ebf3;
  padding: 140px 30px;
  display: block;
  position: relative;
}

.hero-wrapper-two {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  color: #000;
  border: 1px #5ac37d;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 700;
}

.text-block {
  color: #fff;
  margin-bottom: 10px;
}

.heading-2 {
  color: #fff;
  text-align: left;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
}

.column {
  background-color: #fff;
  border: 4px solid #f15922;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.columns {
  color: #fff;
  background-color: #fff;
  margin-top: 60px;
}

.footer-subscribe {
  background-color: #0000;
  border-top: 1px #5ac37d;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #7a503c;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #7a503c;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.image {
  margin-top: 10px;
}

.column-2 {
  background-color: #fff;
  border: 4px solid #f15922;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-3 {
  color: #000;
  border-bottom: 1px #5ac37d;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.heading-4 {
  color: #fff;
  border-bottom: 1px #5ac37d;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.button {
  color: #5ac37d;
  background-color: #f15922;
}

.container-2 {
  padding-bottom: 10px;
}

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

.container-3 {
  background-color: #0000;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-2 {
  text-align: center;
  background-color: #fff;
  padding: 10px;
  display: none;
}

.container-4 {
  text-align: left;
}

.heading-5 {
  display: none;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading-6 {
  display: none;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.column-3 {
  background-color: #37785c;
}

.paragraph {
  color: #fff;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
}

.paragraph-3, .bold-text {
  color: #fff;
}

.text-block-2 {
  color: #000;
  text-align: center;
  text-transform: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.div-block {
  padding-bottom: 40px;
}

.text-block-3 {
  color: #fff;
  font-size: 24px;
}

.container-7 {
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}

.columns-copy {
  background-color: #37785c;
  border: 1px solid #37785c;
  margin-top: 0;
}

.text-block-4 {
  color: #7a503c;
  margin-top: 20px;
}

.columns-copy--f4 {
  color: #fff;
  background-color: #fff;
  margin-top: 20px;
}

.columns-copy-copyylapakki {
  background-color: #fff;
  border: 1px solid #37785c;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.column-copy {
  background-color: #f15922;
  border: 1px #fff;
  border-right-style: solid;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-2-copy {
  background-color: #f15922;
  border: 0 #37785c;
  border-right-color: #fff;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-3-copy {
  color: #fff;
  border-bottom: 1px #5ac37d;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.heading-copy {
  color: #fff;
  border: 1px #5ac37d;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 700;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
  color: #fff;
}

.text-block-5 {
  color: #000;
  padding-bottom: 10px;
}

.columns-copy--f4-copy {
  color: #fff;
  background-color: #fff;
  margin-top: 20px;
}

.text-block-6 {
  font-weight: 700;
}

.section-2 {
  background-color: #f15922;
  padding-top: 40px;
  padding-bottom: 60px;
}

.column-4 {
  color: #fff;
}

.link {
  color: #fff;
  text-decoration: none;
}

.column-5 {
  color: #fff;
}

.image-3 {
  background-color: #fff;
  padding: 10px;
}

.link-2, .link-3, .link-4, .link-5, .link-6, .link-7 {
  color: #fff;
  text-decoration: none;
}

.list-item {
  color: #fff;
}

.bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21 {
  color: #000;
}

.div-block-2 {
  background-color: #f15922;
  padding: 10px 10px 25px;
}

.columns-copy--f4-copy-2, .columns-copy--f4-copy-3, .columns-copy--f4-copy-4 {
  color: #fff;
  background-color: #fff;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading {
    white-space: normal;
  }

  .column {
    white-space: normal;
    border-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #37785c;
    padding-bottom: 40px;
  }

  .columns {
    white-space: normal;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .column-2 {
    border-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #37785c;
    padding-bottom: 40px;
  }

  .container-5 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .column-3 {
    padding-bottom: 40px;
  }

  .columns-copy, .columns-copy--f4, .columns-copy-copyylapakki {
    white-space: normal;
  }

  .column-copy {
    white-space: normal;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
  }

  .column-2-copy {
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
  }

  .heading-copy, .columns-copy--f4-copy {
    white-space: normal;
  }

  .link-2 {
    color: #fff;
    text-decoration: none;
  }

  .link-3, .link-4, .link-5 {
    color: var(--white);
    text-decoration: none;
  }

  .link-6, .link-7 {
    color: #fff;
    text-decoration: none;
  }

  .columns-copy--f4-copy-2, .columns-copy--f4-copy-3, .columns-copy--f4-copy-4 {
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left1, .hero-without-image {
    padding: 60px 15px;
  }

  .column {
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .column-2 {
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
  }

  .hero-heading-right, .hero-stack {
    padding: 60px 15px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .column-3 {
    padding-bottom: 40px;
  }

  .column-copy, .column-2-copy {
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .column {
    border: 1px solid #37785c;
    border-bottom-color: #000;
    padding-bottom: 20px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

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

  .column-2 {
    border: 1px solid #37785c;
    border-bottom-color: #000;
    padding-bottom: 20px;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .text-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-6 {
    padding-bottom: 10px;
  }

  .container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-4 {
    margin-top: 0;
  }

  .container-8, .container-9 {
    padding-bottom: 10px;
  }

  .column-copy {
    border-bottom: 1px solid #fffcfc;
    padding-bottom: 20px;
  }

  .column-2-copy {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }

  .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
    color: #fff;
  }

  .container-10, .container-11 {
    padding-bottom: 10px;
  }
}


