.cta .wrap a:before, .callout .wrap a:before, .results .wrap a:before, .results .wrap ul li:before, .image_text .wrap a:before, .text_image .wrap a:before, .hero .wrap .textbox a:before, .text_page .wrap section a:before {
  background-image: url("../sprites/sprite.svg?v=11");
  background-size: 1000px 1000px;
  font-size: 20px;
  background-repeat: no-repeat;
}

.lp_whitepaper_plug .wrap header ul li, .lp_hero .wrap form p button, .lp_hero .wrap form p input, footer section, .cta .wrap a:after, .cta .wrap a, .cta, .industries .wrap ul li, .industries, .callout .wrap a:after, .callout .wrap a, .callout .wrap, .callout, .results .wrap a:after, .results .wrap a, .results .wrap ul li, .image_text .wrap a:after, .image_text .wrap a, .text_image .wrap a:after, .text_image .wrap a, .intro, .hero .wrap .textbox a:after, .hero .wrap .textbox a, .hero .wrap header button span, .hero, .text_page .wrap section a:after, .text_page .wrap section a, .text_page, .main_header .wrap button span, .main_header, .mobile_menu {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer section .wrap nav:after, .hero .wrap header:after, .main_header .wrap:after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.show_mobile_menu .mobile_menu {
  right: 0;
}
body.show_mobile_menu .sitewrap {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.mobile_menu {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: rgb(0, 0, 0);
  padding: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mobile_menu ul {
  list-style: none;
}
.mobile_menu ul li h3 {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 5px 0;
}
.mobile_menu ul li ul li a {
  display: block;
  text-decoration: none;
  color: rgb(190, 190, 190);
  font-size: 1rem;
  line-height: 1.5;
}
.mobile_menu ul li ul li + li {
  margin: 0;
}
.mobile_menu ul li + li {
  margin: 25px 0 0 0;
}
.mobile_menu::-webkit-scrollbar {
  display: none;
}

.sitewrap {
  display: block;
  overflow: hidden;
}

.main_header {
  background-color: rgb(10, 10, 10);
  padding: 25px 0;
}
.main_header .wrap {
  margin: 0 20px;
  color: rgb(255, 255, 255);
}
.main_header .wrap h2 {
  font-size: 1.125rem;
  line-height: 1;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 500;
  float: left;
}
.main_header .wrap h2 a {
  display: block;
  text-decoration: none;
}
.main_header .wrap nav {
  display: none;
}
.main_header .wrap button {
  width: 40px;
  float: right;
  margin-top: -2px;
}
.main_header .wrap button span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  pointer-events: none;
}
.main_header .wrap button span + span {
  margin: 7px 0 0 0;
}

.text_page {
  padding: 25px 0;
}
.text_page .wrap {
  margin: 0 20px;
}
.text_page .wrap section h1 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
.text_page .wrap section h2 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 500;
}
.text_page .wrap section h2 + p {
  margin-top: 0.5em;
}
.text_page .wrap section h2 + h3 {
  margin-top: 0.5em;
}
.text_page .wrap section h3 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 1.25rem;
  line-height: 1.125;
  font-weight: 500;
}
.text_page .wrap section h3 + p {
  margin-top: 0.5em;
}
.text_page .wrap section p {
  font-size: 1.125rem;
  line-height: 1.25;
  margin: 1.25em 0 0 0;
}
.text_page .wrap section a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid rgb(0, 0, 0);
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  padding: 10px 40px 0 40px;
  margin: 25px 0 0 0;
  position: relative;
}
.text_page .wrap section a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgb(0, 0, 0);
}
.text_page .wrap section a:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-position: -4em -1em;
  position: absolute;
  top: 12px;
  right: -27.5px;
}
.text_page .wrap section figure {
  font-size: 1rem;
  margin: 1.5em 0 0 0;
  min-height: 50px;
  background-color: rgb(240, 240, 240);
}
.text_page .wrap section figure + h3 {
  margin-top: 1.5em;
}
.text_page .wrap section ul {
  list-style: none;
  margin: 1.5em 0 0 0;
}
.text_page .wrap section ul li p {
  color: rgb(190, 190, 190);
}
.text_page .wrap section ul li + li {
  margin: 1.5em 0 0 0;
}
.text_page .wrap section + section {
  margin: 40px 0 0 0;
}

