.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h2 {
  color: #111;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #111;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #111;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

strong {
  color: #111;
  font-weight: 700;
}

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

.body {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
}

.line-4 {
  height: 1px;
  background-color: #3f74ff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-wrapper {
  margin-left: 1px;
  margin-right: 1px;
  position: relative;
}

.line-1 {
  width: 1px;
  background-color: #3f74ff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button {
  width: auto;
  height: auto;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #0077c0;
  border-radius: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button:hover {
  opacity: 1;
  transform: translate(0, -1px);
  box-shadow: 3px 3px 12px rgba(63, 116, 255, .4);
}

.button.white {
  color: #0077c0;
  background-color: #fff;
  font-weight: 500;
}

.button.white.soita {
  color: #f8f8f8;
  background-color: rgba(0, 0, 0, 0);
}

.logo {
  width: 150px;
}

.dropdown-link-default {
  color: #343e52;
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
}

.dropdown-link-default:hover {
  color: #0077c0;
}

.dropdown-link-default.w--current {
  color: #fff;
  background-color: #0077c0;
  font-size: 13px;
  line-height: 23px;
}

.brand-name {
  height: 60px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.dropdown {
  color: #111;
  border-radius: 0;
}

.nav-button-block {
  float: none;
  padding-top: 0;
  padding-left: 40px;
  display: inline-block;
}

.line-2 {
  height: 1px;
  background-color: #3f74ff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-full {
  z-index: 1;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.dropdown-list-2 {
  margin-top: 0;
}

.dropdown-list-2.w--open {
  border-radius: 0;
  margin-top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.nav-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.nav-link:hover {
  color: #ff8e64;
}

.nav-link.w--current {
  color: #ff8e64;
  font-weight: 400;
}

.nav-link.dropdown {
  color: #111;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition-duration: .1s;
}

.nav-link.dropdown:hover {
  color: #0077c0;
}

.nav-link.dark {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition-duration: .1s;
}

.nav-link.dark:hover, .nav-link.dark.dropdown:hover {
  color: #0077c0;
}

.nav-link.dropdown {
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.nav-link.dropdown:hover {
  color: #3f74ff;
}

.nav-link.dark {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.navbar {
  width: 100%;
  height: 80px;
  background-color: #fff;
  border: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  height: 60px;
  float: right;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.line-3 {
  width: 1px;
  background-color: #3f74ff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.banner-header {
  color: #111;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.banner-header.white {
  color: #fff;
  text-align: center;
  flex: 1;
}

.banner-header.white.left {
  width: 100%;
  text-align: left;
}

.banner-header.white.show-mobile {
  display: none;
}

.banner-header.white.center {
  text-align: center;
}

.paragraph-large {
  width: 80%;
  color: #8e929c;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  display: block;
}

.paragraph-large.banner {
  color: #fff;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.paragraph-large.banner.center {
  width: auto;
  text-align: center;
}

.paragraph-large.side {
  width: 100%;
  color: #626a7e;
  text-align: left;
  margin-left: 0;
}

.section {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.banner {
  background-color: #3f74ff;
  background-image: none;
  padding-top: 190px;
  padding-bottom: 190px;
}

.section.banner.home {
  height: 100vh;
  background-image: linear-gradient(rgba(17, 17, 17, .3), rgba(17, 17, 17, .3)), url('../images/teollisuus.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 190px;
}

.section.banner.second {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/teollisuus-hd.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.less-bottom-padding {
  padding-bottom: 0;
}

.section.clients {
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.clients.no-paddings {
  height: auto;
  background-color: #0077c0;
  background-image: linear-gradient(rgba(0, 119, 192, .8), rgba(0, 119, 192, .8)), url('../images/Square6.svg'), url('../images/Square7.svg');
  background-position: 0 0, 80% 100%, 10% 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 200px, 160px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.section.gradient-section {
  background-image: linear-gradient(to top, #f3f5fd, #fff);
}

.section.gradient-section.minus {
  padding-top: 180px;
}

.section.gradient-section.blog-section, .section.gradient-section.no-padding-top {
  padding-top: 0;
}

.section.gradient-section.less-padding-top {
  padding-top: 60px;
}

.section.page-header {
  background-color: #3f74ff;
  background-image: linear-gradient(rgba(63, 116, 255, .9), rgba(63, 116, 255, .9)), url('../images/pexels-photo-273680.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 120px;
}

.section.page-header.blog {
  background-color: #063375;
  background-image: linear-gradient(rgba(6, 51, 117, .9), rgba(6, 51, 117, .9)), url('../images/pexels-photo-273680.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-bottom: 320px;
}

.section.less-top-padding {
  padding-top: 80px;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.page-header {
  background-color: #3f74ff;
  background-image: linear-gradient(rgba(63, 116, 255, .9), rgba(63, 116, 255, .9)), url('../images/pexels-photo-273680.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-top: 190px;
}

.section.breadcrumb {
  background-color: #0077c0;
  background-image: linear-gradient(rgba(0, 119, 192, .9), rgba(0, 119, 192, .9)), url('../images/sky-background.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 190px;
}

.hero-content-div {
  width: 50%;
}

.container {
  z-index: 1;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.container.logos {
  height: auto;
  align-items: center;
  display: flex;
}

.text-side {
  background-color: rgba(0, 0, 0, 0);
  border: 16px solid #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  padding: 40px;
  display: flex;
}

.service-block {
  height: 300px;
  color: #626a7e;
  background-color: #fff;
  border: 1px solid #e2e8f8;
  border-bottom-width: 3px;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 40px;
  transition: background-color .4s;
  display: flex;
}

.service-block:hover {
  background-color: #f5f7fc;
}

.features-image {
  height: 620px;
  background-image: url('../images/plans-helmet.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  transition: filter .4s;
  display: flex;
}

.features-image:hover {
  filter: saturate(150%);
}

.icon {
  width: 60px;
  height: 60px;
  color: #fff;
  background-image: url('../images/house.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 48px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: inline-block;
  position: relative;
}

.icon.third {
  background-image: url('../images/group.png');
}

.icon.fourth {
  background-image: url('../images/icons8-create-80_1icons8-create-80.png');
}

.icon.second {
  background-image: url('../images/design.png');
  background-size: 50px;
  padding-bottom: 0;
  padding-right: 0;
}

.icon.handshake {
  background-image: url('../images/handshake.svg');
}

.video-story {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  transition: transform .4s;
  display: flex;
}

.video-story:hover {
  transform: scale(1.2);
}

.image-7 {
  padding-left: 3px;
}

.liner-dot {
  width: 7px;
  height: 7px;
  background-color: #0077c0;
  border-radius: 100px;
  position: absolute;
  top: auto;
  bottom: -3px;
  left: 0%;
  right: auto;
}

.liner-dot.right {
  top: auto;
  bottom: -3px;
  left: auto;
  right: 0%;
}

.liner-dot.right.white, .liner-dot.white {
  background-color: #fff;
}

.button-link {
  color: #111;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.button-link:hover {
  color: #3f74ff;
}

.button-link.more-padding {
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 22px;
  display: inline-block;
}

.button-link.more-padding:hover {
  color: #0077c0;
}

.section-tittle {
  color: #111;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.section-tittle.white {
  color: #fff;
  margin-bottom: 0;
}

.section-tittle.white.small {
  text-transform: none;
  font-size: 24px;
}

.section-tittle.values {
  max-width: 600px;
}

.line-divider {
  height: 1px;
  background-color: #e2e2e2;
  margin-top: 0;
}

.left-div-headline {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.liner-wrapper {
  width: 180px;
  position: relative;
}

.liner-wrapper.padding {
  margin-bottom: 40px;
}

.icon-tittle {
  color: #111;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

.icon-tittle.left {
  text-align: left;
}

.social-icon-div-2 {
  text-align: center;
  margin-top: 60px;
  padding-top: 0;
}

.social-wrapper-div-2 {
  width: 32px;
  height: 32px;
  opacity: .8;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/facebook-logo-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #fff;
  border-radius: 0;
  margin-left: -1px;
  margin-right: 0;
  padding-left: 0;
  transition: all .4s;
}

.social-wrapper-div-2:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.social-wrapper-div-2.insta {
  background-image: url('../images/instagram-1.png');
}

.social-wrapper-div-2.google {
  opacity: .8;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/google-plus_1google-plus.png');
  background-size: 16px;
}

.social-wrapper-div-2.google:hover {
  opacity: 1;
}

.social-wrapper-div-2.twitter {
  background-image: url('../images/twitter_1twitter.png');
  background-size: 16px;
  border: 1px solid #fff;
}

.social-wrapper-div-2.twitter:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.social-wrapper-div-2.be {
  background-image: url('../images/behance-1.png');
  border: 1px solid #fff;
}

.single-form {
  max-width: 600px;
  color: rgba(12, 21, 47, .6);
  margin: 40px auto 0;
  display: block;
}

.text-field-2 {
  height: 42px;
  float: none;
  border-radius: 3px;
  margin-bottom: 12px;
  display: inline-block;
}

.text-field-2.single {
  width: auto;
  height: 50px;
  min-width: 230px;
  float: left;
  filter: brightness(200%);
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, .3);
  background-image: url('../images/phone.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid rgba(255, 255, 255, .37);
  border-radius: 0;
  flex: 1;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
  display: block;
  position: relative;
}

.left-div-headline-2 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.submit-button {
  width: 36%;
  color: #0077c0;
  background-color: #fff;
  border: 1px solid #fff;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #bed0ff;
  border: 1px solid #f3f5fd;
}

.section-cta {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  padding: 120px 56px;
  position: relative;
  overflow: visible;
}

.section-cta.color {
  color: #fff;
  background-color: #3f74ff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-cta.color.newsletter {
  background-color: #0077c0;
  background-image: linear-gradient(rgba(0, 119, 192, .77), rgba(0, 119, 192, .77)), url('../images/Square6.svg'), url('../images/Square7.svg');
  background-position: 0 0, 100% 100%, 10% 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 500px, 500px;
}

.left-div-headline-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.left-div-headline-3.more-padding {
  align-items: center;
}

.form-2 {
  width: 80%;
  color: #fff;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 0;
  padding: 20px;
  font-weight: 500;
}

.success-message-2 {
  color: #fff;
  text-align: center;
  background-color: #34cf2c;
  border-radius: 200px;
}

.footer-wrapper {
  background-color: #f0f4ff;
  border-bottom: 3px solid #ecf1ff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 70px 35px 60px;
}

.footer-column {
  color: #111;
  text-align: left;
  padding-right: 18%;
  font-size: 14px;
}

.contact-us-block {
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.white-icon {
  height: 20px;
  filter: brightness(200%);
  margin-right: 10px;
}

.white-icon.color {
  filter: none;
}

.link-footer {
  color: #dbdbdb;
  transition: all .4s;
}

.link-footer:hover {
  color: #bed0ff;
}

.link-footer.blue {
  color: #063375;
}

.link-footer._2 {
  color: #994afd;
}

.footer-text {
  color: #626a7e;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.footer-bottom-block {
  align-items: center;
  padding-right: 25px;
  font-size: 15px;
  display: flex;
}

.footer-bottom-block.right {
  color: #fff;
  text-align: right;
  flex: 1;
  justify-content: flex-end;
}

.right-footertext {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  font-size: 13px;
}

.right-footertext.dark {
  color: #626a7e;
  font-family: Poppins, sans-serif;
}

.footer {
  padding-top: 70px;
}

.footer.white {
  padding-top: 0;
  padding-bottom: 140px;
  position: relative;
}

.footer-bottom {
  width: 100%;
  max-width: 1170px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  display: flex;
}

.left-2 {
  float: none;
}

.bootom-footer {
  background-color: #245ffa;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bootom-footer.light {
  background-color: #f0f4ff;
}

.footer-header {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.brand-logo {
  height: 52px;
}

.brand-slogan {
  color: #626a7e;
  padding-left: 4px;
  font-family: Inconsolata, monospace;
  font-size: 9px;
  font-weight: 300;
  line-height: 9px;
}

.span-primary {
  color: #3f74ff;
}

.service-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hide {
  display: none;
}

.client-image-2 {
  width: 100%;
  height: 108px;
  opacity: .65;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/heatco.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  transition: all .3s;
}

.client-image-2:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 6px;
}

.client-image-2._2 {
  width: 90%;
  background-image: url('../images/viessman.png');
  background-size: contain;
}

.client-image-2._3 {
  width: 80%;
  background-image: url('../images/oilon.png');
  background-size: contain;
  border-radius: 6px;
}

.client-image-2._5 {
  background-image: url('../images/lampoykkonen.png');
  background-size: contain;
}

.client-image-2._4 {
  background-image: url('../images/scanoffice.png');
  background-size: contain;
}

.client-image-2._6 {
  width: 90%;
  background-image: url('../images/houste.png');
}

.client-flex {
  width: 100%;
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.side-info {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0%;
  display: flex;
}

.side-info.no-padding {
  color: #626a7e;
  flex-direction: column;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 5%;
  display: flex;
}

.services-div {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 8%;
  display: flex;
}

.flex {
  align-items: center;
  display: flex;
}

.flex.s {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.services-image {
  width: 100%;
  height: 220px;
  color: rgba(12, 21, 47, .6);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/pexels-photo-416405-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  margin: auto auto 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.services-image.square {
  height: 600px;
  background-image: url('../images/suunnittelu.webp');
  border-bottom: 3px solid #e0e4f0;
  transition: filter .4s;
}

.services-image.square:hover {
  filter: saturate(150%);
}

.services-image.square.second {
  background-image: url('../images/suunnittelu.webp');
}

.services-image.square.jani {
  height: 500px;
  background-image: url('../images/jani-kantola-modified.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom-style: none;
}

.project-click {
  height: 58px;
  background-color: #3f74ff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-click.second {
  border-radius: 0;
}

.grid {
  border-radius: 0;
  grid-template-columns: 1fr 1fr 1fr;
}

.work-text {
  color: #fff;
}

.lightbox-link {
  height: auto;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.click-icon {
  margin-right: 10px;
}

.work {
  width: 100%;
  height: 100%;
}

.left-div-headline-4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.left-div-headline-4.more-padding {
  margin-bottom: 90px;
}

.collection-item {
  margin-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.post {
  width: 33%;
}

.blog-card {
  min-height: auto;
  color: #626a7e;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e2e8f8;
  border-bottom-width: 3px;
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.post-wrapper {
  align-items: flex-start;
  display: flex;
}

.blog-tittle {
  color: #111;
  letter-spacing: 0;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
}

.link-blog {
  z-index: 2;
  width: 100%;
  min-height: 250px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  margin-top: -40px;
  display: block;
  position: relative;
  box-shadow: 7px 7px 10px rgba(18, 28, 54, .08);
}

.link-blog.rahoitus {
  background-image: url('../images/rahoitus.webp');
  background-repeat: no-repeat;
}

.link-blog.lammitys {
  background-image: url('../images/huone.webp');
  background-repeat: no-repeat;
}

.line-5 {
  height: 1px;
  background-color: #3f74ff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-image {
  width: 450px;
  height: 500px;
  max-width: 116%;
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 3px solid #ecf1ff;
  border-radius: 0;
  position: absolute;
  top: -1061%;
  left: auto;
  right: 0;
}

.line-6 {
  width: 1px;
  background-color: #3f74ff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.breadcrumb-content {
  width: 50%;
  float: left;
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.breadcrumb-content.flex {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.breadcrumb-content.large {
  width: 50%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-2 {
  height: 36px;
}

.line-7 {
  height: 1px;
  background-color: #3f74ff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.line-8 {
  width: 1px;
  background-color: #3f74ff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.grid-one-three {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.section-2 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.sidebar-widget-body {
  border: .0625rem #e0e0e0;
  border-style: none solid;
}

.h5 {
  margin-bottom: .625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
}

.h5.no-gap-bottom {
  margin-bottom: 0;
  font-weight: 500;
}

.h5.white {
  color: #fff;
}

.widget-menu-link {
  color: #2c3d54;
  border-bottom: .0625rem solid #e0e0e0;
  align-items: center;
  padding: .75rem 1rem;
  text-decoration: none;
  transition: all .3s linear;
  display: flex;
}

.widget-menu-link:hover {
  padding-left: 1.25rem;
}

.widget-menu-link.w--current {
  color: #0077c0;
  font-weight: 500;
}

.container-medium {
  z-index: 1;
  max-width: 65.5rem;
  color: #626a7e;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.sidebar-widget-header {
  color: #fff;
  background-color: #0077c0;
  border: .0625rem solid #3f74ff;
  padding: .75rem 1rem;
}

.arrow-icon {
  margin-left: .625rem;
  margin-right: 0;
  font-size: .75rem;
  font-weight: 900;
  position: relative;
  top: .0625rem;
}

.arrow-icon.service-side-menu-icon {
  margin-left: 0;
  margin-right: .5rem;
  transform: rotate(-90deg);
}

.service-rich-text-block {
  color: #626a7e;
}

.service-rich-text-block h2 {
  color: #111;
  margin-bottom: 20px;
  font-size: 24px;
}

.service-rich-text-block blockquote {
  color: #111;
  border-left-color: #063375;
}

.service-rich-text-block p {
  margin-bottom: 16px;
}

.space-40 {
  height: 40px;
}

.space-30 {
  height: 30px;
}

.div-info-rich-text {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.headline-div {
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.image-padding, .list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-2 {
  max-width: 1200px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
}

.container-2.rich-text {
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
}

.legal-rich-text-block {
  max-width: 750px;
  color: #626a7e;
  margin-left: auto;
  margin-right: auto;
}

.legal-rich-text-block h2 {
  color: #111;
}

.legal-rich-text-block strong {
  color: #111;
  font-size: 16px;
  line-height: 40px;
}

.legal-rich-text-block p {
  margin-bottom: 16px;
}

.container-3 {
  z-index: 1;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.flex-form {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-area {
  height: 50px;
  min-height: 150px;
  color: #111;
  background-color: #f0f4ff;
  border: 1px solid #e1e6f1;
  padding-top: 8px;
}

.text-area:hover {
  border-color: #e2e8f8;
}

.fact-text {
  color: #111;
  text-transform: none;
  font-size: 16px;
}

.bottom-padding {
  margin-bottom: 30px;
}

.error-message-color {
  height: auto;
  color: #fff;
  text-align: center;
  background-color: #ef3b31;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.big-facts {
  color: #111;
  margin-top: 24px;
  font-size: 22px;
  line-height: 1;
}

.contact-icon {
  height: 30px;
}

.contact-icon.mail {
  height: 25px;
  margin-bottom: 5px;
}

.contact-info {
  margin-bottom: 20px;
  font-weight: 600;
}

.button-wrapper-2 {
  width: 300px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.button-wrapper-2.product {
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}

.button-wrapper-2.product.left {
  width: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  margin-top: 30px;
}

.form {
  border: 1px #000;
  padding: 40px;
}

.sponsor-flex {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: row;
  justify-content: center;
  margin-top: -90px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sponsor-flex.no-padding {
  margin-bottom: 0;
}

.success-message-color {
  color: #fff;
  background-color: #00b3ac;
}

.white-card-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e2e2e2;
  border-radius: 0 0 10px 10px;
  box-shadow: 7px 7px 10px rgba(63, 116, 255, .09);
}

.white-card-wrapper.left-side {
  text-align: left;
  background-color: #fff;
  box-shadow: 7px 7px 10px rgba(63, 116, 255, .04);
}

.container-4 {
  z-index: 1;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.fact-icon {
  width: 22%;
  border-radius: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .3s;
}

.fact-icon:hover {
  opacity: 1;
}

.fact-icon.blog {
  width: 50%;
  text-align: center;
  text-decoration: none;
}

.fact-icon.blog.gray {
  text-align: center;
  background-color: #f0f4ff;
  border-left: 1px solid #e2e2e2;
  border-top-right-radius: 10px;
}

.image-10 {
  width: 30px;
}

.text-field {
  width: 24%;
  color: #111;
  background-color: #f0f4ff;
  border: 1px solid #e1e6f1;
  border-radius: 0;
}

.text-field.big {
  width: 49%;
  margin-bottom: 20px;
}

.container-5, .container-6 {
  z-index: 1;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.blog-image {
  height: 650px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-top: -220px;
}

.blog-image.rahoitus {
  background-image: url('../images/rahoitus.webp');
  margin-top: -275px;
}

.blog-image.lammitys {
  background-image: url('../images/huone.webp');
}

.rich-text-blog {
  width: 80%;
  color: #626a7e;
  text-align: left;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-blog p {
  margin-top: 10px;
  line-height: 1.6;
}

.rich-text-blog a {
  color: #111;
  font-weight: 600;
  text-decoration: underline;
}

.read-more-post-wrap {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.collection-item-2 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-card-2 {
  min-height: auto;
  color: #626a7e;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e2e8f8;
  border-bottom-width: 3px;
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container-7 {
  z-index: 1;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.link-blog-2 {
  z-index: 2;
  width: 100%;
  min-height: 250px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  margin-top: -40px;
  display: block;
  position: relative;
  box-shadow: 7px 7px 10px rgba(18, 28, 54, .07);
}

.link-blog-2.rahoitus {
  background-image: url('../images/rahoitus.webp');
  background-repeat: no-repeat;
}

.link-blog-2.lammitys {
  background-image: url('../images/huone.webp');
  background-repeat: no-repeat;
}

.space-20 {
  height: 20px;
}

.breadcrumb-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.heading-half-section-2 {
  color: #343e52;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.heading-half-section-2.left {
  color: #343e52;
  text-align: left;
  margin-top: 0;
  font-size: 28px;
  line-height: 38px;
}

.abut-us-copy {
  text-align: left;
}

.padding-column {
  margin-top: 100px;
}

.important {
  color: #3f74ff;
  text-transform: none;
  font-weight: 600;
}

.about-copy-wrapper {
  width: 75%;
}

.testimonial-paragraph {
  width: 600px;
}

.testimonial-paragraph.square {
  width: auto;
  background-color: rgba(240, 244, 255, .4);
  border: 1px solid #ecf1ff;
  border-bottom-width: 3px;
  border-radius: 4px;
  padding: 10px 40px;
  font-size: 14px;
}

.testimonial-paragraph.square.left {
  text-align: left;
  margin-top: 20px;
  padding-right: 0;
}

.link-3 {
  text-decoration: none;
}

.container-9 {
  z-index: 1;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.features-block {
  height: 300px;
  color: #626a7e;
  background-color: #fff;
  border: 1px solid #e2e8f8;
  border-bottom-width: 3px;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 40px;
  transition: background-color .4s;
  display: flex;
}

.features-block:hover {
  background-color: #f5f7fc;
}

.image-11 {
  padding-left: 3px;
}

.container-10 {
  z-index: 1;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.brand-logo-footer {
  height: 100px;
}

._2-button-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.client-content-wrap {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.button-2 {
  width: auto;
  height: auto;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3f74ff;
  border-radius: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-2:hover {
  opacity: 1;
  transform: translate(0, -1px);
  box-shadow: 3px 3px 12px rgba(63, 116, 255, .4);
}

.button-2.white {
  color: #3f74ff;
  background-color: #fff;
  font-weight: 500;
}

.center-div-wrapper {
  width: 50%;
}

.container-11 {
  z-index: 1;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.container-11.middle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-tittle {
  color: #1f2532;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.features-block-2 {
  height: 300px;
  background-color: #fff;
  border: 1px solid #e2e8f8;
  border-bottom-width: 3px;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 40px;
  transition: background-color .4s;
  display: flex;
}

.features-block-2:hover {
  background-color: #f5f7fc;
}

.features-block-2.second {
  border-style: none;
}

.features-block-2.second.border {
  border: 1px #e2e2e2;
  border-style: none solid;
  border-radius: 0;
}

.features-block-2.second.border.no-paddings {
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.features-block-2.second.no-paddings {
  color: #626a7e;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}

.features-block-2.second.no-paddings.last {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
}

.toogle-block {
  width: 50%;
}

.faq-iteam {
  width: 100%;
  text-align: left;
  background-color: #fafbff;
  border: 1px solid #e2e8f8;
  border-bottom-width: 3px;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.faq-iteam.tab-toogle {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-bottom-width: 1px;
  border-radius: 0;
  margin-bottom: 0;
}

.tab-image {
  width: 100%;
  height: 380px;
  background-image: url('../images/industrial-port-with-concrete-buildings.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab-image.third {
  background-image: url('../images/steel-mill.webp');
}

.tab-image.asennusvalvonta {
  height: 380px;
  background-image: url('../images/asennusvalvonta.webp');
  background-position: 50%;
}

.icon-2 {
  width: 60px;
  height: 60px;
  color: #fff;
  background-image: url('../images/icons8-prefab-house-80_1icons8-prefab-house-80.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 48px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: inline-block;
  position: relative;
}

.icon-2.third {
  background-image: url('../images/icons8-business-group-80-1_1icons8-business-group-80 (1).png');
}

.icon-2.second {
  background-image: url('../images/icons8-design-80_1icons8-design-80.png');
  background-size: 50px;
  padding-bottom: 0;
  padding-right: 0;
}

.answer-wrapper {
  padding: 20px;
}

.column-inside-no-paddings {
  padding-left: 0;
  padding-right: 0;
}

.image-link {
  width: 100%;
  height: 450px;
  background-image: linear-gradient(rgba(16, 18, 70, .2), rgba(16, 18, 70, .2));
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 23px;
  display: flex;
  position: relative;
}

.image-link.left {
  height: 600px;
  background-image: linear-gradient(rgba(16, 18, 70, .2), rgba(16, 18, 70, .2)), url('../images/photo-1558464678-2f1570e8d60e.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 3px #ecf1ff;
  border-bottom-style: solid;
  border-radius: 0;
  margin-left: 0;
  margin-right: 23px;
}

.image-12 {
  padding-left: 3px;
}

.faq-icon {
  height: 12px;
}

.question {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.question.tab-question {
  padding-top: 35px;
  padding-bottom: 35px;
}

.tabs-menu {
  width: 100%;
  border-bottom: 1px solid #f3f5fd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
}

.tab-info-content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button-wrapper {
  width: 200px;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section-tittle-2 {
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.section-tittle-2.left {
  text-align: left;
}

.image-block {
  width: 50%;
  padding-top: 0;
  padding-right: 0;
}

.tab-link {
  width: 33.333%;
  text-transform: uppercase;
  background-color: #fff;
  border-top-right-radius: 10px;
  align-items: center;
  padding: 35px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.tab-link.w--current {
  width: 33.333%;
  color: #fff;
  text-transform: uppercase;
  background-color: #0077c0;
  border: 1px #fff;
  border-top-left-radius: 0;
  padding: 35px;
}

.tab-link.middle {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 15px;
  display: flex;
}

.tab-link.middle.w--current {
  background-color: #0077c0;
}

.tab-link.first {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  font-size: 15px;
}

.tab-link.first.w--current {
  background-color: #0077c0;
  border-top-right-radius: 0;
}

.image-side {
  width: 50%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-icon {
  width: 50px;
  height: 50px;
  border: 2px solid #3f74ff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.faq-text-block {
  overflow: hidden;
}

.half-side-info {
  max-width: 500px;
  text-align: left;
  padding: 30px 15px;
}

.div-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block.first {
  margin-top: 100px;
  margin-bottom: 0;
}

.faq-answer {
  color: #626a7e;
  margin-top: 0;
  margin-bottom: 0;
}

.button-text {
  color: #111;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 6px;
  margin-left: -15px;
  padding: 5px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.button-text:hover {
  color: #3f74ff;
}

.top-padding {
  margin-top: 40px;
}

.top-padding.less {
  margin-top: 20px;
}

.tabs {
  margin-top: -95px;
}

.tab-content {
  color: #626a7e;
  text-align: left;
  padding: 32px;
}

.button-vertical-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.phone-icon {
  width: 16px;
  height: 16px;
}

.call-link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 80vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-icon {
  width: 48px;
  margin-left: auto;
  margin-right: auto;
}

.utility-icon.large {
  width: 72px;
  margin-bottom: -6px;
}

.value-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.security-icon {
  width: 25px;
}

.security-text {
  color: #111;
  padding-left: 16px;
  font-size: 14px;
}

.link-large {
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
}

.link-large.security-link {
  font-size: 14px;
}

.badge-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.badge-image {
  width: 200px;
  max-width: none;
}

@media screen and (max-width: 991px) {
  .brand-name {
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown {
    display: block;
  }

  .nav-button-block {
    flex: 0 auto;
    margin-top: 30px;
    padding-left: 0;
    display: none;
  }

  .nav-link {
    width: 100%;
    color: #a5a5a5;
    padding: 16px 20px;
    display: block;
  }

  .nav-link:hover {
    color: #ff8e64;
  }

  .nav-link.dropdown {
    color: #111;
  }

  .nav-link.dark:hover {
    color: #3f74ff;
  }

  .nav-link.dropdown {
    color: #111;
  }

  .nav-link.dark:hover {
    color: #3f74ff;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
  }

  .nav-menu {
    height: auto;
    float: none;
    text-align: left;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    top: 70px;
    bottom: auto;
    left: 0;
    overflow: visible;
  }

  .menu-button-2 {
    color: #1a1a1a;
  }

  .menu-button-2.w--open {
    color: #1a1a1a;
    background-color: rgba(0, 0, 0, 0);
  }

  .banner-header {
    color: #fff;
    text-align: left;
  }

  .section {
    padding-top: 120px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.banner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.banner.home, .section.banner.second {
    height: auto;
  }

  .section.clients {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.clients.no-paddings {
    height: auto;
  }

  .section.no-top-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-content-div {
    width: 100%;
  }

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

  .text-side {
    margin-top: 40px;
  }

  .features-image {
    margin-bottom: 20px;
  }

  .section-tittle {
    margin-top: 0;
  }

  .left-div-headline {
    padding-right: 0;
  }

  .single-form {
    max-width: 100%;
  }

  .left-div-headline-2 {
    padding-right: 0;
  }

  .section-cta {
    padding: 80px 20px;
  }

  .section-cta.color.newsletter {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .left-div-headline-3 {
    padding-right: 0;
  }

  .right-footertext {
    text-align: right;
  }

  .bootom-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .client-image-2 {
    width: 175px;
    float: left;
    border: 1px #e2e8f8;
    border-radius: 0;
  }

  .client-image-2:hover {
    border-style: none;
    border-color: #e2e8f8;
    border-radius: 0;
  }

  .client-image-2._2 {
    border: 1px #e2e8f8;
  }

  .client-image-2._3, .client-image-2._4 {
    border-radius: 0;
  }

  .client-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: grid;
  }

  .div-block-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .side-info {
    max-width: 550px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .side-info.no-padding {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-right: 0;
  }

  .flex {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .flex.s {
    width: auto;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    display: flex;
  }

  .services-image.square {
    width: auto;
    height: 400px;
    margin-top: 60px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-link {
    height: auto;
  }

  .left-div-headline-4 {
    padding-right: 0;
  }

  .collection-item {
    width: 50%;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .post-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .hero-image {
    max-width: none;
  }

  .breadcrumb-content.large {
    width: 70%;
  }

  .column-3 {
    display: block;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .sponsor-flex {
    flex-direction: row;
    display: flex;
  }

  .white-card-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .white-card-wrapper.left-side {
    box-shadow: 7px 7px 10px rgba(63, 116, 255, .05);
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .fact-icon {
    width: 50%;
    float: left;
  }

  .container-5, .container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-2 {
    width: 50%;
  }

  .blog-card-2 {
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .container-7, .breadcrumb-container {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-half-section-2 {
    text-align: left;
  }

  .heading-half-section-2.left {
    width: 100%;
    margin-left: 0;
  }

  .padding-column {
    margin-top: 140px;
  }

  .padding-column.about {
    margin-top: 340px;
  }

  .about-copy-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .container-9, .container-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .center-div-wrapper {
    width: 100%;
  }

  .container-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .features-block-2.second.border {
    border-style: solid none;
  }

  .features-block-2.second.no-paddings {
    border-bottom-left-radius: 0;
  }

  .features-block-2.second.no-paddings.last {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .toogle-block {
    width: 100%;
  }

  .faq-iteam {
    text-align: left;
    display: block;
  }

  .image-link.left {
    border-radius: 0;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .tab-info-content {
    flex-direction: column;
  }

  .section-tittle-2 {
    margin-top: 0;
  }

  .section-tittle-2.left {
    margin-left: 0;
  }

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

  .tab-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .tab-link.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link.middle {
    font-size: 13px;
  }

  .tab-link.middle.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link.first {
    font-size: 13px;
  }

  .tab-link.first.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-side {
    width: 100%;
  }

  .half-side-info {
    margin-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .div-block.first {
    flex-direction: column;
    align-items: center;
  }

  .tabs {
    margin-top: -120px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .button {
    text-align: center;
  }

  .banner-header {
    font-size: 36px;
    line-height: 48px;
  }

  .paragraph-large {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .section {
    padding-left: 24px;
  }

  .section.banner.second {
    height: auto;
  }

  .section.gradient-section.blog-section {
    padding-bottom: 60px;
  }

  .section.small {
    padding-top: 0;
  }

  .hero-content-div {
    width: 100%;
  }

  .container {
    height: auto;
  }

  .service-block {
    display: flex;
  }

  .features-image {
    margin-bottom: 20px;
  }

  .section-tittle {
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
  }

  .left-div-headline {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field-2.single {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
  }

  .left-div-headline-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button {
    width: 100%;
    border: 1px solid #007aa8;
    transition: background-color .2s;
  }

  .left-div-headline-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-column {
    margin-top: 30px;
  }

  .footer-bottom-block {
    justify-content: flex-start;
  }

  .footer-bottom-block.right {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .right-footertext {
    text-align: left;
    flex: 1;
  }

  .footer.white {
    padding-bottom: 0;
  }

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

  .bootom-footer {
    position: relative;
  }

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

  .client-image-2:hover {
    border-style: none;
  }

  .side-info {
    margin-bottom: 40px;
    margin-left: 0%;
  }

  .flex.s {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .services-image.square {
    margin-bottom: 0;
  }

  .services-image.square.jani {
    height: 300px;
    border-bottom-style: none;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .lightbox-link {
    height: auto;
  }

  .left-div-headline-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-item {
    width: 100%;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 0;
  }

  .hero-image.girl {
    width: 98%;
    margin-top: 60px;
    top: auto;
    right: auto;
  }

  .breadcrumb-content, .breadcrumb-content.large {
    width: auto;
  }

  .grid-one-three {
    grid-template-columns: 1fr;
  }

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

  .container-2.rich-text {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-3 {
    height: auto;
  }

  .button-wrapper-2.product.left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sponsor-flex {
    flex-direction: column;
    align-items: center;
  }

  .white-card-wrapper {
    width: 100%;
  }

  .white-card-wrapper.left-side {
    box-shadow: 7px 7px 10px rgba(63, 116, 255, .05);
  }

  .container-4 {
    height: auto;
  }

  .fact-icon.blog, .text-field {
    width: 100%;
  }

  .container-5, .container-6 {
    height: auto;
  }

  .collection-item-2 {
    width: 100%;
  }

  .blog-card-2 {
    width: 100%;
    margin-bottom: 0;
  }

  .container-7, .breadcrumb-container {
    height: auto;
  }

  .testimonial-paragraph {
    width: auto;
  }

  .container-9 {
    height: auto;
  }

  .features-block {
    display: flex;
  }

  .container-10 {
    height: auto;
  }

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

  .container-11 {
    height: auto;
  }

  .features-block-2 {
    display: flex;
  }

  .features-block-2.second.border {
    border-style: solid none;
  }

  .features-block-2.second.no-paddings {
    border-bottom-left-radius: 0;
  }

  .toogle-block {
    width: 100%;
  }

  .image-link {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-link.left {
    margin-bottom: 0;
    display: flex;
  }

  .tabs-menu, .tab-info-content {
    flex-direction: column;
  }

  .section-tittle-2 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
  }

  .image-block, .tab-link {
    width: 100%;
  }

  .tab-link.w--current {
    width: 100%;
    border-top-right-radius: 0;
  }

  .tab-link.middle {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }

  .tab-link.first, .tab-link.first.w--current {
    border-top-right-radius: 10px;
  }

  .image-side {
    width: 100%;
  }

  .half-side-info {
    margin-bottom: 24px;
    padding-top: 24px;
  }

  .div-block {
    display: flex;
  }

  .tabs {
    margin-top: -95px;
  }

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

@media screen and (max-width: 479px) {
  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    width: 100%;
    margin-bottom: 10px;
  }

  .brand-name {
    height: 60px;
  }

  .banner-header {
    font-size: 36px;
    line-height: 48px;
  }

  .banner-header.white.left {
    font-size: 24px;
    line-height: 34px;
  }

  .banner-header.white.hide-mobile {
    display: none;
  }

  .banner-header.white.show-mobile {
    display: block;
  }

  .paragraph-large {
    width: 90%;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-large.banner {
    width: auto;
  }

  .paragraph-large.side {
    font-size: 14px;
    line-height: 1.5;
  }

  .section {
    padding: 60px 20px;
  }

  .section.banner.home {
    padding: 140px 0 120px;
  }

  .section.banner.second {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.less-bottom-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .section.clients.no-paddings {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.gradient-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.gradient-section.blog-section {
    padding-bottom: 60px;
  }

  .section.gradient-section.less-padding-top, .section.no-top-padding, .section.breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.small {
    padding-top: 0;
  }

  .hero-content-div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    height: auto;
  }

  .text-side {
    padding: 20px;
  }

  .service-block {
    width: 100%;
    height: auto;
    padding: 20px 20px 40px;
  }

  .section-tittle {
    font-size: 24px;
    line-height: 30px;
  }

  .left-div-headline {
    padding-bottom: 20px;
  }

  .text-field-2.single {
    margin-right: 0;
  }

  .left-div-headline-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button {
    height: 50px;
    min-width: 230px;
    border: 1px solid #007aa8;
  }

  .section-cta.color.newsletter {
    padding-bottom: 40px;
  }

  .left-div-headline-3 {
    padding-bottom: 20px;
  }

  .left-div-headline-3.more-padding {
    margin-bottom: 20px;
  }

  .footer-wrapper {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-column {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-right: 0%;
    display: flex;
  }

  .contact-us-block {
    justify-content: center;
  }

  .footer-bottom-block {
    text-align: center;
    justify-content: center;
    padding-right: 0;
  }

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

  .footer-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .bootom-footer {
    position: relative;
  }

  .brand-logo {
    width: 36px;
    height: auto;
    font-size: 24px;
  }

  .client-image-2 {
    width: 60%;
    height: 80px;
    margin-top: -1px;
  }

  .client-flex {
    display: flex;
  }

  .div-block-4 {
    margin-top: 28px;
  }

  .side-info.no-padding {
    margin-right: 0%;
  }

  .flex {
    display: block;
  }

  .flex.s {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .services-image.square {
    height: 300px;
  }

  .services-image.square.jani {
    height: 250px;
    border-bottom-style: none;
  }

  .lightbox-link {
    height: auto;
  }

  .left-div-headline-4 {
    padding-bottom: 20px;
  }

  .left-div-headline-4.more-padding {
    margin-bottom: 80px;
  }

  .blog-card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .link-blog {
    min-height: 180px;
  }

  .hero-image.girl {
    width: 92%;
  }

  .breadcrumb-content {
    width: auto;
  }

  .section-2 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .container-medium {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .service-rich-text-block h2 {
    font-size: 20px;
  }

  .service-rich-text-block p {
    line-height: 1.6;
  }

  .container-3 {
    height: auto;
  }

  .flex-form {
    flex-direction: column;
  }

  .fact-text {
    font-size: 14px;
  }

  .big-facts {
    font-size: 18px;
  }

  .contact-icon {
    height: 26px;
  }

  .contact-icon.mail {
    height: 23px;
  }

  .button-wrapper-2 {
    width: auto;
  }

  .button-wrapper-2.product.left {
    flex-direction: column;
  }

  .form {
    padding: 32px 20px;
  }

  .sponsor-flex {
    flex-direction: column;
  }

  .sponsor-flex.no-padding {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .white-card-wrapper.left-side {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 7px 7px 10px rgba(63, 116, 255, .04);
  }

  .container-4 {
    height: auto;
  }

  .fact-icon, .text-field, .text-field.big {
    width: 100%;
  }

  .container-5, .container-6 {
    height: auto;
  }

  .blog-card-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-7 {
    height: auto;
  }

  .link-blog-2 {
    min-height: 180px;
  }

  .breadcrumb-container {
    height: auto;
  }

  .testimonial-paragraph.square.left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-9 {
    height: auto;
  }

  .features-block {
    width: 100%;
    height: auto;
    padding: 20px 20px 40px;
  }

  .container-10 {
    height: auto;
  }

  .brand-logo-footer {
    height: 140px;
  }

  ._2-button-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .button-2 {
    margin-bottom: 10px;
  }

  .container-11 {
    height: auto;
  }

  .faq-tittle {
    text-align: left;
  }

  .features-block-2 {
    width: 100%;
    height: auto;
    padding: 20px 20px 40px;
  }

  .section-tittle-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .image-block {
    padding-top: 0%;
    padding-right: 0%;
  }

  .tab-link.middle {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #e2e2e2;
    border-bottom-width: 1px;
    border-bottom-color: #e2e2e2;
  }

  .half-side-info {
    max-width: 400px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .security-wrapper {
    flex-direction: column;
  }

  .security-text {
    text-align: center;
    margin-top: 14px;
    padding-left: 0;
  }

  .badge-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b4fd7861-4845-9f2d-ca6a-af4a189ed055-208056d2, #w-node-_9071de7c-73da-8eb4-4090-458eead25bb6-208056d4, #w-node-_67098b5f-7259-d81e-3f56-101f01761591-208056d7 {
    order: 9999;
  }
}


