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

body {
  height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 5px;
}

a {
  color: #00e;
}

.button {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 60px;
  background-color: #fff;
}

.landing-page {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 41, 41, 0.5)), to(rgba(41, 41, 41, 0.5))), url('../images/background_neon_audit.jpg');
  background-image: linear-gradient(180deg, rgba(41, 41, 41, 0.5), rgba(41, 41, 41, 0.5)), url('../images/background_neon_audit.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.kuka-info {
  background-color: #cb291f;
  color: #fff;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #3e3732;
  color: #fff;
}

.landing-content {
  position: absolute;
  left: 0px;
  top: 38%;
  right: 0px;
  display: block;
  color: #fff;
}

.arrow-wrapper {
  margin-top: 10px;
}

.arrow-ball {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
}

.arrow-tip {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.arrow-part-wrapper {
  margin-bottom: 2px;
}

.h1-big {
  font-size: 65px;
}

.header-content {
  display: block;
  width: 1000px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.logo-wrapper {
  display: inline-block;
  margin: 15px;
  float: left;
}

.navbar {
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  float: right;
  background-color: transparent;
}

.nav-link {
  display: inline-block;
  padding: 20px 20px 17px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #cb291f;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #cb291f;
  color: #000;
}

.nav-link.w--current {
  border-bottom-color: #cb291f;
  color: #000;
}

.page-content {
  display: block;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.page-content.kuka {
  position: relative;
  height: 370px;
}

.icon-wrapper {
  height: 233px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.column-text {
  height: 440px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.services-column-1 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.services-column-2 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.column-content {
  display: inline-block;
  width: 500px;
  text-align: center;
}

.column-background {
  border-bottom: 1px solid #fff;
  background-color: #a4a19f;
}

.column-background.text-bg {
  border-bottom-style: none;
  border-bottom-width: 0px;
  background-color: #c5c4c4;
}

.cursive-text-block {
  margin-bottom: 15px;
  font-family: 'PT Sans', sans-serif;
  color: #cb291f;
  font-size: 16px;
  font-style: italic;
}

.list-item {
  margin-top: 6px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.kuka-content {
  position: absolute;
  top: 90px;
  right: 30px;
  bottom: 40px;
  width: 570px;
  text-align: left;
}

.quote-heading {
  margin-bottom: 30px;
  font-family: 'PT Sans', sans-serif;
  color: #cb291f;
  font-size: 20px;
  font-style: italic;
}

.quote-paragraph {
  font-family: 'PT Sans', sans-serif;
  color: #3e3732;
  font-style: italic;
}

.quote-name {
  margin-top: 20px;
  font-family: 'PT Sans', sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.sari-hakala-img-wrapper {
  position: absolute;
  left: 40px;
  bottom: 0px;
  overflow: hidden;
}

.quote-wrapper {
  display: inline-block;
}

.quote-wrapper.quote-1 {
  position: absolute;
  left: -54px;
  top: -6px;
}

.quote-wrapper.quote-2 {
  position: absolute;
  right: 30px;
  bottom: 35px;
}

.row {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
}

.h3-wrapper {
  height: 80px;
}

.accounting-rocks-link {
  color: #3e3732;
}

.footer-info-block {
  margin-bottom: 17px;
}

.footer-icon-wrapper {
  display: inline-block;
  width: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.footer-info-text {
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
}

.text-field {
  width: 400px;
}

.text-field.text-area {
  height: 100px;
}

.success-message {
  padding: 20px;
  background-color: #0bbd6d;
}

.error-message {
  background-color: #960800;
}

.footer-column {
  padding-left: 60px;
}

.grid {
  margin-right: 60px;
  margin-left: 60px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  color: #fff;
}

.arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 40px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.loader-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 100%;
  height: 10px;
  background-color: #e66e35;
}

html.w-mod-js *[data-ix="service-icon-ia"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="sari-img-ia"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 21px;
  }
  .h1-big {
    font-size: 55px;
  }
  .header-content {
    width: auto;
  }
  .page-content {
    width: auto;
  }
  .page-content.kuka {
    width: auto;
  }
  .column-content {
    width: 100%;
  }
  .kuka-content {
    top: 20px;
    right: 0px;
    bottom: 0px;
    width: 500px;
    padding-right: 25px;
  }
  .sari-hakala-img-wrapper {
    left: 0px;
  }
  .quote-wrapper.quote-2 {
    bottom: 100px;
  }
  .row {
    margin-right: 15px;
    margin-left: 15px;
  }
  .h3-wrapper {
    height: 90px;
  }
  .text-field {
    width: 300px;
  }
  .footer-column {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
  .button.submit-button {
    display: block;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
  .h1-big {
    font-size: 40px;
  }
  .navbar {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
  }
  .nav-link {
    width: 25%;
    font-size: 12px;
    text-align: center;
  }
  .page-content.kuka {
    height: auto;
  }
  .column-text {
    height: auto;
  }
  .kuka-content {
    position: relative;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    width: auto;
    padding: 25px 50px;
  }
  .sari-hakala-img-wrapper {
    display: none;
  }
  .quote-wrapper.quote-1 {
    left: 0px;
    top: 26px;
  }
  .quote-wrapper.quote-2 {
    right: 50px;
    bottom: 40px;
  }
  .h3-wrapper {
    height: auto;
  }
  .footer-info-text {
    font-size: 20px;
  }
  .text-field {
    display: inline-block;
  }
  .footer-column {
    padding-left: 10px;
    text-align: center;
  }
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 60px;
    right: 0px;
    display: block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .menu-button:hover {
    background-color: #cb291f;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #cb291f;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  .button {
    font-size: 12px;
  }
  .h1-big {
    font-size: 25px;
  }
  .nav-link {
    display: block;
    width: auto;
  }
  .quote-name {
    font-size: 22px;
  }
  .text-field {
    width: 250px;
  }
  .grid {
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .arrows {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

#w-node-7925bf94d097-adc81e42 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-3768d6c2b2b1-adc81e42 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

@media screen and (max-width: 479px) {
  #w-node-0f74b5e4433e-adc81e42 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  #w-node-9b229e27124b-adc81e42 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  #w-node-9dd3f7be6fa6-adc81e42 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

