body {
  font-family: Lato, sans-serif;
  color: #42474e;
  font-size: 16px;
  line-height: 1.8;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: caecilia, sans-serif;
  font-size: 38px;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: caecilia, sans-serif;
  font-size: 32px;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.7px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: caecilia, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.7px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: caecilia, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.3px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: caecilia, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
}

a {
  -webkit-transition: border-radius 200ms ease, border-color 200ms ease, background-color 200ms ease, opacity 200ms ease, color 200ms ease;
  transition: border-radius 200ms ease, border-color 200ms ease, background-color 200ms ease, opacity 200ms ease, color 200ms ease;
  color: #363a40;
  text-decoration: none;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
  line-height: 1.6;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.d-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #42474e;
}

.d-primary-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-secondary-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#42474e), to(#363a40));
  background-image: linear-gradient(90deg, #42474e, #363a40);
}

.d-navlink {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
}

.d-navlink:hover {
  color: #54b948;
}

.d-navlink.w--current {
  color: #56c448;
}

.d-logo {
  width: 70px;
}

.d-navlink-secondary {
  display: inline-block;
  margin-left: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 14px;
}

.d-navlink-secondary:hover {
  color: #54b948;
}

.d-navlink-secondary.w--current {
  color: #54b948;
}

.ico-flag {
  padding-left: 10px;
}

.d-lang-selector {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.fa-solid {
  font-family: 'Fa solid 900', sans-serif;
}

.fa-solid.on-d-navlink {
  margin-right: 8px;
  font-size: 12px;
}

.fa-solid.on-ico-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  margin-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fa-solid.on-fund-tools {
  margin-right: 8px;
}

.fa-solid.on-news-title {
  margin-left: 8px;
}

.fa-solid.on-documents-a {
  margin-right: 8px;
}

.fa-solid.on-report-cta {
  margin-right: 8px;
}

.fa-solid.on-contact-tools {
  margin-right: 8px;
}

.fa-solid.stars {
  margin-right: 5px;
  margin-left: 5px;
  color: #2d4b7a;
}

.fa-solid.on-employee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
}

.fa-solid.cta-company {
  margin-right: 8px;
  font-size: 16px;
}

.d-navlink-dropdown {
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
}

.d-navlink-dropdown:hover {
  color: #54b948;
}

.d-dropdown-link {
  padding: 20px;
  color: #fff;
  font-size: 14px;
}

.d-dropdown-link:hover {
  color: #54b948;
}

.d-dropdown-link-wrap.w--open {
  margin-left: -30px;
  border-radius: 4px;
  background-color: #484f5a;
}

.d-triangle {
  position: absolute;
  top: -5px;
  right: 50%;
  bottom: auto;
  width: 20px;
  height: 20px;
  background-color: #484f5a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #42474e;
}

.m-logo {
  width: 70px;
  margin-left: 20px;
}

.m-primary-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  text-align: center;
}

.m-navlink {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  font-size: 14px;
}

.m-navlink.w--current {
  color: #56c448;
}

.m-lang-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 14px;
}

.m-secondary-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  background-color: #363a40;
  text-align: center;
}

.m-navlink-secondary {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  font-size: 14px;
}

.m-navlink-secondary.w--current {
  color: #56c448;
}

.brgr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.patty {
  width: 25px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #fff;
}

.nav-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.hero-slider {
  position: relative;
}

.home-slider {
  height: 80vh;
}

.section-full-w.on-strukturoidut-tuotteet {
  background-color: #f5f5f5;
}

.section-full-w.bg-grey {
  background-color: #f5f5f5;
}

.section-full-w.on-documents-section {
  border-top: 1px solid #dfdfdf;
}

.section-full-w._w-border-top {
  border-top: 1px solid #dfdfdf;
}

.section-full-w._w-bottom-separator {
  border-bottom: 1px solid #dfdfdf;
}

.home-slide-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/palapeli.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-nav-wrapper {
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 30px;
}

