:root {
  --c-white: #fbfcff;
  --c-white-fix: #fbfcff;
  --c-black: #21212b;
  --c-black-fix: #21212b;
  --c-grey: #f2f2f5;
  --c-blue-light: #7c9ab2;
  --c-blue-dark: #4b5f70; }

:root[data-theme="theme-dark"] {
  --c-white: #21212b;
  --c-white-fix: #fbfcff;
  --c-black: #fbfcff;
  --c-black-fix: #21212b;
  --c-grey: #2c2c36;
  --c-blue-light: #7c9ab2;
  --c-blue-dark: #4b5f70; }

#language-switch {
  display: none;
  background: yellow; }

.otgs-development-site-front-end {
  display: none !important; }

html[data-theme="theme-dark"] a[data-mode="dark"] {
  font-weight: bold; }
html[data-theme="theme-dark"] a[data-mode="light"] {
  font-weight: normal; }
html[data-theme="theme-dark"] .hidden-dark {
  display: none; }
html[data-theme="theme-dark"] .image-bg:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 43, 0.8);
  mix-blend-mode: hard-light; }
html[data-theme="theme-dark"] #header-bg .container {
  mix-blend-mode: soft-light !important; }
html[data-theme="theme-dark"] section.text-map .map-holder .map {
  fill: var(--c-blue-dark); }

html[data-theme="theme-light"] a[data-mode="light"] {
  font-weight: bold; }
html[data-theme="theme-light"] a[data-mode="dark"] {
  font-weight: normal; }
html[data-theme="theme-light"] .hidden-light {
  display: none; }

html {
  scroll-behavior: smooth; }

html body {
  font-family: "novel-sans-pro", sans-serif;
  scroll-behavior: smooth;
  line-height: 1.2;
  font-weight: 300;
  font-size: 18px;
  background-color: var(--c-white);
  color: var(--c-black); }

.layout-qr .headline {
  font-family: "new-hero", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-top: 60px; }
.layout-qr .company-logos {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap; }
  .layout-qr .company-logos img {
    height: 35px;
    width: calc(100% / 3 - 20px); }

.qr-employee {
  padding-top: 80px; }
  .qr-employee .data {
    line-height: 1.5; }
    .qr-employee .data .name {
      font-family: "new-hero", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      color: var(--c-blue-light);
      font-size: 1.4rem;
      margin-bottom: 5px; }
    .qr-employee .data .company {
      font-weight: bold;
      margin-bottom: 8px; }
    .qr-employee .data .mail {
      margin-bottom: 8px; }
    .qr-employee .data .col:first-child {
      display: none; }
      .qr-employee .data .col:first-child .logo {
        height: 100%;
        background: var(--c-blue-dark); }
      .qr-employee .data .col:first-child img {
        display: none; }

strong {
  font-weight: bold; }

.az-loading-body-mobile {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6, .hl {
  font-family: "new-hero", sans-serif;
  font-weight: 900;
  text-transform: uppercase; }

h1, h2 {
  font-size: 3.5rem; }

section {
  position: relative;
  overflow: hidden; }

.col-text p:last-child {
  margin-bottom: 0; }

.primary-menu-holder {
  padding-top: 140px;
  display: inline-block;
  padding-right: 20px;
  background: var(--c-white); }
  .primary-menu-holder .primary-menu {
    position: relative;
    padding-bottom: 10px; }
    .primary-menu-holder .primary-menu:after {
      content: " ";
      display: block;
      height: 2px;
      background: var(--c-black);
      width: 100%;
      position: absolute;
      bottom: 0; }
    .primary-menu-holder .primary-menu:hover:after {
      opacity: 0.3; }
    .primary-menu-holder .primary-menu:hover a {
      opacity: 0.3; }
  .primary-menu-holder a, .primary-menu-holder a span, .primary-menu-holder #menu-primary-menu:after {
    transition: all 0.2s ease; }
  .primary-menu-holder > nav > ul > li > a {
    display: block;
    position: relative; }
    .primary-menu-holder > nav > ul > li > a > span {
      font-weight: bold;
      position: relative;
      background: var(--c-white);
      padding-right: 10px;
      z-index: 1;
      text-transform: uppercase;
      transition: all 0.4s ease-in-out; }
    .primary-menu-holder > nav > ul > li > a:after {
      content: " ";
      height: 2px;
      width: 100%;
      background-color: var(--c-black);
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 0;
      transition: all 0.4s ease-in-out; }
  .primary-menu-holder ul {
    display: block; }
    .primary-menu-holder ul li {
      display: block; }
      .primary-menu-holder ul li span {
        padding-top: 6px;
        display: inline-block; }
      .primary-menu-holder ul li a {
        display: block;
        padding: 4px 20px 4px 0; }
        .primary-menu-holder ul li a:hover {
          opacity: 1 !important; }
          .primary-menu-holder ul li a:hover span {
            transform: scale(115%); }

