/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  padding: 0;
  margin: 0;
  height: 100%;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: 700;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
  display: block;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

/**
 * 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 */
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  font-size: normal;
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 1rem 0;
}

@font-face {
  font-family: "srsRAN Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Ubuntu-Light.ttf) format("truetype");
}
@font-face {
  font-family: "srsRAN Ubuntu";
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/Ubuntu-LightItalic.ttf) format("truetype");
}
@font-face {
  font-family: "srsRAN Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Ubuntu-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "srsRAN Ubuntu";
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/Ubuntu-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "srsRAN Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Ubuntu-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "srsRAN Ubuntu";
  font-style: italic;
  font-weight: 500;
  src: url(../fonts/Ubuntu-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "srsRAN Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Ubuntu-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "srsRAN Ubuntu";
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/Ubuntu-BoldItalic.ttf) format("truetype");
}
body {
  font-family: "srsRAN Ubuntu", sans-serif;
  font-weight: 300;
}

h1.with-line,
h2.with-line,
h3.with-line {
  margin-bottom: 1rem;
}
h1.with-line:after,
h2.with-line:after,
h3.with-line:after {
  content: "";
  display: block;
  height: 3px;
  width: 2.5rem;
  background: #00b2e3;
  margin-top: 0.5rem;
}
h1.with-line.centered,
h2.with-line.centered,
h3.with-line.centered {
  text-align: center;
}
h1.with-line.centered:after,
h2.with-line.centered:after,
h3.with-line.centered:after {
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 2rem;
  margin-bottom: 0.25rem;
}