.service-box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 10px;
  margin-left: 10px;
  padding: 100px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-image: url('../images/palapeli.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-box-content-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cta {
  padding: 15px 20px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.cta.primary-green {
  border-color: #54b948;
  background-color: #54b948;
  color: #fff;
}

.cta.primary-green:hover {
  border-color: #56c448;
  background-color: #56c448;
}

.cta.primary-green.on-img-bg {
  min-width: 160px;
  margin-top: 30px;
}

.cta.primary-green.on-single-report {
  min-width: 160px;
  margin-top: 20px;
}

.cta.secondary-green {
  border-color: #fff;
  color: #fff;
}

.cta.secondary-green:hover {
  border-color: #54b948;
  background-color: #54b948;
}

.cta.secondary-green.on-services-box {
  min-width: 160px;
}

.cta.secondary-green.on-hero-slider {
  min-width: 160px;
  margin-top: 20px;
}

.cta.secondary-green.on-single-tools {
  margin-left: 10px;
}

.cta.secondary-green.on-varainhoito-box {
  min-width: 160px;
}

.cta.dark-green {
  border-color: #42474e;
}

.cta.dark-green:hover {
  border-color: #54b948;
  background-color: #54b948;
  color: #fff;
}

.cta.primary-blue {
  border-color: #2d4b7a;
  background-color: #2d4b7a;
  color: #fff;
}

.cta.primary-blue:hover {
  border-color: #325ea1;
  background-color: #325ea1;
}

.cta.primary-blue.on-img-bg {
  min-width: 160px;
  margin-top: 30px;
}

.cta.secondary-blue {
  border-color: #fff;
  color: #fff;
}

.cta.secondary-blue:hover {
  border-color: #2d4b7a;
  background-color: #2d4b7a;
}

.cta.secondary-blue.on-services-box {
  min-width: 160px;
}

.cta.secondary-blue.on-hero-slider {
  min-width: 160px;
  margin-top: 20px;
}

.cta.secondary-blue.on-varainhoito-box {
  min-width: 160px;
}

.cta.secondary-blue.on-single-tools {
  overflow: hidden;
  min-width: 120px;
  margin-left: 10px;
}

.cta.dark-blue {
  border-color: #42474e;
}

.cta.dark-blue:hover {
  border-color: #2d4b7a;
  background-color: #2d4b7a;
  color: #fff;
}

.cta.dark {
  border-color: #42474e;
}

.cta.dark:hover {
  background-color: #42474e;
  color: #fff;
}

.cta.dark.on-blog-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cta.transparent {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.cta.transparent-green {
  background-color: rgba(84, 185, 72, 0.1);
  color: #54b948;
}

.cta.transparent-green.on-b-box-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta.transparent-green.on-product {
  margin-bottom: 50px;
}

.cta.transparent-blue {
  background-color: rgba(45, 75, 122, 0.1);
  color: #2d4b7a;
}

.cta.transparent-blue.on-b-box-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.style-guide {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 20px;
  background-color: #e6e6e6;
}

.rch h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rch h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.rch h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rch h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rch h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.rch p {
  margin-bottom: 10px;
}

.rch ul {
  margin-bottom: 10px;
  padding-left: 30px;
}

.rch li {
  margin-bottom: 10px;
}

.rch img {
  height: auto;
}

.rch figure {
  width: 100%;
}

.rch a {
  text-decoration: underline;
}

.rch figcaption {
  color: #42474e;
}

.rch.on-yrityslaina {
  font-size: 14px;
  line-height: 1.6;
}

.service-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-title {
  color: #fff;
  font-style: italic;
}

.service-text {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #fff;
}

.gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 96, 115, 0.5)), to(rgba(84, 84, 84, 0.5)));
  background-image: linear-gradient(180deg, rgba(58, 96, 115, 0.5), rgba(84, 84, 84, 0.5));
}

.front {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
}