form .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 0;
  pointer-events: none;
  transition: .5s; }
form .input-holder {
  position: relative;
  margin-bottom: 30px; }
  form .input-holder textarea {
    resize: none;
    height: 150px; }
  form .input-holder:has(input:focus) label, form .input-holder:has(input:focus) input, form .input-holder:has(input:focus) textarea, form .input-holder:has(textarea:focus) label, form .input-holder:has(textarea:focus) input, form .input-holder:has(textarea:focus) textarea {
    color: var(--c-blue-light) !important; }
  form .input-holder:has(input:focus) input, form .input-holder:has(input:focus) textarea, form .input-holder:has(textarea:focus) input, form .input-holder:has(textarea:focus) textarea {
    border-color: var(--c-blue-light) !important; }
  form .input-holder label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    color: var(--c-white-fix);
    pointer-events: none;
    transition: .5s; }
  form .input-holder:has(input:focus) label, form .input-holder:has(input:not(:placeholder-shown)) label, form .input-holder:has(textarea:focus) label, form .input-holder:has(textarea:not(:placeholder-shown)) label {
    top: -25px;
    left: 0;
    font-size: 0.85rem; }
  form .input-holder:has(input:focus) .wpcf7-not-valid-tip, form .input-holder:has(input:not(:placeholder-shown)) .wpcf7-not-valid-tip, form .input-holder:has(textarea:focus) .wpcf7-not-valid-tip, form .input-holder:has(textarea:not(:placeholder-shown)) .wpcf7-not-valid-tip {
    top: -25px;
    font-size: 0.85rem; }
  form .input-holder input[type=text], form .input-holder input[type=email], form .input-holder textarea {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: var(--c-white-fix);
    border: none;
    border-bottom: 2px solid var(--c-white-fix);
    outline: none;
    background: transparent;
    transition: .5s; }

.col-text {
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
  z-index: 1; }

section.company {
  padding-top: 140px; }
  section.company h2 {
    margin-bottom: 0; }
  section.company strong {
    font-family: "new-hero", sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 200;
    color: var(--c-blue-light); }
  section.company .company-holder {
    margin: 0 auto;
    padding-bottom: 120px;
    max-width: 600px;
    text-align: center;
    position: relative; }
    section.company .company-holder:after {
      content: " ";
      width: 2px;
      height: 80px;
      bottom: 0;
      left: 50%;
      margin-left: -1px;
      position: absolute;
      display: block;
      background: var(--c-blue-light); }
    section.company .company-holder .logo-holder {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      position: relative;
      margin-bottom: 40px; }
      section.company .company-holder .logo-holder a {
        text-align: center;
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: var(--c-black);
        display: block;
        padding: 20px;
        transition: all 0.4s ease-in-out; }
        section.company .company-holder .logo-holder a:hover {
          background: var(--c-blue-light); }
      section.company .company-holder .logo-holder img {
        width: 80%;
        height: auto;
        background: var(--c-white-fix);
        border: 10px solid var(--c-white-fix);
        max-height: 80px; }

section.product:nth-of-type(even) .col-text {
  order: 2; }
section.product:nth-of-type(even) .col-icon {
  order: 1; }

section.phase {
  overflow: visible; }
  section.phase .col-text {
    order: 2; }
  section.phase:last-of-type .col-icon:after {
    display: none; }
  section.phase .col-icon {
    order: 1;
    position: relative; }
    section.phase .col-icon:after {
      position: absolute;
      width: 2px;
      background: var(--c-blue-light);
      content: " ";
      display: block;
      height: 120px;
      bottom: -60px;
      left: 50%;
      margin-left: -1px; }
  section.phase h2 {
    font-size: 3rem;
    line-height: 1.1; }
  section.phase .crisis {
    color: var(--c-blue-light);
    font-size: 2rem;
    text-transform: uppercase;
    font-family: "new-hero", sans-serif; }
    section.phase .crisis em {
      font-style: normal;
      font-weight: bold; }
  section.phase .solution em {
    font-style: normal;
    font-weight: bold;
    color: var(--c-blue-light);
    font-size: 2rem;
    text-transform: uppercase;
    font-family: "new-hero", sans-serif;
    display: block;
    margin-bottom: 0; }

