:root {
  --yellow: #ffcb00;
  --black: #0b0b0b;
  --dark-grey: #1b1b1b;
  --light-grey: #a5a5a5;
  --boks: #ff4a01;
  --medium-aquamarine: #5cc489;
  --peru: #dd783f;
  --medium-turquoise: #4aaec2;
  --pale-violet-red: #d25f7c;
}

body {
  color: #333;
  font-family: Lora;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #a5a5a5;
  margin-bottom: 15px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

a {
  color: var(--yellow);
  text-decoration: none;
}

a:hover {
  color: var(--yellow);
  text-decoration: underline;
}

img {
  max-width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}

blockquote {
  border-color: var(--yellow);
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 28px;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#00000054, #0000 99%);
  border-top: 3px solid #006298;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.menu-button {
  float: right;
  color: #ffffffd9;
  border-radius: 2px;
  margin-top: 0;
  padding: 10px 8px 9px;
  transition: background-color .35s, color .35s;
  display: block;
}

.menu-button:hover {
  color: #fff;
  background-color: #ffffff1a;
}

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

.main-section {
  background-color: #f7f7f7;
  padding-top: 62px;
  padding-bottom: 62px;
}

.main-section.dark {
  background-color: #4d565d;
  background-image: linear-gradient(#101010, #101010);
  border-bottom: 1px #000;
  padding-bottom: 0;
}

.main-section.bottom-padding {
  background-color: #0b0b0b;
  padding-top: 0;
  padding-bottom: 0;
}

.section-heading {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.footer-section {
  background-color: #101010;
  border-top: 1px solid #ffffff1a;
  padding-top: 27px;
  padding-bottom: 27px;
}

.nav-link {
  opacity: .7;
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  padding: 0 10px 10px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: opacity .2s;
  display: inline-block;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.nav-link.w--current:hover {
  transform: none;
}

.nav-link.callback {
  opacity: 1;
  color: #ffcb00;
}

.category-name {
  z-index: 10;
  color: var(--yellow);
  font-size: 14px;
  text-decoration: none;
  position: relative;
}

.logo, .logo.w--current {
  margin-top: -30px;
}

.nav-menu {
  padding-top: 10px;
}

.section-title {
  float: left;
  color: #ffcb00;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto 20px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.arrow {
  margin-bottom: 0;
}

.arrow.down {
  opacity: 1;
}

.arrow.right {
  float: right;
  margin-right: 30px;
  padding-top: 5px;
}

.arrow.right.services {
  margin-right: 0;
  padding-top: 10px;
}

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

.column-2 {
  padding-left: 5px;
}

.heading {
  color: #fecc09;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 270px;
  padding-left: 30px;
  font-family: Gilroy, sans-serif;
  font-size: 25px;
  font-weight: 600;
  display: block;
}

.heading.yellow {
  padding-top: 275px;
  font-size: 20px;
  font-weight: 700;
}

.heading.yellow.mobile {
  padding-top: 0;
  font-size: 26px;
  line-height: 32px;
}

.heading.black {
  color: #0b0b0b;
  padding-top: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.heading.black.training {
  text-align: left;
  padding-top: 0;
  padding-left: 0;
}

.heading.black.training.sub {
  color: #0b0b0b;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.heading.black.training.sub.uusi {
  margin-top: 114px;
  margin-bottom: -25px;
}

.heading.am {
  float: left;
  color: #0b0b0b;
  text-align: left;
  padding-top: 0;
  padding-left: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.heading.tool-list-info {
  float: left;
  color: #0b0b0b;
  padding-top: 0;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
}

.heading.tool-list-info.divider {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
}

.heading.tool-list-info.info-text {
  text-align: left;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
}

.heading.tool-list-info.bullet {
  color: #0b0b0b;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.heading.service-link {
  float: left;
  color: var(--yellow);
  padding-top: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
}

.heading.service-link.divider {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
}

.heading.service-link.info-text {
  text-align: left;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
}

.heading.service-link.bullet {
  color: #0b0b0b;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.heading.white {
  color: #fff;
  font-size: 26px;
}

.tiles-row._2 {
  margin-top: 10px;
}

.cta {
  background-color: #0b0b0b;
  background-image: linear-gradient(to top, #0b0b0b, #0000), linear-gradient(#0b0b0b, #0000), linear-gradient(#0b0b0b80, #0b0b0b80), url('../images/stripe-tile.png');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, 100px;
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative;
}

.cta.case-study, .cta.services, .cta.home {
  background-image: linear-gradient(#0b0b0b, #0000), linear-gradient(#0b0b0b80, #0b0b0b80), url('../images/stripe-tile.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, 100px;
}

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

.cta-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  font-family: Gilroy, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
}

.text-span {
  color: #fecc09;
  text-decoration: underline;
}

.cta-subheading {
  color: #a5a5a5;
  text-align: left;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.account-managers-section {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 100px;
  position: relative;
}

.account-managers-content {
  text-align: center;
  margin-top: 0;
}

.am-heading {
  color: #000;
  letter-spacing: 1px;
  width: 75%;
  margin: 20px auto 15px;
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.how-we-work-title {
  float: none;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.columns {
  margin-top: 60px;
}

.image {
  float: left;
}

.image-2 {
  margin-top: 25px;
  margin-bottom: 0;
}

.testimonial {
  background-image: linear-gradient(to bottom, var(--yellow), var(--yellow));
  justify-content: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.testimonial.uusi {
  background-image: linear-gradient(#03c, #03c);
}

.testimonial.boks {
  background-image: linear-gradient(to bottom, var(--dark-grey), var(--dark-grey));
}

.quote {
  color: var(--dark-grey);
  letter-spacing: 2px;
  width: 100%;
  margin: 0 auto;
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 50px;
  display: block;
}

.quote.uusi {
  color: #fff;
}

.quote-detail {
  float: none;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: none;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  display: flex;
}

.am-body {
  color: var(--light-grey);
  text-align: left;
  width: 100%;
  margin: 10px auto 30px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.image-3 {
  float: left;
}

.footer-title {
  float: none;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin: 0 auto;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.footer-title.yhteistyss {
  margin-top: 25px;
  margin-bottom: -13px;
}

.quote-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.quote-content.klik {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-body {
  color: #a5a5a5;
  text-align: left;
  width: 100%;
  margin: 10px auto 30px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.link {
  color: #ffc800;
  font-weight: 600;
  text-decoration: underline;
}

.column-3 {
  padding-right: 50px;
}

.social-title {
  float: right;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin: 7px auto 0;
  padding-left: 20px;
  padding-right: 0;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.social-title.account-manger-details {
  float: left;
  color: #1b1b1b;
  text-align: left;
  margin-top: 7px;
  padding-left: 0;
}

.social-title.black {
  float: right;
  color: #0b0b0b;
  padding-left: 20px;
}

.sub-footer-detail {
  float: left;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin: 0 auto;
  font-family: Gilroy, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.sub-footer-links {
  float: right;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin: 0 14px 0 auto;
  font-family: Gilroy, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

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

.body {
  background-image: linear-gradient(#0b0b0b, #0b0b0b);
}

.columns-3 {
  padding-bottom: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.button-2 {
  border: 2px solid var(--yellow);
  color: var(--yellow);
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000;
  border-radius: 25px;
  width: 170px;
  margin: 0 auto;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.button-2:hover {
  color: var(--yellow);
}

.breadcrumbs {
  float: none;
  color: #ffcb00;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  display: block;
}

.text-span-2 {
  color: #fff;
  font-family: Gilroy, sans-serif;
}

.link-2 {
  color: var(--yellow);
  text-decoration: underline;
}

.link-2:hover {
  color: var(--yellow);
}

.home-heading {
  float: none;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 auto 15px;
  font-family: Gilroy, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  display: block;
}

.home-subheading {
  color: #a5a5a5;
  text-align: center;
  width: 75%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.home-hero-content {
  text-align: center;
  margin-top: 250px;
}

.home-hero-section {
  background-image: linear-gradient(#0b0b0b54, #0b0b0b54), linear-gradient(#00000080, #0000 23%), linear-gradient(to top, #0b0b0b 1%, #20202024 98%), url('../images/helsinki-3778356_1920.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, 1060px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 75px;
  position: relative;
}

.services-hero-section {
  background-image: linear-gradient(#00000080, #0000 23%), linear-gradient(to top, #0b0b0b 1%, #20202024 98%), url('../images/phd-services-bg.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: auto;
  padding-top: 20px;
  padding-bottom: 200px;
  position: relative;
}

.services-hero-content {
  text-align: center;
  margin-top: 200px;
}

.services-hero-heading {
  float: none;
  color: #fff;
  letter-spacing: 2px;
  width: 75%;
  margin: 0 auto 15px;
  font-family: Gilroy, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  display: block;
}

.services-hero-subheading {
  color: #a5a5a5;
  text-align: center;
  width: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.hero-button {
  border: 2px solid var(--yellow);
  color: var(--yellow);
  letter-spacing: 1px;
  background-color: #0000;
  border-radius: 25px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.hero-button:hover {
  color: var(--yellow);
}

.services-top {
  background-color: #0b0b0b;
  margin-top: 0;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.case-study-text-col {
  padding-left: 0;
  padding-right: 0;
}

.service-text-tile {
  color: var(--yellow);
  background-image: linear-gradient(#111, #111);
  width: 100%;
  height: 270px;
  padding: 30px;
  text-decoration: none;
}

.service-text-tile:hover {
  color: var(--yellow);
  background-image: linear-gradient(#1b1b1b, #1b1b1b);
  text-decoration: none;
}

.container-3 {
  margin-top: 0;
}

.service-image-tile {
  background-image: url('../images/low-level-access.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 270px;
}

.service-image-tile._3 {
  background-image: url('../images/boom-lifts.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-image-tile._2 {
  background-image: url('../images/white-circle.png'), url('../images/white-tile-vertical.png'), linear-gradient(135deg, #0b0b0b, #1b1b1b);
  background-position: 375px -101px, 100px 125px, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 207px, 62px, auto;
}

.service-image-tile._1 {
  background-image: none;
  overflow: hidden;
}

.service-image-tile._4 {
  background-image: url('../images/van-mounted-lift.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-image-tile._5 {
  background-image: url('../images/white-tile-horizontal.png'), url('../images/white-circle.png'), linear-gradient(135deg, #0b0b0b, #1b1b1b);
  background-position: 218px 53px, 70px 187px, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 200px, 207px, auto;
}

.service-image-tile._6 {
  background-image: url('../images/specialist-platform.png'), linear-gradient(135deg, #0b0b0b, #1b1b1b);
  background-position: 50%, 0 0;
  background-size: auto, auto;
}

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

.services-bottom {
  background-color: #0b0b0b;
  padding-bottom: 100px;
}

.hero-section {
  background-image: linear-gradient(#00000080, #0000 23%), linear-gradient(to top, #0b0b0b 1%, #20202024 98%), url('../images/lowlevelaccess-img.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: auto;
  padding-top: 20px;
  padding-bottom: 100px;
  position: relative;
}

.hero-section.contact {
  background-image: linear-gradient(#00000080, #0000 23%), linear-gradient(to top, #0b0b0b 1%, #20202024 98%), url('../images/phd-contact-bg.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.hero-section.blog {
  background-color: #0b0b0b;
  background-image: none;
  padding-bottom: 100px;
}

.hero-section.about {
  background-color: #0b0b0b;
  background-image: url('../images/white-circle.png'), url('../images/white-tile-vertical.png'), url('../images/white-tile-horizontal.png');
  background-position: 93% 94px, 87px 112%, 93% 85%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 207px, 62px, 200px;
}

.hero-section.training {
  background-image: linear-gradient(#00000080, #0000 23%), linear-gradient(to top, #0b0b0b 1%, #20202024 98%), url('../images/phd-training-bg.png');
}

.hero-section.training.uusi {
  background-image: linear-gradient(#00000080, #0000 23%), linear-gradient(0deg, #0b0b0b 1%, #20202024 98%), url('../images/DSC04259.jpg');
}

.hero-section.training.uusi.klik {
  background-image: linear-gradient(#00000080, #0000 23%), linear-gradient(0deg, #0b0b0b 1%, #20202024 98%), url('../images/DSC02368.jpg');
}

.hero-section.resources {
  background-image: linear-gradient(#00000080, #0000 23%), linear-gradient(to top, #0b0b0b 1%, #20202024 98%), url('../images/phd-resources-bg.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 20px;
}

.hero-section.blog-article {
  background-color: #0b0b0b;
  background-image: none;
  padding-bottom: 50px;
}

.hero-section.service-template {
  background-image: linear-gradient(#00000080, #0000 23%), linear-gradient(to top, #0b0b0b 1%, #20202024 98%), url('../images/phd-services-bg.png');
}

.hero-section.service-details {
  background-image: linear-gradient(#00000080, #0000 23%), linear-gradient(to top, #0b0b0b 1%, #20202024 98%), linear-gradient(#00000080, #00000080), url('../images/helsinki-3778355_1920.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
}

.hero-section.train {
  background-image: linear-gradient(#00000080, #0000 23%), linear-gradient(to top, #0b0b0b 1%, #20202024 98%), url('../images/phd-resources-bg.png');
}

.hero-content {
  text-align: center;
  margin-top: 200px;
}

.page-title {
  float: none;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 auto 15px;
  font-family: Gilroy, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 72px;
  display: block;
}

.page-summary {
  color: #a5a5a5;
  text-align: center;
  width: 75%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.case-study-logo-tile {
  background-image: linear-gradient(to bottom, var(--yellow), var(--yellow));
  flex-direction: column;
  align-items: center;
  height: 270px;
  display: flex;
}

.image-8 {
  max-width: 50%;
  max-height: 50%;
  margin: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  display: block;
  transform: translate(0);
}

.contact-hero-content {
  text-align: center;
  margin-top: 200px;
}

.contact-hero-heading {
  float: none;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 auto 15px;
  font-family: Gilroy, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  display: block;
}

.contact-hero-subheading {
  color: #a5a5a5;
  text-align: center;
  width: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.hero-contact {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.link-3, .link-3:hover {
  color: #fff;
  text-decoration: underline;
}

.contact-form-section {
  background-color: #0b0b0b;
  margin-top: 0;
  padding-bottom: 100px;
}

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

.field-label-2 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.full-name-field, .email-field, .phone-number-field {
  margin-bottom: 30px;
}

.message-field {
  height: 200px;
  margin-bottom: 30px;
}

.submit-button-2 {
  border: 2px solid var(--yellow);
  color: #ffcb00;
  letter-spacing: 1px;
  background-color: #0000;
  border-radius: 25px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  display: block;
}

.contact-hero-section {
  background-image: linear-gradient(#00000080, #0000 23%), linear-gradient(to top, #0b0b0b 1%, #20202024 98%), url('../images/phd-contact-bg.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: auto;
  padding-top: 20px;
  padding-bottom: 100px;
  position: relative;
}

.blog-hero-section {
  background-image: linear-gradient(#0b0b0b, #0b0b0b);
  height: auto;
  padding-top: 20px;
  padding-bottom: 100px;
  position: relative;
}

.blog-hero-content {
  text-align: center;
  margin-top: 200px;
}

.blog-hero-heading {
  float: none;
  color: #fff;
  letter-spacing: 2px;
  width: 75%;
  margin: 0 auto 15px;
  font-family: Gilroy, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 72px;
  display: block;
}

.blog-hero-subheading {
  color: #a5a5a5;
  text-align: center;
  width: 50%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.dropdown {
  background-color: #fff;
}

.dropdown-toggle {
  color: #0b0b0b;
  width: 500px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}

.blog-text-tile {
  color: var(--light-grey);
  background-image: linear-gradient(145deg, #101010, #1b1b1b);
  height: 270px;
  padding: 30px;
  text-decoration: none;
}

.blog-category-tag {
  float: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.blog-image-tile-1 {
  height: 270px;
  overflow: hidden;
}

.blog-image-tile-2 {
  background-image: linear-gradient(to top, #1b1b1b, #0000), url('../images/blog-img-2.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 270px;
}

.blog-image-tile-3 {
  background-image: linear-gradient(to top, #1b1b1b, #0000), url('../images/blog-img-3.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  height: 270px;
}

.blog-image-tile-4 {
  background-image: linear-gradient(to top, #1b1b1b, #0000), url('../images/blog-img-4.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  height: 270px;
}

.blog-image-tile-5 {
  background-image: linear-gradient(to top, #1b1b1b, #0000), url('../images/blog-img-5.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  height: 270px;
}

.pagination {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 100px;
}

.text-span-3 {
  letter-spacing: 1px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.blog-image {
  background-color: #0b0b0b;
  margin-top: 0;
}

.rich-text-block {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.share-block {
  margin-top: 50px;
  padding-bottom: 100px;
}

.facebook.footer {
  float: left;
  padding-right: 11px;
}

.facebook.block {
  margin-bottom: 0;
}

.twitter.footer {
  float: left;
}

.twitter.block, .instagram.block {
  margin-bottom: 0;
  margin-left: 10px;
}

.column-16 {
  padding-left: 0;
}

.social-share {
  float: right;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin: 7px auto 0;
  padding-left: 0;
  padding-right: 30px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.service-detail-hero-content {
  text-align: center;
  margin-top: 200px;
}

.service-detail-hero-heading {
  float: none;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 auto 15px;
  font-family: Gilroy, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 72px;
  display: block;
}

.service-detail-hero-subheading {
  color: #a5a5a5;
  text-align: center;
  width: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.tool-list {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

.tool-list-heading {
  color: #000;
  letter-spacing: 0;
  width: 75%;
  margin: 0 auto 30px;
  padding-left: 0;
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.tool-list-body {
  float: none;
  color: #0b0b0b;
  text-align: center;
  width: 60%;
  margin: 0 auto 50px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.fancy-arrow {
  float: left;
  margin-top: 4px;
  margin-bottom: 0;
}

.columns-7 {
  margin-top: 0;
}

.tool-details {
  border-bottom: 1px solid #a5a5a540;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
}

.column-17 {
  padding-left: 10px;
  padding-right: 20px;
}

.column-18 {
  padding-left: 30px;
}

.account-manager {
  color: var(--yellow);
  background-image: url('../images/yellow-shapes-cluster.png'), linear-gradient(#fff, #fff);
  background-position: -118px -118px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 900px, auto;
  padding-top: 150px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.am-details-heading {
  float: none;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  display: block;
}

.am-details-body {
  float: left;
  color: #0b0b0b;
  text-align: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.link-4 {
  float: none;
  color: var(--yellow);
  text-decoration: underline;
}

.link-4:hover {
  color: var(--yellow);
  text-decoration: underline;
}

.columns-8 {
  float: left;
  clear: left;
  width: 75%;
}

.column-19 {
  padding-left: 0;
}

.image-10 {
  float: left;
  margin-bottom: 0;
}

.column-20 {
  padding-left: 0;
}

.about-hero-section {
  background-image: url('../images/white-tile-vertical.png'), url('../images/white-tile-horizontal.png'), url('../images/white-circle.png'), linear-gradient(#0b0b0b, #0b0b0b);
  background-position: 152px 118%, 92% 89%, 92% 27%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: 62px, 200px, 207px, auto;
  height: auto;
  padding-top: 20px;
  padding-bottom: 100px;
  position: relative;
}

.about-hero-content {
  text-align: center;
  margin-top: 200px;
}

.about-hero-heading {
  float: none;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 auto 15px;
  font-family: Gilroy, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  display: block;
}

.about-hero-subheading {
  color: #a5a5a5;
  text-align: center;
  width: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.content-section {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.list-section-heading {
  color: #0b0b0b;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  margin: 0 auto 30px;
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.about-content {
  float: none;
  color: #0b0b0b;
  text-align: center;
  width: 100%;
  margin: 0 auto 100px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.about-content.alempi {
  margin-bottom: 25px;
}

.fancy-bullet-stlye {
  border-bottom: 1px solid #a5a5a540;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fancy-bullet-list-content, .tool-list-content {
  text-align: center;
  margin-top: 0;
}

.case-study-details-hero-content {
  text-align: center;
  margin-top: 200px;
}

.case-study-details-hero-heading {
  float: none;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 auto 15px;
  font-family: Gilroy, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 72px;
  display: block;
}

.case-study-details-hero-subheading {
  color: #a5a5a5;
  text-align: center;
  width: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.case-study-details {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.case-study-details-content {
  text-align: center;
  margin-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.case-study-details-subtitle {
  float: none;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.case-study-details-heading {
  color: #000;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.case-study-details-body {
  color: var(--light-grey);
  text-align: center;
  width: auto;
  margin: 10px auto 0;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.solution-details {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.solution-details-subtitle {
  float: none;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.solution-details-heading {
  color: #000;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.solution-details-content {
  text-align: center;
  margin-top: 0;
}

.solution-heading {
  color: #0b0b0b;
  text-align: left;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Gilroy, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  display: block;
}

.solution-details-body {
  color: var(--light-grey);
  text-align: left;
  width: 100%;
  margin: 0 auto 30px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.solution-column {
  margin-top: 40px;
}

.training-hero-section {
  background-image: linear-gradient(to top, #0b0b0b, #0000), linear-gradient(#0b0b0b80, #0000 36%), url('../images/phd-training-bg.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  height: auto;
  padding-top: 20px;
  padding-bottom: 150px;
  position: relative;
}

.training-hero-heading {
  float: none;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 auto 15px;
  font-family: Gilroy, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  display: block;
}

.training-hero-subheading {
  color: #a5a5a5;
  text-align: center;
  width: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.training-content {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.training-content-container {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.training-details-body {
  float: left;
  color: #a5a5a5;
  text-align: left;
  width: auto;
  margin: 20px 0 0;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.image-11 {
  float: right;
}

.columns-11 {
  border-bottom: 1px solid #a5a5a540;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 30px;
}

.columns-11.bottom {
  border-style: none;
  margin-bottom: 0;
}

.resources-hero-section {
  background-image: linear-gradient(to top, #0b0b0b, #0000), linear-gradient(#0b0b0b80, #0000 36%), url('../images/phd-resources-bg.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  height: auto;
  padding-top: 20px;
  padding-bottom: 100px;
  position: relative;
}

.resources-hero-heading {
  float: none;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 auto 15px;
  font-family: Gilroy, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  display: block;
}

.resources-hero-subheading {
  color: #a5a5a5;
  text-align: center;
  width: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.image-12 {
  float: left;
}

.column-21, .column-22, .column-23, .column-24, .column-25 {
  padding-left: 0;
}

.blog-detail-hero-section {
  background-image: linear-gradient(#0b0b0b, #0b0b0b);
  height: auto;
  padding-top: 20px;
  padding-bottom: 0;
  position: relative;
}

.link-5 {
  color: #fff;
}

.link-5:hover {
  color: var(--yellow);
  text-decoration: none;
}

.link-block {
  background-image: url('../images/white-tile-vertical.png'), url('../images/white-circle.png'), linear-gradient(135deg, #101010, #1b1b1b);
  background-position: 415px 170px, 100px -105px, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 62px, 207px, auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 330px;
  display: block;
  position: static;
  overflow: visible;
}

.link-block._2 {
  background-image: url('../images/Suominen-logo.svg'), linear-gradient(#006298, #006298);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 280px, auto;
}

.link-block-2 {
  background-image: linear-gradient(#000, #fff);
  width: 100%;
  height: 270px;
  margin-bottom: -10px;
}

.link-block-2:hover {
  color: #000;
  text-decoration: none;
}

.icon {
  opacity: 1;
  color: #fff;
  margin-top: 3px;
  margin-bottom: 0;
  margin-right: 10px;
  transition: opacity .2s;
  transform: translate(0);
}

.icon:hover {
  opacity: 1;
}

.bold-text {
  padding-right: 20px;
  font-weight: 600;
}

.dropdown-list {
  background-color: #fecc09;
}

.dropdown-list.w--open {
  background-color: #0000;
}

.dropdown-link {
  color: #fecc09;
  letter-spacing: .5px;
  width: 200px;
  padding: 5px 10px;
  font-family: Gilroy, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.dropdown-link:hover {
  opacity: .75;
  color: var(--yellow);
  text-decoration: none;
}

.dropdown-link:active, .dropdown-link:focus, .dropdown-link:visited {
  color: var(--yellow);
}

.columns-12 {
  padding-bottom: 0;
}

.heading-3 {
  color: var(--yellow);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.heading-3:hover {
  color: var(--yellow);
}

.heading-3._4 {
  padding-top: 15px;
  font-size: 26px;
  line-height: 32px;
}

.heading-3._2 {
  font-size: 26px;
}

.text-block-2 {
  color: var(--light-grey);
  margin-top: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}

.text-block-2:hover {
  text-decoration: none;
}

.case-studies-block {
  background-color: #0b0b0b;
  margin-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.load-more {
  background-color: #0b0b0b;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.blog-tiles {
  background-color: #0b0b0b;
  margin-top: 0;
  padding-bottom: 100px;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.column-26 {
  padding-bottom: 0;
}

.column-27 {
  margin-top: 4px;
}

.blog-body {
  background-color: #0b0b0b;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 100px;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.dynamic-breadcrumbs {
  clear: none;
  flex-direction: row;
  justify-content: center;
  width: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.services-text {
  float: left;
  color: var(--yellow);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.services-type-text {
  float: left;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

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

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

.columns-13 {
  float: none;
  clear: both;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  padding-bottom: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.column-28 {
  padding-top: 0;
}

.plant-hire-tile {
  background-image: url('../images/white-tile-vertical.png'), url('../images/white-circle.png'), linear-gradient(135deg, #101010, #1b1b1b);
  background-position: 440px 133px, 100px -105px, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 62px, 207px, auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 330px;
  display: block;
  position: static;
  overflow: visible;
}

.working-platforms-tile {
  background-image: url('../images/KLIK-Logo.svg'), linear-gradient(#03c, #03c);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 220px, auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 330px;
  display: block;
  position: static;
}

.specialities {
  background-color: var(--boks);
  background-image: url('../images/Boks-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 175px;
  width: 100%;
  height: 330px;
}

.home-text {
  color: var(--yellow);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.div-block-3 {
  justify-content: center;
  width: 75%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-type-text {
  float: left;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.divider {
  float: left;
  color: var(--yellow);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.link-6 {
  color: #0b0b0b;
}

.link-6.w--current {
  text-decoration: underline;
}

.link-6.w--current:hover, .link-7 {
  color: #0b0b0b;
}

.link-7.w--current {
  text-decoration: underline;
}

.link-7.w--current:hover {
  color: #0b0b0b;
}

.collection-list-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.case-study-row {
  flex-direction: row;
  display: flex;
}

.facebook-link, .linkedin-link, .twitter-link {
  float: left;
  width: 100%;
}

.link-block-8 {
  float: left;
  color: var(--yellow);
  text-align: left;
  margin-top: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.link-block-8:hover {
  color: var(--yellow);
  margin-top: 10px;
  text-decoration: underline;
}

.text-block-4, .text-block-5 {
  float: left;
  text-decoration: underline;
}

.div-block-5 {
  justify-content: center;
  font-size: 40px;
  line-height: 50px;
  display: flex;
}

.div-block-6 {
  display: flex;
}

.am-facebook-link, .am-twitter-link, .am-instagram-link, .am-linkedin-link {
  float: left;
  clear: left;
}

.breadcrumb-link, .breadcrumb-link:hover {
  color: var(--yellow);
  text-decoration: underline;
}

.footer-twitter-link, .footer-facebook-link, .footer-instagram-link {
  float: left;
  clear: left;
}

.heading-4 {
  color: var(--yellow);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.image-13 {
  width: 100%;
  margin-bottom: 0;
}

.columns-17 {
  padding-right: 50px;
}

.heading-1 {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 auto 15px;
  font-family: Gilroy, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 72px;
  display: block;
}

.text-block-6 {
  color: var(--light-grey);
  text-decoration: none;
}

.image-14 {
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-7 {
  display: flex;
}

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

.service-row {
  display: flex;
}

.image-15 {
  width: 100%;
}

.case-study-row-mobile {
  flex-direction: row;
  display: flex;
}

.button-3 {
  border: 2px solid var(--yellow);
  color: var(--yellow);
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000;
  border-radius: 25px;
  width: 170px;
  margin: 0 auto;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.button-3:hover {
  color: var(--yellow);
}

.column-29 {
  text-align: left;
}

.body-2, .body-3, .body-4, .body-5 {
  background-color: #0b0b0b;
}

.collection-list {
  display: block;
}

.am-name {
  float: left;
  clear: left;
  color: var(--yellow);
  text-align: left;
  letter-spacing: 0;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  text-decoration: underline;
  display: block;
}

.contact-text, .contact-text-name, .div-block-11 {
  float: left;
}

.link-block-9 {
  float: left;
  display: flex;
}

.text-block-7 {
  float: left;
}

.link-8 {
  color: #fff;
}

.link-8:hover {
  text-decoration: none;
}

.link-9 {
  color: #fff;
}

.link-9:hover, .link-9.w--current:hover {
  text-decoration: none;
}

.modal-wrapper {
  z-index: 1;
  background-color: #0b0b0bbf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: fixed;
}

.modal-window {
  z-index: 2;
  background-color: #a5a5a5;
  width: 50%;
  height: 50vh;
  position: fixed;
}

.div-block-13 {
  z-index: 9999;
  background-color: #0b0b0bbf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.form-block {
  width: 100%;
}

.div-block-14 {
  background-color: #0b0b0b;
  width: 50%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}

.fill-in-form {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  margin: 20px auto 0;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 65px;
  display: block;
}

.fill-in-form.kel {
  color: var(--yellow);
}

.callback-body {
  text-align: center;
  margin-bottom: 30px;
}

.div-block-15 {
  float: right;
  background-image: url('../images/close_1close.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.link-block-10 {
  float: right;
}

.image-19 {
  width: 10px;
  margin-left: 6px;
  padding-top: 6px;
}

.about-content-heading {
  margin-bottom: 25px;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.about-content-left {
  float: none;
  color: #0b0b0b;
  text-align: left;
  width: 100%;
  margin: 0 auto 50px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.fancy-bullit-full-wdith {
  border-bottom: 1px solid #a5a5a540;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.column-full-width {
  padding-left: 10px;
  padding-right: 20px;
}

.content-section-yellow {
  background-image: linear-gradient(to bottom, var(--yellow), var(--yellow));
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.pricing-heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 31px;
}

.pricing-copy {
  color: #fff;
  text-align: left;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}

.pricing-columns {
  margin-top: 25px;
  margin-bottom: 45px;
}

.pricing-column {
  border: 1px solid var(--yellow);
  background-color: #0b0b0b;
  padding: 30px 15px;
  overflow: visible;
}

.training-head {
  color: #0b0b0b;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  margin: 0 auto;
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.about {
  float: none;
  color: #0b0b0b;
  text-align: left;
  width: 100%;
  margin: 0 auto 50px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.training-body-content {
  float: none;
  color: #0b0b0b;
  text-align: center;
  width: 100%;
  margin: 25px auto;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.training-body-content-left {
  float: none;
  color: #0b0b0b;
  text-align: left;
  width: 100%;
  margin: 25px auto 0;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.training-subhead {
  font-family: Gilroy, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.training-columns {
  margin-top: 25px;
}

.training-pricing-column {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #fff #fff var(--yellow);
  background-color: #f7f7f7;
  min-height: 300px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-16 {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-left: 150px;
  padding-right: 150px;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  color: var(--yellow);
}

.trianing-link {
  color: #a5a5a5;
  text-align: left;
  width: 100%;
  margin: 20px auto 0;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  color: var(--light-grey);
}

.dropdown-field {
  border-radius: 0;
  margin-bottom: 30px;
  font-family: Gilroy, sans-serif;
  font-weight: 300;
}

.bold-text-6 {
  color: #0b0b0b;
  font-size: 14px;
  font-weight: 300;
}

.text-span-10 {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.training-pricing-content {
  float: none;
  color: #0b0b0b;
  text-align: left;
  width: 100%;
  margin: 25px auto 0;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.rich-text-block-2 {
  font-size: 16px;
  line-height: 32px;
}

.minitext {
  font-size: 12px;
}

.image-20 {
  max-width: 75%;
}

.link-10 {
  font-weight: 600;
}

.footer-call-link {
  float: left;
  clear: left;
}

.column-36 {
  padding-right: 30px;
}

.column-37, .column-38 {
  padding-left: 30px;
}

.column-39 {
  padding-right: 30px;
}

.image-21, .image-22, .image-23, .image-24 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.keltainen {
  color: #fecc09;
}

.benefits-icon {
  padding-bottom: 10px;
}

.rich-text-block-3 {
  color: #fff;
  text-align: center;
}

.linkki {
  color: #f6e300;
  transition: all .2s;
}

.linkki:hover {
  color: #ffeb00;
  text-decoration: none;
}

.linkki.boks {
  color: var(--boks);
}

.soittopyynto {
  z-index: 99999;
  background-color: #000000c2;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.soittopyytn-tausta {
  padding-top: 50px;
}

.heading-5 {
  color: var(--yellow);
  text-align: center;
  font-family: Gilroy, sans-serif;
}

.div-block-17 {
  background-color: #0b0b0bdb;
  border-radius: 0;
  max-width: 600px;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.sulje {
  padding-top: 10px;
  padding-right: 10px;
}

.image-25 {
  float: right;
  text-align: left;
}

.heading-6 {
  float: right;
  color: #fff;
  padding-right: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
}

.heading-6.keski {
  float: none;
  text-align: center;
}

.sulje-ala {
  background-color: #f05123;
}

.html-embed {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

html.w-mod-js [data-ix="fade-in-page-load"], html.w-mod-js [data-ix="fade-in-scroll"] {
  opacity: 0;
}

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

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

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-button {
    background-color: #0000;
    background-image: url('../images/menu-btn_1menu-btn.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    padding: 15px;
  }

  .main-section {
    padding: 40px 10px;
  }

  .main-section.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .main-section.bottom-padding {
    padding-top: 202px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-heading {
    text-align: center;
    margin-top: 20px;
    display: block;
  }

  .footer-section {
    padding: 40px 30px;
  }

  .nav-link {
    clear: left;
    opacity: 1;
    color: #0b0b0b;
    flex: 0 auto;
    justify-content: center;
    padding-bottom: 40px;
    padding-left: 0;
    font-size: 24px;
    display: block;
  }

  .nav-link:hover {
    color: #0b0b0b;
    text-decoration: none;
  }

  .nav-link.callback {
    color: #0b0b0b;
  }

  .nav-menu {
    background-color: #ffcb00;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 170px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .close-x {
    color: #0b0b0b;
    text-align: right;
    padding-bottom: 30px;
    font-size: 60px;
  }

  .close-x:hover {
    color: #0b0b0b;
    text-decoration: none;
  }

  .arrow.right {
    padding-top: 205px;
  }

  .heading.yellow {
    padding-top: 200px;
  }

  .heading.yellow.mobile, .heading.black {
    padding-top: 200px;
    font-size: 16px;
  }

  .heading.black.training {
    font-size: 26px;
  }

  .heading.black.training.sub {
    color: #0b0b0b;
    font-size: 16px;
    line-height: 30px;
  }

  .heading.tool-list-info {
    clear: none;
    padding-top: 5px;
    padding-left: 0;
  }

  .heading.tool-list-info.info-text {
    clear: left;
    text-align: left;
    padding-left: 0;
  }

  .heading.tool-list-info.bullet {
    text-align: left;
    margin-top: 0;
    padding-top: 15px;
    padding-left: 0;
  }

  .heading.service-link {
    clear: none;
    padding-top: 5px;
    padding-left: 0;
  }

  .heading.service-link.info-text {
    clear: left;
    text-align: left;
    padding-left: 0;
  }

  .heading.service-link.bullet {
    text-align: left;
    margin-top: 0;
    padding-top: 15px;
    padding-left: 0;
  }

  .heading.white {
    font-size: 16px;
    font-weight: 700;
  }

  .cta {
    padding: 75px 30px;
  }

  .cta-heading {
    letter-spacing: 1px;
    padding-left: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .cta-subheading {
    margin-bottom: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 30px;
  }

  .account-managers-section {
    padding-top: 75px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .quote-detail {
    font-weight: 400;
  }

  .am-body {
    font-size: 12px;
    line-height: 20px;
  }

  .footer-title {
    margin-top: -5px;
  }

  .footer-title.yhteistyss {
    margin-bottom: 0;
  }

  .footer-body {
    margin-top: 0;
    font-size: 15px;
    line-height: 30px;
  }

  .link {
    font-size: 16px;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 30px;
  }

  .social-title.account-manger-details {
    float: left;
    padding-left: 13px;
  }

  .sub-footer-detail {
    float: none;
    text-align: center;
    font-size: 16px;
  }

  .sub-footer-links {
    float: none;
    text-align: center;
    margin-right: 10px;
    font-size: 16px;
    line-height: 32px;
  }

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

  .column-4, .column-5 {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .body {
    padding-left: 0;
  }

  .columns-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .column-8 {
    padding-left: 0;
  }

  .columns-3 {
    padding-bottom: 21px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .button-2 {
    float: right;
    color: #fecc09;
    background-color: #0000;
    border: 2px solid #fecc09;
    border-radius: 225px;
    width: 100px;
    margin-top: -5px;
    margin-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    font-family: Gilroy, sans-serif;
    font-weight: 600;
  }

  .button-2:hover {
    color: #ffcb00;
  }

  .home-subheading {
    width: 75%;
    font-size: 16px;
    line-height: 30px;
  }

  .home-hero-content {
    margin-top: 200px;
  }

  .home-hero-section {
    background-image: linear-gradient(#0b0b0b80, #0b0b0b80), linear-gradient(#00000080, #0000 23%), linear-gradient(to top, #0b0b0b 1%, #20202024 98%), url('../images/helsinki-3778356_1920.jpg');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    height: 600px;
    padding-top: 71px;
  }

  .services-hero-section {
    padding-top: 71px;
  }

  .services-hero-subheading {
    width: 75%;
    font-size: 12px;
    line-height: 20px;
  }

  .hero-button {
    float: none;
    color: #fecc09;
    background-color: #0000;
    border: 2px solid #fecc09;
    border-radius: 225px;
    margin-top: -5px;
    margin-right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 30px;
    font-family: Gilroy, sans-serif;
    font-weight: 600;
  }

  .hero-button:hover {
    color: #ffcb00;
  }

  .services-top {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-text-tile {
    height: 200px;
  }

  .service-text-tile._2 {
    background-image: none;
  }

  .service-image-tile._1 {
    height: 200px;
  }

  .hero-section {
    padding-top: 20px;
  }

  .hero-section.about {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .page-summary {
    width: 75%;
    font-size: 16px;
    line-height: 30px;
  }

  .case-study-logo-tile {
    height: 200px;
  }

  .contact-hero-subheading {
    width: 75%;
    font-size: 12px;
    line-height: 20px;
  }

  .hero-contact {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 30px;
    display: block;
  }

  .contact-hero-section, .blog-hero-section {
    padding-top: 20px;
  }

  .blog-hero-subheading {
    width: 75%;
    font-size: 12px;
    line-height: 20px;
  }

  .blog-text-tile {
    height: 200px;
  }

  .blog-image-tile-1 {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .service-detail-hero-subheading {
    width: 75%;
    font-size: 16px;
    line-height: 30px;
  }

  .tool-list {
    padding-top: 75px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tool-list-heading {
    width: 75%;
  }

  .tool-list-body {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
  }

  .fancy-arrow {
    clear: none;
  }

  .columns-7 {
    flex-direction: column;
    margin-top: 0;
    display: block;
  }

  .tool-details {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-17 {
    flex-direction: row;
    padding-right: 10px;
    display: block;
  }

  .column-18 {
    padding-left: 10px;
  }

  .account-manager {
    background-image: url('../images/yellow-shapes-cluster.png'), linear-gradient(#fff, #fff);
    background-position: -218px -118px, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 900px, auto;
    padding: 75px 30px;
  }

  .am-details-body {
    font-size: 16px;
    line-height: 30px;
  }

  .image-10 {
    width: 45%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .column-20 {
    padding-top: 5px;
    position: static;
    top: 0;
    left: 0;
  }

  .about-hero-section {
    background-image: linear-gradient(#0000, #0000);
    background-position: 0 0;
    padding-top: 20px;
  }

  .about-hero-subheading {
    width: 75%;
    font-size: 12px;
    line-height: 20px;
  }

  .content-section {
    padding-top: 75px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-content {
    width: 100%;
    margin-bottom: 100px;
    font-size: 16px;
    line-height: 30px;
  }

  .fancy-bullet-stlye {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .case-study-details-hero-subheading {
    width: 75%;
    font-size: 16px;
    line-height: 30px;
  }

  .case-study-details {
    padding-top: 75px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .case-study-details-content {
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-details-body {
    font-size: 16px;
    line-height: 30px;
  }

  .solution-details {
    padding-top: 75px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .solution-details-body {
    font-size: 16px;
    line-height: 30px;
  }

  .training-hero-section {
    padding-top: 71px;
  }

  .training-hero-subheading {
    width: 75%;
    font-size: 12px;
    line-height: 20px;
  }

  .training-content {
    padding: 30px 30px 0;
  }

  .training-content-container {
    text-align: center;
    margin-top: 20px;
    display: block;
  }

  .training-details-body {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }

  .resources-hero-section {
    padding-top: 71px;
  }

  .resources-hero-subheading {
    width: 75%;
    font-size: 12px;
    line-height: 20px;
  }

  .column-24 {
    padding-left: 15px;
  }

  .blog-detail-hero-section {
    padding-top: 71px;
  }

  .link-block._2 {
    background-image: url('../images/Suominen-logo.svg'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
    height: 250px;
  }

  .link-block-2 {
    background-color: #1b1b1b;
    background-image: linear-gradient(135deg, #0b0b0b, #1b1b1b);
    height: 200px;
  }

  .icon {
    float: left;
    color: #0b0b0b;
    margin-top: -1px;
    margin-right: 0;
    padding-left: 30px;
    position: static;
    bottom: 0;
    left: 0;
  }

  .dropdown-list.w--open {
    margin-bottom: 176px;
    padding-bottom: 0;
  }

  .dropdown-link {
    float: left;
    color: #0b0b0b;
    width: 100%;
    padding-top: 5px;
    padding-left: 0;
    font-size: 16px;
  }

  .dropdown-link:hover {
    color: #0b0b0b;
    text-decoration: none;
  }

  .dropdown-link:focus, .dropdown-link:visited {
    color: #111;
  }

  .heading-3._4 {
    padding-top: 0;
    font-size: 16px;
    line-height: 30px;
  }

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

  .blog-tiles {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-body {
    padding-top: 30px;
  }

  .columns-13 {
    padding-bottom: 18px;
  }

  .plant-hire-tile {
    background-position: 303px 131px, 100px -105px, 0 0;
    height: 250px;
  }

  .working-platforms-tile {
    background-image: url('../images/KLIK-Logo.svg'), linear-gradient(#03c, #03c);
    background-position: 50%, 0 0;
    background-size: 125px, auto;
    height: 250px;
  }

  .specialities {
    height: 250px;
  }

  .collection-list-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .am-facebook-link {
    float: left;
    clear: none;
  }

  .am-twitter-link, .am-instagram-link {
    float: left;
    clear: none;
    padding-left: 15px;
  }

  .am-linkedin-link {
    clear: none;
    padding-left: 15px;
  }

  .image-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-14 {
    width: 100%;
    max-width: none;
    height: auto;
    overflow: hidden;
  }

  .collection-list-wrapper-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-3 {
    float: right;
    color: #fecc09;
    background-color: #0000;
    border: 2px solid #fecc09;
    border-radius: 225px;
    width: 100px;
    margin-top: -5px;
    margin-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    font-family: Gilroy, sans-serif;
    font-weight: 600;
  }

  .button-3:hover {
    color: #ffcb00;
  }

  .column-29 {
    text-align: left;
  }

  .div-block-9 {
    margin-bottom: 0;
    padding-top: 0;
  }

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

  .collection-list {
    flex-direction: column;
    display: flex;
  }

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

  .image-17, .image-18 {
    margin-bottom: 0;
  }

  .div-block-10 {
    float: none;
    display: block;
  }

  .text-block-7 {
    float: left;
    flex: 0 auto;
    justify-content: flex-start;
    margin-right: 15px;
    padding-bottom: 0;
    display: block;
  }

  .dropdown-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-13 {
    margin-left: -31px;
    display: none;
  }

  .div-block-14 {
    width: 75%;
  }

  .about-content-left {
    width: 100%;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 20px;
  }

  .fancy-bullit-full-wdith {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .column-full-width {
    flex-direction: row;
    padding-right: 10px;
    display: block;
  }

  .content-section-yellow {
    padding-top: 75px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-column {
    height: auto;
    min-height: 200px;
  }

  .training-head {
    font-size: 35px;
  }

  .about {
    width: 100%;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 20px;
  }

  .training-body-content {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 16px;
    line-height: 30px;
  }

  .training-body-content-left {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 16px;
    line-height: 30px;
  }

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

  .training-columns {
    flex-direction: column;
    display: block;
  }

  .training-pricing-column {
    min-height: 400px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-16 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .trianing-link {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 1px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .bold-text-7 {
    font-size: 35px;
  }

  .training-pricing-content {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 2px;
    padding-right: 0;
    font-size: 14px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 12px;
    line-height: 20px;
  }

  blockquote {
    font-size: 14px;
  }

  .navbar, .main-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section.dark {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-link {
    clear: left;
    flex-direction: row;
    margin-top: 40px;
    padding-bottom: 0;
  }

  .nav-link.w--open {
    padding-bottom: 50px;
  }

  .nav-menu {
    background-color: #ffcb00;
    width: 100%;
    margin-top: 110px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .close-x {
    color: #0b0b0b;
    text-align: right;
    margin-top: 10px;
    margin-right: 0;
    padding-bottom: 30px;
    font-size: 60px;
  }

  .close-x:hover {
    color: #1b1b1b;
    text-align: right;
    text-decoration: none;
  }

  .arrow.right {
    padding-top: 8px;
  }

  .arrow.right.services {
    margin-right: 30px;
  }

  .arrow.right.services._2 {
    margin-right: 0;
  }

  .arrow.right._2 {
    padding-top: 7px;
  }

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

  .heading.yellow.mobile {
    color: #0b0b0b;
    padding-top: 0;
  }

  .heading.black {
    padding-top: 0;
  }

  .heading.black.training {
    font-size: 16px;
    line-height: 30px;
  }

  .heading.black.training.sub {
    color: #0b0b0b;
    font-size: 16px;
  }

  .heading.black._2 {
    padding-top: 0;
  }

  .heading.am {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading.tool-list-info {
    padding-top: 5px;
    padding-left: 0;
  }

  .heading.tool-list-info.info-text {
    float: none;
    clear: left;
  }

  .heading.tool-list-info.bullet {
    font-size: 16px;
    line-height: 30px;
  }

  .heading.service-link {
    padding-top: 5px;
    padding-left: 0;
  }

  .heading.service-link.info-text {
    float: none;
    clear: left;
  }

  .heading.service-link.bullet {
    font-size: 16px;
    line-height: 30px;
  }

  .heading.white {
    color: var(--black);
    padding-top: 0;
  }

  .tiles-row._2 {
    margin-top: 0;
  }

  .cta {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .cta-heading {
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 32px;
    display: block;
  }

  .cta-subheading {
    text-align: center;
    width: 75%;
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 30px;
  }

  .account-managers-section {
    padding-top: 75px;
  }

  .am-heading {
    letter-spacing: 1px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 42px;
    line-height: 46px;
  }

  .columns {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .testimonial {
    padding-top: 0;
  }

  .quote-detail {
    font-weight: 400;
  }

  .am-body {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
  }

  .footer-title {
    float: none;
    text-align: left;
    margin-top: 1px;
  }

  .footer-title.yhteistyss {
    margin-bottom: 0;
  }

  .quote-content {
    margin-top: 0;
  }

  .footer-body {
    text-align: left;
    font-size: 14px;
  }

  .column-3 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .sub-footer-detail, .sub-footer-links {
    text-align: left;
    font-size: 14px;
  }

  .container-2 {
    padding-bottom: 0;
  }

  .column-8 {
    padding-bottom: 40px;
    padding-right: 30px;
  }

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

  .columns-3 {
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .columns-4 {
    padding-left: 0;
    padding-right: 40px;
  }

  .columns-5, .columns-6 {
    padding-top: 10px;
    padding-right: 40px;
  }

  .button-2 {
    width: 120px;
    margin-top: -4px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .home-heading {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 50px;
    display: block;
  }

  .home-hero-content {
    margin-top: 0;
  }

  .home-hero-section {
    background-image: linear-gradient(#0b0b0b80, #0b0b0b80), linear-gradient(#00000080, #0000 23%), linear-gradient(to top, #0b0b0b 1%, #20202024 98%), url('../images/helsinki-3778356_1920.jpg');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    height: auto;
    padding-top: 200px;
    padding-bottom: 75px;
  }

  .services-hero-section {
    height: auto;
    padding-top: 200px;
    padding-bottom: 75px;
  }

  .services-hero-content {
    margin-top: 0;
  }

  .services-hero-heading {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 50px;
    display: block;
  }

  .hero-button {
    margin-top: -4px;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
  }

  .services-top {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-text-tile {
    background-image: linear-gradient(to bottom, var(--yellow), var(--yellow)), linear-gradient(to bottom, #111, #111);
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-text-tile:hover {
    background-image: linear-gradient(to bottom, var(--yellow), var(--yellow)), linear-gradient(to bottom, #1b1b1b, #1b1b1b);
    color: #0b0b0b;
  }

  .service-text-tile._2 {
    background-color: var(--yellow);
    color: #0b0b0b;
    background-image: none;
  }

  .container-3 {
    margin-top: 0;
  }

  .hero-section {
    height: auto;
    padding-top: 175px;
    padding-bottom: 75px;
  }

  .hero-content {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-title {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 50px;
    display: block;
  }

  .case-study-logo-tile {
    height: 220px;
  }

  .contact-hero-content {
    margin-top: 0;
  }

  .contact-hero-heading {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 50px;
    display: block;
  }

  .hero-contact {
    font-size: 16px;
    line-height: 30px;
  }

  .contact-form-section {
    padding-bottom: 50px;
  }

  .container-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-hero-section, .blog-hero-section {
    height: auto;
    padding-top: 200px;
    padding-bottom: 75px;
  }

  .blog-hero-content {
    margin-top: 0;
  }

  .blog-hero-heading {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 48px;
    line-height: 50px;
    display: block;
  }

  .facebook, .facebook.footer, .twitter, .twitter.footer, .instagram {
    float: right;
  }

  .service-detail-hero-content {
    margin-top: 0;
  }

  .service-detail-hero-heading {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 50px;
    display: block;
  }

  .tool-list {
    padding-top: 75px;
  }

  .tool-list-heading {
    letter-spacing: 1px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 42px;
    line-height: 46px;
  }

  .tool-list-body {
    text-align: center;
    width: 100%;
  }

  .columns-7 {
    margin-top: 0;
  }

  .tool-details {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-17, .column-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .account-manager {
    background-image: url('../images/yellow-shapes-cluster.png'), linear-gradient(#fff, #fff);
    background-position: -117px 100%, 0 0;
    background-size: 500px, auto;
    flex-direction: row;
    padding-top: 75px;
    padding-bottom: 0;
  }

  .am-details-heading {
    text-align: center;
    letter-spacing: 1px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 28px;
    line-height: 32px;
  }

  .am-details-body {
    text-align: center;
  }

  .link-4 {
    float: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .columns-8 {
    flex-direction: row;
    padding-left: 60px;
    display: flex;
  }

  .image-10 {
    float: none;
    width: 50%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .column-20 {
    padding-top: 60px;
  }

  .about-hero-section {
    height: auto;
    padding-top: 200px;
    padding-bottom: 75px;
  }

  .about-hero-content {
    margin-top: 0;
  }

  .about-hero-heading {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 50px;
    display: block;
  }

  .content-section {
    padding-top: 75px;
  }

  .list-section-heading {
    letter-spacing: 1px;
    width: 75%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 40px;
    line-height: 50px;
  }

  .about-content {
    text-align: center;
    width: 100%;
    margin-bottom: 70px;
  }

  .case-study-details-hero-content {
    margin-top: 0;
  }

  .case-study-details-hero-heading {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 50px;
    display: block;
  }

  .case-study-details {
    padding-top: 75px;
  }

  .case-study-details-heading {
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 42px;
    line-height: 46px;
  }

  .case-study-details-body {
    text-align: center;
  }

  .solution-details {
    padding-top: 75px;
  }

  .solution-details-heading {
    letter-spacing: 1px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 42px;
    line-height: 46px;
  }

  .solution-heading, .solution-details-body {
    text-align: center;
  }

  .training-hero-section {
    height: auto;
    padding-top: 200px;
    padding-bottom: 75px;
  }

  .training-hero-heading {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 50px;
    display: block;
  }

  .training-content {
    padding-top: 30px;
  }

  .training-details-body {
    margin-top: 0;
  }

  .image-11 {
    margin-top: 5px;
  }

  .resources-hero-section {
    height: auto;
    padding-top: 200px;
    padding-bottom: 75px;
  }

  .resources-hero-heading {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 50px;
    display: block;
  }

  .blog-detail-hero-section {
    height: auto;
    padding-top: 200px;
    padding-bottom: 75px;
  }

  .link-block._2 {
    background-image: linear-gradient(to bottom, var(--yellow), var(--yellow)), url('../images/white-tile-horizontal.png');
    background-position: 0 0, 351px 51px;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    height: auto;
    margin-top: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-block-2 {
    background-image: none;
    height: auto;
    margin-bottom: 0;
  }

  .link-block-2:hover {
    text-decoration: none;
  }

  .dropdown-list.w--open {
    margin-bottom: 0;
  }

  .dropdown-link {
    float: left;
    color: #0b0b0b;
  }

  .dropdown-link:hover {
    color: #0b0b0b;
    text-decoration: none;
  }

  .dropdown-link.bottom {
    margin-bottom: 40px;
  }

  .heading-3 {
    color: #070707;
    padding-left: 30px;
  }

  .heading-3:hover {
    color: #0b0b0b;
  }

  .heading-3._4 {
    color: var(--yellow);
    padding-left: 0;
  }

  .heading-3._2 {
    color: #111;
  }

  .text-block-2 {
    color: var(--light-grey);
    text-decoration: none;
  }

  .text-block-2:hover {
    text-decoration: none;
  }

  .blog-tiles {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-13 {
    clear: none;
    flex-direction: row;
    padding-bottom: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .plant-hire-tile {
    background-image: linear-gradient(to bottom, var(--yellow), var(--yellow)), url('../images/white-tile-vertical.png'), url('../images/white-circle.png'), linear-gradient(135deg, #101010, #1b1b1b);
    background-position: 0 0, 303px 131px, 100px -105px, 0 0;
    background-repeat: repeat, no-repeat, no-repeat, repeat;
    background-size: auto, 62px, 207px, auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .working-platforms-tile {
    background-image: linear-gradient(to bottom, var(--yellow), var(--yellow));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    margin-top: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .specialities {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    margin-top: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .collection-list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-row {
    flex-direction: column-reverse;
  }

  .linkedin {
    float: right;
  }

  .link-block-8 {
    float: none;
    clear: none;
    text-align: left;
    flex-direction: row;
    align-items: center;
    margin-left: 50%;
    margin-right: auto;
    display: block;
    position: static;
    overflow: visible;
  }

  .text-block-4 {
    float: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-5 {
    float: left;
    text-align: center;
    margin-left: -47%;
    margin-right: auto;
    display: block;
  }

  .div-block-5 {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .am-facebook-link {
    float: left;
    clear: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .am-twitter-link {
    margin-left: -50%;
  }

  .am-linkedin-link {
    float: left;
    clear: left;
    margin-left: -50%;
    display: block;
  }

  .image-13 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-1 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 50px;
    display: block;
  }

  .case-study-row-mobile {
    flex-direction: column-reverse;
  }

  .button-3 {
    width: 120px;
    margin-top: -4px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .columns-18 {
    flex-direction: column-reverse;
    display: flex;
  }

  .div-block-9 {
    float: left;
    margin-left: 50%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .columns-19 {
    flex-direction: column-reverse;
    display: flex;
  }

  .collection-item, .collection-list {
    flex-direction: column;
    display: flex;
  }

  .columns-20 {
    flex-direction: column-reverse;
    display: flex;
  }

  .image-16 {
    padding-left: 0;
  }

  .div-block-10 {
    float: left;
    clear: none;
  }

  .bold-text-2 {
    font-weight: 600;
  }

  .am-name {
    float: left;
    clear: none;
    text-align: center;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 32px;
    display: block;
  }

  .contact-text {
    float: left;
    display: block;
  }

  .contact-text-name {
    float: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .am-bio {
    display: block;
  }

  .div-block-11 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .link-block-9 {
    float: none;
    display: inline-block;
  }

  .text-block-7 {
    clear: left;
    margin-left: auto;
    margin-right: 15px;
    padding-bottom: 0;
    display: block;
  }

  .dropdown-2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .div-block-13 {
    margin-left: -21px;
  }

  .fill-in-form {
    letter-spacing: 1px;
    width: 75%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 42px;
    line-height: 46px;
  }

  .about-content-left {
    text-align: center;
    width: 100%;
  }

  .column-full-width {
    padding-left: 0;
    padding-right: 0;
  }

  .content-section-yellow {
    padding-top: 75px;
  }

  .pricing-heading, .pricing-copy {
    text-align: center;
  }

  .pricing-column {
    min-height: 150px;
  }

  .training-head {
    letter-spacing: 1px;
    width: 75%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 42px;
    line-height: 46px;
  }

  .about, .training-body-content, .training-body-content-left {
    text-align: center;
    width: 100%;
  }

  .training-pricing-column {
    min-height: 270px;
  }

  .div-block-16 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .trianing-link {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .training-pricing-content {
    text-align: center;
    width: 100%;
  }

  .column-35 {
    padding-left: 0;
  }
}

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

  p {
    font-size: 16px;
    line-height: 30px;
  }

  .navbar {
    padding: 15px 30px 0;
  }

  .menu-button {
    margin-top: 13px;
    padding: 10px;
  }

  .menu-button.w--open {
    background-image: url('../images/menu-btn_1menu-btn.png');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .main-section {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .section-heading {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }

  .footer-section {
    position: relative;
  }

  .nav-link {
    float: none;
    clear: none;
    opacity: 1;
    color: #0b0b0b;
    text-align: left;
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 17px;
    display: block;
  }

  .nav-link:hover {
    color: #0b0b0b;
    text-decoration: none;
  }

  .nav-link.w--current {
    opacity: 1;
    color: #fff;
  }

  .nav-link.w--open {
    padding-bottom: 14px;
  }

  .logo {
    float: left;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    display: inline-block;
  }

  .nav-menu {
    background-color: var(--yellow);
    text-align: left;
    width: 100%;
    margin-top: 0;
    padding-top: 60px;
    display: block;
    position: absolute;
  }

  .close-x {
    color: #0b0b0b;
    text-align: right;
    text-transform: uppercase;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 21px;
    right: 30px;
  }

  .close-x:hover {
    text-decoration: none;
  }

  .arrow.right {
    margin-right: 20px;
    padding-top: 5px;
  }

  .arrow.right._2 {
    padding-top: 5px;
  }

  .heading.yellow.mobile, .heading.black {
    padding-top: 0;
    padding-left: 20px;
    font-size: 16px;
  }

  .heading.black.training {
    font-size: 18px;
    line-height: 22px;
  }

  .heading.black.training.sub {
    padding-top: 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .heading.black._2 {
    padding-top: 0;
  }

  .heading.am, .heading.tool-list-info {
    padding-left: 0;
  }

  .heading.tool-list-info.info-text {
    clear: left;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 30px;
    display: block;
  }

  .heading.tool-list-info.bullet {
    float: left;
    clear: none;
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-top: 15px;
    padding-left: 0;
    font-size: 16px;
    position: static;
    overflow: visible;
  }

  .heading.service-link {
    padding-left: 0;
  }

  .heading.service-link.info-text {
    clear: left;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 30px;
    display: block;
  }

  .heading.service-link.bullet {
    float: left;
    clear: none;
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-top: 15px;
    padding-left: 0;
    font-size: 16px;
    position: static;
    overflow: visible;
  }

  .heading.white {
    padding-left: 20px;
  }

  .cta {
    padding-top: 75px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-heading {
    width: 100%;
    font-size: 26px;
  }

  .cta-subheading {
    width: 100%;
    font-size: 16px;
    line-height: 27px;
  }

  .account-managers-section {
    padding: 50px 30px;
  }

  .am-heading {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .columns {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    margin-top: 0;
    padding-top: 20px;
  }

  .testimonial {
    padding: 0 30px;
  }

  .quote {
    width: 100%;
    font-size: 28px;
    line-height: 32px;
  }

  .quote-detail {
    font-weight: 400;
  }

  .am-body {
    margin-bottom: 20px;
    line-height: 30px;
  }

  .quote-content {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .footer-body {
    line-height: 30px;
  }

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

  .social-title.account-manger-details {
    float: left;
  }

  .sub-footer-detail, .sub-footer-links {
    font-size: 14px;
  }

  .button-2 {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 14px;
    display: block;
  }

  .column-10, .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-12 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-13 {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    max-width: 75%;
    margin-top: -5px;
  }

  .breadcrumbs {
    font-size: 12px;
  }

  .link-2, .link-2:hover {
    color: var(--yellow);
  }

  .home-heading {
    letter-spacing: 1px;
    width: auto;
    font-size: 30px;
    line-height: 36px;
  }

  .home-subheading {
    width: 100%;
    margin-bottom: 0;
    line-height: 30px;
  }

  .home-hero-section {
    background-image: linear-gradient(#0b0b0b80, #0b0b0b80), linear-gradient(#00000080, #0000 23%), linear-gradient(to top, #0b0b0b 1%, #20202024 98%), url('../images/helsinki-3778356_1920.jpg');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, 1060px;
    height: auto;
    padding: 150px 30px 50px;
  }

  .services-hero-section {
    height: auto;
    padding: 175px 30px 50px;
  }

  .services-hero-heading {
    letter-spacing: 1px;
    width: auto;
    font-size: 30px;
    line-height: 36px;
  }

  .services-hero-subheading {
    width: 100%;
    margin-bottom: 0;
    line-height: 20px;
  }

  .hero-button {
    margin-top: 20px;
    margin-right: 0;
    padding: 8px 15px;
    font-size: 10px;
  }

  .service-text-tile {
    margin-top: 5px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .service-text-tile._2 {
    margin-top: 5px;
  }

  .column-15 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero-section {
    height: auto;
    padding: 150px 30px 50px;
  }

  .hero-section.contact, .hero-section.training, .hero-section.service-template {
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, auto 100%;
  }

  .hero-section.train {
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto 100%;
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .page-title {
    letter-spacing: 1px;
    width: auto;
    font-size: 40px;
    line-height: 50px;
  }

  .page-summary {
    width: 100%;
    margin-bottom: 0;
    line-height: 27px;
  }

  .case-study-logo-tile {
    flex-direction: column;
    height: 180px;
  }

  .contact-hero-heading {
    letter-spacing: 1px;
    width: auto;
    font-size: 30px;
    line-height: 36px;
  }

  .contact-hero-subheading {
    width: 100%;
    margin-bottom: 0;
    line-height: 20px;
  }

  .hero-contact {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
  }

  .container-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-hero-section, .blog-hero-section {
    height: auto;
    padding: 175px 30px 50px;
  }

  .blog-hero-heading {
    letter-spacing: 1px;
    width: auto;
    font-size: 30px;
    line-height: 36px;
  }

  .blog-hero-subheading {
    width: 100%;
    margin-bottom: 0;
    line-height: 20px;
  }

  .blog-text-tile {
    height: auto;
    padding-bottom: 30px;
  }

  .blog-category-tag {
    font-size: 12px;
  }

  .blog-image-tile-1 {
    height: 120px;
  }

  .twitter.footer {
    float: left;
    padding-right: 0;
  }

  .service-detail-hero-heading {
    letter-spacing: 1px;
    width: auto;
    font-size: 30px;
    line-height: 36px;
  }

  .service-detail-hero-subheading {
    width: 100%;
    margin-bottom: 0;
    line-height: 30px;
  }

  .tool-list {
    padding: 50px 30px;
  }

  .tool-list-heading {
    text-align: center;
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 32px;
    overflow: visible;
  }

  .tool-list-body {
    margin-bottom: 20px;
    line-height: 30px;
  }

  .tool-details, .column-18 {
    flex-direction: column;
    display: flex;
  }

  .account-manager {
    background-image: url('../images/yellow-shapes-cluster.png'), linear-gradient(#fff, #fff);
    background-position: 63% 103%, 0 0;
    padding: 50px 30px 0;
  }

  .am-details-heading {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .am-details-body {
    margin-bottom: 20px;
    line-height: 30px;
  }

  .columns-8 {
    padding-left: 0;
  }

  .column-19 {
    flex: 1;
  }

  .image-10 {
    width: 75%;
  }

  .column-20 {
    padding-top: 20px;
  }

  .about-hero-section {
    background-image: linear-gradient(#0000, #0000);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    padding: 175px 30px 50px;
  }

  .about-hero-heading {
    letter-spacing: 1px;
    width: auto;
    font-size: 30px;
    line-height: 36px;
  }

  .about-hero-subheading {
    width: 100%;
    margin-bottom: 0;
    line-height: 20px;
  }

  .content-section {
    padding: 50px 30px 0;
  }

  .list-section-heading {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 50px;
  }

  .about-content {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .fancy-bullet-stlye {
    text-align: center;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fancy-bullet-list-content {
    text-align: center;
  }

  .case-study-details-hero-heading {
    letter-spacing: 1px;
    width: auto;
    font-size: 30px;
    line-height: 36px;
  }

  .case-study-details-hero-subheading {
    width: 100%;
    margin-bottom: 0;
    line-height: 20px;
  }

  .case-study-details {
    padding: 50px 30px;
  }

  .case-study-details-subtitle {
    font-size: 12px;
  }

  .case-study-details-heading {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .case-study-details-body {
    margin-bottom: 0;
    line-height: 30px;
  }

  .solution-details {
    padding: 50px 30px 30px;
  }

  .solution-details-subtitle {
    font-size: 12px;
  }

  .solution-details-heading {
    letter-spacing: 1px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .solution-heading {
    font-size: 16px;
  }

  .solution-details-body {
    margin-bottom: 20px;
    line-height: 30px;
  }

  .solution-column {
    margin-top: 0;
  }

  .training-hero-section {
    height: auto;
    padding: 175px 30px 50px;
  }

  .training-hero-heading {
    letter-spacing: 1px;
    width: auto;
    font-size: 30px;
    line-height: 36px;
  }

  .training-hero-subheading {
    width: 100%;
    margin-bottom: 0;
    line-height: 20px;
  }

  .training-content {
    padding: 50px 30px 0;
  }

  .training-content-container {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }

  .training-details-body {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
    position: static;
  }

  .resources-hero-section {
    height: auto;
    padding: 175px 30px 50px;
  }

  .resources-hero-heading {
    letter-spacing: 1px;
    width: auto;
    font-size: 30px;
    line-height: 36px;
  }

  .resources-hero-subheading {
    width: 100%;
    margin-bottom: 0;
    line-height: 20px;
  }

  .blog-detail-hero-section {
    height: auto;
    padding: 175px 30px 0;
  }

  .link-block._2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-block-2 {
    background-image: none;
  }

  .icon {
    float: left;
    clear: none;
    color: #0b0b0b;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
    top: 11px;
    left: 40px;
    right: 90px;
  }

  .bold-text {
    padding-right: 0;
  }

  .dropdown-list.w--open {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .dropdown-link {
    color: #0b0b0b;
    text-align: left;
    font-size: 12px;
  }

  .dropdown-link.bottom {
    margin-bottom: 20px;
  }

  .columns-12 {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .heading-3, .heading-3._2 {
    font-size: 16px;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 20px;
  }

  .blog-body {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .columns-13 {
    padding-bottom: 0;
  }

  .plant-hire-tile, .working-platforms-tile {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .specialities {
    height: auto;
    margin-top: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .collection-list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-row {
    flex-direction: column-reverse;
    display: flex;
  }

  .text-block-4 {
    font-size: 28px;
  }

  .text-block-5 {
    margin-left: -75%;
    font-size: 28px;
  }

  .am-facebook-link {
    display: block;
    position: static;
    overflow: visible;
  }

  .am-instagram-link {
    float: left;
    display: block;
  }

  .heading-1 {
    letter-spacing: 1px;
    width: auto;
    font-size: 30px;
    line-height: 36px;
  }

  .image-14 {
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
  }

  .div-block-8 {
    background-image: linear-gradient(#101010, #1b1b1b);
    padding: 20px 20px 85px;
  }

  .button-3 {
    width: 75px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 20px;
    padding: 0;
    font-size: 10px;
    display: block;
  }

  .div-block-9 {
    margin-left: 25%;
    padding-left: 55px;
  }

  .column-30, .column-31 {
    position: static;
  }

  .column-32, .column-33 {
    padding-left: 0;
  }

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

  .columns-20 {
    flex-direction: column-reverse;
    display: flex;
  }

  .collection-item-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-10 {
    flex-direction: row;
    width: 100%;
    display: flex;
  }

  .am-name {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .text-block-7 {
    float: left;
    opacity: 1;
    color: #0b0b0b;
    text-align: left;
    width: auto;
    margin-left: 0;
    margin-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .dropdown-2 {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0;
    display: block;
  }

  .div-block-13 {
    margin-left: -30px;
  }

  .div-block-14 {
    width: 90%;
  }

  .fill-in-form {
    width: 100%;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .image-19 {
    float: left;
    clear: none;
  }

  .about-content-left {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 20px;
  }

  .fancy-bullit-full-wdith {
    text-align: center;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .content-section-yellow {
    padding: 50px 30px 0;
  }

  .pricing-heading, .pricing-copy, .pricing-column {
    text-align: center;
  }

  .training-head {
    width: 100%;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 32px;
  }

  .about {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 20px;
  }

  .training-body-content {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    line-height: 27px;
  }

  .training-body-content-left {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    line-height: 27px;
  }

  .training-pricing-column {
    margin-bottom: 30px;
  }

  .div-block-16 {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .trianing-link {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 30px;
    line-height: 20px;
  }

  .training-pricing-content {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    line-height: 20px;
  }

  .column-36 {
    padding-right: 10px;
  }

  .column-37, .column-38 {
    padding-left: 10px;
  }

  .column-39 {
    padding-right: 10px;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.otf') format('opentype'), url('../fonts/Gilroy-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BlackItalic.otf') format('opentype'), url('../fonts/Gilroy-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.otf') format('opentype'), url('../fonts/Gilroy-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.otf') format('opentype'), url('../fonts/Gilroy-ExtraboldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy 2';
  src: url('../fonts/Gilroy-RegularItalic-2.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}