.front-about {
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.front-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.front-title {
  margin-bottom: 20px;
  color: #54b948;
}

.front-credits {
  margin-top: 20px;
  text-align: center;
}

.front-credit-name {
  color: #54b948;
}

.hero-slider-content-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 950px;
  text-align: center;
}

.hero-slider-title {
  color: #fff;
  font-size: 50px;
}

.hero-slider-subtitle {
  color: #fff;
  font-size: 20px;
}

.home-slider-left-arrow {
  width: 60px;
  font-size: 30px;
}

.home-slider-right-arrow {
  width: 60px;
  font-size: 30px;
}

.home-slider-nav {
  margin-bottom: 20px;
  font-size: 10px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #363a40;
}

.footer-1st-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#363a40), color-stop(50%, #42474e), to(#363a40));
  background-image: linear-gradient(90deg, #363a40, #42474e 50%, #363a40);
}

.footer-2nd-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 40px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-3rd-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-logo {
  width: 70px;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.copyright {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 12px;
}

.fa-brand {
  font-family: 'Fa brands 400', sans-serif;
}

.fa-brand.on-footer {
  margin-right: 30px;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
}

.fa-brand.on-footer:hover {
  color: #54b948;
}

.fa-brand.on-employee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
}

.fa-brand.on-cta-company {
  margin-right: 8px;
  font-size: 16px;
}

.fa-brand.on-podcast-episode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
}

.footer-social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.service-ico-angle {
  margin-left: 8px;
}

.img-bg-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/palapeli.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.img-bg-content-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.img-bg-title {
  color: #fff;
}

.news {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 30px;
}

.news-row {
  padding-bottom: 40px;
}

.news-title-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-title-cta.on-reports {
  padding-right: 10px;
  padding-left: 10px;
}

.news-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news-title {
  text-transform: uppercase;
}

