body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

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

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

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

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-top: 11px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 14px;
  background-color: #69b9ff;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  padding: 20px;
  float: right;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
}

.navigation-link:hover {
  color: #fcac45;
}

.navigation-link.w--current {
  float: right;
  color: #fff;
}

.navigation-link.w--current:hover {
  color: #fcac45;
}

.navigation-link.w--current:active {
  color: #fcac45;
}

.navigation-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #000;
}

.navigation-menu {
  position: static;
  right: 0px;
  display: block;
  margin-left: 22%;
  float: none;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand-text {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  padding-top: 10px;
  padding-bottom: 9px;
}

.section {
  position: relative;
  margin-top: -1px;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  overflow: visible;
  background-color: #192024;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.hero-section.centered {
  overflow: visible;
  padding-top: 122px;
  padding-bottom: 122px;
  border-bottom: 4px solid #69b9ff;
  border-radius: 0px 0px 50px 50px;
  background-image: url('../images/Office-Background-Video-HD.mp4');
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.hero-heading {
  display: block;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-right: 18px;
  margin-bottom: 40px;
  margin-left: 34px;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  border: 1px solid #252f3d;
  background-color: #252f3d;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.image {
  position: fixed;
}

.grid {
  margin-top: 15px;
  padding-top: 32px;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4";
}

.div-block {
  padding-top: 0px;
  border-top-left-radius: 50px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 50px;
  box-shadow: 2px 2px 12px 0 #000;
  text-align: center;
}

.text-block {
  padding: 11px 20px 20px;
}

.image-2 {
  padding-top: 13px;
}

.columns {
  display: block;
}

.column {
  -o-object-fit: fill;
  object-fit: fill;
}

.image-3 {
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-2 {
  background-color: transparent;
  background-image: url('../images/output-onlinepngtools.png');
  background-position: 0px 0px;
  background-size: cover;
}

.column-2 {
  background-color: transparent;
  background-image: url('../images/logo-servus-credit-union-1.png');
  background-position: 0px 0px;
  background-size: contain;
}

.div-block-3 {
  background-color: transparent;
  background-image: url('../images/logo-princess-auto.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image-4 {
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-4 {
  background-image: url('../images/logo-home-hardware.png');
  background-position: 0px 0px;
  background-size: contain;
  background-attachment: scroll;
}

.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.flex-container {
  display: block;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.feature-image-mask {
  width: 100%;
  height: 100%;
  margin-right: 40px;
  -o-object-fit: fill;
  object-fit: fill;
}

.feature-image {
  display: block;
  width: 100%;
  height: 400px;
  max-height: 450px;
  border-radius: 0px;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section-7 {
  margin-top: 0px;
  background-color: #fff;
}

.div-block-5 {
  margin-top: 160px;
}

.columns-2 {
  margin-top: 51px;
  padding-right: 0px;
}

.column-3 {
  margin-top: 0px;
}

.columns-3 {
  margin-top: 29px;
}

.heading {
  font-weight: 400;
}

.paragraph {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
}

.heading-2 {
  margin-top: 132px;
  font-weight: 600;
}

.paragraph-2 {
  position: absolute;
  margin-top: 17px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}

.image-5 {
  width: auto;
  height: 100px;
}

.image-6 {
  height: 100px;
}

.image-7 {
  height: 100px;
}

.image-8 {
  height: 100px;
}

.columns-4 {
  margin-top: 33px;
}

.section-3 {
  background-color: #fff;
}

.heading-3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.button-2 {
  margin-left: 0px;
  clear: none;
  border-radius: 10px;
  text-align: center;
}

.div-block-6 {
  text-align: center;
}

.section-4 {
  margin-top: 0px;
  background-color: #fff;
}

.container {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 106px;
}

.paragraph-3 {
  width: 60%;
  text-align: center;
}

.div-block-7 {
  text-align: center;
}

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

.div-block-8 {
  text-align: center;
}

.bold-text {
  font-weight: 700;
}

.section-5 {
  background-color: #fff;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 33px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 53%;
  border-radius: 9%;
  background-image: url('../images/payroll_in_house_best_practice-1024x373-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.section-6 {
  background-color: #fff;
}

.heading-4 {
  font-weight: 400;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.field-label {
  margin-top: 8px;
}

.text-field {
  margin-left: 9px;
  border-radius: 20px;
}

.field-label-2 {
  margin-left: 17px;
}

.text-field-2 {
  margin-left: 13px;
  border-radius: 20px;
}

.submit-button {
  overflow: visible;
  clear: none;
  cursor: pointer;
}

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

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: none;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.submit-button-2 {
  width: 100%;
  margin-top: 26px;
  margin-bottom: 32px;
  border-radius: 20px;
}

.image-11 {
  border: 1px solid transparent;
}

.heading-5 {
  color: #fff;
}

.heading-6 {
  color: #fff;
}

.heading-7 {
  color: #fff;
}

.div-block-10 {
  margin-top: 16px;
  margin-left: 13px;
  padding: 2px 18px 2px 9px;
  border-top-left-radius: 50px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 50px;
  background-color: #303c4d;
}

.paragraph-4 {
  padding-right: 0px;
}

.paragraph-5 {
  text-align: right;
}

.text-span {
  background-color: transparent;
  color: #e9561d;
}

.div-block-11 {
  height: 400px;
  background-image: url('../images/image-guide-2.svg');
  background-position: 0px 100px;
  background-size: contain;
  background-repeat: repeat-x;
  -o-object-fit: fill;
  object-fit: fill;
}

.background-video {
  display: block;
  overflow: visible;
  min-height: 500px;
  -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;
}

.container-2 {
  position: absolute;
  left: auto;
  top: 130px;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  overflow: auto;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 52px;
  padding-left: 52px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 2 auto;
  -ms-flex: 0 2 auto;
  flex: 0 2 auto;
  text-shadow: 4px 4px 6px #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-12 {
  margin-top: 43px;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.left {
  position: relative;
  top: 50%;
  width: 30%;
  min-height: 320px;
  float: left;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate(0px, 150px);
  -ms-transform: translate(0px, 150px);
  transform: translate(0px, 150px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.right {
  position: relative;
  width: 70%;
  float: left;
}

.image-12 {
  float: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-13 {
  width: 30%;
  float: right;
  -webkit-transform: translate(0px, 150px);
  -ms-transform: translate(0px, 150px);
  transform: translate(0px, 150px);
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  margin-top: 58px;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.div-block-15 {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../images/payroll_in_house_best_practice-1024x373-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-15 {
  width: 200px;
}

.container-3 {
  display: block;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.heading-12 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  text-align: left;
  text-shadow: 1px 1px 6px #000;
}

.text-span-2 {
  color: #fcac45;
}

.heading-13 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: left;
}

.heading-14 {
  font-family: Montserrat, sans-serif;
  color: #5a5a5a;
  font-weight: 400;
  text-align: center;
}

.paragraph-6 {
  color: #404047;
  font-size: 16px;
  text-align: justify;
}

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

.paragraph-7 {
  color: #5a5a5a;
  font-size: 16px;
  text-align: justify;
}

.our-company-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.div-block-16 {
  padding: 30px;
}

.body {
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.team-section {
  display: none;
  padding-top: 0px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.heading-15 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #404047;
  font-weight: 400;
}

.slider {
  height: 100%;
  background-color: transparent;
}

.slide {
  width: 50%;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 20px;
  padding-right: 22px;
  padding-left: 103px;
  -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;
}

.image-16 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.paragraph-8 {
  color: #fff;
  font-weight: 400;
  text-align: justify;
}

.heading-16 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.slide-2 {
  width: 50%;
  height: 100%;
}

.slide-3 {
  width: 50%;
  height: 100%;
}

.div-block-18 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-17 {
  margin-top: 32px;
  margin-bottom: 42px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.careers-section {
  display: none;
  padding-top: 81px;
  padding-bottom: 81px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/background-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/background-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.news-section {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-2 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.text-block-3 {
  background-color: transparent;
  color: #fff;
}

.footer-3 {
  margin-top: 35px;
  padding-top: 44px;
  padding-bottom: 10px;
  background-color: #222;
}

.container-4 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-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;
  -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;
}

.social-footer-link {
  margin-left: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-footer-link:hover {
  opacity: 0.7;
}

.footer-bottom-wrapper {
  margin-top: 55px;
  color: #f9f9f9;
  text-align: center;
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.footer-small {
  font-size: 12px;
}

.image-17 {
  width: 200px;
}

.div-block-19 {
  margin-top: 15px;
}

.heading-18 {
  color: #fff;
}

.field-label-3 {
  color: #404047;
  font-weight: 600;
}

.field-label-4 {
  color: #404047;
  font-weight: 600;
}

.field-label-5 {
  color: #fff;
}

.field-label-6 {
  color: #fff;
}

.field-label-7 {
  color: #404047;
  font-weight: 600;
}

.submit-button-3 {
  margin-top: 15px;
  margin-right: auto;
  margin-left: 45%;
  padding-top: 9px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 10px;
  background-color: #fcac45;
}

.background-video-2 {
  width: 100%;
}

.background-video-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 440px;
  -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;
}

.div-block-21 {
  width: 100%;
  height: auto;
}

.applications-section {
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/background-3.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/background-3.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.image-18 {
  width: auto;
  height: auto;
  border-radius: 20px;
}

.image-19 {
  width: auto;
  height: auto;
  border-radius: 20px;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  min-height: 150px;
  border-radius: 20px;
  background-image: url('../images/Depositphotos_45501611_s-2019.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-23 {
  min-height: 150px;
  border-radius: 20px;
  background-image: url('../images/electric-vehicle.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-24 {
  height: 150px;
  border-radius: 20px;
  background-image: url('../images/Depositphotos_195399972_s-2019.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-25 {
  height: 150px;
  border-radius: 20px;
  background-image: url('../images/Depositphotos_92850372_s-2019.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-19 {
  margin-top: 50px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
}

.heading-20 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.paragraph-9 {
  margin-top: 26px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

.feature-image-mob {
  display: none;
  border-radius: 20px;
}

.mission-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.section-8 {
  margin-top: 100px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/teamwork-in-the-workplace.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/teamwork-in-the-workplace.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.navigation-container-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-3 {
  padding: 16px 32px;
  border-radius: 10px;
  background-color: #02676b;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.button-3:hover {
  background-color: #025c5f;
}

.logo {
  width: 200px;
}

.nav-menu-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3f0a3d;
}

.brand {
  margin-right: 20px;
  padding: 0px;
}

.line-break {
  width: 1px;
  min-height: 25px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #ddd;
}

.nav-link-plain {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 15px;
}

.nav-link-plain:hover {
  color: #02676b;
}

.heading-21 {
  color: #fff;
  font-size: 55px;
  font-weight: 400;
  text-align: center;
}

.section-9 {
  margin-top: 43px;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px;
  background-color: transparent;
}

.column-8 {
  background-color: #f0f0f0;
}

.image-20 {
  width: auto;
  border-radius: 50%;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
}

.div-block-26 {
  display: none;
  width: 100%;
  margin-top: 36px;
  padding: 30px;
  -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;
  border: 2px solid #404047;
  border-radius: 30px;
  background-color: #f0f0f0;
}

.heading-22 {
  margin-top: 15px;
  color: #fcac45;
  font-weight: 400;
}

.heading-23 {
  color: #404047;
  font-weight: 600;
  text-align: center;
}

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

.column-10 {
  display: block;
  -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;
}

.image-mob {
  display: none;
  border-radius: 50%;
}

.image-common {
  border-radius: 50%;
}

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

.paragraph-10 {
  text-align: justify;
}

.paragraph-11 {
  text-align: justify;
}

.div-block-27 {
  width: 50vw;
  margin-top: -10%;
  padding-left: 50px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 35px;
  padding-left: 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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.right-arrow {
  display: none;
}

.icon-2 {
  display: none;
}

.left-arrow {
  display: none;
}

.icon-3 {
  display: none;
}

.image-21 {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-28 {
  display: none;
  height: 100%;
  background-image: url('../images/Home-removebg-preview.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.div-block-29 {
  display: none;
  height: 100%;
  background-image: url('../images/tesla.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
}

.mask {
  width: 100%;
}

.text-span-3 {
  color: #fcac45;
}

.text-span-4 {
  color: #fff;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

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

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-5 {
  color: #fcac45;
}

.text-span-6 {
  color: #fcac45;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  width: 100%;
}

.accordion {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.accordion.js-accordion {
  margin-bottom: 100px;
}

.accordion-body__contents {
  margin-top: 8px;
  opacity: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #9096a4;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

.accordion-header {
  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;
  color: #2e323c;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.question-text {
  margin-top: 15px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 24px;
}

.accordion-body {
  display: block;
  padding-right: 8px;
  padding-left: 64px;
  color: #9096a4;
}

.accordion-body.js-accordion-body {
  padding-bottom: 20px;
  color: #9096a4;
}

.accordion__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: left;
  text-decoration: none;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.36);
  cursor: default;
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.faq-button {
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 3px;
  background-color: #ffb223;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.faq-video {
  margin-top: 40px;
}

.accordion_item-image {
  width: 40px;
}

.dropdown-2 {
  width: 100%;
}

.dropdown-toggle-2 {
  width: 100%;
  margin-top: 21px;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.47);
}

.div-block-31 {
  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;
}

.image-22 {
  width: 50px;
  border-radius: 10px;
}

.text-block-4 {
  margin-right: 20px;
  margin-left: 20px;
}

.dropdown-list {
  color: #f0f0f0;
}

.dropdown-list.w--open {
  margin-top: 0px;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.54);
}

.paragraph-12 {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  color: #404047;
}

.div-block-32 {
  min-height: 100px;
  box-shadow: 0 5px 8px -4px rgba(0, 0, 0, 0.59);
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    width: 100%;
    color: #fff;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #3b99d9;
  }

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

  .hero-section {
    margin-top: 51px;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .feature-image {
    display: none;
  }

  .div-block-5 {
    margin-top: 58px;
  }

  .heading-2 {
    margin-top: 85px;
  }

  .paragraph-2 {
    position: absolute;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .background-video {
    min-height: 620px;
  }

  .left {
    -webkit-transform: translate(0px, 86px);
    -ms-transform: translate(0px, 86px);
    transform: translate(0px, 86px);
  }

  .right {
    width: 70%;
  }

  .image-12 {
    position: relative;
    display: inline-block;
    float: left;
    clear: none;
    text-align: left;
  }

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

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

  .our-company-columns {
    display: block;
  }

  .div-block-16 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide {
    width: 100%;
  }

  .slide-2 {
    width: 100%;
  }

  .slide-3 {
    width: 100%;
  }

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

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

  .background-video-3 {
    height: 100vh;
  }

  .feature-image-mob {
    display: block;
    width: 100%;
    height: 350px;
  }

  .mission-columns {
    display: block;
  }

  .navigation-container-full {
    position: relative;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-3.button-mobile {
    display: none;
  }

  .nav-menu-green {
    height: auto;
    background-color: #192024;
    color: #fff;
  }

  .brand {
    margin-right: 10px;
    padding: 0px;
  }

  .line-break {
    display: none;
  }

  .nav-link-plain {
    width: 100%;
    color: #fff;
  }

  .nav-link-plain:hover {
    color: #fff;
  }

  .menu-button-green {
    border: 1px solid #e2a62b;
    border-radius: 50%;
    background-color: #e2a62b;
    color: #fff;
  }

  .menu-button-green.w--open {
    border-color: #02676b;
    border-radius: 50%;
    background-color: #e2a62b;
  }

  .icon {
    color: #fff;
  }

  .div-block-27 {
    margin-top: 0%;
  }

  .columns-9 {
    margin-top: 0px;
  }

  .div-block-28 {
    background-size: contain;
    background-repeat: repeat-x;
  }

  .div-block-29 {
    background-size: contain;
    background-repeat: repeat-x;
  }

  .mask {
    height: 400px;
  }

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

  .container-5 {
    padding: 30px;
  }

  .accordion {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .navigation-link {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
  }

  .section {
    padding-top: 0px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .section-title-group {
    margin-top: 0px;
    margin-bottom: 50px;
    padding-top: 26px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .div-block {
    margin-top: 18px;
    margin-bottom: 21px;
  }

  .about-section {
    padding: 40px 20px;
  }

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

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-5 {
    margin-top: 18px;
  }

  .heading {
    position: relative;
    margin-top: auto;
  }

  .paragraph {
    position: relative;
  }

  .heading-2 {
    margin-top: -1px;
  }

  .column-4 {
    margin-bottom: 25px;
  }

  .image-5 {
    width: 300px;
    margin-top: 13px;
  }

  .image-6 {
    width: 300px;
  }

  .image-7 {
    width: 300px;
    margin-top: 14px;
  }

  .image-8 {
    width: 300px;
    margin-top: 15px;
  }

  .image-9 {
    width: 400px;
    margin-top: -84px;
    margin-left: 74px;
    padding-top: 0px;
    clear: none;
    text-align: left;
  }

  .image-10 {
    width: 400px;
    margin-top: -75px;
    margin-left: 68px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .background-video {
    min-height: 700px;
  }

  .container-2 {
    min-height: 600px;
  }

  .left {
    position: static;
    width: 100%;
    min-height: 120px;
    margin-top: -1px;
  }

  .right {
    position: static;
    width: 100%;
  }

  .image-12 {
    margin-top: 35px;
  }

  .div-block-13 {
    width: 100%;
    min-height: 120px;
  }

  .div-block-14 {
    width: 100%;
    padding-top: 0px;
  }

  .image-13 {
    margin-top: 39px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .heading-12 {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }

  .heading-13 {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }

  .heading-14 {
    margin-top: 17px;
  }

  .our-company-columns {
    display: block;
  }

  .slide {
    width: 100%;
  }

  .div-block-17 {
    padding-right: 77px;
  }

  .slide-2 {
    width: 100%;
  }

  .slide-3 {
    width: 100%;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 20px;
    padding-right: 53px;
    padding-left: 89px;
    -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;
  }

  .submit-button-3 {
    margin-left: 39%;
  }

  .background-video-3 {
    width: 100%;
    height: 650px;
    margin-top: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns-6 {
    display: block;
  }

  .div-block-22 {
    height: 300px;
    min-height: 0px;
  }

  .div-block-23 {
    height: 300px;
    min-height: 0px;
  }

  .div-block-24 {
    height: 300px;
  }

  .div-block-25 {
    height: 300px;
  }

  .heading-20 {
    margin-bottom: 16px;
  }

  .paragraph-9 {
    margin-right: 10px;
    margin-left: 10px;
    text-align: justify;
  }

  .feature-image-mob {
    width: 100%;
    height: 300px;
  }

  .nav-menu-green {
    display: block;
    background-color: #192024;
  }

  .menu-button-green.w--open {
    border-radius: 50%;
    background-color: #e2a62b;
  }

  .image-20 {
    display: none;
    width: 200px;
  }

  .div-block-26 {
    display: none;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
  }

  .columns-8 {
    display: block;
  }

  .column-11 {
    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;
  }

  .image-mob {
    display: block;
    width: 200px;
  }

  .column-12 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-common {
    width: 200px;
  }

  .div-block-27 {
    width: 100%;
    padding-left: 0px;
  }

  .columns-9 {
    display: block;
    margin-top: 0px;
  }

  .column-13 {
    margin-top: 105px;
  }

  .div-block-28 {
    height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-size: contain;
    background-repeat: repeat-y;
  }

  .div-block-29 {
    position: static;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: scroll;
  }

  .slide-4 {
    height: 500px;
  }

  .mask {
    height: 650px;
  }

  .column-16 {
    margin-top: 35px;
  }

  .container-5 {
    padding: 30px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .section {
    width: 100vw;
    padding-top: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading {
    position: relative;
    display: block;
    overflow: visible;
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hero-subheading {
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }

  .section-heading.centered {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 25px;
  }

  .section-subheading.center {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 30px;
  }

  .section-title-group {
    position: relative;
    display: block;
    overflow: auto;
    width: 100%;
    min-width: 100%;
    margin-top: 2px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid-image {
    width: 35%;
  }

  .div-block {
    display: block;
  }

  .feature-image {
    display: none;
  }

  .heading {
    margin-top: -46px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .paragraph {
    padding-right: 11px;
    padding-left: 11px;
  }

  .heading-2 {
    margin-top: -56px;
  }

  .image-5 {
    width: 200px;
    height: 80px;
  }

  .image-6 {
    width: 200px;
    height: 70px;
  }

  .image-7 {
    width: 200px;
    height: 70px;
  }

  .image-8 {
    width: 200px;
    height: 70px;
  }

  .image-9 {
    margin-top: -64px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-10 {
    margin-top: -41px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-image-mask {
    padding-top: 52%;
  }

  .background-video {
    overflow: visible;
    min-height: 700px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 600px;
    padding-right: 5px;
    padding-left: 4px;
    -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;
  }

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

  .column-5 {
    display: none;
  }

  .column-6 {
    display: none;
  }

  .column-7 {
    display: none;
  }

  .image-12 {
    margin-top: 34px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .image-13 {
    margin-top: 90px;
  }

  .bold-text-2 {
    overflow: visible;
    width: auto;
    font-size: 8vw;
    white-space: normal;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .image-14 {
    position: static;
  }

  .heading-8 {
    margin-top: 13px;
  }

  .heading-9 {
    margin-top: 11px;
  }

  .heading-10 {
    margin-top: 13px;
  }

  .heading-11 {
    font-size: 6vw;
    white-space: normal;
  }

  .heading-12 {
    font-size: 35px;
  }

  .heading-14 {
    margin-top: 23px;
    text-align: center;
  }

  .paragraph-6 {
    text-align: justify;
  }

  .paragraph-7 {
    text-align: justify;
  }

  .our-company-columns {
    display: block;
  }

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

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

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

  .footer-logo-column {
    margin-bottom: 30px;
  }

  .social-footer-link {
    margin-right: 25px;
    margin-left: 25px;
  }

  .submit-button-3 {
    margin-left: 33%;
  }

  .background-video-3 {
    height: 700px;
  }

  .div-block-22 {
    height: 150px;
    min-height: 0px;
  }

  .div-block-23 {
    height: 150px;
    min-height: 0px;
  }

  .div-block-24 {
    height: 150px;
  }

  .div-block-25 {
    height: 150px;
  }

  .feature-image-mob {
    display: block;
    width: auto;
    height: 200px;
  }

  .mission-columns {
    display: block;
  }

  .image-common {
    display: block;
    height: 200px;
  }

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

  .div-block-28 {
    background-size: cover;
  }

  .div-block-29 {
    width: 100%;
  }

  .slide-4 {
    width: 100%;
    height: auto;
  }

  .mask {
    width: 100%;
    height: 700px;
  }

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

  .question-text {
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .faq-image {
    margin-top: 20px;
  }

  .accordion_item-image {
    width: 30px;
  }
}

#w-node-23fa828bd93e-f596042f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-23fa828bd92e-f596042f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-23fa828bd932-f596042f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