h4 {
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

p {
  margin: 0.5rem 0;
}

a {
  color: #00b2e3;
  font-weight: 400;
}

html {
  font-size: 16px;
  color: #758592;
  background-color: #f0f0f0;
}

.content-wrapper {
  max-width: 1312px;
  margin: 0 auto;
}

.row {
  padding: 4rem;
}

.hidden {
  display: none;
}

.card {
  background: white;
  border-radius: 5px;
  padding: 2rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: inherit;
  display: block;
  top: 0;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
.card.with-hover {
  position: relative;
}
.card.with-hover:hover {
  top: -3px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}

.button {
  border: 2px solid #00b2e3;
  padding: 0.5rem 1.5rem;
  border-radius: 10rem;
  display: inline-block;
  color: #1a283d;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
  text-align: center;
}
.button:hover {
  background-color: #00b2e3;
  color: white;
}
.button.sub-button {
  background: white;
  border-color: white;
  display: inline-block;
  padding-left: 3rem;
  position: relative;
  margin-top: 0.5rem;
}
.button.sub-button .btn-icon {
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 1rem;
}
.button.sub-button:hover {
  border-color: #00b2e3;
  background-color: #00b2e3;
  color: #1a283d;
}

.name-change-topbar {
  background: #00b2e3;
  display: block;
  text-align: center;
  padding: 0.5rem 1rem;
  min-height: 2rem;
  color: white;
}
.name-change-topbar a {
  color: white;
}

header {
  padding: 0.5rem 2rem;
  min-height: 4rem;
  background-color: transparent;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
header.has-topbar {
  margin-top: 3.5rem;
}
header .content-wrapper {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #0c1728;
}
header .content-wrapper .left-col {
  flex-basis: 20%;
  min-width: 160px;
}
header .content-wrapper .left-col .brand {
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  width: 110px;
  height: 34px;
  display: block;
}
header .content-wrapper .left-col .brand svg {
  width: 110px;
  height: 34px;
  margin-top: 2px;
}
header .content-wrapper .right-col {
  flex-basis: 80%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-align: right;
}
header .content-wrapper .right-col .site-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 1rem;
  font-weight: 300;
}
header .content-wrapper .right-col .site-nav a {
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
  color: white;
  display: block;
  position: relative;
  padding: 1.5rem 0;
}
header .content-wrapper .right-col .site-nav a.active {
  font-weight: 500;
}
header .content-wrapper .right-col .site-nav a.home {
  width: 1rem;
  height: 1rem;
}
header .content-wrapper .right-col .site-nav a .home-icon {
  width: 1rem;
  height: 1rem;
}
header .content-wrapper .right-col .site-nav a ~ a {
  margin-left: 1.5rem;
}
header .content-wrapper .right-col .site-nav a:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: #00b2e3;
  position: absolute;
  top: 3rem;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
header .content-wrapper .right-col .site-nav a:hover:after, header .content-wrapper .right-col .site-nav a.active:after {
  opacity: 1;
}

.inner-hero {
  padding: 8rem 2rem 3rem;
  color: white;
  background-image: url(../images/hero-image.png);
  background-size: cover;
  background-position: center center;
  background-color: #1a283d;
  position: relative;
}
.inner-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.inner-hero .content-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.inner-hero .content-wrapper .left-col {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-basis: 50%;
  padding-right: 2rem;
}
.inner-hero .content-wrapper .left-col .buttons-wrapper {
  display: inline-flex;
  flex-direction: column;
  gap: 0.5rem;
}
.inner-hero .content-wrapper .left-col a.sublink {
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: white;
  font-size: 1.1rem;
}
.inner-hero .content-wrapper .left-col a.sublink:after {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  background-image: url(../images/link-arrow.svg);
  background-size: 2rem;
  background-position: center center;
  margin-left: 0.75rem;
}
.inner-hero .content-wrapper .right-col {
  min-width: 520px;
  flex-basis: 37%;
}
.inner-hero .content-wrapper .right-col .get-srsran-snippet {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 1.5rem 2rem;
  position: relative;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
}
.inner-hero .content-wrapper .right-col .get-srsran-snippet h4 {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
.inner-hero .content-wrapper .right-col .get-srsran-snippet .code-wrapper {
  background: #0c1728;
  padding: 1.25rem;
  border-radius: 5px;
  font-size: 0.85rem;
}
.inner-hero .content-wrapper .right-col .get-srsran-snippet .code-wrapper > div:before {
  content: "$";
  color: rgba(255, 255, 255, 0.5);
  margin-right: 0.25rem;
}
.inner-hero .content-wrapper .right-col .get-srsran-snippet .code-wrapper > div ~ div {
  margin-top: 0.25rem;
}
.inner-hero .content-wrapper .right-col .get-srsran-snippet .corner-wrapper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
}
.inner-hero .content-wrapper .right-col .get-srsran-snippet .corner-wrapper .highlight-corner {
  border-top: 5.75rem solid #00b2e3;
  border-right: 5.75rem solid transparent;
  position: relative;
}
.inner-hero .content-wrapper .right-col .get-srsran-snippet .corner-wrapper .highlight-corner:after {
  content: ">_";
  position: absolute;
  top: -5rem;
  left: 0.75rem;
  color: #1a283d;
  font-size: 1.25rem;
  font-weight: 500;
}
.inner-hero .content-wrapper .right-col .cta-event {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 1rem;
  max-width: 400px;
  margin-left: auto;
}
.inner-hero .content-wrapper .right-col .cta-event .event-cta-image {
  width: 66px;
  object-fit: contain;
  object-position: top center;
}
@media (max-width: 400px) {
  .inner-hero .content-wrapper .right-col .cta-event .event-cta-image {
    display: none;
  }
}
.inner-hero .content-wrapper .right-col .cta-event .text-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.inner-hero .content-wrapper .right-col .cta-event .text-wrapper h4.cta-title {
  font-size: 1rem;
  font-weight: 600;
  color: #00b2e3;
}
.inner-hero .content-wrapper .right-col .cta-event .text-wrapper span.cta-subtitle {
  font-size: 14px;
  font-weight: 200;
  color: #758592;
}
.inner-hero .content-wrapper .right-col .cta-event:after {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  background-image: url(../images/link-arrow-dark.svg);
  background-size: 2rem;
  background-position: center center;
  margin-left: 0.75rem;
}
@media (max-width: 400px) {
  .inner-hero .content-wrapper .right-col .cta-event:after {
    display: none;
  }
}
.inner-hero h2 {
  font-size: 2.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.inner-hero h2:after {
  content: "";
  display: block;
  height: 3px;
  width: 2.5rem;
  background: #00b2e3;
  margin-top: 1rem;
}
.inner-hero.home-hero {
  min-height: 20rem;
  padding-top: 10rem;
  padding-bottom: 4rem;
}
.inner-hero.home-hero .content-wrapper .left-col {
  max-width: 640px;
}
.inner-hero.home-hero .content-wrapper .left-col h1 {
  color: #00b2e3;
  font-weight: 300;
  font-size: 1.75rem;
}
.inner-hero.home-hero .content-wrapper .left-col h2 {
  font-size: 3.2rem;
}
.inner-hero.home-hero .content-wrapper .left-col .subheading {
  font-size: 1rem;
}
.inner-hero.home-hero .content-wrapper .left-col .hero-social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.inner-hero.home-hero .content-wrapper .left-col .hero-social-icons .social-icon {
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: opacity 0.3s;
}
.inner-hero.home-hero .content-wrapper .left-col .hero-social-icons .social-icon:hover {
  opacity: 0.8;
}

.cta-buttons-wrapper {
  display: flex;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 1.5rem 2rem;
  min-height: 10rem;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
}
.cta-buttons-wrapper .cta-button {
  display: flex;
  width: 40%;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cta-buttons-wrapper .cta-button .cta-img {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  margin-bottom: -24px;
  background-color: white;
  background-size: 56px;
  background-position: center center;
  background-repeat: no-repeat;
  outline: 1px solid #00b2e3;
  outline-offset: -0.25rem;
  box-shadow: 0 2px 6px 0.25rem rgba(0, 0, 0, 0.25);
  top: 0;
  transition: box-shadow 0.3s, top 0.3s;
}
.cta-buttons-wrapper .cta-button .cta-img.fiveG {
  background-image: url(../images/5g-cta.svg);
}
.cta-buttons-wrapper .cta-button .cta-img.fourG {
  background-image: url(../images/4g-cta.svg);
}
.cta-buttons-wrapper .cta-button .cta-img:before {
  content: "";
  position: absolute;
  inset: 0.5rem;
  border: 1px solid #00b2e3;
  border-radius: 120px;
  opacity: 0.5;
}
.cta-buttons-wrapper .cta-button .cta-img:after {
  content: "";
  position: absolute;
  inset: 0.75rem;
  border: 1px solid #00b2e3;
  border-radius: 120px;
  opacity: 0.25;
}
.cta-buttons-wrapper .cta-button .cta-box {
  display: flex;
  border-radius: 5px;
  background-color: #00b2e3;
  color: white;
  padding: 2rem 1rem 1.5rem;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.cta-buttons-wrapper .cta-button:hover .cta-img {
  top: -0.25rem;
  box-shadow: 0 4px 6px 0.25rem rgba(0, 0, 0, 0.25);
}
.cta-buttons-wrapper .cta-button:hover .cta-box {
  background-color: #1a283d;
}

.link-blocks {
  background: white;
}
.link-blocks .content-wrapper {
  display: -webkit-box;
  display: flex;
}
.link-blocks .content-wrapper .link-block {
  flex-basis: 30%;
}
.link-blocks .content-wrapper .link-block ~ .link-block {
  margin-left: 1.5rem;
  padding-left: 3rem;
  border-left: 2px solid #d2d2d2;
}
.link-blocks .content-wrapper .link-block h5 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
}
.link-blocks .content-wrapper .link-block h5:after {
  content: "";
  display: block;
  height: 2px;
  width: 2rem;
  background: #00b2e3;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.link-blocks .content-wrapper .link-block p {
  max-width: 280px;
}
.link-blocks .content-wrapper .link-block .button {
  margin-top: 1rem;
}

footer {
  background: #1a283d;
  border-top: 4px solid #00b2e3;
  color: white;
  padding: 3rem 2rem 6rem;
  position: relative;
}
footer h5 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 300;
}
footer .content-wrapper {
  display: -webkit-box;
  display: flex;
}
footer .content-wrapper .logo-col {
  flex-basis: 200px;
}
footer .content-wrapper .logo-col .brand {
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  width: 110px;
  height: 34px;
  display: block;
}
footer .content-wrapper .logo-col .brand svg {
  width: 110px;
  height: 34px;
}
footer .content-wrapper .github-col {
  flex-basis: 500px;
}
footer .content-wrapper .github-col .btn-wrapper {
  display: inline-block;
}
footer .content-wrapper .github-col .btn-wrapper .widget a.btn {
  background-color: #0c1728 !important;
}
footer .content-wrapper .github-col .btn-wrapper ~ .btn-wrapper {
  margin-left: 0.5rem;
}
footer .content-wrapper .social-col {
  flex-basis: 300px;
}
footer .maintained-by {
  background: #0c1728;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0.8rem;
  padding: 1rem 2rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.lightbox.visible {
  pointer-events: all;
  opacity: 1;
}
.lightbox .lightbox-content {
  background: white;
  border-radius: 5px;
  padding: 2rem;
  position: absolute;
  inset: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox .lightbox-content img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 5px;
}
.lightbox .lightbox-content .close-btn {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 5px;
  padding: 0.5rem;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.25);
  transition: background-color 0.3s ease-in-out;
  border-radius: 50%;
}
.lightbox .lightbox-content .close-btn:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.lightbox .lightbox-content .close-btn:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../images/close.svg);
  background-size: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  h3 {
    font-size: 1.5rem;
  }
  .inner-hero .content-wrapper .right-col,
  .inner-hero.home-hero .content-wrapper .right-col {
    min-width: 400px;
  }
  .inner-hero .content-wrapper .right-col .get-srsran-snippet h4,
  .inner-hero.home-hero .content-wrapper .right-col .get-srsran-snippet h4 {
    font-size: 0.9rem;
  }
  .inner-hero .content-wrapper .right-col .get-srsran-snippet .corner-wrapper .highlight-corner,
  .inner-hero.home-hero .content-wrapper .right-col .get-srsran-snippet .corner-wrapper .highlight-corner {
    border-top: 5rem solid #00b2e3;
    border-right: 5rem solid transparent;
  }
  .inner-hero .content-wrapper .right-col .get-srsran-snippet .corner-wrapper .highlight-corner:after,
  .inner-hero.home-hero .content-wrapper .right-col .get-srsran-snippet .corner-wrapper .highlight-corner:after {
    top: -4.5rem;
  }
  .link-blocks .content-wrapper .link-block h5 {
    font-size: 1.25rem;
  }
}
@media (max-width: 910px) {
  .row {
    padding: 2rem;
  }
  .inner-hero .content-wrapper .left-col,
  .inner-hero.home-hero .content-wrapper .left-col {
    max-width: 360px;
  }
  .inner-hero .content-wrapper .left-col h2,
  .inner-hero.home-hero .content-wrapper .left-col h2 {
    font-size: 2.25rem;
  }
  .inner-hero .content-wrapper .left-col .subheading,
  .inner-hero.home-hero .content-wrapper .left-col .subheading {
    font-size: 0.9rem;
  }
  .inner-hero.home-hero {
    padding-bottom: 2rem;
  }
  footer .content-wrapper {
    flex-wrap: wrap;
  }
  footer .content-wrapper .logo-col {
    flex-basis: 160px;
  }
  footer .content-wrapper .social-col {
    margin-top: 2rem;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  header .content-wrapper .left-col {
    min-width: 110px;
  }
  header .content-wrapper .left-col a.brand svg {
    width: 110px;
    height: 34px;
    margin-right: 1rem;
  }
  header .content-wrapper .right-col .site-nav a ~ a {
    margin-left: 1rem;
    font-size: 0.8rem;
  }
  .inner-hero .content-wrapper,
  .inner-hero.home-hero .content-wrapper {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .inner-hero .content-wrapper .left-col,
  .inner-hero.home-hero .content-wrapper .left-col {
    margin-bottom: 2rem;
    max-width: 100%;
    flex-basis: 100%;
  }
  .inner-hero .content-wrapper .right-col,
  .inner-hero.home-hero .content-wrapper .right-col {
    max-width: 100%;
    flex-basis: 100%;
    min-width: auto;
  }
  .inner-hero.home-hero {
    padding-bottom: 8rem;
  }
  .link-blocks .content-wrapper {
    flex-wrap: wrap;
  }
  .link-blocks .content-wrapper .link-block {
    flex-basis: 80%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 1rem;
  }
  .link-blocks .content-wrapper .link-block ~ .link-block {
    border: 0;
    margin: 0;
    padding: 1rem;
    margin-top: 1rem;
    padding-top: 2rem;
    border-top: 2px solid #d2d2d2;
  }
  .link-blocks .content-wrapper .link-block p {
    max-width: 100%;
  }
  footer .content-wrapper {
    flex-wrap: wrap;
  }
  footer .content-wrapper .github-col {
    flex-basis: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 640px) {
  header .content-wrapper .left-col {
    min-width: 120px;
  }
  header .content-wrapper .right-col .menu-toggle {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 5px;
    padding: 0.5rem;
  }
  header .content-wrapper .right-col .menu-toggle:hover {
    background: rgba(0, 0, 0, 0.25);
  }
  header .content-wrapper .right-col .menu-toggle svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  header .content-wrapper .right-col .site-nav {
    display: none;
  }
  header .content-wrapper .right-col .site-nav-mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #0c1728;
    padding-top: 4rem;
    color: white;
    padding-bottom: 2rem;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  }
  header .content-wrapper .right-col .site-nav-mobile .brand-mobile {
    width: 110px;
    height: 34px;
    position: absolute;
    top: 0.75rem;
    left: 2rem;
  }
  header .content-wrapper .right-col .site-nav-mobile .menu-toggle {
    position: absolute;
    top: 1rem;
    right: 2rem;
    margin-top: -2px;
  }
  header .content-wrapper .right-col .site-nav-mobile .navigation-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  header .content-wrapper .right-col .site-nav-mobile .navigation-wrapper a {
    padding: 1rem;
    background: white;
    border-radius: 5px;
    text-align: center;
    color: #00b2e3;
    text-decoration: none;
    margin: 0.5rem 2rem;
  }
  header .content-wrapper .right-col .site-nav-mobile .navigation-wrapper a:hover {
    background: rgba(255, 255, 255, 0.9);
  }
  header .content-wrapper .right-col .site-nav-mobile .navigation-wrapper a.active {
    background: #00b2e3;
    color: white;
  }
  header .content-wrapper .right-col .site-nav-mobile .navigation-wrapper a.active:hover {
    background: rgb(0, 158.0044052863, 201.5);
  }
}
@media (max-width: 480px) {
  .inner-hero .content-wrapper .right-col .get-srsran-snippet,
  .inner-hero.home-hero .content-wrapper .right-col .get-srsran-snippet {
    padding: 1rem;
  }
  .inner-hero .content-wrapper .right-col .get-srsran-snippet h4,
  .inner-hero.home-hero .content-wrapper .right-col .get-srsran-snippet h4 {
    padding: 0 1rem;
    font-size: 1rem;
  }
  .inner-hero .content-wrapper .right-col .get-srsran-snippet .code-wrapper,
  .inner-hero.home-hero .content-wrapper .right-col .get-srsran-snippet .code-wrapper {
    padding: 1rem;
    font-size: 0.8rem;
  }
  .inner-hero .content-wrapper .right-col .get-srsran-snippet .corner-wrapper .highlight-corner,
  .inner-hero.home-hero .content-wrapper .right-col .get-srsran-snippet .corner-wrapper .highlight-corner {
    border-top: 3rem solid #00b2e3;
    border-right: 3rem solid transparent;
  }
  .inner-hero .content-wrapper .right-col .get-srsran-snippet .corner-wrapper .highlight-corner:after,
  .inner-hero.home-hero .content-wrapper .right-col .get-srsran-snippet .corner-wrapper .highlight-corner:after {
    top: -2.75rem;
    left: 0.4rem;
    font-size: 0.8rem;
  }
  footer .content-wrapper .github-col .github-buttons-wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  footer .content-wrapper .github-col .github-buttons-wrapper .btn-wrapper {
    margin: 0.25rem;
  }
}
.about-srs {
  display: -webkit-box;
  display: flex;
  background: white;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.about-srs .left-col {
  max-width: 450px;
  min-width: 300px;
  flex-basis: 28%;
  padding: 4rem;
  z-index: 2;
  position: relative;
}
.about-srs .left-col img {
  width: 200px;
  margin: 0 auto;
}
.about-srs .right-col {
  background: #1a283d;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-basis: 60%;
  padding: 4rem;
  color: white;
}
.about-srs .right-col .inner-wrapper {
  z-index: 2;
  position: relative;
}
.about-srs .right-col h3 {
  margin-bottom: 2rem;
}
.about-srs .right-col h3:after {
  content: "";
  display: block;
  height: 3px;
  width: 2.5rem;
  background: #00b2e3;
  margin-top: 0.5rem;
}
.about-srs .right-col a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #00b2e3;
  text-decoration: none;
  margin-top: 1rem;
}
.about-srs .right-col a:after {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  background-image: url(../images/link-arrow.svg);
  background-size: 2rem;
  background-position: center center;
  margin-left: 0.5rem;
}
.about-srs:after {
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  z-index: 1;
  border: 1px solid #00b2e3;
  background: transparent;
}

.commercial-blocks {
  background: rgb(230.4, 230.4, 230.4);
  padding: 4rem;
}
.commercial-blocks .content-wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
.commercial-blocks .content-wrapper .link-card {
  flex-basis: 20%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  min-width: 200px;
  padding-bottom: 5.5rem;
  margin: 0.5rem;
  max-width: 400px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow: hidden;
}
.commercial-blocks .content-wrapper .link-card .item-image {
  min-height: 10rem;
  width: calc(100% + 4rem);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: -2rem;
}
.commercial-blocks .content-wrapper .link-card .item-content {
  margin-top: 3.5rem;
}
.commercial-blocks .content-wrapper .link-card h4 {
  color: #1a283d;
}
.commercial-blocks .content-wrapper .link-card p {
  font-weight: 300;
  font-size: 0.9rem;
}
.commercial-blocks .content-wrapper .link-card .fixed-bottom-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem 2rem;
  border-top: 1px solid #d2d2d2;
  color: #00b2e3;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.commercial-blocks .content-wrapper .link-card .fixed-bottom-link:after {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  background-image: url(../images/link-arrow-dark.svg);
  background-size: 2rem;
  background-position: center center;
  margin-left: 0.5rem;
}

@media (max-width: 1024px) {
  .about-srs .left-col {
    min-width: 160px;
  }
  .about-srs .left-col img {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .about-srs {
    flex-wrap: wrap;
  }
  .about-srs .left-col {
    text-align: center;
    max-width: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-top: 5rem;
  }
}
@media (max-width: 480px) {
  .about-srs .left-col, .about-srs .right-col {
    padding: 3rem;
  }
  .about-srs .left-col img, .about-srs .right-col img {
    width: 100%;
    max-width: 120px;
  }
  .about-srs:after {
    content: "";
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
}
.research-articles .content-wrapper .paginator.swiper-container {
  width: 100%;
  height: auto;
  padding-bottom: 3rem;
}
.research-articles .content-wrapper .paginator.swiper-container .paginator-wrapper .paginator-page {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
.research-articles .content-wrapper .paginator.swiper-container .paginator-wrapper .paginator-page .article-card {
  padding: 1rem;
  flex-basis: 20.5%;
  margin: 0.5rem;
  -webkit-box-flex: 1;
  flex-grow: 1;
  min-width: 250px;
  max-width: 400px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  position: relative;
}
.research-articles .content-wrapper .paginator.swiper-container .paginator-wrapper .paginator-page .article-card .card-header {
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding: 0.5rem 0.5rem 1rem;
}
.research-articles .content-wrapper .paginator.swiper-container .paginator-wrapper .paginator-page .article-card .card-header h4 {
  font-size: 0.9rem;
  color: #1a283d;
  font-weight: 500;
}
.research-articles .content-wrapper .paginator.swiper-container .paginator-wrapper .paginator-page .article-card .card-footer {
  border-top: 1px solid #d2d2d2;
  margin: 0 -1rem;
  padding: 1rem 1.5rem 0.5rem;
  font-size: 0.8rem;
  flex-basis: 45px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  position: relative;
}
.research-articles .content-wrapper .paginator.swiper-container .paginator-wrapper .paginator-page .article-card .card-footer .footer-row ~ .footer-row {
  margin-top: 0.5rem;
}
.research-articles .content-wrapper .paginator.swiper-container .paginator-wrapper .paginator-page .article-card .card-footer .label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
}
.research-articles .content-wrapper .paginator.swiper-container .paginator-wrapper .paginator-page .article-card .card-footer .authors,
.research-articles .content-wrapper .paginator.swiper-container .paginator-wrapper .paginator-page .article-card .card-footer .affiliation {
  font-weight: 300;
}
.research-articles .content-wrapper .paginator.swiper-container .paginator-wrapper .paginator-page .article-card.with-hover .card-footer:after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 2rem;
  right: 1rem;
  top: -0.75rem;
  display: block;
  border: 1px solid #00b2e3;
  background-color: white;
  background-image: url(../images/external-link-icon.svg);
  background-size: 0.75rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.research-articles .content-wrapper .paginator.swiper-container .paginator-wrapper .paginator-page .article-card .year {
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
  padding: 0.25rem;
  font-size: 0.7rem;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  font-weight: 400;
}
.research-articles .content-wrapper .paginator.swiper-container .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #222222;
  opacity: 1;
  background: rgba(0, 0, 0, 0.15);
}
.research-articles .content-wrapper .paginator.swiper-container .swiper-pagination-bullet-active {
  color: white;
  background: #00b2e3;
}

.news-page .twitter-cards {
  position: relative;
}
.news-page .twitter-cards .tweets-wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 2.5rem;
  position: relative;
  z-index: 2;
}
.news-page .twitter-cards .tweets-wrapper twitter-widget.twitter-tweet {
  flex-basis: 40%;
  width: auto !important;
  margin: 0.5rem !important;
}
.news-page .twitter-cards:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2rem;
  right: 10rem;
  width: 272px;
  height: 220px;
  background: url(../images/twitter-icon.svg);
}
.news-page .news-cards {
  background: rgb(245.1, 245.1, 245.1);
}
.news-page .news-cards .paginator.swiper-container {
  width: 100%;
  height: auto;
  padding-bottom: 3rem;
  margin-top: 2.5rem;
}
.news-page .news-cards .paginator.swiper-container .paginator-wrapper .paginator-page {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
.news-page .news-cards .paginator.swiper-container .paginator-wrapper .paginator-page .news-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex-grow: 1;
  min-width: 200px;
  max-width: 340px;
  margin: 1rem;
  overflow: hidden;
}
.news-page .news-cards .paginator.swiper-container .paginator-wrapper .paginator-page .news-card .image-wrapper {
  background-color: #00b2e3;
  margin: -2rem -2rem 1.5rem -2rem;
  text-align: center;
  flex-basis: 140px;
  overflow: hidden;
  position: relative;
}
.news-page .news-cards .paginator.swiper-container .paginator-wrapper .paginator-page .news-card .image-wrapper .news-image {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-page .news-cards .paginator.swiper-container .paginator-wrapper .paginator-page .news-card .text-wrapper {
  color: #758592;
  font-weight: 300;
}
.news-page .news-cards .paginator.swiper-container .paginator-wrapper .paginator-page .news-card .text-wrapper h4 {
  color: #1a283d;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
}
.news-page .news-cards .paginator.swiper-container .paginator-wrapper .paginator-page .news-card .text-wrapper .description {
  margin-bottom: 1rem;
  font-style: italic;
}
.news-page .news-cards .paginator.swiper-container .paginator-wrapper .paginator-page .news-card .text-wrapper .label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
}
.news-page .news-cards .paginator.swiper-container .paginator-wrapper .paginator-page .news-card .text-wrapper .authors {
  font-size: 0.9rem;
}
.news-page .news-cards .paginator.swiper-container .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #222222;
  opacity: 1;
  background: rgba(0, 0, 0, 0.15);
}
.news-page .news-cards .paginator.swiper-container .swiper-pagination-bullet-active {
  color: white;
  background: #00b2e3;
}