.news-mobile-cta {
  display: none;
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.xs-cta {
  padding: 5px 10px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.xs-cta.primary-green {
  border-color: #54b948;
  background-color: #54b948;
  color: #fff;
}

.xs-cta.primary-green:hover {
  background-color: #56c448;
}

.xs-cta.secondary-green {
  border-color: #fff;
  color: #fff;
}

.xs-cta.secondary-green:hover {
  border-color: #54b948;
  background-color: #54b948;
}

.xs-cta.dark-green {
  border-color: #42474e;
}

.xs-cta.dark-green:hover {
  border-color: #54b948;
  background-color: #54b948;
  color: #fff;
}

.xs-cta.dark-green.on-employees {
  margin-right: 5px;
  margin-left: 5px;
}

.xs-cta.dark-green.on-employees.w--current {
  border-color: #56c448;
  background-color: #56c448;
  color: #fff;
}

.xs-cta.primary-blue {
  border-color: #2d4b7a;
  background-color: #2d4b7a;
  color: #fff;
}

.xs-cta.primary-blue:hover {
  border-color: #325ea1;
  background-color: #325ea1;
}

.xs-cta.secondary-blue {
  border-color: #fff;
  color: #fff;
}

.xs-cta.secondary-blue:hover {
  border-color: #2d4b7a;
  background-color: #2d4b7a;
}

.xs-cta.dark-blue {
  border-color: #42474e;
}

.xs-cta.dark-blue:hover {
  border-color: #2d4b7a;
  background-color: #2d4b7a;
  color: #fff;
}

.xs-cta.transparent {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.xs-cta.transparent-green {
  background-color: rgba(84, 185, 72, 0.2);
  color: #54b948;
}

.xs-cta.transparent-green.on-news-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xs-cta.transparent-green.on-cta-company {
  margin-top: 5px;
}

.xs-cta.transparent-blue {
  background-color: rgba(45, 75, 122, 0.2);
  color: #2d4b7a;
}

.xs-cta.transparent-blue.on-news-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xs-cta.dark {
  border-color: #42474e;
}

.xs-cta.dark:hover {
  background-color: #42474e;
  color: #fff;
}

.feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feed-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feed-col._1 {
  padding-right: 40px;
}

.feed-row-1 {
  margin-bottom: 40px;
}

.feed-title {
  margin-bottom: 20px;
}

.loan {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 100px;
  padding-left: 40px;
}

.page-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/palapeli.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-head-content-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-head-content-wrap._950 {
  max-width: 950px;
}

.page-head-title {
  color: #fff;
}

.page-head-tools-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-content-wrap._950 {
  max-width: 950px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-content-wrap._950.center {
  text-align: center;
}

.page-content-col-left {
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-content-subtitle {
  width: 100%;
  margin-bottom: 20px;
}

.page-content-col-right {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.varainhoito-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.varainhoito-box-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333%;
  -ms-flex: 0 0 33.3333333%;
  flex: 0 0 33.3333333%;
  border-radius: 4px;
}

.varainhoito-box-content-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.varainhoito-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: url('../images/palapeli.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.varainhoito-box-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 20px;
  font-style: italic;
}

.page-title-wrap {
  max-width: 950px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.strukturoidut-tuotteet-wrap {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
}

.page-quote-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px;
}

.page-quote-wrap.on-col {
  padding: 0px;
}

.quote-img {
  width: 150px;
  height: 150px;
  border-style: solid;
  border-width: 2px;
  border-color: #dfdfdf;
  border-radius: 50%;
  background-image: url('../images/hannu-front.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.quote-content-wrap {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.quote-name {
  margin-top: 20px;
  color: #54b948;
}

.page-note-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.img-bg-checklist-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img-bg-checklist-item {
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
  font-weight: 700;
}

.fa-regular {
  font-family: 'Fa 400', sans-serif;
}

.fa-regular.on-checklist {
  margin-right: 8px;
  font-style: normal;
}

.fa-regular.stars {
  margin-right: 5px;
  margin-left: 5px;
  color: #2d4b7a;
}

.title-blue {
  color: #2d4b7a;
}

.quote-position {
  font-size: 14px;
  font-style: italic;
}

.ico-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-yritys-wrap {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.yritys-avatar {
  width: 130px;
  height: 130px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #dfdfdf;
  border-radius: 50%;
  background-image: url('../images/hannu-front.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.yritys-avatar:hover {
  border-color: #54b948;
}

.yritys-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.3333333%;
  -ms-flex: 0 33.3333333%;
  flex: 0 33.3333333%;
  border-radius: 4px;
  -webkit-transition: box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
  transition: box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
}

.yritys-box:hover {
  box-shadow: 1px 1px 36px 0 rgba(0, 0, 0, 0.1);
}

.yritys-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.yritys-position {
  margin-bottom: 10px;
  font-size: 14px;
  font-style: italic;
}

.yritys-1-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.yritys-2-row {
  overflow: hidden;
  text-align: center;
}

.yritys-bio {
  margin-top: 10px;
  font-size: 14px;
}

.yritys-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blue {
  color: #2d4b7a;
}

.green {
  color: #54b948;
}

.page-content-subtitle-center {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.page-content-subtitle-center.on-yritys-title {
  margin-bottom: 20px;
}

.yritys-boxes-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.yritys-blocks {
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.yritys-drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.yritys-drop:hover {
  background-color: #f5f5f5;
}

.fa-solid-on-yritys-drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 16px;
}

.ico-list-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-style: italic;
}

.yritys-join-us-img {
  width: 100%;
  border-radius: 4px;
}

.yritys-jobs {
  width: 100%;
  margin-top: 50px;
}

.yhteystiedot-map {
  overflow: hidden;
  margin-top: 40px;
  border-radius: 4px;
}

.yhteystiedot-map.on-yritysrahoitus {
  margin-top: 0px;
  margin-bottom: 20px;
}

.form-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

.single-varainhoito-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-fund-info {
  width: 100%;
  min-height: 300px;
  margin-bottom: 40px;
}

.single-fund-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.style-guide-element {
  margin-bottom: 30px;
}

.title-green {
  color: #54b948;
}

.blog-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-col-left {
  width: 70%;
  padding-right: 20px;
  padding-left: 40px;
  border-right: 1px solid #dfdfdf;
}

.blog-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 40px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.other-posts {
  margin-top: 50px;
}

.more-post-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.more-post-link.hover-green:hover {
  color: #54b948;
}

.more-post-link.hover-blue:hover {
  color: #325ea1;
}

.more-post-img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  border-radius: 4px;
  background-image: url('../images/palapeli.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.more-post-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-date {
  margin-top: 10px;
  color: #fff;
  font-style: italic;
}

.b-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.b-box-wrap.on-index {
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
}

.b-box-a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 350px;
  padding: 120px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 4px;
  background-image: url('../images/palapeli.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.b-box-a:hover {
  opacity: 0.95;
}

.b-box-date {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  font-size: 14px;
}

.b-box-title-wrap {
  position: relative;
  z-index: 2;
}

.b-box-title {
  font-size: 16px;
  line-height: 1.6;
}

.yritys-ico {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 24px;
}

.blog-index-col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-right: 10px;
  padding-left: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #dfdfdf;
}

.blog-index-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index-main.on-podcast {
  padding-top: 50px;
}

.section-full-w-single-fund {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-ducuments-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.documents-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px;
  padding: 10px;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.documents-a:hover {
  color: #54b948;
}

.newsletter-form-wrap {
  width: 100%;
  margin-top: 40px;
}

.m-navlink-dropdown {
  padding: 15px 25px;
  color: #fff;
  font-size: 14px;
}

.m-navlink-dropdown:hover {
  color: #54b948;
}

.footer-navlink {
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
}

.footer-navlink:hover {
  color: #54b948;
}

.footer-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-col-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-product-content {
  width: 100%;
  min-height: 300px;
  margin-bottom: 40px;
}

.yrityslaina-checklist-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.yrityslaina-col {
  padding-right: 20px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
}

.yrityslaina-checklist-title {
  margin-bottom: 20px;
}

.yrityslaina-cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.yrityslaina-service-review-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.yrityslaina-subtitle {
  font-size: 14px;
}

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

.yrityslaina-review-name {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: caecilia, sans-serif;
  color: #2d4b7a;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  text-align: right;
}

.yrityslaina-content-box {
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.yrityslaina-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.yrislaina-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.yrityslaina-cta-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.yrityslaina-testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.yrityslaina-triangle {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: -5px;
  width: 15px;
  height: 15px;
  background-color: #f5f5f5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.yrityslaina-bubble {
  position: relative;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.yrityslaina-faq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-item {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  border-radius: 4px;
  background-color: #fff;
}

.faq-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.faq-trigger:hover {
  color: #325ea1;
}

.faq-content {
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
}

.faq-title {
  padding-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.trigger-ico {
  font-family: 'Fa solid 900', sans-serif;
}

.funding-box {
  margin-top: 40px;
  padding-left: 60px;
  background-image: url('../images/ico-front-blue.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.funding-amount {
  font-family: caecilia, sans-serif;
  color: #2d4b7a;
  font-size: 48px;
  line-height: 1.6;
  font-style: italic;
}

.yritysrahoitus-about {
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.yritysrahoitus-about-title {
  margin-bottom: 20px;
  color: #2d4b7a;
}

.funding-txt {
  font-size: 14px;
}

.yritysrahoitus-about-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.yritysrahoitus-about-name {
  color: #2d4b7a;
}

.filter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.faq-intro-wrap {
  margin-bottom: 20px;
}

.yritys-box-group-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #dfdfdf;
  text-align: center;
}

.yritys-box-group-title {
  padding: 5px 30px;
  border-radius: 4px 4px 0px 0px;
  background-color: #f5f5f5;
}

.yritysrahoitus-about-img {
  width: 300px;
  height: 300px;
  border-style: solid;
  border-width: 2px;
  border-color: #dfdfdf;
  border-radius: 50%;
  background-image: url('../images/Miikka-Veikkola.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.front-about-img {
  width: 300px;
  height: 300px;
  border-style: solid;
  border-width: 2px;
  border-color: #dfdfdf;
  border-radius: 50%;
  background-image: url('../images/hannu-front.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-wrap-one-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-bg-section-rch {
  margin-top: 30px;
  color: #fff;
}

.employee-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding: 130px 20px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.employee-avatar {
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-bottom: -100px;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #dfdfdf;
  border-radius: 50%;
  background-image: url('../images/hannu-front.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-head-on-employee {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40vh;
  background-image: url('../images/palapeli.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.employee-head-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.employee-bio-row {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.employee-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #54b948;
  font-weight: 400;
}

.employee-social-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.employee-position {
  font-size: 14px;
  font-style: italic;
}

.podcast-archive-description {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 40px;
  padding-left: 40px;
}

.podcast-episode-wrap {
  margin-top: 20px;
}

.podcast-episode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px 20px 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.podcast-episode:hover {
  color: #54b948;
}

.podcast-episode-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 991px) {
  .d-nav {
    display: none;
  }
  .m-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-nav-wrapper {
    display: none;
  }
  .services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-box {
    margin-bottom: 20px;
  }
  .cta.secondary-green.on-single-tools {
    margin-right: 10px;
    margin-left: 0px;
  }
  .cta.secondary-blue.on-single-tools {
    margin-right: 10px;
    margin-left: 0px;
  }
  .front {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .front-about {
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .footer-1st-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer-2nd-row {
    padding-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-col {
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    text-align: center;
  }
  .footer-title {
    margin-top: 0px;
  }
  .fa-brand.on-footer {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .footer-social-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .feed-col._1 {
    padding-right: 0px;
  }
  .feed-row-2 {
    margin-bottom: 50px;
  }
  .page-head {
    padding-top: 70px;
  }
  .page-head-content-wrap {
    margin-top: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-head-tools-wrap {
    margin-top: 20px;
    padding-left: 0px;
  }
  .page-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-content-col-left {
    padding-right: 0px;
  }
  .page-content-col-left.on-faq {
    margin-bottom: 40px;
  }
  .page-content-col-right {
    padding-left: 0px;
  }
  .varainhoito-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-title-wrap {
    padding-right: 0px;
  }
  .strukturoidut-tuotteet-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-quote-wrap.on-col {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .page-note-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img-bg-checklist-wrap {
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .img-bg-checklist-item {
    margin: 10px 0px;
  }
  .ico-list {
    margin-top: 10px;
  }
  .page-yritys-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .yritys-box {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .yritys-join-us-img {
    margin-bottom: 20px;
  }
  .single-varainhoito-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-fund-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-col-left {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dfdfdf;
    border-right-style: none;
  }
  .blog-col-right {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .other-posts {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .b-box-wrap {
    display: none;
  }
  .b-box-wrap.hide-box {
    display: none;
  }
  .b-box-wrap.on-index {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .b-box-wrap.show-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .b-box-a {
    min-height: 60vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .b-box-title {
    font-size: 22px;
  }
  .blog-index-col-left {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
    border-right-style: none;
  }
  .blog-index-main {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-ducuments-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .documents-a {
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-first {
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    text-align: center;
  }
  .footer-col-last {
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    text-align: center;
  }
  .yrityslaina-checklist-wrap {
    max-width: 550px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .yrityslaina-col {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .yrityslaina-cta-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }
  .yrityslaina-service-review-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .yrityslaina-review {
    font-size: 16px;
  }
  .yrislaina-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .yrityslaina-cta-bottom-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .yrityslaina-faq-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .yritysrahoitus-about {
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .yritysrahoitus-about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .yritysrahoitus-about-img {
    width: 50vw;
    height: 50vw;
  }
  .front-about-img {
    width: 50vw;
    height: 50vw;
  }
  .faq-wrap-one-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .employee-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-head-on-employee {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  .fa-solid.on-employee {
    margin-right: 8px;
    margin-bottom: 0px;
  }
  .services {
    padding: 50px 10px;
  }
  .service-box {
    padding: 50px 20px;
  }
  .cta.secondary-green.on-single-tools {
    margin-top: 10px;
    margin-right: 0px;
  }
  .cta.secondary-blue.on-single-tools {
    margin-top: 10px;
    margin-right: 0px;
  }
  .cta.transparent-green.on-product {
    width: 100%;
  }
  .front {
    padding-bottom: 40px;
  }
  .front-about {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .front-credits {
    text-align: left;
  }
  .hero-slider-title {
    font-size: 32px;
  }
  .hero-slider-subtitle {
    font-size: 16px;
  }
  .footer-1st-row {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-2nd-row {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-3rd-row {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-title {
    font-size: 18px;
  }
  .fa-brand.on-footer {
    margin-right: 20px;
    margin-left: 20px;
  }
  .fa-brand.on-employee {
    margin-right: 8px;
    margin-bottom: 0px;
  }
  .fa-brand.on-podcast-episode {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .footer-social-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .img-bg-content-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .news {
    padding: 50px 10px 0px;
  }
  .xs-cta.dark-green.on-employees {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .feed {
    padding: 40px 20px;
  }
  .loan {
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
  .page-head-content-wrap {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .page-head-tools-wrap {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .page-content-wrap {
    padding: 40px 20px;
  }
  .varainhoito-wrap {
    padding: 10px;
  }
  .strukturoidut-tuotteet-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-quote-wrap {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .page-quote-wrap.on-col {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .quote-img {
    margin-bottom: 20px;
  }
  .quote-content-wrap {
    padding-left: 0px;
  }
  .page-note-wrap {
    padding: 40px 20px;
  }
  .page-yritys-wrap {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .yritys-box {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .yritys-blocks {
    padding-right: 20px;
    padding-left: 20px;
  }
  .single-varainhoito-wrap {
    padding: 40px 10px 10px;
  }
  .single-fund-row {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .blog-col-left {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-col-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .b-box-wrap.on-index {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .b-box-a {
    min-height: 100vw;
  }
  .blog-index-col-left {
    padding-right: 10px;
    padding-left: 10px;
  }
  .blog-index-main {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 40px;
  }
  .section-full-w-single-fund {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .page-ducuments-wrap {
    padding: 40px 20px;
  }
  .footer-first {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-col-last {
    padding-right: 0px;
    padding-left: 0px;
  }
  .yrityslaina-service-review-wrap {
    padding: 40px 20px;
  }
  .yrityslaina-review-name {
    font-size: 14px;
  }
  .yrityslaina-content-box {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .yrislaina-bottom-wrap {
    padding: 40px 20px;
  }
  .yrityslaina-testimonials {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .yrityslaina-faq-wrap {
    padding: 40px 20px;
  }
  .yritysrahoitus-about {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .yritysrahoitus-about-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .filter-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .yritysrahoitus-about-img {
    width: 70vw;
    height: 70vw;
  }
  .front-about-img {
    width: 70vw;
    height: 70vw;
  }
  .faq-wrap-one-col {
    padding: 40px 20px;
  }
  .employee-links {
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .employee-social-row {
    max-width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .podcast-episode-name {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .footer-3rd-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .service-ico-angle {
    display: none;
  }
  .news-mobile-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .xs-cta.transparent-green.on-news-title {
    display: none;
  }
  .xs-cta.transparent-blue.on-news-title {
    display: none;
  }
  .varainhoito-box {
    padding-right: 20px;
    padding-left: 20px;
  }
  .b-box-title {
    font-size: 16px;
  }
  .podcast-episode-name {
    padding-right: 10px;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}