@charset "UTF-8";
/*
Theme Name: Spectra 2025
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
.clear {
  clear: both;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
div {
  position: relative;
  box-sizing: border-box;
}
a[href^="tel"] {
  color: inherit !important;
  text-decoration: none !important;
}
/* ##### COLORS ##### */
/* ##### FONTS ##### */
/* ##### SCREEN SIZES ##### */
/* ##### UTILITY VARIABLES ##### */
/* ##### DEFAULT TEXT STYLES ##### */
h1 {
  font-size: 34px;
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 900px) {
  h1 {
    font-size: 30px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 650px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 30px;
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 900px) {
  h2 {
    font-size: 28px;
    line-height: 120%;
  }
}
h3 {
  font-size: 24px;
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  font-family: "Orbitron", sans-serif;
}
@media only screen and (max-width: 1105px) {
  h4 {
    font-size: 20px;
    line-height: 1.1em;
  }
}
h5 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: normal;
}
@media only screen and (max-width: 1105px) {
  h5 {
    font-size: 22px;
    line-height: 1.1em;
  }
}
h6 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Orbitron", sans-serif;
  line-height: normal;
  color: #000;
}
@media only screen and (max-width: 1105px) {
  h6 {
    font-size: 18px;
    line-height: 1.1em;
  }
}
em {
  font-style: italic;
}
* {
  box-sizing: border-box;
}
/* #####LIST STYLES ##### */
/* This file contains reasonable resets, basic page styles, and reusable/utility  classes that are used in many places throughout the site */
*:focus {
  outline: none;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #080c3a;
  overflow-x: hidden;
}
a {
  color: #674af9;
}
a:hover {
  color: #4f80ff;
}
p {
  line-height: 150%;
  margin: 0 0 1.5em 0;
}
img {
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bg-image.left {
  object-position: left;
}
.bg-image.right {
  object-position: right;
}
div.alignleft, img.alignleft {
  display: block;
}
@media only screen and (min-width: 900px) {
  div.alignleft, img.alignleft {
    float: left;
    margin: 0 30px 35px 0;
  }
}
@media only screen and (max-width: 650px) {
  div.alignleft, img.alignleft {
    width: 100%;
  }
}
div.alignright, img.alignright {
  display: block;
}
@media only screen and (min-width: 900px) {
  div.alignright, img.alignright {
    float: right;
    margin: 0 0 35px 30px;
  }
}
strong, b {
  font-weight: 700;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
#page {
  z-index: 2;
  background: #fff;
  padding-top: 100px;
}
@media only screen and (max-width: 650px) {
  #page {
    /*overflow: hidden; */
    padding-top: 60px;
  }
}
@media only screen and (max-width: 450px) {
  #page {
    margin-bottom: 0 !important;
  }
}
#content {
  overflow-x: clip;
}
#content > h1 {
  display: block;
  max-width: 1200px;
  margin: 40px auto;
}
#content > .message_karma_coolblue {
  background: rgba(103, 74, 249, 0.2);
  padding: 8px;
  margin: 0 auto 20px auto;
  font-size: 13px;
  max-width: 1200px;
  border-radius: 5px;
}
#content > .message_karma_coolblue p {
  font-size: 15px !important;
}
#content > .message_karma_coolblue p:last-child {
  margin-bottom: 0;
}
/* Legacy Flex column adaptations */
.legacy-flex {
  gap: 100px;
}
.legacy-flex .flex-col {
  flex: 1;
}
.legacy-flex .flex-col.two-thirds {
  flex-basis: calc(50% - 100px);
}
.flex {
  display: flex;
}
.flexwrap {
  flex-wrap: wrap;
}
.flexcenter {
  align-items: center;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 1304px) {
  .container {
    margin: 0 32px;
  }
}
.container-wide {
  width: 100%;
  padding: 0 48px;
}
@media only screen and (max-width: 1304px) {
  .container-wide {
    padding: 0 32px;
  }
}
.button {
  display: inline-block;
  font-family: "Orbitron", sans-serif;
  background: #080c3a;
  color: #ffffff;
  padding: 12px 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  border-radius: 7px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
  border: none;
}
.button:hover {
  background: #674af9;
  color: #000;
}
.button.purple {
  background: #674af9;
}
.button.blue {
  background: #4f80ff;
}
.button.teal {
  background: #23d7dc;
  color: #080c3a;
}
.button.teal:hover {
  color: #ffffff;
}
.button.smaller {
  font-size: 14px;
  padding: 12px 25px;
}
.button.smaller:hover {
  color: #ffffff;
}
.module {
  padding: 70px 0;
  background: #ffffff;
}
@media only screen and (max-width: 900px) {
  .module {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 650px) {
  .module {
    padding: 32px 0;
  }
}
/* Responsively embed videos */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-inner, .mejs-layers {
  position: unset;
}
:target {
  scroll-margin-top: 0;
}
/* Old Icon List format */
ul.iconlist {
  list-style: none !important;
  line-height: 34px;
  margin: 35px 0 !important;
}
ul.iconlist li {
  line-height: 22px;
  padding-left: 60px;
  left: 55px;
  margin-bottom: 35px !important;
  max-width: calc(100% - 45px);
}
ul.iconlist li i.fa {
  position: absolute;
  font-size: 40px;
  color: #674af9;
  margin-right: 15px;
  width: 42px;
  text-align: center;
  margin-left: -50px;
}
@media only screen and (max-width: 650px) {
  ul.iconlist li i.fa {
    font-size: 32px;
  }
}
/* Legacy Tabset shortcode adaptation */
.legacy-tabs {
  margin-top: 1em;
}
.legacy-tabs .tab-headers {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
  display: flex;
  gap: 1em;
  border-bottom: 2px solid #080c3a;
}
.legacy-tabs .tab-headers li {
  cursor: pointer;
  padding: 0.5em 1em;
  border: 1px solid transparent;
}
.legacy-tabs .tab-headers li.active {
  border: 1px solid #080c3a;
  background: #080c3a;
  color: #ffffff;
  font-weight: bold;
}
.legacy-tabs .tab-bodies .tab-body {
  display: none;
}
.legacy-tabs .tab-bodies .tab-body ul {
  list-style-type: disc;
  margin: 0.5em 0 1.5em 25px;
  font-size: 16px;
  line-height: 150%;
}
.legacy-tabs .tab-bodies .tab-body ul > li {
  margin-bottom: 12px;
  padding-left: 11px;
  position: relative;
}
.legacy-tabs .tab-bodies .tab-body ul > li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: -11px;
}
.legacy-tabs .tab-bodies .tab-body ul > li ul {
  list-style-type: disc;
  margin-left: 5px;
}
.legacy-tabs .tab-bodies .tab-body ul > li ul li {
  font-weight: 400;
}
.legacy-tabs .tab-bodies .tab-body ol {
  list-style-type: decimal;
  margin: 0.5em 0 1.5em 25px;
  font-size: 16px;
  line-height: 150%;
}
.legacy-tabs .tab-bodies .tab-body ol li {
  margin-bottom: 12px;
}
.legacy-tabs .tab-bodies .tab-body ol li ol {
  list-style-type: lower-alpha;
}
.legacy-tabs .tab-bodies .tab-body ol li ol li {
  font-weight: 400;
}
.legacy-tabs .tab-bodies .tab-body .tablebrocade6505, .legacy-tabs .tab-bodies .tab-body .tableizer-table, .legacy-tabs .tab-bodies .tab-body .spectra-specs, .legacy-tabs .tab-bodies .tab-body .spectable {
  border: 1px solid #080c3a;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 3px;
  width: 100%;
  max-width: 900px;
  font-size: 16px;
}
.legacy-tabs .tab-bodies .tab-body .tablebrocade6505 td, .legacy-tabs .tab-bodies .tab-body .tableizer-table td, .legacy-tabs .tab-bodies .tab-body .spectra-specs td, .legacy-tabs .tab-bodies .tab-body .spectable td {
  border: 1px solid #080c3a;
  padding: 10px;
  vertical-align: top;
}
.legacy-tabs .tab-bodies .tab-body .tablebrocade6505 .tablebrocade6505Header, .legacy-tabs .tab-bodies .tab-body .tablebrocade6505 th, .legacy-tabs .tab-bodies .tab-body .tableizer-table .tablebrocade6505Header, .legacy-tabs .tab-bodies .tab-body .tableizer-table th, .legacy-tabs .tab-bodies .tab-body .spectra-specs .tablebrocade6505Header, .legacy-tabs .tab-bodies .tab-body .spectra-specs th, .legacy-tabs .tab-bodies .tab-body .spectable .tablebrocade6505Header, .legacy-tabs .tab-bodies .tab-body .spectable th {
  background-color: #080c3a;
  color: #ffffff;
  font-weight: 700;
  padding: 10px;
  line-height: 1em;
}
.legacy-tabs .tab-bodies .tab-body h6 {
  font-size: 16px;
}
.legacy-tabs .tab-bodies .tab-body.active {
  display: block;
}
/* Legacy Buttons */
.buttons {
  display: block;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 25px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  transition: background 0.3s ease-out;
}
.buttons.green {
  background: #674af9;
}
.buttons.green:hover {
  background: #080c3a;
  color: #ffffff;
}
.buttons.blue {
  background: #4f80ff;
}
.buttons.blue:hover {
  background: #27407f;
  color: #ffffff;
}
.buttons.grey {
  background: #e5e5e5;
  color: #000;
}
.buttons.grey:hover {
  background: #727272;
  color: #ffffff;
}
/* Legacy Maintenance Callout */
.maintenanceproductcallout {
  background: rgba(229, 229, 229, 0.3);
  border-radius: 15px;
  padding: 30px;
  margin: 30px auto 40px auto;
  cursor: pointer;
  max-width: 1200px;
}
.maintenanceproductcallout i.fa {
  float: left;
  font-size: 80px;
  color: #4f80ff;
  margin: 0 30px 5px 20px;
}
.maintenanceproductcallout p {
  margin: 0;
}
.wpgmza_map {
  max-width: 100%;
  float: none !important;
}
@media only screen and (max-width: 900px) {
  .wpgmza_map {
    max-width: calc(100% - 32px);
  }
}
body.page-template-page-product-template .product-two-column {
  padding: 40px 0;
  gap: 50px;
  align-items: flex-start;
}
body.page-template-page-product-template .product-two-column .product-description {
  flex-basis: 65%;
}
body.page-template-page-product-template .product-two-column .product-description .breadcrumb-title {
  margin-bottom: 30px;
}
body.page-template-page-product-template .product-two-column .product-description .breadcrumb-title .breadcrumb {
  letter-spacing: 5px;
  font-size: 13px;
}
body.page-template-page-product-template .product-two-column .product-description .breadcrumb-title .breadcrumb a {
  font-size: 14px;
  letter-spacing: initial;
  color: #080c3a;
  margin-bottom: 10px;
  top: -1px;
  position: relative;
  text-decoration: none;
}
body.page-template-page-product-template .product-two-column .product-description .breadcrumb-title .breadcrumb a:hover {
  text-decoration: underline;
}
body.page-template-page-product-template .product-two-column .product-description img {
  margin-bottom: 20px;
}
body.page-template-page-product-template .product-two-column .product-description .tab-bodies ul {
  list-style-type: disc;
  margin: 0.5em 0 1.5em 25px;
  font-size: 16px;
  line-height: 150%;
}
body.page-template-page-product-template .product-two-column .product-description .tab-bodies ul > li {
  margin-bottom: 12px;
  padding-left: 11px;
  position: relative;
}
body.page-template-page-product-template .product-two-column .product-description .tab-bodies ul > li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: -11px;
}
body.page-template-page-product-template .product-two-column .product-description .tab-bodies ul > li ul {
  list-style-type: disc;
  margin-left: 5px;
}
body.page-template-page-product-template .product-two-column .product-description .tab-bodies ul > li ul li {
  font-weight: 400;
}
body.page-template-page-product-template .product-two-column .product-description .tab-bodies ol {
  list-style-type: decimal;
  margin: 0.5em 0 1.5em 25px;
  font-size: 16px;
  line-height: 150%;
}
body.page-template-page-product-template .product-two-column .product-description .tab-bodies ol li {
  margin-bottom: 12px;
}
body.page-template-page-product-template .product-two-column .product-description .tab-bodies ol li ol {
  list-style-type: lower-alpha;
}
body.page-template-page-product-template .product-two-column .product-description .tab-bodies ol li ol li {
  font-weight: 400;
}
body.page-template-page-product-template .product-two-column .product-details {
  flex: 1;
  position: sticky;
  top: 50px;
  margin-top: 60px;
}
body.page-template-page-product-template .product-two-column .product-details h4 {
  margin-bottom: 10px;
}
body.page-template-page-product-template .product-two-column .product-details table {
  padding: 5px;
  font-size: 14px;
}
body.page-template-page-product-template .product-two-column .product-details table .label {
  text-align: right;
  padding-right: 5px;
}
body.page-template-page-product-template .product-two-column .product-details .product-buttons {
  margin-top: 30px;
}
body.page-template-page-product-template .product-two-column .product-details .buy-box {
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #080c3a;
  background: rgba(103, 74, 249, 0.05);
}
body.page-template-page-product-template .product-two-column .product-details .buy-box p {
  font-size: 14px;
}
body.page-template-page-product-template .product-two-column .product-details .buy-box .gform_wrapper.gravity-theme {
  font-size: 14px;
  line-height: 130%;
}
body.page-template-page-product-template .product-two-column .product-details .buy-box .gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px;
  margin-bottom: 0;
}
body.page-template-page-product-template .product-two-column .product-details .buy-box .gform_wrapper.gravity-theme .ginput_container input, body.page-template-page-product-template .product-two-column .product-details .buy-box .gform_wrapper.gravity-theme .ginput_container textarea {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #080c3a;
}
body.page-template-page-product-template .product-two-column .product-details .buy-box .gform_wrapper.gravity-theme .gform_button {
  border: none;
}
body.page-template-page-blog-overview .searchfilter {
  background: #e5e5e5;
  padding: 15px 0;
}
body.page-template-page-blog-overview .searchfilter .container.flex {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 650px) {
  body.page-template-page-blog-overview .searchfilter .container.flex {
    flex-wrap: wrap;
  }
}
body.page-template-page-blog-overview .searchfilter .container.flex .inlinefakemenus .fakedropdowntitle {
  position: relative;
  background: #fff;
  padding: 0 20px 2px 20px;
  display: block;
  margin-right: 10px;
  color: #333F48;
  font-size: 14px;
  font-weight: 400;
  line-height: 49px;
  letter-spacing: 0.1em;
  border-top: 1px solid #DBE2E9;
  border-bottom: 1px solid #DBE2E9;
  cursor: pointer;
}
body.page-template-page-blog-overview .searchfilter .container.flex .inlinefakemenus .fakedropdowntitle img.fakedropdownarrow {
  position: relative;
  margin-left: 15px;
  top: 3px;
}
body.page-template-page-blog-overview .searchfilter .container.flex .inlinefakemenus .fakedropdowntitle .fakedropdown {
  margin: 0;
  box-sizing: border-box;
  padding: 0 10px 5px 0;
  list-style: none;
  display: none;
  position: absolute;
  background: #fff;
  width: auto;
  min-width: 100%;
  left: 0px;
  z-index: 900;
  filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.3));
}
body.page-template-page-blog-overview .searchfilter .container.flex .inlinefakemenus .fakedropdowntitle .fakedropdown li {
  display: block;
  padding: 0;
  line-height: 1.2em;
}
body.page-template-page-blog-overview .searchfilter .container.flex .inlinefakemenus .fakedropdowntitle .fakedropdown li a {
  display: block;
  padding: 7px 10px 7px 20px;
  font-weight: 300;
  white-space: nowrap;
  color: #080c3a;
  text-decoration: none;
}
body.page-template-page-blog-overview .searchfilter .container.flex .inlinefakemenus .searchfilter {
  background: #fee9c0;
  padding: 15px 0;
}
body.page-template-page-blog-overview .searchfilter .container.flex .inlinefakemenus .searchfilter .col-md-4 {
  z-index: 1;
}
body.page-template-page-blog-overview .searchfilter .container.flex .inlinefakemenus .searchfilter .searchform {
  margin-top: 8px;
}
body.page-template-page-blog-overview .searchfilter .container.flex .inlinefakemenus .searchfilter input[type=text] {
  border: 1px solid #DBE2E9;
  padding: 5px;
  vertical-align: top;
  max-width: 300px;
}
body.page-template-page-blog-overview .searchfilter .container.flex .inlinefakemenus .searchfilter input[type=submit] {
  border: 2px solid #0d4a6c;
  color: #313131;
  margin-bottom: 0;
}
body.page-template-page-blog-overview .searchfilter .container.flex .inlinefakemenus .searchfilter input[type=submit]:hover {
  background: #0d4a6c;
  color: #fff;
}
body.page-template-page-blog-overview .searchfilter .searchform #keyword {
  padding: 10px;
  min-width: 300px;
}
@media only screen and (max-width: 650px) {
  body.page-template-page-blog-overview .searchfilter .searchform #keyword {
    margin-bottom: 10px;
  }
}
body.page-template-page-blog-overview .resourcegrid {
  gap: 40px;
  padding: 55px 0;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-blog-overview .resourcegrid {
    gap: 32px;
  }
}
body.page-template-page-blog-overview .resourcegrid .post {
  flex-basis: calc(33.33% - 27px);
}
@media only screen and (max-width: 900px) {
  body.page-template-page-blog-overview .resourcegrid .post {
    flex-basis: calc(50% - 16px);
  }
}
@media only screen and (max-width: 650px) {
  body.page-template-page-blog-overview .resourcegrid .post {
    flex-basis: 100%;
  }
}
body.page-template-page-blog-overview .resourcegrid .post img.resourcethumbnail {
  max-height: 220px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 900px) {
  body.page-template-page-blog-overview .resourcegrid .post img.resourcethumbnail {
    max-height: 160px;
  }
}
body.page-template-page-blog-overview .resourcegrid .post .category {
  display: inline-block;
  background: rgba(79, 128, 255, 0.2);
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body.page-template-page-blog-overview .resourcegrid .post h3 {
  font-size: 18px;
}
body.page-template-page-blog-overview .resourcegrid .post h3 a {
  text-decoration: none;
  color: #080c3a;
}
body.page-template-page-blog-overview .resourcegrid .post .resourcedate {
  font-size: 12px;
  font-style: italic;
}
body.page-template-page-blog-overview .pagination {
  padding: 55px 0;
}
body.single-post .main-area {
  padding: 55px 0;
}
@media only screen and (max-width: 1105px) {
  body.single-post .main-area {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 900px) {
  body.single-post .main-area {
    padding: 32px 0;
  }
}
body.single-post .main-area .container.flex {
  gap: 100px;
}
body.single-post .main-area .container.flex #content {
  flex: 1;
}
body.single-post .main-area .container.flex #content article .category {
  display: inline-block;
  background: rgba(79, 128, 255, 0.2);
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body.single-post .main-area .container.flex #content article .resourcedate {
  font-size: 12px;
  font-style: italic;
}
body.single-post .main-area .container.flex #content article table {
  border: 1px solid #080c3a;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 3px;
  width: 100%;
  max-width: 900px;
  font-size: 16px;
}
body.single-post .main-area .container.flex #content article table td {
  border: 1px solid #080c3a;
  padding: 10px;
  vertical-align: top;
}
body.single-post .main-area .container.flex #content article table .tablebrocade6505Header, body.single-post .main-area .container.flex #content article table th {
  background-color: #080c3a;
  color: #ffffff;
  font-weight: 700;
  padding: 10px;
  line-height: 1em;
}
body.single-post .main-area .container.flex #sidebar {
  max-width: 320px;
  background: rgba(79, 128, 255, 0.1);
  padding: 20px;
}
@media only screen and (max-width: 900px) {
  body.single-post .main-area .container.flex #sidebar {
    flex-basis: 100%;
    max-width: none;
  }
}
body.single-post .main-area .container.flex #sidebar .widget {
  margin-bottom: 50px;
}
body.single-post .main-area .container.flex #sidebar .widget h3.widget-title {
  font-size: 18px;
}
body.single-post .main-area .container.flex #sidebar .widget.widget_recent_entries ul li {
  margin-bottom: 5px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(79, 128, 255, 0.5);
  font-size: 15px;
}
body.single-post .main-area .container.flex #sidebar .widget.widget_recent_entries ul li a {
  text-decoration: none;
}
body.single-post .main-area .container.flex #sidebar .widget.widget_categories ul li {
  padding: 3px 0 3px 10px;
}
body.single-post .main-area .container.flex #sidebar .widget.widget_categories ul li::before {
  content: "⏵";
  font-size: 18px;
  color: #27407f;
  margin-right: 3px;
}
body.single-post .main-area .container.flex #sidebar .widget.widget_categories ul li a {
  text-decoration: none;
}
body.search-results .search-content, body.search-no-results .search-content {
  padding: 80px 0;
}
@media only screen and (max-width: 650px) {
  body.search-results .search-content, body.search-no-results .search-content {
    padding: 30px 0;
  }
}
body.search-results .search-content h2, body.search-no-results .search-content h2 {
  color: #27407f;
}
body.search-results .search-content .container.flex, body.search-no-results .search-content .container.flex {
  gap: 128px;
}
@media only screen and (max-width: 1105px) {
  body.search-results .search-content .container.flex, body.search-no-results .search-content .container.flex {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 650px) {
  body.search-results .search-content .container.flex, body.search-no-results .search-content .container.flex {
    flex-wrap: wrap;
    gap: 25px;
  }
}
body.search-results .search-content .container.flex .search-results, body.search-no-results .search-content .container.flex .search-results {
  flex: 1;
}
@media only screen and (max-width: 1105px) {
  body.search-results .search-content .container.flex .search-results, body.search-no-results .search-content .container.flex .search-results {
    flex-basis: 100%;
  }
}
body.search-results .search-content .container.flex .search-results .results-intro, body.search-no-results .search-content .container.flex .search-results .results-intro {
  margin-bottom: 30px;
  border-bottom: 1px solid #080c3a;
  font-size: 22px;
  color: #000;
  letter-spacing: -0.44px;
  font-weight: 600;
  padding-bottom: 12px;
}
body.search-results .search-content .container.flex .search-results .results-intro span, body.search-no-results .search-content .container.flex .search-results .results-intro span {
  font-size: 28px;
}
body.search-results .search-content .container.flex .search-results article, body.search-no-results .search-content .container.flex .search-results article {
  margin: 20px 0;
  padding: 20px 0;
}
body.search-results .search-content .container.flex .search-results article .results-content, body.search-no-results .search-content .container.flex .search-results article .results-content {
  gap: 60px;
}
@media only screen and (max-width: 900px) {
  body.search-results .search-content .container.flex .search-results article .results-content, body.search-no-results .search-content .container.flex .search-results article .results-content {
    gap: 30px;
  }
}
body.search-results .search-content .container.flex .search-results article .results-content .image, body.search-no-results .search-content .container.flex .search-results article .results-content .image {
  flex-basis: 275px;
}
@media only screen and (max-width: 650px) {
  body.search-results .search-content .container.flex .search-results article .results-content .image, body.search-no-results .search-content .container.flex .search-results article .results-content .image {
    flex-basis: 120px;
  }
}
body.search-results .search-content .container.flex .search-results article .results-content .image img, body.search-no-results .search-content .container.flex .search-results article .results-content .image img {
  width: 100%;
  height: 184px;
  object-fit: cover;
}
@media only screen and (max-width: 650px) {
  body.search-results .search-content .container.flex .search-results article .results-content .image img, body.search-no-results .search-content .container.flex .search-results article .results-content .image img {
    height: 100px;
  }
}
body.search-results .search-content .container.flex .search-results article .results-content .image img.placeholder, body.search-no-results .search-content .container.flex .search-results article .results-content .image img.placeholder {
  background-color: #080c3a;
}
body.search-results .search-content .container.flex .search-results article .results-content .image.team img, body.search-no-results .search-content .container.flex .search-results article .results-content .image.team img {
  object-position: top;
}
body.search-results .search-content .container.flex .search-results article .results-content .text, body.search-no-results .search-content .container.flex .search-results article .results-content .text {
  flex: 1;
}
body.search-results .search-content .container.flex .search-results article .results-content .text .eyebrow, body.search-no-results .search-content .container.flex .search-results article .results-content .text .eyebrow {
  margin-bottom: 12px;
}
body.search-results .search-content .container.flex .search-results article .results-content .text h3, body.search-no-results .search-content .container.flex .search-results article .results-content .text h3 {
  color: #000;
  font-size: 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  body.search-results .search-content .container.flex .search-results article .results-content .text h3, body.search-no-results .search-content .container.flex .search-results article .results-content .text h3 {
    font-size: 18px;
  }
}
body.search-results .search-content .container.flex .search-results article .results-content .text h3 a, body.search-no-results .search-content .container.flex .search-results article .results-content .text h3 a {
  color: #000;
  text-decoration: none;
}
body.search-results .search-content .container.flex .search-results article .results-content .text p:last-of-type, body.search-no-results .search-content .container.flex .search-results article .results-content .text p:last-of-type {
  margin-bottom: 1em;
}
body.search-results .search-content .container.flex .search-results .pagination, body.search-no-results .search-content .container.flex .search-results .pagination {
  padding-top: 30px;
  margin-top: 30px;
}
body.search-results .search-content .container.flex .search-results .pagination .wp-pagenavi span, body.search-no-results .search-content .container.flex .search-results .pagination .wp-pagenavi span {
  border: none;
}
body.search-results .search-content .container.flex .search-results .pagination .wp-pagenavi a, body.search-no-results .search-content .container.flex .search-results .pagination .wp-pagenavi a {
  border: none;
}
body.search-results .search-content .container.flex .search-sidebar, body.search-no-results .search-content .container.flex .search-sidebar {
  flex-basis: 235px;
}
@media only screen and (max-width: 650px) {
  body.search-results .search-content .container.flex .search-sidebar, body.search-no-results .search-content .container.flex .search-sidebar {
    flex: 1;
    order: 1;
  }
}
body.search-results .search-content .container.flex .search-sidebar h3, body.search-no-results .search-content .container.flex .search-sidebar h3 {
  font-size: 16px;
  font-weight: 600;
  color: #27407f;
  margin-bottom: 20px;
}
body.search-results .search-content .container.flex .search-sidebar #searchform, body.search-no-results .search-content .container.flex .search-sidebar #searchform {
  border-radius: 7px;
  padding: 10px;
}
body.search-results .search-content .container.flex .search-sidebar #searchform #s, body.search-no-results .search-content .container.flex .search-sidebar #searchform #s {
  flex: 1;
  border: 1px solid #080c3a;
  padding: 10px;
}
body.search-results .search-content .container.flex .search-sidebar #searchform input[type=submit], body.search-no-results .search-content .container.flex .search-sidebar #searchform input[type=submit] {
  background-color: #080c3a;
  color: #ffffff;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  font-family: "Orbitron", sans-serif;
}
/*@import "pages/projects-overview";
@import "pages/single-project";
@import "pages/single-job";
@import "pages/insights-overview";
@import "pages/single-news";
@import "pages/single-team-member";

@import "pages/404"; */
.siteheader {
  height: 100px;
  width: 100%;
  background: #080c3a;
  max-width: 100vw;
  position: absolute;
  z-index: 900;
  transition: height, background 1s;
  -webkit-transition: height, background 1s;
  -moz-transition: height, background 1s;
  -o-transition: height, background 1s;
  width: 100vw;
}
@media only screen and (max-width: 900px) {
  .siteheader {
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 650px) {
  .siteheader {
    height: 60px;
  }
}
.siteheader .container {
  justify-content: space-between;
  position: unset;
  align-items: flex-end;
}
@media only screen and (max-width: 900px) {
  .siteheader .container {
    align-items: center;
  }
}
.siteheader #logo {
  margin-top: 10px;
  max-width: 181px;
  width: 100%;
}
@media only screen and (max-width: 1105px) {
  .siteheader #logo {
    max-width: 150px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 900px) {
  .siteheader #logo {
    flex: 1;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 650px) {
  .siteheader #logo {
    line-height: initial;
    top: 0;
    flex-basis: 60%;
  }
}
.siteheader #logo a {
  display: block;
}
@media only screen and (max-width: 650px) {
  .siteheader #logo a {
    padding: 0;
  }
}
.siteheader #logo svg {
  max-height: 75px;
}
@media only screen and (max-width: 650px) {
  .siteheader #logo svg {
    height: 50px;
  }
}
.siteheader .main-menu {
  position: unset;
  flex: 1;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .siteheader .main-menu {
    display: none;
  }
}
.siteheader .main-menu > ul {
  list-style: none;
  position: unset;
}
.siteheader .main-menu > ul > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin: 0;
  padding: 0 0 28px 0;
  position: relative;
  margin-bottom: -9px;
}
@media only screen and (max-width: 1105px) {
  .siteheader .main-menu > ul > li {
    font-size: 15px;
  }
}
.siteheader .main-menu > ul > li.hasmega {
  position: unset;
}
.siteheader .main-menu > ul > li::before {
  display: none;
}
.siteheader .main-menu > ul > li > a {
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  margin: 0 0 0 32px;
  z-index: 2;
  position: relative;
  transition: color 0.25s ease-out;
}
@media only screen and (max-width: 1105px) {
  .siteheader .main-menu > ul > li > a {
    margin-left: 15px;
  }
}
.siteheader .main-menu > ul > li > a span {
  font-family: "Roboto", sans-serif;
}
.siteheader .main-menu > ul > li > a:hover {
  color: #4f80ff;
}
.siteheader .main-menu > ul > li.hassub > a {
  padding-right: 18px;
}
.siteheader .main-menu > ul > li.hassub > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  width: 12px;
  height: 8px;
  background: url(images/carat-down.svg);
}
.siteheader .main-menu > ul > li.hassub.active > a {
  color: #4f80ff;
}
.siteheader .main-menu > ul > li.hassub.active > a::after {
  top: 50%;
}
.siteheader .main-menu > ul > li ul.sub-menu {
  display: none;
  position: absolute;
  top: 45px;
  left: 15px;
  text-align: left;
  background: #ffffff;
  padding: 10px 0;
  min-width: max-content;
}
.siteheader .main-menu > ul > li ul.sub-menu li a {
  display: block;
  color: #080c3a;
  text-decoration: none;
  padding: 5px 25px;
}
.siteheader .main-menu > ul > li ul.sub-menu li a:hover {
  background: rgba(79, 128, 255, 0.2);
}
.siteheader #searchicon {
  text-align: right;
  margin-top: 5px;
}
.siteheader #searchicon a {
  display: inline-block;
  padding: 5px 20px 0;
}
@media only screen and (max-width: 650px) {
  .siteheader #searchicon svg {
    width: 25px;
  }
}
.siteheader #searchicon .close-nav-search {
  display: none;
  position: relative;
}
.siteheader #searchicon .close-nav-search svg path {
  stroke: #ffffff;
}
.siteheader #searchicon .nav-search-field {
  display: none;
  color: #ffffff;
  position: absolute;
  right: 55px;
  top: 0;
  width: auto;
  background: #080c3a;
  padding-left: 15px;
  height: 46px;
  min-width: 330px;
  border-radius: 9px;
}
@media only screen and (max-width: 650px) {
  .siteheader #searchicon .nav-search-field {
    top: 60px;
    right: -37px;
  }
}
.siteheader #searchicon .nav-search-field form {
  display: flex;
  align-items: center;
}
.siteheader #searchicon .nav-search-field form svg {
  width: 18px;
  height: 18px;
  margin-right: 15px;
  cursor: pointer;
  display: inline-block;
}
.siteheader #searchicon .nav-search-field form svg path {
  stroke: #000;
}
.siteheader #searchicon .nav-search-field form #search {
  width: auto;
  flex: 1;
  background: transparent;
  border: none;
  padding: 12px 8px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