section.product h3, section.phase h3 {
  letter-spacing: 20px;
  font-weight: 100;
  color: var(--c-blue-light);
  margin-bottom: 0; }
section.product .col-text, section.product .col-icon, section.phase .col-text, section.phase .col-icon {
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: visible !important; }
section.product .icon-holder-outer, section.phase .icon-holder-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center; }
  section.product .icon-holder-outer .icon-holder-inner, section.phase .icon-holder-outer .icon-holder-inner {
    height: 60%;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative; }
    section.product .icon-holder-outer .icon-holder-inner:before, section.phase .icon-holder-outer .icon-holder-inner:before {
      content: "";
      display: block;
      width: 55%;
      padding-bottom: 55%;
      background: var(--c-blue-dark);
      z-index: 1; }
    section.product .icon-holder-outer .icon-holder-inner:after, section.phase .icon-holder-outer .icon-holder-inner:after {
      content: "";
      display: block;
      width: 66%;
      padding-bottom: 66%;
      background: var(--c-blue-light);
      z-index: 1;
      border-radius: 100%;
      position: absolute;
      opacity: 0.6; }
    section.product .icon-holder-outer .icon-holder-inner i, section.phase .icon-holder-outer .icon-holder-inner i {
      color: var(--c-white-fix);
      z-index: 3;
      font-size: 7rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

section.text {
  position: relative; }
  section.text + section.text .line {
    transform: rotate(45deg) !important; }
  section.text .bg-lines .content > div:first-child {
    padding: 0 20px;
    background: var(--c-white);
    position: relative; }
  section.text .icon-holder-outer {
    padding: 20px 0; }
    section.text .icon-holder-outer + .content {
      padding-top: 20px; }
    section.text .icon-holder-outer i {
      font-size: 8em;
      position: relative;
      overflow: visible;
      color: var(--c-blue-dark); }
      section.text .icon-holder-outer i:after {
        content: " ";
        display: block;
        background: var(--c-blue-light);
        width: 80%;
        padding-bottom: 80%;
        transform: translate(-50%, -50%) rotate(45deg);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1; }
  section.text .lines-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 140px*2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    overflow: hidden;
    z-index: -1; }
    section.text .lines-holder .line {
      height: 200%;
      transform: rotate(-45deg);
      margin: 0 20px;
      position: relative; }
      section.text .lines-holder .line:after {
        content: " ";
        width: 2px;
        height: 100%;
        background: var(--c-blue-light);
        display: inline-block; }
  section.text .content {
    padding: 140px 0; }
    section.text .content p:last-of-type {
      margin-bottom: 0; }
  section.text .text-centered {
    text-align: center; }
    section.text .text-centered > .content {
      max-width: 70vw;
      margin: 0 auto; }

section.text-map {
  position: relative;
  margin-bottom: 140px; }
  section.text-map .text-holder {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    section.text-map .text-holder .info {
      padding: 20px 0;
      position: relative; }
      section.text-map .text-holder .info:after {
        content: " ";
        position: absolute;
        bottom: 0;
        width: 150%;
        height: 2px;
        background: var(--c-blue-light);
        display: block; }
      section.text-map .text-holder .info:last-of-type:after {
        display: none; }
      section.text-map .text-holder .info h3 {
        margin-bottom: 0;
        font-weight: 200;
        font-size: 2em;
        line-height: 1.1em;
        padding-top: 5px; }
        section.text-map .text-holder .info h3 strong {
          font-size: 1.5em;
          color: var(--c-blue-light);
          display: block;
          font-weight: 800; }
      section.text-map .text-holder .info p {
        margin-bottom: 0;
        max-width: 450px; }
  section.text-map:after {
    content: " ";
    background: var(--c-grey);
    display: block;
    width: 100%;
    height: 80%;
    position: absolute;
    top: 10%;
    z-index: -1; }
  section.text-map .map-holder {
    position: relative; }
    section.text-map .map-holder .map {
      fill: var(--c-black); }
    section.text-map .map-holder .map-dot {
      opacity: 0;
      fill: var(--c-blue-light);
      animation: map-dots 8s ease-in-out infinite;
      transform-origin: center;
      transform-box: fill-box;
      stroke: var(--c-blue-light); }

section.contact-form {
  color: #fbfcff;
  background: #21212b;
  padding: 80px 0; }
  section.contact-form .cta-holder .image-bg {
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    color: #21212b;
    font-size: 1.2rem; }
    section.contact-form .cta-holder .image-bg div {
      padding: 20px; }
      section.contact-form .cta-holder .image-bg div p:last-child {
        margin-bottom: 0; }

section.text-image.text-highlight p {
  font-size: 3rem;
  font-weight: 800;
  font-family: "new-hero", sans-serif;
  text-transform: uppercase;
  padding-top: 5px;
  max-width: 9999px !important; }
  section.text-image.text-highlight p:last-of-type {
    margin-bottom: 0; }
section.text-image.text-highlight strong {
  color: var(--c-blue-light); }
section.text-image .col-text {
  background: var(--c-black-fix);
  color: var(--c-white-fix);
  position: relative;
  z-index: 0; }
  section.text-image .col-text p {
    max-width: 600px; }
section.text-image .col-image {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--c-black-fix); }
  section.text-image .col-image > div {
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%; }

