body {
  font-family: 'SF Pro Display', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.nav-container {
  position: relative;
  width: 85%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.nav-link {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #283e69;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.icon {
  position: absolute;
  left: 173px;
  top: 32px;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-right: 0px;
  margin-left: 7px;
}

.text-block {
  display: inline-block;
  padding-right: 40px;
  padding-left: 20px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  background-color: #fff;
  background-image: none;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
}

.nav-panel-wrapper {
  position: absolute;
  left: 0%;
  top: 77px;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: block;
  overflow: hidden;
  height: 230px;
  box-shadow: 0 14px 20px -10px rgba(0, 0, 0, 0.2);
}

.nav-panel-content {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.solution-title {
  margin-bottom: 5px;
  color: #283e69;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.plato-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #bce2ff;
  background-color: #d9efff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #2d98ea;
  text-decoration: none;
}

.plato-link-wrapper:hover {
  background-color: #bce2ff;
  color: #283e69;
}

.solution-subheading {
  margin-bottom: 30px;
  color: rgba(40, 62, 105, 0.7);
  font-size: 18px;
  font-weight: 400;
}

.nav-menu-left {
  display: inline-block;
}

.nav-menu-right {
  display: inline-block;
  float: right;
}

.plato-logo-nav {
  position: absolute;
  left: 80px;
  top: 27px;
}

.body {
  position: relative;
}

.hero-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1000px;
  padding-top: 109px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b494d;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #0b494d, rgba(48, 130, 45, 0.65)), url('../images/O699PC0.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.container {
  position: relative;
  width: 85%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.h1 {
  margin-bottom: 19px;
  font-family: 'SF Pro Display', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  font-weight: 900;
  text-align: left;
}

.p1 {
  margin-top: 21px;
  padding-top: 15px;
  padding-right: 463px;
  border-top: 3px none #37d1b5;
  border-bottom: 3px none #6165ff;
  font-family: Questrial, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.text-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.underline {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 34px;
  margin-top: -27px;
  background-color: #283e69;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.nav-link-dropdown {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 15px 10px 25px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #283e69;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.kca-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #bce2ff;
  background-color: #d9efff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #2d98ea;
  text-decoration: none;
}

.kca-link-wrapper:hover {
  background-color: #bce2ff;
  color: #2d98ea;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #2d98ea;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #d9efff;
  text-decoration: none;
}

.link-block-2:hover {
  background-color: #005fa7;
  color: #d9efff;
}

.text-block-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.nav-label {
  padding-right: 15px;
  padding-left: 15px;
}

.hero-card-grid {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 1%;
  width: 1100px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card_base {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  padding: 40px 25px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: rgba(217, 239, 255, 0.5);
  box-shadow: 4px 3px 10px 0 rgba(0, 0, 0, 0.17);
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.card_title_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1_cards {
  color: #283e69;
  font-size: 28px;
  line-height: 28px;
}

.text_features {
  margin-bottom: 25px;
  color: rgba(40, 62, 105, 0.7);
  font-size: 16px;
  line-height: 20px;
}

.arrow {
  position: static;
  bottom: -545px;
}

.arrow._2 {
  position: static;
}

._33-grid-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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(#fff), to(hsla(0, 0%, 100%, 0.5))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.5)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.section-1 {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 201px;
  padding-bottom: 201px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.products {
  position: static;
  left: 0%;
  top: 70px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 230px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, 0.35);
}

.plato-logo-section {
  position: relative;
  left: 27px;
  top: -44px;
}

.p2 {
  margin-bottom: 40px;
  font-family: Questrial, sans-serif;
  color: rgba(40, 62, 105, 0.7);
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h1_section {
  position: relative;
  z-index: 5;
  margin-bottom: 15px;
  font-family: 'SF Pro Display', sans-serif;
  color: #0b494d;
  font-size: 60px;
  line-height: 64px;
  font-weight: 900;
  text-transform: uppercase;
}

.text-image-grid {
  margin-bottom: 80px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 78px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image {
  position: relative;
  top: auto;
  right: auto;
  border-radius: 0px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.4);
}

.h2 {
  margin-bottom: 15px;
  font-family: Questrial, sans-serif;
  color: #3e9c8b;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.h2.plato {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

.h2.plato.left {
  margin-right: auto;
  text-align: left;
}

.quote-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -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: radial-gradient(circle farthest-corner at 0% 50%, rgba(27, 117, 80, 0.85), rgba(0, 100, 117, 0.87)), url('../images/stock-1863880_1280.jpg');
  background-position: 0px 0px, 100% 59%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-2._2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-quote {
  z-index: 2;
  width: 800px;
  border-left: 10px solid #37d1b5;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.section-2 {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 150px;
  padding-bottom: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.h1_underline {
  position: absolute;
  top: 82px;
  z-index: 4;
  width: 85%;
  height: 4px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3e9c8b), to(rgba(138, 165, 248, 0)));
  background-image: linear-gradient(90deg, #3e9c8b, rgba(138, 165, 248, 0));
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.h1_underline.header {
  left: 0px;
  top: 177px;
  width: 435px;
  height: 5px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#226e33), to(transparent));
  background-image: linear-gradient(90deg, #226e33, transparent);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.section-copy-wrapper {
  position: relative;
}

.div-block-2 {
  position: relative;
}

.link-block-3 {
  position: absolute;
  left: 5%;
  top: 16%;
  right: auto;
  bottom: auto;
  z-index: 6;
}

.logo-wrapper {
  position: static;
  margin-right: 15px;
}

.blue-highlight {
  color: #3e9c8b;
}

.section-3 {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 0px;
  padding-bottom: 166px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.5))), url('../images/laptop-3196481_1920.jpg');
  background-image: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.5)), url('../images/laptop-3196481_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.h1-2 {
  margin-bottom: 20px;
  color: #283e69;
}

.social-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.f03_column {
  height: 180px;
}

.link-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Questrial, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-header.left {
  text-align: right;
}

.container-3 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.f03_column_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-5 {
  padding-top: 35px;
}

.text-link-footer {
  display: block;
  margin-bottom: 11px;
  font-family: Questrial, sans-serif;
  color: rgba(217, 239, 255, 0.5);
  text-decoration: none;
}

.text-link-footer.copyright {
  padding-top: 6px;
  text-align: right;
}

.footer-h1 {
  display: block;
  max-width: 480px;
  margin-top: 5px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  text-align: left;
}

.text-block-26 {
  display: block;
  color: rgba(217, 239, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
}

.footer-top-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}

.social-icon-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.f01 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 500px;
  padding: 75px 5%;
  background-color: #032e2a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 46, 43, 0.97)), to(rgba(4, 46, 43, 0.97))), url('../images/O6TSHY0.jpg');
  background-image: linear-gradient(180deg, rgba(4, 46, 43, 0.97), rgba(4, 46, 43, 0.97)), url('../images/O6TSHY0.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
}

.f03_btn {
  position: relative;
  display: inline-block;
  width: 500px;
  min-height: 48px;
  min-width: 150px;
  padding: 18px 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: rgba(28, 75, 57, 0.9);
  background-image: linear-gradient(117deg, #007f32, #006475);
  font-family: Questrial, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 1px;
}

.f03_btn.bottom {
  width: auto;
  background-image: linear-gradient(107deg, #007f32, #006475);
}

.f03_btn.topbar {
  width: auto;
  margin-top: 17px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-image: linear-gradient(107deg, #007f32, #006475);
  font-size: 15px;
}

.social-icon-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 0px;
  margin-left: 15px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.footer-cta-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block-4 {
  position: absolute;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.section-4 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.paragraph {
  width: 500px;
  color: rgba(52, 40, 105, 0.7);
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

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

.piece {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #2d98ea;
  box-shadow: 0 4px 50px 4px rgba(45, 93, 234, 0.6);
}

.piece._2 {
  border-radius: 5px;
  box-shadow: 0 4px 40px 4px rgba(0, 0, 0, 0.2);
}

.piece._3 {
  border-radius: 15px;
  box-shadow: 0 4px 40px 4px rgba(0, 0, 0, 0.2);
}

.piece.center {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d9efff;
  box-shadow: 0 4px 40px 4px rgba(0, 0, 0, 0.15);
}

.heading {
  color: #283e69;
  font-size: 50px;
  line-height: 56px;
  text-align: center;
}

.plato-head {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 90vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 239, 255, 0.5)), to(rgba(217, 239, 255, 0.5))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(217, 239, 255, 0.5), rgba(217, 239, 255, 0.5)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
}

.wave-divider {
  position: relative;
  z-index: 5;
  height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #283e69;
}

.strux-illustration {
  position: absolute;
  left: 12%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.movex-illustration {
  position: absolute;
  left: auto;
  top: auto;
  right: 12%;
  bottom: 0%;
}

.plato-logo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  margin-top: -40px;
}

.vertical-nav-indicator {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 28px;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vertical-indicator {
  position: relative;
  width: 2px;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #283e69;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.vertical-indicator.w--current {
  height: 50px;
  background-color: #01bbff;
}

.footer-spacer {
  position: relative;
  min-height: 500px;
}

.section-1-plato {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 180px 5% 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;
  background-color: #fff;
}

.container-leftalign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  min-height: 400px;
  margin: 0px auto 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-left-co2 {
  position: relative;
  width: 50%;
  padding-right: 50px;
}

.h1-plato-section {
  margin-bottom: 10px;
  color: #342869;
  font-size: 36px;
  line-height: 40px;
}

.paragraph-2 {
  color: #898ab1;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-2.space_below {
  margin-bottom: 25px;
  color: rgba(52, 40, 105, 0.7);
  font-size: 18px;
}

.forecast-image-wrapper {
  overflow: hidden;
  width: 50%;
  margin-left: 20px;
  border-radius: 10px;
  box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.3);
}

.forecast {
  margin-right: auto;
  margin-left: auto;
}

.body-2 {
  background-color: #fff;
}

.feature-heading {
  margin-top: 13px;
  margin-bottom: 4px;
  color: #283e69;
  font-size: 18px;
  font-weight: 700;
}

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

.container-flex-vert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-on {
  min-height: 90px;
  min-width: 200px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 8px;
  background-color: transparent;
}

.tab-on.w--current {
  min-height: 90px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 8px;
  background-color: rgba(217, 239, 255, 0.8);
}

.section-2-plato {
  position: relative;
  z-index: 5;
  padding: 100px 5% 200px;
  background-color: #fff;
}

.tabs-content {
  overflow: visible;
  margin-left: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-10 {
  width: 600px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 8px;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.3);
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
  margin-right: 35px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p1-plato {
  display: block;
  max-width: 650px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  color: rgba(40, 62, 105, 0.7);
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.paragraph-2-w {
  max-width: 410px;
  color: rgba(52, 40, 105, 0.7);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.plato-subheading {
  position: absolute;
  left: 360px;
  bottom: -42.359px;
  width: 43%;
  margin-top: -25px;
  color: #4f74e2;
  font-size: 25px;
  line-height: 34px;
  font-weight: 500;
  text-align: left;
}

.scroll-arrow-wrapper {
  position: absolute;
  left: auto;
  top: 123%;
  right: 47%;
  bottom: auto;
  z-index: 3;
  padding: 15px;
  -webkit-filter: brightness(1000%);
  filter: brightness(1000%);
}

.scroll-arrow-wrapper.plato {
  top: 650px;
  right: auto;
  -webkit-filter: none;
  filter: none;
}

.text-co2 {
  max-width: 560px;
  margin-bottom: 0px;
  color: rgba(40, 62, 105, 0.7);
  font-size: 18px;
  line-height: 25px;
}

.check-wrap-co2 {
  margin-bottom: 35px;
}

.section-4-plato {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 250px 5% 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.content-right {
  overflow: hidden;
  width: 50%;
}

.illustration {
  position: static;
  bottom: 119px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: -7px 7px 15px 0 rgba(0, 0, 0, 0.3);
}

.image-13 {
  margin-right: 12px;
  -webkit-filter: hue-rotate(34deg);
  filter: hue-rotate(34deg);
}

.check-co2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-section-plato {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 5%;
  -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-color: #283e69;
}

.quote-section-plato.bot {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #283e69;
}

.container_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1_c_2 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
}

.logo_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 900px;
  margin: 45px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.logo-wrap-c1 {
  display: inline-block;
  width: auto;
}

.section-3-plato {
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: 120px 5%;
  background-color: #fff;
}

.p2-plato {
  display: block;
  max-width: 580px;
  margin-right: auto;
  margin-bottom: 53px;
  color: rgba(40, 62, 105, 0.7);
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.data-block {
  position: absolute;
  left: auto;
  top: 1%;
  right: -1%;
  bottom: auto;
}

.data-man {
  position: absolute;
  left: -2%;
  top: 35%;
  right: auto;
  bottom: auto;
}

.container-rightalign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  min-height: 400px;
  margin: 0px auto 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p3 {
  margin-bottom: 30px;
  color: rgba(40, 62, 105, 0.7);
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.h1-wrapper {
  position: relative;
}

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

.slide-nav {
  bottom: -25px;
  padding-top: 27px;
}

.client-name-testimonial {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-2 {
  width: 25px;
  height: 25px;
  color: hsla(0, 0%, 100%, 0.18);
}

.slide-2 {
  padding-top: 10px;
  padding-bottom: 31px;
}

.slider {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.profile-img-2 {
  width: 128px;
  height: 128px;
  margin-bottom: 25px;
  border-radius: 70%;
  background-image: url('../images/4_14.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 17px 0 rgba(0, 0, 0, 0.3);
}

.section-content-2 {
  position: relative;
  z-index: 2;
  padding: 60px 5% 90px;
  background-color: #283e69;
}

.left-arrow {
  border-radius: 5px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #000;
}

.left-arrow:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.h2-2 {
  margin-bottom: 25px;
  color: #283e69;
  font-size: 28px;
  line-height: 39px;
}

.h2-2.centre {
  text-align: center;
}

.h2-2.centre.testimonial-white {
  color: #fff;
  font-size: 32px;
  line-height: 38px;
}

.profile-img-1 {
  width: 128px;
  height: 128px;
  margin-bottom: 25px;
  border-radius: 70%;
  background-image: url('../images/Px128_1Px128.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 17px 0 rgba(0, 0, 0, 0.3);
}

.testimonial-text {
  display: inline-block;
  margin-bottom: 39px;
  color: rgba(217, 239, 255, 0.5);
  font-size: 18px;
  text-align: center;
}

.text-span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.right-arrow {
  border-radius: 5px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #000;
}

.right-arrow:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.item-left {
  width: 50%;
}

.item-right {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.benefit-wrap {
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  text-align: left;
}

.section-5-plato {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding: 100px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.kca-head {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.particles-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 900px;
}

.h1-kca {
  position: relative;
  z-index: 2;
  color: #283e69;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}

.kca-subheading {
  margin-top: 15px;
  color: rgba(40, 62, 105, 0.7);
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.button {
  position: absolute;
  bottom: 241.5px;
  padding: 10px 50px;
  border-radius: 4px;
  background-color: #2d98ea;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1), background-color 300ms ease, -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1), background-color 300ms ease, -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1), transform 300ms cubic-bezier(.215, .61, .355, 1), background-color 300ms ease;
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1), transform 300ms cubic-bezier(.215, .61, .355, 1), background-color 300ms ease, -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.button:hover {
  background-color: #283e69;
  box-shadow: 2px 2px 10px 0 rgba(52, 40, 105, 0.7);
  -webkit-transform: translate(0px, -7px);
  -ms-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
}

.kca-section-1 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.kca-section-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.contact-head {
  position: relative;
  z-index: 2;
  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-color: #fff;
}

.content-left {
  display: block;
  width: 100%;
  height: auto;
  min-height: 400px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-28 {
  color: #30ad5b;
  font-size: 14px;
}

.content-right-mob {
  width: 50%;
  min-height: 400px;
}

.form-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.image-15 {
  display: block;
  width: 420px;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-4 {
  max-width: 550px;
  margin-bottom: 25px;
  color: rgba(40, 62, 105, 0.7);
  font-size: 16px;
  line-height: 25px;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-rightside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.form-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  padding-top: 10px;
  padding-right: 17px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  display: block;
  width: 100%;
  min-height: 42px;
  margin-right: 13px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(114, 134, 160, 0.3);
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(114, 134, 160, 0.28);
  color: #7286a0;
}

.text-field:focus {
  border-color: #7286a0;
}

.text-field.no-padding {
  margin-right: 0px;
  border-color: rgba(114, 134, 160, 0.15);
}

.form {
  max-width: 550px;
}

.field-label {
  color: rgba(52, 40, 105, 0.7);
  font-size: 15px;
  font-weight: 400;
}

.content-right-2 {
  width: 50%;
  min-height: 400px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.submit-button {
  width: 100%;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  background-color: #37d1b5;
  color: #fff;
  font-size: 14px;
}

.success-message {
  border-radius: 4px;
  background-color: #c7f9d8;
  color: #fff;
}

.heading-3 {
  max-width: 554px;
  margin-bottom: 15px;
  font-family: 'SF Pro Display', sans-serif;
  color: #0b494d;
  font-size: 44px;
  line-height: 52px;
}

.text-span-2 {
  font-family: Questrial, sans-serif;
  font-weight: 100;
}

.kca-link-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #bce2ff;
  background-color: #d9efff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #2d98ea;
  text-decoration: none;
}

.kca-link-wrapper-copy:hover {
  background-color: #bce2ff;
  color: #2d98ea;
}

.nav-panel-content-copy {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.green-highlight {
  color: #37d1b5;
}

.internal-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  text-decoration: none;
}

.internal-link:hover {
  color: #37d1b5;
}

.internal-link-line {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-top: -8px;
  margin-left: -30px;
  background-color: #37d1b5;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.internal-link-line:hover {
  background-color: #2d98ea;
}

.paragraph-5 {
  display: inline-block;
  padding: 10px;
  font-family: Questrial, sans-serif;
  color: #3e9c8b;
  font-size: 24px;
}

.paragraph-5:hover {
  border-style: none;
  border-width: 2px;
  border-color: #37d1b5;
}

.kca-content-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 51px;
  grid-row-gap: 81px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.h2-kca {
  margin-top: 10px;
  color: #283e69;
  font-size: 34px;
}

.kca-p1 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #283e69;
  font-size: 20px;
  font-weight: 700;
}

.p1-kca {
  margin-bottom: 25px;
  color: rgba(40, 62, 105, 0.7);
  font-size: 18px;
  line-height: 25px;
}

.inline-link {
  color: rgba(40, 62, 105, 0.7);
  text-decoration: none;
}

.inline-link:hover {
  color: #283e69;
}

.back-wave {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 400px;
  background-image: url('../images/back-wave.svg');
  background-position: 50% 100%;
  background-size: 101%;
  background-repeat: no-repeat;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.middle-wave {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 400px;
  background-image: url('../images/middle-wave.svg');
  background-position: 50% 100%;
  background-size: 101%;
  background-repeat: no-repeat;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.front-wave {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 400px;
  background-image: url('../images/front-wave.svg');
  background-position: 50% 100%;
  background-size: 101%;
  background-repeat: no-repeat;
}

.hero-container {
  position: relative;
  width: 85%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.kca-illustration {
  width: 100%;
  height: 350px;
}

.kca-section-3 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-info {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 400px;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.contact-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 55%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #020202;
}

.contact-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-label {
  max-width: 560px;
  margin-bottom: 0px;
  font-family: Questrial, sans-serif;
  color: #5a5a5a;
  font-size: 22px;
  line-height: 28px;
}

.contact-icon {
  margin-right: 25px;
  padding: 10px;
  border-radius: 10px;
  background-color: #cd9293;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.text-block-29 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #283e69;
  color: #d9efff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.bold-text {
  font-size: 28px;
  line-height: 34px;
}

.navbar2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 4px rgba(0, 0, 0, 0.28);
}

.nav-link-2 {
  font-family: Questrial, sans-serif;
  font-size: 18px;
}

.container-4 {
  width: 80%;
  min-width: 80%;
}

.cta {
  margin-right: auto;
  margin-left: auto;
  padding-top: 33px;
  padding-bottom: 33px;
  text-align: center;
}

.nav-link-3 {
  padding: 33px 0px 28px;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  color: #909090;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  cursor: pointer;
}

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

.nav-link-3.w--current {
  border-bottom: 3px solid #3e9c8b;
  color: #3e9c8b;
}

.dropdown-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  background-color: #f7f9fc;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-align: center;
  text-decoration: none;
}

.dropdown-item:hover {
  background-color: #eff1f5;
}

.dropdown-list {
  left: 0%;
  top: 82px;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: hidden;
  height: 200px;
  background-color: #f8f9fc;
}

.infotext {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 22px;
}

.infotext.grey {
  font-family: Questrial, sans-serif;
  color: #909090;
}

.dropdown-description-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 24px;
  padding-bottom: 0px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.icon-3 {
  margin-right: 0px;
  padding-top: 1px;
  color: #888;
}

.nav-point-wrapper {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 18px;
  padding-bottom: 0px;
  padding-left: 18px;
}

.nav-point-wrapper.last-nav-item {
  margin-left: 21px;
  padding-right: 0px;
  padding-left: 0px;
}

.nav-point-wrapper.dropdown {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 13px;
}

.dropdown-link {
  margin-bottom: 7px;
  font-family: Questrial, sans-serif;
  color: #3e9c8b;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-toggle {
  padding: 0px 18px 0px 0px;
}

.logo-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 42px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.dropdown-item-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  background-color: #f7f9fc;
  box-shadow: none;
}

.nav-main {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #bebebe;
  background-color: #f7f9fc;
}

.logo {
  width: 300px;
  margin-top: 2px;
}

.dropdown-icon-wrapper {
  display: none;
  width: 100%;
}

.dropdown-icon {
  width: 60px;
  height: 60px;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.centered_w1 {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2em;
  padding-left: 2em;
}

.centered_w1.nav-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.background-video {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(291deg, rgba(0, 100, 117, 0.88), rgba(0, 127, 50, 0.88));
}

.contact-cols {
  width: 70%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.columns {
  width: 70%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fact-cols-right {
  width: 70%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 31px;
  padding-bottom: 96px;
}

.columns-2 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.facts-cols-right {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.navbar3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-top: 184px;
  padding-bottom: 30px;
  padding-left: 37px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #032e2a;
  background-image: linear-gradient(120deg, rgba(0, 127, 50, 0.76), rgba(0, 100, 117, 0.8)), url('../images/chess.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.top-section.about {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/men-1979261_1280.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: 125px, cover;
}

.top-section.about-section {
  background-image: linear-gradient(120deg, rgba(0, 127, 50, 0.76), rgba(0, 100, 117, 0.8)), url('../images/men-1979261_1280.jpg');
  background-position: 0px 0px, 50% 30%;
}

.top-section.section-marketing {
  background-image: linear-gradient(120deg, rgba(0, 127, 50, 0.76), rgba(0, 100, 117, 0.8)), url('../images/logo-design.jpg');
}

.top-section.section-outsourcing {
  background-image: linear-gradient(120deg, rgba(0, 127, 50, 0.76), rgba(0, 100, 117, 0.8)), url('../images/startup-849805_1920.jpg');
}

.top-section.section-procurement {
  background-image: linear-gradient(120deg, rgba(0, 127, 50, 0.76), rgba(0, 100, 117, 0.8)), url('../images/signature.jpg');
}

.top-section.section-transformation {
  background-image: linear-gradient(120deg, rgba(0, 127, 50, 0.76), rgba(0, 100, 117, 0.8)), url('../images/transformation.png');
}

.top-section.section-booking {
  background-image: linear-gradient(120deg, rgba(0, 127, 50, 0.76), rgba(0, 100, 117, 0.8)), url('../images/client-3691432_1920.jpg');
  background-size: auto, cover;
}

.blurb-blocks {
  margin-bottom: 0px;
  padding-top: 160px;
  padding-bottom: 160px;
  font-family: Questrial, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.section-heading {
  font-family: 'SF Pro Display', sans-serif;
  color: #fff;
  font-size: 50px;
}

.homepage-socialmediawrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.homepage-sociallink {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 5px;
  border-radius: 500px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.homepage-sociallink:hover {
  background-color: #3e9c8b;
}

.image-18 {
  border-radius: 50px;
}

.column-3 {
  display: block;
  height: 180px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Questrial, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-header-right.left {
  text-align: right;
}

.columns-3 {
  margin-right: auto;
  margin-left: auto;
  padding: 67px 92px;
}

.dropdown-link-2 {
  margin-bottom: 0px;
  font-family: Questrial, sans-serif;
  color: #3e9c8b;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.services-row {
  margin-right: auto;
  margin-left: auto;
  padding: 67px 92px;
  background-color: #fff;
}

.dropdown-toggle-2 {
  margin-left: -31px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-block-30 {
  font-family: 'SF Pro Display', sans-serif;
}

.icon-4 {
  color: rgba(0, 0, 0, 0.3);
}

.dropdown-link-3 {
  font-family: Questrial, sans-serif;
  color: rgba(28, 75, 57, 0.9);
  font-size: 18px;
}

.serv-submenu {
  font-family: Questrial, sans-serif;
  color: rgba(28, 75, 57, 0.9);
  font-size: 18px;
}

.serv-submenu.w--current {
  color: rgba(28, 75, 57, 0.9);
}

.dropdown-list-2 {
  padding-top: 13px;
}

.dropdown-list-2.w--open {
  margin-top: 3px;
  padding-top: 0px;
}

.f03_btn-2 {
  position: relative;
  display: inline-block;
  width: 500px;
  min-height: 48px;
  min-width: 150px;
  padding: 18px 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: rgba(28, 75, 57, 0.9);
  background-image: linear-gradient(117deg, #007f32, #006475);
  font-family: Questrial, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 1px;
}

.footer-all-pages {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 500px;
  padding: 75px 5%;
  background-color: #032e2a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 46, 43, 0.97)), to(rgba(4, 46, 43, 0.97))), url('../images/O6TSHY0.jpg');
  background-image: linear-gradient(180deg, rgba(4, 46, 43, 0.97), rgba(4, 46, 43, 0.97)), url('../images/O6TSHY0.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
}

.content-text {
  color: #a19b9b;
  font-size: 21px;
  line-height: 30px;
}

.image-19 {
  display: none;
}

.section-contact {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 0px;
  padding-bottom: 252px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.5))), url('../images/laptop-3196481_1920.jpg');
  background-image: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.5)), url('../images/laptop-3196481_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.video-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: none;
  width: 100%;
  height: 100%;
  -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(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94));
}

.video-holder {
  width: 900px;
  height: 500px;
  background-color: transparent;
}

.link-block-5 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.close-button {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 60px;
  margin-top: 16px;
  margin-right: 18px;
  background-image: url('../images/close-p-130x130q80.png');
  background-position: 50% 50%;
  background-size: cover;
}

html.w-mod-js *[data-ix="slide-up-row"] {
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

@media screen and (max-width: 991px) {
  .nav-container {
    width: 95%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-panel-wrapper {
    display: none;
  }

  .nav-menu-left {
    font-size: 14px;
  }

  .h1 {
    font-size: 50px;
  }

  .h1_underline.header {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .link-block-3.w--current {
    margin-left: 10px;
  }

  .f03_column {
    height: 100px;
  }

  .link-header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .f03_btn {
    width: auto;
  }

  .f03_btn.bottom {
    font-size: 15px;
  }

  .section-1-plato {
    padding-right: 3%;
    padding-left: 3%;
  }

  .content-left-co2 {
    width: 100%;
  }

  .forecast-image-wrapper {
    width: 100%;
  }

  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tab-on {
    width: 100%;
    min-height: 90px;
    margin-bottom: 15px;
  }

  .tab-on.w--current {
    width: 100%;
    margin-bottom: 15px;
  }

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

  .tabs-menu {
    margin-right: 0px;
  }

  .section-4-plato {
    padding-right: 3%;
    padding-left: 3%;
  }

  .content-right {
    width: 100%;
  }

  .quote-section-plato {
    padding-right: 3%;
    padding-left: 3%;
  }

  .container_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-content-2 {
    padding-right: 2%;
    padding-left: 2%;
  }

  .section-5-plato {
    padding-right: 3%;
    padding-left: 3%;
  }

  .content-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-right-mob {
    display: block;
    width: 100%;
    min-height: 0px;
  }

  .image-15 {
    position: relative;
    width: auto;
  }

  .paragraph-4 {
    text-align: center;
  }

  .image-16 {
    display: block;
    height: 376.98864746px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }

  .contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form {
    width: 100%;
  }

  .content-right-2 {
    width: 100%;
    padding-top: 85px;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .heading-3 {
    text-align: center;
  }

  .container-4 {
    width: 100%;
  }

  .nav-link-3.w--current {
    padding-bottom: 2px;
  }

  .dropdown-item {
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .infotext.grey {
    font-size: 13px;
  }

  .dropdown-description-wrapper {
    margin-bottom: 2px;
  }

  .nav-point-wrapper {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .logo-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-main {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .logo {
    position: absolute;
    display: none;
    overflow: visible;
    width: 300px;
    float: left;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .centered_w1 {
    padding-right: 42px;
    padding-left: 42px;
  }

  .centered_w1.nav-wrapper {
    width: 100%;
    max-width: 100%;
    clear: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #006475;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    margin-top: -32px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 28px;
    text-align: center;
  }

  .top-section.about-section {
    height: 300px;
  }

  .top-section.section-marketing {
    height: 300px;
  }

  .top-section.section-outsourcing {
    height: 300px;
    background-position: 0px 0px, 50% 20%;
  }

  .top-section.section-procurement {
    height: 300px;
    background-position: 0px 0px, 50% 20%;
  }

  .top-section.section-transformation {
    height: 300px;
    background-position: 0px 0px, 50% -40%;
  }

  .top-section.section-booking {
    height: 300px;
  }

  .blurb-blocks {
    padding-right: 44px;
    padding-bottom: 23px;
    padding-left: 44px;
  }

  .section-heading {
    font-size: 40px;
  }

  .homepage-sociallink {
    background-color: transparent;
  }

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

  .f03_btn-2 {
    width: auto;
  }

  .content-text {
    font-size: 18px;
  }

  .image-19 {
    display: block;
    padding-top: 51px;
  }

  .mobile-logo {
    position: absolute;
    z-index: 2000;
    width: 120px;
    height: 120px;
    margin-top: 10px;
    margin-left: 21px;
    background-image: url('../images/mob-logo.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .image-20 {
    padding-right: 19px;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    margin-top: 89px;
    font-size: 40px;
    line-height: 60px;
  }

  .p1 {
    padding-right: 0px;
  }

  .h1_section {
    font-size: 40px;
  }

  .block-quote {
    font-size: 50px;
  }

  .f03_column {
    text-align: center;
  }

  .f03_column_right {
    padding-top: 23px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-top-wrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .f01 {
    position: relative;
    height: auto;
  }

  .f03_btn.topbar {
    font-size: 21px;
  }

  .vertical-nav-indicator {
    width: 13px;
  }

  .footer-spacer {
    display: none;
  }

  .container-leftalign {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-left-co2 {
    margin-bottom: 55px;
    padding-right: 0px;
  }

  .tabs-menu {
    margin-right: 0px;
  }

  .logo_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-wrap-c1 {
    margin-bottom: 50px;
  }

  .container-rightalign {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item-row {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .item-row.standard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item-left {
    width: 100%;
  }

  .item-right {
    width: 100%;
  }

  .heading-3 {
    font-size: 46px;
    line-height: 52px;
  }

  .nav-link-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Questrial, sans-serif;
    color: #fff;
    font-size: 21px;
    text-align: center;
  }

  .nav-link-3.w--current {
    border-bottom-style: none;
    color: #fff;
  }

  .nav-point-wrapper.dropdown {
    display: none;
  }

  .logo-wrapper-2.page-transition {
    margin-right: 0px;
  }

  .nav-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .logo {
    display: none;
  }

  .nav-menu {
    position: absolute;
    width: 100%;
    height: 100vh;
    margin-top: 12px;
    padding-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(4, 46, 43, 0.94);
  }

  .centered_w1 {
    padding-right: 36px;
    padding-left: 36px;
  }

  .centered_w1.nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    padding-right: 16px;
    padding-bottom: 17px;
    padding-left: 16px;
  }

  .contact-cols {
    width: 95%;
  }

  .fact-cols-right {
    width: 92%;
  }

  .facts-cols-right {
    width: 92%;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 43px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .image-17 {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }

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

  .section-heading {
    font-size: 30px;
  }

  .homepage-socialmediawrapper {
    width: auto;
  }

  .dropdown-toggle-2 {
    padding-right: 6px;
  }

  .icon-4 {
    color: #fff;
  }

  .footer-all-pages {
    position: relative;
    height: auto;
  }

  .mobile-logo {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 479px) {
  .nav-panel-content {
    grid-auto-flow: column;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .h1 {
    margin-top: 60px;
    line-height: 60px;
  }

  .text-link-footer.copyright {
    text-align: center;
  }

  .footer-h1 {
    font-size: 22px;
    line-height: 33px;
    text-align: center;
  }

  .footer-top-wrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f03_btn {
    width: 100%;
  }

  .forecast-image-wrapper {
    padding-top: 0px;
  }

  .tabs-menu {
    margin-right: 0px;
  }

  .content-right {
    padding-top: 0px;
  }

  .item-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .item-row.standard {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .benefit-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-16 {
    height: 250px;
  }

  .form-rightside {
    width: 100%;
  }

  .form-left-side {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .contact-label {
    font-size: 15px;
  }

  .nav-link-3 {
    font-size: 7vw;
  }

  .centered_w1 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .blurb-blocks {
    padding-top: 42px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .section-heading {
    font-size: 25px;
  }

  .homepage-sociallink {
    margin-bottom: 10px;
  }

  .services-row {
    padding-right: 19px;
    padding-left: 19px;
  }

  .f03_btn-2 {
    width: 100%;
  }

  .content-text {
    font-size: 17px;
    line-height: 25px;
  }

  .image-20 {
    padding-right: 27px;
  }
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Black.otf') format('opentype'), url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-BlackItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}