.hero {
  background-color: rgb(22, 22, 22);
  background-image: url("../images/hero_bg.webp");
  background-size: cover;
  background-position: center center;
  padding: 25px 0 50px 0;
  color: rgb(255, 255, 255);
}
.hero .wrap {
  margin: 0 20px;
}
.hero .wrap header {
  margin: 0 0 100px 0;
}
.hero .wrap header h2 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1;
  float: left;
}
.hero .wrap header h2 a {
  display: block;
  text-decoration: none;
}
.hero .wrap header nav {
  display: none;
}
.hero .wrap header button {
  width: 40px;
  float: right;
  margin-top: -2px;
}
.hero .wrap header button span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  pointer-events: none;
}
.hero .wrap header button span + span {
  margin: 7px 0 0 0;
}
.hero .wrap .textbox h1 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 1.25;
}
.hero .wrap .textbox p {
  font-size: 1.125rem;
  line-height: 1.25;
  margin: 15px 0 0 0;
  color: rgb(198, 198, 198);
}
.hero .wrap .textbox a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid rgb(255, 255, 255);
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  padding: 10px 40px 0 40px;
  margin: 25px 0 0 0;
  position: relative;
}
.hero .wrap .textbox a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgb(255, 255, 255);
}
.hero .wrap .textbox a:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-position: -1em -1em;
  position: absolute;
  top: 12px;
  right: -27.5px;
}

.intro {
  background-color: rgb(244, 244, 244);
  padding: 50px 0;
}
.intro .wrap {
  margin: 0 20px;
}
.intro .wrap h3 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.25;
}
.intro .wrap p {
  font-size: 1.125rem;
  line-height: 1.25;
  margin: 18px 0 0 0;
}

.text_image {
  margin: 50px 0 0 0;
}
.text_image .wrap {
  margin: 0 20px;
}
.text_image .wrap header h2 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.625rem;
}
.text_image .wrap header p {
  font-size: 1.125rem;
  line-height: 1.25;
  margin: 18px 0 0 0;
}
.text_image .wrap figure {
  height: 250px;
  background-color: rgb(242, 242, 242);
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 25px 0 0 0;
}
.text_image .wrap figure.fixed {
  background-size: auto 100%;
}
.text_image .wrap a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid rgb(0, 0, 0);
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  padding: 10px 40px 0 40px;
  margin: 25px 0 0 0;
  position: relative;
}
.text_image .wrap a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgb(0, 0, 0);
}
.text_image .wrap a:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-position: -4em -1em;
  position: absolute;
  top: 12px;
  right: -27.5px;
}

.image_text {
  margin: 50px 0 0 0;
}
.image_text .wrap {
  margin: 0 20px;
}
.image_text .wrap header h2 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.625rem;
}
.image_text .wrap header p {
  font-size: 1.125rem;
  line-height: 1.25;
  margin: 18px 0 0 0;
}
.image_text .wrap figure {
  height: 250px;
  background-color: rgb(242, 242, 242);
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 25px 0 0 0;
}
.image_text .wrap figure.fixed {
  background-size: auto 100%;
}
.image_text .wrap a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid rgb(0, 0, 0);
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  padding: 10px 40px 0 40px;
  margin: 25px 0 0 0;
  position: relative;
}
.image_text .wrap a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgb(0, 0, 0);
}
.image_text .wrap a:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-position: -4em -1em;
  position: absolute;
  top: 12px;
  right: -27.5px;
}

.results {
  margin: 50px 0 0 0;
}
.results .wrap {
  margin: 0 20px;
}
.results .wrap h2 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.625rem;
}
.results .wrap ul {
  list-style: none;
}
.results .wrap ul li {
  font-size: 1.125rem;
  line-height: 1.25;
  margin: 9px 0 0 0;
  padding: 9px 0 0 0;
}
.results .wrap ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background-position: -20px -100px;
  float: left;
  margin: 2px 10px 0 0;
}
.results .wrap ul li + li {
  border-top: 1px solid rgb(0, 0, 0);
}
.results .wrap a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid rgb(0, 0, 0);
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  padding: 10px 40px 0 40px;
  margin: 25px 0 0 0;
  position: relative;
}
.results .wrap a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgb(0, 0, 0);
}
.results .wrap a:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-position: -4em -1em;
  position: absolute;
  top: 12px;
  right: -27.5px;
}

.callout {
  padding: 50px 0;
}
.callout .wrap {
  margin: 0 20px;
  background-color: rgb(22, 22, 22);
  background-image: url("../images/edge_compute.webp");
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  padding: 25px;
  color: rgb(255, 255, 255);
}
.callout .wrap h2 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 1.25;
}
.callout .wrap p {
  font-size: 1.125rem;
  line-height: 1.25;
  margin: 18px 0 0 0;
  color: rgb(198, 198, 198);
}
.callout .wrap a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid rgb(255, 255, 255);
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  padding: 10px 40px 0 40px;
  margin: 25px 0 0 0;
  position: relative;
}
.callout .wrap a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgb(255, 255, 255);
}
.callout .wrap a:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-position: -1em -1em;
  position: absolute;
  top: 12px;
  right: -27.5px;
}