.vertical-lines-cutoff .col-text {
  padding-bottom: 420px; }
.vertical-lines-cutoff .vertical-lines-holder:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 350px 700px;
  border-color: transparent transparent var(--c-white) transparent;
  transform: rotate(0deg);
  z-index: 0; }

.vertical-lines-holder {
  position: relative; }
  .vertical-lines-holder .vertical-lines {
    height: 500%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-image: repeating-linear-gradient(90deg, var(--c-blue-light), var(--c-blue-light) 2px, transparent 2px, transparent 20px); }

header#main-header {
  padding-top: 40px; }
  header#main-header #mobile-menu .primary-menu-holder {
    display: none; }
  header#main-header #main-utility-holder {
    text-align: right; }
  header#main-header .current_page_parent > a, header#main-header .current-menu-item > a {
    color: var(--c-blue-light) !important; }
    header#main-header .current_page_parent > a:after, header#main-header .current-menu-item > a:after {
      background: var(--c-blue-light) !important; }
  header#main-header .current_page_parent .current-menu-item a, header#main-header .current-menu-item .current-menu-item a {
    font-weight: bold;
    color: var(--c-blue-light) !important; }
  header#main-header .vertical-lines-outer {
    height: 80px;
    overflow: hidden; }
    header#main-header .vertical-lines-outer .container, header#main-header .vertical-lines-outer .row, header#main-header .vertical-lines-outer .vertical-lines-holder {
      height: 100%; }
  header#main-header > .container .row:first-of-type {
    padding-bottom: 40px;
    align-items: flex-end; }
  header#main-header #main-logo {
    z-index: 30;
    position: relative; }
    header#main-header #main-logo a {
      display: block; }
    header#main-header #main-logo img {
      max-width: 200px; }
  header#main-header li a {
    color: var(--c-black);
    text-decoration: none;
    font-family: "new-hero", sans-serif;
    white-space: nowrap; }
  header#main-header #header-content {
    position: relative;
    z-index: 1; }
    header#main-header #header-content #header-bg {
      z-index: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      header#main-header #header-content #header-bg .container {
        position: relative;
        z-index: 1;
        height: 100%;
        mix-blend-mode: color-burn; }
        header#main-header #header-content #header-bg .container > div {
          position: relative;
          height: 100%;
          overflow: hidden; }
          header#main-header #header-content #header-bg .container > div .circle {
            background: var(--c-blue-light);
            width: 380px;
            height: 380px;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
      header#main-header #header-content #header-bg > #header-bg-img {
        position: absolute;
        top: 0;
        height: 100%;
        width: 75%;
        right: 0;
        background-size: cover;
        max-width: 1400px;
        background-position: center; }
    header#main-header #header-content > .container {
      height: 100%;
      z-index: 1;
      position: relative;
      display: flex; }
      header#main-header #header-content > .container .image-overlay {
        position: relative;
        width: 100%; }
        header#main-header #header-content > .container .image-overlay .btn {
          position: absolute;
          bottom: 20px;
          left: 20px; }

#utility-holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-size: 0.8em; }
  #utility-holder a {
    padding: 0 3px; }
    #utility-holder a:hover {
      text-decoration: underline; }
  #utility-holder ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 20px; }
    #utility-holder ul li {
      display: inline-block; }
      #utility-holder ul li a.active {
        font-weight: bold; }