.download-page .get-srsran-row {
  background: rgb(245.1, 245.1, 245.1);
}
.download-page .get-srsran-row .content-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.download-page .get-srsran-row .content-wrapper h4 {
  color: #1a283d;
}
.download-page .get-srsran-row .content-wrapper .left-col,
.download-page .get-srsran-row .content-wrapper .right-col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.download-page .get-srsran-row .content-wrapper .left-col {
  flex-basis: 60%;
}
.download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  flex-grow: 1;
  color: #00b2e3;
}
.download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card:after {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  background-image: url(../images/link-arrow-dark.svg);
  background-size: 2rem;
  background-position: center center;
  margin-left: 2rem;
}
.download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card .img-wrapper {
  width: 160px;
  height: 160px;
}
.download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card svg {
  width: 160px;
  height: 160px;
}
.download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card .text-wrapper {
  margin-left: 3rem;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.download-page .get-srsran-row .content-wrapper .right-col {
  flex-basis: 37%;
}
.download-page .get-srsran-row .content-wrapper .right-col .get-source-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0;
  color: #00b2e3;
}
.download-page .get-srsran-row .content-wrapper .right-col .get-source-card .source-section {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-decoration: none;
  color: inherit;
  padding: 1rem;
  -webkit-box-align: center;
  align-items: center;
}
.download-page .get-srsran-row .content-wrapper .right-col .get-source-card .source-section ~ .source-section {
  border-top: 1px solid #d2d2d2;
}
.download-page .get-srsran-row .content-wrapper .right-col .get-source-card .source-section:after {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  background-image: url(../images/link-arrow-dark.svg);
  background-size: 2rem;
  background-position: center center;
  margin-left: 0.5rem;
}
.download-page .get-srsran-row .content-wrapper .right-col .get-source-card .source-section .img-wrapper {
  width: 50px;
  height: 50px;
}
.download-page .get-srsran-row .content-wrapper .right-col .get-source-card .source-section svg {
  width: 50px;
  height: 50px;
}
.download-page .get-srsran-row .content-wrapper .right-col .get-source-card .source-section .text-wrapper {
  margin-left: 2rem;
  font-size: 0.9rem;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.download-page .get-srsran-row .content-wrapper .right-col .get-source-card .source-section .text-wrapper h4 {
  font-size: 1.1rem;
}
.download-page .get-srsran-row .content-wrapper .right-col .get-source-card .source-section:hover {
  background: rgba(0, 0, 0, 0.04);
}
.download-page .diagram-row {
  background: radial-gradient(567.55px at 41.26% 48.51%, #134169 0%, #02314b 100%);
  color: white;
}
.download-page .diagram-row .mobile {
  display: none;
}
.download-page .diagram-row img {
  width: 100%;
}
.download-page .get-stuck-row h3 .additional-text {
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
}
.download-page .get-stuck-row .developing-cards-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.download-page .get-stuck-row .developing-cards-wrapper .developing-card {
  flex-basis: 25%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.download-page .get-stuck-row .developing-cards-wrapper .developing-card:after {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  background-image: url(../images/link-arrow-dark.svg);
  background-size: 2rem;
  background-position: center center;
  margin-left: 0.5rem;
}
.download-page .get-stuck-row .developing-cards-wrapper .developing-card h4 {
  font-size: 1rem;
  margin-left: 1rem;
  color: #00b2e3;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.download-page .get-stuck-row .developing-cards-wrapper .developing-card ~ .developing-card {
  margin-left: 1rem;
}
.download-page .get-stuck-row .developing-cards-wrapper .developing-card .img-wrapper {
  width: 50px;
  height: 50px;
}
.download-page .get-stuck-row .developing-cards-wrapper .developing-card svg {
  width: 50px;
  height: 50px;
}

@media (max-width: 910px) {
  .download-page .get-stuck-row .content-wrapper .developing-cards-wrapper {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin: -0.5rem;
  }
  .download-page .get-stuck-row .content-wrapper .developing-cards-wrapper .developing-card {
    flex-basis: 20%;
    margin: 0.5rem;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
}
@media (max-width: 768px) {
  .download-page .get-srsran-row .content-wrapper {
    flex-wrap: wrap;
  }
  .download-page .get-srsran-row .content-wrapper .left-col,
  .download-page .get-srsran-row .content-wrapper .right-col {
    flex-basis: 80%;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
  .download-page .get-srsran-row .content-wrapper .right-col {
    margin-top: 3rem;
  }
  .download-page .diagram-row .desktop {
    display: none;
  }
  .download-page .diagram-row .mobile {
    display: block;
    max-width: 420px;
    margin: 4rem auto;
  }
}
@media (max-width: 480px) {
  .download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card .img-wrapper {
    width: 100%;
    height: 100%;
  }
  .download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card svg {
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }
  .download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card .text-wrapper {
    margin-left: 0;
    margin-top: 2rem;
    position: relative;
    padding-right: 2.5rem;
  }
  .download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card .text-wrapper:after {
    content: "";
    display: inline-block;
    height: 2rem;
    width: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    background-image: url(../images/link-arrow-dark.svg);
    background-size: 2rem;
    background-position: center center;
    margin-left: 0.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card:after {
    display: none;
  }
}
.download-page .get-srsran-row {
  background: rgb(245.1, 245.1, 245.1);
}
.download-page .get-srsran-row .content-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.download-page .get-srsran-row .content-wrapper h4 {
  color: #1a283d;
}
.download-page .get-srsran-row .content-wrapper .left-col, .download-page .get-srsran-row .content-wrapper .right-col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.download-page .get-srsran-row .content-wrapper .left-col {
  flex-basis: 60%;
}
.download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  flex-grow: 1;
  color: #00b2e3;
}
.download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card:after {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  background-image: url(../images/link-arrow-dark.svg);
  background-size: 2rem;
  background-position: center center;
  margin-left: 2rem;
}
.download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card .img-wrapper {
  width: 160px;
  height: 160px;
}
.download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card svg {
  width: 160px;
  height: 160px;
}
.download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card .text-wrapper {
  margin-left: 3rem;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.download-page .get-srsran-row .content-wrapper .right-col {
  flex-basis: 37%;
}
.download-page .get-srsran-row .content-wrapper .right-col .get-source-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0;
  color: #00b2e3;
}
.download-page .get-srsran-row .content-wrapper .right-col .get-source-card .source-section {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-decoration: none;
  color: inherit;
  padding: 1rem;
  -webkit-box-align: center;
  align-items: center;
}
.download-page .get-srsran-row .content-wrapper .right-col .get-source-card .source-section ~ .source-section {
  border-top: 1px solid #d2d2d2;
}
.download-page .get-srsran-row .content-wrapper .right-col .get-source-card .source-section:after {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  background-image: url(../images/link-arrow-dark.svg);
  background-size: 2rem;
  background-position: center center;
  margin-left: 0.5rem;
}
.download-page .get-srsran-row .content-wrapper .right-col .get-source-card .source-section .img-wrapper {
  width: 50px;
  height: 50px;
}
.download-page .get-srsran-row .content-wrapper .right-col .get-source-card .source-section svg {
  width: 50px;
  height: 50px;
}
.download-page .get-srsran-row .content-wrapper .right-col .get-source-card .source-section .text-wrapper {
  margin-left: 2rem;
  font-size: 0.9rem;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.download-page .get-srsran-row .content-wrapper .right-col .get-source-card .source-section .text-wrapper h4 {
  font-size: 1.1rem;
}
.download-page .get-srsran-row .content-wrapper .right-col .get-source-card .source-section:hover {
  background: rgba(0, 0, 0, 0.04);
}
.download-page .get-stuck-row h3 .additional-text {
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
}
.download-page .get-stuck-row .developing-cards-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.download-page .get-stuck-row .developing-cards-wrapper .developing-card {
  flex-basis: 25%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.download-page .get-stuck-row .developing-cards-wrapper .developing-card:after {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  background-image: url(../images/link-arrow-dark.svg);
  background-size: 2rem;
  background-position: center center;
  margin-left: 0.5rem;
}
.download-page .get-stuck-row .developing-cards-wrapper .developing-card h4 {
  font-size: 1rem;
  margin-left: 1rem;
  color: #00b2e3;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.download-page .get-stuck-row .developing-cards-wrapper .developing-card ~ .developing-card {
  margin-left: 1rem;
}
.download-page .get-stuck-row .developing-cards-wrapper .developing-card .img-wrapper {
  width: 50px;
  height: 50px;
}
.download-page .get-stuck-row .developing-cards-wrapper .developing-card svg {
  width: 50px;
  height: 50px;
}

@media (max-width: 910px) {
  .download-page .get-stuck-row .content-wrapper .developing-cards-wrapper {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin: -0.5rem;
  }
  .download-page .get-stuck-row .content-wrapper .developing-cards-wrapper .developing-card {
    flex-basis: 20%;
    margin: 0.5rem;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
}
@media (max-width: 768px) {
  .download-page .get-srsran-row .content-wrapper {
    flex-wrap: wrap;
  }
  .download-page .get-srsran-row .content-wrapper .left-col, .download-page .get-srsran-row .content-wrapper .right-col {
    flex-basis: 80%;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
  .download-page .get-srsran-row .content-wrapper .right-col {
    margin-top: 3rem;
  }
}
@media (max-width: 480px) {
  .download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card .img-wrapper {
    width: 100%;
    height: 100%;
  }
  .download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card svg {
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }
  .download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card .text-wrapper {
    margin-left: 0;
    margin-top: 2rem;
    position: relative;
    padding-right: 2.5rem;
  }
  .download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card .text-wrapper:after {
    content: "";
    display: inline-block;
    height: 2rem;
    width: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    background-image: url(../images/link-arrow-dark.svg);
    background-size: 2rem;
    background-position: center center;
    margin-left: 0.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .download-page .get-srsran-row .content-wrapper .left-col .get-srsran-card:after {
    display: none;
  }
}
.performance-page .circle {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  display: inline-block;
  margin-right: 0.25rem;
}
.performance-page .circle.large {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.performance-page .circle.pass {
  background-color: #07e8cb;
}
.performance-page .circle.fail {
  background-color: #f57a7a;
}
.performance-page .intro-row {
  background: white;
  padding: 0 4rem;
  position: relative;
  max-width: 1312px;
  margin: 0 auto;
}
.performance-page .intro-row .intro-content {
  position: absolute;
  top: -10rem;
  right: 4rem;
  background: white;
  max-width: 560px;
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  border-radius: 5px;
  z-index: 3;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
.performance-page .stats-row {
  background: rgba(0, 0, 0, 0.05);
}
.performance-page .stats-row h3 {
  margin-bottom: 2rem;
}
.performance-page .stats-row .content-wrapper .stats-wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
.performance-page .stats-row .content-wrapper .stats-wrapper .total-item {
  flex-basis: 10%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-align: center;
  background: white;
  margin: 0.5rem;
  padding: 1rem 1rem 1.5rem;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
.performance-page .stats-row .content-wrapper .stats-wrapper .total-item .data {
  font-size: 3rem;
  color: #1a283d;
  font-weight: 300;
  margin-bottom: 0.25rem;
}
.performance-page .stats-row .content-wrapper .stats-wrapper .total-item .label {
  text-transform: uppercase;
  font-size: 0.8rem;
}
.performance-page .stats-row .content-wrapper .stats-wrapper .total-item.final-status .data {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.performance-page .tests-row .filter-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0.5rem 0;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-top: -1.5rem;
}
.performance-page .tests-row .filter-wrapper .main-title {
  padding-right: 2rem;
  padding-left: 0.5rem;
  font-weight: 500;
  font-size: 1.1rem;
}
.performance-page .tests-row .filter-wrapper .filter-unit {
  padding-right: 2rem;
}
.performance-page .tests-row .filter-wrapper .filter-unit .label {
  margin-right: 0.25rem;
}
.performance-page .tests-row .filter-wrapper .filter-unit select {
  min-width: 100px;
}
.performance-page .tests-row .test-wrapper {
  margin-bottom: 2rem;
  padding: 1.5rem 1rem 1rem;
  position: relative;
}
.performance-page .tests-row .test-wrapper .test-heading {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}
.performance-page .tests-row .test-wrapper .test-heading:before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/icn_show_more.svg);
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
}
.performance-page .tests-row .test-wrapper .test-heading a {
  font-size: 1rem;
  margin-left: 1rem;
}
.performance-page .tests-row .test-wrapper .test-content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.performance-page .tests-row .test-wrapper.expanded .test-heading {
  margin-bottom: 1.5rem;
}
.performance-page .tests-row .test-wrapper.expanded .test-heading:before {
  background-image: url(../images/icn_show_less.svg);
}
.performance-page .tests-row .test-wrapper.expanded .test-content {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.performance-page .tests-row .test-wrapper .test-summary {
  padding: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  border-radius: 5px;
}
.performance-page .tests-row .test-wrapper .test-summary.pass {
  background-color: #eaf8f5;
}
.performance-page .tests-row .test-wrapper .test-summary.fail {
  background-color: #fee8e8;
}
.performance-page .tests-row .test-wrapper .test-summary .summary-item {
  font-size: 1rem;
  color: #1a283d;
}
.performance-page .tests-row .test-wrapper .test-summary .summary-item h5 {
  margin-bottom: 0.25rem;
  font-size: 0.8rem;
  color: #758592;
}
.performance-page .tests-row .test-wrapper .test-table {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.035);
  width: 100%;
  border-radius: 5px;
  padding: 0.5rem;
  font-size: 0.9rem;
}
.performance-page .tests-row .test-wrapper .test-table th {
  font-weight: 400;
  color: #1a283d;
}
.performance-page .tests-row .test-wrapper .test-table th:after {
  content: "";
  display: block;
  height: 2px;
  width: 1rem;
  background: #00b2e3;
  margin-top: 0.5rem;
}
.performance-page .tests-row .test-wrapper .test-table th, .performance-page .tests-row .test-wrapper .test-table td {
  padding: 0.75rem;
}
.performance-page .tests-row .test-wrapper .test-table th.result, .performance-page .tests-row .test-wrapper .test-table td.result {
  width: 280px;
}
.performance-page .tests-row .test-wrapper .test-table th.result pre, .performance-page .tests-row .test-wrapper .test-table td.result pre {
  overflow: auto;
  width: 280px;
  max-height: 200px;
  margin: 0 2rem 0 0;
  background: rgba(0, 0, 0, 0.025);
  padding: 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
}
.performance-page .tests-row .mobile-hideout {
  display: none;
}

@media (max-width: 1024px) {
  .performance-page .intro-row .intro-content {
    max-width: 460px;
  }
  .performance-page .stats-row .content-wrapper .total-item {
    margin: 2rem;
  }
  .performance-page .tests-row {
    padding: 4rem 2rem;
  }
  .performance-page .tests-row .test-wrapper .test-table {
    font-size: 0.8rem;
  }
}
@media (max-width: 910px) {
  .performance-page .intro-row {
    background: white;
    padding: 2rem;
  }
  .performance-page .intro-row .intro-content {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    position: static;
    box-shadow: none;
  }
  .performance-page .tests-row .desktop-hideout {
    display: none;
  }
  .performance-page .tests-row .mobile-hideout {
    display: block;
  }
  .performance-page .tests-row .test-wrapper-mobile {
    margin-bottom: 2rem;
    padding: 1.5rem 1rem 1rem;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-heading {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    font-weight: 300;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    cursor: pointer;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-heading:after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../images/icn_show_more.svg);
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
    min-width: 25px;
    min-width: 25px;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-heading a {
    font-size: 1rem;
    margin-left: 1rem;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-content {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
  }
  .performance-page .tests-row .test-wrapper-mobile.expanded .test-heading {
    margin-bottom: 1rem;
  }
  .performance-page .tests-row .test-wrapper-mobile.expanded .test-heading:after {
    background-image: url(../images/icn_show_less.svg);
  }
  .performance-page .tests-row .test-wrapper-mobile.expanded .test-content {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-summary {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    margin-bottom: 0.5rem;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-summary.pass {
    background-color: #eaf8f5;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-summary.fail {
    background-color: #fee8e8;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-summary .summary-item {
    font-size: 1rem;
    color: #1a283d;
    padding: 1rem;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-summary .summary-item h5 {
    margin-bottom: 0.25rem;
    font-size: 0.8rem;
    color: #758592;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-entry {
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-entry ~ .test-entry {
    margin-top: 0.5rem;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-entry > div {
    padding: 1rem;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-entry > div.result {
    flex-basis: 100%;
    width: 100%;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-entry > div.result pre {
    overflow: auto;
    max-height: 250px;
    margin: 0;
    background: rgba(0, 0, 0, 0.025);
    padding: 0.5rem;
    border-radius: 5px;
    display: block;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-entry > div h5 {
    font-weight: 400;
    color: #1a283d;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-entry > div h5:after {
    content: "";
    display: block;
    height: 2px;
    width: 1rem;
    background: #00b2e3;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .performance-page .tests-row .filter-wrapper .main-title {
    flex-basis: 100%;
    margin-bottom: 0.5rem;
  }
  .performance-page .tests-row .filter-wrapper .filter-unit {
    margin-left: 0.5rem;
    flex-basis: 20%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-right: 0.5rem;
    font-size: 0.9rem;
  }
  .performance-page .tests-row .filter-wrapper .filter-unit ~ .filter-unit {
    margin-left: 0;
  }
  .performance-page .tests-row .filter-wrapper .filter-unit select {
    width: 100%;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .performance-page .stats-row .content-wrapper .total-item {
    margin: 1rem;
  }
  .performance-page .tests-row {
    padding: 4rem 1rem;
  }
  .performance-page .tests-row .filter-wrapper .filter-unit {
    flex-basis: 100%;
    margin: 0.25rem 0.5rem;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .performance-page .tests-row .filter-wrapper .filter-unit span {
    flex-basis: 100%;
    margin-bottom: 0.25rem;
  }
  .performance-page .tests-row .filter-wrapper .filter-unit ~ .filter-unit {
    margin: 0.25rem 0.5rem;
  }
  .performance-page .tests-row .filter-wrapper .filter-unit select {
    width: 100%;
  }
  .performance-page .tests-row .test-wrapper-mobile {
    margin-bottom: 1rem;
    padding: 1rem 0.75rem 0.75rem;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-heading {
    font-size: 1rem;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-summary {
    padding: 0;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-summary .summary-item {
    padding: 0.75rem;
    font-size: 0.9rem;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-entry {
    font-size: 0.9rem;
    padding: 0;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-entry > div {
    padding: 0.75rem;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-entry > div.result pre {
    font-size: 0.8rem;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-entry > div.testcase {
    flex-basis: 100%;
  }
  .performance-page .tests-row .test-wrapper-mobile .test-entry > div h5:after {
    margin-bottom: 0.5rem;
  }
}
.home-page .benefits-row {
  background: #00b2e3;
  color: white;
  text-align: center;
  padding-bottom: 2rem;
}
.home-page .benefits-row .content-wrapper {
  display: -webkit-box;
  display: flex;
}
.home-page .benefits-row .content-wrapper .item-wrapper {
  flex-basis: 20%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin: 2rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-top: -9rem;
  z-index: 4;
}
.home-page .benefits-row .content-wrapper .item-wrapper .icon-wrapper {
  width: 9rem;
  height: 9rem;
  background: white;
  border-radius: 9rem;
  margin: 0 auto 1.5rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.home-page .benefits-row .content-wrapper .item-wrapper .icon-wrapper svg {
  width: 100%;
  height: 100%;
}
.home-page .benefits-row .content-wrapper .item-wrapper .item-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 auto;
  font-weight: 500;
}
.home-page .trusted-row {
  text-align: center;
}
.home-page .trusted-row h3 {
  margin-bottom: 2rem;
}
.home-page .trusted-row .swiper-container {
  position: relative;
  background: white;
}
.home-page .trusted-row .swiper-container:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.06);
  z-index: 5;
}
.home-page .trusted-row .swiper-container .swiper-button-next,
.home-page .trusted-row .swiper-container .swiper-button-prev {
  z-index: 8;
}
.home-page .trusted-row .swiper-container .swiper-button-next {
  background-image: url(../images/slider-arrow-right.svg);
}
.home-page .trusted-row .swiper-container .swiper-button-prev {
  background-image: url(../images/slider-arrow-left.svg);
}
.home-page .trusted-row .logos-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.home-page .trusted-row .logos-wrapper .image-wrapper {
  margin: 1.5rem 2.5rem;
  flex-basis: 140px;
}
.home-page .trusted-row .logos-wrapper .image-wrapper img {
  width: 100%;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .home-page .benefits-row .content-wrapper .item-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .home-page .benefits-row .content-wrapper .item-wrapper .item-text {
    font-size: 0.9rem;
  }
}
@media (max-width: 910px) {
  .home-page .benefits-row .content-wrapper .item-wrapper {
    margin-top: -6rem;
  }
  .home-page .benefits-row .content-wrapper .item-wrapper .icon-wrapper {
    width: 8rem;
    height: 8rem;
  }
}
@media (max-width: 768px) {
  .home-page .benefits-row .content-wrapper {
    flex-wrap: wrap;
    margin-top: -6rem;
  }
  .home-page .benefits-row .content-wrapper .item-wrapper {
    flex-basis: 40%;
    margin-bottom: 2rem;
    margin-top: 0;
  }
  .home-page .benefits-row .content-wrapper .item-wrapper .icon-wrapper {
    width: 8rem;
    height: 8rem;
  }
  .home-page .trusted-row .logos-wrapper .image-wrapper {
    flex-basis: 100px;
  }
}
@media (max-width: 480px) {
  .home-page .benefits-row .content-wrapper {
    flex-wrap: wrap;
    margin-top: -6rem;
  }
  .home-page .benefits-row .content-wrapper .item-wrapper {
    flex-basis: 80%;
    margin-bottom: 2rem;
    margin-top: 0;
  }
  .home-page .benefits-row .content-wrapper .item-wrapper .icon-wrapper {
    width: 8rem;
    height: 8rem;
  }
  .home-page .trusted-row .logos-wrapper .image-wrapper {
    flex-basis: 80px;
  }
}
.post-body .name-change-topbar {
  display: none;
}
.post-body header.has-topbar {
  margin-top: 0;
}

.post-page .post-heading-row {
  text-align: center;
  padding: 8rem 2rem 3rem;
  color: white;
  background-image: url(../images/hero-image.png);
  background-size: cover;
  background-position: center center;
  background-color: #1a283d;
  position: relative;
}
.post-page .post-heading-row h2 {
  position: relative;
  z-index: 3;
}
.post-page .post-heading-row:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.post-page .main-content {
  max-width: 680px;
  margin: 2rem auto 0;
  background: white;
  padding: 3rem;
  color: #222222;
  border-radius: 5px;
  top: -3.5rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
  line-height: 1.4;
}
.post-page .main-content img {
  width: 100%;
  border-radius: 5px;
  margin-top: -0.5rem;
}
.post-page .main-content .post-data {
  font-size: 13px;
  color: #758592;
  margin-bottom: 1.5rem;
}
.post-page .main-content ul {
  list-style-type: disc;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.post-page .main-content ul li ~ li {
  margin-top: 0.35rem;
}
@media (max-width: 520px) {
  .post-page .main-content {
    padding: 1rem;
  }
  .post-page .main-content img {
    margin-top: 0;
  }
}

.events-page .events-cards .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.events-page .events-cards .content-wrapper .event-card {
  display: flex;
  flex-direction: column;
  flex-basis: 415px;
  min-height: 384px;
  padding: 0;
  overflow: hidden;
}
.events-page .events-cards .content-wrapper .event-card .image-wrapper {
  width: 100%;
  height: 170px;
  position: relative;
  background-color: #d2d2d2;
  margin-bottom: 0.25rem;
}
.events-page .events-cards .content-wrapper .event-card .image-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events-page .events-cards .content-wrapper .event-card .image-wrapper .open-registration-tag {
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
}
.events-page .events-cards .content-wrapper .event-card .card-content {
  padding: 1.5rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  gap: 0.75rem;
}
.events-page .events-cards .content-wrapper .event-card .card-content .card-row {
  gap: 0.75rem;
  display: flex;
  flex-direction: column;
}
.events-page .events-cards .content-wrapper .event-card .card-content .card-row h4 {
  font-size: 18px;
  color: #1a283d;
  font-weight: 600;
}
.events-page .events-cards .content-wrapper .event-card .card-content .card-row p {
  font-size: 14px;
  color: #5a5a5a;
  margin: 0;
}
.events-page .events-cards .content-wrapper .event-card .card-content .card-row .date {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
}
.events-page .events-cards .content-wrapper .event-card .card-content .card-row .location {
  font-size: 14px;
  color: #5a5a5a;
}
.events-page .events-cards .content-wrapper .event-card .card-content .card-row ~ .card-row:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
  margin: 0.5rem 0;
}

.single-event-hero .location-card {
  display: flex;
  flex-direction: column;
  max-width: 526px;
  margin-left: auto;
  margin-bottom: -240px;
  padding: 14px;
  gap: 2rem;
}
.single-event-hero .location-card .location-img-wrapper {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 176px;
}
.single-event-hero .location-card .location-img-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-event-hero .location-card .location-content {
  display: flex;
  gap: 1rem;
  color: #1a283d;
}
.single-event-hero .location-card .location-content .text-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.single-event-hero .location-card .location-content .text-col h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.single-event-hero .location-card .location-content .text-col .location-address {
  flex-grow: 1;
  font-size: 1rem;
}
.single-event-hero .location-card .location-content .text-col .open-registration-tag {
  justify-self: flex-end;
  width: max-content;
  text-decoration: none;
}
.single-event-hero .location-card .location-content .text-col .open-registration-tag.closed {
  background-color: #969696;
}
.single-event-hero .location-card .location-content .maps-embbed {
  margin-left: auto;
}
@media (max-width: 440px) {
  .single-event-hero .location-card .location-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .single-event-hero .location-card .location-content .open-registration-tag,
  .single-event-hero .location-card .location-content .maps-embbed {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .single-event-hero .location-card {
    width: 100%;
    max-width: calc(100% - 2rem);
  }
}

.single-event-page {
  background-color: #f5f5f5;
}
.single-event-page .intro-row {
  padding-left: 4rem;
  padding-bottom: 8rem;
}
@media (max-width: 1440px) {
  .single-event-page .intro-row {
    padding-left: 2rem;
  }
}
.single-event-page .intro-row .intro-text {
  border-left: 4px solid #d2d2d2;
  padding: 0.5rem 0rem 0.5rem 1.5rem;
  max-width: 600px;
  width: calc(100% - 600px);
}
@media (max-width: 1020px) {
  .single-event-page .intro-row .intro-text {
    width: calc(100% - 500px);
  }
}
@media (max-width: 768px) {
  .single-event-page .intro-row .intro-text {
    width: calc(100% - 2rem);
    margin-top: 12rem;
  }
}
.single-event-page .program-row {
  background-color: rgba(187, 206, 225, 0.15);
  padding-bottom: calc(120px + 4rem);
}
.single-event-page .program-row h3 {
  margin-bottom: 2rem;
}
.single-event-page .program-row .tables-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.single-event-page .program-row .tables-container .single-table-wrapper .day-pre {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #758592;
  margin-bottom: 0.5rem;
}
.single-event-page .program-row .tables-container .single-table-wrapper h4 {
  font-size: 28px;
  margin-bottom: 1.5rem;
  color: #1a283d;
}
@media (max-width: 620px) {
  .single-event-page .program-row .tables-container .single-table-wrapper h4 {
    font-size: 1.25rem;
  }
}
.single-event-page .program-row .tables-container .single-table-wrapper .activities-wrapper .activity-row {
  display: flex;
  align-items: center;
}
.single-event-page .program-row .tables-container .single-table-wrapper .activities-wrapper .activity-row:nth-child(odd) {
  background-color: rgba(0, 178, 227, 0.08);
}
.single-event-page .program-row .tables-container .single-table-wrapper .activities-wrapper .activity-row .program-cell {
  padding: 1.5rem 14px;
}
.single-event-page .program-row .tables-container .single-table-wrapper .activities-wrapper .activity-row .program-cell p {
  margin: 0;
}
.single-event-page .program-row .tables-container .single-table-wrapper .activities-wrapper .activity-row .program-cell p ~ p {
  margin-top: 0.25rem;
}
.single-event-page .program-row .tables-container .single-table-wrapper .activities-wrapper .activity-row .time-col {
  flex-basis: 160px;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1a283d;
}
.single-event-page .program-row .tables-container .single-table-wrapper .activities-wrapper .activity-row .activity-col {
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 300;
  color: #5a5a5a;
  text-align: left;
}
@media (max-width: 620px) {
  .single-event-page .program-row .tables-container .single-table-wrapper .activities-wrapper .activity-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-event-page .program-row .tables-container .single-table-wrapper .activities-wrapper .activity-row .time-col {
    flex-basis: auto;
    padding-bottom: 0;
  }
  .single-event-page .program-row .tables-container .single-table-wrapper .activities-wrapper .activity-row .activity-col {
    text-align: left;
    padding-top: 0.5rem;
  }
}
.single-event-page .registration-row {
  background-color: white;
  padding: 4rem 2rem;
}
.single-event-page .registration-row .registration-card {
  margin-top: -120px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  padding-right: 0;
}
.single-event-page .registration-row .registration-card .left-col {
  flex-basis: 0;
  flex-grow: 1;
}
.single-event-page .registration-row .registration-card .right-col {
  flex-basis: 480px;
  max-width: 500px;
  flex-grow: 1;
  margin-right: -1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.single-event-page .registration-row .registration-card .right-col .register-cta-btn {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 0.75rem;
  text-decoration: none;
  color: white;
  background-color: #1a283d;
  padding: 1.5rem 6rem 1.5rem 2rem;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease-in-out all;
}
.single-event-page .registration-row .registration-card .right-col .register-cta-btn:hover {
  margin-top: -0.25rem;
  margin-bottom: 0.25rem;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
}
.single-event-page .registration-row .registration-card .right-col .register-cta-btn h4, .single-event-page .registration-row .registration-card .right-col .register-cta-btn .sub-text {
  max-width: 320px;
}
.single-event-page .registration-row .registration-card .right-col .register-cta-btn h4 {
  font-size: 18px;
  font-weight: 600;
}
.single-event-page .registration-row .registration-card .right-col .register-cta-btn .sub-text {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
}
.single-event-page .registration-row .registration-card .right-col .register-cta-btn:after {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  background-image: url(../images/link-arrow.svg);
  background-size: 2rem;
  background-position: center center;
  margin-left: 0.75rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.single-event-page .registration-row .registration-card .right-col .register-cta-btn.closed {
  background-color: #5a5a5a;
}
.single-event-page .registration-row .registration-card .right-col .register-cta-btn.closed:hover {
  margin-top: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.single-event-page .registration-row .registration-card .right-col .register-cta-btn.closed:after {
  opacity: 0.4;
}
.single-event-page .registration-row .registration-card .right-col .details {
  padding-left: 2rem;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
}
.single-event-page .registration-row .registration-card .right-col .details .location-name {
  font-weight: 600;
}
.single-event-page .registration-row .registration-card .right-col .details .date {
  font-weight: 300;
}
@media (max-width: 920px) {
  .single-event-page .registration-row .registration-card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 2rem;
  }
  .single-event-page .registration-row .registration-card .right-col {
    margin-right: 0;
    flex-basis: auto;
  }
}
@media (max-width: 460px) {
  .single-event-page .registration-row .registration-card .right-col {
    margin: 0 -3rem;
  }
  .single-event-page .registration-row .registration-card .right-col .register-cta-btn h4 {
    font-size: 1rem;
  }
}
.single-event-page .venue-row {
  background-color: white;
  padding-top: 0;
}
.single-event-page .venue-row .venue-details {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
.single-event-page .venue-row .venue-details .left-col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 520px;
  max-width: 640px;
  padding-left: 1rem;
  padding-top: 1rem;
}
.single-event-page .venue-row .venue-details .right-col {
  flex-basis: 30%;
  min-width: 240px;
  max-width: 520px;
  flex-grow: 1;
}
.single-event-page .venue-row .venue-details .right-col img {
  width: 100%;
  height: 240px;
  border-radius: 5px;
  overflow: hidden;
  object-fit: cover;
}
@media (max-width: 768px) {
  .single-event-page .venue-row .venue-details .left-col, .single-event-page .venue-row .venue-details .right-col {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
.single-event-page .video-row {
  background-color: #f5f5f5;
}
.single-event-page .video-row .recordings-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  padding-top: 1rem;
}
.single-event-page .video-row .recordings-wrapper .recording-card {
  flex-basis: 40%;
  flex-grow: 1;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-event-page .video-row .recordings-wrapper .recording-card h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.single-event-page .video-row .recordings-wrapper .recording-card .speaker {
  font-size: 1rem;
  color: #5a5a5a;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.single-event-page .video-row .recordings-wrapper .recording-card .slidesLink {
  display: inline-block;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .single-event-page .video-row .recordings-wrapper .recording-card {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.single-event-page .gallery-row {
  background-color: rgba(187, 206, 225, 0.15);
}
.single-event-page .gallery-row .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding-top: 1rem;
}
.single-event-page .gallery-row .images-wrapper img {
  flex-basis: 30%;
  flex-grow: 1;
  max-width: 33%;
  border-radius: 5px;
  overflow: hidden;
  object-fit: cover;
  height: 200px;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.single-event-page .gallery-row .images-wrapper img:hover {
  opacity: 0.8;
}
@media (max-width: 920px) {
  .single-event-page .gallery-row .images-wrapper img {
    flex-basis: 48%;
    max-width: 48%;
  }
}
@media (max-width: 460px) {
  .single-event-page .gallery-row .images-wrapper img {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.single-event-outer-wrapper .link-blocks {
  border-top: 2px solid #f0f0f0;
}

.open-registration-tag {
  background-color: #3C5670;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.5rem;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
}

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