/**
 * BD26 Main Stylesheet
 * 
 * Main SCSS file for BD26 theme
 * 
 * @package bd26
 * @since 1.0.0
 */
.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mt-7 {
  margin-top: 3.5rem;
}

.mt-8 {
  margin-top: 4rem;
}

.bg-black {
  background-color: #15161A;
}

.bg-white {
  background-color: #f7f7f9;
}

.bg-muted {
  background-color: #7b7f8c;
}

.bg-dark {
  background-color: #2C2C2E;
}

.bg-light {
  background-color: #dfe1e7;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #15161A;
  color: #099CF2;
}

::selection {
  background-color: #15161A;
  color: #099CF2;
}

::-moz-selection {
  background-color: #15161A;
  color: #099CF2;
}

body {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #f7f7f9;
  font-weight: 300;
  background-color: #2C2C2E;
}

@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1.5rem !important;
}

strong,
b {
  font-weight: 500;
}

h1, .h1 {
  font-size: 4.5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

h3, .h3 {
  font-size: 2rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 1.25rem;
  }
}

p {
  margin: 0 0 1.5rem 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.post-thumbnail {
  margin-bottom: 1.5rem;
}

ul:not(.primary-menu-list):not([class*=menu]):not(.card-categories):not(.entry-categories) {
  list-style-type: square;
  padding-left: 1rem;
}

ol:not(.primary-menu-list):not([class*=menu]) {
  list-style: decimal;
}

li:not(.primary-menu-list li):not([class*=menu] li):not(.card-categories li):not(.entry-categories li) {
  margin-bottom: 0.5rem;
}
li:not(.primary-menu-list li):not([class*=menu] li):not(.card-categories li):not(.entry-categories li).list-item-hidden {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
li:not(.primary-menu-list li):not([class*=menu] li):not(.card-categories li):not(.entry-categories li).list-item-visible {
  opacity: 1;
  transform: translateY(0);
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
}
@media (min-width: 768px) {
  .container {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1320px;
  }
}
.division-sticky-container .container {
  position: relative;
  z-index: 2;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

[class*=col-],
.col {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
.text-white {
  color: #f7f7f9;
}

.text-light {
  color: #dfe1e7;
}

.text-dark {
  color: #15161A;
}

.text-gray {
  color: #2C2C2E;
}

.text-primary {
  color: #099CF2;
}

.text-secondary {
  color: rgba(9, 157, 242, 0.5568627451);
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.h-rows-4 {
  min-height: calc(4 * 100vw / 12);
}
@media (min-width: 768px) {
  .h-rows-4 {
    min-height: calc(4 * 100vw / 24);
  }
}
@media (min-width: 1200px) {
  .h-rows-4 {
    min-height: calc(4 * 100vw / 32);
  }
}

.h-rows-6 {
  min-height: calc(6 * 100vw / 12);
}
@media (min-width: 768px) {
  .h-rows-6 {
    min-height: calc(6 * 100vw / 24);
  }
}
@media (min-width: 1200px) {
  .h-rows-6 {
    min-height: calc(6 * 100vw / 32);
  }
}

.h-rows-8 {
  min-height: calc(8 * 100vw / 12);
}
@media (min-width: 768px) {
  .h-rows-8 {
    min-height: calc(8 * 100vw / 24);
  }
}
@media (min-width: 1200px) {
  .h-rows-8 {
    min-height: calc(8 * 100vw / 32);
  }
}

.h-rows-10 {
  min-height: calc(10 * 100vw / 12);
}
@media (min-width: 768px) {
  .h-rows-10 {
    min-height: calc(10 * 100vw / 24);
  }
}
@media (min-width: 1200px) {
  .h-rows-10 {
    min-height: calc(10 * 100vw / 32);
  }
}

.h-rows-12 {
  min-height: calc(12 * 100vw / 12);
}
@media (min-width: 768px) {
  .h-rows-12 {
    min-height: calc(12 * 100vw / 24);
  }
}
@media (min-width: 1200px) {
  .h-rows-12 {
    min-height: calc(12 * 100vw / 32);
  }
}

.h-rows-16 {
  min-height: calc(16 * 100vw / 12);
}
@media (min-width: 768px) {
  .h-rows-16 {
    min-height: calc(16 * 100vw / 24);
  }
}
@media (min-width: 1200px) {
  .h-rows-16 {
    min-height: calc(16 * 100vw / 32);
  }
}

.h-rows-20 {
  min-height: calc(20 * 100vw / 12);
}
@media (min-width: 768px) {
  .h-rows-20 {
    min-height: calc(20 * 100vw / 24);
  }
}
@media (min-width: 1200px) {
  .h-rows-20 {
    min-height: calc(20 * 100vw / 32);
  }
}

.entry-meta {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  opacity: 0.9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.entry-meta .entry-date {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-weight: 300;
}
.entry-meta .entry-categories {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.entry-meta .entry-categories .chip {
  margin: 0;
  padding: 0;
}
.entry-meta .entry-categories .chip a {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f7f7f9;
}
.entry-meta .entry-categories .chip a:hover {
  background-color: #099CF2;
  color: #2C2C2E;
}

.site-main.has-interactive-background .post .entry-meta,
.blog-wrapper-section .entry-meta {
  color: #2C2C2E;
}
.site-main.has-interactive-background .post .entry-categories,
.blog-wrapper-section .entry-categories {
  color: #2C2C2E;
}
.site-main.has-interactive-background .post .entry-categories .chip a,
.blog-wrapper-section .entry-categories .chip a {
  color: #2C2C2E;
  border-color: #2C2C2E;
}
.site-main.has-interactive-background .post .entry-categories .chip a:hover,
.blog-wrapper-section .entry-categories .chip a:hover {
  background-color: #099CF2;
  color: #f7f7f9;
}

.font-xxbig {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .font-xxbig {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .font-xxbig {
    font-size: 1.25rem;
  }
}
.font-xxbig p {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .font-xxbig p {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .font-xxbig p {
    font-size: 1.25rem;
  }
}

.font-xbig {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .font-xbig {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .font-xbig {
    font-size: 1.1rem;
  }
}
.font-xbig p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .font-xbig p {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .font-xbig p {
    font-size: 1.125rem;
  }
}

.font-big {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .font-big {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .font-big {
    font-size: 1rem;
  }
}
.font-big p {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .font-big p {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .font-big p {
    font-size: 1rem;
  }
}

.business-model-section .font-xbig,
.business-model-section .font-big,
.division-section .font-xbig,
.division-section .font-big {
  color: #f7f7f9;
}
.business-model-section .font-xbig p,
.business-model-section .font-big p,
.division-section .font-xbig p,
.division-section .font-big p {
  color: #f7f7f9;
}

.blog-grid-section .font-xbig,
.blog-grid-section .font-big,
.journal-section .font-xbig,
.journal-section .font-big {
  color: #2C2C2E;
}
.blog-grid-section .font-xbig p,
.blog-grid-section .font-big p,
.journal-section .font-xbig p,
.journal-section .font-big p {
  color: #2C2C2E;
}

.font-medium {
  line-height: 1.6;
}

.font-small {
  font-size: 0.875rem;
  line-height: 1.6;
}

.font-xsmall {
  font-size: 0.75rem;
  line-height: 1.6;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.5rem;
}

.gap-2 {
  gap: 1rem;
}

.gap-3 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 2rem;
}

.btn, input[type=submit],
button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  background-color: #15161A;
  border-radius: 2rem;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-weight: 300;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid #f7f7f9;
  color: #f7f7f9;
  letter-spacing: 0.125rem;
}
.btn:hover, input[type=submit]:hover,
button[type=submit]:hover, .btn:focus, input[type=submit]:focus,
button[type=submit]:focus {
  background-color: #099CF2;
  color: #f7f7f9;
  outline: none;
  border: 2px solid #099CF2;
}

.journal-cta {
  background-color: #f7f7f9;
  color: #2C2C2E;
  border: 2px solid #2C2C2E;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.journal-cta:hover, .journal-cta:focus {
  background-color: #dfe1e7;
}
.journal-cta:hover {
  color: #15161A;
  border: 2px solid #15161A;
}
.journal-cta img {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
}

.btn-outline-dark {
  border-color: #2C2C2E;
  color: #2C2C2E;
}
.btn-outline-dark:hover, .btn-outline-dark:focus {
  background-color: #099CF2;
  color: #f7f7f9;
  outline: none;
}

.modal-side {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal-side.active {
  opacity: 1;
  pointer-events: all;
}
.modal-side.active .modal-overlay {
  opacity: 1;
}
.modal-side.active .modal-content {
  transform: translateX(0);
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.modal-content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #15161A;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  padding: 2rem;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .modal-content {
    width: 33.333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .modal-content {
    width: 91.666667%;
  }
}

.modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: #f7f7f9;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: color 0.3s ease;
}
.modal-close:hover, .modal-close:focus {
  color: #099CF2;
  outline: none;
}
.modal-close svg {
  display: block;
}

.modal-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding-bottom: 2rem;
}
.modal-body h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #f7f7f9;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
.modal-body p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #f7f7f9;
  margin-bottom: 1rem;
}

.modal-accordion {
  margin-top: 2rem;
  border-top: 1px solid rgba(247, 247, 249, 0.2);
  padding-top: 0;
}

.accordion-item {
  border-bottom: 1px solid rgba(247, 247, 249, 0.2);
}
.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #f7f7f9;
  transition: color 0.3s ease;
}
.accordion-header:hover {
  color: #099CF2;
}
.accordion-header:focus {
  outline: none;
}
.accordion-header span {
  flex: 1;
}

.accordion-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-left: 1rem;
  transition: transform 0.3s ease;
  color: #f7f7f9;
}

.accordion-header[aria-expanded=true] .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion-content[aria-hidden=false] {
  max-height: 2000px;
}

.accordion-inner {
  padding: 0 0 1.5rem 0;
}

.modal-body .form-group label,
.modal-body .wpcf7-form label {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.875rem;
  font-weight: 0;
  color: rgba(247, 247, 249, 0.7);
  margin-bottom: 0.5rem;
}
.modal-body .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  color: #dc3545;
  margin-top: 0.25rem;
}
.modal-body .wpcf7-validation-errors,
.modal-body .wpcf7-mail-sent-ok {
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.modal-body .wpcf7-validation-errors {
  background-color: rgba(255, 193, 7, 0.2);
  border: 1px solid #ffc107;
  color: #ffc107;
}
.modal-body .wpcf7-mail-sent-ok {
  background-color: rgba(40, 167, 69, 0.2);
  border: 1px solid #28a745;
  color: #28a745;
}
.modal-body .privacy-policy {
  color: #099CF2;
  text-decoration: underline;
}
.modal-body .privacy-policy:hover {
  text-decoration: none;
}

.squares-background-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  pointer-events: auto;
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 8.3333333333vw;
}
@media (min-width: 768px) {
  .squares-background-section {
    grid-template-columns: repeat(24, 1fr);
    grid-auto-rows: 4.1666666667vw;
  }
}
@media (min-width: 1200px) {
  .squares-background-section {
    grid-template-columns: repeat(32, 1fr);
    grid-auto-rows: 3.125vw;
  }
}

.site-main.has-interactive-background > .squares-background-section {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  bottom: auto;
}

.single {
  background-color: #f7f7f9;
}
.single .site-title img {
  filter: none;
}
.single .squares-background-section .square.light {
  background-color: #f7f7f9 !important;
  box-shadow: inset 0 0 0 1px #dfe1e7;
}
.single .squares-background-section .square.light:hover {
  background-color: rgba(9, 156, 242, 0.5) !important;
}

.journal-page {
  background-color: #f7f7f9;
}
.journal-page .site-title img {
  filter: none;
}
.journal-page .site-logo img {
  filter: none;
}
.journal-page .page-content {
  background-color: #f7f7f9;
}
.journal-page .squares-background-section .square.light {
  background-color: #f7f7f9 !important;
  box-shadow: inset 0 0 0 1px #dfe1e7 !important;
}
.journal-page .squares-background-section .square.light:hover {
  background-color: rgba(9, 156, 242, 0.5) !important;
}

body.page-template-page-journal,
body.page-template-journal {
  background-color: #f7f7f9;
}
body.page-template-page-journal .site-title img,
body.page-template-journal .site-title img {
  filter: none;
}
body.page-template-page-journal .page-content,
body.page-template-journal .page-content {
  background-color: #f7f7f9;
}
body.page-template-page-journal .squares-background-section .square.light,
body.page-template-journal .squares-background-section .square.light {
  background-color: #f7f7f9 !important;
  box-shadow: inset 0 0 0 1px #dfe1e7 !important;
}
body.page-template-page-journal .squares-background-section .square.light:hover,
body.page-template-journal .squares-background-section .square.light:hover {
  background-color: rgba(9, 156, 242, 0.5) !important;
}

.site-main.has-interactive-background {
  position: relative;
  overflow: visible;
  margin-top: 0;
  padding-top: 0;
}

.site-main.has-interactive-background .page-content {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 3.125%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-main.has-interactive-background .page-content {
    margin-top: 16.6666666667vw;
  }
}
@media (min-width: 992px) {
  .site-main.has-interactive-background .page-content {
    margin-top: 6.25vw;
    max-width: 68.75%;
  }
}
@media (max-width: 767px) {
  .site-main.has-interactive-background .page-content {
    margin-top: 25%;
    max-width: 83.3333333333%;
    padding: 3.125% 8.3333333333vw;
  }
}
.site-main.has-interactive-background .page-content .entry-title {
  margin-bottom: 4rem;
}
.site-main.has-interactive-background .page-content .entry-content {
  color: #f7f7f9;
}

.site-main.has-interactive-background .page-content-team {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  padding: 3.125%;
  width: 100%;
  z-index: 10;
}
@media (min-width: 992px) {
  .site-main.has-interactive-background .page-content-team {
    max-width: 68.75%;
  }
}
@media (max-width: 767px) {
  .site-main.has-interactive-background .page-content-team {
    max-width: 83.3333333333%;
    padding: 3.125% 8.3333333333vw;
  }
}
.site-main.has-interactive-background .page-content-team .entry-title {
  margin-bottom: 4rem;
}
.site-main.has-interactive-background .page-content-team .entry-content {
  color: #f7f7f9;
}
.site-main.has-interactive-background .page-content-team .entry-content p {
  color: #f7f7f9;
}
.site-main.has-interactive-background .page-content-team .entry-content h1, .site-main.has-interactive-background .page-content-team .entry-content h2, .site-main.has-interactive-background .page-content-team .entry-content h3, .site-main.has-interactive-background .page-content-team .entry-content h4, .site-main.has-interactive-background .page-content-team .entry-content h5, .site-main.has-interactive-background .page-content-team .entry-content h6 {
  color: #f7f7f9;
}
.site-main.has-interactive-background .page-content-team .entry-content a {
  color: #099CF2;
}
.site-main.has-interactive-background .page-content-team .entry-content a:hover {
  color: #f7f7f9;
}
.site-main.has-interactive-background .page-content-team .entry-content ul li, .site-main.has-interactive-background .page-content-team .entry-content ol li {
  color: #f7f7f9;
}

.site-main.has-interactive-background.journal-page .page-content {
  background-color: #f7f7f9;
  margin-top: 16.6666666667vw;
}
@media (min-width: 768px) {
  .site-main.has-interactive-background.journal-page .page-content {
    margin-top: 8.3333333333vw;
  }
}
@media (min-width: 1200px) {
  .site-main.has-interactive-background.journal-page .page-content {
    margin-top: 6.25vw;
  }
}
.site-main.has-interactive-background.journal-page .page-content h1, .site-main.has-interactive-background.journal-page .page-content h2, .site-main.has-interactive-background.journal-page .page-content h3, .site-main.has-interactive-background.journal-page .page-content h4, .site-main.has-interactive-background.journal-page .page-content h5, .site-main.has-interactive-background.journal-page .page-content h6,
.site-main.has-interactive-background.journal-page .page-content .h1, .site-main.has-interactive-background.journal-page .page-content .h2, .site-main.has-interactive-background.journal-page .page-content .h3, .site-main.has-interactive-background.journal-page .page-content .h4, .site-main.has-interactive-background.journal-page .page-content .h5, .site-main.has-interactive-background.journal-page .page-content .h6,
.site-main.has-interactive-background.journal-page .page-content .entry-title,
.site-main.has-interactive-background.journal-page .page-content .entry-header,
.site-main.has-interactive-background.journal-page .page-content .entry-content,
.site-main.has-interactive-background.journal-page .page-content p,
.site-main.has-interactive-background.journal-page .page-content .font-xbig,
.site-main.has-interactive-background.journal-page .page-content * {
  color: #15161A;
}
.site-main.has-interactive-background.journal-page .page-content a {
  color: #15161A;
}
.site-main.has-interactive-background.journal-page .page-content a:hover, .site-main.has-interactive-background.journal-page .page-content a:focus {
  color: #099CF2;
}

.site-main.has-interactive-background .post {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #f7f7f9;
  padding: 2rem;
}
@media (min-width: 992px) {
  .site-main.has-interactive-background .post {
    margin-top: 6.25vw;
    max-width: calc(50vw - 8px);
    border-top: 1px solid #dfe1e7;
    border-right: 1px solid #dfe1e7;
  }
}
@media (max-width: 767px) {
  .site-main.has-interactive-background .post {
    margin-top: 25vw;
    max-width: 150vw;
  }
}
.site-main.has-interactive-background .post h1, .site-main.has-interactive-background .post h2, .site-main.has-interactive-background .post h3, .site-main.has-interactive-background .post h4, .site-main.has-interactive-background .post h5, .site-main.has-interactive-background .post h6, .site-main.has-interactive-background .post p, .site-main.has-interactive-background .post ul, .site-main.has-interactive-background .post ol, .site-main.has-interactive-background .post li {
  color: #2C2C2E;
}
.site-main.has-interactive-background .post p {
  color: #2C2C2E;
}
.site-main.has-interactive-background .post .entry-meta {
  color: #2C2C2E;
}
.site-main.has-interactive-background .post .entry-categories {
  color: #2C2C2E;
}
.site-main.has-interactive-background .post .chip a {
  color: #2C2C2E;
  border-color: #2C2C2E;
}
.site-main.has-interactive-background .post .chip a:hover {
  background-color: #099CF2;
  color: #f7f7f9;
}

.site-main.has-interactive-background .social-share,
.social-share {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(44, 44, 46, 0.2);
  position: relative;
  z-index: 10;
}
.site-main.has-interactive-background .social-share .social-share-title,
.social-share .social-share-title {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  color: #2C2C2E !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.site-main.has-interactive-background .social-share .social-share-list,
.social-share .social-share-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.site-main.has-interactive-background .social-share .social-share-item,
.social-share .social-share-item {
  margin: 0;
}
.site-main.has-interactive-background .social-share .social-share-link,
.social-share .social-share-link {
  display: inline-flex !important;
  align-items: center;
  text-decoration: none;
  color: #2C2C2E !important;
  transition: all 0.3s ease;
  font-size: 0.875rem;
  line-height: 1;
  opacity: 1 !important;
  visibility: visible !important;
  width: 4rem;
  height: 4rem;
  background: #2C2C2E;
  border-radius: 100%;
  justify-content: center;
}
.site-main.has-interactive-background .social-share .social-share-link:hover, .site-main.has-interactive-background .social-share .social-share-link:focus,
.social-share .social-share-link:hover,
.social-share .social-share-link:focus {
  background-color: #099CF2;
  border-color: #099CF2;
  color: #f7f7f9;
  transform: translateY(-2px);
}
.site-main.has-interactive-background .social-share .social-share-link:focus,
.social-share .social-share-link:focus {
  outline: 2px solid #099CF2;
  outline-offset: 2px;
}
.site-main.has-interactive-background .social-share .social-share-link img,
.social-share .social-share-link img {
  filter: brightness(0) invert(1);
}
.site-main.has-interactive-background .social-share .social-share-label,
.social-share .social-share-label {
  display: none;
}
.site-main.has-interactive-background .social-share .social-share-icon,
.social-share .social-share-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .site-main.has-interactive-background .social-share .social-share-label,
  .social-share .social-share-label {
    display: none;
  }
}
.site-main.has-interactive-background .social-share .social-share-facebook:hover,
.social-share .social-share-facebook:hover {
  background-color: #1877f2;
  border-color: #1877f2;
}
.site-main.has-interactive-background .social-share .social-share-twitter:hover,
.social-share .social-share-twitter:hover {
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.site-main.has-interactive-background .social-share .social-share-linkedin:hover,
.social-share .social-share-linkedin:hover {
  background-color: #0077b5;
  border-color: #0077b5;
}
.site-main.has-interactive-background .social-share .social-share-email:hover,
.social-share .social-share-email:hover {
  background-color: #099CF2;
  border-color: #099CF2;
}

.post-navigation, .case-study-navigation {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.post-navigation .nav-links, .case-study-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  align-items: center;
}
.post-navigation .nav-title, .case-study-navigation .nav-title {
  display: none;
}
.post-navigation .nav-previous, .case-study-navigation .nav-previous,
.post-navigation .nav-next,
.case-study-navigation .nav-next {
  float: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.post-navigation .nav-previous a, .case-study-navigation .nav-previous a,
.post-navigation .nav-next a,
.case-study-navigation .nav-next a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #15161A;
  text-decoration: none;
}
.post-navigation .nav-previous a:hover, .case-study-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover,
.case-study-navigation .nav-next a:hover {
  color: #099CF2;
}
.post-navigation .nav-previous, .case-study-navigation .nav-previous {
  justify-content: flex-start;
  text-align: left;
}
.post-navigation .nav-next, .case-study-navigation .nav-next {
  justify-content: flex-end;
  text-align: right;
}
.post-navigation .nav-subtitle, .case-study-navigation .nav-subtitle {
  display: block;
  color: #2C2C2E;
  line-height: 1.2;
}
.post-navigation .nav-title, .case-study-navigation .nav-title {
  display: none;
  color: #2C2C2E;
  line-height: 1.3;
}
.post-navigation .nav-icon, .case-study-navigation .nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.25rem;
}
.post-navigation .nav-icon img, .case-study-navigation .nav-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.post-navigation .nav-icon.nav-icon-prev img, .case-study-navigation .nav-icon.nav-icon-prev img {
  transform: rotate(180deg);
}

.case-study-excerpt {
  margin-bottom: 2rem;
}

.case-study-thumbnail {
  margin-bottom: 2rem;
}
.case-study-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.case-study-meta {
  margin: 2rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(44, 44, 46, 0.2);
  border-bottom: 1px solid rgba(44, 44, 46, 0.2);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.case-study-meta .case-study-meta-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
}
.case-study-meta .case-study-meta-label {
  font-weight: 500;
  color: #2C2C2E;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.case-study-meta .case-study-meta-value {
  color: #2C2C2E;
}
.case-study-meta .case-study-meta-link {
  color: #099CF2;
  text-decoration: none;
  word-break: break-all;
}
.case-study-meta .case-study-meta-link:hover {
  text-decoration: underline;
}

.case-study-content {
  margin: 2rem 0;
}

.case-study-results {
  margin: 3rem 0;
  padding: 2rem 0;
  border-top: 1px solid rgba(44, 44, 46, 0.2);
}
.case-study-results .case-study-results-title {
  margin-bottom: 1.5rem;
  color: #2C2C2E;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .case-study-results .case-study-results-title {
    font-size: 1.5rem;
  }
}
.case-study-results .case-study-results-content {
  color: #2C2C2E;
  line-height: 1.6;
}

.case-study-related {
  margin: 2rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(44, 44, 46, 0.2);
}
.case-study-related .case-study-related-title {
  margin-bottom: 1rem;
  color: #2C2C2E;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .case-study-related .case-study-related-title {
    font-size: 1.25rem;
  }
}
.case-study-related .case-study-related-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.case-study-related .case-study-related-item {
  margin: 0;
}
.case-study-related .case-study-related-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  border: 1px solid rgba(44, 44, 46, 0.3);
  color: #2C2C2E;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.case-study-related .case-study-related-link:hover {
  background-color: #099CF2;
  color: #f7f7f9;
  border-color: #099CF2;
}

.case-study-navigation {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(44, 44, 46, 0.2);
}

.case-study-updated {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(44, 44, 46, 0.1);
}
.case-study-updated time {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.75rem;
  color: rgba(44, 44, 46, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.site-main.has-interactive-background .case-study-meta .case-study-meta-label,
.site-main.has-interactive-background .case-study-meta .case-study-meta-value,
.site-main.has-interactive-background .case-study-meta .case-study-results-title,
.site-main.has-interactive-background .case-study-meta .case-study-results-content,
.site-main.has-interactive-background .case-study-meta .case-study-related-title,
.site-main.has-interactive-background .case-study-results .case-study-meta-label,
.site-main.has-interactive-background .case-study-results .case-study-meta-value,
.site-main.has-interactive-background .case-study-results .case-study-results-title,
.site-main.has-interactive-background .case-study-results .case-study-results-content,
.site-main.has-interactive-background .case-study-results .case-study-related-title,
.site-main.has-interactive-background .case-study-related .case-study-meta-label,
.site-main.has-interactive-background .case-study-related .case-study-meta-value,
.site-main.has-interactive-background .case-study-related .case-study-results-title,
.site-main.has-interactive-background .case-study-related .case-study-results-content,
.site-main.has-interactive-background .case-study-related .case-study-related-title {
  color: #2C2C2E;
}
.site-main.has-interactive-background .case-study-meta .case-study-meta-link,
.site-main.has-interactive-background .case-study-meta .case-study-related-link,
.site-main.has-interactive-background .case-study-results .case-study-meta-link,
.site-main.has-interactive-background .case-study-results .case-study-related-link,
.site-main.has-interactive-background .case-study-related .case-study-meta-link,
.site-main.has-interactive-background .case-study-related .case-study-related-link {
  color: #099CF2;
}
.site-main.has-interactive-background .case-study-meta .case-study-meta-link:hover,
.site-main.has-interactive-background .case-study-meta .case-study-related-link:hover,
.site-main.has-interactive-background .case-study-results .case-study-meta-link:hover,
.site-main.has-interactive-background .case-study-results .case-study-related-link:hover,
.site-main.has-interactive-background .case-study-related .case-study-meta-link:hover,
.site-main.has-interactive-background .case-study-related .case-study-related-link:hover {
  color: #f7f7f9;
}

.square {
  border: none;
  box-shadow: inset 0 0 0 1px #2C2C2E;
  transition: background-color 0.4s ease, box-shadow 0.3s ease;
  cursor: default;
  pointer-events: auto;
  box-sizing: border-box;
  position: relative;
}
.square.dark {
  background-color: #15161A;
}
.square.light {
  background-color: #2C2C2E;
}
.square.faded {
  background-color: #2C2C2E;
}
.squares-transition-section .squares-background-section[data-fade-direction=dark-to-light] .square.faded {
  background-color: #f7f7f9;
  box-shadow: inset 0 0 0 1px #f7f7f9;
}
.square:hover {
  background-color: #099CF2 !important;
}
.square .pattern-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  z-index: 1;
}

.squares-static .square {
  pointer-events: auto;
}
.squares-static .square.dark, .squares-static .square.light, .squares-static .square.faded {
  background-color: #15161A;
  border-color: #2C2C2E;
}

.fade-in-element {
  will-change: opacity, transform;
}

.intro-section {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4rem 0;
  overflow: visible;
}
.intro-section [class*=col-] {
  position: relative;
  z-index: 10;
}
.intro-section .container {
  margin-top: 8.3333333333vw;
}
@media (min-width: 768px) {
  .intro-section .container {
    margin-top: 4.1666666667vw;
  }
}
@media (min-width: 1200px) {
  .intro-section .container {
    margin-top: 3.125vw;
  }
}
.intro-section .working-on-floating-box {
  margin-top: 6rem;
  z-index: 20;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.intro-section .working-on-floating-box .working-on-media {
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.intro-section .working-on-floating-box .working-on-media img,
.intro-section .working-on-floating-box .working-on-media video {
  width: 100%;
  height: auto;
  display: block;
}
.intro-section .working-on-floating-box .working-on-media video {
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-section .working-on-floating-box .working-on-text {
  margin-bottom: 0.5rem;
  color: #dfe1e7;
  font-size: 1rem;
  line-height: 1.5;
}
.intro-section .working-on-floating-box .working-on-text p {
  margin-bottom: 0.5rem;
}
.intro-section .working-on-floating-box .working-on-text p:last-child {
  margin-bottom: 0;
}
.intro-section .working-on-floating-box .working-on-read-more {
  color: #dfe1e7;
  font-size: 1rem;
  line-height: 1.5;
}
.intro-section .working-on-floating-box .working-on-read-more:hover {
  color: #099CF2;
}
.intro-section .working-on-floating-box .working-on-read-more img {
  width: 2rem;
  height: auto;
}

.random-letter-reveal {
  visibility: hidden;
  perspective: 1200px;
  perspective-origin: center center;
  transform-style: preserve-3d;
}
.random-letter-reveal.letters-wrapped {
  visibility: visible;
}
.random-letter-reveal .word {
  display: inline-block;
  white-space: nowrap;
}
.random-letter-reveal .char {
  display: inline-block;
  vertical-align: baseline;
}
.random-letter-reveal .char.letter-hidden {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.random-letter-reveal .char.letter-visible {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.random-letter-reveal br {
  display: block;
  content: "";
  margin: 0;
}

.page-template-homepage-template .homepage-intro {
  opacity: 0;
  transform: translateY(40px);
  animation: homepage-intro-in 1.8s ease-out 1.2s forwards;
}

@keyframes homepage-intro-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.business-model-section {
  padding: 6rem 0;
  position: relative;
  background-color: #2C2C2E;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .business-model-section {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .business-model-section {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .business-model-section {
    display: block;
    height: auto;
    align-items: flex-start;
  }
}

.business-progress-line {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background-color: transparent;
  z-index: 10001;
  pointer-events: none;
  z-index: 0;
}
.business-progress-line .business-progress-line-fill {
  height: 100%;
  width: 0%;
  background-color: #099CF2;
  transition: width 0.1s linear;
}

.keywords-section {
  padding: 6rem 0;
  position: relative;
  background-color: #2C2C2E;
  overflow: visible;
  min-height: 50vh;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .keywords-section {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .keywords-section {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .keywords-section {
    min-height: auto;
    padding: 3rem 0;
  }
}
.keywords-section .container {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.keywords-cloud {
  position: relative;
  min-height: 50vh;
  width: 100%;
  padding: 2rem 0;
  perspective: 2000px;
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .keywords-cloud {
    min-height: 40vh;
    padding: 1.5rem 0;
  }
}
.keywords-cloud .keyword-item {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  cursor: default;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}
.keywords-cloud .keyword-item.keyword-hidden {
  opacity: 0;
  visibility: hidden;
}
.keywords-cloud .keyword-item.keyword-visible {
  opacity: 0.7;
  visibility: visible;
}
.keywords-cloud .keyword-separator {
  display: none;
}

.page-output {
  margin-top: 3rem;
  border-top: 1px solid rgba(223, 225, 231, 0.2);
}
@media (max-width: 767px) {
  .page-output {
    margin-top: 2rem;
  }
}
.page-output .page-output-title {
  color: #dfe1e7;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .page-output .page-output-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.page-output .page-output-content {
  color: #dfe1e7;
  line-height: 1.6;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .page-output .page-output-content {
    font-size: 1rem;
  }
}
.page-output .page-output-content p {
  margin-bottom: 1.5rem;
  color: #dfe1e7;
}
.page-output .page-output-content p:last-child {
  margin-bottom: 0;
}
.page-output .page-output-content h1, .page-output .page-output-content h2, .page-output .page-output-content h3, .page-output .page-output-content h4, .page-output .page-output-content h5, .page-output .page-output-content h6 {
  color: #2C2C2E;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.page-output .page-output-content h1:first-child, .page-output .page-output-content h2:first-child, .page-output .page-output-content h3:first-child, .page-output .page-output-content h4:first-child, .page-output .page-output-content h5:first-child, .page-output .page-output-content h6:first-child {
  margin-top: 0;
}
.page-output .page-output-content ul, .page-output .page-output-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.page-output .page-output-content ul li, .page-output .page-output-content ol li {
  margin-bottom: 0.5rem;
  color: #dfe1e7;
}
.page-output .page-output-content ul li.list-item-hidden, .page-output .page-output-content ol li.list-item-hidden {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.page-output .page-output-content ul li.list-item-visible, .page-output .page-output-content ol li.list-item-visible {
  opacity: 1;
  transform: translateY(0);
}
.page-output .page-output-content a {
  color: #099CF2;
  text-decoration: none;
}
.page-output .page-output-content a:hover {
  text-decoration: underline;
}
.page-output .page-output-content strong, .page-output .page-output-content b {
  color: #2C2C2E;
  font-weight: 500;
}

.keyword-item {
  display: inline-block;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-weight: 300;
  color: #f7f7f9 !important;
  text-decoration: none;
  line-height: 1.2;
  font-size: 1.5rem;
  flex-shrink: 0;
  white-space: nowrap;
  border: 1px solid;
  padding: 1rem;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .keyword-item {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
}

.keyword-separator {
  display: inline-block;
  color: #099CF2 !important;
  font-size: 1.5rem;
  margin: 0 1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .keyword-separator {
    font-size: 1rem;
    margin: 0 0.75rem;
  }
}

.about-intro-section {
  position: relative;
  overflow: visible;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  min-height: 0;
}
.about-intro-section .squares-background-section {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  width: 100%;
  z-index: 0;
  bottom: auto;
}
.about-intro-section .page-content {
  position: relative;
  z-index: 2;
}

.squares-transition-section {
  position: relative;
  overflow: visible;
  min-height: 0;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
}
.squares-transition-section .squares-background-section {
  overflow: visible;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.about-intro-section + .squares-transition-section {
  margin-top: 0;
}

.squares-transition-section + .team-section {
  margin-top: 0;
}

.business-steps {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  overflow: visible;
}
@media (max-width: 767px) {
  .business-steps {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.business-intro {
  margin-bottom: 3rem;
}

.business-step {
  display: flex;
  gap: 2rem;
  flex: 0 0 auto;
  width: 100% !important;
  padding: 0 1rem;
  margin-bottom: 0;
  position: relative;
  opacity: 0;
  justify-content: center;
}
.business-step.business-step-empty {
  min-width: 20rem;
  padding: 0 1rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .business-step.business-step-empty {
    min-width: 80vw;
  }
}
@media (max-width: 767px) {
  .business-step {
    min-width: 100%;
    padding: 0;
    margin-bottom: 2rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  .business-step .step-content {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.business-step.business-intro-step {
  opacity: 1;
  align-items: center;
}
.business-step.business-intro-step .business-intro {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .business-step.business-intro-step .business-intro {
    max-width: 100%;
  }
}

.business-closing-step {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
}
.business-closing-step .business-closing-inner {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .business-closing-step {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: 100%;
    margin-top: 2rem;
    opacity: 0;
    pointer-events: auto;
  }
}

.step-number {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  color: #099CF2;
  margin-bottom: 1.5rem;
  opacity: 0.3;
  border: 1px solid #dfe1e7;
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .step-number {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .step-number {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .step-number {
    margin-bottom: 1rem;
  }
}

.step-content p {
  color: #f7f7f9;
}
.step-content p:last-child {
  margin-bottom: 0;
}

.division-section {
  min-height: 100vh;
  position: relative;
  background-color: transparent;
  margin-top: 0;
}

.division-sticky-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.division-sticky-container .squares-background-section {
  z-index: 1;
}

.division-item {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
  will-change: opacity;
}
.division-item.active {
  pointer-events: all;
}

.journal-section {
  padding: 6rem 0;
  background-color: #f7f7f9;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .journal-section {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .journal-section {
    padding: 4rem 0;
  }
}

.journal-title {
  color: #2C2C2E;
}

.journal-content {
  color: #4a4c55;
}

.journal-vertical-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent 0%, rgba(9, 156, 242, 0.3) 10%, rgba(9, 156, 242, 0.5) 50%, rgba(9, 156, 242, 0.3) 90%, transparent 100%);
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .journal-vertical-line {
    display: none;
  }
}
.journal-vertical-line .journal-arrow-icon {
  position: absolute;
  left: 50%;
  top: 0rem;
  transform: translateX(-50%) rotate(90deg);
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border: 1px solid #dfe1e7;
  padding: 0.75rem;
  background-color: #f7f7f9;
  z-index: 1;
}
.journal-vertical-line .journal-arrow-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(30%);
}

.journal-innovation-section {
  position: relative;
}
.journal-innovation-section .journal-vertical-line {
  top: -2rem;
}

.grid-cards, .journal-archive-section .blog-grid, .blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.125%;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .grid-cards, .journal-archive-section .blog-grid, .blog-grid {
    grid-template-columns: 1fr;
  }
}

.card, .blog-card {
  background-color: #f7f7f9;
  border: 1px solid #dfe1e7;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.card:hover, .blog-card:hover, .card:focus-within, .blog-card:focus-within {
  transform: translateY(-6px);
  border-color: #099CF2;
}
.card:hover .card-image img, .card:hover .blog-card-image img, .blog-card:hover .card-image img, .blog-card:hover .blog-card-image img, .card:focus-within .card-image img, .card:focus-within .blog-card-image img, .blog-card:focus-within .card-image img, .blog-card:focus-within .blog-card-image img {
  transform: scale(1.05);
}
.card:hover .blog-card-plus, .blog-card:hover .blog-card-plus, .card:focus-within .blog-card-plus, .blog-card:focus-within .blog-card-plus {
  rotate: 360deg;
}
.card .blog-card-plus, .blog-card .blog-card-plus {
  position: relative;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-weight: 300;
  background-color: #f7f7f9;
  width: 2.5rem;
  height: 2.5rem;
  color: #2C2C2E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  rotate: 0deg;
  transition: rotate 1.5s ease;
  margin: 0;
  flex-shrink: 0;
  border: 1px solid #15161A;
}
.card .blog-card-plus img, .blog-card .blog-card-plus img {
  width: 1rem;
  height: 1rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1);
}

.card-link, .blog-card-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-image, .blog-card-image {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.card-image img, .blog-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.card-body, .blog-card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: static;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 0.5rem;
  justify-content: space-between;
}

.card-date {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-weight: 300;
  font-size: 0.75rem;
  color: #7b7f8c;
}

.card-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0;
}
.card-categories .chip {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
.card-categories .chip a,
.card-categories .chip span {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(44, 44, 46, 0.3);
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-weight: 300;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #2C2C2E;
}
.card-categories .chip a {
  pointer-events: none;
  cursor: default;
}

.card-heading, .blog-card-heading {
  color: #2C2C2E;
}

.card-excerpt, .blog-card-excerpt {
  color: #4a4c55;
  font-size: 1rem;
}

.journal-innovation-card {
  margin-bottom: 4rem;
}
.journal-innovation-card .row {
  align-items: stretch;
}
.journal-innovation-card .card-image, .journal-innovation-card .blog-card-image {
  height: 100%;
}
.journal-innovation-card .card-image img, .journal-innovation-card .blog-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.journal-page .page-content > article {
  background: transparent;
  position: relative;
  z-index: 2;
  padding: 2rem 0;
}
.journal-page .page-content > article .entry-header,
.journal-page .page-content > article .entry-title,
.journal-page .page-content > article p {
  color: #2C2C2E;
}

.card-read-more, .blog-card-read-more {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.875rem;
  color: #099CF2;
  margin-top: 0.5rem;
  display: inline-block;
  transition: color 0.3s ease;
}

.blog-wrapper-section {
  position: relative;
  background-color: #f7f7f9;
  overflow: visible;
  padding: 6rem 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-wrapper-section {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .blog-wrapper-section {
    padding: 4rem 0;
  }
}

.blog-grid-section {
  position: sticky;
  z-index: 2;
  top: 16.6666666667vw;
}
@media (min-width: 768px) {
  .blog-grid-section {
    top: 8.3333333333vw;
  }
}
@media (min-width: 1200px) {
  .blog-grid-section {
    top: 6.25vw;
  }
}

.blog-grid-title {
  color: #15161A;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

.journal-archive-section {
  position: relative;
  z-index: 2;
  background: #f7f7f9;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 3.125%;
}
@media (min-width: 992px) {
  .journal-archive-section {
    max-width: 62.5%;
  }
}
@media (max-width: 767px) {
  .journal-archive-section {
    max-width: 83.3333333333%;
  }
}
.journal-archive-section .page-content {
  background: transparent !important;
  padding: 0;
}
.journal-archive-section .blog-grid {
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .journal-archive-section .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .journal-archive-section .blog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 576px) {
  .journal-archive-section.journal-quiz-section .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.journal-section-title {
  color: #2C2C2E;
  font-weight: 300;
  margin-bottom: 2rem;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #dfe1e7;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.875rem;
  color: #2C2C2E;
  text-decoration: none;
  border: 1px solid #dfe1e7;
  background-color: #f7f7f9;
  transition: all 0.3s ease;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus {
  color: #099CF2;
  border-color: #099CF2;
  background-color: rgba(9, 156, 242, 0.05);
  outline: none;
}
.pagination .page-numbers.current {
  color: #f7f7f9;
  background-color: #099CF2;
  border-color: #099CF2;
}
.pagination .page-numbers.dots {
  border: none;
  background: none;
  cursor: default;
}
.pagination .page-numbers.dots:hover, .pagination .page-numbers.dots:focus {
  color: #2C2C2E;
  background: none;
  border: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  background-color: transparent;
  padding: 1rem 0;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-logo {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 10000;
  top: 8.3333333333vw;
  left: 8.3333333333vw;
  height: 8.3333333333vw;
}
@media (min-width: 768px) {
  .site-logo {
    top: 4.1666666667vw;
    left: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media (min-width: 1200px) {
  .site-logo {
    top: 3.125vw;
    left: 3.125vw;
    height: 3.125vw;
  }
}
.site-logo p {
  margin-bottom: 0 !important;
}
.site-logo h1 {
  margin-bottom: 0 !important;
}
.site-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.site-logo img {
  height: 7.5vw;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .site-logo img {
    height: 3.75vw;
  }
}
@media (min-width: 1200px) {
  .site-logo img {
    height: 2.8125vw;
  }
}

.site-logo img {
  filter: invert(1);
}

body.single-technology .site-logo img,
body.single-scope .site-logo img,
body.single-case-study .site-logo img,
body.single-company .site-logo img,
body.single-team .site-logo img,
body.page .site-logo img {
  filter: invert(1);
}

body.page-template-page-journal .site-logo img,
body.page-template-page-journal .site-logo svg {
  filter: none !important;
}

body.header-on-light-bg .site-logo img,
body.header-on-light-bg .site-logo svg,
body.page.header-on-light-bg .site-logo img,
body.page.header-on-light-bg .site-logo svg {
  filter: none;
}

.menu-toggle-hamburger {
  border-radius: 100%;
  background-color: #099CF2;
  border: 1px solid rgba(21, 22, 26, 0.2);
  border-spacing: 1px;
  border-color: #099CF2;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  transition: all 0.3s ease;
  position: fixed;
  z-index: 13000;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-weight: 300;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  top: 8.3333333333vw;
  right: 8.3333333333vw;
}
@media (min-width: 768px) {
  .menu-toggle-hamburger {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    top: 4.1666666667vw;
    right: 4.1666666667vw;
  }
}
@media (min-width: 1200px) {
  .menu-toggle-hamburger {
    width: 3.125vw;
    height: 3.125vw;
    top: 3.125vw;
    right: 3.125vw;
  }
}
.menu-toggle-hamburger:hover {
  background-color: rgba(9, 156, 242, 0.5);
}
.menu-toggle-hamburger.active .hamburger-line-top {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.menu-toggle-hamburger.active .hamburger-line-bottom {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

.hamburger-line {
  display: block;
  width: 0.875rem;
  height: 1px;
  background-color: #f7f7f9;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.hamburger-line-top {
  top: calc(50% - 0.1875rem);
}

.hamburger-line-bottom {
  top: calc(50% + 0.1875rem);
}

.modal-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.modal-menu.active {
  opacity: 1;
  pointer-events: all;
}
.modal-menu.active .modal-overlay {
  opacity: 1;
}
.modal-menu.active .modal-menu-content {
  transform: translateX(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-menu .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.modal-menu-content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #000000;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  padding: 6rem 2rem 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 992px) {
  .modal-menu-content {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-menu-content {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .modal-menu-content {
    width: 91.666667%;
    padding: 5rem 1.5rem 2rem;
  }
}

a {
  color: #099CF2;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease;
}
a:hover, a:focus-visible {
  color: #1ea7f7;
  outline: none;
}

form {
  margin-bottom: 2rem;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #f7f7f9;
}
label .required {
  color: #099CF2;
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime-local],
textarea,
select {
  width: 100%;
  max-width: 40rem;
  padding: 0.75rem 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #f7f7f9;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(247, 247, 249, 0.5);
  border-radius: 0;
  transition: border-color 0.3s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-bottom-color: #099CF2;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=url]:disabled,
input[type=tel]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
input[type=datetime-local]:disabled,
textarea:disabled,
select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgba(247, 247, 249, 0.5);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
input[type=time]::placeholder,
input[type=datetime-local]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(247, 247, 249, 0.5);
}

textarea {
  min-height: 8rem;
  resize: vertical;
}

select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23f7f7f9' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 12px;
  padding-right: 1.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=checkbox],
input[type=radio] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  cursor: pointer;
  accent-color: #099CF2;
}

label:has(input[type=checkbox]),
label:has(input[type=radio]) {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  cursor: pointer;
}

fieldset {
  border: 1px solid rgba(247, 247, 249, 0.2);
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

legend {
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #f7f7f9;
}

input[type=submit]:hover, input[type=submit]:focus,
button[type=submit]:hover,
button[type=submit]:focus {
  background-color: #099CF2;
  color: #f7f7f9;
}

.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  display: none;
}

.form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .form-row {
    flex-direction: column;
  }
}

input.error,
textarea.error,
select.error {
  border-bottom-color: #dc3545;
}
input.error:focus,
textarea.error:focus,
select.error:focus {
  border-bottom-color: #dc3545;
}

.error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: block;
}

input.success,
textarea.success,
select.success {
  border-bottom-color: #28a745;
}
input.success:focus,
textarea.success:focus,
select.success:focus {
  border-bottom-color: #28a745;
}

.blog-wrapper-section label,
.journal-section label {
  color: #2C2C2E;
}
.blog-wrapper-section input[type=text],
.blog-wrapper-section input[type=email],
.blog-wrapper-section input[type=password],
.blog-wrapper-section input[type=url],
.blog-wrapper-section input[type=tel],
.blog-wrapper-section input[type=search],
.blog-wrapper-section input[type=number],
.blog-wrapper-section input[type=date],
.blog-wrapper-section input[type=time],
.blog-wrapper-section input[type=datetime-local],
.blog-wrapper-section textarea,
.blog-wrapper-section select,
.journal-section input[type=text],
.journal-section input[type=email],
.journal-section input[type=password],
.journal-section input[type=url],
.journal-section input[type=tel],
.journal-section input[type=search],
.journal-section input[type=number],
.journal-section input[type=date],
.journal-section input[type=time],
.journal-section input[type=datetime-local],
.journal-section textarea,
.journal-section select {
  color: #2C2C2E;
  background-color: transparent;
  border-bottom-color: rgba(44, 44, 46, 0.3);
}
.blog-wrapper-section input[type=text]:focus,
.blog-wrapper-section input[type=email]:focus,
.blog-wrapper-section input[type=password]:focus,
.blog-wrapper-section input[type=url]:focus,
.blog-wrapper-section input[type=tel]:focus,
.blog-wrapper-section input[type=search]:focus,
.blog-wrapper-section input[type=number]:focus,
.blog-wrapper-section input[type=date]:focus,
.blog-wrapper-section input[type=time]:focus,
.blog-wrapper-section input[type=datetime-local]:focus,
.blog-wrapper-section textarea:focus,
.blog-wrapper-section select:focus,
.journal-section input[type=text]:focus,
.journal-section input[type=email]:focus,
.journal-section input[type=password]:focus,
.journal-section input[type=url]:focus,
.journal-section input[type=tel]:focus,
.journal-section input[type=search]:focus,
.journal-section input[type=number]:focus,
.journal-section input[type=date]:focus,
.journal-section input[type=time]:focus,
.journal-section input[type=datetime-local]:focus,
.journal-section textarea:focus,
.journal-section select:focus {
  border-bottom-color: #099CF2;
}
.blog-wrapper-section input[type=text]::-moz-placeholder, .blog-wrapper-section input[type=email]::-moz-placeholder, .blog-wrapper-section input[type=password]::-moz-placeholder, .blog-wrapper-section input[type=url]::-moz-placeholder, .blog-wrapper-section input[type=tel]::-moz-placeholder, .blog-wrapper-section input[type=search]::-moz-placeholder, .blog-wrapper-section input[type=number]::-moz-placeholder, .blog-wrapper-section input[type=date]::-moz-placeholder, .blog-wrapper-section input[type=time]::-moz-placeholder, .blog-wrapper-section input[type=datetime-local]::-moz-placeholder, .blog-wrapper-section textarea::-moz-placeholder, .blog-wrapper-section select::-moz-placeholder, .journal-section input[type=text]::-moz-placeholder, .journal-section input[type=email]::-moz-placeholder, .journal-section input[type=password]::-moz-placeholder, .journal-section input[type=url]::-moz-placeholder, .journal-section input[type=tel]::-moz-placeholder, .journal-section input[type=search]::-moz-placeholder, .journal-section input[type=number]::-moz-placeholder, .journal-section input[type=date]::-moz-placeholder, .journal-section input[type=time]::-moz-placeholder, .journal-section input[type=datetime-local]::-moz-placeholder, .journal-section textarea::-moz-placeholder, .journal-section select::-moz-placeholder {
  color: rgba(44, 44, 46, 0.5);
}
.blog-wrapper-section input[type=text]::placeholder,
.blog-wrapper-section input[type=email]::placeholder,
.blog-wrapper-section input[type=password]::placeholder,
.blog-wrapper-section input[type=url]::placeholder,
.blog-wrapper-section input[type=tel]::placeholder,
.blog-wrapper-section input[type=search]::placeholder,
.blog-wrapper-section input[type=number]::placeholder,
.blog-wrapper-section input[type=date]::placeholder,
.blog-wrapper-section input[type=time]::placeholder,
.blog-wrapper-section input[type=datetime-local]::placeholder,
.blog-wrapper-section textarea::placeholder,
.blog-wrapper-section select::placeholder,
.journal-section input[type=text]::placeholder,
.journal-section input[type=email]::placeholder,
.journal-section input[type=password]::placeholder,
.journal-section input[type=url]::placeholder,
.journal-section input[type=tel]::placeholder,
.journal-section input[type=search]::placeholder,
.journal-section input[type=number]::placeholder,
.journal-section input[type=date]::placeholder,
.journal-section input[type=time]::placeholder,
.journal-section input[type=datetime-local]::placeholder,
.journal-section textarea::placeholder,
.journal-section select::placeholder {
  color: rgba(44, 44, 46, 0.5);
}
.blog-wrapper-section select,
.journal-section select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2315161A' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
}
.blog-wrapper-section fieldset,
.journal-section fieldset {
  border-color: rgba(44, 44, 46, 0.2);
}
.blog-wrapper-section legend,
.journal-section legend {
  color: #2C2C2E;
}

.site-footer {
  padding: 6rem 0;
  background-color: #15161A;
  color: #f7f7f9;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-footer {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 4rem 0;
  }
}
.site-footer .footer-widgets {
  margin-bottom: 2rem;
}
.site-footer .footer-widget {
  font-size: 1.125rem;
}
.site-footer .footer-widget .widget-title {
  font-size: 2rem;
  margin-bottom: 1.75rem;
  font-weight: 300;
}
.site-footer .footer-widget ul {
  margin-bottom: 0.5rem;
  list-style: none;
  padding-left: 0;
}
.site-footer .footer-widget p {
  margin-bottom: 0.5rem;
}
.site-footer .footer-widget a {
  color: #f7f7f9;
  text-decoration: none;
  padding-bottom: 0.05em;
  transition: color 0.3s ease;
  font-weight: 300;
}
.site-footer .footer-widget a:hover, .site-footer .footer-widget a:focus-visible {
  color: rgba(9, 156, 242, 0.6);
  outline: none;
}
.site-footer .site-info {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1rem;
  font-size: 0.75rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.primary-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.primary-menu-list li {
  margin-bottom: 1.5rem;
}
.primary-menu-list a {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  color: #f7f7f9;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
  line-height: 1.2;
}
.primary-menu-list a:hover, .primary-menu-list a:focus {
  color: #099CF2;
  outline: none;
}
.primary-menu-list .current-menu-item > a {
  color: #099CF2;
}
.primary-menu-list .sub-menu {
  list-style: none;
  margin: 1rem 0 0 1.5rem;
  padding: 0;
}
.primary-menu-list .sub-menu li {
  margin-bottom: 1rem;
}
.primary-menu-list .sub-menu a {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.primary-menu-list .sub-menu a:hover, .primary-menu-list .sub-menu a:focus {
  color: #099CF2;
}
@media (max-width: 767px) {
  .primary-menu-list a {
    font-size: 1.5rem;
  }
  .primary-menu-list .sub-menu a {
    font-size: 1rem;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

.team-section.horizontal {
  overflow: visible;
  width: 100%;
  position: relative;
  background-color: #2C2C2E;
  z-index: 1;
}
.team-section.horizontal .pin-wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.team-section.horizontal .animation-wrap {
  display: flex;
  align-items: center;
  will-change: transform;
}
.team-section.horizontal .team-grid {
  display: flex;
  gap: 2rem;
  padding: 0 2rem;
  width: -moz-max-content;
  width: max-content;
}
.team-section.horizontal .team-grid .team-card:first-child {
  margin-left: 33.333vw;
}
@media (max-width: 767px) {
  .team-section.horizontal .team-grid .team-card:first-child {
    margin-left: 2rem;
  }
}
.team-section.horizontal .team-card {
  flex: 0 0 300px;
  width: 300px;
  background-color: rgba(247, 247, 249, 0.05);
  border: 1px solid rgba(247, 247, 249, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.team-section.horizontal .team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(21, 22, 26, 0.3);
  border-color: rgba(9, 156, 242, 0.5);
}
.team-section.horizontal .team-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.team-section.horizontal .team-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.team-section.horizontal .team-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.team-section.horizontal .team-role {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  width: 100%;
  color: rgba(247, 247, 249, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.team-section.horizontal .team-name {
  width: 100%;
  color: #f7f7f9;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
  padding: 0;
  line-height: 1.2;
}
.team-section.horizontal .team-excerpt {
  font-size: 0.875rem;
  width: 100%;
  line-height: 1.6;
  color: rgba(247, 247, 249, 0.8);
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .square,
  .btn,
  input[type=submit],
  button[type=submit],
  .modal-content,
  .modal-overlay,
  .hamburger-line,
  .modal-menu-content {
    transition-duration: 0s !important;
    animation-duration: 0s !important;
  }
}
.team-section.horizontal {
  position: relative;
}
.team-section.horizontal .working-on-floating-box {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  background-color: rgba(44, 44, 46, 0.95);
  border: 1px solid rgba(247, 247, 249, 0.1);
  padding: 1.5rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(21, 22, 26, 0.3);
}
@media (min-width: 992px) {
  .team-section.horizontal .working-on-floating-box {
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .team-section.horizontal .working-on-floating-box {
    width: 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 767px) {
  .team-section.horizontal .working-on-floating-box {
    width: 66.667%;
    max-width: 66.667%;
    bottom: 1rem;
    right: 1rem;
  }
}
.team-section.horizontal .working-on-floating-box .working-on-media {
  margin-bottom: 1rem;
}
.team-section.horizontal .working-on-floating-box .working-on-media img,
.team-section.horizontal .working-on-floating-box .working-on-media video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.team-section.horizontal .working-on-floating-box .working-on-media video {
  -o-object-fit: cover;
     object-fit: cover;
}
.team-section.horizontal .working-on-floating-box .working-on-text {
  color: #f7f7f9;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
}
.team-section.horizontal .working-on-floating-box .working-on-cta .btn, .team-section.horizontal .working-on-floating-box .working-on-cta input[type=submit],
.team-section.horizontal .working-on-floating-box .working-on-cta button[type=submit] {
  width: 100%;
  text-align: center;
}

.page-id-2579 .wpcf7-form p {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.page-id-2579 label {
  display: none;
}

.cmplz-dropdown {
  margin: 1.5rem 0;
  border-top: 1px solid #2C2C2E;
}
.cmplz-dropdown h3 {
  margin-bottom: 1.5rem;
}/*# sourceMappingURL=bd.css.map */