footer {
  font-size: 14px;
  font-family: "new-hero", sans-serif;
  margin-top: 140px; }
  footer .graphic-holder {
    height: calc(20px*22/2);
    overflow: hidden;
    position: relative; }
    footer .graphic-holder .waves {
      height: 100px;
      width: 100%;
      position: absolute;
      bottom: 0;
      background-image: url("../img/azerus-waves-sm.jpg");
      background-size: cover;
      background-position: center; }
    footer .graphic-holder .circle {
      background: var(--c-blue-light);
      width: 440px;
      height: 440px;
      border-radius: 50%;
      position: absolute;
      bottom: calc(20px*22/2*-1);
      right: calc(20px*22/3*-1); }
  footer #main-footer {
    background-color: var(--c-black-fix);
    color: var(--c-white-fix);
    padding: 80px 0; }
    footer #main-footer a {
      color: var(--c-white-fix);
      text-decoration: none;
      white-space: nowrap; }
      footer #main-footer a:hover {
        text-decoration: underline; }
    footer #main-footer .menu-item-has-children > a, footer #main-footer strong {
      text-transform: uppercase;
      font-weight: bold; }
    footer #main-footer .lines-holder {
      flex: 1; }
      footer #main-footer .lines-holder .lines {
        background: var(--c-white-fix);
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        top: 7px;
        height: 100%; }
      footer #main-footer .lines-holder .line {
        width: 40px;
        height: 100%;
        position: relative; }
        footer #main-footer .lines-holder .line.line-up:after {
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
          bottom: 0; }
        footer #main-footer .lines-holder .line.line-down:after {
          border-bottom-left-radius: 20px;
          border-bottom-right-radius: 20px;
          top: 0; }
        footer #main-footer .lines-holder .line:after {
          content: " ";
          height: calc(100% + 20px);
          width: 100%;
          background: var(--c-blue-light);
          display: block;
          position: absolute; }
    footer #main-footer .menu-highlight ul {
      flex-direction: column; }
    footer #main-footer .menu-highlight a {
      padding: 3px 0;
      display: block; }
      footer #main-footer .menu-highlight a span {
        padding-top: 2px;
        display: block; }
    footer #main-footer .logo {
      padding-right: 0 !important;
      position: relative; }
      footer #main-footer .logo img {
        width: 160px; }
    footer #main-footer .company p {
      white-space: nowrap;
      padding: 5px 0 3px 0;
      margin: 0; }
    footer #main-footer .footer-holder {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
      footer #main-footer .footer-holder .lines-holder, footer #main-footer .footer-holder .content > div {
        padding-right: 50px; }
      footer #main-footer .footer-holder .content {
        display: flex; }
      footer #main-footer .footer-holder .menu-bottom {
        margin-top: 10px; }
        footer #main-footer .footer-holder .menu-bottom ul {
          justify-content: flex-end; }
          footer #main-footer .footer-holder .menu-bottom ul li {
            padding-right: 20px; }
            footer #main-footer .footer-holder .menu-bottom ul li a {
              padding: 5px 0; }
            footer #main-footer .footer-holder .menu-bottom ul li:last-of-type {
              padding-right: 0; }

.btn {
  color: var(--c-white);
  background: var(--c-black);
  text-transform: uppercase;
  border-radius: 10px;
  font-weight: 800;
  font-family: "new-hero", sans-serif;
  padding: 10px 12px 6px 12px;
  border: none; }
  .btn:hover {
    color: var(--c-white);
    background: var(--c-blue-light); }
  .btn.btn-light {
    color: var(--c-black);
    background: var(--c-white); }
    .btn.btn-light:hover {
      color: var(--c-white);
      background: var(--c-blue-light); }

.btn + .btn {
  margin-left: 20px; }

.hidden {
  display: none !important; }

.separator {
  padding-top: 80px;
  padding-bottom: 80px; }
  .separator:nth-of-type(even) .separator-inner .line {
    transform: rotate(45deg); }
  .separator .separator-inner {
    height: 280px;
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center; }
    .separator .separator-inner .line {
      height: 100%;
      transform: rotate(-45deg);
      margin: 0 40px;
      position: relative; }
      .separator .separator-inner .line:after {
        content: " ";
        width: 2px;
        height: 100%;
        background: var(--c-blue-light);
        display: inline-block; }

body.azerus .cc-nb-main-container {
  border-left: 1px solid var(--c-white-fix);
  border-top: 1px solid var(--c-white-fix); }

