:root {
  --teal: #0899c2;
  --light-highlight: #0098c2;
  --background: #132030;
  --navbar-3: rgba(0, 0, 0, .77);
  --navbar2: rgba(0, 0, 0, .81);
  --nav-bar: rgba(19, 32, 48, .69);
  --header-black: #141414;
  --alice-blue: #d9e1ea;
  --white: white;
  --black: #001325;
  --black-2: rgba(51, 51, 51, .77);
  --black-3: rgba(0, 19, 37, .9);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  -webkit-text-fill-color: inherit;
  background-color: #132020;
  background-clip: border-box;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 65px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.body {
  color: #fff;
  background-color: #132030;
  font-family: Montserrat, sans-serif;
  overflow: visible;
}

.services {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-6"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.careers {
  color: #000;
  background-color: #f5f7fa;
  border: 0 #303946;
  padding: 4px 30px 80px;
  position: relative;
}

.footer-subscribe {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/footer-image-1-min.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  padding: 50px 30px 40px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.heading {
  text-align: left;
  text-transform: uppercase;
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 58px;
  margin-left: 0;
  font-size: 50px;
  display: flex;
  position: static;
}

.text-block {
  color: var(--teal);
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  margin-top: 24px;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.paragraph {
  text-align: left;
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

.heading-2 {
  width: 600px;
  margin-top: -20px;
  margin-left: 100px;
  transform: rotate(0);
}

.text-block-2 {
  width: 600px;
  margin-top: 60px;
  margin-bottom: 100px;
  margin-left: 92px;
  font-size: 20px;
  line-height: 15px;
}

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

.heading-3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: -31px;
  margin-left: 0;
}

.button-6 {
  color: #fff;
  background-color: rgba(56, 152, 236, 0);
  margin-right: 0;
  padding-right: 0;
  font-size: 14px;
  text-decoration: none;
}

.button-6.w--current {
  color: var(--teal);
  font-size: 14px;
  text-decoration: line-through;
}

.button-7, .button-8 {
  background-color: rgba(56, 152, 236, 0);
  margin-right: 1405px;
  font-size: 20px;
}

.button-8.w--current {
  font-size: 14px;
}

.button-9 {
  background-color: rgba(56, 152, 236, 0);
  margin-right: 0;
  font-size: 14px;
}

.button-9.w--current {
  color: var(--teal);
  text-decoration: line-through;
}

.button-10 {
  background-color: rgba(56, 152, 236, 0);
  margin-right: 1405px;
  font-size: 14px;
}

.button-10.w--current {
  color: var(--teal);
  text-decoration: line-through;
}

.button-10.bottom {
  margin-right: 0;
}

.button-10.bottom.number {
  margin-left: 0;
}

.image {
  margin-left: 0;
  margin-right: -32px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 5%;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-top: -24px;
  margin-left: -34px;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 5%;
}

.section-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-image: url('../images/2560X1710-MASTHEAD-HOME-1-min-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px #000;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: static;
  overflow: hidden;
}

.bold-text-2 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 75px;
  line-height: 40px;
  position: relative;
}

.heading-6 {
  text-transform: uppercase;
  width: 550px;
  height: 250px;
  margin-top: -1328px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: 34%;
  bottom: 0%;
  left: 5%;
  right: 0%;
  overflow: visible;
}

.text-block-6 {
  margin-top: 0;
  margin-bottom: 2153px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  position: absolute;
  top: auto;
  bottom: 40%;
  left: 5%;
  right: auto;
}

.image-3 {
  z-index: 10;
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: 75%;
  max-height: 100vw;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button {
  color: #140d0d;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 2737px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  position: absolute;
  top: auto;
  bottom: 24%;
  left: 5%;
  right: auto;
}

.heading-service-2 {
  color: #fff;
  letter-spacing: -.2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 165px;
  margin-bottom: 40px;
  margin-left: 221px;
  padding-right: 0;
  font-size: 35px;
  line-height: 38px;
  display: block;
  position: absolute;
}

.heading-service-2:hover {
  color: #fff;
}

.navbuttondescriptortext {
  color: #fff;
  width: 350px;
  margin-top: 287px;
  margin-bottom: 100px;
  margin-left: 221px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
}

.section-2 {
  color: #fff;
  border-top: 0 #000;
  border-bottom: 2px #303946;
  border-radius: 1px;
  margin-bottom: 46px;
}

.service-image {
  object-fit: fill;
  border: 2px solid #fff;
  width: 1920px;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.service-image:hover {
  border-width: 2px;
  border-color: var(--teal);
  opacity: 1;
  filter: blur(5px);
  mix-blend-mode: color-dodge;
}

.div-block-vertical-line {
  background-color: #fff;
  border: 100px #fff;
  border-width: 0 100px 1px;
  width: 2px;
  height: 250px;
  margin-top: 160px;
  margin-left: 187px;
  position: absolute;
  top: auto;
}

.div-block-glow-line-copy {
  z-index: auto;
  opacity: 1;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  mix-blend-mode: screen;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  border-top: 40px solid #246d81;
  border-right: 0 #000;
  width: 300px;
  margin: -31px auto -1px;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: static;
  top: -145px;
}

.div-block-glow-line-copy2 {
  z-index: auto;
  opacity: 1;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  color: var(--light-highlight);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: cover;
  background-color: #a3b3b8;
  background-clip: border-box;
  border-top: 40px solid #246d81;
  border-right: 0 #000;
  width: 800px;
  height: 40px;
  margin: -43px 0 -1px -49px;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: static;
  top: -145px;
}

.button-copy {
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #009ac3;
  background-clip: border-box;
  border: 1px #000;
  border-left-color: #cc5959;
  border-radius: 20px;
  margin-bottom: 197px;
  margin-left: 768px;
  margin-right: 141px;
  padding: 6px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  transition: flex-grow .2s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-copy:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-49 {
  border: 1px solid #fff;
}

.div-block-50 {
  background-color: #65899d;
  width: 250px;
  height: 3px;
  margin-left: 0;
  padding-right: 0;
  position: absolute;
  left: auto;
}

.testimonial {
  background-color: #f5f7fa;
  border: 1px #303946;
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.testimonial:hover {
  margin-top: 0;
}

.slider-2 {
  background-image: linear-gradient(to bottom, var(--background), var(--teal));
  object-fit: fill;
  border-radius: 13px;
  width: 75%;
  height: auto;
  margin-top: 102px;
  margin-bottom: 102px;
  padding-bottom: 62px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.right-quote {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  width: 40px;
  margin-top: 35px;
  margin-left: 787px;
  font-size: 100px;
}

.brand {
  object-fit: contain;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: row;
  align-items: flex-start;
  width: 100px;
  margin-left: 55px;
  padding-top: 3px;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.brand.w--current {
  object-fit: fill;
  flex-flow: row;
  width: 75px;
  height: 60px;
  margin-top: 0;
  margin-left: 60px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.navbar {
  background-color: var(--navbar-3);
  color: #fff;
  object-fit: fill;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 40px;
  margin-right: -45px;
  padding: 0 100px 0 0;
  font-family: Montserrat, sans-serif;
  display: block;
  position: static;
  overflow: visible;
}

.navbar:active, .navbar:focus {
  text-decoration: line-through;
}

.container-4 {
  color: #fff;
  margin-left: 0;
}

.nav-link {
  color: #fff;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: line-through;
}

.nav-link.w--current {
  color: var(--teal);
  background-color: rgba(0, 0, 0, 0);
  font-size: 13px;
  text-decoration: line-through;
}

.nav-link.w--current:active {
  color: var(--teal);
  text-decoration: line-through;
}

.nav-link-2 {
  color: #fff;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
}

.nav-link-2:hover, .nav-link-2.w--current {
  text-decoration: line-through;
}

.nav-link-3 {
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.nav-link-3:hover {
  text-decoration: line-through;
}

.nav-link-3.w--current {
  color: var(--teal);
  text-decoration: line-through;
}

.heading-7 {
  outline-offset: 0px;
  outline: 3px #fff;
  margin-top: -31px;
  margin-bottom: 60px;
  margin-left: 50px;
  padding-left: 40px;
  font-size: 40px;
  line-height: 60px;
  display: inline-block;
}

.div-block-52 {
  z-index: auto;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  text-align: left;
  mix-blend-mode: darken;
  border-top: 40px solid #246d81;
  border-right: 1px #000;
  width: 800px;
  margin-top: 66px;
  margin-bottom: 4px;
  margin-right: 0;
  padding-top: 0;
  line-height: 50px;
  position: relative;
  top: 0;
}

.container-5 {
  margin-left: 1px;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-image: url('../images/masthead-about.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  margin-bottom: 0;
  display: grid;
}

.heading-8 {
  color: #fff;
  width: auto;
  margin-top: 100px;
  margin-bottom: 10px;
  margin-left: 60px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
  position: static;
  top: 190px;
}

.div-block-53 {
  width: 400px;
  margin-left: 103px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-9 {
  color: #8e9da8;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -94px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 50px;
  position: static;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.div-block-54 {
  width: 500px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-11 {
  color: #fff;
  background-color: rgba(56, 152, 236, 0);
  justify-content: flex-end;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.section-4 {
  z-index: 9999;
  clear: none;
  background-color: var(--background);
  text-align: left;
  justify-content: center;
  align-items: center;
  height: 175px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.container-6 {
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.navbar-3 {
  z-index: 9999;
  background-color: var(--background);
  color: #fff;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: -21px;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-link-4 {
  color: #fff;
  object-fit: fill;
  flex: none;
  font-size: 14px;
}

.nav-link-4:hover {
  color: #fff;
  text-decoration: line-through;
}

.nav-link-4:active {
  color: var(--teal);
}

.nav-link-4.w--current {
  text-decoration: line-through;
}

.nav-link-5 {
  color: #fff;
  flex: none;
  font-size: 14px;
}

.nav-link-5:hover {
  color: #fff;
  text-decoration: line-through;
}

.nav-link-5:active {
  color: var(--teal);
}

.nav-link-5.w--current {
  text-decoration: line-through;
}

.nav-link-6 {
  color: #fff;
  flex: none;
}

.nav-link-6:hover {
  text-decoration: line-through;
}

.nav-link-6:active {
  color: var(--teal);
}

.nav-link-6.w--current {
  text-decoration: line-through;
}

.nav-menu {
  background-color: var(--nav-bar);
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 0;
  padding: 20px 0;
  font-size: 14px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-menu:hover {
  color: var(--teal);
}

.container-7 {
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-right: 0;
  display: block;
}

.grid {
  background-color: #d9e1ea;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". ."
                       "Area Area";
  align-content: start;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding-top: 0;
  padding-left: 0;
}

.heading-10 {
  color: var(--header-black);
  margin-top: -10px;
  margin-bottom: 32px;
  margin-left: 0;
  padding-bottom: 42px;
  padding-left: 40px;
}

.image-4-copy {
  opacity: .56;
  transform-style: preserve-3d;
  margin-left: -375px;
  padding-left: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.section-5 {
  z-index: 9989;
  background-color: #fff;
  position: static;
  top: 0;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -51px;
  display: block;
}

.div-block-56 {
  border-top: 40px solid rgba(19, 32, 48, .63);
  border-right: 1px solid var(--light-highlight);
  background-color: var(--teal);
  filter: blur();
  mix-blend-mode: normal;
  width: 800px;
  height: 20px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-2 {
  width: 300px;
}

.paragraph-3 {
  justify-content: flex-end;
  width: 400px;
  margin-top: 94px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}

.div-block-57 {
  filter: blur();
  border-top: 40px solid rgba(19, 32, 48, .63);
  border-right: 1px #000;
  margin: -132px -303px -31px -225px;
  padding-bottom: 0;
}

.paragraph-4 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin: 51px auto 34px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}

.container-9 {
  text-align: left;
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 145px;
  margin-left: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area . Area-3"
                 ". . Area-2"
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  width: auto;
  max-width: 1200px;
  margin-left: 21px;
  margin-right: 0;
  padding-left: 0;
  display: grid;
  position: static;
}

.left-quote {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  flex-direction: row;
  align-items: center;
  width: 40px;
  margin-top: -86px;
  margin-left: 468px;
  font-size: 100px;
  display: block;
}

.dropdown {
  color: #fff;
  text-decoration: none;
}

.text-block-9 {
  color: #fff;
  font-size: 13px;
}

.text-block-9:hover {
  text-decoration: line-through;
}

.dropdown-list {
  background-color: rgba(149, 52, 52, .81);
}

.dropdown-list:hover {
  text-decoration: none;
}

.dropdown-list.w--open {
  background-color: var(--navbar2);
  opacity: 1;
  color: #fff;
  mix-blend-mode: normal;
  border-radius: 12px;
}

.dropdown-link {
  color: #fff;
  text-transform: uppercase;
}

.dropdown-link:hover {
  text-decoration: line-through;
}

.dropdown-link.w--current {
  color: var(--teal);
  text-decoration: line-through;
}

.dropdown-link-2 {
  color: #fff;
  text-transform: uppercase;
}

.dropdown-link-2:hover, .dropdown-link-2.w--current {
  text-decoration: line-through;
}

.dropdown-link-3 {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.dropdown-link-3:hover, .dropdown-link-3.w--current {
  text-decoration: line-through;
}

.dropdown-link-4 {
  color: #fff;
  text-transform: uppercase;
}

.dropdown-link-4:hover, .dropdown-link-4.w--current {
  text-decoration: line-through;
}

.dropdown-link-5 {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.dropdown-link-5:hover, .dropdown-link-5.w--current {
  text-decoration: line-through;
}

.dropdown-link-6 {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.dropdown-link-6:hover, .dropdown-link-6.w--current {
  text-decoration: line-through;
}

.icon {
  color: #fff;
}

.text-block-10 {
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-end;
  width: 130px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  font-size: 20px;
  display: flex;
  position: absolute;
  top: 22%;
  bottom: auto;
  left: auto;
  right: -4px;
  transform: rotate(90deg);
}

.div-block-glow-line-copy2-copy {
  z-index: auto;
  background-color: var(--teal);
  opacity: 1;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  -webkit-text-fill-color: inherit;
  mix-blend-mode: lighten;
  object-fit: cover;
  background-clip: border-box;
  border-top: 40px solid #000;
  border-right: 0 #000;
  width: 800px;
  margin: 0 0 2px -30px;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: auto;
}

.image-5 {
  filter: grayscale(73%);
  width: 30px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-5:hover {
  filter: none;
}

.nav-menu-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: static;
}

.link-block {
  justify-content: flex-end;
  align-items: flex-end;
  width: 30px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.dropdown-toggle {
  text-align: center;
  font-size: 13px;
}

.text-span {
  color: #fff;
}

.image-4 {
  z-index: 99;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
  position: absolute;
  left: 180px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.section-6 {
  background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue));
  margin-top: -100px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

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

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.text-block-11 {
  background-color: var(--nav-bar);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-transform: none;
  mix-blend-mode: normal;
  border: 5px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 55px;
  margin-left: 83px;
  margin-right: -14px;
  padding-left: 9px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: relative;
  top: 40px;
  left: -100px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-6 {
  float: right;
  clear: none;
  filter: grayscale(73%);
  width: 22px;
  margin: 0 0 0 219px;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  top: auto;
  bottom: 10px;
  left: auto;
  right: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-6:hover {
  filter: none;
}

.image-7 {
  object-fit: cover;
  overflow: auto;
}

.image-7:hover {
  -webkit-backdrop-filter: saturate(200%);
  backdrop-filter: saturate(200%);
  mix-blend-mode: normal;
}

.linkedin {
  width: 30px;
  max-width: 30px;
  position: absolute;
  top: 557px;
  bottom: 0%;
  left: 1229px;
  right: 0%;
}

.page-wrapper {
  background-color: var(--background);
  text-align: left;
  border-bottom: 1px solid rgba(42, 42, 42, .81);
  font-family: Montserrat, sans-serif;
  position: static;
  overflow: hidden;
}

.slide {
  text-align: left;
}

.div-block-58 {
  position: relative;
  overflow: hidden;
}

.section-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#d9e1ea, #d9e1ea);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 81px;
  display: grid;
}

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

.div-block-59 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff;
  grid-template: ". Area"
  / 1.75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 38px;
  padding-bottom: 0;
  padding-left: 23px;
  padding-right: 0;
  display: grid;
}

.div-block-60 {
  filter: blur();
  color: #c53939;
  border-top: 40px solid rgba(19, 32, 48, .63);
  border-right: 1px #000;
  width: 800px;
  margin-top: 8px;
  margin-bottom: -242px;
  margin-left: -200px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-11 {
  color: var(--header-black);
  text-transform: uppercase;
  margin-top: -9px;
  margin-bottom: 29px;
  margin-left: 21px;
}

.div-block-61 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-12 {
  margin-top: 21px;
}

.image-8 {
  margin-top: 36px;
}

.div-block-62 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.div-block-63 {
  filter: blur();
  border-top: 40px solid rgba(19, 32, 48, .63);
  border-right: 0 solid rgba(19, 32, 48, .63);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-12 {
  color: var(--header-black);
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: -13px;
  margin-left: 60px;
  margin-right: 47px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
}

.text-block-13 {
  width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.section-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d9e1ea;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 122px;
  display: grid;
}

.container-13 {
  max-width: none;
}

.container-14 {
  margin-top: 0;
  margin-left: 67px;
  padding-left: 0;
}

.container-15 {
  max-width: none;
  position: relative;
}

.container-16 {
  overflow: hidden;
}

.container-17 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: none;
  padding-right: 0;
  display: flex;
}

.div-block-64 {
  margin-top: 100px;
  margin-bottom: 13px;
  margin-right: 18px;
  padding-left: 0;
}

.container-18 {
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-65 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  justify-items: stretch;
  display: grid;
}

.container-19 {
  margin-left: 352px;
}

.container-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
}

.div-block-66 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: visible;
}

.div-block-66.david {
  display: none;
}

.container-21 {
  width: 340px;
  max-width: none;
  height: 110px;
  margin-top: -116px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.text-block-14 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

.image-9 {
  text-align: left;
  position: static;
}

.text-block-15, .text-block-16, .text-block-17 {
  color: #3c3e4f;
  text-transform: uppercase;
  border-top: 1px solid #93969a;
  border-bottom: 1px solid #93969a;
  width: auto;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.image-10 {
  opacity: .56;
  transform-style: preserve-3d;
  margin-bottom: 100px;
  margin-left: -375px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-11 {
  margin-bottom: 100px;
  margin-left: 20px;
  position: static;
  top: -495px;
  left: 309px;
}

.image-12 {
  opacity: .56;
  transform-style: preserve-3d;
  margin-bottom: 100px;
  margin-left: -375px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-13 {
  margin-bottom: 100px;
  margin-left: 20px;
}

.slide-2 {
  background-image: linear-gradient(#d9e1ea, #d9e1ea);
  height: 1000px;
  padding-left: 75px;
}

.bold-text-5, .bold-text-6 {
  text-transform: uppercase;
  display: block;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
  text-transform: uppercase;
}

.div-block-67 {
  background-color: var(--teal);
  width: 100px;
  height: 2px;
  margin-top: -7px;
  margin-left: 435px;
}

.heading-13 {
  color: var(--header-black);
  margin-top: -10px;
  margin-left: 21px;
}

.div-block-52-copy {
  z-index: auto;
  opacity: 1;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  text-align: left;
  mix-blend-mode: darken;
  border-top: 40px solid rgba(19, 32, 48, .63);
  border-right: 1px #000;
  width: 800px;
  margin-top: 60px;
  margin-bottom: -1px;
  margin-right: 0;
  line-height: 50px;
  position: relative;
  top: 0;
}

.dropdown-link-7 {
  color: #fff;
  text-transform: uppercase;
}

.dropdown-link-7:hover, .dropdown-link-7.w--current {
  text-decoration: line-through;
}

.grid-3 {
  grid-template-rows: auto;
}

.text-block-18 {
  height: 20px;
}

.text-block-19 {
  color: #fff;
  text-transform: uppercase;
  margin-top: -80px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph-5 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
  margin-top: 60px;
  margin-bottom: 0;
  padding: 20px;
  font-family: Montserrat, sans-serif;
}

.slider-3 {
  height: 500px;
}

.div-block-vertical-line-copy {
  background-color: #fff;
  border: 100px #fff;
  border-width: 0 100px 1px;
  width: 2px;
  height: 75px;
  margin-top: 176px;
  margin-left: 41px;
  position: absolute;
}

.lottie-animation {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
}

.div-block-52-copy {
  z-index: auto;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  text-align: left;
  mix-blend-mode: screen;
  border-top: 40px solid #246d81;
  border-right: 1px #000;
  width: 800px;
  margin-top: 40px;
  margin-bottom: 4px;
  margin-right: 0;
  padding-top: 0;
  line-height: 50px;
  position: relative;
  top: 0;
}

.container-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 8px;
  margin-left: 150px;
  margin-right: -1000px;
  padding-left: 0;
  display: grid;
}

.text-block-20 {
  letter-spacing: 1px;
  margin-top: 335px;
  margin-left: 0;
  font-size: 35px;
  font-weight: 300;
}

.heading-14 {
  letter-spacing: 1.5px;
  word-break: normal;
  width: 300px;
  margin: -11px 0 12px -6px;
  padding-left: 0;
  padding-right: 0;
  font-size: 75px;
  line-height: 65px;
}

.button-12-copy {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--teal);
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  margin: 50px 0 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  transition: flex-grow .2s;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-12-copy:hover {
  mix-blend-mode: normal;
  border-style: none;
  border-color: #817a7a;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.container-23 {
  text-align: left;
  max-width: none;
  margin-top: 80px;
  margin-left: 45px;
  padding-right: 0;
}

.text-block-21 {
  margin-top: 11px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 500;
}

.div-block-68 {
  z-index: auto;
  filter: blur();
  color: var(--teal);
  mix-blend-mode: hard-light;
  border-top: 40px solid #246d81;
  border-right: 1px solid #000;
  width: 800px;
  margin-top: 24px;
  margin-bottom: 4px;
  line-height: 50px;
  position: relative;
  top: 0;
}

.heading-15 {
  margin-top: -18px;
  margin-bottom: 138px;
  margin-left: 100px;
  padding-left: 0;
}

.container-24 {
  border-bottom: 2px solid #4c4c4c;
  max-width: none;
  margin: 55px 0 46px;
}

.text-block-22 {
  color: #fff;
  margin-top: 291px;
  margin-left: 241px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 67px;
  font-size: 16px;
  position: absolute;
}

.text-block-23 {
  color: #fff;
  width: 250px;
  margin-top: 310px;
  margin-left: 241px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  position: absolute;
}

.text-block-24 {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  padding-top: 310px;
  padding-left: 115px;
  padding-right: 31px;
  position: absolute;
}

.text-block-25 {
  color: #fff;
  padding-top: 318px;
  padding-left: 115px;
  padding-right: 597px;
  position: absolute;
}

.image-15 {
  margin-left: -26px;
}

.container-26 {
  margin-top: 52px;
}

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

.section-9 {
  object-fit: cover;
  background-image: url('../images/64aecb653ff962191082ed60_Design--Engineering-tile-image-min.gif');
  background-position: 100%;
  background-size: cover;
  height: 100vh;
}

.div-block-74 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 700px;
  margin-top: 220px;
  padding-top: 0;
  display: grid;
}

.body-2 {
  object-fit: fill;
}

.heading-16 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  column-count: auto;
  word-break: normal;
  margin-top: 300px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 50px;
}

.text-span-2 {
  color: var(--teal);
}

.heading-17 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 300px;
  margin-left: 101px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.nav-menu-3 {
  color: #5f5656;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.navbar-4 {
  z-index: 999;
  background-color: var(--background);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-link-7 {
  color: #fff;
  flex: none;
  width: auto;
  padding-right: 20px;
}

.nav-link-7:hover, .nav-link-7.w--current {
  text-decoration: line-through;
}

.nav-link-8 {
  color: #fff;
  flex: none;
}

.nav-link-8:hover, .nav-link-8.w--current {
  text-decoration: line-through;
}

.nav-link-9 {
  color: #fff;
  flex: none;
}

.nav-link-9:hover, .nav-link-9.w--current {
  text-decoration: line-through;
}

.nav-link-10 {
  color: #fff;
  flex: none;
}

.nav-link-10:hover, .nav-link-10.w--current {
  text-decoration: line-through;
}

.nav-link-11 {
  color: #fff;
  flex: none;
}

.nav-link-11:hover, .nav-link-11.w--current {
  text-decoration: line-through;
}

.nav-link-12 {
  color: #fff;
  flex: none;
}

.nav-link-12:hover, .nav-link-12.w--current {
  text-decoration: line-through;
}

.section-10 {
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  height: 100px;
}

.heading-18 {
  color: #fff;
  text-transform: uppercase;
  margin-top: -20px;
  margin-bottom: 140px;
  margin-left: 60px;
}

.paragraph-6 {
  color: #fff;
  width: 400px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.div-block-75 {
  border: 0 #9399a0;
  border-bottom-width: 1px;
}

.image-16 {
  object-fit: fill;
  width: 800px;
  padding-left: 10px;
  position: absolute;
}

.grid-4 {
  grid-row-gap: 16px;
  grid-template-areas: "Area";
}

.image-17 {
  opacity: .55;
  object-fit: fill;
  transform-style: preserve-3d;
  width: 85%;
  margin-left: -589px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.section-11 {
  object-fit: fill;
  border-top: 1px solid #9399a0;
  border-bottom: 1px solid #9399a0;
  justify-content: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.image-18 {
  float: none;
  object-fit: fill;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 50px;
  position: static;
}

.div-block-76 {
  background-color: var(--background);
  mix-blend-mode: overlay;
  width: 800px;
  height: 40px;
  margin-top: -15px;
}

.section-12 {
  border-bottom: 1px solid #9399a0;
}

.div-block-77 {
  background-color: var(--background);
  mix-blend-mode: overlay;
  width: 800px;
  height: 40px;
}

.heading-19 {
  color: #fff;
  text-transform: uppercase;
  margin-top: -20px;
  margin-left: 60px;
}

.paragraph-7 {
  color: #fff;
  width: 500px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-size: 15px;
  line-height: 25px;
}

.container-28 {
  position: relative;
  bottom: -282px;
}

.div-block-78 {
  background-color: var(--background);
  mix-blend-mode: overlay;
  width: 800px;
  height: 40px;
}

.heading-20 {
  color: #fff;
  text-transform: uppercase;
  margin-top: -20px;
  margin-left: 60px;
}

.grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
  margin-left: 60px;
  margin-right: 60px;
}

.container-29 {
  margin-top: -200px;
}

.div-block-79 {
  margin-top: -179px;
  margin-bottom: 100px;
  margin-left: 60px;
}

.div-block-80 {
  background-color: var(--background);
  mix-blend-mode: overlay;
  width: 800px;
  height: 40px;
}

.heading-21 {
  color: #fff;
  text-transform: uppercase;
  margin-top: -20px;
  margin-bottom: auto;
  margin-left: 60px;
}

.paragraph-8 {
  color: #fff;
  width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.div-block-81 {
  color: #9399a0;
  width: 800px;
  height: 2px;
  margin-top: 0;
  margin-bottom: -71px;
}

.div-block-82 {
  background-color: var(--background);
  mix-blend-mode: overlay;
  width: auto;
  height: 40px;
}

.heading-22 {
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  margin-top: -20px;
  margin-left: 60px;
}

.paragraph-9 {
  color: #fff;
  width: 400px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.grid-6 {
  border-top: 1px #fee;
  margin-top: 181px;
}

.section-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 30px;
  display: block;
}

.submit-button {
  background-color: var(--teal);
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 378px;
  padding-left: 29px;
  padding-right: 29px;
}

.submit-button:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.form-block {
  margin-left: 100px;
  margin-right: 100px;
}

.div-block-83 {
  background-color: var(--teal);
  width: 800px;
  height: 40px;
  margin-top: 0;
  padding-top: 0;
}

.image-19 {
  float: right;
  clear: none;
  filter: grayscale(73%);
  text-align: right;
  object-fit: fill;
  display: inline;
  position: static;
  overflow: visible;
}

.image-19:hover {
  filter: none;
}

.link-block-2 {
  text-align: right;
  margin-right: 100px;
  position: absolute;
  top: 40%;
  left: 0;
  right: -37px;
}

.dropdown-toggle-2 {
  position: relative;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.dropdown-2 {
  left: 0;
}

.div-block-84, .div-block-85 {
  background-color: var(--teal);
  mix-blend-mode: darken;
  width: 800px;
  height: 40px;
  margin-top: 60px;
}

.div-block-86, .div-block-87, .div-block-88 {
  background-color: var(--teal);
  mix-blend-mode: darken;
  width: 800px;
  height: 40px;
}

.div-block-89 {
  background-color: var(--teal);
  width: 800px;
  height: 40px;
  margin-left: -25px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-90 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 226px;
  margin-right: 140px;
  display: grid;
}

.image-20, .image-21 {
  width: 100%;
  max-width: 100%;
}

.container-30 {
  width: auto;
  height: auto;
  max-height: none;
  margin-top: 34px;
}

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

.heading-23 {
  text-transform: uppercase;
  margin-top: -13px;
  margin-bottom: 60px;
  margin-left: 60px;
}

.field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  font-weight: 500;
}

.div-block-91 {
  margin-bottom: 40px;
}

.div-block-92 {
  flex-direction: column;
  display: flex;
}

.image-22 {
  z-index: auto;
  width: 400px;
  margin-top: 40px;
  margin-left: auto;
  display: block;
  position: absolute;
}

.paragraph-10, .paragraph-11, .paragraph-12 {
  width: 350px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.text-span-3 {
  -webkit-text-stroke-color: var(--teal);
}

.section-15 {
  background-image: url('../images/masthead-isp.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.div-block-93 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-24 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 153px;
  font-weight: 400;
}

.div-block-94 {
  color: #c58e8e;
}

.div-block-95 {
  color: #ca9b9b;
}

.div-block-96, .div-block-97, .div-block-98, .div-block-99, .div-block-100, .div-block-101, .div-block-102 {
  color: #fff;
}

.div-block-103 {
  color: #fff;
  height: 700px;
  margin-top: 220px;
  padding-top: 0;
}

.heading-25 {
  text-transform: uppercase;
  width: 500px;
  margin-top: 0;
  margin-left: 0;
  font-size: 38px;
}

.text-span-4 {
  color: var(--teal);
}

.div-block-104 {
  background-color: var(--teal);
  width: 100px;
  height: 1px;
  margin-top: -538px;
  margin-right: -44px;
}

.div-block-105 {
  height: 5px;
}

.div-block-106 {
  background-color: var(--teal);
  width: 70px;
  height: 1px;
  margin-top: 0;
  margin-left: -65px;
  margin-right: -48px;
}

.button-12 {
  color: #333;
  -webkit-text-stroke-color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 339px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  transition: flex-grow .2s;
}

.button-12:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-span-5, .text-span-6 {
  color: var(--teal);
}

.grid-8 {
  grid-template-rows: auto;
  justify-content: stretch;
  align-items: end;
  margin-top: 258px;
  position: absolute;
}

.container-31 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-5 {
  z-index: 999;
  background-color: var(--background);
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-link-13 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-13:hover, .nav-link-13.w--current {
  text-decoration: line-through;
}

.nav-link-14 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-14:hover, .nav-link-14.w--current {
  text-decoration: line-through;
}

.nav-link-15 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-15:hover, .nav-link-15.w--current {
  text-decoration: line-through;
}

.nav-link-16 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-16:hover, .nav-link-16.w--current {
  text-decoration: line-through;
}

.nav-link-17 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-17:hover, .nav-link-17.w--current {
  text-decoration: line-through;
}

.nav-menu-4 {
  background-color: var(--background);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-block-3 {
  height: auto;
  margin-right: 20px;
}

.heading-26 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
  padding-top: 20px;
}

.div-block-107 {
  background-color: var(--black);
  opacity: 1;
  mix-blend-mode: normal;
  width: 800px;
  height: 40px;
  margin-top: -72px;
}

.image-23 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-108 {
  border-bottom: 1px solid #fff;
  margin-top: -13px;
}

.grid-10 {
  border-top: 1px #fff;
}

.paragraph-13 {
  color: #fff;
  width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.button-13 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  transition: flex-grow .2s;
}

.button-13:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-24 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100vw;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.section-16 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-25 {
  align-self: center;
  position: absolute;
}

.grid-11 {
  grid-template-rows: auto;
}

.heading-27 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-109 {
  background-color: var(--black);
  mix-blend-mode: normal;
  height: 40px;
  margin-top: -65px;
  margin-bottom: 60px;
}

.paragraph-14 {
  color: #fff;
  justify-content: flex-start;
  width: 400px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
  display: flex;
}

.div-block-110 {
  background-color: var(--black);
  height: 40px;
  margin-top: -65px;
  margin-bottom: 60px;
}

.heading-28 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.paragraph-15 {
  color: #fff;
  width: 400px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.section-17 {
  border-bottom: 1px solid #fff;
  margin-top: 40px;
}

.grid-12 {
  grid-template-rows: auto;
}

.heading-29 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-111 {
  background-color: var(--black);
  width: 800px;
  height: 40px;
  margin-top: -65px;
  margin-bottom: 40px;
}

.paragraph-16 {
  color: #fff;
  width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.grid-13 {
  background-image: url('../images/Network-Infrastructure-image.jpg');
  background-position: 0 0;
  background-size: cover;
  grid-template-rows: auto auto;
  position: static;
}

.heading-30 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-112 {
  background-color: var(--black);
  width: 800px;
  height: 40px;
  margin-top: -65px;
}

.paragraph-17 {
  color: #fff;
  width: 400px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.div-block-113 {
  padding-bottom: 60px;
}

.div-block-114 {
  background-color: #fff;
  width: 800px;
  height: 1px;
}

.image-26 {
  margin-top: 7px;
  margin-left: 0;
  padding-top: 0;
}

.button-14 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  transition: flex-grow .2s;
}

.button-14:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-27 {
  width: 100vw;
  height: 100%;
}

.div-block-116 {
  margin-top: 98px;
}

.button-12-copy-copy {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--teal);
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  transition: flex-grow .2s;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-12-copy-copy:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-12-copy-2 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: var(--teal);
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  transition: flex-grow .2s;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-12-copy-2:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.grid-14 {
  padding-left: 40px;
}

.grid-15, .grid-16, .grid-17, .grid-18, .grid-19 {
  padding-right: 40px;
}

.grid-20 {
  width: 100vw;
  height: 700px;
  margin-top: 220px;
  padding-right: 40px;
}

.button-15 {
  background-color: var(--white);
  color: #333;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 140px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  transition: flex-grow .2s;
}

.button-15:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.heading-31 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 34px;
  font-weight: 300;
}

.section-19 {
  background-image: url('../images/masthead-osp-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.heading-32 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  margin-top: 0;
  margin-right: 20px;
}

.text-span-7 {
  color: var(--teal);
}

.div-block-117 {
  background-color: var(--teal);
  text-transform: uppercase;
  justify-content: flex-end;
  width: 150px;
  height: 1px;
  margin-top: -444px;
  margin-left: 445px;
  display: block;
}

.link-block-4 {
  margin-top: 0;
  margin-bottom: 40px;
}

.navbar-6 {
  z-index: 99;
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-link-18 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-18:hover, .nav-link-18.w--current {
  text-decoration: line-through;
}

.nav-link-19 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-19:hover, .nav-link-19.w--current {
  text-decoration: line-through;
}

.nav-link-20 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.nav-link-20:hover, .nav-link-20.w--current {
  text-decoration: line-through;
}

.nav-link-21 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-21:hover, .nav-link-21.w--current {
  text-decoration: line-through;
}

.nav-link-22 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-22:hover, .nav-link-22.w--current {
  text-decoration: line-through;
}

.nav-menu-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-33 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-118 {
  background-color: var(--black);
  opacity: 1;
  mix-blend-mode: normal;
  width: 800px;
  height: 40px;
  margin-top: -66px;
}

.section-20 {
  border-top: 1px #fff;
}

.image-28 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-119 {
  border-bottom: 1px solid #fff;
}

.paragraph-18 {
  color: #fff;
  width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-size: 15px;
  line-height: 25px;
}

.button-16 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 600;
  transition: flex-grow .2s;
}

.button-16:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-29 {
  width: 400px;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: auto;
}

.section-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-30 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-31 {
  width: 100vw;
  margin-bottom: 40px;
}

.image-32 {
  margin-left: 0;
  display: inline-block;
  position: absolute;
}

.grid-21 {
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.section-22 {
  margin-top: 40px;
}

.heading-34 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-120 {
  background-color: var(--black);
  height: 40px;
  margin-top: -69px;
}

.paragraph-19 {
  color: #fff;
  width: 400px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.heading-35 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
  line-height: 33px;
}

.div-block-121 {
  background-color: var(--black);
  height: 40px;
  margin-top: -100px;
}

.paragraph-20 {
  color: #fff;
  width: 400px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.heading-36 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
  margin-left: 60px;
}

.div-block-122 {
  background-color: var(--black);
  width: 800px;
  height: 40px;
  margin-top: -63px;
}

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

.paragraph-21 {
  color: #fff;
  width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-size: 15px;
  line-height: 25px;
}

.button-17 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 140px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  transition: flex-grow .2s;
}

.button-17:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.grid-22 {
  grid-template-rows: auto;
}

.grid-23 {
  grid-template-rows: auto auto auto;
  width: 100vw;
  position: absolute;
}

.div-block-123 {
  background-color: var(--black);
  width: 800px;
  height: 40px;
  margin-top: -73px;
}

.heading-37 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.paragraph-22 {
  color: #fff;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.div-block-124 {
  object-fit: cover;
  padding-bottom: 60px;
}

.div-block-125 {
  background-color: #fff;
  height: 1px;
}

.heading-38 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 200px;
  margin-left: 60px;
  font-size: 18px;
  font-weight: 400;
}

.text-span-8 {
  color: var(--teal);
}

.image-34 {
  width: 100vw;
}

.section-24 {
  background-image: url('../images/masthead-POWER--CIVIL--min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.heading-39 {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
}

.heading-40 {
  color: var(--white);
  text-transform: uppercase;
}

.grid-25 {
  width: 100vw;
  height: 700px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 220px;
  padding-left: 40px;
  padding-right: 40px;
}

.button-18 {
  background-color: var(--white);
  color: #333;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 140px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  transition: flex-grow .2s;
}

.button-18:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-126 {
  background-color: var(--teal);
  width: 200px;
  height: 1px;
  margin-top: -326px;
}

.link-block-5 {
  padding-bottom: 40px;
}

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

.navbar-7 {
  background-color: var(--background);
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-link-23 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-23:hover, .nav-link-23.w--current, .nav-link-23.w--current:hover {
  text-decoration: line-through;
}

.nav-link-24 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-24:hover, .nav-link-24.w--current {
  text-decoration: line-through;
}

.nav-link-25 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-25:hover, .nav-link-25.w--current {
  text-decoration: line-through;
}

.nav-link-26 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-26:hover, .nav-link-26.w--current {
  text-decoration: line-through;
}

.nav-link-27 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-27:hover, .nav-link-27.w--current {
  text-decoration: line-through;
}

.grid-26 {
  grid-template-rows: auto auto;
}

.heading-41 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-127 {
  background-color: var(--black);
  width: 800px;
  height: 40px;
  margin-top: -65px;
}

.image-35 {
  border-bottom: 0 #000;
  margin-top: 40px;
}

.section-25 {
  border-top: 1px #fff;
}

.div-block-128 {
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.paragraph-23 {
  color: #fff;
  width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-size: 15px;
  line-height: 25px;
}

.container-35, .container-36, .container-37, .container-38 {
  padding-left: 40px;
}

.button-19 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  transition: flex-grow .2s;
}

.button-19:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-36 {
  object-fit: cover;
  border-bottom: 1px solid #fff;
  width: 100vw;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.section-26 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-37 {
  position: absolute;
}

.grid-27 {
  grid-template-rows: auto;
}

.div-block-129 {
  background-color: var(--black);
  height: 40px;
  margin-top: -100px;
}

.paragraph-24 {
  color: #fff;
  width: 400px;
  margin: 100px auto;
  font-size: 15px;
  line-height: 25px;
}

.heading-42, .heading-43 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-130 {
  background-color: var(--black);
  mix-blend-mode: normal;
  height: 40px;
  margin-top: -100px;
}

.paragraph-25 {
  color: #fff;
  width: 400px;
  margin: 100px auto;
  font-size: 15px;
  line-height: 25px;
}

.section-27 {
  border-bottom: 1px solid #fff;
  margin-top: 40px;
}

.grid-28 {
  grid-template-rows: auto;
}

.div-block-131 {
  background-color: var(--black);
  width: 800px;
  height: 40px;
  margin-top: -65px;
}

.heading-44 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
  margin-left: 60px;
}

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

.paragraph-26 {
  color: #fff;
  width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-size: 15px;
  line-height: 25px;
}

.button-20 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 140px;
  margin-bottom: 100px;
  margin-left: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  transition: flex-grow .2s;
}

.button-20:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section-28 {
  background-image: url('../images/Site-Development-image.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 700px;
}

.div-block-132 {
  background-color: var(--black);
  width: 800px;
  height: 40px;
  margin-top: -69px;
}

.heading-45 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.paragraph-27 {
  color: #fff;
  width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.div-block-133 {
  background-color: #fff;
  height: 1px;
}

.image-39 {
  filter: grayscale(73%);
}

.image-39:hover {
  filter: none;
}

.grid-29 {
  width: 100vw;
  height: 700px;
  margin-top: 220px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 140px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-29 {
  background-image: url('../images/masthead-Program-Management--min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.heading-46 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.heading-47 {
  color: #fff;
  text-transform: uppercase;
}

.text-span-9 {
  color: var(--teal);
}

.button-21 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 140px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  transition: flex-grow .2s;
}

.button-21:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-134 {
  background-color: var(--teal);
  width: 200px;
  height: 1px;
  margin-top: -350px;
  margin-left: 0;
}

.image-40 {
  filter: grayscale(73%);
  margin-top: 0;
  margin-bottom: 40px;
}

.image-40:hover {
  filter: none;
}

.navbar-8 {
  z-index: 999;
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-link-28 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-28:hover, .nav-link-28.w--current {
  text-decoration: line-through;
}

.nav-link-29 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-29:hover, .nav-link-29.w--current {
  text-decoration: line-through;
}

.nav-link-30 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-30:hover, .nav-link-30.w--current {
  text-decoration: line-through;
}

.nav-link-31 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-31:hover, .nav-link-31.w--current {
  text-decoration: line-through;
}

.nav-link-32 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-32:hover, .nav-link-32.w--current {
  text-decoration: line-through;
}

.nav-link-33 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-33:hover, .nav-link-33.w--current {
  text-decoration: line-through;
}

.heading-48 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-135 {
  background-color: var(--black);
  width: auto;
  height: 40px;
  margin-top: -65px;
}

.section-30 {
  border-top: 1px #fff;
}

.image-41 {
  width: 100%;
  margin-top: 60px;
}

.paragraph-28 {
  color: #fff;
  width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-size: 15px;
  line-height: 25px;
}

.div-block-136 {
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.button-22 {
  color: #333;
  text-transform: uppercase;
  background-color: #fcfdff;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  transition: flex-grow .2s;
}

.button-22:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-42 {
  object-fit: cover;
  border-bottom: 1px solid #f5f5f5;
  width: 100vw;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.section-31 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-43 {
  position: absolute;
}

.grid-30 {
  grid-template-rows: auto;
}

.heading-49 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-137 {
  background-color: var(--black);
  height: 40px;
  margin-top: -100px;
}

.paragraph-29 {
  color: #fff;
  width: 400px;
  margin: 100px auto;
  font-size: 15px;
  line-height: 25px;
}

.link, .link-2, .link-3 {
  color: var(--teal);
}

.heading-50 {
  color: #f8f8f8;
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-138 {
  background-color: var(--black);
  height: 40px;
  margin-top: -64px;
}

.paragraph-30 {
  color: #fff;
  width: 400px;
  margin: 100px auto;
  font-size: 15px;
  line-height: 25px;
}

.section-32 {
  border-bottom: 1px solid #fff;
  margin-top: 40px;
}

.grid-31 {
  grid-template-rows: auto;
}

.heading-51 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
  margin-left: 60px;
}

.div-block-139 {
  background-color: var(--black);
  width: auto;
  height: 40px;
  margin-top: -63px;
}

.image-44 {
  width: 100%;
  margin-top: 60px;
}

.paragraph-31 {
  color: #fff;
  width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.button-23 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 100px;
  margin-bottom: 40px;
  margin-left: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  transition: flex-grow .2s;
}

.button-23:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.grid-32 {
  grid-template-rows: auto;
}

.section-33 {
  background-image: url('../images/quality-assurance-image.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 800px;
}

.heading-52 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-140 {
  background-color: var(--black);
  height: 40px;
  margin-top: -62px;
}

.paragraph-32 {
  color: #fff;
  width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.heading-53 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-141 {
  background-color: var(--black);
  height: 40px;
  margin-top: -63px;
}

.paragraph-33 {
  color: #fff;
  width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.top-heading {
  color: #333;
  text-transform: uppercase;
  font-weight: 400;
}

.top-heading.white {
  color: #fff;
}

.section-34 {
  background-image: url('../images/test-and-turnup-masthead.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: static;
}

.top-description {
  text-transform: uppercase;
}

.top-description.white {
  color: #fff;
  margin-left: 0;
}

.div-block-142 {
  height: 600px;
  padding-top: 140px;
  padding-left: 40px;
  padding-right: 40px;
}

.top-dark-button {
  background-color: var(--background);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
  margin-top: 140px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  transition: flex-grow .2s;
}

.top-dark-button:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.top-dark-button.white {
  background-color: var(--white);
  color: #333;
}

.accent-line {
  background-color: var(--teal);
  width: 250px;
  height: 1px;
  margin-top: -35px;
  margin-left: 330px;
}

.accent-line.design {
  width: 100px;
  margin-left: 484px;
}

.accent-line.isp {
  width: 200px;
  margin-left: 390px;
}

.accent-line.osp {
  width: 150px;
  margin-left: 411px;
}

.accent-line.program {
  width: 75px;
  margin-left: 515px;
}

.top-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 65vh;
  margin-top: 250px;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
}

.container-39 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.navbar-9 {
  z-index: 999;
  background-color: var(--background);
  padding-top: 10px;
  padding-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-link-34 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-34:hover, .nav-link-34.w--current {
  text-decoration: line-through;
}

.nav-link-35 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-35:hover, .nav-link-35.w--current {
  text-decoration: line-through;
}

.nav-link-36 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-36:hover, .nav-link-36.w--current {
  text-decoration: line-through;
}

.nav-link-37 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-37:hover, .nav-link-37.w--current {
  text-decoration: line-through;
}

.heading-56 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-144 {
  background-color: var(--black);
  width: 800px;
  height: 40px;
  margin-top: -64px;
}

.section-35 {
  border-top: 1px #fff;
}

.image-45 {
  width: 100%;
  margin-top: 60px;
}

.paragraph-34 {
  color: #fff;
  width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-size: 15px;
  line-height: 25px;
}

.div-block-145 {
  border-bottom: 1px solid #fff;
  padding-bottom: 60px;
}

.container-40, .container-41, .container-42, .container-43, .container-44 {
  margin-top: 60px;
}

.container-45 {
  margin-bottom: 60px;
}

.container-46 {
  padding-right: 40px;
}

.container-47 {
  padding-left: 40px;
}

.button-25 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  transition: flex-grow .2s;
}

.button-25:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section-36 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-46 {
  position: absolute;
}

.image-47 {
  object-fit: cover;
  border-bottom: 1px solid #fff;
  width: 100vw;
  padding-bottom: 40px;
}

.grid-35 {
  grid-template-rows: auto;
}

.heading-57 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-146 {
  background-color: var(--black);
  height: 40px;
  margin-top: -63px;
}

.paragraph-35 {
  color: #fff;
  width: 400px;
  margin: 60px auto 100px;
  font-size: 15px;
  line-height: 25px;
}

.heading-58 {
  clear: none;
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-147 {
  background-color: var(--black);
  height: 40px;
  margin-top: -64px;
}

.paragraph-36 {
  color: #fff;
  width: 400px;
  margin: 60px auto 100px;
  font-size: 15px;
  line-height: 25px;
}

.section-37 {
  border-bottom: 1px solid #fff;
  margin-top: 40px;
}

.section-38 {
  margin-top: 20px;
}

.grid-36 {
  grid-template-rows: auto;
}

.heading-59 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-148 {
  background-color: var(--black);
  width: 800px;
  height: 40px;
  margin-top: -64px;
}

.section-39 {
  margin-top: 20px;
}

.image-48 {
  width: 100%;
  margin-top: 60px;
}

.paragraph-37 {
  color: #fff;
  width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-size: 15px;
  line-height: 25px;
}

.linkedin-logo {
  filter: grayscale(73%);
}

.linkedin-logo:hover {
  filter: none;
}

.section-40 {
  background-image: url('../images/Wireless-services-masthead.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.heading-60 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.grid-38 {
  height: 700px;
  margin-top: 220px;
  margin-left: 40px;
  margin-right: 40px;
}

.heading-61 {
  color: #fff;
  text-transform: uppercase;
}

.text-span-10 {
  color: var(--teal);
  text-transform: uppercase;
}

.button-26 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  transition: flex-grow .2s;
}

.button-26:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-149 {
  background-color: var(--teal);
  width: 200px;
  height: 1px;
  margin-top: -362px;
}

.link-block-6 {
  margin-bottom: 40px;
}

.nav-menu-6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.navbar-10 {
  z-index: 8999;
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-link-38 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-38:hover, .nav-link-38.w--current {
  text-decoration: line-through;
}

.nav-link-39 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-39:hover, .nav-link-39.w--current {
  text-decoration: line-through;
}

.nav-link-40 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-40:hover, .nav-link-40.w--current {
  text-decoration: line-through;
}

.nav-link-41 {
  color: var(--white);
  text-transform: uppercase;
}

.nav-link-41:hover, .nav-link-41.w--current {
  text-decoration: line-through;
}

.nav-link-42 {
  color: var(--white);
  text-transform: uppercase;
}

.nav-link-42:hover, .nav-link-42.w--current {
  text-decoration: line-through;
}

.nav-link-43 {
  color: var(--white);
  text-transform: uppercase;
}

.nav-link-43:hover, .nav-link-43.w--current {
  text-decoration: line-through;
}

.section-41 {
  border-top: 1px solid #fff;
}

.grid-39 {
  grid-template-rows: auto auto;
}

.heading-62 {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-150 {
  background-color: var(--black);
  width: 800px;
  height: 40px;
  margin-top: -63px;
}

.image-50 {
  width: 100%;
  margin-top: 60px;
}

.paragraph-38 {
  color: var(--white);
  width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-size: 15px;
  line-height: 25px;
}

.div-block-151 {
  border-bottom: 1px solid #fff;
  padding-bottom: 60px;
}

.button-27 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  transition: flex-grow .2s;
}

.button-27:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-51 {
  position: absolute;
}

.section-42 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-52 {
  object-fit: cover;
  border-bottom: 1px solid #fff;
  width: 100vw;
  padding-bottom: 40px;
}

.section-43 {
  border-bottom: 1px solid #fff;
  margin-top: 40px;
}

.grid-40 {
  grid-template-rows: auto;
}

.heading-63 {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-152 {
  background-color: var(--black);
  height: 40px;
  margin-top: -140px;
}

.paragraph-39 {
  color: #fff;
  width: 400px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  font-size: 15px;
  line-height: 25px;
}

.heading-64 {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-153 {
  background-color: var(--black);
  height: 40px;
  margin-top: -140px;
}

.paragraph-40 {
  color: #fff;
  width: 400px;
  margin: 140px auto 100px;
  font-size: 15px;
  line-height: 25px;
}

.grid-41 {
  grid-template-rows: auto;
}

.heading-65 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-154 {
  background-color: var(--black);
  width: 800px;
  height: 40px;
  margin-top: -100px;
}

.image-53 {
  margin-top: 60px;
}

.paragraph-41 {
  color: #fff;
  width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-size: 15px;
  line-height: 25px;
}

.button-28 {
  background-color: var(--white);
  color: #333;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  transition: flex-grow .2s;
}

.button-28:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.grid-42 {
  grid-template-rows: auto;
  position: absolute;
}

.heading-66 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-155 {
  background-color: var(--black);
  height: 40px;
  margin-top: -100px;
}

.paragraph-42 {
  color: #fff;
  width: 400px;
  margin: 140px auto 100px;
  font-size: 15px;
  line-height: 25px;
}

.image-54 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.heading-67 {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-156 {
  background-color: var(--black);
  height: 40px;
  margin-top: -136px;
}

.paragraph-43 {
  color: #fff;
  width: 400px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.image-55 {
  filter: grayscale(73%);
}

.image-55:hover {
  filter: none;
}

.grid-43 {
  grid-template-rows: auto;
}

.section-44 {
  background-color: var(--alice-blue);
}

.grid-44 {
  grid-template-rows: auto;
  position: absolute;
}

.image-56 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: -70px;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.section-45 {
  background-color: var(--alice-blue);
  background-image: url('../images/aspire-carreers.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #fff;
  height: 75vh;
}

.heading-68 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 140px;
  margin-left: 50px;
  font-weight: 400;
}

.heading-69 {
  color: #fff;
  text-transform: uppercase;
  width: 700px;
  margin-top: 100px;
  margin-left: 50px;
  margin-right: auto;
}

.heading-70 {
  text-transform: uppercase;
  margin-top: 60px;
  margin-left: 60px;
}

.div-block-157 {
  background-color: var(--alice-blue);
}

.div-block-158 {
  background-color: var(--teal);
  width: 800px;
  height: 40px;
  margin-top: -71px;
  margin-bottom: 40px;
}

.section-46 {
  background-color: var(--white);
}

.paragraph-44 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.button-29 {
  background-color: var(--background);
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 100px;
  margin-bottom: 40px;
  margin-left: 100px;
  padding-left: 40px;
  padding-right: 40px;
  transition: flex-grow .2s;
}

.button-29:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section-47 {
  background-color: var(--white);
  object-fit: cover;
  height: 100%;
  margin-top: 0;
  overflow: visible;
}

.heading-71 {
  text-transform: uppercase;
  margin-left: 60px;
}

.div-block-159 {
  width: auto;
  height: auto;
}

.paragraph-45 {
  width: 400px;
  margin: 60px auto;
  font-size: 15px;
  line-height: 25px;
}

.div-block-160 {
  background-color: var(--teal);
  height: 40px;
  margin-top: -66px;
}

.image-57 {
  opacity: .25;
  width: 100%;
  margin-left: -173px;
  padding-bottom: 60px;
}

.div-block-161 {
  background-color: var(--teal);
  height: 40px;
  margin-top: -69px;
}

.paragraph-46 {
  width: 400px;
  margin: 60px auto 40px;
  font-size: 15px;
  line-height: 25px;
}

.image-58 {
  width: 100vw;
}

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

.heading-72 {
  text-transform: uppercase;
  margin-top: 21px;
  margin-left: 60px;
  padding-top: 0;
}

.div-block-162 {
  background-color: var(--teal);
  width: 800px;
  height: 40px;
  margin-top: -76px;
}

.list {
  background-color: #fff;
  width: 400px;
  margin-bottom: 0;
  margin-left: 60px;
  padding-bottom: 60px;
}

.paragraph-47 {
  text-transform: none;
  width: 600px;
  margin: 60px auto 60px 60px;
  font-size: 15px;
  line-height: 25px;
}

.list-item {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 25px;
}

.list-item-2, .list-item-3 {
  margin-bottom: 40px;
  line-height: 25px;
}

.bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
  text-transform: uppercase;
}

.list-item-4 {
  margin-bottom: 40px;
  line-height: 25px;
}

.list-item-5 {
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 0;
  line-height: 25px;
}

.list-item-6 {
  margin-bottom: 40px;
  line-height: 25px;
}

.list-item-7, .list-item-8 {
  padding-bottom: 40px;
  line-height: 25px;
}

.grid-45 {
  text-transform: uppercase;
  border-radius: 20px;
  grid-template-rows: auto;
}

.button-30 {
  background-color: var(--background);
  border-radius: 20px;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  transition: flex-grow .2s;
}

.button-30:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.container-48 {
  margin-bottom: 140px;
}

.list-2 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.section-49 {
  background-image: url('../images/contact-masthead-min.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
}

.section-49.contact {
  background-attachment: scroll;
}

.section-50 {
  border-top: 2px #fff;
  border-bottom: 1px solid #fff;
  height: 0;
}

.section-51 {
  border-top: 2px #fff;
  border-bottom: 1px solid var(--white);
  height: 0;
}

.section-52 {
  border-top: 2px none var(--white);
  border-bottom: 1px solid #fff;
  height: 0;
}

.nav-menu-7, .nav-menu-8 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-53, .section-54 {
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  height: 100px;
}

.form-block-2 {
  width: 900px;
  margin-top: 60px;
  margin-bottom: 0;
  margin-left: 60px;
  padding-bottom: 60px;
}

.form-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--teal);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.field-label-6, .field-label-7 {
  color: #fff;
  text-transform: uppercase;
}

.text-field-2 {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--teal);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.field-label-8 {
  color: #fff;
  text-transform: uppercase;
}

.text-field-3 {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--teal);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.paragraph-48 {
  width: 400px;
}

.paragraph-49 {
  background-color: var(--navbar-3);
  color: #fff;
  border-radius: 20px;
  width: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 15px;
  line-height: 25px;
}

.heading-73 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 109px;
  margin-bottom: 20px;
  margin-left: 60px;
  font-weight: 400;
}

.field-label-9 {
  color: var(--white);
  text-transform: uppercase;
}

.text-field-4 {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--teal);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.field-label-10 {
  color: var(--white);
  text-transform: uppercase;
}

.select-field {
  border: 2px solid var(--teal);
  color: #fff;
  background-color: rgba(243, 243, 243, 0);
}

.checkbox-label {
  color: #fff;
}

.checkbox {
  border: 1px solid var(--teal);
  background-color: rgba(0, 0, 0, 0);
  width: 20px;
}

.field-label-11 {
  color: var(--white);
  text-transform: uppercase;
}

.textarea {
  border: 2px solid var(--teal);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.submit-button-2 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  transition: flex-grow .2s;
}

.submit-button-2:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.heading-74 {
  text-transform: uppercase;
  margin-left: 60px;
}

.image-59 {
  width: 100%;
}

.container-49 {
  justify-content: center;
  display: flex;
}

.image-60 {
  margin-top: 280px;
  margin-left: 180px;
  position: absolute;
}

.image-61 {
  margin-top: 320px;
  margin-left: 180px;
  position: absolute;
}

.div-block-164 {
  overflow: hidden;
}

.section-55 {
  z-index: 9999;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-link-44 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-44.w--current {
  text-decoration: line-through;
}

.nav-link-45 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-45.w--current {
  text-decoration: line-through;
}

.nav-link-46 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-46.w--current {
  text-decoration: line-through;
}

.nav-link-47 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-47.w--current {
  text-decoration: line-through;
}

.div-block-165 {
  background-color: var(--light-highlight);
  opacity: .63;
  mix-blend-mode: lighten;
  width: 700px;
  height: 30px;
  margin-top: -33px;
  margin-left: auto;
  margin-right: auto;
}

.heading-75 {
  display: flex;
}

.heading-76 {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 58px;
  font-size: 50px;
  line-height: 50px;
  display: flex;
}

.grid-48 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
}

.div-block-166 {
  width: 600px;
  max-width: 100%;
}

.div-block-167 {
  background-color: #dedede;
  border-left: 1px #000;
  height: 40px;
  margin-top: 31px;
  margin-right: -30px;
}

.div-block-168 {
  border: 1px solid var(--teal);
  background-color: var(--teal);
  height: 40px;
  margin-top: 31px;
  margin-left: -30px;
  margin-right: -108px;
  padding-bottom: 0;
}

.heading-77 {
  color: #9e9e9e;
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 300px;
  margin-top: -30px;
  margin-right: -53px;
  font-size: 29px;
  transform: rotate(90deg);
}

.text-block-26 {
  color: #fff;
  margin-left: -6px;
  padding-left: 0;
}

.icon-8 {
  color: #fff;
}

.dropdown-3 {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.dropdown-toggle-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-link-8 {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
}

.dropdown-link-8.w--current {
  text-decoration: line-through;
}

.dropdown-link-9 {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
}

.dropdown-link-9.w--current {
  text-decoration: line-through;
}

.dropdown-link-10 {
  color: var(--white);
  padding-top: 4px;
  padding-bottom: 4px;
}

.dropdown-link-10.w--current {
  text-decoration: line-through;
}

.dropdown-link-11 {
  color: var(--white);
  padding-top: 4px;
  padding-bottom: 4px;
}

.dropdown-link-11.w--current {
  text-decoration: line-through;
}

.dropdown-link-12 {
  color: var(--white);
  padding-top: 4px;
  padding-bottom: 4px;
}

.dropdown-link-12.w--current {
  text-decoration: line-through;
}

.dropdown-link-13 {
  color: var(--white);
  padding-top: 4px;
  padding-bottom: 4px;
}

.dropdown-link-13.w--current {
  text-decoration: line-through;
}

.dropdown-link-14 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  padding-top: 4px;
  padding-bottom: 4px;
}

.dropdown-link-14.w--current {
  text-decoration: line-through;
}

.dropdown-list-2 {
  color: #fff;
  background-color: #0d0d0d;
}

.dropdown-list-2.w--open {
  float: none;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  width: 100px;
  max-width: 100px;
  margin-left: -974px;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 969px;
  padding-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-169 {
  background-color: var(--light-highlight);
  mix-blend-mode: multiply;
  width: 600px;
  height: 40px;
  margin-left: -58px;
}

.div-block-170 {
  margin-bottom: 94px;
  padding-right: 26px;
}

.div-block-171 {
  margin-right: -21px;
  padding-right: 0;
}

.container-50 {
  margin-top: 54px;
}

.div-block-172 {
  margin-bottom: 81px;
}

.slide-nav-2 {
  margin-bottom: -49px;
}

.image-62 {
  filter: grayscale(73%);
}

.image-62:hover {
  filter: none;
}

.image-63 {
  filter: grayscale(73%);
}

.image-63:hover {
  filter: none;
}

.container-51 {
  justify-content: center;
  display: flex;
}

.section-56 {
  background-color: var(--alice-blue);
}

.grid-49 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 178px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-50 {
  color: #fff;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.heading-78 {
  color: #fff;
  text-transform: uppercase;
  margin-top: -20px;
  margin-left: 60px;
}

.paragraph-51, .paragraph-52 {
  color: #fff;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.button-31 {
  background-color: var(--white);
  color: #333;
  text-transform: uppercase;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.button-31:hover {
  transform: scale(1.1);
}

.grid-50 {
  grid-template-rows: auto;
}

.section-57 {
  background-image: url('../images/Smart-City-image.jpg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-175 {
  background-color: var(--background);
  mix-blend-mode: overlay;
  height: 40px;
}

.heading-79 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: -20px;
  margin-left: 60px;
}

.paragraph-53 {
  color: var(--white);
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-48 {
  color: var(--white);
}

.slide-4 {
  background-color: #d9e1ea;
}

.image-64 {
  object-fit: cover;
  margin-top: -61px;
}

.div-block-177 {
  position: static;
}

.section-58 {
  margin-top: 92px;
}

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

.nav-link-49 {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-49:hover {
  text-decoration: line-through;
}

.nav-link-49.w--current {
  color: var(--teal);
  text-decoration: line-through;
}

.nav-link-49.last {
  margin-right: 100px;
}

.text-block-27 {
  color: #fff;
  text-transform: uppercase;
}

.navbar-11 {
  background-color: var(--navbar-3);
  border-radius: 50px;
  width: 100vw;
  margin-left: 40px;
  margin-right: 0;
  padding-right: 60px;
  display: block;
  position: static;
}

.brand-2 {
  margin-left: 30px;
}

.icon-11 {
  color: #fff;
}

.left-div {
  display: block;
}

.list-3 {
  background-color: var(--navbar-3);
  color: #fff;
  border-radius: 20px;
  width: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 40px;
}

.privacy {
  color: #fff;
  padding-bottom: 20px;
}

.link-4, .link-5 {
  color: #fff;
}

.paragraph-54 {
  color: #fff;
  width: 800px;
  margin-left: 60px;
}

.paragraph-54.bottom {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.link-6, .link-7 {
  color: #fff;
}

.text-block-28 {
  color: #fff;
  padding-left: 15px;
}

.link-block-8 {
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .heading {
    text-transform: uppercase;
    width: auto;
    margin-top: 58px;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
  }

  .image-3, .service-image {
    object-fit: cover;
  }

  .nav-link.w--current, .nav-link-2, .nav-link-3 {
    font-size: 14px;
  }

  .heading-9 {
    color: #8e9da8;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: static;
    top: 18%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .nav-menu {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    display: flex;
    position: relative;
  }

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

  .div-block-56 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }

  .text-block-9 {
    font-size: 14px;
  }

  .text-block-10 {
    margin-top: 4px;
    margin-left: 0;
    margin-right: 100px;
    padding-top: 0;
    right: -89px;
  }

  .text-span {
    color: #fff;
  }

  .section-6 {
    margin-top: 0;
    position: relative;
    overflow: hidden;
  }

  .image-19 {
    margin-left: 0;
    margin-right: 65px;
  }

  .link-block-2 {
    margin-top: 0;
    margin-right: 115px;
    bottom: 273.203px;
    right: -123px;
  }

  .div-block-86, .div-block-87 {
    width: auto;
  }

  .div-block-88 {
    width: 1000px;
  }

  .image-20, .image-21 {
    width: 100%;
  }

  .paragraph-18, .paragraph-21 {
    padding-right: 20px;
  }

  .div-block-123 {
    background-color: rgba(0, 0, 0, .37);
  }

  .heading-38 {
    margin-top: 155px;
    padding-right: 20px;
    font-size: 18px;
  }

  .paragraph-23 {
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-24, .paragraph-25 {
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-26 {
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-27 {
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-28 {
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-29, .paragraph-30 {
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-31 {
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-32 {
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-33 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .top-grid {
    margin-left: 60px;
    margin-right: 60px;
  }

  .paragraph-34 {
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-35, .paragraph-36 {
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-37 {
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-45 {
    background-size: cover;
  }

  .section-52, .section-53 {
    border-top-style: none;
    height: 0;
  }

  .div-block-165 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-76 {
    text-transform: uppercase;
  }

  .heading-77 {
    margin-right: -17px;
  }

  .dropdown-link-8, .dropdown-link-9 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .dropdown-link-10 {
    padding-top: 4px;
    padding-bottom: 2px;
  }

  .dropdown-link-11 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 1920px) {
  .services {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area Area-2"
                   "Area-3 Area-4"
                   "Area-5 Area-6"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: 1919px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: grid;
  }

  .services:hover {
    grid-template-rows: auto auto;
    margin-bottom: 0;
  }

  .container {
    -webkit-text-stroke-color: #000;
    border-radius: 20px;
    font-size: 20px;
    line-height: 50px;
  }

  .careers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

  .footer-subscribe {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/footer-image-1-min.jpg');
    background-position: 0 0;
    background-size: cover;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    padding-top: 132px;
    display: grid;
    position: relative;
  }

  .heading {
    text-align: left;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    line-height: 50px;
  }

  .text-block {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 118px;
    font-size: 20px;
  }

  .paragraph {
    text-align: left;
    margin-bottom: 58px;
    padding-left: 210px;
    padding-right: 210px;
    font-size: 18px;
    line-height: 30px;
  }

  .heading-2 {
    color: #000;
    margin-top: 103px;
    margin-bottom: 44px;
    margin-left: 50px;
    padding-top: 0;
  }

  .text-block-2 {
    color: #000;
    margin-top: 24px;
    margin-left: 50px;
    padding-top: 0;
    font-size: 20px;
  }

  .text-block-3 {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    line-height: 25px;
  }

  .heading-3 {
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    width: 700px;
    margin-top: -50px;
    padding-bottom: 31px;
    font-family: Montserrat, sans-serif;
    font-size: 50px;
    line-height: 50px;
  }

  .button-6 {
    background-color: rgba(56, 152, 236, 0);
    width: 100px;
    padding-top: 200px;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .button-7, .button-8 {
    background-color: rgba(56, 152, 236, 0);
    width: 150px;
    font-size: 20px;
  }

  .button-9 {
    background-color: rgba(0, 0, 0, 0);
    width: 100px;
    font-size: 14px;
  }

  .button-9.w--current {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .button-10 {
    background-color: rgba(0, 0, 0, 0);
    width: 150px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .button-10.bottom.number {
    width: auto;
  }

  .image {
    width: 100px;
    margin-bottom: -22px;
    margin-left: 1646px;
    margin-right: -72px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4 {
    text-align: right;
    margin-bottom: 8px;
    margin-right: -59px;
  }

  .section-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: auto;
    display: block;
  }

  .text-block-6 {
    margin-bottom: 2283px;
  }

  .image-3 {
    object-fit: cover;
    display: block;
  }

  .button {
    margin-bottom: 2941px;
  }

  .heading-service-2 {
    margin-top: 187px;
    margin-bottom: 60px;
    margin-left: 421px;
  }

  .navbuttondescriptortext {
    margin-top: 286px;
    margin-left: 424px;
  }

  .div-block-vertical-line {
    margin-top: 172px;
    margin-left: 359px;
    padding-bottom: 0;
  }

  .div-block-glow-line-copy2 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-left: -1140px;
    margin-right: auto;
  }

  .button-copy {
    margin-bottom: 273px;
    margin-right: 341px;
  }

  .div-block-50 {
    margin-top: 6px;
    margin-left: 118px;
  }

  .testimonial {
    padding-top: 47px;
    padding-bottom: 51px;
  }

  .testimonial:hover {
    margin-top: 0;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    margin-top: 102px;
  }

  .right-quote {
    margin-top: -8px;
    margin-left: 811px;
  }

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

  .brand.w--current {
    margin-left: 23px;
    padding-right: 0;
  }

  .navbar {
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: rgba(0, 0, 0, .89);
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 40px;
    display: block;
  }

  .container-4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    font-size: 14px;
  }

  .section-3 {
    object-fit: fill;
    height: 100vh;
  }

  .heading-8 {
    margin-top: 65px;
    margin-left: 153px;
    font-size: 35px;
  }

  .heading-9 {
    margin-top: 45px;
    margin-left: -216px;
    font-size: 50px;
    line-height: 70px;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-areas: ".";
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .image-4-copy {
    margin-left: -281px;
  }

  .container-8 {
    margin-left: 0;
  }

  .div-block-56 {
    background-color: var(--teal);
    color: var(--teal);
    background-image: none;
    width: 600px;
    height: 20px;
  }

  .paragraph-3, .paragraph-4 {
    width: 500px;
    margin-left: auto;
  }

  .dropdown-list {
    font-family: Montserrat, sans-serif;
  }

  .text-block-10 {
    margin-top: 141px;
    margin-left: 0;
    margin-right: 0;
    top: auto;
    right: -25px;
  }

  .div-block-glow-line-copy2-copy {
    mix-blend-mode: lighten;
    margin-top: 0;
  }

  .image-5 {
    margin-top: 0;
    position: relative;
    left: auto;
  }

  .nav-menu-2 {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    font-family: Montserrat, sans-serif;
    display: flex;
  }

  .dropdown-toggle:hover {
    text-decoration: none;
  }

  .image-4 {
    margin-left: 57px;
  }

  .grid-2 {
    grid-template-rows: auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section-6 {
    margin-top: -22px;
  }

  .text-block-11 {
    margin-left: 81px;
  }

  .image-6 {
    margin-right: 10px;
    display: inline-block;
  }

  .page-wrapper {
    padding-bottom: 0;
  }

  .heading-11 {
    margin-bottom: 72px;
    margin-left: 0;
    padding-left: 40px;
  }

  .div-block-62 {
    margin-top: 0;
  }

  .heading-12 {
    margin-left: 0;
    padding-left: 40px;
  }

  .text-block-13 {
    width: 500px;
    margin-top: 0;
    margin-left: auto;
  }

  .div-block-64 {
    margin-top: 0;
  }

  .container-21 {
    margin-top: -129px;
    margin-left: 19px;
    margin-right: auto;
    padding-right: 0;
  }

  .text-block-14 {
    margin-top: -10px;
    margin-left: auto;
    font-size: 18px;
    font-weight: 800;
  }

  .div-block-67 {
    margin-top: -2px;
    margin-left: 498px;
    margin-right: 85px;
    padding-right: 0;
  }

  .heading-13 {
    margin-left: 0;
    padding-left: 40px;
  }

  .div-block-vertical-line-copy {
    margin-top: 323px;
  }

  .text-block-20 {
    margin-top: 388px;
  }

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

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

  .container-24 {
    margin-top: 92px;
  }

  .text-block-22, .text-block-23 {
    width: 350px;
    margin-left: 424px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-24 {
    width: 350px;
    margin-left: 424px;
    padding-left: 0;
    padding-right: 10px;
  }

  .text-block-25 {
    width: 350px;
    margin-left: 424px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-9 {
    background-position: 100%;
  }

  .heading-16 {
    margin-top: 300px;
    font-size: 46px;
  }

  .heading-17 {
    margin-top: 300px;
    margin-left: 153px;
    margin-right: auto;
    font-size: 43px;
    line-height: 30px;
  }

  .paragraph-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-16, .image-17 {
    width: auto;
  }

  .image-18 {
    width: 100vw;
  }

  .grid-5 {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-8 {
    width: 500px;
  }

  .paragraph-9 {
    width: 500px;
    margin-top: 20px;
  }

  .form-block {
    width: 70vw;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .image-19 {
    margin-right: 0;
  }

  .link-block-2 {
    margin-top: -165px;
    margin-right: 90px;
    top: 49%;
    bottom: auto;
    right: -3%;
  }

  .div-block-84, .div-block-85, .div-block-86, .div-block-87, .div-block-88, .div-block-89 {
    width: 50vw;
  }

  .paragraph-10, .paragraph-11, .paragraph-12 {
    width: 25vw;
  }

  .section-15 {
    height: 100vh;
  }

  .div-block-103 {
    height: 700px;
  }

  .div-block-106 {
    width: 350px;
    margin-top: -374px;
    margin-left: 54px;
    margin-right: 69px;
  }

  .grid-8 {
    margin-top: 397px;
  }

  .grid-13 {
    background-position: 50%;
  }

  .div-block-114 {
    margin-top: 0;
    display: none;
  }

  .image-26 {
    margin-top: 15px;
    margin-left: 0;
  }

  .button-14 {
    margin-left: 274px;
  }

  .button-15 {
    background-color: var(--background);
    color: #fff;
  }

  .section-28 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }

  .accent-line.design {
    width: 200px;
    position: relative;
    top: 38px;
  }

  .accent-line.program {
    width: 200px;
  }

  .top-grid {
    margin-top: 330px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .heading-60 {
    text-transform: uppercase;
  }

  .grid-42 {
    width: 100vw;
  }

  .div-block-155 {
    margin-top: -63px;
  }

  .grid-43 {
    grid-column-gap: 0px;
    grid-template-columns: .5fr 1.25fr;
  }

  .grid-44 {
    grid-template-rows: auto;
  }

  .image-56 {
    margin-bottom: 0;
  }

  .section-45 {
    background-color: var(--alice-blue);
    background-size: cover;
  }

  .heading-68 {
    text-transform: uppercase;
    margin-left: 100px;
    font-weight: 400;
  }

  .heading-69 {
    text-transform: uppercase;
    width: 600px;
    margin-left: 100px;
  }

  .heading-73 {
    margin-top: 202px;
  }

  .container-49 {
    justify-content: flex-start;
  }

  .div-block-165 {
    width: 700px;
    margin-top: -36px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-48 {
    width: 100vw;
  }

  .div-block-167 {
    margin-left: -211px;
    padding-left: 0;
  }

  .div-block-168 {
    margin-right: -593px;
  }

  .heading-77 {
    margin-right: 0;
  }

  .text-block-26 {
    font-family: Montserrat, sans-serif;
  }

  .div-block-169 {
    background-color: var(--teal);
    mix-blend-mode: multiply;
    width: 800px;
    height: 40px;
    margin-left: -34px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .icon-9 {
    margin-right: 51px;
  }

  .icon-10 {
    margin-left: 51px;
  }

  .slide-nav {
    margin-bottom: 15px;
  }

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

  .grid-49 {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-50, .paragraph-51, .paragraph-52 {
    width: 25vw;
  }

  .paragraph-53 {
    width: 500px;
    margin-top: 20px;
  }

  .left-div {
    margin-left: 60px;
  }

  .right-container {
    margin-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .services {
    align-items: center;
    justify-items: center;
  }

  .container {
    max-width: 728px;
  }

  .footer-subscribe {
    background-image: url('../images/footer-image-1-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100vw;
    max-width: 100%;
  }

  .heading {
    margin-left: 0;
    line-height: 50px;
  }

  .text-block {
    margin-top: 37px;
    margin-bottom: 2px;
    padding-bottom: 15px;
  }

  .heading-2 {
    margin-left: 13px;
  }

  .text-block-2 {
    margin-left: 7px;
  }

  .heading-3 {
    margin-top: -34px;
  }

  .button-6 {
    font-size: 14px;
  }

  .image {
    margin-right: 0;
  }

  .text-block-4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    right: 5%;
  }

  .bold-text-2 {
    height: auto;
    font-size: 50px;
  }

  .heading-6 {
    margin-bottom: 345px;
  }

  .text-block-6 {
    margin-bottom: 362px;
    font-size: 18px;
  }

  .image-3 {
    height: 800px;
  }

  .button {
    margin-bottom: 430px;
  }

  .heading-service-2 {
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    flex-flow: column wrap;
    align-content: flex-start;
    width: 350px;
    margin-top: 135px;
    margin-left: 70px;
    margin-right: 0;
    font-size: 30px;
    display: flex;
    position: absolute;
  }

  .navbuttondescriptortext {
    width: 250px;
    margin-top: 224px;
    margin-left: 73px;
    padding-top: 0;
  }

  .section-2 {
    max-height: 1919px;
  }

  .div-block-vertical-line {
    margin-top: 145px;
    margin-left: 52px;
  }

  .div-block-glow-line-copy {
    margin-left: 73px;
    margin-right: 77px;
  }

  .div-block-glow-line-copy2 {
    mix-blend-mode: darken;
    margin-left: -77px;
    margin-right: 320px;
  }

  .button-copy {
    margin-bottom: 97px;
    margin-left: 0;
  }

  .right-quote {
    margin-left: 379px;
  }

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

  .brand.w--current {
    margin-left: 40px;
  }

  .navbar {
    background-color: var(--navbar2);
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: -45px;
  }

  .section-3 {
    background-position: 50%;
  }

  .heading-8 {
    width: 100%;
    margin-left: 66px;
  }

  .heading-9 {
    width: 600px;
    margin-top: 220px;
    margin-left: -559px;
  }

  .section-4 {
    height: 80px;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .paragraph-4 {
    margin-left: auto;
  }

  .left-quote {
    margin-left: 56px;
  }

  .text-block-10 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    right: -39px;
  }

  .div-block-glow-line-copy2-copy {
    mix-blend-mode: lighten;
    margin-top: 0;
    margin-left: -42px;
    margin-right: -71px;
  }

  .image-5 {
    margin-left: 654px;
    margin-right: 0;
    display: block;
  }

  .menu-button {
    margin-right: -65px;
  }

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

  .grid-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .container-11 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .text-block-11 {
    width: 270px;
    margin-left: auto;
  }

  .image-7 {
    width: 100%;
  }

  .div-block-59 {
    flex-direction: column;
    display: flex;
  }

  .heading-11 {
    margin-bottom: 3px;
  }

  .div-block-62 {
    flex-direction: column;
    display: flex;
  }

  .text-block-13 {
    width: 400px;
    margin-top: 40px;
    margin-bottom: 14px;
    margin-left: 137px;
  }

  .div-block-66 {
    flex-direction: column;
    align-self: auto;
    display: flex;
  }

  .container-21 {
    margin-left: 11px;
  }

  .text-block-14 {
    margin-top: -57px;
    margin-left: 114px;
  }

  .slide-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-67 {
    margin-left: 441px;
  }

  .slider-3 {
    width: 100vw;
    height: 600px;
  }

  .div-block-vertical-line-copy {
    margin-left: 52px;
  }

  .container-22 {
    margin-left: 87px;
  }

  .button-12-copy {
    margin-top: 48px;
    margin-left: 1px;
    margin-right: 0;
    display: inline-block;
  }

  .text-block-22 {
    padding-top: 100px;
    padding-left: 73px;
    padding-right: 0;
  }

  .text-block-23 {
    width: 300px;
    padding-top: 220px;
    padding-left: 77px;
    padding-right: 0;
  }

  .text-block-24 {
    padding-top: 200px;
    padding-left: 72px;
  }

  .text-block-25 {
    width: auto;
    padding-top: 250px;
    padding-left: 89px;
    padding-right: 156px;
  }

  .section-9 {
    background-position: 50%;
  }

  .div-block-74 {
    height: 600px;
  }

  .heading-16 {
    margin-top: 341px;
    margin-left: 45px;
    font-size: 32px;
  }

  .heading-17 {
    margin-left: 35px;
  }

  .nav-menu-3 {
    background-color: var(--background);
  }

  .paragraph-6 {
    width: 500px;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .container-28 {
    margin-top: -346px;
  }

  .grid-5 {
    flex-direction: row;
    display: flex;
  }

  .div-block-79 {
    margin-top: 32px;
    margin-left: 220px;
  }

  .grid-6 {
    flex-direction: column;
    display: flex;
  }

  .image-19 {
    margin-left: 0;
  }

  .link-block-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    top: 42%;
    right: 10px;
  }

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

  .div-block-89 {
    margin-top: 102px;
    margin-bottom: -11px;
  }

  .div-block-90 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 68px;
    margin-left: 79px;
    display: grid;
  }

  .menu-button-2.w--open {
    background-color: var(--background);
  }

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

  .image-22 {
    width: 35%;
    margin-top: 10px;
  }

  .grid-7 {
    flex-direction: column;
    display: flex;
  }

  .heading-24 {
    margin-left: 60px;
  }

  .div-block-103 {
    flex-direction: column;
    display: flex;
  }

  .div-block-104 {
    margin-top: -348px;
    margin-left: 459px;
    padding-left: 0;
  }

  .div-block-106 {
    width: 50px;
    height: 1px;
    margin-top: -335px;
  }

  .grid-8 {
    margin-top: 189px;
  }

  .nav-menu-4 {
    background-color: var(--background);
  }

  .menu-button-3 {
    color: var(--white);
  }

  .menu-button-3.w--open {
    background-color: var(--background);
  }

  .link-block-3 {
    align-self: flex-end;
    margin-top: 421px;
  }

  .grid-10 {
    flex-direction: column;
    display: flex;
  }

  .image-25 {
    align-self: center;
    max-width: 36%;
  }

  .grid-11, .grid-12, .grid-13 {
    flex-direction: column;
    display: flex;
  }

  .paragraph-17 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .div-block-114 {
    width: 500px;
    display: none;
    position: relative;
  }

  .image-26 {
    margin-left: 0;
  }

  .button-14 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .section-18 {
    height: 500px;
  }

  .div-block-116 {
    margin-top: 334px;
  }

  .button-12-copy-copy {
    margin-top: 47px;
    margin-left: 45px;
    margin-right: 0;
    display: inline-block;
  }

  .button-12-copy-2 {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    display: inline-block;
  }

  .grid-20 {
    flex-direction: column;
    display: flex;
  }

  .section-19 {
    background-position: 50%;
  }

  .div-block-117 {
    margin-top: -426px;
  }

  .link-block-4 {
    margin-top: 424px;
  }

  .nav-menu-5 {
    background-color: var(--background);
  }

  .image-32 {
    max-width: 30%;
  }

  .grid-21, .grid-22, .grid-23, .grid-24 {
    flex-direction: column;
    display: flex;
  }

  .image-34 {
    height: 600px;
  }

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

  .image-37 {
    max-width: 30%;
  }

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

  .section-29 {
    background-position: 50% 0;
  }

  .button-21 {
    margin-top: 140px;
  }

  .div-block-134 {
    margin-top: -294px;
  }

  .image-43 {
    max-width: 30%;
    margin-top: -10px;
  }

  .grid-30, .grid-31 {
    flex-direction: column;
    display: flex;
  }

  .button-23 {
    margin-bottom: 40px;
  }

  .section-33 {
    height: 800px;
  }

  .paragraph-32, .paragraph-33 {
    width: 300px;
  }

  .icon-5 {
    color: var(--white);
  }

  .grid-33 {
    flex-direction: column;
    display: flex;
  }

  .accent-line {
    width: 300px;
    margin-top: 40px;
    margin-left: 0;
  }

  .accent-line.isp {
    width: 450px;
    margin-left: 0;
  }

  .accent-line.osp {
    width: 400px;
    margin-left: 0;
  }

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

  .container-39 {
    color: var(--white);
  }

  .menu-button-4.w--open {
    background-color: var(--background);
  }

  .image-46 {
    max-width: 30%;
    margin-top: -50px;
  }

  .grid-35, .grid-36 {
    flex-direction: column;
    display: flex;
  }

  .paragraph-37 {
    margin-bottom: 60px;
  }

  .grid-37 {
    flex-direction: column;
    display: flex;
  }

  .nav-menu-6 {
    background-color: var(--background);
  }

  .grid-39 {
    flex-direction: column;
    display: flex;
  }

  .paragraph-39, .paragraph-40 {
    width: 300px;
  }

  .grid-42 {
    flex-direction: column;
    display: flex;
  }

  .image-54 {
    height: 800px;
  }

  .grid-43 {
    flex-direction: column;
    padding-bottom: 93px;
    display: flex;
  }

  .grid-44 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-69 {
    margin-bottom: 100px;
  }

  .paragraph-44 {
    width: 300px;
  }

  .button-29 {
    margin-bottom: 60px;
    padding-bottom: 9px;
  }

  .paragraph-45 {
    width: 600px;
  }

  .image-57 {
    max-width: 60%;
  }

  .paragraph-46 {
    width: 400px;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .list {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .list-item-4 {
    margin-bottom: 40px;
  }

  .list-item-5 {
    margin-top: 0;
  }

  .grid-45 {
    flex-direction: column;
    display: flex;
  }

  .icon-7 {
    color: var(--teal);
    font-size: 30px;
    line-height: 30px;
  }

  .grid-47 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .menu-button-5 {
    color: var(--white);
  }

  .menu-button-5.w--open, .nav-menu-7 {
    background-color: var(--background);
  }

  .menu-button-6 {
    color: #fff;
  }

  .menu-button-6.w--open, .nav-menu-8 {
    background-color: var(--background);
  }

  .menu-button-7 {
    color: var(--white);
  }

  .menu-button-7.w--open {
    background-color: var(--background);
  }

  .form-block-2 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-73 {
    margin-top: 60px;
  }

  .image-59 {
    width: 100%;
  }

  .container-49 {
    display: flex;
  }

  .menu-button-8 {
    color: #fff;
  }

  .menu-button-8.w--open {
    background-color: var(--background);
  }

  .heading-77 {
    margin-left: -160px;
    margin-right: 0;
  }

  .dropdown-link-10 {
    padding-bottom: 4px;
  }

  .dropdown-link-11 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .dropdown-link-12 {
    padding-top: 4px;
  }

  .menu-button-9, .menu-button-9.w--open, .nav-menu-9 {
    background-color: var(--background);
  }

  .div-block-173 {
    margin-top: 67px;
  }

  .nav-link-49 {
    color: #fff;
    text-align: center;
  }

  .nav-link-49.last {
    margin-right: 0;
  }

  .text-block-27 {
    color: #fff;
  }

  .navbar-11 {
    border-radius: 50px;
    width: 100%;
    margin-right: 0;
  }

  .brand-2 {
    margin-left: 40px;
  }

  .menu-button-10, .menu-button-10.w--open, .nav-menu-10 {
    background-color: var(--navbar-3);
  }

  .icon-11 {
    color: #fff;
  }

  .icon-12 {
    color: #0899c2;
  }

  .container-52, .container-53 {
    max-width: none;
  }

  .container-54 {
    max-width: 999px;
  }

  .grid-51 {
    grid-template-columns: 1fr;
    display: block;
  }

  .paragraph-54 {
    width: 500px;
  }

  .grid-52 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .div-block-179 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .services {
    flex-direction: column;
    margin-top: 94px;
    display: flex;
  }

  .careers {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-top: 38px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading {
    margin-left: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-2 {
    width: 500px;
    padding-bottom: 56px;
    line-height: 25px;
  }

  .text-block-3 {
    width: 300px;
  }

  .heading-3 {
    margin-top: -34px;
    margin-bottom: 3px;
  }

  .image {
    right: -3%;
  }

  .text-block-4 {
    right: 10px;
  }

  .image-3 {
    width: auto;
    height: 800px;
  }

  .heading-service-2 {
    margin-left: 116px;
    font-size: 23px;
  }

  .navbuttondescriptortext {
    width: 400px;
    margin-left: 116px;
  }

  .service-image {
    margin-bottom: 0;
  }

  .service-image:hover {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-vertical-line {
    margin-top: 130px;
    margin-left: 83px;
  }

  .div-block-glow-line-copy {
    margin-left: 35px;
    margin-right: 53px;
  }

  .div-block-glow-line-copy2 {
    margin-right: 177px;
  }

  .button-copy {
    margin-top: 0;
    margin-bottom: 141px;
  }

  .testimonial {
    margin-top: 0;
    position: static;
    top: 0;
  }

  .testimonial:hover {
    margin-top: 0;
  }

  .right-quote {
    margin-left: 249px;
  }

  .brand {
    margin-left: 20px;
  }

  .brand.w--current {
    margin-left: 10px;
  }

  .navbar {
    margin-top: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-7 {
    margin-bottom: 425px;
  }

  .div-block-52 {
    margin-top: -528px;
    margin-bottom: 0;
    margin-right: 119px;
  }

  .section-3 {
    background-position: 50%;
    flex-direction: column;
    display: flex;
  }

  .heading-8 {
    margin-top: 138px;
    margin-left: 41px;
  }

  .heading-9 {
    margin-top: 54px;
    margin-left: 40px;
    font-size: 33px;
    display: block;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .paragraph-4 {
    margin-left: auto;
  }

  .left-quote {
    margin-top: -96px;
    margin-left: 3px;
  }

  .text-block-10 {
    justify-content: flex-end;
    margin-top: 0;
    margin-left: 0;
    margin-right: -40px;
    font-size: 18px;
    top: 35%;
    left: auto;
    right: 0;
  }

  .div-block-glow-line-copy2-copy {
    margin-top: 0;
  }

  .image-5 {
    order: 1;
    align-self: flex-end;
    right: 20%;
  }

  .link-block {
    align-self: flex-end;
    margin-top: 339px;
  }

  .menu-button {
    margin-right: -50px;
  }

  .grid-2 {
    flex-direction: column;
    display: flex;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .text-block-11 {
    width: 270px;
  }

  .div-block-59 {
    flex-direction: column;
    display: flex;
  }

  .heading-11 {
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-62 {
    flex-direction: column;
    display: flex;
  }

  .text-block-13 {
    width: 400px;
    margin-left: 60px;
    padding-bottom: 20px;
  }

  .container-15 {
    flex-direction: column;
    margin-left: auto;
    display: flex;
  }

  .container-21 {
    margin-top: -131px;
  }

  .text-block-14 {
    width: 400px;
    margin-bottom: 28px;
    margin-left: 44px;
  }

  .slide-2 {
    padding-left: 0;
  }

  .div-block-67 {
    margin-left: 420px;
  }

  .text-block-19 {
    margin-top: -51px;
  }

  .slider-3 {
    width: 100vw;
    height: 800px;
  }

  .div-block-vertical-line-copy {
    margin-top: 242px;
    margin-left: 33px;
  }

  .div-block-52-copy {
    margin-top: -528px;
    margin-bottom: 0;
    margin-right: 119px;
  }

  .container-22 {
    margin-left: 25px;
  }

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

  .heading-14 {
    margin-left: 20px;
    font-size: 65px;
  }

  .button-12-copy {
    margin-top: 48px;
    margin-left: 0;
  }

  .text-block-21 {
    margin-left: 20px;
    font-size: 18px;
  }

  .text-block-22 {
    width: 500px;
  }

  .text-block-23, .text-block-24 {
    width: 500px;
    padding-right: 0;
  }

  .icon-2, .icon-3 {
    margin-top: 757px;
  }

  .section-9 {
    background-position: 50% 0;
  }

  .div-block-74 {
    flex-direction: column;
    height: 500px;
    display: flex;
  }

  .heading-16 {
    margin-top: -1px;
    margin-left: -33px;
  }

  .paragraph-6 {
    width: 400px;
  }

  .image-16 {
    position: static;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .paragraph-7 {
    width: 400px;
  }

  .container-28 {
    flex-direction: column;
    margin-top: -340px;
    display: block;
  }

  .grid-5 {
    flex-direction: column;
    display: flex;
  }

  .div-block-79 {
    margin-top: 0;
  }

  .grid-6 {
    flex-direction: column;
    display: flex;
  }

  .submit-button {
    margin-left: 200px;
  }

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

  .image-19 {
    margin-left: 62px;
    margin-right: 0;
    position: relative;
  }

  .link-block-2 {
    margin: 0;
    top: 51%;
    right: 2%;
  }

  .div-block-90 {
    width: 500px;
    margin-left: -91px;
  }

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

  .image-22 {
    width: 35%;
    margin-top: 0;
  }

  .paragraph-10 {
    width: 400px;
  }

  .paragraph-11, .paragraph-12 {
    width: 400px;
    margin-top: 0;
  }

  .grid-7, .div-block-103 {
    flex-direction: column;
    display: flex;
  }

  .div-block-104 {
    margin-top: -306px;
    margin-left: 61px;
  }

  .div-block-106 {
    height: 1px;
    margin-top: -259px;
  }

  .grid-8 {
    margin-top: 313px;
    position: absolute;
  }

  .link-block-3 {
    margin-top: 275px;
  }

  .grid-10 {
    flex-direction: column;
    display: flex;
  }

  .paragraph-13 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-25 {
    max-width: 30%;
  }

  .grid-11 {
    flex-direction: column;
    display: flex;
  }

  .paragraph-14, .paragraph-15 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-12 {
    flex-direction: column;
    display: flex;
  }

  .grid-13 {
    flex-direction: column;
    width: auto;
    display: flex;
  }

  .heading-30 {
    width: 350px;
  }

  .div-block-112 {
    width: 500px;
  }

  .paragraph-17 {
    margin-bottom: 100px;
  }

  .div-block-113 {
    width: 800px;
  }

  .div-block-114 {
    display: none;
  }

  .image-26 {
    flex: none;
    order: 0;
    margin-top: 5px;
    margin-left: 11px;
  }

  .button-14 {
    margin-bottom: 60px;
    margin-left: 100px;
  }

  .section-18 {
    width: auto;
    height: auto;
  }

  .image-27 {
    height: 500px;
  }

  .div-block-116 {
    margin-top: 307px;
  }

  .button-12-copy-copy {
    margin-top: 38px;
    margin-left: -37px;
  }

  .button-12-copy-2 {
    margin-top: 0;
  }

  .grid-20 {
    flex-direction: column;
    display: flex;
  }

  .section-19 {
    background-position: 30%;
  }

  .div-block-117 {
    margin-top: -417px;
  }

  .link-block-4 {
    margin-top: 443px;
  }

  .image-32 {
    max-width: 30%;
    margin-top: -33px;
  }

  .grid-21, .grid-22 {
    flex-direction: column;
    display: flex;
  }

  .grid-23 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .grid-24 {
    flex-direction: column;
    display: flex;
  }

  .image-34 {
    object-fit: cover;
    height: 600px;
  }

  .image-37 {
    max-width: 30%;
  }

  .grid-29 {
    flex-direction: column;
    display: flex;
  }

  .section-29 {
    background-position: 50% 0;
  }

  .div-block-134 {
    align-self: flex-end;
  }

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

  .image-43 {
    max-width: 30%;
    margin-top: -30px;
  }

  .grid-30, .grid-31 {
    flex-direction: column;
    display: flex;
  }

  .button-23 {
    margin-bottom: 40px;
  }

  .grid-32 {
    flex-direction: column;
    display: flex;
  }

  .section-33 {
    height: 1200px;
  }

  .grid-33 {
    flex-direction: column;
    display: flex;
  }

  .accent-line.isp {
    width: 450px;
    margin-left: 0;
  }

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

  .image-46 {
    max-width: 30%;
    margin-top: -40px;
  }

  .grid-35, .grid-36 {
    flex-direction: column;
    display: flex;
  }

  .paragraph-37 {
    margin-bottom: 60px;
  }

  .grid-37, .grid-39 {
    flex-direction: column;
    display: flex;
  }

  .image-51 {
    max-width: 30%;
    margin-top: -35px;
  }

  .grid-40, .grid-42 {
    flex-direction: column;
    display: flex;
  }

  .image-54 {
    height: 900px;
  }

  .grid-43 {
    flex-direction: column;
    display: flex;
  }

  .heading-69 {
    width: 500px;
  }

  .paragraph-44 {
    margin-top: 40px;
  }

  .paragraph-45 {
    width: 500px;
  }

  .grid-46 {
    flex-direction: column;
    display: flex;
  }

  .menu-button-5 {
    color: var(--white);
  }

  .form-2 {
    flex-direction: column;
    width: 450px;
    display: flex;
  }

  .paragraph-49 {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-73 {
    margin-top: 50px;
  }

  .heading-76 {
    margin-left: 20px;
    font-size: 33px;
    line-height: 35px;
  }

  .slide-nav-2 {
    margin-bottom: -53px;
  }

  .bold-text-16 {
    overflow-wrap: normal;
    object-fit: fill;
  }

  .navbar-11 {
    margin-left: 40px;
  }

  .grid-51 {
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-items: stretch;
  }

  .paragraph-54 {
    width: 400px;
  }

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

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .services {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .container {
    max-width: none;
  }

  .careers {
    grid-template-rows: auto auto;
    padding-top: 1px;
    padding-bottom: 187px;
    padding-left: 0;
  }

  .footer-subscribe {
    flex-direction: column;
    grid-auto-flow: row;
    justify-content: flex-start;
    display: flex;
  }

  .heading {
    text-align: left;
    margin-top: 100px;
    margin-left: 20px;
    font-size: 35px;
    line-height: 33px;
  }

  .text-block {
    margin-left: 39px;
    font-size: 20px;
  }

  .paragraph {
    text-align: left;
  }

  .heading-2 {
    margin-bottom: 40px;
    margin-left: 10px;
    font-size: 35px;
  }

  .text-block-2 {
    width: 250px;
    margin-top: 32px;
    margin-bottom: -6px;
    margin-left: 20px;
    line-height: 20px;
  }

  .text-block-3 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-right: 133px;
    padding-right: 0;
    font-size: 15px;
    line-height: 20px;
    display: flex;
  }

  .heading-3 {
    width: 300px;
    margin-top: -34px;
    margin-left: -1px;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
  }

  .button-6, .button-7, .button-8, .button-9, .button-10 {
    margin-right: 0;
  }

  .button-10.bottom {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button-10.bottom.w--current {
    margin-bottom: 10px;
  }

  .button-10.bottom.number {
    margin-left: 0;
    padding-left: 0;
  }

  .image {
    margin: 0 -32px -24px 158px;
    right: 2%;
  }

  .text-block-4 {
    width: 250px;
    margin-top: 0;
    margin-left: -31px;
    right: 15%;
  }

  .section-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
    position: static;
  }

  .bold-text-2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 5px;
    top: -13px;
    overflow: visible;
  }

  .heading-6 {
    text-align: left;
    margin-top: -1988px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 40px;
  }

  .text-block-6 {
    margin-top: 0;
    margin-bottom: 3524px;
    padding-top: 0;
    font-size: 15px;
  }

  .image-3 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 550px;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: static;
    overflow: hidden;
  }

  .button {
    margin-bottom: 4429px;
  }

  .heading-service-2 {
    width: 350px;
    margin-top: 117px;
    margin-left: 49px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .navbuttondescriptortext {
    width: 250px;
    margin-top: 230px;
    margin-left: 52px;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    overflow: hidden;
  }

  .service-image {
    object-fit: cover;
    padding-bottom: 0;
    line-height: 0;
    position: static;
    overflow: hidden;
  }

  .div-block-vertical-line {
    width: 1px;
    height: 350px;
    margin-top: 83px;
    margin-left: 31px;
  }

  .div-block-glow-line-copy {
    background-color: var(--teal);
    opacity: 1;
    mix-blend-mode: hard-light;
    width: 300px;
    height: 100px;
    margin-top: 13px;
    margin-left: 22px;
    margin-right: 13px;
  }

  .div-block-glow-line-copy2 {
    border-top-color: rgba(36, 109, 129, .45);
    margin-top: -67px;
    margin-right: -17px;
  }

  .button-copy {
    margin-bottom: 128px;
    margin-left: -28px;
    margin-right: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-50 {
    padding-right: 0;
  }

  .testimonial {
    overflow: hidden;
  }

  .slider-2 {
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .right-quote {
    margin-left: 228px;
  }

  .div-block-51 {
    align-self: auto;
    margin-bottom: 0;
    overflow: hidden;
  }

  .brand {
    background-image: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 14px;
  }

  .brand.w--current {
    object-fit: fill;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    width: 37.5px;
    height: 30px;
    margin-top: 10px;
    margin-left: 20px;
    padding: 0;
  }

  .navbar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 100px 0 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-4 {
    background-color: rgba(19, 32, 48, .69);
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    text-align: center;
  }

  .heading-7 {
    text-align: left;
    width: auto;
    margin-left: 20px;
    padding-left: 0;
    font-size: 30px;
    line-height: 40px;
    display: inline-block;
  }

  .div-block-52 {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    outline-offset: 0px;
    border-top-color: rgba(19, 32, 48, .57);
    border-right-style: none;
    border-right-width: 40px;
    outline: 3px #fff;
    width: 320px;
    margin-top: 32px;
    margin-right: -8px;
    top: -191px;
  }

  .container-5 {
    margin-left: 0;
  }

  .bold-text-4 {
    margin-left: 0;
    padding-left: 0;
  }

  .section-3 {
    grid-column-gap: 0px;
    background-position: 50%;
    grid-template-columns: 1fr;
  }

  .heading-8 {
    width: 300px;
    margin-top: 134px;
    margin-left: 13px;
  }

  .div-block-53 {
    margin-left: 3px;
  }

  .heading-9 {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 320px;
    margin-top: 76px;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
    display: flex;
  }

  .div-block-54 {
    object-fit: fill;
    margin-top: 0;
    margin-left: 3px;
    font-family: Montserrat, sans-serif;
    position: static;
  }

  .section-4 {
    height: 75px;
  }

  .container-6 {
    width: 300px;
  }

  .navbar-2 {
    padding-left: 0;
  }

  .navbar-3 {
    margin-top: -235px;
    padding-top: 0;
  }

  .nav-menu {
    background-color: var(--background);
    width: 225px;
  }

  .grid {
    display: block;
  }

  .heading-10 {
    text-align: left;
    margin-top: -25px;
    margin-left: 20px;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    display: flex;
  }

  .container-8 {
    margin-left: 0;
  }

  .paragraph-3 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .paragraph-4 {
    object-fit: fill;
    width: 300px;
    margin: 100px auto 0 10px;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .container-9 {
    object-fit: fill;
    margin-right: auto;
    padding-left: 0;
    padding-right: 306px;
    overflow: visible;
  }

  .left-quote {
    margin-top: -60px;
    margin-left: 3px;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    display: flex;
  }

  .text-block-10 {
    align-self: flex-end;
    margin-top: 456px;
    margin-left: 0;
    top: 5%;
    right: -1%;
  }

  .div-block-glow-line-copy2-copy {
    margin-top: 0;
    margin-right: 0;
  }

  .image-5 {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }

  .nav-menu-2 {
    background-color: var(--navbar2);
    text-align: center;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .link-block {
    order: 1;
    align-self: flex-end;
    margin-left: -210px;
  }

  .dropdown-toggle {
    text-align: center;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    background-color: var(--navbar2);
  }

  .text-span {
    width: 450px;
    margin-top: 1px;
    margin-left: 0;
    padding-left: 0;
  }

  .image-4 {
    margin-left: -179px;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-6 {
    flex-flow: row;
    align-content: flex-start;
    justify-content: space-around;
    align-items: stretch;
    margin-top: -147px;
    display: flex;
  }

  .container-11 {
    max-width: none;
  }

  .text-block-11 {
    width: 285px;
    margin-top: 22px;
    margin-left: 55px;
    padding-bottom: 0;
  }

  .image-6 {
    margin-left: 180px;
  }

  .image-7 {
    width: 100%;
    margin-bottom: 86px;
  }

  .section-7 {
    grid-template-rows: auto auto auto;
    grid-template-areas: "Area"
                         "."
                         ".";
    padding-top: 0;
  }

  .div-block-60 {
    height: 100px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-11 {
    text-align: left;
    width: 300px;
    height: 100px;
    margin-bottom: 0;
    margin-left: 0;
    font-family: Montserrat, sans-serif;
  }

  .div-block-62 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .heading-12 {
    width: 300px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: auto;
  }

  .text-block-13 {
    width: 300px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
    padding-bottom: 0;
  }

  .container-13 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .container-15 {
    width: 300px;
  }

  .div-block-64 {
    flex-direction: row;
    display: block;
  }

  .container-18 {
    margin-left: 14px;
    padding-left: 0;
  }

  .div-block-65 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-21 {
    margin-top: -185px;
    margin-bottom: 49px;
    margin-left: 125px;
  }

  .text-block-14 {
    text-align: left;
    width: 250px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 0;
  }

  .image-9 {
    width: 10%;
    height: 10%;
    margin-bottom: -75px;
    margin-left: -80px;
    position: static;
  }

  .text-block-15 {
    margin-bottom: 40px;
    margin-left: 0;
    padding-right: 40px;
    position: static;
  }

  .text-block-16, .text-block-17 {
    width: 150px;
    margin-left: 0;
  }

  .image-10 {
    opacity: 1;
    object-fit: fill;
    width: 100%;
    margin-bottom: 100px;
    margin-left: 0;
  }

  .image-11 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -535px;
    display: none;
  }

  .image-12 {
    opacity: 1;
    object-fit: cover;
    width: 100%;
    margin-left: auto;
  }

  .image-13 {
    margin-top: 40px;
    margin-left: -535px;
    display: none;
  }

  .slide-2 {
    margin-right: 0;
    padding-left: 100px;
    padding-right: 0;
  }

  .div-block-67 {
    margin-left: 100px;
  }

  .heading-13 {
    margin-top: -13px;
    margin-bottom: 0;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .grid-3 {
    flex-direction: column;
    display: flex;
  }

  .text-block-19 {
    margin-top: -38px;
  }

  .slider-3 {
    background-color: #d9e1ea;
    width: 100vw;
    height: 1600px;
    margin-right: -113px;
    padding-left: 21px;
    padding-right: 31px;
  }

  .div-block-vertical-line-copy {
    height: 50px;
    margin-top: -85px;
    margin-left: 10px;
  }

  .div-block-52-copy {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    outline-offset: 0px;
    border-top-color: rgba(19, 32, 48, .57);
    border-right-style: none;
    border-right-width: 40px;
    outline: 3px #fff;
    width: 320px;
    margin-top: -416px;
    margin-right: -47px;
    top: -191px;
  }

  .container-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 304px;
    margin-left: 25px;
    margin-right: auto;
    display: block;
  }

  .text-block-20 {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 8px;
    font-size: 18px;
  }

  .heading-14 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 38px;
    line-height: 40px;
  }

  .button-12-copy {
    flex-direction: column;
    width: 275px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: -15px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    position: relative;
    left: 4%;
    right: 4%;
  }

  .container-23 {
    justify-content: center;
    margin-top: 0;
    margin-left: 77px;
    margin-right: 0;
    display: flex;
  }

  .text-block-21 {
    width: 250px;
    margin-top: 37px;
    margin-left: 0;
    font-size: 16px;
  }

  .div-block-68 {
    z-index: auto;
    filter: blur();
    text-align: left;
    mix-blend-mode: screen;
    border-top: 40px solid #246d81;
    border-right: 1px #000;
    width: 800px;
    margin-top: 59px;
    margin-bottom: 4px;
    line-height: 50px;
    position: relative;
    top: 0;
  }

  .heading-15 {
    text-align: left;
    margin-top: -18px;
    margin-bottom: 123px;
    margin-left: 15px;
    padding-left: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .container-24 {
    margin-top: 46px;
  }

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

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

  .text-block-22 {
    color: #fff;
    width: 250px;
    margin-top: 288px;
    margin-left: 28px;
    margin-right: 37px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }

  .text-block-23 {
    color: #fff;
    width: 250px;
    margin-top: 302px;
    margin-left: 25px;
    margin-right: 35px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }

  .text-block-24 {
    color: #fff;
    width: 250px;
    margin-left: 27px;
    margin-right: 0;
    padding-top: 278px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }

  .text-block-25 {
    color: #fff;
    margin-top: 0;
    margin-left: 25px;
    padding-top: 303px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }

  .div-block-70 {
    width: 150px;
    padding-right: 0;
  }

  .image-14 {
    width: 10%;
    height: 10%;
    margin-top: 0;
    margin-bottom: -352px;
    margin-left: -54px;
    padding-top: 0;
  }

  .image-15 {
    width: 10%;
    height: 10%;
    margin-bottom: -664px;
    margin-left: -57px;
  }

  .div-block-71 {
    padding-bottom: 0;
  }

  .container-26 {
    margin-top: 98px;
  }

  .div-block-72 {
    margin-left: 0;
  }

  .div-block-73 {
    margin-left: -75px;
  }

  .icon-2 {
    color: #000;
    margin-left: 47px;
    padding-left: 0;
  }

  .icon-3 {
    color: #000;
    margin-left: -8px;
  }

  .section-9 {
    background-position: 50% 0;
    flex-direction: column;
    display: block;
  }

  .div-block-74 {
    flex-direction: column;
    height: 600px;
    margin-top: 0;
    padding-top: 100px;
    display: flex;
  }

  .div-block-74.header {
    height: 100vh;
  }

  .heading-16 {
    margin-top: 60px;
    margin-left: -9px;
    padding-left: 0;
    font-size: 20px;
  }

  .heading-17 {
    margin-top: 30px;
    margin-left: 20px;
    font-size: 35px;
  }

  .nav-menu-3 {
    background-color: var(--background);
  }

  .heading-18 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-6 {
    width: 300px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-16 {
    width: 100vw;
    height: auto;
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .grid-4 {
    flex-direction: column;
    margin-bottom: 111px;
    display: flex;
  }

  .image-17 {
    margin-left: -325px;
    display: block;
  }

  .heading-19 {
    width: 300px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .paragraph-7 {
    width: 300px;
    margin-left: auto;
  }

  .container-28 {
    margin-top: -310px;
  }

  .heading-20 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-5 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-21 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-8 {
    width: 300px;
  }

  .heading-22 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-9 {
    width: 300px;
    margin-top: 40px;
    margin-bottom: 100px;
    margin-left: auto;
  }

  .grid-6 {
    flex-direction: column;
    display: flex;
  }

  .section-13 {
    overflow: hidden;
  }

  .submit-button {
    margin-bottom: 60px;
    margin-left: 100px;
  }

  .form-block {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-2 {
    flex: none;
    margin-top: 147px;
    margin-bottom: 0;
    margin-left: 0;
    top: 426px;
  }

  .div-block-90 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 39px;
    display: block;
  }

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

  .menu-button-2, .menu-button-2.w--open {
    background-color: var(--nav-bar);
  }

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

  .heading-23 {
    margin-left: 15%;
  }

  .div-block-91 {
    height: 1px;
    padding-bottom: 0;
  }

  .image-22 {
    align-self: auto;
    width: 30%;
    margin-top: 10px;
  }

  .paragraph-10 {
    width: 300px;
  }

  .paragraph-11, .paragraph-12 {
    width: 300px;
    margin-top: 0;
  }

  .section-14 {
    flex-direction: column;
    margin-bottom: 72px;
    display: flex;
  }

  .grid-7 {
    flex-direction: column;
    display: flex;
  }

  .section-15 {
    background-image: url('../images/masthead-isp.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 0;
  }

  .heading-24 {
    margin-left: 20px;
    font-size: 24px;
  }

  .div-block-103 {
    flex-direction: column;
    height: 600px;
    margin-top: 0;
    padding-top: 220px;
    display: flex;
  }

  .heading-25 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .div-block-104 {
    margin-top: -319px;
    margin-left: 17px;
  }

  .div-block-106 {
    width: 200px;
    height: 1px;
    margin-top: -272px;
    margin-left: 20px;
  }

  .grid-8 {
    width: auto;
    height: auto;
    margin-top: 209px;
  }

  .grid-9 {
    grid-template-rows: auto;
    width: auto;
    height: auto;
  }

  .menu-button-3 {
    color: #fff;
  }

  .link-block-3 {
    align-self: flex-end;
    margin-top: 325px;
  }

  .heading-26 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-10 {
    flex-direction: column;
    display: flex;
  }

  .paragraph-13 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-25 {
    max-width: 30%;
  }

  .grid-11 {
    flex-direction: column;
    display: flex;
  }

  .heading-27 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-109 {
    margin-top: -96px;
  }

  .paragraph-14 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-110 {
    width: 500px;
    margin-top: -117px;
  }

  .heading-28, .paragraph-15 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-12 {
    flex-direction: column;
    display: flex;
  }

  .heading-29 {
    width: 300px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-111 {
    margin-top: -128px;
  }

  .paragraph-16 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-30 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    display: block;
    position: static;
  }

  .div-block-112 {
    width: auto;
    margin-top: -130px;
  }

  .paragraph-17 {
    align-self: center;
    width: 300px;
    margin: 20px auto 100px;
  }

  .div-block-113 {
    width: auto;
    padding-bottom: 60px;
  }

  .div-block-114 {
    margin-top: 0;
    display: none;
  }

  .image-26 {
    flex: 0 auto;
    align-self: center;
    margin-top: 14px;
    margin-left: 7px;
  }

  .container-32 {
    width: 300px;
    height: auto;
    margin-top: -23px;
  }

  .button-14 {
    margin-bottom: 60px;
    margin-left: 60px;
  }

  .section-18 {
    height: auto;
  }

  .image-27 {
    object-fit: cover;
    height: 650px;
  }

  .div-block-115 {
    margin-left: -73px;
  }

  .div-block-116 {
    margin-top: 378px;
  }

  .button-12-copy-copy {
    flex-direction: column;
    width: 200px;
    margin: 47px auto 0 -15px;
    padding-left: 11px;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .button-12-copy-2 {
    flex-direction: column;
    margin-top: 23px;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
    position: relative;
  }

  .grid-20 {
    flex-direction: column;
    margin-top: 0;
    padding-top: 220px;
    display: flex;
  }

  .heading-31 {
    margin-left: 0;
  }

  .section-19 {
    background-position: 30%;
    background-size: cover;
  }

  .link-block-4 {
    margin-top: 330px;
    margin-bottom: 0;
  }

  .heading-33 {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-18 {
    width: 300px;
  }

  .image-32 {
    max-width: 30%;
    margin-top: -34px;
  }

  .grid-21 {
    flex-direction: column;
    display: flex;
  }

  .heading-34 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-120 {
    margin-top: -87px;
  }

  .paragraph-19 {
    width: 300px;
  }

  .heading-35 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-20 {
    width: 300px;
  }

  .heading-36 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-122 {
    margin-top: -85px;
  }

  .paragraph-21 {
    width: 300px;
  }

  .button-17 {
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 0%;
  }

  .grid-22, .grid-23 {
    flex-direction: column;
    display: flex;
  }

  .div-block-123 {
    width: 100vw;
  }

  .heading-37 {
    margin-left: 10px;
  }

  .paragraph-22 {
    width: 300px;
  }

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

  .container-33 {
    margin-left: 0;
  }

  .grid-24 {
    flex-direction: column;
    display: flex;
  }

  .section-23 {
    height: 800px;
  }

  .image-34 {
    object-fit: cover;
    height: 800px;
  }

  .section-24 {
    background-position: 50% 0;
  }

  .grid-25, .grid-26 {
    flex-direction: column;
    display: flex;
  }

  .heading-41 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-23 {
    width: 300px;
  }

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

  .image-37 {
    max-width: 30%;
    margin-top: -38px;
  }

  .grid-27 {
    flex-direction: column;
    display: flex;
  }

  .paragraph-24 {
    width: 300px;
  }

  .heading-42, .heading-43 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-25 {
    width: 300px;
  }

  .grid-28 {
    flex-direction: column;
    display: flex;
  }

  .heading-44 {
    margin-left: 10px;
  }

  .paragraph-26 {
    width: 300px;
  }

  .button-20 {
    margin-bottom: 60px;
  }

  .div-block-132 {
    margin-top: -90px;
  }

  .heading-45 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-27 {
    width: 300px;
    margin-left: auto;
    padding-left: 0;
  }

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

  .icon-4 {
    color: #fff;
  }

  .grid-29 {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .section-29 {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-134 {
    margin-top: -399px;
  }

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

  .heading-48 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-28 {
    width: 300px;
  }

  .image-43 {
    max-width: 30%;
    margin-top: -31px;
  }

  .grid-30 {
    flex-direction: column;
    display: flex;
  }

  .heading-49 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-29 {
    width: 300px;
  }

  .heading-50 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-30 {
    width: 300px;
  }

  .grid-31 {
    flex-direction: column;
    display: flex;
  }

  .heading-51 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-31 {
    width: 300px;
  }

  .button-23 {
    margin-bottom: 40px;
  }

  .grid-32 {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .section-33 {
    height: auto;
  }

  .heading-52 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-32 {
    width: 300px;
  }

  .heading-53 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-141 {
    margin-top: -60px;
  }

  .paragraph-33 {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .icon-5 {
    color: #fff;
  }

  .grid-33 {
    flex-direction: column;
    display: flex;
  }

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

  .top-heading.white {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .top-heading.white.isp {
    padding-left: 0;
  }

  .top-description {
    font-size: 30px;
  }

  .top-description.white {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .div-block-142 {
    padding-top: 60px;
  }

  .top-dark-button {
    margin-top: 60px;
  }

  .accent-line {
    width: 300px;
    margin-top: 0;
  }

  .accent-line.isp, .accent-line.osp {
    width: 250px;
  }

  .top-grid {
    flex-direction: column;
    margin-top: 0;
    padding-top: 140px;
    display: flex;
  }

  .menu-button-4 {
    color: #fff;
    text-align: right;
    right: auto;
  }

  .heading-56 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-34 {
    width: 300px;
  }

  .image-46 {
    max-width: 30%;
    margin-top: -32px;
  }

  .grid-35 {
    flex-direction: column;
    display: flex;
  }

  .heading-57 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-35 {
    width: 300px;
  }

  .heading-58 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-147 {
    margin-top: -87px;
  }

  .paragraph-36 {
    width: 300px;
  }

  .grid-36 {
    flex-direction: column;
    display: flex;
  }

  .heading-59 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-148 {
    margin-top: -88px;
  }

  .paragraph-37 {
    width: 300px;
    margin-bottom: 60px;
  }

  .linkedin-logo {
    margin-top: 0;
  }

  .grid-37 {
    flex-direction: column;
    display: flex;
  }

  .grid-38 {
    flex-direction: column;
    margin-top: 0;
    padding-top: 140px;
    display: flex;
  }

  .navbar-10 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .grid-39 {
    flex-direction: column;
    display: flex;
  }

  .heading-62 {
    margin-left: 10px;
  }

  .paragraph-38 {
    width: 300px;
  }

  .image-51 {
    max-width: 30%;
    margin-top: -32px;
  }

  .grid-40 {
    flex-direction: column;
    display: flex;
  }

  .heading-63 {
    margin-left: 10px;
  }

  .paragraph-39 {
    width: 300px;
  }

  .heading-64 {
    margin-left: 10px;
  }

  .paragraph-40 {
    width: 300px;
  }

  .grid-41 {
    flex-direction: column;
    display: flex;
  }

  .heading-65 {
    margin-left: 10px;
  }

  .paragraph-41 {
    width: 300px;
  }

  .button-28 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .grid-42 {
    flex-direction: column;
    display: flex;
  }

  .heading-66 {
    margin-left: 10px;
  }

  .paragraph-42 {
    width: 300px;
  }

  .image-54 {
    height: 1000px;
  }

  .heading-67 {
    margin-left: 10px;
  }

  .paragraph-43 {
    width: 300px;
  }

  .image-55 {
    margin-top: 365px;
  }

  .icon-6 {
    color: var(--white);
  }

  .grid-43, .grid-44 {
    flex-direction: column;
    display: flex;
  }

  .image-56 {
    margin-top: 0;
  }

  .section-45 {
    height: auto;
    margin-top: 0;
  }

  .heading-68 {
    margin-top: 140px;
    margin-left: 10px;
  }

  .heading-69 {
    width: 250px;
    margin-bottom: 100px;
    margin-left: 20px;
    font-size: 25px;
  }

  .heading-70 {
    margin-left: 10px;
  }

  .paragraph-44 {
    width: 300px;
  }

  .button-29 {
    margin-left: auto;
  }

  .heading-71 {
    margin-left: 10px;
  }

  .paragraph-45 {
    width: 300px;
  }

  .image-57 {
    margin-left: -51px;
  }

  .paragraph-46 {
    width: 300px;
  }

  .heading-72 {
    margin-left: 10px;
  }

  .list {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .paragraph-47 {
    width: 300px;
    margin-left: auto;
  }

  .list-item-5 {
    margin-top: 0;
  }

  .grid-45 {
    flex-direction: column;
    display: flex;
  }

  .list-2 {
    width: 300px;
  }

  .icon-7 {
    position: relative;
  }

  .grid-46, .grid-47 {
    flex-direction: column;
    display: flex;
  }

  .section-49 {
    height: auto;
  }

  .menu-button-5 {
    background-color: var(--background);
    color: var(--white);
  }

  .menu-button-5.w--open {
    background-color: var(--background);
  }

  .form-block-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-2 {
    flex-direction: column;
    width: auto;
    display: flex;
  }

  .paragraph-49 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-73 {
    margin-top: 0;
    margin-left: 20px;
    margin-right: auto;
    padding-top: 100px;
  }

  .div-block-163 {
    align-self: center;
  }

  .heading-74 {
    margin-left: 10px;
  }

  .div-block-165 {
    background-color: var(--teal);
    opacity: .73;
    width: 300px;
    margin-bottom: 61px;
    margin-left: 20px;
  }

  .heading-76 {
    margin-top: 100px;
    margin-left: 20px;
    font-size: 35px;
  }

  .div-block-168 {
    margin-top: 117px;
  }

  .dropdown-link-8, .dropdown-link-9, .dropdown-link-10, .dropdown-link-11, .dropdown-link-12, .dropdown-link-13 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon-9 {
    margin-right: 0;
  }

  .icon-10 {
    margin-left: 0;
  }

  .slide-nav {
    padding-bottom: 10px;
  }

  .slide-nav-2 {
    margin-bottom: -71px;
  }

  .div-block-173 {
    margin-top: 40px;
  }

  .div-block-174 {
    height: 1px;
  }

  .grid-49 {
    grid-template-columns: 1fr;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-50 {
    width: 300px;
  }

  .heading-78 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-51, .paragraph-52 {
    width: 300px;
  }

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

  .section-57 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heading-79 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-53 {
    width: 300px;
    margin-top: 70px;
    margin-bottom: 134px;
  }

  .bold-text-16 {
    display: block;
  }

  .div-block-176 {
    margin-bottom: 0;
  }

  .navbar-11 {
    display: none;
    position: absolute;
    top: 0;
  }

  .left-div {
    align-self: center;
  }

  .linkedin-div {
    order: 1;
    align-self: flex-end;
    position: relative;
    bottom: -5%;
  }

  .right-container {
    align-self: center;
  }

  .grid-51 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-66 {
    margin-top: 100px;
  }

  .bold-text-17 {
    display: block;
  }

  .div-block-178 {
    align-self: center;
  }

  .list-3 {
    width: 90vw;
  }

  .paragraph-54 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .text-block-28 {
    margin-top: 0;
    margin-bottom: 55px;
    padding-bottom: 0;
  }
}

#w-node-_73554a8f-5c9c-f255-3e71-4220d9531500-be3cf7d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_08f16c18-722f-a695-44d3-553c208b9bb9-be3cf7d1 {
  justify-self: start;
}

#w-node-_6eba339d-391b-d90a-9735-3ac01d8b448e-be3cf7d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_489f9aad-9a3c-db50-6df0-2f507fb33e63-be3cf7d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48d61c1e-0f1e-0f80-8abc-9217915de8c5-be3cf7d1 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_0be283ad-a88d-c8a3-0e8c-4208c112c53d-be3cf7d1 {
  grid-area: Area;
  align-self: end;
  justify-self: center;
}

#w-node-_0be283ad-a88d-c8a3-0e8c-4208c112c540-be3cf7d1 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_0be283ad-a88d-c8a3-0e8c-4208c112c544-be3cf7d1 {
  grid-area: Area;
}

#w-node-_061d5267-e098-b693-cd70-86c5ca36f0d9-be3cf7d1 {
  grid-area: Area;
  align-self: end;
  justify-self: center;
}

#w-node-_061d5267-e098-b693-cd70-86c5ca36f0dc-be3cf7d1 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_061d5267-e098-b693-cd70-86c5ca36f0e0-be3cf7d1 {
  grid-area: Area;
}

#w-node-b79bf1af-e440-c890-b2f1-0db37a1b56b6-be3cf7d1 {
  grid-area: Area;
  align-self: end;
  justify-self: center;
}

#w-node-b79bf1af-e440-c890-b2f1-0db37a1b56bd-be3cf7d1 {
  grid-area: Area;
}

#w-node-_2ad8647d-a532-5976-36b9-a821e69559cc-be3cf7d1, #w-node-_9ebb6eb3-ac25-4104-a8d9-b0c5760fc381-be3cf7d1 {
  grid-area: Area;
  align-self: end;
  justify-self: center;
}

#w-node-_9ebb6eb3-ac25-4104-a8d9-b0c5760fc384-be3cf7d1 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_9ebb6eb3-ac25-4104-a8d9-b0c5760fc388-be3cf7d1 {
  grid-area: Area;
}

#w-node-_3e9208f7-b013-6f72-ec55-3ec003e362fa-be3cf7d1, #w-node-ac3e82f2-3e4a-c364-71ba-534b920076c4-be3cf7d1, #w-node-eeedd0c4-a4c8-8c58-5c5f-4a61832cee85-be3cf7d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b761a634-c971-1fe5-cfde-b40877e519d2-be3cf7d1, #w-node-b6e95079-9e6c-bb5c-5283-93b21b7ed0a8-1b7ed093, #w-node-_50c3f42d-7dfb-058f-6b95-3506023a67bf-1b7ed093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_33d7f4e1-dc6e-f7b0-41aa-4e8e5b003bdc-1b7ed093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_441fcdca-ea1a-3762-e8d1-b07ef6aea87f-1b7ed093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6e95079-9e6c-bb5c-5283-93b21b7ed0ac-1b7ed093 {
  justify-self: center;
}

#w-node-b6e95079-9e6c-bb5c-5283-93b21b7ed0ad-1b7ed093 {
  justify-self: end;
}

#w-node-db753417-3ca5-ba8a-b5a5-2638febb5941-be3cf7d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12521d04-1021-0e20-91d9-fbc580a83d26-be3cf7d2, #w-node-_2217b364-d764-9f16-a5e8-ba55c4e3b87c-be3cf7d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad90319d-0f47-6e69-0735-ec0a31ac878e-be3cf7d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
  justify-self: end;
}

#w-node-a2527fa8-5b6f-6127-8516-e790bdcfc301-be3cf7d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_79be9e66-2456-343a-f43e-0acc2fc24c04-be3cf7d2, #w-node-_32670936-2e8f-fe7e-7b36-addaa02eb316-be3cf7d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Mission-Statement.w-node-_5d710585-ca05-96ac-4f03-3793c54b2757-be3cf7d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1475b517-a02f-0c3d-9b04-1c1be5f85c77-be3cf7d2 {
  grid-area: Area;
}

#w-node-d7342218-6d53-29b7-cc49-2bd3471aae35-be3cf7d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_332612aa-15e8-5b59-6a65-4899b3c9a734-be3cf7d2, #w-node-_6b1a78a7-90c4-e784-720c-7a08ec0536f8-be3cf7d2, #w-node-da8cd89c-0644-3da5-1373-cf0ffa571d29-be3cf7d2, #w-node-_16527014-ea0d-3ca8-82f0-6ae9e6be257e-be3cf7d2, #w-node-_9508ccd4-9048-bb7e-8174-0b85996c5926-be3cf7d2, #w-node-_5b83c271-e6f1-2880-9924-22d0ebe027a2-be3cf7d2, #w-node-a2527fa8-5b6f-6127-8516-e790bdcfc316-be3cf7d2, #w-node-a2527fa8-5b6f-6127-8516-e790bdcfc31a-be3cf7d2, #w-node-a4dc7b85-a655-e6bc-70b5-f37afcef5bc7-be3cf7d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2527fa8-5b6f-6127-8516-e790bdcfc338-be3cf7d2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d53492c8-1774-286d-40bf-b068f39fa531-be3cf7d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: end;
}

#w-node-ce67c20d-3aaf-33e1-a411-7592243af93b-be3cf7d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce67c20d-3aaf-33e1-a411-7592243af93c-be3cf7d2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ce67c20d-3aaf-33e1-a411-7592243af93e-be3cf7d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_0042f913-2cfb-f895-6757-40f9c1bd102d-be3cf7d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0042f913-2cfb-f895-6757-40f9c1bd102e-be3cf7d2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0042f913-2cfb-f895-6757-40f9c1bd1030-be3cf7d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_0042f913-2cfb-f895-6757-40f9c1bd1036-be3cf7d2, #w-node-_4c2b0321-4857-f5a3-8cfc-c5633c3b3e81-be3cf7d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c2b0321-4857-f5a3-8cfc-c5633c3b3e82-be3cf7d2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4c2b0321-4857-f5a3-8cfc-c5633c3b3e84-be3cf7d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-b5550340-de0c-4ccd-6dff-2f7181096a20-be3cf7d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5550340-de0c-4ccd-6dff-2f7181096a21-be3cf7d2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b5550340-de0c-4ccd-6dff-2f7181096a23-be3cf7d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-ef493137-0214-9838-5433-7a3926409212-be3cf7d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef493137-0214-9838-5433-7a3926409213-be3cf7d2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ef493137-0214-9838-5433-7a3926409215-be3cf7d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: end;
}

#w-node-ef493137-0214-9838-5433-7a392640921b-be3cf7d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_665d4f37-6b2a-0582-b9c2-f017e9cf99ff-be3cf7d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: auto;
}

#w-node-_665d4f37-6b2a-0582-b9c2-f017e9cf9a00-be3cf7d2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_665d4f37-6b2a-0582-b9c2-f017e9cf9a02-be3cf7d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: auto;
}

#w-node-_665d4f37-6b2a-0582-b9c2-f017e9cf9a08-be3cf7d2, #w-node-_7bab2954-afb8-1048-e7b3-659279be7066-be3cf7d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_897fc5ce-61b9-f8b5-b2c1-291601f566d0-be3cf7d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d6a51a2-c324-55b2-9e16-fdbd07f67b6c-be3cf7d2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_86d5421b-88f9-f606-320e-f8a1655a0245-be3cf7d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4cce10a8-13bc-6f68-584c-d5f0982e7a24-be3cf7d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cce10a8-13bc-6f68-584c-d5f0982e7a25-be3cf7d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4cce10a8-13bc-6f68-584c-d5f0982e7a29-be3cf7d2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4cce10a8-13bc-6f68-584c-d5f0982e7a2b-be3cf7d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fef9733b-717b-4b7a-1653-d8937a543dfc-be3cf7d2, #Testimonials.w-node-b61b0c3a-5020-8a86-45c0-9751441f2fa5-be3cf7d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b51aea0-aa3a-569b-53d4-2d3e671c2b11-be3cf7d2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5cb8ca3d-12b8-53d1-0f31-c821cefb02b2-be3cf7d2, #w-node-_3ea725cd-548a-f44f-a711-2aa71f15c746-be3cf7d2, #w-node-f55d65c7-0226-4b50-7f65-86a3c15e6be5-be3cf7d2, #w-node-f55d65c7-0226-4b50-7f65-86a3c15e6beb-be3cf7d2, #w-node-f9391871-7080-bf84-e2e6-c72f0ab77b52-be3cf7d2, #w-node-f9391871-7080-bf84-e2e6-c72f0ab77b58-be3cf7d2, #w-node-_6899633f-fbea-570b-d60b-1d536d11d630-442ff860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e614005-f2f2-7d42-6396-04d2f41552a8-442ff860 {
  justify-self: end;
}

#w-node-_79b5df8d-86cd-71c9-0e77-85706bced8b8-442ff860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0892e03-4686-5110-a887-acef0c7c4351-442ff860 {
  align-self: auto;
  justify-self: center;
}

#w-node-_4dddc473-2666-6fb2-009a-7f9bc46a2eb1-442ff860 {
  justify-self: end;
}

#w-node-_4dddc473-2666-6fb2-009a-7f9bc46a2eb2-442ff860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b5f2eb57-9179-f532-6a90-ea92e80c3308-442ff860, #w-node-_792a6d5f-0a4d-940d-7c82-ddb9c7ff614f-442ff860, #w-node-_4d4ec5ef-9e80-0b96-5f2c-b1f87fadf50b-442ff860, #w-node-_0d9fb5f5-fedf-1a1d-7cbf-375827abd2d6-442ff860, #CAD-Drafting.w-node-afee69a2-60c0-9fe9-c817-0da3292f05d0-442ff860, #w-node-_11b03ba2-5c08-bef9-03ce-9aa69fa4483f-442ff860, #w-node-adf6f2ba-2ecf-10ce-b297-2f2fe6c5167e-442ff860, #w-node-_590c775d-749f-1d06-84c5-c1ad7bc4ff57-442ff860, #w-node-_654f554c-add8-77d0-9eb8-cfd4437448d1-442ff860, #w-node-_7e6062aa-ade1-ac32-8ebe-8867644a28b0-442ff860, #w-node-_878deb16-350a-4196-20e3-bda0536d6cee-442ff860, #w-node-d593e04e-443f-05cf-703d-5fb874e40de1-442ff860, #w-node-_460059dc-a3a4-1d54-e1c6-072d206b5445-442ff860, #w-node-_027d031e-5ad1-36cf-4098-649808e0c0d5-442ff860, #w-node-_1a897b8d-7308-c6ed-76b7-098f36402a11-442ff860, #Smart-City.w-node-_372bbb8f-8341-7d76-9f6c-c02f3b43b0f5-442ff860, #Wireless-Design.w-node-_8ed017b0-550a-f5cd-f1c1-247cd739a1f5-442ff860, #w-node-_5950180f-73df-1618-8bd0-36a450725876-50725870, #w-node-_5950180f-73df-1618-8bd0-36a45072587e-50725870, #w-node-_5950180f-73df-1618-8bd0-36a450725882-50725870 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5950180f-73df-1618-8bd0-36a450725886-50725870 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#How-can-we-help.w-node-_0bb2dc20-6889-582e-ee23-7d2e8815d80b-50725870, #w-node-_5950180f-73df-1618-8bd0-36a45072588a-50725870, #w-node-_5950180f-73df-1618-8bd0-36a45072588b-50725870, #w-node-bc281307-f4c6-511d-0ca8-0d4fe577cbd2-9a84f537, #w-node-d18ca60d-0312-f075-a2fe-e8422846baae-9a84f537 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21fcf14a-ca6b-16df-8f29-a822d725a670-9a84f537 {
  justify-self: end;
}

#w-node-c5b9272b-f749-7e14-624d-1787757bca15-9a84f537, #w-node-_077785e0-2e46-a62b-da6b-99ef3838c915-9a84f537, #w-node-_3310345c-e259-c33b-586b-4eb838b0798e-9a84f537 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63e11f6a-3d58-10b0-ec67-f9168a064e8f-9a84f537 {
  align-self: end;
  justify-self: end;
}

#w-node-a15c21e6-3cb7-0d69-5293-292bff851137-9a84f537 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_804beaab-80db-2563-72cb-c9a722e1d419-9a84f537 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_01eb80ce-e127-9a8b-7cfa-8ca0b8754dc7-9a84f537, #w-node-cec99745-a654-d99f-4d46-89c61db2784a-9a84f537 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#high-rise.w-node-df18b1b7-a9d6-f84e-1bf7-498e962637d4-9a84f537 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8ccc41c2-e219-9b2a-b934-88f51d04bb64-9a84f537 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2744c91f-7455-6236-9ee6-272877a31830-4b2c8403, #w-node-_7fc75a06-e0ee-1a8f-f922-9a17176aadb5-4b2c8403, #w-node-_29a83b0d-6130-95d0-85d1-012e1ee897c2-4b2c8403, #w-node-e5b8ab72-737f-d4ad-1c29-d71be4cc1e4f-4b2c8403, #w-node-e028640c-d8f3-f8f5-ff64-422855200add-4b2c8403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a34b3a24-681f-d21e-bc08-117a55256144-4b2c8403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_5a2a45ae-3221-137e-2405-2865a3061708-4b2c8403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e659cea7-105b-6213-e932-15265fd3bb46-4b2c8403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#aerial-construction.w-node-_06ddd240-0ddd-30aa-f656-d43a4656a374-4b2c8403, #w-node-_8771088b-75f2-3151-9df3-2c3d0c070312-4b2c8403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9fb1e3b-06db-638a-00f9-1e6a558c83f7-4b2c8403 {
  justify-self: center;
}

#w-node-f8c12210-01a7-b79c-1101-e319860bcc1e-4b2c8403 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49f51768-96b8-4465-12af-d3afd4580648-4b2c8403, #w-node-_8dace633-b1f6-25b9-540b-3cd42d549e1d-4b2c8403, #w-node-_4cefc099-e2f4-9a2a-27c4-bbe455e76058-4b2c8403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dafe3a0-cba7-db50-ef31-ce975c29311b-4b2c8403 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_873f993e-a945-0d4b-da73-4e76a7667a30-4b2c8403, #w-node-_2145f277-0e2c-ad9b-7f93-0e4cbe8db9c4-d99cfc4f, #w-node-f88cc79e-b242-07b4-bdc4-b08b0f33bac1-d99cfc4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_814ba37d-9ea0-c994-bc8a-2666a9d83c6b-d99cfc4f {
  justify-self: end;
}

#w-node-_5efd09cd-cea3-e469-e2d3-e8df2509fd82-d99cfc4f, #w-node-_6070b531-776b-d8db-5f03-9c3f12919deb-d99cfc4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85283a69-c8e8-6a14-25d4-b704b8307be5-d99cfc4f {
  align-self: end;
  justify-self: end;
}

#w-node-_30991866-bab3-a745-284c-c6bfae78f02c-d99cfc4f, #w-node-_364529c1-66d7-1ce2-54c2-4d0b57cd8dcb-d99cfc4f, #w-node-_9d0593a0-e7ca-b1a4-7bec-eb1d6ae761ed-d99cfc4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4b97ab5-01f6-4b9f-7c79-c343986bbec1-d99cfc4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bca41ed5-172d-ca3f-a7a1-44da37990553-d99cfc4f, #w-node-f8ab5499-5137-0d06-6a72-04c67f465a51-d99cfc4f, #w-node-c16f2a5f-5280-ae0f-fc6c-184a6a7d92f3-d99cfc4f, #w-node-_28dea13a-53af-54ef-667d-513cd0e91c13-d99cfc4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21402d98-0eb9-b6f4-624a-d0d7ec69b568-d99cfc4f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_00d618ec-87b7-1842-2612-0b47ad5f4e1b-d99cfc4f, #w-node-_007e185a-1a2a-f649-61c1-2363950685d1-e277f18f, #w-node-_35ef0f25-d55f-6814-1fc8-455294af30b8-e277f18f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_151dd97a-4906-0d45-4168-7a3c3628a74d-e277f18f {
  justify-self: end;
}

#w-node-_7434e36b-9582-0ce8-6d38-3ee0d43c45c9-e277f18f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4fe15ee-106a-632c-e535-0a95a99ad2ca-e277f18f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_0df10bd3-d902-dc18-4f3f-c4e0c1d570b0-e277f18f, #w-node-_2b68b71a-40de-f855-fae3-d2fa94eedfe0-e277f18f, #w-node-_2df41deb-b0c7-3fde-3133-21f16f3ce144-e277f18f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b647b4b2-b66a-ceb4-9a54-182fbc8fb9e9-e277f18f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7c7c35ac-9dbf-d3b9-94db-73adb35e0d13-e277f18f, #w-node-_6edf7ddb-e797-66e7-7ce3-bc9c1adf8d1d-e277f18f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b1ecc1d-6d24-d3e0-d8a7-6d660ff84dbd-e277f18f {
  align-self: center;
  justify-self: center;
}

#w-node-_4b0a9ae7-7afc-7648-2623-947bd81a1530-e277f18f, #w-node-_383cdabf-95ac-5361-2fe2-4c58840693d0-df4c5e58, #w-node-_31704e67-20d3-9323-829e-ef1bf056d9b2-df4c5e58, #w-node-f247eed0-e8e8-fa77-73cc-521266dd8625-df4c5e58, #w-node-_60ca2af4-6a97-679e-70b2-cef653dfbefd-df4c5e58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d615743e-2732-759f-ccb0-474386af2a79-df4c5e58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_59230aeb-7c46-3be2-7bdc-2e153bf8c7a7-df4c5e58, #w-node-c7e159ea-f608-93e8-bf8c-90406effa197-df4c5e58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_271f5a59-1ba5-8300-1aae-087008c5cb51-df4c5e58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#Network-testing.w-node-_85b172c4-c411-9ce4-106f-1e862580d15d-df4c5e58, #w-node-c37ada1e-d797-ead4-2a9f-721bc4aff455-df4c5e58, #w-node-e2d92c12-8fe4-e2bb-0828-4f3fbee50703-df4c5e58, #w-node-_6d82fd6d-00ec-6327-61e3-e3767d195956-cc488c22, #w-node-_0ccb1f78-f2a4-1416-5ff7-74fa94cadaf3-cc488c22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a09815d1-8f88-7a80-39a6-0271370d397c-cc488c22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_862f727d-7fd7-59f9-5b78-87ad0cac9a42-cc488c22 {
  align-self: end;
  justify-self: end;
}

#w-node-a8ec3b28-3898-801e-44f9-f4e31e45ed33-cc488c22, #w-node-_94fabdbd-91a5-76d6-04b8-83d4723e5be7-cc488c22, #w-node-_69e1f45b-2895-ef90-90ba-74384e4280ef-cc488c22, #w-node-_1dfaa452-9407-bd1d-8efa-d7e648fa391c-cc488c22, #emergency-communications.w-node-a825f627-34fa-16b3-27e1-6852ff609fb6-cc488c22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_459872d7-f217-be93-d011-ab322609c5e9-cc488c22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#cellular-coverage.w-node-_014ec738-303e-f89b-4b76-82d1b7ed6e98-cc488c22, #resilient-infrastructure.w-node-_5bfec28b-dc92-d5b7-ed2b-403e43ed4e1e-cc488c22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88486b3e-17f2-3f11-4051-6858934043d6-7cff6644 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fea851b0-24b1-6013-c449-cc32cadd4958-7cff6644, #w-node-_80252c6e-684e-763c-4aba-f43c5cdc6b17-7cff6644, #w-node-_63786c41-e27a-f7c6-52cf-b455457312ac-7cff6644 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_774f4eee-b2af-ac59-df94-604a7f1d127e-7cff6644 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0d63623-ce52-583c-ba24-94657815d875-7cff6644 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-b4a14bdc-7b8a-bdc9-fbda-193bd5d498cd-fb9d259c, #w-node-cbadec95-0f27-1280-fb95-b9ff6da2d7db-fb9d259c, #w-node-_7ffdeed4-32d7-7408-d9f6-d455af900f99-fb9d259c, #w-node-f5809ee3-dc5a-274e-5117-68a09aa4b69c-fb9d259c, #w-node-fd88a1e3-2b31-9b49-6ac2-8374656c12c8-fb9d259c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a98dde3b-d809-d69c-e92e-e43b47416d6a-fb9d259c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6b61d3b5-263e-fa76-9d65-6d53dabc0650-fb9d259c, #w-node-_9a24f8d8-323b-87f7-adaf-f40829c6c7b0-fb9d259c, #w-node-_23715fec-9551-14fd-ed16-16c7edbfa845-9b160de9, #w-node-_470b6e3f-fad9-a045-26de-f76e642b7036-9b160de9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_0be283ad-a88d-c8a3-0e8c-4208c112c544-be3cf7d1, #w-node-_061d5267-e098-b693-cd70-86c5ca36f0e0-be3cf7d1, #w-node-b79bf1af-e440-c890-b2f1-0db37a1b56bd-be3cf7d1, #w-node-_9ebb6eb3-ac25-4104-a8d9-b0c5760fc388-be3cf7d1 {
    grid-area: Area;
  }

  #w-node-_8201be49-662a-5dfc-ffc7-01186ae93f27-be3cf7d1, #w-node-f1156e4d-6ada-d954-c5b1-a82cc12b706c-be3cf7d1, #w-node-b6e95079-9e6c-bb5c-5283-93b21b7ed09c-1b7ed093, #w-node-b6e95079-9e6c-bb5c-5283-93b21b7ed0a2-1b7ed093, #w-node-b6e95079-9e6c-bb5c-5283-93b21b7ed0a4-1b7ed093, #w-node-b6e95079-9e6c-bb5c-5283-93b21b7ed0ac-1b7ed093, #w-node-b6e95079-9e6c-bb5c-5283-93b21b7ed0ad-1b7ed093, #w-node-_590c775d-749f-1d06-84c5-c1ad7bc4ff57-442ff860 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_05480052-fc9e-9f59-1bbd-9aee8a0eb32a-7cff6644 {
    justify-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_50c3f42d-7dfb-058f-6b95-3506023a67bf-1b7ed093 {
    justify-self: end;
  }

  #w-node-_1dafe3a0-cba7-db50-ef31-ce975c29311b-4b2c8403 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_489f9aad-9a3c-db50-6df0-2f507fb33e63-be3cf7d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c4dfb7ae-abee-0fdd-ed24-2a1b890230ba-be3cf7d1 {
    align-self: center;
    justify-self: center;
  }

  #w-node-b6e95079-9e6c-bb5c-5283-93b21b7ed0a8-1b7ed093, #w-node-_50c3f42d-7dfb-058f-6b95-3506023a67bf-1b7ed093 {
    justify-self: end;
  }

  #w-node-b6e95079-9e6c-bb5c-5283-93b21b7ed0ac-1b7ed093, #w-node-b6e95079-9e6c-bb5c-5283-93b21b7ed0ad-1b7ed093 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_50c3f42d-7dfb-058f-6b95-3506023a67bf-1b7ed093 {
    align-self: end;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_08f16c18-722f-a695-44d3-553c208b9bb9-be3cf7d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b6e95079-9e6c-bb5c-5283-93b21b7ed097-1b7ed093 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_12521d04-1021-0e20-91d9-fbc580a83d26-be3cf7d2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2217b364-d764-9f16-a5e8-ba55c4e3b87c-be3cf7d2 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_79be9e66-2456-343a-f43e-0acc2fc24c04-be3cf7d2 {
    grid-area: Area;
  }

  #w-node-_1475b517-a02f-0c3d-9b04-1c1be5f85c77-be3cf7d2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_332612aa-15e8-5b59-6a65-4899b3c9a734-be3cf7d2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_6b1a78a7-90c4-e784-720c-7a08ec0536f8-be3cf7d2 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-da8cd89c-0644-3da5-1373-cf0ffa571d29-be3cf7d2 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_16527014-ea0d-3ca8-82f0-6ae9e6be257e-be3cf7d2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_9508ccd4-9048-bb7e-8174-0b85996c5926-be3cf7d2 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_5b83c271-e6f1-2880-9924-22d0ebe027a2-be3cf7d2 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_897fc5ce-61b9-f8b5-b2c1-291601f566d0-be3cf7d2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1d6a51a2-c324-55b2-9e16-fdbd07f67b6c-be3cf7d2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86d5421b-88f9-f606-320e-f8a1655a0245-be3cf7d2, #w-node-_4cce10a8-13bc-6f68-584c-d5f0982e7a25-be3cf7d2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4cce10a8-13bc-6f68-584c-d5f0982e7a29-be3cf7d2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4cce10a8-13bc-6f68-584c-d5f0982e7a2b-be3cf7d2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3c6248df-a1eb-3bdd-81df-9c43b309c3c7-9a84f537 {
    justify-self: center;
  }

  #w-node-ceb344ea-de3e-20af-245d-fac9f5a5a8e7-d99cfc4f {
    align-self: center;
    justify-self: center;
  }
}


