/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
}

[class*=primary-green-link],
a[class*=primary-green-link] {
  padding-bottom: 5px;
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 3px solid #2DF872;
  -webkit-transition: all, 0.3s ease-out;
  -moz-transition: all, 0.3s ease-out;
  -ms-transition: all, 0.3s ease-out;
  -o-transition: all, 0.3s ease-out;
  transition: all, 0.3s ease-out;
}
[class*=primary-green-link]:hover,
a[class*=primary-green-link]:hover {
  border-bottom: 3px solid #5AD2FF;
  color: #AAAAAA;
  text-decoration: none;
}

[class*=primary-green-link-xl],
a[class*=primary-green-link-xl] {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 700;
  line-height: 55px;
}

[class*=primary-green-link-white],
a[class*=primary-green-link-white] {
  color: #FFFFFF;
}
[class*=primary-green-link-white]:visited,
a[class*=primary-green-link-white]:visited {
  color: #FFFFFF;
}

img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.bg-light-grey {
  background-color: #F5F5F5;
}

.bg-mid-grey {
  background-color: #707070;
}

.bg-primary-blue-color {
  background-color: #5AD2FF;
}

@media (min-width: 768px) {
  [class*=primary-green-link-xl],
  a[class*=primary-green-link-xl] {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (min-width: 1024px) {
  [class*=primary-green-link-xl],
  a[class*=primary-green-link-xl] {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (min-width: 1712px) {
  [class*=primary-green-link-xl],
  a[class*=primary-green-link-xl] {
    font-size: 130px;
    line-height: 130px;
  }
}
/* ibm-plex-mono-regular - latin-ext */
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  src: url("../font/ibm-plex-mono-v6-latin-ext-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../font/ibm-plex-mono-v6-latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("../font/ibm-plex-mono-v6-latin-ext-regular.woff2") format("woff2"), url("../font/ibm-plex-mono-v6-latin-ext-regular.woff") format("woff"), url("../font/ibm-plex-mono-v6-latin-ext-regular.ttf") format("truetype"), url("../font/ibm-plex-mono-v6-latin-ext-regular.svg#IBMPlexMono") format("svg"); /* Legacy iOS */
}
/* ibm-plex-mono-700 - latin-ext */
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 700;
  src: url("../font/ibm-plex-mono-v6-latin-ext-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../font/ibm-plex-mono-v6-latin-ext-700.eot?#iefix") format("embedded-opentype"), url("../font/ibm-plex-mono-v6-latin-ext-700.woff2") format("woff2"), url("../font/ibm-plex-mono-v6-latin-ext-700.woff") format("woff"), url("../font/ibm-plex-mono-v6-latin-ext-700.ttf") format("truetype"), url("../font/ibm-plex-mono-v6-latin-ext-700.svg#IBMPlexMono") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-regular - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/ibm-plex-sans-v8-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../font/ibm-plex-sans-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("../font/ibm-plex-sans-v8-latin-regular.woff2") format("woff2"), url("../font/ibm-plex-sans-v8-latin-regular.woff") format("woff"), url("../font/ibm-plex-sans-v8-latin-regular.ttf") format("truetype"), url("../font/ibm-plex-sans-v8-latin-regular.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-700 - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/ibm-plex-sans-v8-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../font/ibm-plex-sans-v8-latin-700.eot?#iefix") format("embedded-opentype"), url("../font/ibm-plex-sans-v8-latin-700.woff2") format("woff2"), url("../font/ibm-plex-sans-v8-latin-700.woff") format("woff"), url("../font/ibm-plex-sans-v8-latin-700.ttf") format("truetype"), url("../font/ibm-plex-sans-v8-latin-700.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/**
 * Basic typography style for copy text
 */
body {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  word-break: normal;
}
h1 .headline-regular,
h2 .headline-regular,
h3 .headline-regular,
h4 .headline-regular,
h5 .headline-regular,
h6 .headline-regular {
  display: block;
  width: 100%;
  font-weight: 400;
}

h1 {
  font-size: 30px;
  line-height: 40px;
}

.eyebrow {
  margin-top: 1em;
  margin-bottom: 3em;
  color: #9D9D9D;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  line-height: 30px;
}

.headline {
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

.headline-40 {
  font-size: 20px;
  line-height: 40px;
}

.headline-70 {
  font-size: 30px;
  line-height: 40px;
}

.headline-70-subline {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.headline-100 {
  font-size: 35px;
  line-height: 45px;
}

.headline-white {
  color: #FFFFFF;
}

.leadin {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: "IBM Plex Mono", monospace;
  font-size: 20px;
  line-height: 40px;
}

p,
.paragraph {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-white {
  color: #FFFFFF;
}

.image-caption {
  margin-top: 1.5em;
  font-family: "IBM Plex Mono", monospace;
  color: #9D9D9D;
  font-size: 16px;
  line-height: 30px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .eyebrow {
    font-size: 20px;
    line-height: 40px;
  }
  .headline {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .headline-40 {
    font-size: 40px;
    line-height: 50px;
  }
  .headline-70 {
    font-size: 40px;
    line-height: 50px;
  }
  .headline-70-subline {
    font-size: 30px;
    line-height: 50px;
  }
  .leadin {
    margin-top: 18px;
    font-size: 25px;
    line-height: 45px;
  }
  .image-caption {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .leadin {
    font-size: 25px;
    line-height: 45px;
  }
  .headline-70 {
    font-size: 50px;
    line-height: 70px;
  }
  .headline-70-subline {
    font-size: 30px;
    line-height: 40px;
  }
  p,
  .paragraph {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (min-width: 1712px) {
  h1 {
    font-size: 130px;
    line-height: 130px;
  }
  .leadin {
    font-size: 30px;
    line-height: 50px;
  }
  p,
  .paragraph {
    font-size: 20px;
    line-height: 40px;
  }
  .headline-70 {
    font-size: 70px;
    line-height: 80px;
  }
  .headline-70-subline {
    font-size: 40px;
    line-height: 50px;
  }
  .headline-100 {
    font-size: 100px;
    line-height: 100px;
  }
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.overflow-layer {
  overflow: hidden;
}

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

.content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 99;
}

[class*=content-fade] {
  -webkit-transition: all, 0.5s ease-out;
  -moz-transition: all, 0.5s ease-out;
  -ms-transition: all, 0.5s ease-out;
  -o-transition: all, 0.5s ease-out;
  transition: all, 0.5s ease-out;
  opacity: 0;
}

.content-fade-space {
  padding-top: 180px;
  padding-bottom: 0;
}

section.visible .content-fade-space {
  padding-top: 80px;
  padding-bottom: 100px;
  opacity: 1;
}

.content-fade-space-small {
  padding-top: 80px;
  padding-bottom: 0;
}

section.visible .content-fade-space-small {
  padding-top: 40px;
  padding-bottom: 40px;
  opacity: 1;
}

.content-fade-space-top {
  padding-top: 220px;
  padding-bottom: 0;
}

section.visible .content-fade-space-top {
  padding-top: 140px;
  padding-bottom: 80px;
  opacity: 1;
}

.content-fade-space-top-xl {
  padding-top: 220px;
  padding-bottom: 0;
}

section.visible .content-fade-space-top-xl {
  padding-top: 140px;
  padding-bottom: 80px;
  opacity: 1;
}

.content-fade-space-bottom-xl {
  padding-top: 80px;
  padding-bottom: 20px;
}

.content-space-bottom-xl,
section.visible .content-fade-space-bottom-xl {
  padding-top: 40px;
  padding-bottom: 60px;
  opacity: 1;
}

.content-wide,
.content-center,
.content-wide-center {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.content-wide-2-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.content-wide-2-col .content-wide-2-col-1 {
  width: 100%;
}
.content-wide-2-col .content-wide-2-col-2 {
  width: 100%;
}

.content-align-bottom {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.content-full-2-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.content-full-2-col .content-full-2-col-1,
.content-full-2-col .content-full-2-col-2 {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.content-full-2-col .content-full-2-col-full {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .content-wide {
    margin-left: 9.4042056075%;
    padding-left: 0;
    padding-right: 0;
    max-width: 81.191588785%;
  }
  .content-wide-center {
    margin-left: 9.4042056075%;
    padding-left: 0;
    padding-right: 0;
    max-width: 81.191588785%;
  }
  .content-center {
    margin-left: 9.4042056075%;
    padding-left: 0;
    padding-right: 0;
    max-width: 81.191588785%;
  }
  .content-center .content-center-content {
    width: 100%;
  }
  .content-full-2-col {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-full-2-col .content-full-2-col-1,
  .content-full-2-col .content-full-2-col-2 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .content-center {
    margin-left: 25.8761682243%;
    padding-left: 0;
    padding-right: 0;
    max-width: 74.1238317757%;
  }
  .content-center .content-center-content {
    width: 65.0906225374%;
  }
  .content-wide-2-col {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: 9.4042056075%;
    padding-left: 0;
    padding-right: 0;
    max-width: 89.2711370262%;
  }
  .content-wide-2-col .content-wide-2-col-1 {
    width: 42.0157068063%;
  }
  .content-wide-2-col .content-wide-2-col-2 {
    width: 44.8298429319%;
  }
  .content-fade-space {
    padding-top: 180px;
    padding-bottom: 0;
  }
  section.visible .content-fade-space {
    padding-top: 80px;
    padding-bottom: 100px;
    opacity: 1;
  }
  .content-fade-space-top-xl {
    padding-top: 340px;
    padding-bottom: 0;
  }
  section.visible .content-fade-space-top-xl {
    padding-top: 240px;
    padding-bottom: 100px;
    opacity: 1;
  }
  .content-space-bottom {
    margin-bottom: 120px;
  }
  .content-fade-space-bottom-xl {
    padding-top: 180px;
    padding-bottom: 40px;
  }
  .content-space-bottom-xl,
  section.visible .content-fade-space-bottom-xl {
    padding-top: 80px;
    padding-bottom: 140px;
    opacity: 1;
  }
}
@media (min-width: 1712px) {
  .content-wide {
    max-width: 72.9556074766%;
  }
}
nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 998;
}

.navigation-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 20px 20px;
  width: 100%;
}

.navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  pointer-events: auto;
}

.navigation-item {
  position: relative;
  margin-right: 10px;
  padding-bottom: 30px;
}
.navigation-item:last-child {
  margin-right: 0;
}
.navigation-item.has-sub:hover .sub-navigation {
  visibility: visible;
}

@media (min-width: 768px) {
  .navigation-wrapper {
    padding: 30px 20px;
  }
  .navigation-item {
    margin-right: 20px;
  }
}
.vertical-navigation-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  -webkit-transition: all, 0.3s ease-out;
  -moz-transition: all, 0.3s ease-out;
  -ms-transition: all, 0.3s ease-out;
  -o-transition: all, 0.3s ease-out;
  transition: all, 0.3s ease-out;
  opacity: 0;
  z-index: 997;
}

.vertical-navigation {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.vertical-navigation-item a {
  display: block;
  position: relative;
  margin: 40px 40px 0 0;
  height: 10px;
  width: 10px;
  background-color: #000000;
  border-radius: 100%;
}
.vertical-navigation-item a:after {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  top: -8px;
  height: 26px;
  width: 26px;
  border-radius: 100%;
  border: 3px solid transparent;
  -webkit-transition: all, 0.3s ease-out;
  -moz-transition: all, 0.3s ease-out;
  -ms-transition: all, 0.3s ease-out;
  -o-transition: all, 0.3s ease-out;
  transition: all, 0.3s ease-out;
}
.vertical-navigation-item a.active:after, .vertical-navigation-item a:hover:after {
  border: 3px solid #2DF872;
}

@media (min-width: 768px) {
  .vertical-navigation-wrapper {
    opacity: 1;
  }
}
.menu-wrappper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #2DF872;
  transition: opacity 0.25s ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.menu-close {
  position: fixed;
  width: 32px;
  height: 32px;
  right: 32px;
  top: 32px;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: 1;
}

.menu-close:before,
.menu-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #000000;
}

.menu-close:before {
  transform: rotate(45deg);
}

.menu-close:after {
  transform: rotate(-45deg);
}

.menu-sub {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}

.menu-sub-item {
  margin-bottom: 30px;
  width: 100%;
}
.menu-sub-item a {
  width: 100%;
  max-width: 300px;
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  transition: color 0.4s ease;
}
.menu-sub-item:last-child {
  margin-bottom: 0;
}

/* Show menu */
.menu-wrappper.active .menu-close {
  cursor: pointer;
  opacity: 1;
}

.menu-wrappper.active .menu-close:before {
  transform: rotate(45deg);
}

.menu-wrappper.active .menu-close:after {
  transform: rotate(-45deg);
}

.menu-wrappper.active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .menu-sub-item a {
    font-size: 20px;
    line-height: 40px;
  }
}
.header-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 20px 30px;
  width: 100%;
  z-index: 99;
}

.header-logo {
  display: block;
  width: 90px;
}
.header-logo svg {
  width: 100%;
  height: auto;
}

@media (min-width: 380px) {
  .header-logo {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .header-wrapper {
    padding: 30px 20px 90px;
  }
  .header-logo {
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .header-logo {
    width: 247px;
  }
}
footer {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  line-height: 30px;
}

.footer-logo-col {
  display: none;
}

.footer-logo {
  display: block;
  margin-left: auto;
  width: 233px;
}

.footer-link-list {
  list-style: none;
  margin: 60px 0 80px;
  padding: 0;
}

.footer-link-list-item {
  margin-bottom: 40px;
}
.footer-link-list-item:last-child {
  margin-bottom: 0;
}

[class*=footer-primary-green-link],
a[class*=footer-primary-green-link] {
  font-family: "IBM Plex Mono", monospace;
  font-weight: normal;
}

.footer-legal-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-legal-list-item {
  margin-bottom: 40px;
}
.footer-legal-list-item:first-child {
  margin-top: 40px;
}

@media (min-width: 768px) {
  footer {
    font-size: 20px;
    line-height: 40px;
  }
  .footer-logo-col {
    display: block;
  }
  .footer-link-list {
    list-style: none;
    margin: 100px 0 80px 0;
    padding: 0;
  }
  .footer-link-list-item {
    margin-bottom: 60px;
  }
  [class*=footer-primary-green-link],
  a[class*=footer-primary-green-link] {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
  }
  .footer-legals {
    margin-top: 180px;
    margin-bottom: 60px;
  }
  .footer-legal-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .footer-legal-list-item {
    margin-right: 40px;
    margin-bottom: 0;
  }
  .footer-legal-list-item:first-child {
    margin-top: 0;
  }
  .footer-legal-list-item:last-child {
    margin-right: 0;
  }
}
section,
footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.section-space {
  padding: 100px 0;
}

.section-space-top {
  padding: 100px 0 0;
}

.section-space-top-small {
  padding: 20px 0 0;
}

.section-space-bottom {
  padding: 0 0 100px;
}

.section-space-small {
  padding: 30px 0 5px;
}

.section-dotted-layer {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 20px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Ccircle cx='0.75' cy='0.75' r='0.75'/%3E%3C/svg%3E");
  z-index: 1;
}

.section-bg-ellipse-primary-blue {
  padding-bottom: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 1298 694' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M0,545.23c0.618,60.378 0,-545.23 0,-545.23l1302.07,0c-0,0 0.029,418.609 0.029,492.031c-212.087,170.243 -776.755,325.259 -1302.1,53.199Z' style='fill:%235ad2ff;'/%3E%3C/svg%3E");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .section-space {
    padding: 150px 0;
  }
  .section-space-top {
    padding: 150px 0 0;
  }
  .section-space-top-small {
    padding: 50px 0 0;
  }
  .section-space-bottom {
    padding: 0 0 150px;
  }
  .section-space-small {
    padding: 50px 0 25px;
  }
}
@media (min-width: 1024px) {
  .section-space {
    padding: 180px 0;
  }
  .section-space-top {
    padding: 180px 0 0;
  }
  .section-space-top-small {
    padding: 90px 0 0;
  }
  .section-space-bottom {
    padding: 0 0 180px;
  }
  .section-space-small {
    padding: 70px 0 45px;
  }
}
.section-service-icon {
  position: relative;
}

.section-service-icon-network {
  position: absolute;
  width: 100px;
  left: 14px;
  top: -110px;
}

.section-service-list {
  list-style: none;
  margin: 2em 0 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
}

.section-service-list-item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 55px;
  font-weight: 700;
}
.section-service-list-item:last-child {
  margin-bottom: 0;
}
.section-service-list-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 0;
  background-color: #2DF872;
  border-radius: 24px;
}

.section-service-list-item-white {
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .section-service-list {
    font-size: 20px;
    line-height: 40px;
  }
  .section-service-icon {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .section-service-icon-network {
    left: -180px;
    top: auto;
  }
}
.section-about-us-col-img img {
  margin-top: 30px;
  margin-left: auto;
  margin-right: -20px;
  width: 75%;
}

@media (min-width: 1024px) {
  .section-about-us-col-img img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 1712px) {
  .section-about-us-col-img img {
    margin-top: 205px;
  }
}
.content-bottom-link {
  margin-top: 120px;
}
.content-bottom-link a {
  font-size: 16px;
  line-height: 30px;
}

@media (min-width: 1024px) {
  .content-bottom-link {
    margin-top: 200px;
  }
  .content-bottom-link a {
    font-size: 20px;
    line-height: 40px;
  }
}
.btn,
a.btn {
  display: inline-block;
  padding: 0 23px;
  height: 40px;
  width: auto;
  background-color: #000000;
  border: none;
  border-radius: 40px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  -webkit-transition: all, 0.3s ease-out;
  -moz-transition: all, 0.3s ease-out;
  -ms-transition: all, 0.3s ease-out;
  -o-transition: all, 0.3s ease-out;
  transition: all, 0.3s ease-out;
}
.btn:hover,
a.btn:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.btn:hover,
a.btn:hover {
  background-color: #5AD2FF;
  color: #000000;
}

.btn-link,
a.btn-link {
  background-color: transparent;
}

.btn-green,
a.btn-green {
  background-color: #2DF872;
  color: #000000;
}
.btn-green:hover,
a.btn-green:hover {
  color: #000000;
}

.btn-contact,
a.btn-contact {
  overflow: hidden;
  position: relative;
  padding: 0;
  width: 40px;
  text-indent: -9999px;
}
.btn-contact:before,
a.btn-contact:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 11px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='20' height='20' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg%3E%3Cpath d='M2,0l16,0c1.096,0.003 1.997,0.904 2,2l0,12c-0.003,1.096 -0.904,1.997 -2,2l-14,0l-4,4l0,-18c0.003,-1.096 0.904,-1.997 2,-2Z' style='fill:none;fill-rule:nonzero;'/%3E%3Cpath d='M2.004,2c-0.002,0.001 -0.003,0.002 -0.004,0.004l0,13.168l0.586,-0.586l0.586,-0.586l0.828,0l13.996,-0c0.002,-0.001 0.003,-0.002 0.004,-0.004l-0,-11.992c-0.001,-0.002 -0.002,-0.003 -0.004,-0.004l-15.992,0m-0.004,-2l16,0c1.1,0 2,0.9 2,2l0,12c0,1.1 -0.9,2 -2,2l-14,0l-4,4l0,-18c0,-1.1 0.9,-2 2,-2Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 20px 20px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .btn,
  a.btn {
    padding: 0 44px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
  }
  .btn-contact,
  a.btn-contact {
    overflow: inherit;
    width: auto;
    text-indent: 0;
  }
  .btn-contact:before,
  a.btn-contact:before {
    display: none;
  }
}
[class*=point-] {
  display: block;
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: #5AD2FF;
  border-radius: 100%;
  -webkit-transition: all, 0.5s ease-out;
  -moz-transition: all, 0.5s ease-out;
  -ms-transition: all, 0.5s ease-out;
  -o-transition: all, 0.5s ease-out;
  transition: all, 0.5s ease-out;
  opacity: 0;
  z-index: 2;
}

[class*=point-blue] {
  background-color: #5AD2FF;
}

[class*=point-green] {
  background-color: #2DF872;
}

[class*=point-top] {
  top: -150px;
}

[class*=point-bottom] {
  bottom: -150px;
}

[class*=point-left] {
  left: -300px;
}

section.visible [class*=point-left] {
  left: -150px;
  opacity: 1;
}

[class*=point-right] {
  right: -300px;
}

section.visible [class*=point-right] {
  right: -150px;
  opacity: 1;
}

@media (min-width: 768px) {
  [class*=point-] {
    width: 560px;
    height: 560px;
  }
  [class*=point-top] {
    top: -280px;
  }
  [class*=point-bottom] {
    bottom: -280px;
  }
  [class*=point-left] {
    left: -560px;
  }
  section.visible [class*=point-left] {
    left: -280px;
  }
  [class*=point-right] {
    right: -560px;
  }
  section.visible [class*=point-right] {
    right: -280px;
  }
}
@media (min-width: 1024px) {
  [class*=point-] {
    width: 780px;
    height: 780px;
  }
  [class*=point-top] {
    top: -390px;
  }
  [class*=point-bottom] {
    bottom: -390px;
  }
  [class*=point-left] {
    left: -780px;
  }
  section.visible [class*=point-left] {
    left: -390px;
  }
  [class*=point-right] {
    right: -780px;
  }
  section.visible [class*=point-right] {
    right: -390px;
  }
}

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