body.azerus .cc-nb-main-container, body.azerus .cc-pc-container {
  background: var(--c-black-fix);
  color: var(--c-white-fix); }
  body.azerus .cc-nb-main-container .cc-cp-body-tabs, body.azerus .cc-pc-container .cc-cp-body-tabs {
    background: var(--c-white-fix); }
  body.azerus .cc-nb-main-container .cc-cp-foot-byline, body.azerus .cc-pc-container .cc-cp-foot-byline {
    opacity: 0 !important; }
  body.azerus .cc-nb-main-container .cc-cp-foot, body.azerus .cc-nb-main-container .cc-cp-body-content-entry, body.azerus .cc-nb-main-container .cc-pc-head, body.azerus .cc-nb-main-container .cc-cp-body-tabs-item[active=true], body.azerus .cc-nb-main-container .cc-cp-body-content, body.azerus .cc-pc-container .cc-cp-foot, body.azerus .cc-pc-container .cc-cp-body-content-entry, body.azerus .cc-pc-container .cc-pc-head, body.azerus .cc-pc-container .cc-cp-body-tabs-item[active=true], body.azerus .cc-pc-container .cc-cp-body-content {
    background: var(--c-black-fix) !important;
    color: var(--c-white-fix) !important; }
  body.azerus .cc-nb-main-container .cc-nb-okagree, body.azerus .cc-nb-main-container .cc-nb-reject, body.azerus .cc-nb-main-container .cc-cp-foot-save, body.azerus .cc-pc-container .cc-nb-okagree, body.azerus .cc-pc-container .cc-nb-reject, body.azerus .cc-pc-container .cc-cp-foot-save {
    background: var(--c-blue-light);
    color: var(--c-white-fix); }
  body.azerus .cc-nb-main-container .cc-pc-head-close, body.azerus .cc-pc-container .cc-pc-head-close {
    border-color: var(--c-blue-light) !important; }
  body.azerus .cc-nb-main-container .cc-nb-changep, body.azerus .cc-pc-container .cc-nb-changep {
    background: var(--c-white-fix); }
  body.azerus .cc-nb-main-container .cc-nb-okagree, body.azerus .cc-nb-main-container .cc-nb-reject, body.azerus .cc-nb-main-container .cc-nb-changep, body.azerus .cc-nb-main-container .cc-cp-foot-save, body.azerus .cc-pc-container .cc-nb-okagree, body.azerus .cc-pc-container .cc-nb-reject, body.azerus .cc-pc-container .cc-nb-changep, body.azerus .cc-pc-container .cc-cp-foot-save {
    border-radius: 10px;
    padding: .5rem 1rem .25rem 1rem; }
  body.azerus .cc-nb-main-container .cc-nb-okagree, body.azerus .cc-nb-main-container .cc-nb-reject, body.azerus .cc-nb-main-container .cc-nb-changep, body.azerus .cc-nb-main-container .cc-nb-title, body.azerus .cc-nb-main-container .cc-cp-foot-save, body.azerus .cc-pc-container .cc-nb-okagree, body.azerus .cc-pc-container .cc-nb-reject, body.azerus .cc-pc-container .cc-nb-changep, body.azerus .cc-pc-container .cc-nb-title, body.azerus .cc-pc-container .cc-cp-foot-save {
    text-transform: uppercase;
    font-family: "new-hero", sans-serif;
    font-weight: 900; }

@keyframes map-dots {
  0% {
    opacity: 0;
    transform: scale(0.75);
    filter: drop-shadow(0px 0px 0px rgba(var(--c-blue-light), 0)); }
  25% {
    opacity: 1;
    transform: scale(1);
    filter: drop-shadow(0px 0px 150px rgba(var(--c-blue-light), 0.7)); }
  50% {
    opacity: 0;
    transform: scale(0.75);
    filter: drop-shadow(0px 0px 0px rgba(var(--c-blue-light), 0)); }
  100% {
    opacity: 0;
    transform: scale(0.75); } }
@keyframes blink {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.text-animation {
  display: inline-block;
  vertical-align: top;
  margin: 0; }
  .text-animation .employee-name {
    position: absolute;
    /* makes words stack on top of each other */
    opacity: 0;
    text-transform: uppercase; }
    .text-animation .employee-name .letter:last-of-type {
      color: var(--c-white-fix);
      animation: blink 2.6s linear infinite; }
  .text-animation .letter {
    display: inline-block;
    transform-origin: 50% 50% 25px; }
  .text-animation .letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .text-animation .letter.behind {
    transform: rotateX(-90deg); }
  .text-animation .letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

/*# sourceMappingURL=az.custom.theme.main.css.map */
