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

body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin: 60px auto 20px;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

.div-block {
  height: 100vh;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.brand {
  width: 200px;
  background-image: url('../images/Image-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.nav-link {
  height: 40px;
  margin: 10px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #e53247;
  border-radius: 5px;
}

.section {
  height: 100vh;
  background-image: url('../images/Rectangle-26.png');
  background-position: 0px 0px;
  background-size: auto;
}

.section-2 {
  height: 100vh;
  margin-top: 0px;
  background-image: url('../images/Rectangle-26.png');
  background-position: 0px 0px;
  background-size: auto;
}

.container {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-menu {
  margin-right: auto;
  margin-left: auto;
}

.section-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 85px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.container-2 {
  max-width: 1200px;
}

.link-logo-nav {
  width: 22vh;
  height: 6vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Image-2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
}

.container-main {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.container-main.container-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.link {
  text-decoration: none;
}

.link-nav {
  margin-right: auto;
  margin-left: auto;
  padding: 1em 1.75em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1.5px solid #e53247;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1.75vh;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.link-nav:hover {
  border-color: #fff;
  background-color: #e53247;
  color: #fff;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1vh;
  padding-bottom: 1vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  padding-right: 100px;
  padding-left: 100px;
}

.container-hero {
  position: relative;
  display: block;
  overflow: visible;
  max-width: 100vw;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  height: 9.5vh;
  padding: 1.75vh 0px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-hero {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  background-image: url('../images/Rectangle-26.png');
  background-position: 0px 0px;
  background-size: cover;
  color: #000f22;
}

.heading-hero {
  max-width: 80vw;
  margin-top: 2.5em;
  color: #fff;
  font-size: 5vh;
  line-height: 1.1;
}

.paragraph-hero {
  max-width: 45vw;
  margin-top: 2em;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 2.3vh;
  line-height: 2;
}

.button-cta-hero {
  display: block;
  margin-top: 3em;
  margin-right: auto;
  margin-left: auto;
  padding: 1.75em 3.5em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000f22;
  font-size: 2vh;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button-cta-hero:hover {
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.image {
  position: absolute;
  left: auto;
  top: 0%;
  right: -7%;
  bottom: auto;
  z-index: 9;
  display: none;
  overflow: visible;
  max-width: 65%;
  -o-object-fit: fill;
  object-fit: fill;
}

.body {
  overflow: visible;
}

.heading-hero-span-large {
  font-size: 7.1vh;
  text-decoration: none;
}

.div-block-3 {
  height: 9.5vh;
}

.image-hero-gauge-background {
  position: absolute;
  left: 46%;
  top: -10%;
  right: 0%;
  bottom: -90px;
  z-index: 9;
  display: block;
  overflow: visible;
  max-width: none;
  background-image: url('../images/Group-81-v02.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-generic {
  max-width: 750px;
}

.heading-problems-span-regular {
  font-weight: 400;
}

.div-block-5 {
  max-width: 100vw;
  padding-right: 100px;
  padding-left: 100px;
}

.container-generic {
  position: static;
  max-width: 1400px;
  margin: 80px auto 100px;
  padding-right: 60px;
  padding-left: 60px;
}

.paragraph-hero-small {
  display: block;
  margin-top: 2vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  color: #fff;
  font-size: 1.75vh;
  text-align: center;
}

.paragraph-hero-small.paragraph-hero-small-scrollmore {
  display: block;
  margin-top: 0vh;
  margin-left: 0px;
  opacity: 1;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 1.5vh;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 10px;
  text-transform: uppercase;
}

.div-block-6 {
  display: block;
  max-width: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-2 {
  display: inline-block;
  margin-top: 0vh;
  opacity: 0.5;
}

.attribute-main-image {
  width: 100px;
  height: 85px;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.column {
  text-align: center;
}

.attribute-main-heading {
  line-height: 1.5;
}

.attribute-main-paragraph {
  margin-top: 20px;
}

.attribute-main-column {
  text-align: center;
}

.image-generic-large {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  margin: 60px auto 0px;
  float: none;
  text-align: center;
}

.image-generic-large.image-transform {
  position: relative;
  top: 0px;
  display: block;
  height: auto;
  max-width: 100%;
  margin: -75px auto 0px;
  padding-top: 0px;
  float: none;
  text-align: center;
}

.image-hero-scrollmore {
  display: block;
  width: 40px;
  margin-top: 4vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.image-3 {
  display: none;
}

.image-hero-gauge {
  display: none;
}

.paragraph-generic.paragraph-footer {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  text-align: center;
}

.columns-generic {
  margin-top: 60px;
}

.columns-generic.attributes-transform {
  margin-top: -150px;
}

.section-g-technology-health {
  position: relative;
}

.span-heading-g-technology-health {
  font-weight: 400;
}

.button-cta-generic {
  position: relative;
  z-index: 100;
  display: block;
  max-width: 400px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 1.5px solid #e53247;
  border-radius: 5px;
  background-color: #e53247;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button-cta-generic:hover {
  border: 1.5px solid #e53247;
  background-color: transparent;
  color: #000f22;
}

.section-technology-leadership {
  position: relative;
}

.image-generic {
  display: inline-block;
  height: auto;
  max-width: 100%;
  margin: 50px auto 0px;
  float: none;
  text-align: center;
}

.heading {
  text-align: center;
}

.heading-impact-logos {
  max-width: 800px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.grid-technology-leadership {
  max-width: 80vw;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  border: 1px none #000;
}

.paragraph-grid-technology-leadership {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.div-block-8 {
  position: absolute;
  background-color: #e5eff6;
}

.background-technology-leadership {
  position: absolute;
  left: 0%;
  top: 24%;
  right: 0%;
  bottom: -5%;
  z-index: -1;
  background-color: #e5eff6;
}

.section-impact {
  position: relative;
}

.grid-impact {
  margin-top: 40px;
  grid-auto-columns: 1fr;
}

.quote-grid-impact {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.line-quote-grid-impact {
  height: 1px;
  margin: 0px 25px;
  background-color: rgba(0, 0, 0, 0.25);
}

.background-quote-impact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #e5eff6;
}

.quote-secondary-grid-impact {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.paragraph-grid-impact {
  margin: 25px;
}

.paragraph-secondary-grid-impact {
  margin: 25px;
  font-weight: 600;
}

.line-quote-grid-technology-leadership {
  height: 1px;
  margin: 20px 0px;
  background-color: rgba(0, 0, 0, 0.25);
}

.line-quote-grid-technology-leadership.line-quote-grid-technology-leadership-last {
  display: none;
}

.row-grid-technology-leadership {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-impact {
  position: static;
  max-width: 1000px;
  margin: 80px auto 100px;
  padding-right: 100px;
  padding-left: 100px;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Rectangle-39.png');
  background-position: 0px 0px;
  background-size: cover;
}

.container-footer {
  display: block;
  max-width: 100vw;
  padding-right: 100px;
  padding-left: 100px;
}

.link-footer {
  margin-right: auto;
  margin-left: auto;
  padding: 1em 1.75em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.75vh;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.link-footer:hover {
  border-color: #fff;
  background-color: #fff;
  color: #333;
}

.link-logo-footer {
  width: 22vh;
  height: 6vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Image-3.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
}

.columns-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-footer-last {
  text-align: right;
}

.column-footer {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.column-footer.column-footer-last {
  text-align: right;
}

.column-footer.column-footer-first {
  text-align: left;
}

.image-problems-large-background {
  position: static;
  height: 539px;
  max-width: 100%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/image-problems-small.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: center;
}

.image-transform-large-background-copy {
  position: static;
  height: 539px;
  max-width: 100%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/image-transform-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: center;
}

.image-technology-leadership-large-background-copy {
  position: static;
  height: 756px;
  max-width: 100%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/GTLTeamPhotos-s-copy.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.paragraph-generic-small {
  display: block;
  margin-top: 2vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  color: #333;
  font-size: 0.9rem;
  text-align: center;
}

.paragraph-generic-small.paragraph-hero-small-scrollmore {
  display: inline-block;
  margin-top: 10vh;
  margin-left: 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1.5vh;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2px;
  text-indent: 10px;
  text-transform: uppercase;
}

.image-hero-ruler-background {
  position: absolute;
  left: -0.5%;
  top: 15%;
  right: auto;
  bottom: auto;
  width: 25px;
  height: 85%;
  background-image: url('../images/Group-115.png');
  background-position: 0% 50%;
  background-size: cover;
}

.link-hero-scroll-down {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-decoration: none;
}

.image-g-tech-ruler-background {
  position: absolute;
  left: auto;
  top: 8%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 25px;
  height: 100%;
  margin-right: 0px;
  margin-left: auto;
  background-image: url('../images/Group-118.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: right;
}

.image-impact-ruler-background {
  position: absolute;
  left: 0%;
  top: 36%;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  width: 25px;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Group-119.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: left;
}

.grid-impact-logos {
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-rows: 1frfr;
  grid-column-gap: 14px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px none #000;
}

.image-impact-logo {
  max-height: 70px;
  max-width: 175px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  text-align: center;
}

.html-embed {
  margin-top: -40px;
  margin-bottom: 0px;
}

.html-embed.loom-mobile {
  display: none;
}

.flex-impact-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  text-align: center;
}

.grid-impact-logos-partners {
  margin-top: 40px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  .container-hero {
    max-width: 90vw;
  }

  .heading-hero {
    font-size: 5.5vh;
  }

  .heading-hero-span-large {
    font-size: 7.8vh;
  }

  .image-hero-gauge-background {
    left: 41%;
    top: -12%;
    bottom: -15%;
  }

  .paragraph-hero-small.paragraph-hero-small-scrollmore {
    display: block;
    margin-top: 0vh;
    margin-right: auto;
    margin-left: auto;
    color: hsla(0, 0%, 100%, 0.75);
    font-size: 1.5vh;
    text-align: center;
  }

  .image-generic-large.image-transform {
    margin-top: -110px;
  }

  .image-hero-scrollmore {
    display: block;
    width: 50px;
    max-width: 200%;
    margin-top: 6vh;
    margin-right: auto;
    margin-left: auto;
    opacity: 1;
  }

  .background-technology-leadership {
    top: 24%;
  }

  .image-hero-ruler-background {
    left: -5.6%;
    width: 30px;
  }

  .image-g-tech-ruler-background {
    left: -5.6%;
    width: 30px;
  }

  .image-impact-ruler-background {
    left: 0%;
    top: 29%;
    display: block;
    width: 30px;
  }

  .html-embed.loom-desktop {
    margin-top: -20px;
  }

  .grid-impact-logos-partners {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .link-logo-nav {
    width: 185px;
    height: 50px;
  }

  .link-nav {
    padding: 15px 30px;
    font-size: 1rem;
  }

  .div-block-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-nav {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-hero {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-nav {
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-hero {
    height: auto;
  }

  .heading-hero {
    max-width: none;
    margin-top: 60px;
    font-size: 2.1rem;
    text-align: center;
  }

  .paragraph-hero {
    max-width: none;
    margin-top: 40px;
    font-size: 1.2rem;
    text-align: center;
  }

  .button-cta-hero {
    max-width: 75%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 0px;
    font-size: 1.2rem;
  }

  .heading-hero-span-large {
    font-size: 3rem;
    text-align: justify;
  }

  .div-block-3 {
    height: 80px;
  }

  .image-hero-gauge-background {
    display: none;
    overflow: visible;
  }

  .section-problems {
    margin-top: 100px;
  }

  .heading-generic {
    max-width: none;
    margin-top: 110px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 2rem;
    text-align: center;
  }

  .container-generic {
    max-width: 900px;
    margin-top: -25px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-hero-small {
    margin-top: 20px;
    font-size: 1rem;
  }

  .div-block-6 {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .attribute-main-heading {
    line-height: 1.5;
  }

  .attribute-main-column {
    margin-top: 30px;
  }

  .image-generic-large.image-transform {
    top: 65px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-7 {
    display: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .image-hero-gauge {
    display: block;
    margin-top: -70px;
    margin-bottom: -25px;
  }

  .paragraph-generic {
    text-align: left;
  }

  .columns-generic {
    margin-top: -15px;
  }

  .columns-generic.attributes-transform {
    margin-top: -125px;
  }

  .button-cta-generic {
    max-width: 75%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 0px;
    font-size: 1.2rem;
  }

  .grid-technology-leadership {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-grid-technology-leadership {
    border: 1px none #000;
    text-align: left;
  }

  .background-technology-leadership {
    top: 29%;
  }

  .grid-impact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .quote-grid-impact {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .line-quote-grid-technology-leadership.line-quote-grid-technology-leadership-last {
    display: block;
  }

  .line-quote-grid-technology-leadership.line-quote-grid-technology-leadership-last.line-quote-grid-technology-leadership-last-one {
    display: none;
  }

  .container-impact {
    max-width: 900px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .container-footer {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-footer {
    padding: 15px 30px;
    font-size: 1rem;
  }

  .link-logo-footer {
    width: 185px;
    height: 50px;
  }

  .columns-footer {
    display: block;
  }

  .column-footer {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-footer.column-footer-last {
    text-align: center;
  }

  .column-footer.column-footer-first {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .column-paragraph-generic {
    margin-top: 30px;
  }

  .image-problems-large-background {
    height: 375px;
  }

  .image-transform-large-background-copy {
    height: 375px;
  }

  .image-technology-leadership-large-background-copy {
    height: 740px;
  }

  .paragraph-generic-small {
    margin-top: 20px;
    font-size: 1rem;
  }

  .image-hero-ruler-background {
    display: none;
  }

  .image-g-tech-ruler-background {
    display: none;
  }

  .image-impact-ruler-background {
    display: none;
  }

  .grid-impact-logos {
    grid-auto-rows: 1fr;
  }

  .html-embed {
    margin-bottom: -100px;
  }

  .html-embed.loom-mobile {
    display: block;
  }

  .html-embed.loom-desktop {
    display: none;
  }

  .flex-impact-logos {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .container-nav {
    max-width: 700px;
  }

  .container-hero {
    max-width: 700px;
  }

  .heading-hero {
    font-size: 1.8rem;
  }

  .paragraph-hero {
    font-size: 1rem;
  }

  .button-cta-hero {
    max-width: none;
    font-size: 1rem;
  }

  .heading-hero-span-large {
    font-size: 2.6rem;
  }

  .heading-generic {
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.75rem;
    text-align: center;
  }

  .container-generic {
    max-width: 700px;
  }

  .paragraph-hero-small {
    font-size: 1rem;
  }

  .attribute-main-image {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .attribute-main-heading {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .attribute-main-paragraph {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-generic-large.image-transform {
    top: auto;
    margin-top: 140px;
  }

  .image-hero-gauge {
    margin-top: -45px;
    margin-bottom: 0px;
    font-size: 16rem;
  }

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

  .columns-generic {
    margin-top: -15px;
  }

  .columns-generic.attributes-transform {
    margin-top: -65px;
  }

  .button-cta-generic {
    max-width: none;
    margin-top: 40px;
    margin-right: 40px;
    margin-left: 40px;
    font-size: 1rem;
  }

  .background-technology-leadership {
    top: 27%;
    bottom: -4%;
  }

  .quote-grid-impact {
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-impact {
    max-width: 700px;
  }

  .section-footer {
    display: block;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-footer {
    max-width: 700px;
  }

  .columns-footer {
    display: block;
    text-align: center;
  }

  .column-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }

  .column-footer.column-footer-last {
    text-align: center;
  }

  .column-footer.column-footer-first {
    padding-bottom: 20px;
    text-align: center;
  }

  .heading-2 {
    text-align: left;
  }

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

  .heading-4 {
    text-align: left;
  }

  .heading-5 {
    text-align: left;
  }

  .heading-6 {
    text-align: left;
  }

  .image-problems-large-background {
    height: 250px;
  }

  .image-transform-large-background-copy {
    height: 250px;
  }

  .image-technology-leadership-large-background-copy {
    height: 400px;
  }

  .paragraph-generic-small {
    font-size: 1rem;
  }

  .grid-impact-logos {
    grid-column-gap: 21px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .image-impact-logo {
    max-width: 50%;
  }

  .grid-impact-logos-partners {
    grid-auto-rows: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .link-logo-nav {
    width: 185px;
    height: 50px;
    margin: 0px auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .link-nav {
    display: none;
    padding: 10px;
    font-size: 0.6rem;
  }

  .div-block-2 {
    display: none;
  }

  .container-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
  }

  .container-hero {
    max-width: 400px;
  }

  .section-hero {
    overflow: visible;
  }

  .heading-hero {
    margin-top: 40px;
    font-size: 2rem;
  }

  .paragraph-hero {
    margin-top: 30px;
  }

  .button-cta-hero {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.9rem;
  }

  .heading-hero-span-large {
    font-size: 2rem;
  }

  .heading-generic {
    margin-top: 60px;
    font-size: 1.5rem;
  }

  .heading-problems-span-regular {
    font-size: 1.5rem;
  }

  .container-generic {
    max-width: 400px;
    margin-top: 40px;
  }

  .paragraph-hero-small {
    font-size: 0.8rem;
  }

  .attribute-main-image {
    margin-bottom: 10px;
  }

  .attribute-main-heading {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 1.1rem;
  }

  .attribute-main-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .image-generic-large {
    max-width: 100%;
    margin-top: 30px;
    text-align: center;
  }

  .image-generic-large.image-transform {
    top: auto;
    margin-top: 80px;
  }

  .image-hero-gauge {
    display: block;
    margin-top: -5px;
    margin-bottom: -15px;
  }

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

  .columns-generic {
    margin-top: -15px;
  }

  .columns-generic.attributes-transform {
    margin-top: -30px;
  }

  .span-heading-g-technology-health {
    line-height: 1.5;
  }

  .button-cta-generic {
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px 10px;
    font-size: 0.9rem;
  }

  .image-generic {
    max-width: 100%;
    margin-top: 30px;
    text-align: center;
  }

  .background-technology-leadership {
    top: 21%;
    bottom: -2%;
  }

  .container-impact {
    max-width: 400px;
  }

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

  .container-footer {
    display: block;
    max-width: 400px;
  }

  .link-footer {
    display: inline;
    padding: 10px;
    font-size: 1rem;
  }

  .link-logo-footer {
    width: 185px;
    height: 50px;
    margin: 0px auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .columns-footer {
    display: block;
  }

  .column-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-problems-large-background {
    height: 175px;
  }

  .image-transform-large-background-copy {
    height: 175px;
  }

  .image-technology-leadership-large-background-copy {
    height: 200px;
  }

  .paragraph-generic-small {
    font-size: 0.8rem;
  }

  .grid-impact-logos {
    grid-row-gap: 40px;
  }

  .image-impact-logo {
    max-width: 65%;
  }

  .html-embed {
    margin-top: -65px;
    margin-bottom: -16px;
  }

  .grid-impact-logos-partners {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-_39a1d123-c826-d961-0661-9e7ee23c8c06-705714c0 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_5ff92ec2-bc69-e336-9c87-73ee2dfbac1a-705714c0 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-d9a65309-1e97-798d-1f71-328c06b49f80-705714c0 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-cffc1219-ea36-9a22-4f55-8f34985a75c2-705714c0 {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cffc1219-ea36-9a22-4f55-8f34985a75c2-705714c0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