.industries {
  background-color: rgb(244, 244, 244);
  padding: 25px 0;
}
.industries .wrap {
  margin: 0 20px;
}
.industries .wrap h2 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.625rem;
  line-height: 1;
}
.industries .wrap ul {
  list-style: none;
}
.industries .wrap ul li {
  font-size: 1.125rem;
  line-height: 1.25;
  margin: 9px 0 0 0;
  padding: 9px 0 0 0;
}
.industries .wrap ul li a {
  display: block;
  text-decoration: none;
}
.industries .wrap ul li + li {
  border-top: 1px solid rgb(0, 0, 0);
}

.cta {
  background-color: rgb(0, 0, 0);
  padding: 50px 0 60px 0;
  color: rgb(255, 255, 255);
}
.cta .wrap {
  margin: 0 20px;
}
.cta .wrap h2 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 1.25;
}
.cta .wrap p {
  font-size: 1.125rem;
  line-height: 1.25;
  margin: 18px 0 0 0;
}
.cta .wrap a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid rgb(255, 255, 255);
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  padding: 10px 40px 0 40px;
  margin: 25px 0 0 0;
  position: relative;
}
.cta .wrap a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgb(255, 255, 255);
}
.cta .wrap a:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-position: -1em -1em;
  position: absolute;
  top: 12px;
  right: -27.5px;
}

footer {
  background-color: rgb(22, 22, 22);
  color: rgb(255, 255, 255);
}
footer section {
  padding: 25px 0;
}
footer section .wrap {
  margin: 0 20px;
}
footer section .wrap > ul {
  list-style: none;
}
footer section .wrap > ul > li h3 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
}
footer section .wrap > ul > li ul {
  list-style: none;
}
footer section .wrap > ul > li ul li a {
  display: block;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.25;
  color: rgb(104, 104, 104);
}
footer section .wrap > ul > li + li {
  margin: 25px 0 0 0;
}
footer section .wrap h2 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1;
}
footer section .wrap nav {
  margin: 18px 0 0 0;
}
footer section .wrap nav a {
  display: inline-block;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.25;
  float: left;
}
footer section .wrap nav a + a {
  margin: 0 0 0 10px;
}
footer section + section {
  border-top: 1px solid rgb(51, 51, 51);
}

.lp_hero {
  background-color: rgb(0, 0, 0);
  text-align: center;
  padding: 50px 0;
}
.lp_hero .wrap {
  margin: 0 20px;
}
.lp_hero .wrap h1 {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 16px 0;
}
.lp_hero .wrap p {
  font-size: 1.125rem;
  line-height: 1.25;
  color: rgb(220, 220, 220);
}
.lp_hero .wrap form {
  margin: 25px 0 0 0;
}
.lp_hero .wrap form p {
  position: relative;
}
.lp_hero .wrap form p input {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid rgb(255, 255, 255);
  background-color: transparent;
  border-radius: 30px;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0 25px;
  font-family: inherit;
  color: rgb(255, 255, 255);
}
.lp_hero .wrap form p button {
  display: block;
  position: absolute;
  top: 10px;
  right: 11px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgb(255, 255, 255);
  text-indent: 0;
  text-align: center;
  color: rgb(255, 255, 255);
  overflow: hidden;
}
.lp_hero .wrap form p.small {
  text-align: center;
  font-size: 0.875rem;
  color: rgb(81, 81, 81);
  margin: 15px 0 0 0;
}

.lp_whitepaper_plug {
  background-color: rgb(0, 0, 0);
  padding: 0 0 50px 0;
}
.lp_whitepaper_plug .wrap {
  margin: 0 20px;
}
.lp_whitepaper_plug .wrap header {
  margin: 0 0 35px 0;
}
.lp_whitepaper_plug .wrap header ul {
  list-style: none;
}
.lp_whitepaper_plug .wrap header ul li {
  color: rgb(255, 255, 255);
  font-size: 1.25rem;
  line-height: 1;
  padding: 15px 0;
}
.lp_whitepaper_plug .wrap header ul li + li {
  border-top: 1px solid rgb(76, 76, 76);
}

/*# sourceMappingURL=mobile.css.map */