.siteheader #searchicon .nav-search-field form #search::placeholder {
  color: #ffffff;
  opacity: 1;
  /*color:$color-white;*/
}
.siteheader #header_inner {
  text-align: right;
  position: relative;
  height: 100px;
}
@media only screen and (max-width: 900px) {
  .siteheader #header_inner {
    display: none;
  }
}
.siteheader #header_inner #menu-main-nav {
  list-style: none;
  line-height: 100px;
}
.siteheader #header_inner #menu-main-nav > li {
  display: inline-block;
  transition: all 0.3s ease-out;
  height: 91px;
  transition: border-color 0.3s ease-out;
}
.siteheader #header_inner #menu-main-nav > li:hover > a:after {
  width: 100%;
}
.siteheader #header_inner #menu-main-nav > li > a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-weight: 600;
  padding: 0 23px 23px 23px;
  margin: 0;
  color: #000;
  font-size: 20px;
  position: relative;
  display: block;
  line-height: 80px;
}
.siteheader #header_inner #menu-main-nav > li > a:hover {
  color: #674af9;
}
@media only screen and (max-width: 1305px) {
  .siteheader #header_inner #menu-main-nav > li > a {
    padding: 0 20px 23px 20px;
    font-size: 19px;
  }
}
@media only screen and (max-width: 1105px) {
  .siteheader #header_inner #menu-main-nav > li > a {
    font-size: 15px;
    padding: 0 13px 23px 13px;
  }
}
.siteheader #header_inner #menu-main-nav > li .sub-menu {
  display: none;
  position: absolute;
  background: #ffffff;
  text-align: left;
  padding: 20px 0;
  top: 110px;
  min-width: 260px;
  line-height: 30px;
  border-radius: 7px;
}
.siteheader #header_inner #menu-main-nav > li .sub-menu li {
  position: relative;
}
.siteheader #header_inner #menu-main-nav > li .sub-menu li a {
  font-family: "Roboto", sans-serif;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  padding: 0 20px 0 20px;
  z-index: 2;
  position: relative;
  display: block;
  margin: 10px 0;
  transition: all 0.3s ease-out;
}
.siteheader #header_inner #menu-main-nav > li .sub-menu li a:after {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(images/nav-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transform: rotate(-90deg);
  position: absolute;
  right: 13px;
  top: 7px;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.siteheader #header_inner #menu-main-nav > li .sub-menu li a:hover {
  color: #674af9;
  font-weight: 700;
}
.siteheader #header_inner #menu-main-nav > li .sub-menu li a:hover:after {
  opacity: 1;
  right: 10px;
}
.siteheader #header_inner #menu-main-nav > li.menu-item-has-children {
  margin-right: 10px;
}
.siteheader #header_inner #menu-main-nav > li.menu-item-has-children > a::after {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(images/nav-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 36px;
  right: 0;
  transition: transform 0.3s ease-out;
}
.siteheader #header_inner #menu-main-nav > li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
.siteheader #mobilenav {
  display: none;
}
@media only screen and (max-width: 900px) {
  .siteheader #mobilenav {
    display: block;
    flex: 0;
    text-align: right;
    padding-right: 0;
    margin-top: 0;
  }
}
.siteheader.scrolled {
  position: fixed;
}
@media only screen and (max-width: 900px) {
  .siteheader.scrolled #logo svg {
    height: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .siteheader.scrolled #searchicon {
    margin-top: 0;
  }
}
@media only screen and (max-width: 900px) {
  .siteheader.scrolled #mobilenav {
    align-self: flex-start;
    margin-top: 0;
  }
}
.nav-search-field-mobile {
  display: none;
  padding: 30px;
  background: #ffffff;
  color: #080c3a;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 900;
}
.nav-search-field-mobile .close-nav-search {
  display: none;
  top: 12px;
  position: relative;
}
.nav-search-field-mobile .close-nav-search svg path {
  stroke: #ffffff;
}
.nav-search-field-mobile #search {
  width: 85%;
  border: none;
  border-bottom: 2px solid #080c3a;
  background: none;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  -webkit-appearance: none;
  border-radius: 0;
}
.nav-search-field-mobile #search::placeholder {
  color: #ffffff;
  opacity: 1;
}
/* Mega menus */
.mega-menus {
  display: none;
  position: absolute;
  top: 100px;
  width: 100%;
  background: #ffffff;
  color: #080c3a;
  left: 0;
  z-index: 1;
  text-align: left;
}
.mega-menus .mega-menu-inner {
  gap: 50px;
}
.mega-menus .mega-menu-inner .mega-left {
  padding: 50px 50px 50px 100px;
  background: linear-gradient(to right, #674af9 0%, #51a3eb 100%);
  color: #ffffff;
  flex-basis: 30%;
  text-align: right;
  font-size: 14px;
  font-weight: 300;
}
.mega-menus .mega-menu-inner .mega-left h3 {
  font-size: 34px;
  margin-bottom: 5px;
}
.mega-menus .mega-menu-inner .mega-left p {
  margin-left: auto;
  max-width: 300px;
}
.mega-menus .mega-menu-inner .mega-right {
  flex: 1;
  padding: 50px 50px 50px 0;
}
.mega-menus .mega-menu-inner .mega-right .mega-menu-columns {
  gap: 50px;
}
.mega-menus .mega-menu-inner .mega-right .mega-menu-columns .column {
  flex-basis: calc(33.33% - 34px);
}
.mega-menus .mega-menu-inner .mega-right .mega-menu-columns .column h4 {
  margin-bottom: 2px;
}
.mega-menus .mega-menu-inner .mega-right .mega-menu-columns .column h4 a {
  text-decoration: none;
  color: #080c3a;
}
.mega-menus .mega-menu-inner .mega-right .mega-menu-columns .column ul {
  font-size: 14px;
  line-height: 1.5em;
}
.mega-menus .mega-menu-inner .mega-right .mega-menu-columns .column ul li a {
  color: #080c3a;
}
footer {
  background: #080c3a;
  color: #ffffff;
  padding: 40px 0;
  z-index: 200;
  position: relative;
}
@media only screen and (max-width: 650px) {
  footer {
    padding: 32px 0;
  }
}
@media only screen and (max-width: 450px) {
  footer {
    position: relative;
  }
}
footer .footer-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 28px;
  gap: 40px;
}
@media only screen and (max-width: 650px) {
  footer .footer-columns {
    flex-wrap: wrap;
    gap: 15px;
  }
}
footer .footer-columns .footer-logo {
  flex-basis: 200px;
}
@media only screen and (max-width: 650px) {
  footer .footer-columns .footer-logo {
    width: 106px;
    flex-basis: 100%;
  }
}
footer .footer-columns .footer-logo svg {
  margin-bottom: 40px;
  max-width: 188px;
}
footer .footer-columns .footer-logo a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-columns .footer-nav ul#menu-footer-navigation {
  display: flex;
  gap: 35px;
}
@media only screen and (max-width: 900px) {
  footer .footer-columns .footer-nav ul#menu-footer-navigation {
    flex-wrap: wrap;
  }
}
footer .footer-columns .footer-nav ul#menu-footer-navigation > li {
  line-height: 1.4em;
}
@media only screen and (max-width: 900px) {
  footer .footer-columns .footer-nav ul#menu-footer-navigation > li {
    flex-basis: calc(33.33% - 24px);
  }
}
@media only screen and (max-width: 650px) {
  footer .footer-columns .footer-nav ul#menu-footer-navigation > li {
    flex-basis: calc(50% - 18px);
  }
}
footer .footer-columns .footer-nav ul#menu-footer-navigation > li.menu-item-has-children > a {
  display: block;
  font-family: "Orbitron", sans-serif;
  color: #23d7dc;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #4f80ff;
  margin-bottom: 3px;
}
footer .footer-columns .footer-nav ul#menu-footer-navigation > li a {
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}
footer .legal-footer {
  border-top: 1px solid #4f80ff;
  padding: 28px 0 40px 0;
  justify-content: space-between;
  font-size: 12px;
}
@media only screen and (max-width: 900px) {
  footer .legal-footer {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .legal-footer .affilliations {
  gap: 30px;
}
footer .legal-footer .privacy-info {
  text-align: right;
}
footer .legal-footer .privacy-info a {
  margin: 0 20px;
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #ffffff;
  transition: all 0.3s ease-out;
}
footer .legal-footer .privacy-info a:last-of-type {
  margin-right: 0;
}
footer .legal-footer .privacy-info span {
  margin: 0 20px;
}
@media only screen and (max-width: 900px) {
  footer .legal-footer .privacy-info span {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1105px) {
  footer .legal-footer .privacy-info span.copyright {
    display: block;
    margin: 0;
  }
}
footer .legal-footer .privacy-info span.first-divider {
  margin: 0;
}
@media only screen and (max-width: 1105px) {
  footer .legal-footer .privacy-info span.first-divider {
    display: none;
  }
}
.home-hero {
  aspect-ratio: 1.7777777778;
  background-color: #080c3a;
  justify-content: center;
}
@media only screen and (max-width: 1105px) {
  .home-hero {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 900px) {
  .home-hero {
    aspect-ratio: unset;
    padding: 48px 32px;
  }
}
.home-hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 12, 58, 0.7);
}
.home-hero .message {
  color: #ffffff;
  text-align: center;
  max-width: 990px;
}
.home-hero .message h1 {
  font-size: 34px;
}
.home-hero .message .ctabuttons {
  margin-top: 40px;
  gap: 30px;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .home-hero .message .ctabuttons {
    gap: 20px;
  }
}
.module.headline-text ul {
  list-style-type: disc;
  margin: 0.5em 0 1.5em 25px;
  font-size: 16px;
  line-height: 150%;
}
.module.headline-text ul > li {
  margin-bottom: 12px;
  padding-left: 11px;
  position: relative;
}
.module.headline-text ul > li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: -11px;
}
.module.headline-text ul > li ul {
  list-style-type: disc;
  margin-left: 5px;
}
.module.headline-text ul > li ul li {
  font-weight: 400;
}
.module.headline-text ol {
  list-style-type: decimal;
  margin: 0.5em 0 1.5em 25px;
  font-size: 16px;
  line-height: 150%;
}
.module.headline-text ol li {
  margin-bottom: 12px;
}
.module.headline-text ol li ol {
  list-style-type: lower-alpha;
}
.module.headline-text ol li ol li {
  font-weight: 400;
}
.module.text-image {
  position: relative;
  display: flex;
  gap: 50px;
  padding: 0;
}
@media only screen and (max-width: 1105px) {
  .module.text-image {
    gap: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .module.text-image {
    flex-wrap: wrap;
    overflow: hidden;
  }
}
.module.text-image .text-column {
  flex: 1;
  align-self: center;
  padding: 60px 0 60px calc(50vw - 640px);
}
@media only screen and (max-width: 1305px) {
  .module.text-image .text-column {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media only screen and (max-width: 900px) {
  .module.text-image .text-column {
    padding-top: 32px;
    padding-bottom: 0;
  }
}
.module.text-image .text-column .text-column-inner h2 {
  margin-bottom: 15px;
}
.module.text-image .image-column {
  flex-basis: 50%;
  aspect-ratio: 1.7777777778;
}
.module.text-image .image-column img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 900px) {
  .module.text-image .image-column {
    flex-basis: 100%;
    max-width: none;
  }
}
.module.text-image.image-left .text-column {
  order: 2;
  padding: 60px calc(50vw - 640px) 60px 0;
}
@media only screen and (max-width: 1305px) {
  .module.text-image.image-left .text-column {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.module.text-image.image-left .image-column {
  order: 1;
}
.module.text-image.bg-gradient {
  background: linear-gradient(to right, #674af9 1%, #23d7dc 100%);
  color: #ffffff;
}
.module.product-category-chooser {
  padding: 70px;
}
@media only screen and (max-width: 1105px) {
  .module.product-category-chooser {
    padding: 48px 32px;
  }
}
@media only screen and (max-width: 900px) {
  .module.product-category-chooser {
    padding: 48px 32px;
  }
}
@media only screen and (max-width: 650px) {
  .module.product-category-chooser {
    padding: 32px;
  }
}
.module.product-category-chooser h2 {
  text-align: center;
  margin-bottom: 40px;
}
.module.product-category-chooser .chooser-buttons {
  justify-content: center;
  gap: 35px;
}
@media only screen and (max-width: 650px) {
  .module.product-category-chooser .chooser-buttons {
    gap: 15px;
  }
}
.module.product-category-chooser .chooser-buttons li a.chooser-button {
  display: block;
  background: #e5e5e5;
  border-radius: 7px;
  padding: 5px 15px;
  color: #080c3a;
  text-decoration: none;
  font-family: "Orbitron", sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 650px) {
  .module.product-category-chooser .chooser-buttons li a.chooser-button {
    font-size: 14px;
  }
}
.module.product-category-chooser .chooser-buttons li a.chooser-button svg {
  height: 26px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
@media only screen and (max-width: 650px) {
  .module.product-category-chooser .chooser-buttons li a.chooser-button svg {
    margin: 0 auto;
    display: block;
  }
}
.module.product-category-chooser .chooser-buttons li a.chooser-button svg path, .module.product-category-chooser .chooser-buttons li a.chooser-button svg circle {
  stroke: #080c3a;
  transition: stroke 0.3s ease-out;
}
.module.product-category-chooser .chooser-buttons li a.chooser-button:hover, .module.product-category-chooser .chooser-buttons li a.chooser-button.selected {
  background: #674af9;
  color: #ffffff;
}
.module.product-category-chooser .chooser-buttons li a.chooser-button:hover svg path, .module.product-category-chooser .chooser-buttons li a.chooser-button:hover svg circle, .module.product-category-chooser .chooser-buttons li a.chooser-button.selected svg path, .module.product-category-chooser .chooser-buttons li a.chooser-button.selected svg circle {
  stroke: #ffffff;
}
.module.product-category-chooser .main-stage {
  margin-top: 65px;
}
@media only screen and (max-width: 1105px) {
  .module.product-category-chooser .main-stage {
    margin-top: 32px;
  }
}
.module.product-category-chooser .main-stage .stage {
  display: none;
}
.module.product-category-chooser .main-stage .stage .products-grid {
  gap: 40px;
  justify-content: center;
}
.module.product-category-chooser .main-stage .stage .products-grid .product {
  flex-basis: calc(33.33% - 27px);
  border-radius: 10px;
  background: #f3f4fe;
  overflow: hidden;
}
@media only screen and (max-width: 1105px) {
  .module.product-category-chooser .main-stage .stage .products-grid .product {
    flex-basis: calc(50% - 20px);
  }
}
@media only screen and (max-width: 650px) {
  .module.product-category-chooser .main-stage .stage .products-grid .product {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.module.product-category-chooser .main-stage .stage .products-grid .product .image {
  flex-basis: 167px;
}
@media only screen and (max-width: 650px) {
  .module.product-category-chooser .main-stage .stage .products-grid .product .image {
    flex-basis: 100%;
    height: 125px;
  }
}
.module.product-category-chooser .main-stage .stage .products-grid .product .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module.product-category-chooser .main-stage .stage .products-grid .product .text {
  padding: 30px 20px;
  flex: 1;
}
.module.product-category-chooser .main-stage .stage .products-grid .product .text h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.module.product-category-chooser .main-stage .stage .products-grid .product .text p {
  font-size: 13px;
}
.module.product-category-chooser .main-stage .stage.selected {
  display: block;
}
.module.multi-column-icon-text {
  color: #ffffff;
  background: #080c3a;
  clip-path: inset(0px);
  margin-bottom: -1px;
  padding-left: 25px;
  padding-right: 25px;
}
.module.multi-column-icon-text > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.module.multi-column-icon-text > img.parallax {
  position: fixed;
}
.module.multi-column-icon-text h2 {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.module.multi-column-icon-text .icon-columns {
  gap: 100px;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .module.multi-column-icon-text .icon-columns {
    gap: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .module.multi-column-icon-text .icon-columns {
    gap: 32px;
  }
}
.module.multi-column-icon-text .icon-columns .column {
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .module.multi-column-icon-text .icon-columns .column {
    flex-basis: calc(50% - 25px);
  }
}
@media only screen and (max-width: 650px) {
  .module.multi-column-icon-text .icon-columns .column {
    flex-basis: 100%;
  }
}
.module.multi-column-icon-text .icon-columns .column svg {
  height: 50px;
  width: auto;
  margin-bottom: 10px;
}
.module.multi-column-icon-text + .module.multi-column-icon-text {
  padding-top: 0;
}
.module.product-family-grid h2 {
  text-align: center;
  margin-bottom: 20px;
}
.module.product-family-grid .product-families {
  gap: 50px;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .module.product-family-grid .product-families {
    gap: 32px;
  }
}
.module.product-family-grid .product-families .product-family {
  flex-basis: calc(33.33% - 34px);
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px 20px 70px 20px;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .module.product-family-grid .product-families .product-family {
    flex-basis: calc(50% - 16px);
  }
}
@media only screen and (max-width: 650px) {
  .module.product-family-grid .product-families .product-family {
    flex-basis: 100%;
  }
}
.module.product-family-grid .product-families .product-family h3 {
  margin-bottom: 20px;
  font-size: 20px;
}
.module.product-family-grid .product-families .product-family img {
  max-height: 200px;
}
.module.product-family-grid .product-families .product-family a.button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.module.product-family-grid .product-families .product-family:hover {
  border-color: #4f80ff;
}
.module.product-grid h2 {
  text-align: center;
  margin-bottom: 20px;
}
.module.product-grid .product-families {
  gap: 50px;
}
@media only screen and (max-width: 900px) {
  .module.product-grid .product-families {
    gap: 32px;
  }
}
.module.product-grid .product-families .product-family {
  flex-basis: calc(33.33% - 34px);
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px 20px 70px 20px;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .module.product-grid .product-families .product-family {
    flex-basis: calc(50% - 16px);
  }
}
@media only screen and (max-width: 650px) {
  .module.product-grid .product-families .product-family {
    flex-basis: 100%;
  }
}
.module.product-grid .product-families .product-family h3 {
  margin-bottom: 20px;
  font-size: 20px;
}
.module.product-grid .product-families .product-family img {
  max-height: 200px;
}
.module.product-grid .product-families .product-family a.button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.module.product-grid .product-families .product-family:hover {
  border-color: #4f80ff;
}
.module.interior-page-header {
  background: rgba(229, 229, 229, 0.2);
  color: #ffffff;
  text-align: center;
}
.module.interior-page-header .bg-image {
  filter: grayscale(100%);
  opacity: 0.7;
}
.module.interior-page-header .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #080c3a;
  opacity: 0.85;
}
.module.interior-page-header .container.flex {
  max-width: 1000px;
}
.module.interior-page-header .container.flex .image {
  order: 2;
  flex: 1;
}
.module.interior-page-header .container.flex .text {
  flex: 2;
}
.module.interior-page-header .container.flex .text h1 {
  margin-bottom: 10px;
}
.module.interior-page-header .container.flex .text p:last-child {
  margin-bottom: 0;
}
.module.interior-page-header.purple .overlay {
  background: #080c3a;
}
.module.interior-page-header.blue .overlay {
  background: #27407f;
}
.module.interior-page-header.teal .overlay {
  background: #116b6e;
}
.module.interior-page-header.gray .overlay {
  background: #727272;
}
.module.text_form {
  padding: 0;
}
.module.text_form.lightpurple {
  background: rgba(103, 74, 249, 0.05);
}
.module.text_form.lightblue {
  background: rgba(79, 128, 255, 0.05);
}
.module.text_form.lightteal {
  background: rgba(35, 215, 220, 0.05);
}
.module.text_form.purple {
  background: #674af9;
  color: #ffffff;
}
.module.text_form.blue {
  background: #4f80ff;
  color: #ffffff;
}
.module.text_form.teal {
  background: #23d7dc;
}
.module.text_form.lightgray {
  background: rgba(229, 229, 229, 0.2);
}
.module.text_form > .flex {
  gap: 105px;
}
@media only screen and (max-width: 1105px) {
  .module.text_form > .flex {
    gap: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .module.text_form > .flex {
    flex-wrap: wrap;
    gap: 0;
  }
}
.module.text_form > .flex .text {
  flex: 1;
  padding: 80px 0;
  margin-left: calc(50vw - 640px);
}
.module.text_form > .flex .text ul {
  list-style-type: disc;
  margin: 0.5em 0 1.5em 25px;
  font-size: 16px;
  line-height: 150%;
}
.module.text_form > .flex .text ul > li {
  margin-bottom: 12px;
  padding-left: 11px;
  position: relative;
}
.module.text_form > .flex .text ul > li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: -11px;
}
.module.text_form > .flex .text ul > li ul {
  list-style-type: disc;
  margin-left: 5px;
}
.module.text_form > .flex .text ul > li ul li {
  font-weight: 400;
}
.module.text_form > .flex .text ol {
  list-style-type: decimal;
  margin: 0.5em 0 1.5em 25px;
  font-size: 16px;
  line-height: 150%;
}
.module.text_form > .flex .text ol li {
  margin-bottom: 12px;
}
.module.text_form > .flex .text ol li ol {
  list-style-type: lower-alpha;
}
.module.text_form > .flex .text ol li ol li {
  font-weight: 400;
}
@media only screen and (max-width: 1305px) {
  .module.text_form > .flex .text {
    margin-left: 32px;
  }
}
@media only screen and (max-width: 900px) {
  .module.text_form > .flex .text {
    padding: 30px 0 0 0;
    flex-basis: 100%;
    max-width: none;
  }
}
.module.text_form > .flex .text h2 {
  margin-bottom: 15px;
}
.module.text_form > .flex .form {
  flex: 1;
  padding: 60px;
  padding-right: calc(50vw - 640px);
}
@media only screen and (max-width: 1305px) {
  .module.text_form > .flex .form {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .module.text_form > .flex .form {
    flex-basis: 100%;
    padding: 30px 32px;
  }
}
.module.text_form > .flex .form.lightpurple {
  background: rgba(103, 74, 249, 0.05);
}
.module.text_form > .flex .form.lightblue {
  background: rgba(79, 128, 255, 0.05);
}
.module.text_form > .flex .form.lightteal {
  background: rgba(35, 215, 220, 0.05);
}
.module.text_form > .flex .form.purple {
  background: #674af9;
  color: #ffffff;
}
.module.text_form > .flex .form.blue {
  background: #4f80ff;
  color: #ffffff;
}
.module.text_form > .flex .form.teal {
  background: #23d7dc;
}
.module.text_form > .flex .form.lightgray {
  background: rgba(229, 229, 229, 0.2);
}
.module.text_form.form-left .text {
  order: 2;
  padding: 60px calc(50vw - 640px) 60px 0;
  margin-left: 0;
}
@media only screen and (max-width: 1305px) {
  .module.text_form.form-left .text {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.module.text_form.form-left .form {
  order: 1;
  padding-left: calc(50vw - 640px);
  padding-right: 60px;
}
@media only screen and (max-width: 1305px) {
  .module.text_form.form-left .form {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.module.call-to-action {
  text-align: center;
  clip-path: inset(0px);
  margin-bottom: -1px;
}
.module.call-to-action > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.module.call-to-action > img.parallax {
  position: fixed;
}
.module.call-to-action h2 {
  margin-bottom: 15px;
}
.module.call-to-action.gradient {
  background: linear-gradient(to right, #674af9 1%, #23d7dc 100%);
}
.module.call-to-action.purple {
  background: #674af9;
  color: #ffffff;
}
.module.call-to-action.blue {
  background: #4f80ff;
  color: #ffffff;
}
.module.call-to-action.teal {
  background: #23d7dc;
}
.module.call-to-action.image {
  background: none;
  color: #ffffff;
}
.module.grid-of-logos h2 {
  text-align: center;
  margin-bottom: 40px;
}
.module.grid-of-logos .logo-grid {
  gap: 60px;
}
.module.grid-of-logos .logo-grid .logo {
  text-align: center;
  flex-basis: calc(33.33% - 40px);
}
.module.grid-of-logos .logo-grid .logo img {
  height: 50px;
}
/*@import "parts/flex-page-header";
@import "parts/flex-background-image-headline";
@import "parts/flex-headline-text";
@import "parts/flex-core-values";
@import "parts/flex-services-grid";
@import "parts/flex-timeline";
@import "parts/flex-featured-offices";
@import "parts/flex-image-gallery";
@import "parts/flex-upcoming-events";
@import "parts/flex-testimonial";
@import "parts/flex-team-member-grid";
@import "parts/flex-featured-projects";
@import "parts/flex-featured-insights";
@import "parts/flex-text-video";
@import "parts/flex-columns-of-bullets";
@import "parts/flex-text-image";
@import "parts/flex-project-intro";
@import "parts/flex-default-content";
@import "parts/flex-photo-grid";
@import "parts/flex-related-projects";
@import "parts/flex-single-video";
@import "parts/flex-4-column-icon-text";
@import "parts/flex-3-column-icon-text";
@import "parts/flex-employee-spotlight";
@import "parts/flex-two-column-pusher";
@import "parts/flex-text-form";
@import "parts/flex-job-opportunities";
@import "parts/flex-featured-contact";
@import "parts/flex-by-the-numbers";
@import "parts/flex-storytelling-cards";
@import "parts/storytelling-featured-project";
@import "parts/stoytelling-featured-insights";
@import "parts/storytelling-featured-image";
@import "parts/storytelling_testimonials";
@import "parts/flex-grid-of-logos";
@import "parts/flex-full-width-image";
@import "parts/flex-cta";
@import "parts/flex-news-featured-employee";
@import "parts/flex-news-wysiwyg";
@import "parts/flex-before-and-after-slider";*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./images/ajax-loader.gif") center center no-repeat;
}
/* Icons (disabled)
@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("fonts/slick.eot");
        src: slick-font-url("fonts/slick.eot?#iefix") format("embedded-opentype"), slick-font-url("fonts/slick.woff") format("woff"), slick-font-url("fonts/slick.ttf") format("truetype"), slick-font-url("fonts/slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
  color: transparent;
  top: 0;
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: " ";
}
.slick-next {
  right: 0;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: " ";
}
/* Custom Stuff */
.slick-prev-next img {
  top: 50%;
  position: absolute;
}
.slick-prev-next.slick-prev img {
  left: 10px;
}
.slick-prev-next.slick-next img {
  right: 10px;
  transform: rotate(180deg);
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*@import "components/forms";*/
/*  --------------------- Mobile Nav Styles  ------------------------*/
ul.mobileicons {
  list-style: none;
  line-height: unset;
  margin-top: 12px;
  padding-left: 0;
  z-index: 902;
  position: relative;
}
ul.mobileicons li {
  display: inline-block;
  margin-left: 0px;
}
ul.mobileicons li img {
  margin-top: -15px;
}
#nav-icon3 {
  width: 36px;
  height: 36px;
  position: relative;
  margin: 10px 0 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #4f80ff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 8px;
}
#nav-icon3 span:nth-child(4) {
  top: 16px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span {
  background: #ffffff;
}
#mobilenavcontainer {
  position: absolute;
  top: 0px;
  z-index: 901;
  background: #080c3a;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  padding: 30px;
  width: 100%;
  max-width: 390px;
  height: 100vh;
  right: -390px;
  padding-top: 68px;
  transition: right 0.6s ease-out;
}
#mobilenavcontainer.open {
  right: 0;
}
ul.mobilenav {
  margin: 0;
  padding: 0;
}
ul.mobilenav li {
  display: block;
  float: none;
  margin-bottom: 20px;
}
ul.mobilenav li.open {
  margin-bottom: 25px;
}
ul.mobilenav li:last-child {
  border: none;
  padding-bottom: 0;
}
ul.mobilenav li > a svg {
  display: none;
}
ul.mobilenav li.menu-item-has-children > a svg {
  display: block;
  position: absolute;
  right: -30px;
  top: 6px;
  width: 14px;
  height: 16px;
  text-align: center;
  outline: 0;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
ul.mobilenav li.menu-item-has-children > a.open svg {
  transform: none;
}
ul.mobilenav li.menu-item-has-children > a.open svg .circle {
  fill: #27407f;
}
ul.mobilenav li a {
  color: #23d7dc;
  text-decoration: none;
  outline: 0;
  overflow: hidden;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  position: relative;
  padding-left: 8px;
}
ul.mobilenav li ul {
  display: none;
  border-top: 1px solid #4f80ff;
  padding-left: 0;
  padding-top: 10px;
  margin-left: 8px;
}
ul.mobilenav li ul li {
  padding-right: 0;
  border: none;
  margin-bottom: 7px;
  padding-bottom: 0;
}
ul.mobilenav li ul li a {
  color: #ffffff;
  padding: 10px 0 10px 10px;
  font-size: 15px;
  font-weight: 15px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
ul.mobilenav li.show-child > ul > li.menu-item-has-children > a {
  background-image: url(images/mobile-arrow.svg);
  background-position: right;
  background-repeat: no-repeat;
  width: 90%;
  font-size: 16px;
}
ul.mobilenav li.show-child > ul > li.menu-item-has-children .sub-menu li {
  margin-bottom: 30px;
}
ul.mobilenav li.show-child > ul > li.menu-item-has-children .sub-menu li a {
  font-size: 16px;
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
}
ul.mobilenav li.show-child > ul > li.menu-item-has-children .sub-menu .sub-menu a {
  font-size: 20px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.spectra.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2F_reset.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2F_variables.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2F_global.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fpages%2F_product-template.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fpages%2F_blog-overview.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fpages%2F_blog-single.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fpages%2F_search.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fparts%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fparts%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fparts%2F_flex-homepage-hero.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fparts%2F_flex-text-image.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fparts%2F_flex-product-category-chooser.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fparts%2F_flex-multi-column-icon-text.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fparts%2F_flex-product-family-grid.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fparts%2F_flex-product-grid.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fparts%2F_flex-interior-page-header.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fparts%2F_flex-text-form.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fparts%2F_flex-call-to-action.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fparts%2F_flex-grid-of-logos.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fcomponents%2Fslick-theme.scss%22%2C%22wp-content%2Fthemes%2Fspectra2025%2Fsass%2Fcomponents%2F_mobile-nav.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0e%3BAAAA%3BAAAA%3BAAAmB%3BAAAA%3BAAAA%3BAAAsB%3BAAAA%3BAAAA%3BAAAyB%3BAAAA%3BAAAA%3BAAAA%3BAAA4E%3BAAAA%3BAAAA%3BAAAA%3BAAAgD%3BAAAA%3BAAAA%3BAAA4F%3BAAAA%3BAAAA%3BAACppB%3BAAAA%3BAAAA%3BAAAA%3BAAChH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAFxID%3BAAAA%3BAGEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAH7HH%3BAGqIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHxOD%3BAGgPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAHrQA%3BAG0QA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH%2FRH%3BAGuSA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BADjLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BACuIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAHjWH%3BAGyWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAH1YF%3BAGkZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAF%2BGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAEnJH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAC7FJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BACnKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BACtGP%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPjKL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAQAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAUP%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAASG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BARnfF%3BAQ2fA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BACrjBP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzJL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARkGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAS9LL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAC5ED%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAC9IH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAC1DA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAC7CF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAC9CH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAC5DF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfuGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAe%2FIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1HH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACvCA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAnBbH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB4CI%3BAAAA%3BAAAA%3BApB5CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB8DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BApBjHJ%3BAoB0HC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BApBnID%3BAoB2IA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BApBnMR%3BAAAA%3BAqBCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%22%7D */