* {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-family: "Calibre", "Arial", sans-serif;
  min-height: 0;
  min-width: 0; }

.page {
  overflow: hidden !important; }

body {
  background-color: #151c27;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1em;
  position: relative;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important; }

body.fonts-not-loaded * {
  font-family: "Arial", sans-serif !important; }

h1,
.CL-h1 {
  font-family: "Circular", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 30px; }

h2,
.CL-h2 {
  font-family: "Circular", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 30px; }

h3,
.CL-h3 {
  font-family: "Circular", "Arial", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3em;
  color: #151c27;
  letter-spacing: -0.43px;
  margin: 0; }

@media only screen and (max-width: 550px) {
  h3,
  .CL-h3 {
    font-size: 1.2em; } }

h4,
.CL-h4 {
  font-family: "Circular", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.25em;
  color: #151c27;
  letter-spacing: -0.24px;
  margin: 0;
  line-height: 1.3em; }

h5,
.CL-h5 {
  font-family: "Circular", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  color: #151c27;
  letter-spacing: -0.3px;
  line-height: 1.5em;
  margin: 0; }

h6,
.CL-h6 {
  font-family: "Circular", "Arial", sans-serif;
  font-size: 0.66em;
  color: #151c27;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  line-height: 1.7em; }

p,
a,
span,
li,
td,
th,
label,
.CL-p {
  font-family: "Calibre", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: normal; }

a,
CL-a {
  cursor: pointer;
  text-decoration: none;
  color: #2374c5;
  display: inline;
  padding-bottom: 2px;
  transition: 0.26s ease all;
  flex-shrink: 0;
  letter-spacing: -0.0025em; }

a:hover,
CL-a:hover {
  color: #1c2430; }

table {
  border-collapse: collapse;
  width: 100%; }

th {
  font-family: "Circular", "Arial", sans-serif;
  font-size: 0.6em;
  letter-spacing: 0.5px;
  line-height: 0.65em;
  color: rgba(21, 28, 39, 0.3);
  text-align: left;
  font-weight: 400;
  color: #aaaaaa;
  text-transform: uppercase;
  border-collapse: separate;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 18px 69px 20px 10px;
  margin: 0; }

td {
  padding: 25px 0; }

ol {
  counter-reset: nCounter 0;
  padding-left: 0; }

ol li {
  list-style: none outside;
  text-indent: 0;
  padding-left: 40px;
  position: relative; }

ol li:before {
  content: counter(nCounter) ".";
  counter-increment: nCounter;
  font-weight: bold;
  padding: 0;
  text-align: left;
  display: block;
  position: absolute;
  left: 0;
  color: #aaaaaa; }

input,
textarea {
  padding: 12px 24px 16px 24px;
  background-color: #f6f8fa;
  border-radius: 3px;
  font: "Calibre", "Arial", sans-serif;
  font-size: 0.9em;
  color: #151c27;
  border: none;
  line-height: 1em; }

textarea {
  padding-top: 24px; }

input::placeholder,
textarea::placeholder {
  font-family: "Calibre", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: normal; }

input[type="submit"] {
  background-color: #283345;
  font-family: "Circular", "Arial", sans-serif;
  font-size: 0.6em;
  letter-spacing: 0.5px;
  line-height: 0.65em;
  color: rgba(21, 28, 39, 0.3);
  padding: 12px 0 12px 0;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer; }

#decimal-mark {
  display: none; }

.feature_description .video-wrapper {
  min-height: 250px; }

@media only screen and (max-width: 550px) {
  .feature_description .video-wrapper {
    min-height: 250px; } }

@media only screen and (max-width: 450px) {
  .feature_description .video-wrapper {
    min-height: 200px; } }

@media only screen and (max-width: 350px) {
  .feature_description .video-wrapper {
    min-height: 130px; } }

.video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.video-wrapper {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  max-width: 600px;
  height: auto;
  transform: scale(1);
  transition: 0.26s ease all; }

@media only screen and (max-width: 550px) {
  .video-wrapper {
    width: 100%; } }

.video-cover {
  background-size: cover;
  position: absolute;
  background-position: 50% 50%;
  background-color: #444a64;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  transition: 0.5s ease all; }

.video-cover.gone {
  display: none; }

.video-cover:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 70%;
  z-index: 30;
  display: block;
  content: " ";
  transition: 0.26s ease all;
  opacity: 0;
  background: linear-gradient(20deg, rgba(255, 255, 255, 0) 50%, #ffffff 100%); }

.video-wrapper:hover .video-cover {
  transform: scale(1.03); }

.video-button {
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 50;
  top: 50%;
  margin-top: -40px;
  right: 80px;
  opacity: 1 !important;
  transition: 0.26s ease all;
  background-color: #3064d2;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center; }

.video-button-icon {
  opacity: 1 !important;
  width: 20%;
  height: 20%;
  margin-right: -3px; }

.video-button.gone {
  display: none; }

.video-wrapper:hover .video-button {
  transform: scale(1.1);
  background-color: #2955b3; }

.video-wrapper:hover .video-button-icon {
  transform: scale(0.95); }

.video-wrapper:hover .video-button {
  opacity: 1 !important; }

@font-face {
  font-family: "Calibre";
  src: url("/fonts/CalibreWeb-Regular.eot");
  src: url("/fonts/CalibreWeb-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/CalibreWeb-Regular.woff2") format("woff2"), url("/fonts/CalibreWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Calibre";
  src: url("/fonts/CalibreWeb-Semibold.eot");
  src: url("/fonts/CalibreWeb-Semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/CalibreWeb-Semibold.woff2") format("woff2"), url("/fonts/CalibreWeb-Semibold.woff") format("woff");
  font-weight: bold;
  font-style: bold; }

@font-face {
  font-family: "Circular";
  src: url("/fonts/lineto-circular-pro-medium.eot");
  src: url("/fonts/lineto-circular-pro-medium.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-circular-pro-medium.woff2") format("woff2"), url("/fonts/lineto-circular-pro-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.CL-title {
  font-family: "Circular", "Arial", sans-serif;
  margin-left: -2px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  font-size: 39px;
  letter-spacing: -0.02em;
  margin-bottom: 20px; }

.CL-p-large {
  font-style: normal;
  font-weight: normal;
  line-height: 27px;
  font-size: 20px;
  color: #fff;
  margin: 20px 0 30px 0; }

.CL-p-small {
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  letter-spacing: -0.0025em; }

.CL-tiny {
  font-family: "Circular", "Arial", sans-serif;
  font-size: 0.6em;
  letter-spacing: 0.5px;
  line-height: 0.65em;
  text-transform: uppercase;
  color: rgba(21, 28, 39, 0.3); }

.CL-button {
  border-radius: 9999px;
  font-size: 0.66em;
  text-transform: uppercase;
  line-height: 1.2em;
  display: inline-block;
  white-space: nowrap;
  align-items: center;
  font-weight: 900;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: 0.26s ease all;
  padding: 14px 28px;
  color: #fff;
  background-color: #3064d2;
  text-align: center; }

.CL-button:hover {
  background-color: #224693;
  color: #fff; }

.CL-button.dark {
  background-color: #273346; }

.CL-button.dark:hover {
  background-color: #1b2431; }

.CL-button.blue {
  background-color: #3064d2; }

.CL-button.blue:hover {
  background-color: #4f7bd9; }

.CL-button.blue:active {
  background-color: #2955b3; }

.CL-button.green {
  background-color: #3064d2; }

.CL-button.green:hover {
  background-color: #224693; }

.CL-button.help {
  background-color: #4f7bd9;
  color: #fff; }

.CL-button.help:hover {
  background-color: #2955b3;
  color: #fff; }

.CL-button.white {
  background-color: #fff;
  color: #3064d2; }

.CL-button.green-shade-hover:hover {
  background-color: #2955b3;
  color: #fff; }

.CL-button.green-tint-one-shade-hover:hover {
  background-color: #4f7bd9;
  color: #fff; }

.CL-button.red {
  background-color: #3064d2; }

.CL-button.red:hover {
  background-color: #224693; }

.CL-button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  font-size: 0.66em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2em;
  display: inline-block;
  white-space: nowrap;
  align-items: center;
  font-weight: 900;
  letter-spacing: 0.5px;
  padding: 14px 28px;
  color: #fff; }

.CL-button-ghost:hover {
  background-color: #fff;
  color: #151c27;
  border-bottom-width: 1 px;
  border-color: rgba(255, 255, 255, 0); }

.CL-button-ghost.in-line {
  border: none; }

.CL-button-ghost.merchants:hover {
  color: #444a64; }

.CL-button-link {
  font-family: "Calibre", "Arial", sans-serif;
  font-size: 12px;
  color: #3064d2;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding-bottom: 3px;
  white-space: nowrap;
  border-bottom: 2px solid #3064d2;
  text-transform: uppercase; }

.CL-button-link:hover {
  color: #224693;
  border-bottom-color: #224693; }

.CL-button-link.white {
  color: #fff;
  border-bottom: 2px solid #fff; }

.CL-pattern-bot {
  position: relative;
  overflow: hidden;
  z-index: 0; }

.CL-pattern-bot::after {
  display: block;
  content: " ";
  width: 100%;
  height: 530px;
  position: absolute;
  bottom: -262px;
  background-size: auto;
  background-repeat: repeat-x;
  background-image: url("/img/patterns/dark-background.png?version=1698219280774");
  opacity: 1;
  z-index: -1; }

.CL-pattern-top {
  position: relative;
  z-index: 0;
  overflow: hidden; }

.CL-pattern-top::before {
  display: block;
  content: " ";
  width: 100%;
  height: 530px;
  position: absolute;
  top: -262px;
  background-size: auto;
  background-repeat: repeat-x;
  background-image: url("/img/patterns/dark-background.png?version=1698219280774");
  transform: rotate(180deg);
  opacity: 1;
  z-index: -1; }

.CL-white-backdrop {
  background-color: rgba(255, 255, 255, 0.975); }

.CL-shaded {
  position: relative; }

.CL-shaded:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-189deg, rgba(21, 28, 39, 0.7) 0, rgba(21, 28, 39, 0) 50%);
  opacity: 1;
  content: " ";
  top: 0;
  left: 0;
  z-index: 100;
  display: block; }

.CL-wrapper {
  max-width: 1160px;
  position: relative;
  margin: 0 auto;
  padding: 20px 80px;
  box-sizing: border-box; }

@media only screen and (max-width: 650px) {
  .CL-wrapper {
    padding: 20px 65px; } }

@media only screen and (max-width: 550px) {
  .CL-wrapper {
    padding: 20px 55px; } }

@media only screen and (max-width: 450px) {
  .CL-wrapper {
    padding: 20px 35px; } }

@media only screen and (max-width: 350px) {
  .CL-wrapper {
    padding: 20px 20px; } }

.CL-first-section {
  margin-top: -103px; }

.CL-box {
  padding-left: 70px;
  background: #ffffff;
  border-radius: 3px; }

.subscription-form .hs-form {
  color: #ffffff;
  display: flex;
  flex-flow: row wrap;
  max-width: 500px;
  justify-content: center; }

@media only screen and (max-width: 550px) {
  .subscription-form .hs-form {
    flex-direction: column; } }

.subscription-form .hs-form input,
.subscription-form .hs-form textarea,
.subscription-form .hs-form .submitted-message {
  color: #ffffff; }

.subscription-form .hs-form .hs-submit input {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  white-space: pre-wrap;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 21px 30px 21px 31px !important;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.1px;
  line-height: 7.8px;
  font-family: "Circular", "Arial", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #3064d2 !important; }

.subscription-form .hs-form .hs-submit input:disabled {
  cursor: not-allowed; }

@media only screen and (max-width: 550px) {
  .subscription-form .hs-form .hs-submit input {
    width: 100%;
    margin-left: 0; } }

.subscription-form .hs-form .hs-email input {
  padding: 12px 24px 16px 24px;
  border-radius: 999px;
  font-size: 0.9em;
  border: none;
  line-height: 1em;
  width: 316px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0;
  box-sizing: border-box;
  margin-top: 2px; }

@media only screen and (max-width: 650px) {
  .subscription-form .hs-form .hs-email input {
    width: 270px; } }

@media only screen and (max-width: 550px) {
  .subscription-form .hs-form .hs-email input {
    margin-top: 0;
    width: 100%; } }

.subscription-form .hs-form .hs-email input::placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.subscription-form .hs-form .hs-form-required {
  display: none; }

.subscription-form .hs-form .legal-consent-container {
  font-size: 14px;
  order: 1;
  padding: 0 20px; }

@media only screen and (max-width: 550px) {
  .subscription-form .hs-form .legal-consent-container {
    order: 0;
    padding: 0; } }

.subscription-form .hs-form .hs-form-booleancheckbox {
  font-weight: 600;
  line-height: 16px; }

.subscription-form .hs-form input[type="checkbox"] {
  margin-right: 6px !important; }

.subscription-form .hs-form .inputs-list {
  list-style-type: none;
  padding-left: 0; }

.newsletter {
  background: linear-gradient(193.53deg, #5976e9 15.43%, #bfc9ed 123.84%); }

.newsletter-content {
  width: 100%; }

.newsletter-main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 0; }

.newsletter-h3 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 12px; }

.newsletter-p {
  max-width: 580px;
  color: #fff;
  text-align: center;
  margin: -5px 0 40px 0; }

.newsletter-input {
  width: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0;
  box-sizing: border-box; }

.newsletter-submit {
  -webkit-appearance: none;
  background-color: #3064d2;
  color: #fff;
  text-align: center;
  padding: 10px 7px;
  right: 0;
  flex-shrink: 0;
  padding: 20px 30px !important;
  border-radius: 999px;
  letter-spacing: 0.1px !important;
  margin: 0;
  margin-left: 10px; }

@media only screen and (max-width: 550px) {
  .newsletter-submit {
    margin-left: 0px;
    margin-top: 10px; } }

.newsletter-form {
  width: 100%;
  box-sizing: border-box; }

.newsletter-input-group {
  display: flex;
  flex-direction: row; }

@media only screen and (max-width: 550px) {
  .newsletter-input-group {
    flex-direction: column; } }

.newsletter-form-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 20px;
  max-width: 500px;
  margin: 0 auto;
  box-sizing: border-box; }

input#mce-EMAIL::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1; }

input#mce-EMAIL::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1; }

input#mce-EMAIL::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1; }

input#mce-EMAIL::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1; }

div.mce_inline_error,
.newsletter-success,
.newsletter-failure {
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  letter-spacing: -0.0025em;
  color: #fff;
  margin: 20px 0px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 20px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box; }

div.mce_inline_error a,
.newsletter-success a,
.newsletter-failure a {
  display: block;
  padding-top: 4px;
  color: rgba(255, 255, 255, 0.75); }

div.mce_inline_error a:hover,
.newsletter-success a:hover,
.newsletter-failure a:hover {
  text-decoration: underline;
  color: #fff; }

.footer {
  background-color: #151c27; }

.footer-pastbot {
  padding-bottom: 48px; }

@media only screen and (max-width: 550px) {
  .footer-pastbot {
    padding-bottom: 0; } }

.footer-content {
  max-width: 1360px; }

.footer-copyright {
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  letter-spacing: -0.0025em;
  padding: 0 0 70px 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: rgba(255, 255, 255, 0.5); }

.footer-copyright a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline; }

.footer-copyright a:hover {
  color: #ffffff; }

.footer-copyright span {
  margin-right: 8px; }

.footer-pastbot-backtotop {
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.09); }

.footer-pastbot-backtotop:hover {
  background-color: rgba(255, 255, 255, 0.09);
  color: #fff; }

.footer-pastbot-backtotop:active {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff; }

@media only screen and (max-width: 550px) {
  .footer-pastbot-backtotop {
    display: none; } }

.footer-top {
  display: flex;
  justify-content: space-between;
  padding: 70px 0 105px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  align-items: baseline; }

@media only screen and (max-width: 1050px) {
  .footer-top {
    align-items: flex-start; } }

@media only screen and (max-width: 750px) {
  .footer-top {
    flex-direction: column;
    align-items: center; } }

.footer-top-title {
  color: #fff;
  line-height: 1em;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 30px; }

@media only screen and (max-width: 750px) {
  .footer-top-title {
    margin-bottom: 70px; } }

@media only screen and (max-width: 450px) {
  .footer-top-title {
    text-align: center;
    line-height: 1.2em; } }

.footer-top-right {
  display: flex; }

@media only screen and (max-width: 1050px) {
  .footer-top-right {
    flex-direction: column-reverse; } }

.footer-top-right-phone {
  font-family: "Circular", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 30px;
  display: block;
  color: #fff;
  padding: 0;
  font-size: 28px;
  padding-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.09); }

.footer-top-right-phone:hover {
  color: rgba(255, 255, 255, 0.5) !important; }

@media only screen and (max-width: 1050px) {
  .footer-top-right-phone {
    border-right: none;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    padding-right: 0;
    padding-top: 40px;
    text-align: right;
    font-size: 1.1em;
    color: rgba(255, 255, 255, 0.5); } }

@media only screen and (max-width: 750px) {
  .footer-top-right-phone {
    margin-top: 0px;
    text-align: center;
    padding-top: 20px; } }

.footer-top-right-email {
  font-family: "Circular", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 30px;
  display: block;
  color: #fff;
  font-size: 28px;
  padding-left: 25px; }

.footer-top-right-email:hover {
  color: rgba(255, 255, 255, 0.5) !important; }

@media only screen and (max-width: 1050px) {
  .footer-top-right-email {
    margin-left: 0;
    margin-top: 45px;
    padding-bottom: 40px;
    padding-left: 0;
    text-align: right; } }

@media only screen and (max-width: 750px) {
  .footer-top-right-email {
    padding-bottom: 20px;
    text-align: center; } }

.footer-middle {
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px; }

@media only screen and (max-width: 1050px) {
  .footer-middle {
    flex-wrap: wrap;
    justify-content: space-between; } }

@media only screen and (max-width: 750px) {
  .footer-middle {
    padding-left: 30px;
    padding-right: 30px;
    justify-content: space-around; } }

@media only screen and (max-width: 650px) {
  .footer-middle {
    padding-left: 0;
    padding-right: 0; } }

.footer-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 0; }

@media only screen and (max-width: 1050px) {
  .footer-bot {
    margin-top: 100px; } }

.footer-bot-left,
.footer-bot-right {
  min-width: initial; }

.footer-bot-middle {
  padding-left: 30px;
  min-width: initial;
  padding-right: 30px; }

@media only screen and (max-width: 650px) {
  .footer-bot-middle {
    display: none; } }

.footer-bot-middle-encryption-label {
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  letter-spacing: -0.0025em;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding-right: 5px; }

.footer-bot-middle-encryption {
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  letter-spacing: -0.0025em;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  display: inline-block; }

.footer-bot-middle-encryption:hover {
  color: #fff !important; }

.footer-section {
  flex-basis: 15%; }

@media only screen and (max-width: 1050px) {
  .footer-section {
    flex-basis: auto; } }

@media only screen and (max-width: 450px) {
  .footer-section {
    width: 100%; } }

@media only screen and (max-width: 1050px) {
  .footer-section-third {
    display: none; } }

@media only screen and (max-width: 750px) {
  .footer-section-second {
    display: none; } }

.footer-section-title {
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.8em;
  margin-top: 90px;
  margin-bottom: 10px; }

@media only screen and (max-width: 450px) {
  .footer-section-title {
    text-align: center; } }

.footer-section-links {
  list-style: none;
  padding: 0; }

.footer-section-link {
  margin: 0;
  font-size: 0.9em; }

@media only screen and (max-width: 450px) {
  .footer-section-link {
    text-align: center; } }

.footer-section-link-href {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0);
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  padding: 14px 0 14px 0; }

.footer-section-link-href:hover {
  color: #ffffff;
  border-color: #ffffff; }

@media only screen and (max-width: 450px) {
  .footer-section-link-href {
    margin: 0 auto; } }

.footer-section-social {
  margin-left: -15px; }

.footer-section-social-icons {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.footer-section-social-icon-href {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 90px;
  border: none;
  cursor: pointer; }

.footer-section-social-icon-href:last-child {
  margin-right: 0; }

.footer-section-social-icon-href:hover {
  border: none;
  background-color: rgba(255, 255, 255, 0.1); }

.footer-section-social-icon-img {
  opacity: 1 !important;
  width: 18px;
  height: 18px; }

.footer-section-social-icon-img-gi {
  width: 20px;
  height: 20px; }

.footer-section-social-icon-img-tw {
  width: 20px;
  height: 20px; }

.footer-section-social-icon-img-cb {
  width: 22px;
  height: 22px; }

.footer-section-social-icon-img-yt {
  width: 23px;
  height: 23px; }

.CL-validation-parent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch; }

.CL-validation-box {
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  letter-spacing: -0.0025em;
  padding: 10px 20px;
  color: #fff;
  border-radius: 3px; }

.CL-validation-box.good {
  background-color: #153c62;
  display: none; }

.CL-validation-box.bad {
  background-color: #3064d2; }

.CL-language-button {
  display: flex;
  margin-left: 14px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: 0.26s ease all; }

@media only screen and (max-width: 550px) {
  .CL-language-button {
    margin-left: 0; } }

.CL-language-button:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.CL-language-button:active {
  background-color: rgba(255, 255, 255, 0.3); }

.CL-language-button-icon {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  margin-right: -2px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 50;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1); }

.CL-language-button-icon-img {
  z-index: 100;
  display: block;
  height: 100%;
  width: 137% !important;
  position: absolute;
  left: -6px;
  top: 0;
  opacity: 1 !important;
  z-index: 50; }

.CL-language-button-arrow {
  width: 0;
  height: 0;
  margin-left: 10px;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #fff; }

.navbar-placeholder {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 103px; }

.navbar {
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  z-index: 3000;
  height: 103px;
  backface-visibility: hidden; }

@media only screen and (max-width: 650px) {
  .navbar {
    height: 93px; } }

.navbar-background {
  background-color: rgba(255, 255, 255, 0.975);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  transition: 0.3s ease opacity;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.navbar-secondary-button {
  margin-left: 15px;
  transition: 0.26s ease all;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-secondary-button:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1; }

.navbar-secondary-button:active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1; }

.navbar-content {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1360px; }

@media only screen and (max-width: 650px) {
  .navbar-content {
    padding: 15px 20px 0 20px; } }

.navbar-content-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative; }

.navbar-content-right {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.navbar-logo {
  width: 64px;
  height: 60px;
  min-width: 64px;
  margin-right: 40px;
  border: none;
  transform: scale(1);
  border-radius: 3px;
  transition: 0.26s ease all;
  position: relative; }

.navbar-logo:hover {
  opacity: 0.2 !important;
  border-bottom: none; }

.navbar-logo-img {
  position: absolute;
  opacity: 1 !important;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 0.3s ease opacity; }

.navbar-logo-img-dark {
  position: absolute;
  opacity: 0 !important;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.3s ease opacity; }

.navbar-links {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  align-items: center;
  margin: 0; }

.navbar-link-href {
  font-family: "Calibre", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  font-size: 17px;
  letter-spacing: 0.0075em;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.5em;
  border-bottom-color: rgba(255, 255, 255, 0);
  padding: 18px 20px 17px;
  border-radius: 3px;
  max-width: 120px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s ease opacity;
  backface-visibility: none; }

.navbar-link-href:hover {
  color: #fff;
  opacity: 0.4;
  border-bottom-color: rgba(255, 255, 255, 0); }

@media only screen and (max-width: 1050px) {
  .navbar-link.gone-first {
    display: none; } }

@media only screen and (max-width: 1050px) {
  .navbar-link.gone-second {
    display: none; } }

@media only screen and (max-width: 850px) {
  .navbar-link.gone-third {
    display: none; } }

@media only screen and (max-width: 750px) {
  .navbar-link.gone-fourth {
    display: none; } }

.navbar .separator {
  width: 2px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.2); }

.navbar-more-img {
  opacity: 1 !important;
  margin-left: 20px;
  margin-bottom: -3px;
  padding: 20px;
  padding-left: 20px;
  transition: 0.26s ease all;
  width: 16px;
  height: 15px;
  min-width: 16px;
  box-sizing: content-box; }

.navbar-more-img:hover {
  opacity: 0.4 !important; }

.navbar-more-img:active {
  opacity: 0.1 !important; }

@media only screen and (max-width: 750px) {
  .navbar-more-img {
    margin-left: 0; } }

@media only screen and (max-width: 650px) {
  .navbar-more-img {
    display: none; } }

.navbar-more-img-holder {
  position: relative;
  width: 100%;
  height: 100%; }

.navbar-more-img-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1 !important; }

.navbar-more-img-img-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0 !important; }

.navbar-more-img-mobile {
  opacity: 1 !important;
  margin-left: 10px;
  margin-bottom: -1px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 0px;
  border-radius: 4px;
  width: 16px;
  height: 15px;
  box-sizing: content-box;
  transition: 0.26s ease all;
  display: none; }

.navbar-more-img-mobile:hover {
  opacity: 0.2 !important; }

@media only screen and (max-width: 650px) {
  .navbar-more-img-mobile {
    display: block; }
  .navbar-more-img-mobile:hover {
    opacity: 1 !important; }
  .navbar-more-img-mobile:active {
    opacity: 0.2 !important; } }

.navbar-more-img-mobile-holder {
  position: relative;
  width: 100%;
  height: 100%; }

.navbar-more-img-mobile-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1 !important; }

.navbar-more-img-mobile-img-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0 !important; }

.navbar-apply-button {
  margin-left: 10px;
  margin-right: 0; }

.navbar-temporary-info-banner {
  height: 45px;
  background-color: #293344; }

.navbar-temporary-info-banner-text {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 5px;
  text-align: center;
  color: #fff; }

body.en .navbar-apply-button,
body.dk .navbar-apply-button {
  background-color: #273346; }

body.en .navbar-apply-button:hover,
body.dk .navbar-apply-button:hover {
  background-color: #1b2431; }

body.en .navbar-apply-button:active,
body.dk .navbar-apply-button:active {
  background-color: #212b3c; }

@media only screen and (max-width: 1050px) {
  .navbar .gone-first {
    display: none; } }

@media only screen and (max-width: 1050px) {
  .navbar .gone-second {
    display: none; } }

@media only screen and (max-width: 850px) {
  .navbar .gone-third {
    display: none; } }

@media only screen and (max-width: 750px) {
  .navbar .gone-fourth {
    display: none; } }

@media only screen and (max-width: 650px) {
  .navbar .gone-fifth {
    display: none; } }

body.only-at-top .navbar,
body.seamless .navbar {
  position: absolute; }

#JS-navbar-dropdown-apply {
  min-width: 280px; }

@media only screen and (max-width: 650px) {
  #JS-navbar-dropdown-apply {
    display: none !important; } }

#JS-navbar-dropdown-developers {
  min-width: 160px; }

#JS-navbar-dropdown-more .navbar-dropdown-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 380px; }

#JS-navbar-dropdown-more .navbar-dropdown-links.gone-first {
  display: none; }

@media only screen and (max-width: 1050px) {
  #JS-navbar-dropdown-more .navbar-dropdown-links.gone-first {
    display: block; } }

#JS-navbar-dropdown-more .navbar-dropdown-links.gone-second {
  display: none; }

@media only screen and (max-width: 1050px) {
  #JS-navbar-dropdown-more .navbar-dropdown-links.gone-second {
    display: block; } }

#JS-navbar-dropdown-more .navbar-dropdown-links.gone-third {
  display: none; }

@media only screen and (max-width: 850px) {
  #JS-navbar-dropdown-more .navbar-dropdown-links.gone-third {
    display: block; } }

#JS-navbar-dropdown-more .navbar-dropdown-links.gone-fourth {
  display: none; }

@media only screen and (max-width: 750px) {
  #JS-navbar-dropdown-more .navbar-dropdown-links.gone-fourth {
    display: block; } }

#JS-navbar-dropdown-more .navbar-dropdown-link {
  min-width: 110px; }

#JS-navbar-dropdown-more .navbar-dropdown-link:first-child {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px; }

#JS-navbar-dropdown-more .navbar-dropdown-link:first-child:before {
  display: none; }

.navbar-dropdown {
  position: absolute;
  top: 80px;
  left: 0px;
  z-index: 100000;
  opacity: 0;
  transform-origin: 0 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  transform: none; }

@media only screen and (max-width: 650px) {
  .navbar-dropdown {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    width: 100%;
    z-index: 10000;
    opacity: 0;
    transition: 0.5s ease all;
    height: 100%;
    transform-origin: 400px 0 50px;
    transform: rotateY(15deg) rotateX(20deg); } }

.navbar-dropdown-tip {
  top: -25px;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px; }

.navbar-dropdown-face {
  border-radius: 3px;
  background-color: #fff;
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d; }

@media only screen and (max-width: 650px) {
  .navbar-dropdown-face {
    min-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: scroll;
    box-sizing: border-box;
    border-radius: 0; }
  .navbar-dropdown-face #JS-navbar-dropdown-more {
    display: block;
    opacity: 1;
    padding: 20px 0 40px 0; } }

.navbar-dropdown-section {
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px 30px;
  min-width: 170px;
  opacity: 1;
  transform: translateZ(0px);
  will-change: opacity, transform;
  backface-visibility: hidden;
  transition: 0.45s ease all; }

@media only screen and (max-width: 650px) {
  .navbar-dropdown-section {
    min-width: 0 !important;
    box-sizing: border-box;
    width: auto;
    padding: 0px 0px; } }

.navbar-dropdown-section.LEFT {
  transform: translateX(-80px) translateZ(0px);
  opacity: 0; }

.navbar-dropdown-section.RIGHT {
  transform: translateX(80px) translateZ(0px);
  opacity: 0; }

.navbar-dropdown-section-separator {
  font-family: "Circular", "Arial", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3em;
  color: #151c27;
  letter-spacing: -0.43px;
  margin: 0;
  text-transform: uppercase;
  color: #151c27 !important;
  text-transform: none;
  box-sizing: border-box;
  padding: 0 0 20px 0;
  text-align: left;
  margin: 20px 20px 20px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff; }

@media only screen and (max-width: 550px) {
  .navbar-dropdown-section-separator {
    font-size: 1.2em; } }

@media only screen and (max-width: 650px) {
  .navbar-dropdown-section-separator {
    font-family: "Circular", "Arial", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3em;
    color: #151c27;
    letter-spacing: -0.43px;
    margin: 0;
    width: auto;
    box-sizing: border-box;
    text-transform: none;
    border-radius: 0;
    padding-left: 0;
    margin-left: 40px;
    margin-right: 20px;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 30px; }
  .navbar-dropdown-section-separator:nth-child(2) {
    max-width: 50%;
    margin-top: 6px; } }

@media only screen and (max-width: 650px) {
  .navbar-dropdown-section-separator {
    font-size: 1.2em; } }

.navbar-dropdown .gone-first {
  display: none; }

@media only screen and (max-width: 1050px) {
  .navbar-dropdown .gone-first {
    display: block; } }

.navbar-dropdown .gone-second {
  display: none; }

@media only screen and (max-width: 1050px) {
  .navbar-dropdown .gone-second {
    display: block; } }

.navbar-dropdown .gone-third {
  display: none; }

@media only screen and (max-width: 850px) {
  .navbar-dropdown .gone-third {
    display: block; } }

.navbar-dropdown .gone-fourth {
  display: none; }

@media only screen and (max-width: 750px) {
  .navbar-dropdown .gone-fourth {
    display: block; } }

.navbar-dropdown .gone-fifth {
  display: none; }

@media only screen and (max-width: 650px) {
  .navbar-dropdown .gone-fifth {
    display: block; } }

.navbar-dropdown-links {
  list-style: none;
  padding: 0;
  margin: 0; }

@media only screen and (max-width: 650px) {
  .navbar-dropdown-links {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 0 !important;
    width: 100%; } }

.navbar-dropdown-link {
  font-family: "Circular", "Arial", sans-serif;
  font-size: 0.9em;
  color: #151c27;
  letter-spacing: 0;
  min-width: 130px;
  line-height: 2em; }

@media only screen and (max-width: 650px) {
  .navbar-dropdown-link {
    box-sizing: border-box;
    flex-basis: 100%;
    min-width: 0 !important;
    margin-left: 30px;
    margin-right: 20px;
    font-size: 1em; } }

.navbar-dropdown-link-href {
  border-bottom: none;
  color: #151c27;
  margin-bottom: 0;
  padding: 20px 30px 20px 20px;
  border-radius: 3px;
  display: block;
  transition: 0.15s ease all;
  min-width: 140px; }

@media only screen and (max-width: 650px) {
  .navbar-dropdown-link-href {
    margin-left: -10px; } }

.navbar-dropdown-link-href:hover {
  background-color: #f6f8fa;
  border: none; }

.navbar-dropdown-link-href-sub {
  display: block;
  color: #aaaaaa;
  margin: 0;
  margin-top: 0px; }

.navbar-dropdown-link:first-child {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: none; }

.navbar-dropdown-link:first-child:before {
  height: 1px;
  display: block;
  content: "";
  bottom: 0;
  width: 110px;
  margin-left: 20px;
  box-sizing: border-box;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.05); }

.navbar-dropdown-link:last-child {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px; }

.JS-navbar-dropdown-trigger-href {
  cursor: default; }

.JS-navbar-dropdown-trigger-href:hover {
  opacity: 0.4; }

.navbar-mobile-close-button {
  display: none; }

@media only screen and (max-width: 650px) {
  .navbar-mobile-close-button {
    display: block;
    float: right;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0;
    padding: 10px 30px 10px 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    text-transform: none;
    transition: 0.2s ease all;
    cursor: pointer; }
  .navbar-mobile-close-button:hover {
    background-color: #f6f8fa; }
  .navbar-mobile-close-button:active {
    background-color: #c5c6c8;
    border-color: #c5c6c8; } }

@media only screen and (max-width: 650px) {
  body.mobile-menu-active .page {
    will-change: initial !important;
    backface-visibility: hidden;
    height: 100vh; } }

@media only screen and (max-width: 650px) {
  body.mobile-menu-active .navbar-dropdown {
    transform-origin: 400px 0 -50px;
    transform: rotateY(0) rotateX(0);
    opacity: 1; } }

body.mobile-menu-active .navbar-dropdown-section {
  display: none !important; }

body.mobile-menu-active .navbar-dropdown-section.mobile {
  display: block !important;
  transform: translateX(0); }

@media only screen and (max-width: 650px) {
  body.mobile-menu-active {
    background-color: #fff !important; } }

#navbar.navbar.JS-following .CL-language-button,
body.press-release #navbar.navbar .CL-language-button,
body.no-nav #navbar.navbar .CL-language-button,
body.seamless #navbar.navbar .CL-language-button {
  border: 1px solid rgba(0, 0, 0, 0.05); }

#navbar.navbar.JS-following .CL-language-button:hover,
body.press-release #navbar.navbar .CL-language-button:hover,
body.no-nav #navbar.navbar .CL-language-button:hover,
body.seamless #navbar.navbar .CL-language-button:hover {
  background-color: #f6f8fa; }

#navbar.navbar.JS-following .CL-language-button:active,
body.press-release #navbar.navbar .CL-language-button:active,
body.no-nav #navbar.navbar .CL-language-button:active,
body.seamless #navbar.navbar .CL-language-button:active {
  background-color: #283345; }

#navbar.navbar.JS-following
.CL-language-button:active
.CL-language-button-arrow,
body.press-release
#navbar.navbar
.CL-language-button:active
.CL-language-button-arrow,
body.no-nav #navbar.navbar .CL-language-button:active .CL-language-button-arrow,
body.seamless
#navbar.navbar
.CL-language-button:active
.CL-language-button-arrow {
  background-color: #fff; }

#navbar.navbar.JS-following .CL-language-button-arrow,
body.press-release #navbar.navbar .CL-language-button-arrow,
body.no-nav #navbar.navbar .CL-language-button-arrow,
body.seamless #navbar.navbar .CL-language-button-arrow {
  border-right-color: #283345; }

#navbar.navbar.JS-following .separator,
body.press-release #navbar.navbar .separator,
body.no-nav #navbar.navbar .separator,
body.seamless #navbar.navbar .separator {
  background-color: rgba(0, 0, 0, 0.2); }

#navbar.navbar.JS-following .navbar-logo-img,
body.press-release #navbar.navbar .navbar-logo-img,
body.no-nav #navbar.navbar .navbar-logo-img,
body.seamless #navbar.navbar .navbar-logo-img {
  opacity: 0 !important; }

#navbar.navbar.JS-following .navbar-logo-img-dark,
body.press-release #navbar.navbar .navbar-logo-img-dark,
body.no-nav #navbar.navbar .navbar-logo-img-dark,
body.seamless #navbar.navbar .navbar-logo-img-dark {
  opacity: 1 !important; }

#navbar.navbar.JS-following .navbar-background,
body.press-release #navbar.navbar .navbar-background,
body.no-nav #navbar.navbar .navbar-background,
body.seamless #navbar.navbar .navbar-background {
  opacity: 1 !important; }

#navbar.navbar.JS-following .navbar-link-href,
body.press-release #navbar.navbar .navbar-link-href,
body.no-nav #navbar.navbar .navbar-link-href,
body.seamless #navbar.navbar .navbar-link-href {
  color: #151c27; }

#navbar.navbar.JS-following .navbar-secondary-button,
body.press-release #navbar.navbar .navbar-secondary-button,
body.no-nav #navbar.navbar .navbar-secondary-button,
body.seamless #navbar.navbar .navbar-secondary-button {
  color: #151c27; }

#navbar.navbar.JS-following .navbar-secondary-button:hover,
body.press-release #navbar.navbar .navbar-secondary-button:hover,
body.no-nav #navbar.navbar .navbar-secondary-button:hover,
body.seamless #navbar.navbar .navbar-secondary-button:hover {
  background-color: #f6f8fa;
  opacity: 1;
  color: #151c27; }

#navbar.navbar.JS-following .navbar-more-img-img,
body.press-release #navbar.navbar .navbar-more-img-img,
body.no-nav #navbar.navbar .navbar-more-img-img,
body.seamless #navbar.navbar .navbar-more-img-img {
  opacity: 0 !important; }

#navbar.navbar.JS-following .navbar-more-img-img-dark,
body.press-release #navbar.navbar .navbar-more-img-img-dark,
body.no-nav #navbar.navbar .navbar-more-img-img-dark,
body.seamless #navbar.navbar .navbar-more-img-img-dark {
  opacity: 1 !important; }

#navbar.navbar.JS-following .navbar-more-img-mobile,
body.press-release #navbar.navbar .navbar-more-img-mobile,
body.no-nav #navbar.navbar .navbar-more-img-mobile,
body.seamless #navbar.navbar .navbar-more-img-mobile {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.05); }

#navbar.navbar.JS-following .navbar-more-img-mobile-img,
body.press-release #navbar.navbar .navbar-more-img-mobile-img,
body.no-nav #navbar.navbar .navbar-more-img-mobile-img,
body.seamless #navbar.navbar .navbar-more-img-mobile-img {
  opacity: 0 !important; }

#navbar.navbar.JS-following .navbar-more-img-mobile-img-dark,
body.press-release #navbar.navbar .navbar-more-img-mobile-img-dark,
body.no-nav #navbar.navbar .navbar-more-img-mobile-img-dark,
body.seamless #navbar.navbar .navbar-more-img-mobile-img-dark {
  opacity: 1 !important; }

body.seamless #navbar.navbar .navbar-background {
  opacity: 0 !important; }

.help-navshader {
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 60px rgba(0, 10, 20, 0.75);
  height: 10px;
  bottom: -10px;
  width: 100%;
  z-index: 9999;
  left: 0;
  right: 0; }

.help-navshader.JS-help-navshader {
  display: none;
  transition: 0.55s cubic-bezier(0.61, 0.195, 0.025, 1.07) opacity;
  will-change: opacity;
  opacity: 0; }

.help-navshader.JS-help-navshader.active {
  opacity: 1; }

.help-navbar {
  background-color: rgba(255, 255, 255, 0.975);
  position: fixed;
  padding: 12px 35px;
  bottom: 12px;
  right: 150px;
  margin: 0 auto;
  justify-content: center;
  z-index: 10000;
  box-sizing: border-box;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  backface-visibility: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); }

.help-navbar:hover {
  background-color: #f7f8fa; }

@media only screen and (max-width: 550px) {
  .help-navbar {
    display: none !important; } }

.help-navbar-link {
  color: #151c27;
  font-family: sans-serif;
  font-weight: 800;
  color: #888888;
  font-size: 15px;
  margin-bottom: -1px; }

.help-navbar-link-icon {
  opacity: 1 !important;
  margin-right: 10px;
  min-width: 19px; }

.help-navbar-link-icon-contact {
  min-width: 17px; }

.help-navbar-items {
  position: relative;
  display: flex;
  list-style: none;
  margin: 0;
  align-items: center;
  justify-content: center;
  padding-left: 0; }

.help-navbar-group {
  display: flex;
  box-sizing: border-box;
  cursor: pointer;
  color: #151c27;
  transition: 0.2s ease all;
  font-size: 0.9em;
  position: relative;
  align-items: center;
  justify-content: center; }

.help-navbar-help-icon {
  border-radius: 9999px;
  background-color: #3064d2;
  padding: 4px 4px 5px 5px;
  font-size: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7px;
  width: 7px;
  margin-right: 10px;
  margin-top: -2px; }

.help-navbar-button {
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  margin-left: 20px;
  color: #3064d2; }

.help-navbar-button-link {
  font-size: 0.85em; }

.JS-hnvc {
  display: none;
  transform-origin: 60% 30%;
  perspective: 600px;
  opacity: 0;
  will-change: opacity transform;
  transform: translateY(0px); }

.JS-hnvc.active {
  opacity: 1;
  transform: translateY(-30px) rotate3d(1, 1, 1, 0deg); }

.hnvc {
  position: absolute;
  bottom: 45px;
  backface-visibility: hidden;
  right: -100px; }

.hnvc-content {
  padding: 0;
  border-radius: 3px;
  margin: 0;
  overflow: hidden;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 60px rgba(0, 10, 20, 0.2);
  background-color: #fff; }

.hnvc-content-link {
  transition: 0.26s ease all; }

.hnvc-content-link:hover {
  opacity: 0.5; }

.hnvc-tail {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  right: 137px;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 9px solid #fff;
  margin-left: 35px; }

.hnvc-top {
  display: flex;
  flex-direction: column;
  padding: 30px 30px; }

.hnvc-phone {
  display: flex;
  flex-direction: column;
  padding: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.hnvc-phone-number {
  font-family: "Circular", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 30px;
  font-size: 24px;
  margin-bottom: 0;
  color: #151c27; }

.hnvc-phone-info {
  margin-top: 0;
  display: flex;
  font-size: 18px;
  flex-direction: column;
  justify-content: space-between;
  user-select: none; }

.hnvc-phone-info-left {
  font-family: "Calibre", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: normal;
  display: block;
  margin-top: 10px;
  color: #999999; }

.hnvc-email {
  padding-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.hnvc-email-address {
  font-family: "Circular", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 30px;
  padding: 0 0;
  margin-bottom: 0;
  font-size: 24px;
  display: block;
  color: #151c27; }

.hnvc-email-info {
  font-family: "Calibre", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: normal;
  display: block;
  margin-top: 10px;
  color: #999999; }

.hnvc-aaq {
  padding-top: 20px; }

.hnvc-bottom {
  background-color: #f6f8fa;
  padding: 40px 50px 50px 50px; }

.hnvc-info {
  user-select: none;
  line-height: 0.8em;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  letter-spacing: -0.0025em; }

.aaq-validator-box {
  display: none;
  padding: 8px 15px;
  font-size: 13px;
  color: #fff;
  background-color: #5574b6;
  border-radius: 4px; }

.aaq-validator-box.bad {
  display: block; }

.askaq_card-holder {
  display: none;
  padding: 0;
  overflow: hidden;
  position: fixed;
  z-index: 200005;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  user-select: none;
  overflow-y: initial;
  align-items: center;
  justify-content: center;
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  box-sizing: border-box; }

@media only screen and (max-width: 1050px) {
  .askaq_card-holder {
    padding: 20px; } }

@media only screen and (max-width: 450px) {
  .askaq_card-holder {
    padding: 0; } }

.askaq_card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 200002;
  width: 920px;
  flex-grow: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.askaq_card * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.askaq_card-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  padding-left: 1px;
  padding-bottom: 7px;
  margin-top: 10px;
  opacity: 0.4; }

.askaq_card-label-subject {
  margin-top: 25px; }

.askaq_card input,
.askaq_card textarea {
  -webkit-touch-callout: auto !important;
  -webkit-user-select: auto !important;
  -khtml-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

@media only screen and (max-width: 1050px) {
  .askaq_card {
    max-width: initial;
    border-radius: 12px; } }

@media only screen and (max-width: 450px) {
  .askaq_card {
    border-radius: 0px; } }

@media only screen and (max-width: 950px) {
  .askaq_card {
    flex-direction: column;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%; } }

.askaq_card-hidden {
  opacity: 0;
  width: 0;
  height: 0;
  display: none; }

.askaq_card-left,
.askaq_card-right {
  flex-basis: 50%;
  padding: 30px;
  flex-shrink: 0;
  flex-grow: 0; }

@media only screen and (max-width: 950px) {
  .askaq_card-left,
  .askaq_card-right {
    flex-basis: initial; } }

.askaq_card-left {
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  overflow-y: auto; }

@media only screen and (max-width: 950px) {
  .askaq_card-left {
    padding: 80px 60px; } }

@media only screen and (max-width: 450px) {
  .askaq_card-left {
    padding: 40px; } }

@media only screen and (max-width: 350px) {
  .askaq_card-left {
    padding: 20px; } }

.askaq_card-left-title {
  padding-left: 0px;
  margin-bottom: 20px;
  flex-shrink: 0; }

@media only screen and (max-width: 450px) {
  .askaq_card-left-title {
    margin-bottom: 40px;
    padding: 0 20px;
    margin-top: 10px;
    margin-left: 0; } }

@media only screen and (max-width: 350px) {
  .askaq_card-left-title {
    margin-top: 24px; } }

.askaq_card-left-center {
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column; }

.askaq_card-left-name {
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box; }

.askaq_card-left-message-holder {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  width: 100%; }

.askaq_card-left-message {
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
  flex-grow: 1; }

@media only screen and (max-width: 950px) {
  .askaq_card-left-message {
    min-height: 125px; } }

@media only screen and (max-width: 450px) {
  .askaq_card-left-message {
    margin-bottom: 20px; } }

.askaq_card-left-sep {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f3f3f3; }

.askaq_card-left-email {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 25px; }

@media only screen and (max-width: 450px) {
  .askaq_card-left-email {
    margin-bottom: 20px; } }

.askaq_card-left-bottom {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0; }

@media only screen and (max-width: 450px) {
  .askaq_card-left-bottom {
    margin-top: 20px; } }

.askaq_card-left-bottom-later {
  border-color: #efeff1;
  color: #353c45;
  cursor: pointer;
  transition: 0.26s ease all; }

.askaq_card-left-bottom-later:hover {
  background-color: #efeff1; }

.askaq_card-left-bottom-later:active {
  background-color: #e1e1e3; }

.askaq_card-left-bottom-submit:active {
  background-color: #062a32; }

.askaq_card-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  height: initial; }

.askaq_card-right-content {
  padding: 30px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #3258a8 10.89%, #9eb5ff 77.95%);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

@media only screen and (max-width: 950px) {
  .askaq_card-right-content {
    padding: 80px 40px 40px 20px; } }

@media only screen and (max-width: 450px) {
  .askaq_card-right-content {
    padding: 50px 40px 40px; } }

@media only screen and (max-width: 350px) {
  .askaq_card-right-content {
    padding: 30px 20px 20px; } }

.askaq_card-right-category {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 2px 8px 3px 8px;
  border-radius: 5px;
  margin-bottom: 7px;
  margin-right: 8px;
  margin-left: 0;
  display: inline-block; }

.askaq_card-right-category .star {
  font-size: 10px;
  color: #fff;
  margin-right: 2px;
  position: relative;
  top: -0.5px; }

.askaq_card-right-close {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background-color: #0b4654;
  padding: 15px 0; }

.askaq_card-right-close-icon {
  opacity: 1 !important;
  height: 10px;
  width: 10px;
  margin-right: 16px; }

.askaq_card-right-close:hover {
  background-color: #083843; }

.askaq_card-right-close:active {
  background-color: #062a32; }

.askaq_card-right-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.askaq_card-right-logo {
  opacity: 1 !important;
  width: 58px;
  height: 55px;
  margin-top: -5px; }

.askaq_card-right-button {
  background-color: rgba(255, 255, 255, 0.1); }

.askaq_card-right-title {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 10px;
  flex-shrink: 0;
  display: block; }

@media only screen and (max-width: 950px) {
  .askaq_card-right-title {
    padding-left: 22px;
    padding-right: 22px; } }

@media only screen and (max-width: 450px) {
  .askaq_card-right-title {
    margin-left: 0;
    margin-bottom: 24px; } }

.askaq_card-right-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 100%;
  overflow-x: hidden;
  position: relative;
  margin-left: -29px; }

.askaq_card-right-li {
  width: 100%; }

.askaq_card-right-li:last-child .askaq_card-right-li-href:after {
  display: none; }

.askaq_card-right-li-ico {
  display: inline-block;
  width: 11px;
  margin-left: 8px;
  margin-bottom: -1px; }

.askaq_card-right-li-link {
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.08);
  padding: 3px 10px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.1px;
  border-radius: 3px;
  margin-left: -2px;
  word-break: keep-all;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  transform: 0.3s ease all;
  overflow: hidden; }

.askaq_card-right-li-href:hover .askaq_card-right-li-link {
  background-color: rgba(0, 0, 0, 0.25);
  color: #ffffff; }

.askaq_card-right-li-href:hover .askaq_card-right-li-desc {
  color: #ffffff; }

.askaq_card-right-li-href {
  display: block;
  padding: 20px 30px 20px 30px;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box; }

.askaq_card-right-li-href:after {
  height: 1px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.05);
  display: block;
  content: " ";
  bottom: -1px;
  left: 20px;
  transition: 0.26s ease all;
  right: 20px; }

.askaq_card-right-li-href:hover {
  background-color: rgba(255, 255, 255, 0.075); }

.askaq_card-right-li-href:hover:after {
  background-color: rgba(255, 255, 255, 0); }

.askaq_card-right-li-href:active {
  transform: scale(0.97); }

.askaq_card-right-li-title {
  font-family: "Calibre", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: -0.3px;
  margin-bottom: 5px; }

.askaq_card-right-li-desc {
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  letter-spacing: -0.0025em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-top: 0px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7); }

.job-posting-hero {
  background: linear-gradient(193.53deg, #5976e9 15.43%, #bfc9ed 123.84%);
  padding-top: 180px;
  padding-bottom: 80px; }

@media only screen and (max-width: 850px) {
  .job-posting-hero {
    padding: 160px 30px 30px 30px !important; } }

@media only screen and (max-width: 650px) {
  .job-posting-hero-wrapper {
    padding: 0px !important; } }

.job-posting-hero-title {
  color: #fff;
  display: block;
  margin-bottom: 20px; }

@media only screen and (max-width: 850px) {
  .job-posting-hero-title {
    margin-top: 40px; } }

@media only screen and (max-width: 650px) {
  .job-posting-hero-title {
    text-align: center; } }

.job-posting-hero-desc {
  margin-top: 40px;
  display: block;
  font-family: "Circular", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 30px;
  padding: 1px 20px;
  color: #fff;
  border-left: 8px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 100px; }

@media only screen and (max-width: 650px) {
  .job-posting-hero-desc {
    text-align: center;
    border-left: none; } }

.job-posting-label {
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  letter-spacing: -0.0025em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin-bottom: 10px; }

.job-posting-hero-brief {
  color: #fff; }

@media only screen and (max-width: 950px) {
  .job-posting-hero-content:before {
    display: none !important; } }

.job-posting-content-wrapper {
  padding: 0 80px; }

.job-posting-content-left {
  padding: 60px 0 !important;
  margin-right: 80px; }

@media only screen and (max-width: 950px) {
  .job-posting-content-left {
    flex-basis: auto !important;
    width: 100%;
    margin-right: 0; } }

.job-posting-content-left h1 {
  margin-top: 110px;
  margin-bottom: 50px; }

.job-posting-content-left h1:first-child {
  font-size: 2.1em;
  margin-right: 30px;
  margin-top: 0;
  line-height: 1.4em; }

.job-posting-content-left h2 {
  margin-top: 50px;
  margin-bottom: 30px; }

.job-posting-content-left li {
  margin: 25px 0; }

.job-posting-content-left .blog-info-box p {
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  letter-spacing: -0.0025em;
  color: #aaaaaa; }

.job-posting-content-left .video-wrapper {
  height: auto; }

@media only screen and (max-width: 950px) {
  .job-posting-content-right {
    display: none !important; } }

.job-posting-cool-stuffs {
  flex-direction: column;
  display: flex;
  padding: 0;
  list-style: none; }

.job-posting-cool-stuff {
  margin-left: 40px;
  flex-direction: column;
  display: flex;
  width: 170px;
  margin-top: 10px;
  height: 170px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px; }

.job-posting-cool-icon {
  height: 170px;
  width: 170px;
  padding: 30px;
  opacity: 1 !important;
  box-sizing: border-box; }

.job-posting-cool-description {
  font: "Circular", "Arial", sans-serif;
  text-transform: uppercase;
  color: #aaaaaa;
  max-width: 140px;
  font-weight: 600;
  font-size: 0.6em !important;
  text-align: center; }

.jobs-unsolicited {
  background-color: #3064d2;
  padding: 120px 0; }

.jobs-unsolicited.dark {
  background-color: #151c27; }

.jobs-unsolicited-wrapper {
  text-align: center;
  margin: 0 auto; }

.jobs-unsolicited-title {
  font-family: "Circular", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 30px;
  color: #fff;
  text-align: center; }

.jobs-unsolicited-desc {
  justify-content: space-between;
  max-width: 500px;
  margin: 40px auto 0 auto;
  color: #fff;
  text-align: center; }

.jobs-unsolicited-cta {
  color: #fff;
  text-align: center;
  margin-top: 40px; }

.jobs-unsolicited-cta-span {
  color: #fff; }

.jobs-unsolicited-cta-link {
  border-bottom-color: #fff !important;
  color: #fff !important;
  text-transform: none;
  font-size: 1.2em;
  margin-left: 10px; }

.jobs-unsolicited-cta-link:hover {
  color: rgba(255, 255, 255, 0.55) !important;
  border-bottom-color: rgba(255, 255, 255, 0.55) !important; }

.jobs-clearhaus-image {
  width: 100%;
  height: 275px;
  background-image: url("/img/figurehead/about/nsa.jpg");
  background-size: cover;
  background-position: 50% 50%; }

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124dpi) {
  .jobs-clearhaus-image {
    background-image: url("/img/figurehead/about/nsa@2x.jpg"); } }

.job-posting-clearhaus {
  background: linear-gradient(#f6f8fa, #e9eef3);
  padding: 100px 0; }

@media only screen and (max-width: 650px) {
  .job-posting-clearhaus {
    padding: 60px 0; } }

.job-posting-clearhaus-wrapper {
  display: flex;
  flex-direction: row; }

@media only screen and (max-width: 850px) {
  .job-posting-clearhaus-wrapper {
    flex-direction: column; } }

.job-posting-clearhaus-left {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 40px; }

@media only screen and (max-width: 850px) {
  .job-posting-clearhaus-left {
    margin-right: 0; } }

.job-posting-clearhaus-left-title {
  font-size: 30px; }

.job-posting-clearhaus-right {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 1;
  margin-left: 40px; }

@media only screen and (max-width: 850px) {
  .job-posting-clearhaus-right {
    margin-left: 0; } }

.job-posting-clearhaus-right-desc {
  font-family: "Calibre", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: normal;
  color: rgba(51, 51, 51, 0.7);
  padding-top: 30px; }

.job-posting-clearhaus-right-desc p {
  font-family: "Calibre", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: normal;
  color: rgba(51, 51, 51, 0.7); }
