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

body {
  color: #64707d;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.78em;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  color: #2b2f33;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.22em;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  color: #2b2f33;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.74em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  color: #2b2f33;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.39em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  color: #2b2f33;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.5;
}

h6 {
  color: #2b2f33;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.11em;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: #64707d;
  margin-bottom: 0;
  font-size: 1.11em;
  line-height: 1.6;
}

a {
  color: #026592;
  text-decoration: underline;
}

a:hover {
  color: #0e0e52;
}

ul, ol {
  margin-top: 0;
  margin-bottom: .56em;
  padding-left: 2.78em;
}

li {
  font-size: 1.11em;
}

blockquote {
  color: #64707d;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.container {
  width: 100%;
  max-width: 1110px;
  border-top: 1px #000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.flex-col-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.flex-col-2 {
  width: 50%;
}

.flex-col-2.flex-col-footer__left {
  width: 40%;
}

.flex-col-2.flex-col-footer__right {
  width: 60%;
  justify-content: space-between;
  padding-left: 40px;
  display: flex;
}

.small-p {
  color: #64707d;
  margin-bottom: 16px;
  padding-top: 0;
  font-size: 16px;
  line-height: 1.5;
}

.cta-button {
  color: #1c1e3e;
  text-transform: uppercase;
  background-color: #35baf6;
  border-radius: 4px;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition: all .35s;
}

.cta-button:hover {
  color: #0e0e52;
  background-color: #fff;
}

.section {
  padding: 60px 5%;
  position: relative;
  overflow: visible;
}

.section.section__cta-footer {
  background-image: url('../images/GSL-Footer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 24px;
}

.primary-nav {
  align-items: center;
  display: flex;
  position: static;
}

.nav-menu-link {
  color: rgba(255, 255, 255, .9);
  padding: 20px 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.nav-menu-link:hover {
  color: #35baf6;
}

.nav-menu-link.w--current {
  color: #35baf6;
  text-decoration: none;
  transition-property: none;
}

.nav-menu-link.last {
  padding-right: 28px;
  display: none;
}

.navbar {
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 16px;
  padding-bottom: 16px;
}

.navbar.no-hero {
  background-color: #0e0e52;
}

.nav-container {
  width: 100%;
  max-width: 1110px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.content-wrapper.wrapper--centre {
  max-width: 730px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-wrapper.content-wrapper__cta {
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.content-wrapper.content-wrapper__tagline {
  max-width: 260px;
}

.text-link-wrapper {
  text-decoration: none;
  display: flex;
}

.text-link-wrapper.mega-menu {
  margin-top: 16px;
}

.text-link {
  text-decoration: none;
}

.text-link:hover {
  color: #026592;
}

.text-link.text-cta-link-small {
  color: #026592;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.arrow-icon-right {
  width: 1.67em;
  height: 1.67em;
  min-height: 1.67em;
  min-width: 1.67em;
  margin-top: 1px;
  margin-left: 4px;
}

.icon-hover {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.logo-wrapper {
  max-width: 840px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.image-wrapper {
  border-radius: 6px;
  overflow: hidden;
}

.image-wrapper.blog-card__image-wrapper {
  max-width: 515px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.blog-card-wrapper {
  max-width: 515px;
  background-color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: box-shadow .2s;
  overflow: visible;
}

.blog-card-wrapper:hover {
  box-shadow: 11px 11px 24px rgba(48, 49, 51, .15);
}

.blog-card-wrapper.is--menu--feature {
  transition-property: none;
}

.blog-card-wrapper.is--menu--feature:hover {
  box-shadow: none;
}

.blog-card__content-wrapper {
  padding: 24px 32px 32px;
}

.text-industry-tag {
  color: #026592;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.blog-card__title {
  margin-top: 8px;
  margin-bottom: 8px;
}

.testimonial-slider {
  height: 300px;
  background-color: #fff;
}

.left-arrow {
  width: 32px;
  height: 32px;
  border: 2px solid #026592;
  border-radius: 50%;
  display: block;
}

.right-arrow {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #026592;
  border-radius: 50%;
  display: block;
}

.slide-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.testimonial-content-wrapper {
  max-width: 730px;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 8px;
  font-size: 26px;
  font-style: italic;
  line-height: 1.5;
}

.testimonial-person {
  color: #2b2f33;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.slide-nav {
  font-size: 14px;
  line-height: 1.5;
}

.cta-title {
  color: #fff;
  margin-bottom: 0;
  padding-right: 56px;
}

.divider {
  height: 2px;
  max-width: 1110px;
  background-color: rgba(255, 255, 255, .2);
  margin: 0 auto 56px;
}

.footer-wrapper {
  margin-bottom: 48px;
}

.text-tagline {
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  line-height: 1.5;
}

.nav-menu-footer__title {
  color: #fff;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.nav-menu-footer__link {
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.nav-menu-footer__link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-link--wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.footer--logo-wrapper {
  max-width: 255px;
  justify-content: space-between;
  padding-bottom: 32px;
  display: flex;
}

.footer-social-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
}

.social-icons {
  padding-left: 8px;
  padding-right: 8px;
}

.subfooter-wrapper {
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 0;
  display: flex;
}

.subfooter-link-wrapper.left, .subfooter-link-wrapper.right {
  display: flex;
}

.subfooter-link {
  color: rgba(255, 255, 255, .8);
  padding-right: 24px;
  font-size: 14px;
  text-decoration: none;
}

.subfooter-link:hover {
  color: #fff;
  text-decoration: underline;
}

.subfooter-link.text:hover {
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
}

.subfooter-link.text.last {
  padding-right: 0;
}

.image {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  display: inline;
}

.dropdown {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.dropdown-toggle {
  color: rgba(255, 255, 255, .9);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.dropdown-toggle:hover {
  color: #35baf6;
}

.dropdown-list {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  top: 80px;
}

.dropdown-menu-wrapper {
  color: #2b2f33;
  text-decoration: none;
  display: flex;
}

.dropdown-column {
  width: 25%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 32px;
  text-decoration: none;
  transition-property: none;
}

.dropdown-column:hover {
  background-color: #efeff5;
  border-radius: 6px;
}

.dropdown-column.is--industries {
  width: auto;
  border-radius: 6px;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 16px;
  display: flex;
}

.dropdown-menu-title {
  color: #2b2f33;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.dropdown-menu-text {
  color: #64707d;
  font-size: 14px;
  line-height: 1.5;
}

.dropdown-icon-wrapper {
  width: 56px;
  margin-bottom: 16px;
  display: inline-block;
  position: relative;
}

.dropdown-icon-wrapper.is--industries {
  margin-bottom: 0;
  margin-right: 24px;
}

.dropdown-case-studies-link {
  background-color: #efeff5;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: center;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-list-bg-wrapper {
  max-width: 1190px;
  background-color: #fff;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 3px 3px 8px rgba(43, 47, 51, .15);
}

.dropdown-list-bg-wrapper.is--solutions {
  padding-left: 0;
  padding-right: 0;
}

.navbar-mobile {
  display: none;
}

.navbar-mobile.no-hero {
  background-color: #0e0e52;
}

.check-icon {
  width: 2.08em;
  height: 2.08em;
  min-height: 2.08em;
  min-width: 2.08em;
  margin-right: .56em;
  display: block;
}

.navigation-symbol-wrapper {
  z-index: 999;
  background-color: #0e0e52;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-symbol-wrapper.no-hero {
  background-color: #0e0e52;
}

.div-block {
  width: 28px;
}

.section-2 {
  background-image: url('../images/GSL-Footer.svg');
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 445px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.testimonial-text {
  color: #64707d;
  font-size: 16px;
  line-height: 1.5;
  transition: opacity .8s;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.slider-arrow-icon {
  color: #026592;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

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

.dropdown-page-link:hover {
  color: #35baf6;
}

.dropdown-list-2 {
  background-color: #fff;
  border-radius: 6px;
}

.dropdown-list-2.w--open {
  overflow: hidden;
  box-shadow: 3px 3px 8px rgba(43, 47, 51, .15);
}

.dropdown-link {
  color: #2b2f33;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link:hover {
  color: #026592;
  background-color: #efeff5;
}

.dropdown-link.w--current {
  color: #026592;
}

.hide {
  display: none;
}

.dropdown__menu__container {
  padding-left: 40px;
  padding-right: 40px;
}

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

._2__col__grid.is--industries--main {
  width: 100%;
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

.industries__menu__title {
  border-bottom: 2px solid #efeff5;
  padding-top: 24px;
  padding-bottom: 8px;
  padding-left: 16px;
}

.menu__col {
  margin-top: 40px;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .28em;
}

.padding-xxsmall {
  padding: .56em;
}

.padding-xsmall {
  padding: .83em;
}

.padding-small {
  padding: 1.11em;
}

.padding-medium {
  padding: 1.67em;
}

.padding-large {
  padding: 2.22em;
}

.padding-xlarge {
  padding: 2.78em;
}

.padding-xxlarge {
  padding: 3.89em;
}

.padding-huge {
  padding: 4.44em;
}

.padding-xhuge {
  padding: 5.56em;
}

.padding-xxhuge {
  padding: 6.67em;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-medium {
  padding-bottom: 1.67em;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.padding-vertical.padding-xhuge.is--about-intro {
  padding-top: 3em;
  padding-bottom: 3em;
}

.padding-vertical.padding-custom1 {
  padding-top: 10.78em;
  padding-bottom: 8.78em;
}

.padding-vertical.padding-subpage {
  padding-top: 10.06em;
  padding-bottom: 10.06em;
}

.padding-vertical.padding-404 {
  padding-top: 10em;
  padding-bottom: 10em;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .28em;
}

.margin-xxsmall {
  margin: .56em;
}

.margin-xsmall {
  margin: .83em;
}

.margin-small {
  margin: 1.11em;
}

.margin-medium {
  margin: 1.67em;
}

.margin-large {
  margin: 2.22em;
}

.margin-xlarge {
  margin: 2.78em;
}

.margin-xxlarge {
  margin: 3.89em;
}

.margin-huge {
  margin: 4.44em;
}

.margin-xhuge {
  margin: 5.56em;
}

.margin-xxhuge {
  margin: 6.67em;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.home-header_sub-text {
  color: #2b2f33;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.section-space-header {
  background-color: #212121;
}

.page-padding {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10em;
  padding-right: 10em;
}

.section-styleguide-header {
  background-color: #212121;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.heading-xxlarge {
  font-size: 4.17em;
  line-height: 1.2;
}

.heading-xlarge {
  font-size: 2.78em;
  line-height: 1.3;
}

.text-size-small {
  color: #0e0e52;
  font-size: .97em;
  line-height: 1.71;
}

.text-color-white {
  color: #fff;
}

.heading-small {
  font-size: 1.39em;
  line-height: 1.4;
}

.page-padding-2 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10em;
  padding-right: 10em;
}

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

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

.text-weight-regualr {
  font-weight: 400;
}

.heading-xsmall {
  font-size: 1.25em;
  line-height: 1.5;
}

.text-weight-light {
  font-weight: 300;
}

.text-size-large {
  font-size: 1.25em;
  line-height: 1.78;
}

.text-style-uppercase {
  text-transform: uppercase;
}

.text-rich-text {
  color: #64707d;
  text-align: left;
}

.text-rich-text h5 {
  margin-bottom: .25em;
}

.text-rich-text p {
  margin-bottom: 1.11em;
}

.text-rich-text h2, .text-rich-text h3 {
  margin-bottom: .56em;
}

.text-rich-text h4, .text-rich-text h6 {
  margin-bottom: .25em;
}

.text-rich-text blockquote {
  border-left-color: #026592;
  margin-bottom: 1.11em;
  padding: .69em 1.39em;
  font-size: 1.25em;
  line-height: 1.6;
}

.text-rich-text a {
  color: #026592;
}

.text-align-center {
  color: #fff;
  text-align: center;
}

.text-align-center.text-color-grey {
  color: #2b2f33;
}

.text-style-link {
  text-decoration: underline;
}

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

.heading-medium {
  font-size: 1.74em;
  line-height: 1.4;
}

.text-size-medium {
  font-size: 1.11em;
  line-height: 1.6;
}

.text-size-medium.text-weight-bold {
  color: #2b2f33;
}

.heading-xxsmall {
  font-size: 1.11em;
  line-height: 1.5;
}

.text-weight-extra-bold {
  font-weight: 800;
}

.section-header {
  background-color: #212121;
}

.heading-large {
  font-size: 2.22em;
  line-height: 1.3;
}

.text-weight-semi-bold {
  color: #2b2f33;
  font-weight: 600;
}

.style_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.button-secondary {
  color: #fff;
  background-color: #ece338;
  border: 2px solid #ece338;
  border-radius: 100px;
  padding: .56em 1.11em;
  font-size: .97em;
  font-weight: 600;
  transition: transform .2s;
  transform: scale(.98);
}

.button-secondary:hover {
  color: #fff;
}

.button-text {
  color: #026592;
  font-size: .97em;
  font-weight: 700;
  text-decoration: none;
}

.button-primary {
  color: #0e0e52;
  background-color: #35baf6;
  border: 2px solid #35baf6;
  border-radius: 100px;
  padding: .56em 1.11em;
  font-size: .97em;
  font-weight: 600;
  transition: transform .2s;
}

.button-primary:hover {
  transform: scale(.98);
}

.button-ghost {
  color: #0e0e52;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #0e0e52;
  border-radius: 100px;
  padding: .56em 1.11em;
  font-size: .97em;
  font-weight: 600;
  transition: transform .2s;
}

.button-ghost:hover {
  transform: scale(.98);
}

.text-color-black {
  color: #2b2f33;
}

.text-color-grey {
  color: #64707d;
}

.text-color-white-opacity {
  color: rgba(255, 255, 255, .8);
}

.background-color-dark-blue {
  background-color: #0e0e52;
}

.background-color-medium-blue {
  background-color: #026592;
}

.background-color-light-blue {
  background-color: #35baf6;
}

.background-color-white {
  background-color: #fff;
}

.section-home-header {
  background-color: #0e0e52;
  background-image: url('../images/Home-hero-lrg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-header_component {
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  grid-template-rows: auto;
}

.home-header_sub-text {
  color: rgba(255, 255, 255, .8);
  font-size: 1.25em;
}

.home-header_link {
  color: #fff;
  font-size: 1.11em;
  font-weight: 600;
  text-decoration: none;
  transition-property: none;
}

.home-header_link:hover {
  color: #fff;
  text-decoration: underline;
}

.section-home-services {
  position: relative;
}

.home-services_top {
  max-width: 37.5em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.home-services_bottom {
  margin-top: 3.89em;
}

.services-card_component {
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  grid-template-rows: auto;
}

.services-card_item {
  background-color: #fff;
  border-radius: 6px;
  padding: 2.22em;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  overflow: hidden;
}

.services-card_item:hover {
  box-shadow: 6px 6px 16px rgba(48, 49, 51, .12);
}

.button-text-wrapper {
  display: flex;
}

.button-text-icon {
  width: 1.39em;
  height: 1.39em;
  min-height: 1.39em;
  min-width: 1.39em;
  margin-top: 1px;
  margin-left: 4px;
}

.services-card_top {
  width: 5em;
  height: 5em;
  min-height: 5em;
  min-width: 5em;
  position: relative;
}

.services-card_top.is--nav {
  width: 3.89em;
  height: 3.89em;
  min-height: 3.89em;
  min-width: 3.89em;
}

.services-card_bottom {
  margin-top: 1.67em;
}

.services-card_icon {
  width: 5em;
  height: 5em;
  min-height: 5em;
  min-width: 5em;
}

.services-card_icon.is--nav-menu {
  width: 3.89em;
  height: 3.89em;
  min-height: 3.89em;
  min-width: 3.89em;
}

.services-card_icon-hover {
  width: 5em;
  height: 5em;
  min-height: 5em;
  min-width: 5em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.services-card_icon-hover.is--nav-menu {
  width: 3.89em;
  height: 3.89em;
  min-height: 3.89em;
  min-width: 3.89em;
}

.services-card_icon-dec {
  width: 17.36em;
  height: 17.36em;
  min-height: 17.36em;
  min-width: 17.36em;
  position: absolute;
  top: auto;
  bottom: -6.1em;
  left: auto;
  right: -8em;
}

.client-logos_component {
  text-align: center;
  padding-bottom: 1.11em;
}

.client-logos_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 2.78em;
  display: flex;
}

.section-home-maps {
  background-color: #0e0e52;
}

.home-maps-title {
  text-align: center;
  margin-bottom: 1.67em;
}

.map_component {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.map_code {
  width: 100%;
  height: 44.72em;
}

.section-home-our-difference {
  position: relative;
}

.our-difference_component {
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  grid-template-rows: auto;
}

.our-difference_content-left {
  flex-direction: column;
  justify-content: center;
  padding-right: 6.6em;
  display: flex;
}

.our-difference_content-right {
  width: 100%;
  height: 27.78em;
  align-items: center;
  display: flex;
}

.section-home-company-news {
  position: relative;
}

.articles-card_wrapper {
  grid-column-gap: 2.08em;
  grid-row-gap: 3.33em;
  grid-template-rows: auto;
  grid-template-areas: ". ."
                       ". ."
                       ". Area";
}

.articles-card_item {
  background-color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: box-shadow .2s;
  overflow: hidden;
}

.articles-card_item:hover {
  color: #026592;
  box-shadow: 6px 6px 16px rgba(48, 49, 51, .12);
}

.articles-card_top {
  width: 100%;
  height: 20.14em;
}

.articles-card_top.is--nav-industries {
  height: 14em;
}

.articles-card_bottom {
  padding: 1.67em 2.22em 2.22em;
}

.articles-card_bottom.is--nav-industries {
  background-color: #efeff5;
}

.text-style-caption {
  color: #026592;
  font-size: .97em;
  font-weight: 700;
  line-height: 1.71;
}

.articles-card_button-wrapper {
  justify-content: center;
  margin-top: 2.22em;
  display: flex;
}

.articles-card_button-wrapper.hide {
  display: none;
}

.image-decoration-wrapper {
  z-index: -1;
  width: 7.5em;
  height: 25.69em;
  position: absolute;
}

.image-decoration-wrapper.is--left {
  top: 20%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-decoration-wrapper.is--right {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonial-slider_component {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline;
}

.testimonial-slider_wrapper {
  height: 20.83em;
  background-color: #fff;
}

.testimonial-slider_mask, .testimonial-slider_slide {
  height: auto;
}

.testimonial-slider_slide-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.22em 6.42em 3.82em;
  display: flex;
}

.testimonial-slider_slide-content {
  max-width: 50.69em;
  text-align: center;
  margin-top: 1.11em;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider_logo {
  width: 2.67em;
  height: auto;
  display: inline-block;
  position: static;
}

.testimonial-slider_logo-wrapper {
  flex: 1;
  order: 0;
  margin-bottom: 2.22em;
}

.text-style-italic {
  font-style: italic;
}

.testimonial-slider_arrow-icon {
  color: #026592;
  font-size: 16px;
  line-height: 1;
}

.testimonial-slider_arrow-wrapper {
  width: 32px;
  height: 32px;
  border: 1px solid #026592;
  border-radius: 100px;
}

.testimonial-slider_title {
  color: #2b2f33;
  order: 0;
  font-size: 1.11em;
  font-weight: 700;
  line-height: 1.6;
  display: block;
}

.testimonial-slider_title.text-weight-bold {
  color: #2b2f33;
}

.section-call-to-action-footer {
  background-color: #0e0e52;
  background-image: url('../images/footer-banner.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.call-to-action_wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 8.33em;
  padding-bottom: 8.33em;
  display: flex;
}

.call-to-action_button-wrapper {
  margin-left: 8.33em;
}

.divider-white {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, .2);
}

.footer_component {
  padding-top: 3.89em;
  padding-bottom: 2em;
}

.footer_top-wrapper {
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer_top-right-wrapper {
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer_logo-wrapper.w--current {
  width: 22.5em;
  height: 4.24em;
}

.footer_link-list-title {
  color: #fff;
  margin-bottom: .56em;
  font-size: 1.11em;
  font-weight: 700;
}

.footer_link-list-item {
  color: rgba(255, 255, 255, .8);
  padding-top: .56em;
  padding-bottom: .56em;
  font-size: 1em;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer_link-list-item:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_link-list-text {
  font-size: 1.11em;
}

.footer_sub-text {
  max-width: 18em;
  margin-top: 2.22em;
}

.social-link {
  margin-right: 1.11em;
}

.social-icon {
  width: 1.67em;
  height: 1.67em;
  min-height: 1.67em;
  min-width: 1.67em;
}

.social-icon-wrapper {
  align-items: center;
  padding-top: .56em;
  padding-bottom: .56em;
  display: flex;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 5.56em;
  display: flex;
}

.footer_bottom-wrapper-left {
  align-items: center;
  display: flex;
}

.subfooter_link-list-item {
  color: rgba(255, 255, 255, .8);
  margin-right: 1.11em;
  padding-top: .56em;
  padding-bottom: .56em;
  font-size: .97em;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.subfooter_link-list-item:hover {
  color: #fff;
  text-decoration: underline;
}

.subfooter_link-list-item.is--no-link:hover {
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
}

.footer_bottom-wrapper-right {
  display: flex;
}

.nav {
  z-index: 999999;
  width: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_component {
  background-color: rgba(0, 0, 0, 0);
}

.nav_logo {
  width: 17.4em;
  height: 3.47em;
}

.nav_container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_menu {
  align-items: center;
  display: flex;
}

.nav_button {
  color: #0e0e52;
  background-color: #35baf6;
  border: 1px solid #35baf6;
  border-radius: 100px;
  margin-left: 1.67em;
  padding: .56em 1.11em;
  font-size: 1.11em;
  font-weight: 600;
  transition: transform .2s;
}

.nav_button:hover {
  transform: scale(.98);
}

.nav_link-main {
  color: #fff;
  padding: 1.59em 1.39em;
  position: relative;
}

.nav_link-main:hover {
  color: #35baf6;
}

.nav_link-item {
  text-decoration: none;
  display: flex;
}

.nav_link-item:hover {
  color: #35baf6;
}

.nav_link-text {
  font-size: 1.11em;
  font-weight: 600;
}

.nav_dropdown-toggle {
  padding: 1.39em 2.67em 1.39em 1.39em;
}

.nav_dropdown-item {
  width: 100%;
  max-width: 1190px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 4.9em;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
  box-shadow: 1px 1px 3px rgba(43, 47, 51, .15);
}

.nav_dropdown-item.w--open {
  top: 80px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_dropdown-item.is--solutions, .nav_dropdown-item.is--industries {
  display: block;
}

.nav_dropdown-item.is--about {
  width: 10.5em;
  display: none;
  position: absolute;
  top: 4.5em;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.nav_dropdown-item.is--locations {
  display: block;
}

.nav_dropdown-item.is--active {
  display: flex;
}

.nav_dropdown-list-wrapper {
  width: 100%;
  max-width: 1190px;
  background-color: #fff;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 1px 3px rgba(43, 47, 51, .15);
}

.solutions-menu_item-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 2.22em 2.67em;
  display: grid;
}

.solutions-menu_item-top.is--industries {
  grid-column-gap: 2.08em;
  grid-template-columns: 1.75fr 1fr;
}

.nav_dropdown-list-menu {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.nav_dropdown-list-item {
  width: 25%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.nav_icon {
  margin-top: 5px;
  margin-bottom: 4px;
  margin-right: 0;
  position: static;
}

.nav_card-item {
  border-radius: 6px;
  padding: 1.67em;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.nav_card-item:hover {
  background-color: #efeff5;
}

.nav_card-item.is--industries {
  display: block;
}

.nav_card-content.is--industries {
  align-items: center;
  display: flex;
}

.nav_card-top {
  width: 3.89em;
  height: 3.89em;
  min-height: 3.89em;
  min-width: 3.89em;
  position: relative;
}

.nav_card-top.is--nav, .nav_card-icon, .nav_card-icon.is--nav-menu {
  width: 3.89em;
  height: 3.89em;
  min-height: 3.89em;
  min-width: 3.89em;
}

.nav_card-icon-hover {
  width: 3.89em;
  height: 3.89em;
  min-height: 3.89em;
  min-width: 3.89em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_card-icon-hover.is--nav-menu {
  width: 3.89em;
  height: 3.89em;
  min-height: 3.89em;
  min-width: 3.89em;
}

.nav_card-bottom {
  margin-top: 1.67em;
}

.nav_card-bottom.is--industries {
  margin-top: 0;
  margin-left: 1.67em;
}

.solutions-menu_item-bottom {
  background-color: #efeff5;
  justify-content: center;
  padding: .91em;
  text-decoration: none;
  display: flex;
}

.nav_background {
  opacity: 0;
  background-color: #0e0e52;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.industries-menu_component {
  grid-column-gap: 2.08em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  padding: 2.22em 2.67em;
  display: grid;
}

.industries-menu_component.is--industries {
  grid-column-gap: 2.08em;
  grid-template-columns: 1.75fr 1fr;
}

.industries-menu_top-left {
  border-bottom: 2px solid #efeff5;
  padding-top: 0;
  padding-bottom: 1.39em;
  padding-left: 1.11em;
}

.industries-menu_items-wrapper {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  grid-template-rows: auto;
}

.industries-menu_col-left, .industries-menu_col-right {
  padding-top: 1.67em;
}

.industries-menu_top-right {
  border-bottom: 2px solid #fff;
  padding-bottom: 1.39em;
  padding-left: 1.11em;
}

.nav_menu-link {
  color: #2b2f33;
  white-space: nowrap;
  padding: .83em 1.67em;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav_menu-link:hover {
  color: #026592;
  background-color: #efeff5;
}

.nav_icon-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: .56em;
  display: flex;
}

.nav_link-mobile {
  display: none;
}

.section-about-header {
  background-image: url('../images/GSL_Network_SubBanner3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.client-logos_item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-logos_item.is--2 {
  width: 6.18em;
}

.client-logo_item.is--1 {
  width: 10.56em;
}

.client-logo_item.is--3 {
  width: 13.4em;
}

.client-logo_item.is--4 {
  width: 6.94em;
}

.client-logo_item.is--2 {
  width: 6.18em;
}

.iptransit-header-title-wrapper {
  text-align: center;
}

.section-about-intro {
  position: relative;
}

.about-us_component {
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  grid-template-rows: auto;
}

.about-intro_content-left {
  flex-direction: column;
  justify-content: center;
  padding-right: 6.6em;
  display: flex;
}

.about-intro_content-right {
  width: 100%;
  height: 27.78em;
  align-items: center;
  display: block;
}

.latency-table-container {
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  grid-template-rows: auto;
  display: block;
}

.our-values_component {
  max-width: 39em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.our-values_bottom {
  margin-top: 2.78em;
  padding-top: 2.78em;
  padding-bottom: 2.78em;
}

.our-values_item-wrapper {
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.our-values_icon {
  width: 5em;
  height: 5em;
  min-height: 5em;
  min-width: 5em;
}

.our-values_icon.is--nav-menu {
  width: 3.89em;
  height: 3.89em;
  min-height: 3.89em;
  min-width: 3.89em;
}

.our-values_item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-about-maps {
  background-color: #0e0e52;
}

.section-about-articles {
  margin-top: 0;
  padding-top: 40px;
  position: relative;
}

.footer_logo {
  width: 21em;
}

.section-solutions-header {
  background-image: url('../images/Secure_Layer_Hero1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-solutions-header-title {
  text-align: center;
}

.section-solutions-how-we-help {
  position: relative;
}

.section-iptransit-header {
  background-image: url('../images/Secure_Layer_IPTransit_Hero.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-iptransit-intro, .section-iptransit-benefits {
  position: relative;
}

.solutions-intro_component {
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  grid-template-rows: auto;
}

.solutions-intro_content-right {
  padding-left: 6.6em;
}

.button-text-wrapper-link {
  text-decoration: none;
  display: flex;
}

.solutions-intro_item {
  align-items: center;
  margin-bottom: 1.11em;
  display: flex;
}

.solutions-benefits_component {
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  grid-template-rows: auto;
}

.section-iptransit-technical-information {
  background-image: url('../images/Tech_Downloads.svg');
  background-position: 0 0;
  background-size: auto;
}

.technical-downloads_title {
  text-align: center;
}

.download-icon {
  width: 1.67em;
  height: 1.67em;
  min-height: 1.67em;
  min-width: 1.67em;
  margin-left: .56em;
}

.technical-downloads_wrapper {
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  grid-template: ". Area"
  / 1fr 1fr 1fr 1fr;
  margin-top: 3.89em;
}

.technical-downloads_item {
  text-decoration: none;
  display: block;
  position: relative;
  overflow: visible;
}

.technical-downloads_bottom {
  padding-left: 1.67em;
  padding-right: 1.67em;
  position: absolute;
  top: auto;
  bottom: 1.11em;
  left: 0%;
  right: 0%;
}

.technical-downloads_content {
  display: flex;
}

.section-iptransit-map {
  background-color: #0e0e52;
  position: relative;
}

.section-ddos-header {
  background-image: url('../images/GSL_Network_SubBanner3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ddos-header-title-wrapper {
  text-align: center;
}

.section-ddos-intro, .section-ddos-benefits {
  position: relative;
}

.alert_component {
  position: absolute;
  top: auto;
  bottom: -1.7em;
  left: 0%;
  right: 0%;
}

.alert_button {
  background-color: #9c0f2e;
  border: 1px solid #9c0f2e;
  border-radius: 4px;
  align-items: center;
  padding: .83em 1.39em;
  text-decoration: none;
  display: flex;
}

.alert_wrapper {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.alert-icon {
  width: 1.67em;
  height: 1.67em;
  min-height: 1.67em;
  min-width: 1.67em;
  margin-right: 4px;
}

.section-ddos-attack-coverage {
  position: relative;
}

.section-ddos-technical-information {
  background-image: url('../images/Tech_Downloads.svg');
  background-position: 0 0;
  background-size: auto;
}

.attack-coverage_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 3.89em;
  margin-bottom: 3.89em;
}

.attack-coverage-title {
  text-align: center;
}

.attack-coverage_conponent {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.attack-coverage_list {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.attack-coverage_list-top {
  min-height: 7em;
  background-color: #0e0e52;
  padding: 1.67em;
}

.attack-coverage_list-bottom {
  height: 100%;
  background-color: #efeff5;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.67em;
}

.attack-coverage_list-bottom.is--alt {
  background-color: #ebebf2;
}

.check-icon-small {
  width: 1.67em;
  height: 1.67em;
  min-width: 1.67em;
  margin-right: 8px;
}

.attack-coverage_check-wrapper {
  align-items: flex-start;
  margin-bottom: 1.11em;
  display: flex;
}

.section-ethernet-header {
  background-image: url('../images/Secure_Layer_Ethernet_Hero.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ethernet-header-title-wrapper {
  text-align: center;
}

.section-ethernet-intro {
  position: relative;
}

.ethernet-benefits-title-wrapper {
  text-align: center;
  margin-bottom: 3.89em;
}

.section-ethernet-map {
  background-color: #0e0e52;
}

.ethernet-maps-title {
  text-align: center;
  margin-bottom: 1.67em;
}

.section-ethernet-benefits {
  position: relative;
}

.section-ethernet-techinical-information {
  background-image: url('../images/Tech_Downloads.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ethernet-technical-info-title-wrapper {
  text-align: left;
  margin-bottom: 3.89em;
}

.map-tabs_component {
  width: 100%;
}

.section-contact-header {
  background-image: url('../images/Secure_Layer_hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-header-title-wrapper {
  text-align: center;
}

.section-contact-info {
  position: relative;
}

.section-contact-footer {
  background-color: #0e0e52;
}

.contact-header-title-wrapper {
  text-align: center;
}

.section-case-study-header {
  background-image: url('../images/hero-banner-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-study-header-title-wrapper {
  text-align: center;
}

.section-case-studies {
  position: relative;
}

.section-blog-header {
  background-image: url('../images/GSL_Network_SubBanner3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-sub-text {
  color: #35baf6;
  text-align: center;
  font-size: 1.39em;
  font-weight: 600;
}

.section-blogs {
  position: relative;
}

.section-industries-header {
  background-image: url('../images/industries-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-industries {
  position: relative;
}

.our-solutions_top {
  max-width: 37.5em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.industries_top {
  max-width: 50.69em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.our-solutions_bottom, .industries_bottom {
  margin-top: 3.89em;
}

.section-case-single-header {
  background-image: url('../images/GSL_Network_SubBanner3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-study-highlight {
  color: #35baf6;
}

.section-case-content {
  position: relative;
}

.article-wrapper {
  max-width: 50.69em;
  margin-left: auto;
  margin-right: auto;
}

.section-gaming-header {
  background-image: url('../images/gaming-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-gaming-highlights {
  background-color: #efeff5;
}

.industry-highlight_component {
  justify-content: space-between;
  padding-top: 2.22em;
  padding-bottom: 2.22em;
  display: flex;
}

.industry-highlight_item {
  align-items: center;
  display: flex;
}

.section-gaming-benefits {
  position: relative;
}

.industry-single_top {
  max-width: 50.69em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.22em;
}

.industry-benefits_component {
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  grid-template-rows: auto;
  padding-top: 3.89em;
  padding-bottom: 3.89em;
}

.industry-benefits_content-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-right: 6.6em;
  display: flex;
}

.industry-benefits_content-wrapper.is--flipped {
  padding-left: 6.6em;
  padding-right: 0;
}

.gaming-feature-wrapper {
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  grid-template-rows: auto;
}

.industry-feature_image-wrapper {
  width: 100%;
  height: 22em;
  border-radius: 6px;
  overflow: hidden;
}

.industry-feature_component {
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  background-color: #fff;
  border-radius: 6px;
  grid-template-rows: auto;
  text-decoration: none;
  transition: box-shadow .2s;
  overflow: hidden;
}

.industry-feature_component:hover {
  color: #026592;
}

.industry-feature_content {
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  background-color: #fff;
  border-radius: 6px;
  grid-template-rows: auto;
  padding-left: 6.6em;
  text-decoration: none;
  transition: box-shadow .2s;
  overflow: hidden;
}

.industry-feature_content:hover {
  color: #026592;
}

.divider-grey {
  height: 2px;
  background-color: #efeff5;
}

.section-news-header {
  background-image: url('../images/hero-banner-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-news {
  position: relative;
}

.testimonial_logo-wrapper {
  justify-content: center;
  margin-bottom: 1.11em;
  display: flex;
}

.testimonial_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.22em;
  margin-bottom: 2.22em;
  display: flex;
}

.testimonial_logo {
  width: 2.67em;
  height: auto;
}

.testimonial_logo.is--net-virtue {
  width: auto;
}

.testimonial_content {
  max-width: 50.69em;
  text-align: center;
  margin-top: 1.11em;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}

.button-ghost-icon {
  color: #026592;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #0e0e52;
  border-radius: 100px;
  align-items: center;
  padding: .56em 1.11em;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
}

.button-ghost-icon:hover {
  transform: scale(.98);
}

.button-ghost-item {
  align-items: center;
  display: flex;
}

.button-text-dark {
  color: #0e0e52;
  font-size: .97em;
  font-weight: 700;
  text-decoration: none;
}

.testimonial_title {
  color: #2b2f33;
  font-size: 1.11em;
  font-weight: 700;
  line-height: 1.6;
}

.testimonial_title.text-weight-bold {
  color: #2b2f33;
}

.arrow-left-icon {
  width: 1.67em;
  height: 1.67em;
  min-height: 1.67em;
  min-width: 1.67em;
  margin-top: 1px;
  margin-right: 4px;
}

.articles-pagination_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 2.22em;
  display: flex;
}

.articles-pagination_wrapper.hide {
  display: none;
}

.articles-pagination_component {
  justify-content: center;
}

.articles-pagination_component.hide {
  display: none;
}

.articles-button-wrapper {
  justify-content: center;
  display: flex;
}

.articles-button-wrapper.hide {
  display: none;
}

.section-blogs-header {
  background-image: url('../images/hero-banner-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-blog-content {
  position: relative;
}

.section-finance-header {
  background-image: url('../images/finance-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-finance-highlights {
  background-color: #efeff5;
}

.section-finance-benefits {
  position: relative;
}

.section-finance-feature {
  display: none;
}

.section-cdn-header {
  background-image: url('../images/cdn-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-cdn-highlights {
  background-color: #efeff5;
}

.section-cdn-benefits {
  position: relative;
}

.section-cdn-feature {
  display: none;
}

.section-internet-service-header {
  background-image: url('../images/isp-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-internet-services-highlights {
  background-color: #efeff5;
}

.section-internet-service-benefits {
  position: relative;
}

.section-internet-service-feature {
  display: none;
}

.section-government-header {
  background-image: url('../images/government-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-government-highlights {
  background-color: #efeff5;
}

.section-government-benefits {
  position: relative;
}

.section-government-service-feature {
  display: none;
}

.section-hosting-header {
  background-image: url('../images/hosting-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-hosting-highlights {
  background-color: #efeff5;
}

.section-hosting-benefits {
  position: relative;
}

.section-hosting-feature {
  display: none;
}

.section-digital-agencies-header {
  background-image: url('../images/digital-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-digital-agencies-highlights {
  background-color: #efeff5;
}

.section-digitial-agencies-benefits {
  position: relative;
}

.section-digital-agencies-feature {
  display: none;
}

.section-sme-header {
  background-image: url('../images/sme-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-sme-highlights {
  background-color: #efeff5;
}

.section-sme-benefits {
  position: relative;
}

.section-news-single-header {
  background-image: url('../images/GSL_Network_SubBanner3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-news-single-content {
  position: relative;
}

.news-single-header-wrapper {
  max-width: 33.33em;
  margin-left: auto;
  margin-right: auto;
}

.section-newsletter-header {
  background-image: url('../images/GSL_Network_SubBanner3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.newsletter-wrapper {
  max-width: 63.89em;
  margin-left: auto;
  margin-right: auto;
}

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

.section-emea-header {
  background-image: url('../images/emea-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section-emea-intro {
  position: relative;
}

.section-emea-map {
  background-color: #0e0e52;
}

.section-emea-data-centres {
  position: relative;
}

.data-centre_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3.89em;
  margin-bottom: 3.89em;
}

.data-centre_component.is--oceania {
  grid-template-rows: auto auto;
}

.data-centre_component.is--na {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.data-centre_list {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.data-centre_list-top {
  background-color: #0e0e52;
  padding: 1.67em;
}

.data-centre_list-bottom {
  height: 100%;
  background-color: #efeff5;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.67em;
}

.data-centre_list-bottom.is--alt {
  color: #0e0e52;
}

.data-centre_item {
  color: #0e0e52;
  align-items: flex-start;
  margin-bottom: 1.11em;
  display: flex;
}

.section-emea-technical-information {
  background-image: url('../images/Tech_Downloads.svg');
  background-position: 0 0;
  background-size: auto;
}

.section-asia-header {
  background-image: url('../images/asia-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section-asia-intro {
  position: relative;
}

.section-asia-map {
  background-color: #0e0e52;
}

.section-asia-data-centres {
  position: relative;
}

.section-asia-technical-information {
  background-image: url('../images/Tech_Downloads.svg');
  background-position: 0 0;
  background-size: auto;
}

.section-north-america-header {
  background-image: url('../images/north-america-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section-north-america-intro {
  position: relative;
}

.section-north-america-map {
  background-color: #0e0e52;
}

.section-north-america-data-centres {
  position: relative;
}

.section-north-america-technical-information {
  background-image: url('../images/Tech_Downloads.svg');
  background-position: 0 0;
  background-size: auto;
}

.section-oceania-header {
  background-image: url('../images/oceania-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section-oceania-intro {
  position: relative;
}

.section-oceania-map {
  background-color: #0e0e52;
}

.section-oceania-data-centres {
  position: relative;
}

.section-oceania-technical-information {
  background-image: url('../images/Tech_Downloads.svg');
  background-position: 0 0;
  background-size: auto;
}

.ip-transit_map-menu {
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  margin-top: 1.67em;
  margin-left: auto;
  margin-right: auto;
}

.ip-transit_map-menu-item {
  color: #fff;
  text-align: center;
  justify-content: center;
  padding: 2em 2.67em;
  font-size: 1.11em;
  text-decoration: none;
  display: flex;
}

.ip-transit_map-menu-item:hover {
  color: #35baf6;
}

.ip-transit_map-menu-wrapper {
  max-width: 1100px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.map-tabs_menu {
  max-width: 1100px;
  background-color: #fff;
  justify-content: space-around;
  margin-top: 2.22em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.67em 2.22em 1.37em;
  display: flex;
}

.map-tabs_link {
  color: #64707d;
  background-color: #fff;
  border-bottom: 2px solid #fff;
  padding: .56em 2.22em;
  font-size: 1.11em;
  font-weight: 600;
}

.map-tabs_link.w--current {
  color: #0e0e52;
  background-color: #fff;
  border-bottom: 2px solid #35baf6;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22 {
  color: #0e0e52;
}

.html-embed {
  padding-top: 0;
}

.paragraph {
  margin-bottom: 0;
}

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

.div-block-2, .body {
  display: block;
}

.body-2 {
  min-height: 0;
  object-fit: fill;
  overflow: visible;
}

.html-embed-2 {
  z-index: -1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-3 {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.html-embed-3 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 2.22em;
  }

  h2 {
    font-size: 1.74em;
  }

  h3 {
    font-size: 1.39em;
  }

  h4 {
    font-size: 1.25em;
  }

  h5 {
    font-size: 1.11em;
  }

  .flex-col-2.flex-col-footer__left {
    width: 50%;
  }

  .flex-col-2.flex-col-footer__right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

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

  .navbar {
    display: none;
  }

  .image-wrapper {
    border-radius: 0;
  }

  .blog-card__content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .subfooter-link.text.last {
    text-decoration: none;
  }

  .navbar-mobile {
    min-width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .image-2 {
    width: 50%;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    color: #0e0e52;
    background-color: #fff;
  }

  .nav-menu-wrapper__mobile {
    background-color: #fff;
  }

  .nav-link-mobile {
    color: #2b2f33;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    display: block;
  }

  .nav-link-mobile.w--current {
    color: #026592;
    background-color: #efeff5;
  }

  .nav-link-mobile.contact {
    background-color: #35baf6;
    font-weight: 700;
  }

  .nav-link-mobile.hide {
    display: none;
  }

  .padding-large, .padding-xlarge {
    padding: 1.67em;
  }

  .padding-xxlarge {
    padding: 2.78em;
  }

  .padding-huge {
    padding: 3.89em;
  }

  .padding-xhuge {
    padding: 4.44em;
  }

  .padding-xxhuge {
    padding: 5.56em;
  }

  .padding-top.padding-huge {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge, .padding-vertical.padding-xxlarge {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge.page-padding {
    padding-left: 3em;
    padding-right: 3em;
  }

  .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-large {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding {
    padding-left: 3em;
    padding-right: 3em;
  }

  .heading-xlarge {
    font-size: 2.22em;
  }

  .heading-small {
    font-size: 1.25em;
  }

  .page-padding-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .heading-xsmall {
    font-size: 1.11em;
  }

  .heading-medium {
    font-size: 1.39em;
  }

  .heading-large {
    font-size: 1.74em;
  }

  .home-header_component {
    grid-template-columns: 1fr;
  }

  .services-card_item {
    padding: .52em;
    transition-property: none;
  }

  .services-card_item:hover {
    box-shadow: none;
  }

  .services-card_icon-dec {
    display: none;
  }

  .our-difference_content-left {
    padding-right: 0;
  }

  .our-difference_content-right {
    height: auto;
  }

  .articles-card_item {
    transition-property: none;
  }

  .articles-card_item:hover {
    box-shadow: none;
  }

  .articles-card_top {
    height: 14em;
  }

  .articles-card_bottom {
    padding-left: 1.67em;
    padding-right: 1.67em;
  }

  .image-decoration-wrapper {
    display: none;
  }

  .testimonial-slider_wrapper {
    height: 23em;
  }

  .footer_top-wrapper {
    grid-template-columns: 1fr;
  }

  .footer_logo-wrapper.w--current {
    width: 19em;
    height: auto;
  }

  .footer_sub-text {
    max-width: none;
  }

  .nav_logo {
    font-size: 12px;
  }

  .nav_menu {
    background-color: #fff;
  }

  .nav_button {
    width: 100%;
    border-radius: 0;
    margin-left: 0;
    padding-top: 1.11em;
    padding-bottom: 1.11em;
    font-weight: 700;
  }

  .nav_button:hover {
    transform: none;
  }

  .nav_link-main {
    display: none;
  }

  .nav_hamburger {
    color: #0e0e52;
    font-size: 30px;
  }

  .nav_hamburger.w--open {
    background-color: #0e0e52;
  }

  .nav_menu-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: #fff;
    align-items: center;
    display: flex;
  }

  .nav_link-mobile {
    color: #0e0e52;
    text-align: left;
    padding: 1.39em;
    font-weight: 700;
    text-decoration: none;
    display: block;
  }

  .about-intro_content-left {
    padding-right: 0;
  }

  .about-intro_content-right {
    height: auto;
  }

  .latency-table-container, .solutions-intro_component {
    grid-template-columns: 1fr;
  }

  .solutions-intro_content-right {
    padding-left: 0;
  }

  .technical-downloads_wrapper, .attack-coverage_component {
    grid-template-columns: 1fr 1fr;
  }

  .attack-coverage_list-top {
    min-height: auto;
  }

  .industry-highlight_component {
    flex-direction: column;
    padding-left: 2.22em;
    padding-right: 2.22em;
  }

  .industry-highlight_item {
    margin-bottom: 1.11em;
  }

  .industry-single_top {
    padding-bottom: 0;
  }

  .industry-benefits_component {
    grid-template-columns: 1fr;
  }

  .industry-benefits_content-wrapper {
    padding-right: 0;
  }

  .industry-benefits_content-wrapper.is--flipped {
    padding-left: 0;
  }

  .industry-feature_component {
    grid-row-gap: 1.67em;
    grid-template-columns: 1fr;
    transition-property: none;
  }

  .industry-feature_component:hover {
    box-shadow: none;
  }

  .industry-feature_content {
    padding-left: 0;
    transition-property: none;
  }

  .industry-feature_content:hover {
    box-shadow: none;
  }

  .data-centre_component {
    grid-template-columns: 1fr 1fr;
  }

  .data-centre_list-top {
    min-height: auto;
  }

  .map-tabs_menu {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  ul, ol {
    padding-left: 2.22em;
  }

  .flex-col-wrapper {
    flex-direction: column;
  }

  .flex-col-2 {
    width: 100%;
  }

  .section.section--logobar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .content-wrapper.content-wrapper__cta {
    flex-direction: column;
  }

  .logo-wrapper {
    flex-flow: column wrap;
    justify-content: space-between;
  }

  .cta-title {
    text-align: center;
    margin-bottom: 32px;
    padding-right: 0;
  }

  .subfooter-link.text.last {
    border: 1px #000;
    text-decoration: none;
  }

  .company-logo {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brand {
    padding-left: 0;
  }

  .padding-vertical.padding-xxlarge.page-padding {
    padding-left: 3em;
    padding-right: 3em;
  }

  .padding-vertical.padding-xhuge.is--about-intro {
    padding-bottom: 0;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 1.11em;
  }

  .services-card_component {
    grid-row-gap: 2.78em;
    grid-template-columns: 1fr;
  }

  .services-card_item {
    padding: 0;
  }

  .client-logos_wrapper {
    flex-direction: column;
  }

  .map_code {
    height: 20em;
  }

  .our-difference_component {
    grid-template-columns: 1fr;
  }

  .articles-card_wrapper {
    grid-row-gap: 2.22em;
  }

  .articles-card_bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slider_slide-item {
    padding-left: 2.22em;
    padding-right: 2.22em;
  }

  .testimonial-slider_arrow-wrapper {
    display: none;
  }

  .call-to-action_wrapper {
    flex-direction: column;
    padding-top: 3.89em;
    padding-bottom: 3.89em;
  }

  .call-to-action_button-wrapper {
    margin-top: 2.67em;
    margin-left: 0;
  }

  .footer_top-wrapper, .footer_top-right-wrapper {
    grid-template-columns: 1fr;
  }

  .footer_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3.89em;
  }

  .footer_bottom-wrapper-right {
    flex-direction: column;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .nav_link-mobile {
    padding-left: 3em;
  }

  .client-logo_item {
    margin-bottom: 1.67em;
  }

  .about-us_component, .latency-table-container, .our-values_item-wrapper, .attack-coverage_component {
    grid-template-columns: 1fr;
  }

  .industry-benefits_component {
    grid-row-gap: 2.78em;
    grid-template-columns: 1fr;
  }

  .data-centre_component {
    grid-template-columns: 1fr;
  }

  .map-tabs_menu {
    flex-direction: column;
    align-items: center;
    margin-top: 1.67em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .map-tabs_link {
    margin-top: .56em;
    margin-bottom: .56em;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  h4 {
    font-size: 21px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  a {
    font-size: 15px;
  }

  .flex-col-2.flex-col-footer__left {
    width: 100%;
  }

  .flex-col-2.flex-col-footer__right {
    flex-direction: column;
  }

  .small-p {
    font-size: 13px;
    line-height: 22px;
  }

  .small-p.last {
    margin-bottom: 0;
  }

  .cta-button {
    font-size: 15px;
  }

  .nav-menu-link:hover {
    color: #35baf6;
  }

  .content-wrapper.content-wrapper__cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .logo-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .blog-card__content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-industry-tag {
    font-size: 13px;
  }

  .blog-card__title {
    font-size: 18px;
    line-height: 1.3;
  }

  .testimonial-slider {
    height: 340px;
  }

  .testimonial-person {
    text-align: center;
  }

  .slide-nav {
    font-size: 14px;
  }

  .footer-column__wrapper {
    margin-bottom: 32px;
  }

  .footer-column__wrapper.last {
    margin-bottom: 0;
  }

  .footer--logo-wrapper {
    max-width: 50%;
  }

  .subfooter-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .subfooter-link-wrapper.right {
    flex-direction: column;
    text-decoration: none;
  }

  .subfooter-link.text.last {
    text-decoration: none;
  }

  .check-icon {
    width: 1.67em;
    height: 1.67em;
    min-height: 1.67em;
    min-width: 1.67em;
    margin-top: 2px;
  }

  .testimonial-text {
    font-size: 15px;
  }

  .padding-left {
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge, .padding-vertical.padding-xxlarge.page-padding {
    padding-left: 1.39em;
    padding-right: 1.39em;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 3.89em;
    padding-bottom: 3.89em;
  }

  .padding-vertical.padding-subpage {
    padding-top: 10.06em;
    padding-bottom: 10.06em;
  }

  .page-padding, .page-padding-2 {
    padding-left: 1.39em;
    padding-right: 1.39em;
  }

  .home-services_bottom {
    margin-top: 2.22em;
  }

  .services-card_component {
    grid-row-gap: 2.08em;
  }

  .services-card_item {
    padding-top: 1.67em;
    padding-bottom: 1.67em;
  }

  .services-card_icon, .services-card_icon-hover {
    width: 4.44em;
    height: 4.44em;
    min-height: 4.44em;
    min-width: 4.44em;
  }

  .map_code {
    height: 38em;
  }

  .articles-card_wrapper {
    grid-row-gap: 2.22em;
  }

  .articles-card_top {
    height: 13em;
  }

  .articles-card_bottom {
    padding-bottom: 1.67em;
  }

  .testimonial-slider_wrapper {
    height: 36em;
  }

  .testimonial-slider_slide-item {
    padding: 1.67em;
  }

  .testimonial-slider_title, .call-to-action_wrapper {
    text-align: center;
  }

  .subfooter_link-list-item.is--no-link {
    text-decoration: none;
  }

  .nav_logo-link.w--current {
    padding-left: 0;
  }

  .nav_logo {
    font-size: 11px;
  }

  .nav_link-mobile {
    padding-left: 1.39em;
  }

  .footer_logo {
    width: 15em;
  }

  .section-iptransit-header {
    background-position: 0%;
  }

  .solutions-intro_item {
    align-items: flex-start;
  }

  .technical-downloads_wrapper {
    grid-template-columns: 1fr;
    margin-top: 2.67em;
  }

  .alert_button {
    flex-direction: column;
    padding-left: 1em;
    padding-right: 1em;
  }

  .attack-coverage_component {
    margin-top: 2.22em;
  }

  .attack-coverage_list-bottom {
    padding-left: 1.39em;
    padding-right: 1.39em;
  }

  .our-solutions_bottom, .industries_bottom {
    margin-top: 2.22em;
  }

  .industry-highlight_component {
    padding-left: 0;
    padding-right: 0;
  }

  .industry-single_top {
    text-align: left;
  }

  .industry-single_bottom {
    margin-top: 2.22em;
  }

  .button-ghost-icon.is--pagination-mobile {
    margin-top: 1.67em;
  }

  .testimonial_title {
    text-align: center;
  }

  .articles-pagination_wrapper {
    flex-direction: column;
    margin-top: 0;
  }

  .data-centre_component {
    margin-top: 2.22em;
  }

  .data-centre_list-bottom {
    padding-left: 1.39em;
    padding-right: 1.39em;
  }

  .ip-transit_map-menu-item {
    padding-top: 1.67em;
  }

  .ip-transit_map-menu-wrapper {
    flex-direction: column;
  }

  .map-tabs_link {
    width: 100%;
    text-align: center;
  }
}

#w-node-_9fd9fcfe-af7f-43fe-43e3-824e42c358df-42c358d7 {
  grid-column-start: span 2.08;
  grid-column-end: span 2.08;
  grid-row-start: span 2.08;
  grid-row-end: span 2.08;
}

#w-node-_800f1c76-0337-0682-d2f7-90157709b5c8-df70aac3 {
  justify-self: center;
}

#w-node-cd538a95-de24-cf7a-af51-f65175e523e3-df70aac3, #w-node-_272e462d-3203-4fde-3258-77cc4798fad0-df70aac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2e7671f9-943f-f514-8659-bcba4b9fd67c-a070aad1, #w-node-_8b53cd2d-4fe1-addf-6197-74647c517ecd-9d70aaea, #w-node-d9e5e91b-8d63-8d90-a476-a44c7d2c1892-7d70aaee {
  align-self: center;
}

#w-node-a60ee399-ac8c-9411-7b9d-b67b8417937d-7870aaef {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_6b20182b-2dd9-4048-9957-a098eef8b4b6-7870aaef, #w-node-_6f5d9c1d-7f74-053a-7188-1accc3a43b2a-9b70ab07, #w-node-_763bc14b-5f2d-924f-9a68-1b9b10b72fff-3070ab0a, #w-node-d5aaaa46-944d-f0f3-34b9-c319b69df027-6b70ab0f, #w-node-_81bc9638-7f16-5077-1cf9-8d7259ea6d29-d970ab34 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1a9a1934-d3c2-8b60-3875-dbbc834edad7-b170aac4, #w-node-_438fd64a-595b-cf01-b36d-848fa57360dc-b170aac4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1c09af3-fd1a-d538-4c11-48d673d3ab22-a070aad1, #w-node-fbae6c7f-1868-01a6-8f69-80487e9859da-a070aad1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1a9a1934-d3c2-8b60-3875-dbbc834edad7-9e70aae8, #w-node-_438fd64a-595b-cf01-b36d-848fa57360dc-9e70aae8, #w-node-_209ae08c-7d07-c556-172e-21055a54363e-9e70aae8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_32b7f70e-d5ff-baec-4a23-7cd2605e3ed2-9d70aaea, #w-node-f4177445-1a41-d31d-7acb-f8f628474230-9d70aaea {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1a9a1934-d3c2-8b60-3875-dbbc834edad7-e370aaeb, #w-node-_438fd64a-595b-cf01-b36d-848fa57360dc-e370aaeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_55264dba-89fb-1e5d-fffa-636724480056-7d70aaee, #w-node-ed47a63d-36fd-4025-32cb-3e48903af7f8-7d70aaee, #w-node-_55264dba-89fb-1e5d-fffa-636724480055-7870aaef {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a60ee399-ac8c-9411-7b9d-b67b8417937d-7870aaef {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_8d181938-eda8-cba9-08b7-035a3abd8699-7870aaef, #w-node-_36761cf2-75ab-72db-4bbe-bcc2c46285ab-3070ab0a, #w-node-c7bf5c50-065b-321c-c665-7463e0bae3fb-3070ab0a, #w-node-_6f4a8119-4bdf-6609-f901-bedd9ef53f6c-6b70ab0f, #w-node-b8b4d87a-786b-6c21-f080-c00265043a84-6b70ab0f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1a9a1934-d3c2-8b60-3875-dbbc834edad7-c870ab29, #w-node-_438fd64a-595b-cf01-b36d-848fa57360dc-c870ab29, #w-node-_209ae08c-7d07-c556-172e-21055a54363e-c870ab29, #w-node-a0173166-cc9c-73d6-6881-bb56415f0cc4-c870ab29, #w-node-_871768b5-1bdb-aa07-afc4-78e2ab46fb14-c870ab29, #w-node-_873340e9-44a0-fed6-ffb5-4d64d68bbaa3-c870ab29, #w-node-_76e86c2d-5a3c-4274-410e-c88a78081c37-c870ab29, #w-node-_1a9a1934-d3c2-8b60-3875-dbbc834edad7-5770ab2a, #w-node-_438fd64a-595b-cf01-b36d-848fa57360dc-5770ab2a, #w-node-_209ae08c-7d07-c556-172e-21055a54363e-5770ab2a, #w-node-f33fe33b-95c6-ab65-f508-6dc973f596a4-5770ab2a, #w-node-_035d652b-805f-1c62-1272-d651c02ab2d0-5770ab2a, #w-node-f64588e3-93a7-6006-0c5f-ec58d96f8e53-5770ab2a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_06299332-f614-9b69-3aa0-5435e5e96541-d970ab34, #w-node-ff5fb12a-0c35-4263-6b52-efacc593aa53-d970ab34 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f78c90a3-34d7-d6db-2daf-f030f620b698-ab70aab0, #w-node-f78c90a3-34d7-d6db-2daf-f030f620b6a9-ab70aab0, #w-node-f78c90a3-34d7-d6db-2daf-f030f620b6b8-ab70aab0, #w-node-f78c90a3-34d7-d6db-2daf-f030f620b6c7-ab70aab0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_77eb5967-cc62-6856-7512-2d009fcc07ab-ab70aab0 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-a3890905-d6ad-5c90-de16-4a4e16f4c604-16f4c5fe, #w-node-a3890905-d6ad-5c90-de16-4a4e16f4c615-16f4c5fe, #w-node-c315b671-f53d-6639-70be-17722f1df7eb-b170aac4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1a9a1934-d3c2-8b60-3875-dbbc834edad7-b170aac4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_438fd64a-595b-cf01-b36d-848fa57360dc-b170aac4, #w-node-fc439e3e-7c84-9aba-4d1d-efbb82921047-5370aac8, #w-node-fcdccab7-90a3-c895-07c3-8e0882d79d52-5370aac8, #w-node-b4d8bc07-d192-3d86-e424-a8a82676454e-5370aac8, #w-node-_0e52b8f8-799d-4363-c0c0-d54b14cd5935-5370aac8, #w-node-e3976e2f-b79a-f382-4c8b-ae91f1d9575c-5370aac8, #w-node-_45a0d0e3-e125-cc2d-7133-25ede5eb6165-5370aac8, #w-node-b8f606ea-4162-7b56-49db-51b7a02748f4-5370aac8, #w-node-_4d2ceba6-67ee-fa73-f577-99250c150503-5370aac8, #w-node-_4d2ceba6-67ee-fa73-f577-99250c150511-de70aac9, #w-node-_4d2ceba6-67ee-fa73-f577-99250c15051f-de70aac9, #w-node-_4d2ceba6-67ee-fa73-f577-99250c150503-1e70aacc, #w-node-_9dfcfd8b-e018-0b79-4079-cf9ac57b1a06-1e70aacc, #w-node-_4d2ceba6-67ee-fa73-f577-99250c150511-1e70aacc, #w-node-_4d2ceba6-67ee-fa73-f577-99250c15051f-1e70aacc, #w-node-_4d2ceba6-67ee-fa73-f577-99250c15052d-1e70aacc, #w-node-_01f8bce3-8f95-d1b5-fc17-d07b8777ef53-9870aad2, #w-node-_01f8bce3-8f95-d1b5-fc17-d07b8777ef66-9870aad2, #w-node-_3e271732-7d80-8cf5-3c56-127f310c80b5-9e70aae8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35a837d8-7cc2-8c2b-9ef4-9822b3cca175-9e70aae8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e32559ae-b3d1-976b-baa3-5f2e8b6a4651-9e70aae8, #w-node-_44042f62-3aca-24b3-834c-92d137f90153-9e70aae8, #w-node-_77e05643-fd0c-77ef-e5d0-c48b46bd6edc-9e70aae8, #w-node-c7b12fd7-0f98-5ae6-4ba7-ebdb271d05b5-9e70aae8, #w-node-_099abfbf-bcfe-edc1-be77-b24d0e46e455-9e70aae8, #w-node-b803f69e-539b-c7e1-fd47-55d884942297-9e70aae8, #w-node-c315b671-f53d-6639-70be-17722f1df7eb-9e70aae8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1a9a1934-d3c2-8b60-3875-dbbc834edad7-9e70aae8 {
    grid-column: span 2 / span 2;
  }

  #w-node-_438fd64a-595b-cf01-b36d-848fa57360dc-9e70aae8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_209ae08c-7d07-c556-172e-21055a54363e-9e70aae8 {
    grid-column: span 2 / span 2;
  }

  #w-node-c315b671-f53d-6639-70be-17722f1df7eb-e370aaeb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1a9a1934-d3c2-8b60-3875-dbbc834edad7-e370aaeb {
    grid-column: span 2 / span 2;
  }

  #w-node-_438fd64a-595b-cf01-b36d-848fa57360dc-e370aaeb, #w-node-_3e271732-7d80-8cf5-3c56-127f310c80b5-c570aaed, #w-node-_35a837d8-7cc2-8c2b-9ef4-9822b3cca175-c570aaed, #w-node-e32559ae-b3d1-976b-baa3-5f2e8b6a4651-c570aaed, #w-node-_44042f62-3aca-24b3-834c-92d137f90153-c570aaed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_55264dba-89fb-1e5d-fffa-63672448004e-7870aaef {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-a60ee399-ac8c-9411-7b9d-b67b8417937d-7870aaef {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #w-node-_8d181938-eda8-cba9-08b7-035a3abd8691-7870aaef {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_3e271732-7d80-8cf5-3c56-127f310c80b5-b970ab0e, #w-node-_35a837d8-7cc2-8c2b-9ef4-9822b3cca175-b970ab0e, #w-node-e32559ae-b3d1-976b-baa3-5f2e8b6a4651-b970ab0e, #w-node-_44042f62-3aca-24b3-834c-92d137f90153-b970ab0e, #w-node-_77e05643-fd0c-77ef-e5d0-c48b46bd6edc-b970ab0e, #w-node-c7b12fd7-0f98-5ae6-4ba7-ebdb271d05b5-b970ab0e, #w-node-_099abfbf-bcfe-edc1-be77-b24d0e46e455-b970ab0e, #w-node-b803f69e-539b-c7e1-fd47-55d884942297-b970ab0e, #w-node-f1b27b11-b394-f686-c41f-7a5c41d5b8f0-3170ab26, #w-node-_78fa9708-81af-0c6b-db83-6c8a3464a900-3170ab26, #w-node-ccf1130f-e4c4-9419-9a29-100b8db48328-3170ab26, #w-node-d6c4611b-790b-557c-d4be-c1c49b68452f-3170ab26, #w-node-_502a132a-0b21-5d61-06b6-c406beec5c73-3170ab26, #w-node-_7804fd6d-0e7d-a6e0-4b99-d9486ab23dfd-3170ab26, #w-node-_4d2ceba6-67ee-fa73-f577-99250c15051f-3170ab26, #w-node-_4d2ceba6-67ee-fa73-f577-99250c150503-3170ab26, #w-node-_4d2ceba6-67ee-fa73-f577-99250c150511-3170ab26, #w-node-c315b671-f53d-6639-70be-17722f1df7eb-c870ab29 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1a9a1934-d3c2-8b60-3875-dbbc834edad7-c870ab29 {
    grid-column: span 2 / span 2;
  }

  #w-node-_438fd64a-595b-cf01-b36d-848fa57360dc-c870ab29 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_209ae08c-7d07-c556-172e-21055a54363e-c870ab29, #w-node-a0173166-cc9c-73d6-6881-bb56415f0cc4-c870ab29, #w-node-_871768b5-1bdb-aa07-afc4-78e2ab46fb14-c870ab29, #w-node-_873340e9-44a0-fed6-ffb5-4d64d68bbaa3-c870ab29, #w-node-_76e86c2d-5a3c-4274-410e-c88a78081c37-c870ab29 {
    grid-column: span 2 / span 2;
  }

  #w-node-c315b671-f53d-6639-70be-17722f1df7eb-5770ab2a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1a9a1934-d3c2-8b60-3875-dbbc834edad7-5770ab2a {
    grid-column: span 2 / span 2;
  }

  #w-node-_438fd64a-595b-cf01-b36d-848fa57360dc-5770ab2a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_209ae08c-7d07-c556-172e-21055a54363e-5770ab2a, #w-node-f33fe33b-95c6-ab65-f508-6dc973f596a4-5770ab2a, #w-node-_035d652b-805f-1c62-1272-d651c02ab2d0-5770ab2a, #w-node-f64588e3-93a7-6006-0c5f-ec58d96f8e53-5770ab2a {
    grid-column: span 2 / span 2;
  }

  #w-node-d2e5308d-7da1-99a6-c024-27524b0c0885-3b70ab2b, #w-node-d2e5308d-7da1-99a6-c024-27524b0c0896-3b70ab2b, #w-node-d2e5308d-7da1-99a6-c024-27524b0c08a7-3b70ab2b, #w-node-d2e5308d-7da1-99a6-c024-27524b0c08b8-3b70ab2b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


