@charset "UTF-8";
/* Table of Contents
/* ------------------------------------------------------------

This is a development CSS file which is built to a minified
production stylesheet in assets/built/main.css

1.  Vendor styles
2.  Base Styles
3.  Site Header
4.  Site Navigation
5.  Post Feed
6.  Single Post
  6.1. Post Byline
  6.2. Newsletter
  6.3. Share icons
7.  Author Template
8.  Tag Template
9.  Error Template
10. Site Footer

*/
/* 1. Vendor styles
/* ---------------------------------------------------------- */
/* Reset
/* ---------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

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

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

i,
em,
dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

mark {
  background-color: #fdffb6;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

kbd {
  padding: 3px 5px;
  font-family: var(--font-mono);
  font-size: 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

@media (max-width: 600px) {
  kbd {
    font-size: 1.3rem;
  }
}
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 3 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
}

button {
  overflow: visible;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer; /* 3 */
  -webkit-appearance: button; /* 2 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input:focus {
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  padding: 0; /* 2 */
  border: 0; /* 1 */
}

textarea {
  overflow: auto;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #f2f2f7;
  font-family: var(--gh-font-body, var(--font-sans));
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  background: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
}

::selection {
  text-shadow: none;
  background: rgba(52, 202, 255, 0.3);
}

hr {
  position: relative;
  display: block;
  width: 100%;
  margin: 2.5em 0 3.5em;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1024px) {
  hr {
    margin: 2em 0 3em;
  }
}
@media screen and (max-width: 767.9px) {
  hr {
    margin: 1.5em 0 2.5em;
  }
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
  max-width: 100%;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

textarea {
  resize: vertical;
}

::not(.gh-content) p,
::not(.gh-content) ul,
::not(.gh-content) ol,
::not(.gh-content) dl,
::not(.gh-content) blockquote {
  margin: 0 0 1.5em 0;
}

ol,
ul {
  padding-left: 1.3em;
  padding-right: 1.5em;
}

ol ol,
ul ul,
ul ol,
ol ul {
  margin: 0.5em 0;
}

ul,
ol {
  max-width: 100%;
}

li {
  padding-left: 0.3em;
  line-height: 1.6em;
}

dt {
  float: left;
  margin: 0 20px 0 0;
  width: 120px;
  color: #daf2fd;
  font-weight: 600;
  text-align: right;
}

dd {
  margin: 0 0 5px 0;
  text-align: left;
}

blockquote {
  margin: 1.5em 0;
  padding: 0 1.6em 0 1.6em;
  border-left: #daf2fd;
}

blockquote small {
  display: inline-block;
  margin: 0.8em 0 0.8em 1.5em;
  font-size: 0.9em;
  opacity: 0.8;
}

/* Quotation marks */
blockquote small:before {
  content: "— ";
}

blockquote cite {
  font-weight: bold;
}

blockquote cite a {
  font-weight: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.15;
  font-family: var(--gh-font-heading, var(--font-sans));
  font-weight: 600;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.01em;
}

h1 {
  margin: 0 0 0.5em 0;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}

@media (max-width: 600px) {
  h1 {
    font-size: 2.8rem;
  }
}
h2 {
  margin: 0 0 0.5em 0;
  font-size: 2.8rem;
  font-weight: 700;
}

@media (max-width: 600px) {
  h2 {
    font-size: 2.3rem;
  }
}
h3 {
  margin: 0 0 0.5em 0;
  font-size: 2.4rem;
  font-weight: 600;
}

@media (max-width: 600px) {
  h3 {
    font-size: 1.7rem;
  }
}
h4 {
  margin: 0 0 0.5em 0;
  font-size: 2rem;
}

@media (max-width: 600px) {
  h4 {
    font-size: 1.7rem;
  }
}
h5 {
  margin: 0 0 0.5em 0;
  font-size: 2rem;
}

h6 {
  margin: 0 0 0.5em 0;
  font-size: 1.8rem;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 103.5%;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 56px;
  }
}
@media screen and (min-width: 1640px) {
  h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1920px) {
  h1 {
    font-size: 72px;
  }
}

h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 103.5%;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
  h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 46px;
  }
}
@media screen and (min-width: 1640px) {
  h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1920px) {
  h2 {
    font-size: 52px;
  }
}

h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 103.5%;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  h3 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1640px) {
  h3 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1920px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 103.5%;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
  h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1640px) {
  h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1920px) {
  h4 {
    font-size: 32px;
  }
}

h5 {
  font-size: 12px;
  font-weight: bold;
  line-height: 103.5%;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
  h5 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 10px;
  font-weight: bold;
  line-height: 103.5%;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
  h6 {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1640px) {
  h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  h6 {
    font-size: 20px;
  }
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 103.5%;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1640px) {
  p {
    font-size: 20px;
  }
}

/* ==========================================================================
   Koenig Editor Cards - Required by Ghost
   ========================================================================== */
/* Gallery Card */
.kg-gallery-container {
  display: flex;
  flex-direction: column;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.kg-gallery-image {
  flex: 1 1 0;
  margin: 0 0.5rem;
}

.kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kg-gallery-row:not(:first-of-type) {
  margin: 0.5rem 0 0;
}

/* Bookmark Card */
.kg-bookmark-card {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  display: flex;
  text-decoration: none;
  margin: 2rem 0;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.kg-bookmark-card:hover {
  box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.25);
}

.kg-bookmark-container {
  display: flex;
  text-decoration: none;
  min-height: 148px;
  width: 100%;
}

.kg-bookmark-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
}

.kg-bookmark-title {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.kg-bookmark-description {
  display: -webkit-box;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #666;
  font-weight: 400;
  margin-bottom: 1rem;
  max-height: 44px;
  overflow-y: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kg-bookmark-metadata {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  color: #999;
  font-weight: 400;
  margin-top: auto;
}

.kg-bookmark-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.kg-bookmark-author {
  text-decoration: none;
  color: #999;
}

.kg-bookmark-publisher {
  text-decoration: none;
  color: #999;
}

.kg-bookmark-author:after {
  content: "•";
  margin: 0 6px;
}

.kg-bookmark-thumbnail {
  position: relative;
  min-width: 33%;
  max-height: 100%;
}

.kg-bookmark-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 3px 3px 0;
}

/* Additional Koenig Editor Classes */
.kg-width-wide {
  position: relative;
  width: 85vw;
  min-width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  transform: translateX(calc(50vw - 50%));
}

.kg-width-full {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.kg-image-card {
  margin: 2rem 0;
}

.kg-image {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.kg-image-card figcaption {
  text-align: center;
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.5rem;
}

/* Code Card */
.kg-code-card {
  margin: 2rem 0;
}

.kg-code-card pre {
  background: #2d2d2d;
  color: #f8f8f2;
  padding: 1.5rem;
  border-radius: 5px;
  overflow-x: auto;
}

/* Embed Card */
.kg-embed-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
  min-width: 100%;
}

/* Button Card */
.kg-button-card {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.kg-btn {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.kg-btn-accent {
  background-color: var(--ghost-accent-color, #15171A);
  color: #fff;
}

.kg-btn-accent:hover {
  opacity: 0.9;
}

/* Callout Card */
.kg-callout-card {
  display: flex;
  padding: 1.5rem;
  border-radius: 3px;
  margin: 2rem 0;
}

.kg-callout-card-grey {
  background: #f6f6f6;
}

.kg-callout-card-blue {
  background: #e6f3ff;
}

.kg-callout-card-green {
  background: #e8f5e8;
}

.kg-callout-card-yellow {
  background: #fff9e6;
}

.kg-callout-card-red {
  background: #ffe6e6;
}

.kg-callout-card-pink {
  background: #ffe6f1;
}

.kg-callout-card-purple {
  background: #f3e6ff;
}

.kg-callout-emoji {
  padding-right: 1rem;
  font-size: 1.5rem;
}

.kg-callout-text {
  font-size: 1rem;
  line-height: 1.6;
}

/* Toggle Card */
.kg-toggle-card {
  background: #f6f6f6;
  border-radius: 4px;
  padding: 1rem;
  margin: 2rem 0;
}

.kg-toggle-heading {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kg-toggle-content {
  margin-top: 1rem;
  display: none;
}

.kg-toggle-card.kg-toggle-card-open .kg-toggle-content {
  display: block;
}

/* Product Card */
.kg-product-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 2rem 0;
}

.kg-product-card-container {
  display: grid;
  grid-template-columns: auto min-content;
  align-items: center;
  grid-row-gap: 1rem;
  background: #f6f6f6;
  padding: 1.5rem;
  border-radius: 5px;
  width: 100%;
}

.kg-product-card-title {
  grid-column: 1/3;
  font-size: 1.5rem;
  font-weight: 700;
}

.kg-product-card-description {
  grid-column: 1/3;
}

.kg-product-card-button {
  justify-self: center;
  grid-column: 1/3;
}

/* Audio Card */
.kg-audio-card {
  display: flex;
  width: 100%;
  margin: 2rem 0;
}

.kg-audio-player-container {
  width: 100%;
}

/* Video Card */
.kg-video-card {
  margin: 2rem 0;
}

.kg-video-player-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.kg-video-player-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* File Card */
.kg-file-card {
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 2rem 0;
  transition: all 0.3s ease;
}

.kg-file-card:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Header Cards */
.kg-header-card {
  padding: 12vmin 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 2rem 0;
}

.kg-header-card h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}

.kg-header-card h3 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}

.kg-header-card-subheading {
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 1rem;
}

.kg-header-card-button {
  margin-top: 2rem;
}

/* Responsive Design for Cards */
@media (max-width: 768px) {
  .kg-bookmark-container {
    flex-direction: column;
  }
  .kg-bookmark-thumbnail {
    order: -1;
    width: 100%;
    min-height: 200px;
  }
  .kg-bookmark-thumbnail img {
    border-radius: 3px 3px 0 0;
  }
  .kg-product-card-container {
    grid-template-columns: 1fr;
  }
  .kg-product-card-title,
  .kg-product-card-description,
  .kg-product-card-button {
    grid-column: 1;
  }
}
.container {
  width: 100%;
  position: relative;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1357px;
  }
}

.container-sm {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 540px;
}

.container-md {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 720px;
}

.container-lg {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
}

.container-xl {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

.container-xxl {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px;
}

.container-xxxl {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1357px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 0) {
  .col-xs-1 {
    width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
    flex: 0 0 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
    flex: 0 0 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
    flex: 0 0 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
    flex: 0 0 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
    flex: 0 0 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
    flex: 0 0 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
    flex: 0 0 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
    flex: 0 0 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
    flex: 0 0 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
    flex: 0 0 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
    flex: 0 0 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
    flex: 0 0 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
    flex: 0 0 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
    flex: 0 0 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
    flex: 0 0 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-xxl-2 {
    width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-xxl-3 {
    width: 25%;
    flex: 0 0 25%;
  }
  .col-xxl-4 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-xxl-5 {
    width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-xxl-6 {
    width: 50%;
    flex: 0 0 50%;
  }
  .col-xxl-7 {
    width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-xxl-8 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-xxl-9 {
    width: 75%;
    flex: 0 0 75%;
  }
  .col-xxl-10 {
    width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-xxl-11 {
    width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-xxl-12 {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-1 {
    width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-xxxl-2 {
    width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-xxxl-3 {
    width: 25%;
    flex: 0 0 25%;
  }
  .col-xxxl-4 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-xxxl-5 {
    width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-xxxl-6 {
    width: 50%;
    flex: 0 0 50%;
  }
  .col-xxxl-7 {
    width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-xxxl-8 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-xxxl-9 {
    width: 75%;
    flex: 0 0 75%;
  }
  .col-xxxl-10 {
    width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-xxxl-11 {
    width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-xxxl-12 {
    width: 100%;
    flex: 0 0 100%;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.row > [class*=col-] {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

* {
  box-sizing: border-box;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: -0.24px;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: #0a0a0a;
  color: #f2f2f7;
  line-height: 1.5;
  font-family: "Figtree", sans-serif;
  overflow-x: hidden;
  max-width: 100vw;
}

.home-template .gh-viewport {
  overflow: hidden;
}

@media screen and (min-width: 1640px) {
  .container-fluid {
    max-width: 1600px;
  }
}

.container-md {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media screen and (min-width: 860px) {
  .container-md {
    max-width: 820px;
  }
}
@media screen and (min-width: 992px) {
  .container-md {
    max-width: 860px;
  }
}
@media screen and (min-width: 1024px) {
  .container-md {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .container-md {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1640px) {
  .container-md {
    max-width: 1320px;
  }
}

.container-sm {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .container-sm {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container-sm {
    max-width: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .container-sm {
    max-width: 900px;
  }
}
@media screen and (min-width: 1200px) {
  .container-sm {
    max-width: 1080px;
  }
}
@media screen and (min-width: 1400px) {
  .container-sm {
    max-width: 1180px;
  }
}
@media screen and (min-width: 1640px) {
  .container-sm {
    max-width: 1200px;
  }
}

.text-white {
  color: #ffffff;
}

.text-primary {
  color: #34caff;
}

.text-black {
  color: #000000;
}

.text-dark {
  color: #474747;
}

.text-blue {
  color: #1551b0;
}

.text-dark-blue {
  color: #2a537c;
}

.text-gray {
  color: #f9f9f9;
}

.text-dark-gray {
  color: #919aad;
}

.text-light-gray {
  color: #f5f5f5;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.h-100 {
  min-height: 100vh;
}

.d-flex {
  display: flex;
}

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

.justify-content-center {
  justify-content: center;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.mb-0 {
  margin-bottom: 0 !important;
}

footer.main-footer {
  color: #ffffff;
  background-color: #000B16;
  overflow: hidden;
}
footer.main-footer .footer-content {
  position: relative;
  padding: 80px 7.5% 0 7.5%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 72px;
  min-height: 380px;
}
@media screen and (min-width: 768px) {
  footer.main-footer .footer-content {
    min-height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  footer.main-footer .footer-content {
    min-height: 470px;
  }
}
@media screen and (min-width: 1200px) {
  footer.main-footer .footer-content {
    min-height: 490px;
  }
}
@media screen and (min-width: 1440px) {
  footer.main-footer .footer-content {
    min-height: 550px;
  }
}
@media screen and (min-width: 1600px) {
  footer.main-footer .footer-content {
    min-height: 570px;
  }
}
@media screen and (max-width: 767.9px) {
  footer.main-footer .footer-content {
    padding: 50px 5% 0 5%;
    border-radius: 36px;
  }
}
footer.main-footer .footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: none;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  footer.main-footer .footer-top {
    padding-bottom: 40px;
  }
}
footer.main-footer .footer-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 933px;
  max-width: 100%;
  height: 1px;
  background: rgba(145, 154, 173, 0.4);
}
footer.main-footer .footer-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% + 9px);
  transform: translateX(-50%);
  width: 295px;
  max-width: 60%;
  height: 1px;
  background: linear-gradient(90deg, rgba(78, 77, 77, 0) 0%, #dcf6ff 25%, #34caff 50%, #80deff 75%, rgba(70, 70, 70, 0) 100%);
}
footer.main-footer .footer-top-quote {
  display: none;
  font-weight: 600;
  font-size: 43.75px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.04em;
  color: #5ba3d5;
  max-width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 1640px) {
  footer.main-footer .footer-top-quote {
    font-size: 36px;
  }
}
@media screen and (max-width: 1440px) {
  footer.main-footer .footer-top-quote {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  footer.main-footer .footer-top-quote {
    font-size: 28px;
  }
}
@media screen and (max-width: 767.9px) {
  footer.main-footer .footer-top-quote {
    font-size: 24px;
  }
}
footer.main-footer .footer-logo {
  width: 33.33%;
}
@media screen and (max-width: 767.9px) {
  footer.main-footer .footer-logo {
    width: 60%;
  }
}
footer.main-footer .footer-logo a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
footer.main-footer .footer-logo img {
  max-width: 114px;
}
@media screen and (max-width: 767.9px) {
  footer.main-footer .footer-logo img {
    max-width: 100px;
  }
}
@media screen and (max-width: 480px) {
  footer.main-footer .footer-logo img {
    max-width: 80px;
  }
}
footer.main-footer .footer-logo .footer-logo-text {
  font-size: 33.2px;
  color: #ffffff;
  font-weight: 400;
  line-height: 108%;
  letter-spacing: -0.04em;
  max-width: 320px;
  opacity: 0.66;
}
@media screen and (max-width: 1640px) {
  footer.main-footer .footer-logo .footer-logo-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  footer.main-footer .footer-logo .footer-logo-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  footer.main-footer .footer-logo .footer-logo-text {
    font-size: 25px;
  }
}
@media screen and (max-width: 767.9px) {
  footer.main-footer .footer-logo .footer-logo-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  footer.main-footer .footer-logo .footer-logo-text {
    font-size: 18px;
  }
}
footer.main-footer .footer-bottom {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
footer.main-footer .footer-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
footer.main-footer .footer-links ul {
  padding: 0;
  display: flex;
  gap: 18px;
}
footer.main-footer .footer-links li {
  list-style: none;
  padding: 0;
}
footer.main-footer .footer-links li:not(:first-child):before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.66);
  border-radius: 50%;
  margin-right: 18px;
}
footer.main-footer .footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 108%;
  letter-spacing: -0.04em;
  opacity: 0.66;
}
footer.main-footer .footer-bottom-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin: 50px auto 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  footer.main-footer .footer-bottom-wrapper {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  footer.main-footer .footer-bottom-wrapper {
    margin: 30px auto 30px auto;
  }
}
@media screen and (max-width: 400px) {
  footer.main-footer .footer-bottom-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
footer.main-footer .footer-bottom-wrapper .footer-social {
  display: flex;
  text-align: center;
  gap: 12px;
  margin-bottom: 60px;
}
footer.main-footer .footer-bottom-wrapper .footer-social h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.04em;
  margin-top: 0;
}
@media screen and (max-width: 1640px) {
  footer.main-footer .footer-bottom-wrapper .footer-social h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  footer.main-footer .footer-bottom-wrapper .footer-social h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  footer.main-footer .footer-bottom-wrapper .footer-social h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  footer.main-footer .footer-bottom-wrapper .footer-social h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  footer.main-footer .footer-bottom-wrapper .footer-social h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
footer.main-footer .footer-bottom-wrapper .footer-social ul {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 1640px) {
  footer.main-footer .footer-bottom-wrapper .footer-social ul {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  footer.main-footer .footer-bottom-wrapper .footer-social ul {
    gap: 15px;
  }
}
@media screen and (max-width: 1024px) {
  footer.main-footer .footer-bottom-wrapper .footer-social ul {
    gap: 10px;
  }
}
footer.main-footer .footer-bottom-wrapper .footer-social ul li {
  list-style: none;
}
footer.main-footer .footer-bottom-wrapper .footer-social ul a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #22b8ed;
  border-radius: 50%;
}
@media screen and (max-width: 1640px) {
  footer.main-footer .footer-bottom-wrapper .footer-social ul a {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}
@media screen and (max-width: 1200px) {
  footer.main-footer .footer-bottom-wrapper .footer-social ul a {
    width: 35px;
    height: 35px;
    padding: 8px;
  }
}
@media screen and (max-width: 1024px) {
  footer.main-footer .footer-bottom-wrapper .footer-social ul a {
    width: 30px;
    height: 30px;
  }
}
footer.main-footer .footer-bottom-wrapper .footer-social ul a img {
  width: 100%;
  height: 100%;
  max-width: 25px;
}
@media screen and (max-width: 1640px) {
  footer.main-footer .footer-bottom-wrapper .footer-social ul a img {
    max-width: 100%;
  }
}
footer.main-footer .footer-logo-large {
  opacity: 0.2;
  margin-top: -12.5%;
  pointer-events: none;
  user-select: none;
  position: relative;
  z-index: -1;
}
footer.main-footer .footer-contact-links {
  position: absolute;
  bottom: 25px;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
footer.main-footer .footer-contact-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 480px) {
  footer.main-footer .footer-contact-links ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer.main-footer .footer-contact-links li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 480px) {
  footer.main-footer .footer-contact-links li:first-child {
    flex: 1 1 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 767.9px) {
  footer.main-footer .footer-contact-links {
    position: relative;
    bottom: auto;
    right: auto;
    justify-content: center;
  }
}
footer.main-footer .footer-contact-links span {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1200px) {
  footer.main-footer .footer-contact-links span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  footer.main-footer .footer-contact-links span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  footer.main-footer .footer-contact-links span {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  footer.main-footer .footer-contact-links span {
    font-size: 13px;
  }
}
@media screen and (max-width: 420px) {
  footer.main-footer .footer-contact-links span {
    font-size: 12px;
  }
}
footer.main-footer .footer-contact-links span:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.66);
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  footer.main-footer .footer-contact-links span:after {
    margin-left: 10px;
    margin-right: 10px;
    width: 8px;
    height: 8px;
  }
}
footer.main-footer .footer-contact-links a {
  color: #3dccff;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1200px) {
  footer.main-footer .footer-contact-links a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  footer.main-footer .footer-contact-links a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  footer.main-footer .footer-contact-links a {
    font-size: 14px;
  }
}
footer.main-footer .footer-bottom-info {
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  opacity: 0.66;
}
footer.main-footer .footer-bottom-info p {
  margin-bottom: 0;
}
footer.main-footer .footer-bottom-info a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.04em;
  text-align: center;
}

body.home-template {
  background: #0a0a0a;
  color: #f2f2f7;
}
body.home-template .gh-viewport {
  overflow: visible;
}
body.home-template .main-footer {
  background: #000B16;
}
body.home-template .main-footer .footer-logo-large {
  display: none;
}

.ax-bg-glow {
  position: fixed;
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px;
  height: 1000px;
  background: radial-gradient(ellipse at center, rgba(0, 97, 178, 0.25) 0%, rgba(52, 202, 255, 0.04) 40%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.ax-hero {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 80px;
  text-align: center;
}
@media (max-width: 1024px) {
  .ax-hero {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .ax-hero {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}

.ax-hero-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.ax-hero-title {
  font-size: 90px;
  line-height: 0.98;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -2.7px;
  margin: 0 0 32px;
}
@media (max-width: 1200px) {
  .ax-hero-title {
    font-size: 72px;
  }
}
@media (max-width: 1024px) {
  .ax-hero-title {
    font-size: 60px;
    letter-spacing: -1.8px;
  }
}
@media (max-width: 767px) {
  .ax-hero-title {
    font-size: 44px;
    letter-spacing: -1.3px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .ax-hero-title {
    font-size: 36px;
  }
}

.ax-hero-description {
  font-size: 24px;
  line-height: 1.25;
  color: #f2f2f7;
  letter-spacing: -0.96px;
  margin: 0 0 43px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .ax-hero-description {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ax-hero-description {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .ax-hero-description {
    font-size: 16px;
  }
}

.ax-hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.ax-hero-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
}
.ax-hero-background img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ax-hero-logo {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: -40px auto 0;
  padding: 0 24px;
  perspective: 1200px;
  margin-bottom: -20%;
}
.ax-hero-logo .ax-hero-logo-main {
  width: 100%;
  height: auto;
  display: block;
  animation: ax-logo-float 6s ease-in-out infinite;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .ax-hero-logo {
    margin-top: -20px;
  }
}

@keyframes ax-logo-float {
  0%, 100% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(8deg);
  }
}
.ax-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 24px;
  border-radius: 29px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  min-width: 180px;
  border: none;
}
@media (max-width: 767px) {
  .ax-btn {
    font-size: 16px;
    height: 48px;
    min-width: 150px;
  }
}

.ax-btn-white {
  background: rgba(15, 60, 92, 0.5);
  color: #ffffff;
  font-weight: 400;
  letter-spacing: -0.04em;
  min-width: 260px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: background 0.3s ease, border-color 0.3s ease;
}
.ax-btn-white:hover {
  background: rgba(15, 60, 92, 0.7);
  border-color: rgba(52, 202, 255, 0.45);
}
@media (max-width: 767px) {
  .ax-btn-white {
    min-width: 200px;
  }
}

.ax-btn-arrow {
  margin-left: 8px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
.ax-btn:hover .ax-btn-arrow {
  transform: translateX(4px);
}

.ax-btn-outline {
  position: relative;
  color: #34caff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-weight: 400;
  letter-spacing: -0.04em;
  padding: 13px 23px 13px 22px;
  min-width: 211px;
  background: #0a0a0a;
  transition: border-color 0.4s ease;
  overflow: visible;
}
.ax-btn-outline::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  width: 116px;
  height: 1px;
  border-radius: 29px;
  background: linear-gradient(90deg, #4e4d4d 0%, #dcf6ff 27%, #34caff 50%, #80deff 69%, #464646 100%);
  transition: width 0.4s ease, height 0.4s ease, bottom 0.4s ease, left 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
.ax-btn-outline:hover {
  border-color: transparent;
  background: linear-gradient(#0a0a0a, #0a0a0a) padding-box, conic-gradient(from 180deg, #4e4d4d, #dcf6ff, #34caff, #80deff, #4e4d4d) border-box;
  border: 1px solid transparent;
}
.ax-btn-outline:hover::after {
  opacity: 0;
}
@media (max-width: 767px) {
  .ax-btn-outline {
    min-width: 170px;
    padding: 10px 18px;
  }
}

.ax-section-header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .ax-section-header {
    margin-bottom: 48px;
  }
}

.ax-section-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.ax-section-label-text {
  font-size: 32px;
  color: #34caff;
  letter-spacing: -1.28px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .ax-section-label-text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .ax-section-label-text {
    font-size: 20px;
  }
}

.ax-section-line {
  display: block;
  width: 318px;
  height: 1px;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .ax-section-line {
    width: 80px;
  }
}

.ax-section-line-left {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.05), #34caff);
}

.ax-section-line-right {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.05), #34caff);
}

.ax-section-title {
  font-size: 70px;
  line-height: 1.16;
  color: #ffffff;
  letter-spacing: -2.1px;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .ax-section-title {
    font-size: 56px;
  }
}
@media (max-width: 1024px) {
  .ax-section-title {
    font-size: 44px;
    letter-spacing: -1.3px;
  }
}
@media (max-width: 767px) {
  .ax-section-title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .ax-section-title {
    font-size: 28px;
  }
}

.ax-principles {
  position: relative;
  z-index: 1;
  padding: 80px 24px 100px;
}
@media (max-width: 767px) {
  .ax-principles {
    padding: 40px 16px 60px;
  }
}

.ax-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .ax-principles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .ax-principles-grid {
    grid-template-columns: 1fr;
  }
}

.ax-principle-card {
  border-radius: 22px;
  padding: 28px;
  border: 1px solid #8e8e8e;
  box-shadow: 0 0 58px 0 rgba(0, 0, 0, 0.6);
  background: linear-gradient(267.9deg, rgba(52, 202, 255, 0.04) 27.62%, rgba(52, 202, 255, 0.06) 60.24%);
  min-height: 344px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) {
  .ax-principle-card {
    min-height: auto;
    padding: 24px;
  }
}

.ax-principle-icon {
  width: 53px;
  height: 53px;
  border-radius: 13px;
  backdrop-filter: blur(12px);
  background: linear-gradient(180deg, rgba(52, 202, 255, 0.1) 0%, rgba(3, 74, 229, 0.1) 100%);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.ax-principle-number {
  font-size: 14px;
  color: rgba(242, 242, 247, 0.7);
  letter-spacing: -0.56px;
  margin-bottom: 4px;
}

.ax-principle-title {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.84px;
  margin: 0 0 20px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .ax-principle-title {
    font-size: 24px;
  }
}

.ax-principle-text {
  font-size: 20px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.67);
  letter-spacing: -0.8px;
  margin: 0;
}
@media (max-width: 767px) {
  .ax-principle-text {
    font-size: 17px;
  }
}

.ax-different {
  position: relative;
  z-index: 1;
  padding: 100px 24px;
}
@media (max-width: 767px) {
  .ax-different {
    padding: 60px 16px;
  }
}

.ax-different-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1391px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .ax-different-grid {
    grid-template-columns: 1fr;
  }
}

.ax-different-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 40px;
  padding: 48px 40px;
  border: 1px solid #313131;
  text-align: left;
  background: radial-gradient(84.91% 92.11% at 42.91% 92.11%, rgba(43, 255, 255, 0.0575) 0%, rgba(0, 140, 255, 0.05) 100%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .ax-different-card {
    border-radius: 28px;
    padding: 32px 24px;
    gap: 16px;
  }
}

.ax-diffrent-card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-bottom: 10px;
}

.ax-different-card-icon {
  flex-shrink: 0;
  width: 102px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(222, 190, 73, 0.1) 0%, rgba(176, 138, 23, 0.1) 100%);
}
.ax-different-card-icon svg {
  max-width: 45px;
}
@media (max-width: 767px) {
  .ax-different-card-icon {
    width: 80px;
    height: 56px;
    border-radius: 15px;
  }
  .ax-different-card-icon svg {
    max-width: 35px;
  }
}
@media (max-width: 480px) {
  .ax-different-card-icon {
    width: 60px;
    height: 42px;
    border-radius: 10px;
  }
  .ax-different-card-icon svg {
    max-width: 30px;
  }
}

.ax-different-card-title {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1024px) {
  .ax-different-card-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .ax-different-card-title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .ax-different-card-title {
    font-size: 20px;
  }
}

.ax-different-card-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.04em;
  color: #828282;
}
@media (max-width: 767px) {
  .ax-different-card-text {
    font-size: 16px;
  }
}

.ax-access {
  position: relative;
  z-index: 1;
  padding: 150px 24px 150px;
  overflow: hidden;
  background: #050505;
}
@media (max-width: 1400px) {
  .ax-access {
    padding: 120px 24px 120px;
  }
}
@media (max-width: 1200px) {
  .ax-access {
    padding: 100px 24px 100px;
  }
}
@media (max-width: 767px) {
  .ax-access {
    padding: 60px 16px 80px;
  }
}

.ax-access-content {
  max-width: 1147px;
  margin: 0 auto;
  text-align: center;
}

.ax-access-title {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.33;
  color: #ffffff;
  letter-spacing: -1.8px;
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .ax-access-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .ax-access-title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .ax-access-title {
    font-size: 28px;
  }
}

.ax-access-subtitle {
  font-size: 24px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: -0.8px;
  margin: 0 0 16px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .ax-access-subtitle {
    font-size: 20px;
  }
}

.ax-access-description {
  font-size: 24px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.64px;
  margin: 0 0 32px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .ax-access-description {
    font-size: 20px;
  }
}

.ax-access-btn {
  margin-bottom: 12px;
  min-width: 380px;
  height: 64px;
  font-size: 24px;
  padding: 0 48px;
  background: rgba(15, 60, 92, 0.5019607843);
  transition: all 0.3s ease;
}
.ax-access-btn:hover {
  background: linear-gradient(#0a0a0a, #0a0a0a) padding-box, conic-gradient(from 180deg, #4e4d4d, #dcf6ff, #34caff, #80deff, #4e4d4d) border-box;
}
@media (max-width: 767px) {
  .ax-access-btn {
    font-size: 18px;
    height: 56px;
    padding: 0 32px;
    min-width: 280px;
  }
}
@media (max-width: 480px) {
  .ax-access-btn {
    min-width: 240px;
  }
}

.ax-access-note {
  font-size: 14px;
  line-height: 2.4;
  color: #b6b4b4;
  letter-spacing: -0.56px;
  margin: 0;
}

.ax-hero-content > *,
.ax-hero-logo {
  opacity: 0;
}

.ax-section-header > *,
.ax-principle-card,
.ax-different-card {
  opacity: 0;
}

.home-template .ax-access-content > * {
  opacity: 0;
}

.gh-article {
  padding-top: 140px;
}
@media screen and (max-width: 767.9px) {
  .gh-article {
    padding-top: 100px;
  }
}
.gh-article .gh-article-title {
  color: #fff;
}
.gh-article .gh-article-excerpt {
  color: rgba(255, 255, 255, 0.55);
}

.gh-content {
  color: rgba(255, 255, 255, 0.75);
}
.gh-content a {
  color: #34caff;
}

.error-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 160px 30px 112px;
  text-align: center;
}
.error-content-inner {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-content img {
  max-width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .error-content img {
    max-width: 480px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .error-content img {
    max-width: 600px;
    margin-bottom: 50px;
  }
}
.error-content .error-message {
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .error-content .error-message {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .error-content .error-message {
    margin-bottom: 50px;
  }
}
.error-content .error-description {
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 480px) {
  .error-content .error-description {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .error-content .error-description {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .error-content .error-description {
    font-size: 30px;
  }
}
.error-content .error-home-link {
  display: block;
  font-size: 20px;
}

.privacy-policy {
  padding: 140px 0 100px;
}
.privacy-policy-header {
  margin-bottom: 30px;
}
.privacy-policy section {
  margin-top: 50px;
}
.privacy-policy h1 {
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .privacy-policy h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .privacy-policy h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .privacy-policy h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.privacy-policy h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .privacy-policy h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .privacy-policy h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .privacy-policy h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.privacy-policy h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .privacy-policy h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .privacy-policy h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .privacy-policy h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.privacy-policy h4 {
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .privacy-policy h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .privacy-policy h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .privacy-policy h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.privacy-policy h5 {
  font-size: 12px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .privacy-policy h5 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .privacy-policy h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .privacy-policy h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.privacy-policy h6 {
  font-size: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .privacy-policy h6 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .privacy-policy h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .privacy-policy h6 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.privacy-policy p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .privacy-policy p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .privacy-policy p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .privacy-policy p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.privacy-policy ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .privacy-policy ul {
    margin-bottom: 20px;
  }
}
.privacy-policy ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .privacy-policy ol {
    margin-bottom: 20px;
  }
}
.privacy-policy li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .privacy-policy li {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .privacy-policy li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .privacy-policy li {
    font-size: 18px;
  }
}

.contact {
  padding: 140px 0 5rem;
}
@media screen and (max-width: 767.9px) {
  .contact {
    padding: 100px 0 4rem;
  }
}
@media screen and (max-width: 480px) {
  .contact {
    padding: 80px 0 2.5rem;
  }
}
.contact-form {
  max-width: 900px;
  margin: 0 auto;
  min-height: 75vh;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  color: #1a1a1a;
}
@media screen and (max-width: 767.9px) {
  .contact-form {
    padding: 24px;
    border-radius: 12px;
  }
}

.blog-link {
  color: #ffffff;
  position: relative;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.blog-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: 0;
  transition: opacity 0.2s ease;
  transform: scaleX(0);
}
@media screen and (max-width: 767.9px) {
  .blog-link:before {
    display: none;
  }
}
.blog-link:hover {
  color: #ffffff;
}
.blog-link:hover:before {
  opacity: 1;
  transform: scaleX(1);
}

.blog-main {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media screen and (max-width: 1024px) {
  .blog-main {
    gap: 56px;
  }
}
@media screen and (max-width: 767.9px) {
  .blog-main {
    gap: 40px;
  }
}
.blog-main .blog-hero {
  padding-top: 110px;
  background: radial-gradient(85.62% 273.09% at 14.37% 74.83%, #a1e6ff 0%, #47cfff 46.44%);
  margin-top: -1px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 480px) {
  .blog-main .blog-hero {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
.blog-main .blog-hero .container {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 1024px) {
  .blog-main .blog-hero .container {
    gap: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .blog-main .blog-hero .container {
    gap: 30px;
    flex-direction: column-reverse;
  }
}
.blog-main .blog-hero-media {
  position: relative;
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .blog-main .blog-hero-media {
    width: 50%;
  }
}
@media screen and (max-width: 767.9px) {
  .blog-main .blog-hero-media {
    width: 100%;
  }
}
.blog-main .blog-hero-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .blog-main .blog-hero-content {
    width: 50%;
  }
}
@media screen and (max-width: 767.9px) {
  .blog-main .blog-hero-content {
    width: 100%;
  }
}
.blog-main .blog-hero-content .blog-hero-title {
  font-size: clamp(2.4rem, 5vw, 3rem);
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .blog-main .blog-hero-content .blog-hero-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .blog-main .blog-hero-content .blog-hero-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .blog-main .blog-hero-content .blog-hero-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .blog-main .blog-hero-content .blog-hero-title {
    font-size: 2rem;
  }
}
.blog-main .blog-hero-content .blog-hero-title strong {
  font-weight: 600;
}
.blog-main .blog-hero-content .blog-hero-description {
  font-size: 25px;
  line-height: 140%;
  color: #ffffff;
  margin: 0;
  max-width: 520px;
}
@media screen and (max-width: 1440px) {
  .blog-main .blog-hero-content .blog-hero-description {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .blog-main .blog-hero-content .blog-hero-description {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .blog-main .blog-hero-content .blog-hero-description {
    font-size: 18px;
  }
}
@media screen and (max-width: 767.9px) {
  .blog-main .blog-hero-content .blog-hero-description {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .blog-main .blog-hero-content .blog-hero-description {
    font-size: 16px;
  }
}
.blog-main .blog-hero-content .blog-hero-cta {
  align-self: flex-start;
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  background: #0f9be7;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.blog-main .blog-hero-content .blog-hero-cta:hover {
  background: #066cac;
  transform: translateY(-1px);
}
.blog-main .blog-search {
  width: 100%;
}
.blog-main .blog-search .blog-search-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 767.9px) {
  .blog-main .blog-search .blog-search-inner {
    padding: 0 18px;
    gap: 12px;
  }
}
.blog-main .blog-search-field {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #34caff;
  border-radius: 999px;
  background: #fff;
  padding: 0;
  gap: 12px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .blog-main .blog-search-field {
    gap: 10px;
  }
}
.blog-main .blog-search-field svg {
  color: #fff;
}
.blog-main .blog-search-button {
  padding: 12px 18px;
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #34caff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}
@media screen and (max-width: 480px) {
  .blog-main .blog-search-button {
    font-size: 14px;
    padding: 10px 16px;
  }
}
.blog-main .blog-search-button:hover {
  background: rgb(1, 188.684729064, 255);
}
.blog-main .blog-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
  color: #222;
  padding: 12px 18px 12px 0;
  border: 0;
}
@media screen and (max-width: 480px) {
  .blog-main .blog-search-input {
    font-size: 14px;
    padding: 10px 16px 10px 0;
  }
}
.blog-main .blog-search-input::placeholder {
  color: #828282;
}
.blog-main .blog-search-input:focus, .blog-main .blog-search-input:active {
  outline: none;
  border: 0;
}
.blog-main .blog-search-status {
  font-size: 15px;
  color: #9c1f1f;
  margin: 0;
  display: none;
}
.blog-main .blog-search-status.is-visible {
  display: block;
}
.blog-main .blog-filter {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .blog-main .blog-filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.blog-main .blog-filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid rgba(15, 155, 231, 0.3);
  border-radius: 999px;
  background: #fff;
  background: #34caff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.blog-main .blog-filter-toggle:hover {
  background: rgb(1, 188.684729064, 255);
  border-color: #34caff;
}
.blog-main .blog-filter-toggle[aria-expanded=true] {
  border-color: #0f9be7;
}
.blog-main .blog-filter-toggle[aria-expanded=true] .blog-filter-chevron {
  transform: rotate(180deg);
}
.blog-main .blog-filter-chevron {
  transition: transform 0.2s ease;
}
.blog-main .blog-filter-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 200px;
  max-height: 260px;
  overflow-y: auto;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(15, 155, 231, 0.2);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 100;
}
.blog-main .blog-filter-dropdown li {
  padding: 10px 16px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: background 0.15s ease;
}
.blog-main .blog-filter-dropdown li:hover {
  background: rgba(15, 155, 231, 0.08);
  color: #0f9be7;
}
.blog-main .blog-filter-selected {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-main .blog-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px 8px 14px;
  background: rgba(15, 155, 231, 0.12);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: #0f9be7;
}
.blog-main .blog-filter-chip-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  border-radius: 50%;
  color: #0f9be7;
  background: transparent;
  cursor: pointer;
}
.blog-main .blog-filter-chip-close svg {
  width: 8px;
  height: 8px;
}
.blog-main .blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
  padding: 24px 0;
}
.blog-main .blog-pagination-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #34caff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.blog-main .blog-pagination-link:hover:not(.is-disabled) {
  background: rgb(1, 188.684729064, 255);
  transform: translateY(-1px);
}
.blog-main .blog-pagination-link.is-disabled {
  background: #e0e0e0;
  color: #999;
  cursor: not-allowed;
  pointer-events: none;
}
.blog-main .blog-pagination-link svg {
  width: 14px;
  height: 14px;
}
.blog-main .blog-pagination-info {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .blog-main .blog-pagination {
    gap: 12px;
  }
  .blog-main .blog-pagination-link {
    padding: 8px 14px;
    font-size: 13px;
  }
  .blog-main .blog-pagination-link span {
    display: none;
  }
}
.blog-main .blog-list .blog-more {
  margin-top: 40px;
  text-align: center;
}
.blog-main .blog-list .blog-more a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(15, 155, 231, 0.12);
  color: #0f9be7;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}
.blog-main .blog-list .blog-more a:hover {
  background: rgba(15, 155, 231, 0.2);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
@media screen and (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  .blog-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.blog-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  padding: 12px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 155, 231, 0.12);
  background: #fff;
  box-shadow: 7px 10px 15.7px rgba(187, 187, 187, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-card:hover {
  transform: translateY(-6px);
  background: radial-gradient(76.85% 29.93% at 48.03% 100%, #adeaff 0%, #ffffff 100%);
  box-shadow: 7px 10px 15.7px rgba(58, 183, 232, 0.25);
}
.blog-card .blog-card-media {
  position: relative;
  padding-bottom: 60%;
}
.blog-card .blog-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.blog-card .blog-card-body {
  padding: 26px 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  .blog-card .blog-card-body {
    padding: 22px 10px;
  }
}
@media screen and (max-width: 480px) {
  .blog-card .blog-card-body {
    padding: 20px 8px;
  }
}
.blog-card .blog-card-body .blog-card-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.35;
  color: #474747;
}
.blog-card .blog-card-body .blog-card-title a {
  color: inherit;
  text-decoration: none;
}
.blog-card .blog-card-body .blog-card-excerpt {
  margin: 0;
  color: #555;
  line-height: 1.5;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .blog-card .blog-card-body .blog-card-excerpt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .blog-card .blog-card-body .blog-card-excerpt {
    font-size: 0.75rem;
  }
}
.blog-card .blog-card-body .blog-card-meta {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.blog-card .blog-card-body .blog-card-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-card .blog-card-body .blog-card-meta a,
.blog-card .blog-card-body .blog-card-meta span {
  font-size: 16px;
  color: #535353;
}
@media screen and (max-width: 480px) {
  .blog-card .blog-card-body .blog-card-meta a,
  .blog-card .blog-card-body .blog-card-meta span {
    font-size: 14px;
  }
}
.blog-card .blog-card-body .blog-card-meta img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-card-tag {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #0f9be7;
}
@media screen and (max-width: 480px) {
  .blog-card-tag {
    font-size: 12px;
  }
}

.blog-post {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .blog-post {
    padding-top: 96px;
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 767.9px) {
  .blog-post {
    padding-top: 80px;
    padding-bottom: 56px;
  }
}
.blog-post .blog-article-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.blog-post .blog-article-header .blog-article-tag {
  align-self: center;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(15, 155, 231, 0.12);
  color: #0f9be7;
  text-decoration: none;
}
.blog-post .blog-article-header .blog-article-title {
  font-size: clamp(2.4rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .blog-post .blog-article-header .blog-article-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767.9px) {
  .blog-post .blog-article-header .blog-article-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .blog-post .blog-article-header .blog-article-title {
    font-size: 2rem;
  }
}
.blog-post .blog-article-header .blog-article-excerpt {
  font-size: 20px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  .blog-post .blog-article-header .blog-article-excerpt {
    font-size: 18px;
  }
}
.blog-post .blog-article-date {
  font-size: 1.15rem;
  color: #888888;
}
@media screen and (max-width: 480px) {
  .blog-post .blog-article-date {
    font-size: 14px;
  }
}
.blog-post .blog-article-byline {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 20px 0;
}
@media screen and (max-width: 480px) {
  .blog-post .blog-article-byline {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.blog-post .blog-article-author span {
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog-post .blog-article-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.blog-post .blog-article-details {
  display: flex;
  align-items: center;
  gap: 50px;
}
.blog-post .blog-article-reading-time {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-post .blog-article-reading-time svg {
  width: 20px;
}
.blog-post .blog-article-media {
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  background: #f3f7fb;
}
.blog-post .blog-article-media img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-post .blog-article-media figcaption {
  padding: 16px 20px;
  font-size: 13px;
  color: #666;
}
.blog-post .blog-article-layout {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .blog-post .blog-article-layout {
    flex-direction: row;
  }
}
.blog-post .blog-article-content {
  font-size: 14px;
  line-height: 140%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog-post .blog-article-content {
    width: 70%;
    margin-bottom: 30px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-post .blog-article-content {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-post .blog-article-content {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
.blog-post .blog-article-content p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 140%;
  color: #686868;
}
@media screen and (min-width: 768px) {
  .blog-post .blog-article-content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-post .blog-article-content p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-post .blog-article-content p {
    font-size: 20px;
  }
}
.blog-post .blog-article-content blockquote {
  margin: 24px 0;
  padding-left: 20px;
  border-left: 4px solid #0f9be7;
  color: #444;
  font-style: italic;
}
.blog-post .blog-article-aside {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog-post .blog-article-aside {
    width: 30%;
  }
}
.blog-post .blog-article-aside .blog-article-toc {
  position: sticky;
  top: 100px;
  border: 2px solid #f0f0f0;
  border-radius: 21px;
  padding: 30px 20px 30px 25px;
}
.blog-post .blog-article-aside .blog-article-toc-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .blog-post .blog-article-aside .blog-article-toc-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-post .blog-article-aside .blog-article-toc-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-post .blog-article-aside .blog-article-toc-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .blog-post .blog-article-aside .blog-article-toc-title {
    font-size: 30px;
  }
}
.blog-post .blog-article-aside ol {
  list-style: none;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
@media screen and (min-width: 480px) {
  .blog-post .blog-article-aside ol {
    border-left: 3px solid #d9d9d9;
    padding-left: 15px;
  }
}
.blog-post .blog-article-aside li {
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 480px) {
  .blog-post .blog-article-aside li:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    background: #47cfff;
    left: -19px;
    top: 0;
    border-radius: 24px;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .blog-post .blog-article-aside li.is-active:before {
    opacity: 1;
  }
}
.blog-post .blog-article-aside li.level-2 {
  padding-left: 0;
  font-size: 18px;
  margin-bottom: 15px;
}
.blog-post .blog-article-aside li.level-3 {
  padding-left: 15px;
  font-size: 17px;
}
.blog-post .blog-article-aside li.level-4 {
  padding-left: 30px;
  font-size: 16px;
}
.blog-post .blog-article-aside li.level-5 {
  padding-left: 45px;
  font-size: 15px;
}
.blog-post .blog-article-aside li.level-6 {
  padding-left: 60px;
  font-size: 14px;
}
.blog-post .blog-article-aside a {
  font-size: 14px;
  display: block;
  line-height: 140%;
  font-weight: 500;
  color: #686868;
  text-decoration: none;
  transition: color 0.2s ease, font-weight 0.2s ease;
}
@media screen and (min-width: 768px) {
  .blog-post .blog-article-aside a {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1400px) {
  .blog-post .blog-article-aside a {
    font-size: 1em;
  }
}
.blog-post .blog-article-aside a:hover {
  color: #0f9be7;
}
.blog-post .blog-article-aside a.is-active {
  color: #0f9be7;
}
.blog-post .blog-article-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  margin-top: 40px;
}
.blog-post .blog-article-footer .blog-article-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.blog-post .blog-article-footer .blog-article-tags a {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(15, 155, 231, 0.12);
  color: #0f9be7;
  text-decoration: none;
  font-weight: 600;
}
.blog-post h1 {
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 120%;
}
@media screen and (min-width: 480px) {
  .blog-post h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .blog-post h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-post h1 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-post h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1400px) {
  .blog-post h1 {
    font-size: 52px;
  }
}
.blog-post h2 {
  font-size: 25px;
  line-height: 120%;
}
@media screen and (min-width: 480px) {
  .blog-post h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .blog-post h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-post h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-post h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1400px) {
  .blog-post h2 {
    font-size: 38px;
  }
}
.blog-post h3 {
  font-size: 20px;
  line-height: 120%;
}
@media screen and (min-width: 480px) {
  .blog-post h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .blog-post h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-post h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-post h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .blog-post h3 {
    font-size: 32px;
  }
}
.blog-post h4 {
  font-size: 20px;
  line-height: 120%;
}
@media screen and (min-width: 480px) {
  .blog-post h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .blog-post h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-post h4 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-post h4 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1400px) {
  .blog-post h4 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1640px) {
  .blog-post h4 {
    font-size: 56px;
  }
}
@media screen and (min-width: 1920px) {
  .blog-post h4 {
    font-size: 60px;
  }
}
.blog-post p + h2,
.blog-post p + h3,
.blog-post p + h4,
.blog-post p + h5,
.blog-post p + h6 {
  margin-top: 40px;
}

.blog-related-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-related-grid {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.blog-related-grid .post {
  width: 33.33%;
  padding: 12px;
  background: #ffffff;
  box-shadow: 7px 10px 14px rgba(197, 197, 197, 0.25);
  border-radius: 24px;
}
@media screen and (max-width: 480px) {
  .blog-related-grid .post {
    width: 100%;
  }
}
.blog-related-grid .gh-card-image {
  width: 100%;
}
.blog-related-grid .gh-card-image img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-related-grid .gh-card-wrapper {
  padding: 12px;
}
.blog-related-grid .gh-card-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.blog-related-grid .gh-card-author {
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog-related-grid .gh-card-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.blog-related-grid h3 {
  font-size: 20px;
  margin-top: 15px;
}
@media screen and (min-width: 480px) {
  .blog-related-grid h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .blog-related-grid h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-related-grid h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-related-grid h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .blog-related-grid h3 {
    font-size: 30px;
  }
}
.blog-related-grid p {
  font-size: 14px;
  line-height: 140%;
  color: #686868;
}
@media screen and (min-width: 480px) {
  .blog-related-grid p {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .blog-related-grid p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-related-grid p {
    font-size: 18px;
  }
}

.blog-article-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  color: #666;
  font-size: 15px;
}
.blog-article-meta .blog-article-authors {
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog-article-meta .blog-article-authors .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.reading-time {
  display: flex;
  font-size: 14px;
  align-items: center;
  gap: 6px;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
  background: #fff;
  padding: 2px 8px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 480px) {
  .reading-time {
    font-size: 12px;
  }
}
.reading-time svg {
  width: 20px;
}
@media screen and (max-width: 480px) {
  .reading-time svg {
    width: 16px;
  }
}

.blog-post-back {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  margin-bottom: 20px;
}
.blog-post-back svg {
  transition: transform 0.2s ease;
  transform: rotate(180deg) translateX(0);
}
.blog-post-back:hover svg {
  transform: rotate(180deg) translateX(2px);
}

.tag-template .gh-main.gh-outer,
.author-template .gh-main.gh-outer {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .tag-template .gh-main.gh-outer,
  .author-template .gh-main.gh-outer {
    padding-top: 96px;
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 767.9px) {
  .tag-template .gh-main.gh-outer,
  .author-template .gh-main.gh-outer {
    padding-top: 80px;
    padding-bottom: 56px;
  }
}

.page-blog {
  background: #0a0a0a;
  color: #f2f2f7;
}
.page-blog .gh-viewport {
  overflow: visible;
}
.page-blog .main-footer {
  background: transparent;
}
.page-blog .main-footer .footer-logo-large {
  display: none;
}
.page-blog .blog-main {
  position: relative;
}
.page-blog .blog-gradient-underlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  pointer-events: none;
  z-index: 0;
}
.page-blog .blog-gradient-underlay img {
  width: 100%;
  height: auto;
  display: block;
}
.page-blog .blog-hero,
.page-blog .blog-list,
.page-blog .ax-access {
  position: relative;
  z-index: 1;
}
.page-blog .blog-hero {
  background: transparent;
  border-radius: 0;
  padding-top: 160px;
  margin-top: 0;
}
@media screen and (max-width: 767.9px) {
  .page-blog .blog-hero {
    padding-top: 120px;
  }
}
.page-blog .blog-hero .container {
  flex-direction: column;
  gap: 24px;
}
.page-blog .blog-hero-media {
  display: none;
}
.page-blog .blog-hero-content {
  width: 100%;
}
.page-blog .blog-hero-content .blog-hero-title {
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}
.page-blog .blog-hero-content .blog-hero-description {
  color: rgba(255, 255, 255, 0.55);
  max-width: 700px;
  font-size: 16px;
  line-height: 160%;
}
.page-blog .blog-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}
.page-blog .blog-hero-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}
@media screen and (max-width: 480px) {
  .page-blog .blog-hero-controls {
    flex-direction: column;
    align-items: stretch;
  }
}
.page-blog .blog-search-field {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 500px;
  border-radius: 50px;
  padding: 0;
  min-height: 54px;
  border: none;
  background: transparent;
  position: relative;
}
.page-blog .blog-search-field::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.5px;
  background: linear-gradient(90deg, rgba(61, 204, 255, 0.24) 0%, #34CAFF 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .page-blog .blog-search-field {
    max-width: none;
  }
}
.page-blog .blog-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 15px 16px;
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #0A2234;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  min-width: 130px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.page-blog .blog-search-button svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.page-blog .blog-search-button:hover {
  background: rgba(52, 202, 255, 0.4);
}
.page-blog .blog-search-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  padding: 8px 16px;
}
.page-blog .blog-search-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.page-blog .blog-search-status {
  color: #e07070;
  font-size: 14px;
  margin-top: 8px;
}
.page-blog .blog-filter-wrapper {
  position: relative;
}
.page-blog .blog-filter-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 20px;
  border-radius: 50px;
  background: #0A2234;
  color: #fff;
  border: 0;
  font-size: 20px;
  font-weight: 500;
  min-width: 145px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.page-blog .blog-filter-toggle svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.page-blog .blog-filter-toggle:hover {
  border-color: rgba(52, 202, 255, 0.4);
  background: rgba(52, 202, 255, 0.1);
}
.page-blog .blog-filter-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 50;
  min-width: 220px;
  background: #1a1a1e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  margin-top: 8px;
  padding: 8px;
  list-style: none;
}
.page-blog .blog-filter-dropdown li {
  color: rgba(255, 255, 255, 0.7);
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
}
.page-blog .blog-filter-dropdown li:hover {
  background: rgba(52, 202, 255, 0.12);
  color: #34caff;
}
.page-blog .blog-filter-selected {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.page-blog .blog-filter-chip {
  background: rgba(52, 202, 255, 0.15);
  color: #34caff;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.page-blog .blog-filter-chip-close {
  color: #34caff;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.page-blog .blog-card {
  background: #111214;
  border-color: #1e1e1e;
  box-shadow: none;
}
.page-blog .blog-card:hover {
  background: #161719;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.page-blog .blog-card .blog-card-body .blog-card-title {
  color: #fff;
}
.page-blog .blog-card .blog-card-body .blog-card-title a {
  color: #fff;
}
.page-blog .blog-card .blog-card-body .blog-card-excerpt {
  color: rgba(255, 255, 255, 0.5);
}
.page-blog .blog-card .blog-card-body .blog-card-meta a, .page-blog .blog-card .blog-card-body .blog-card-meta span {
  color: rgba(255, 255, 255, 0.4);
}
.page-blog .blog-card-tag {
  color: #34caff;
}
.page-blog .reading-time {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  backdrop-filter: blur(8px);
  box-shadow: none;
}
.page-blog .blog-pagination-link {
  background: rgba(52, 202, 255, 0.15);
  color: #34caff;
}
.page-blog .blog-pagination-link:hover:not(.is-disabled) {
  background: rgba(52, 202, 255, 0.25);
}
.page-blog .blog-pagination-link.is-disabled {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.25);
}
.page-blog .blog-pagination-info {
  color: rgba(255, 255, 255, 0.4);
}
.page-blog .blog-list .blog-more a {
  background: rgba(52, 202, 255, 0.15);
  color: #34caff;
}
.page-blog .blog-list .blog-more a:hover {
  background: rgba(52, 202, 255, 0.25);
}

.page-post {
  background: #0a0a0a;
  color: #f2f2f7;
}
.page-post .gh-viewport {
  overflow: visible;
}
.page-post .main-footer {
  background: transparent;
}
.page-post .main-footer .footer-logo-large {
  display: none;
}
.page-post .blog-post-back {
  color: rgba(255, 255, 255, 0.5);
}
.page-post .blog-post-back svg {
  stroke: currentColor;
}
.page-post .blog-post-back svg path {
  stroke: currentColor;
}
.page-post .blog-post-back:hover {
  color: #34caff;
}
.page-post .blog-post {
  padding-top: 140px;
}
@media screen and (max-width: 767.9px) {
  .page-post .blog-post {
    padding-top: 100px;
  }
}
.page-post .blog-article-title {
  color: #fff;
}
.page-post .blog-article-media {
  background: #111214;
  border: 1px solid #1e1e1e;
}
.page-post .blog-article-media figcaption {
  color: rgba(255, 255, 255, 0.45);
}
.page-post .blog-article-byline {
  color: rgba(255, 255, 255, 0.5);
}
.page-post .blog-article-author a, .page-post .blog-article-author span {
  color: rgba(255, 255, 255, 0.6);
}
.page-post .blog-article-date {
  color: rgba(255, 255, 255, 0.4);
}
.page-post .blog-article-reading-time {
  color: rgba(255, 255, 255, 0.5);
}
.page-post .blog-article-views {
  color: rgba(255, 255, 255, 0.5);
}
.page-post .blog-article-views svg {
  color: rgba(255, 255, 255, 0.4);
}
.page-post .blog-article-content {
  color: rgba(255, 255, 255, 0.75);
}
.page-post .blog-article-content h1, .page-post .blog-article-content h2, .page-post .blog-article-content h3, .page-post .blog-article-content h4, .page-post .blog-article-content h5, .page-post .blog-article-content h6 {
  color: #fff;
}
.page-post .blog-article-content p {
  color: rgba(255, 255, 255, 0.65);
}
.page-post .blog-article-content a {
  color: #34caff;
}
.page-post .blog-article-content blockquote {
  border-left-color: #34caff;
  color: rgba(255, 255, 255, 0.6);
}
.page-post .blog-article-content code {
  background: rgba(255, 255, 255, 0.08);
  color: #34caff;
}
.page-post .blog-article-content pre {
  background: #111214;
  border: 1px solid #1e1e1e;
}
.page-post .blog-article-content pre code {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.page-post .blog-article-content hr {
  border-color: #1e1e1e;
}
.page-post .blog-article-content img {
  border-radius: 12px;
}
.page-post .blog-article-content ul, .page-post .blog-article-content ol {
  color: rgba(255, 255, 255, 0.65);
}
.page-post .blog-article-content table th {
  background: #111214;
  color: #fff;
  border-color: #1e1e1e;
}
.page-post .blog-article-content table td {
  border-color: #1e1e1e;
  color: rgba(255, 255, 255, 0.65);
}
.page-post .blog-article-content figcaption {
  color: rgba(255, 255, 255, 0.4);
}
.page-post .blog-article-aside .blog-article-toc {
  border-color: #1e1e1e;
  background: #111214;
}
.page-post .blog-article-aside .blog-article-toc-title {
  color: #fff;
}
.page-post .blog-article-aside .blog-article-toc-empty {
  color: rgba(255, 255, 255, 0.35);
}
.page-post .blog-article-aside ol {
  border-left-color: rgba(255, 255, 255, 0.12);
}
.page-post .blog-article-aside li.is-active::before {
  background: #34caff;
}
.page-post .blog-article-aside a {
  color: rgba(255, 255, 255, 0.45);
}
.page-post .blog-article-aside a:hover, .page-post .blog-article-aside a.is-active {
  color: #34caff;
}
.page-post .blog-article-footer {
  color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #1e1e1e;
  padding-top: 24px;
}
.page-post .blog-article-footer .blog-article-tags a {
  background: rgba(52, 202, 255, 0.12);
  color: #34caff;
}
.page-post .blog-article-footer .blog-article-tags a:hover {
  background: rgba(52, 202, 255, 0.2);
}
.page-post .blog-related-title {
  color: #fff;
}
.page-post .blog-related-title svg {
  color: rgba(255, 255, 255, 0.5);
}
.page-post .blog-related-grid .post {
  background: #111214;
  border: 1px solid #1e1e1e;
  box-shadow: none;
}
.page-post .blog-related-grid .gh-card-wrapper h3 {
  color: #fff;
}
.page-post .blog-related-grid .gh-card-wrapper p {
  color: rgba(255, 255, 255, 0.5);
}
.page-post .blog-related-grid .gh-card-meta {
  color: rgba(255, 255, 255, 0.4);
}
.page-post .blog-related-grid .gh-card-meta a {
  color: rgba(255, 255, 255, 0.4);
}
.page-post .blog-related-grid .gh-card-author {
  color: rgba(255, 255, 255, 0.5);
}
.page-post .gh-comments {
  color: rgba(255, 255, 255, 0.7);
}

.integrations-link {
  color: #ffffff;
  position: relative;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.integrations-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: 0;
  transition: opacity 0.2s ease;
  transform: scaleX(0);
}
.integrations-link:hover {
  color: #ffffff;
}
.integrations-link:hover:before {
  opacity: 1;
  transform: scaleX(1);
}

.page-integrations,
body[class*=integration] {
  background: #F9F9F9;
}

.integration-detail .cta-section,
.page-integrations .cta-section {
  background: transparent;
}
.integration-detail .cta-section-text,
.page-integrations .cta-section-text {
  color: #535353;
}

.integrations-hero {
  padding-top: 80px;
  background: radial-gradient(85.62% 273.09% at 14.37% 74.83%, #a1e6ff 0%, #47cfff 46.44%);
  margin-top: -1px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .integrations-hero {
    padding-top: 110px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
.integrations-hero .container {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .integrations-hero .container {
    flex-direction: row;
    gap: 30px;
  }
}
.integrations-hero-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 30px 0 50px;
}
@media screen and (min-width: 768px) {
  .integrations-hero-text {
    gap: 18px;
    width: 50%;
    padding: 80px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .integrations-hero-text {
    width: 40%;
  }
}
@media screen and (min-width: 1640px) {
  .integrations-hero-text {
    padding: 100px 0 120px;
  }
}
.integrations-hero-text h1 {
  color: #ffffff;
}
.integrations-hero-text p {
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  margin: 0;
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  .integrations-hero-text p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .integrations-hero-text p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .integrations-hero-text p {
    font-size: 22px;
  }
}
@media screen and (min-width: 1640px) {
  .integrations-hero-text p {
    font-size: 25px;
  }
}
.integrations-hero-image {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .integrations-hero-image {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .integrations-hero-image {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .integrations-hero-image {
    margin-left: -5%;
  }
}
.integrations-hero-image img {
  width: 100%;
  height: auto;
}

.integrations-list {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .integrations-list {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .integrations-list {
    padding: 100px 0;
  }
}

.integrations-category {
  padding: 40px 0;
  border-top: 1px solid #D9D9D9;
}
.integrations-category:first-child {
  border-top: none;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .integrations-category {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .integrations-category {
    padding: 120px 0;
  }
}
.integrations-category-title {
  font-size: 26px;
  font-weight: 600;
  color: #413f3f;
  margin-bottom: 16px;
  line-height: 103.5%;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .integrations-category-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .integrations-category-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.integrations-category-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .integrations-category-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .integrations-category-grid {
    gap: 64px;
  }
}

.integration-card {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .integration-card {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .integration-card {
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-card {
    gap: 33px;
  }
}
.integration-card-link {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .integration-card-link {
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-card-link {
    gap: 33px;
  }
}
.integration-card-icon {
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 16px;
  background: #FFFFFF;
  box-shadow: -2px 2px 8.4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .integration-card-icon {
    width: 90px;
    height: 90px;
    padding: 22px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-card-icon {
    width: 110px;
    height: 110px;
    padding: 26px;
    border-radius: 24px;
  }
}
.integration-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.integration-card-body {
  flex: 1;
  min-width: 0;
}
.integration-card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 103.5%;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
  color: #474747;
}
@media screen and (min-width: 768px) {
  .integration-card-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-card-title {
    font-size: 30px;
  }
}
.integration-card-description {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #474747;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .integration-card-description {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-card-description {
    font-size: 20px;
  }
}
.integration-card-learn-more {
  color: #34caff;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  white-space: nowrap;
  margin-left: 6px;
}
.integration-card-learn-more:hover {
  text-decoration: none;
}

.integration-detail-hero {
  padding-top: 80px;
  background: radial-gradient(85.62% 273.09% at 14.37% 74.83%, #47CFFF 25.71%, #A1E6FF 53.94%);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
  position: relative;
}
.integration-detail-hero:before {
  content: "";
  background: linear-gradient(180deg, #47CFFF, transparent);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
}
@media screen and (min-width: 768px) {
  .integration-detail-hero {
    padding-top: 110px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
.integration-detail-hero .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .integration-detail-hero .container {
    flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-hero .container {
    gap: 60px;
  }
}
.integration-detail-hero-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .integration-detail-hero-text {
    gap: 18px;
    width: 60%;
    padding: 40px 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .integration-detail-hero-text {
    padding: 50px 0 80px;
  }
}
@media screen and (min-width: 1640px) {
  .integration-detail-hero-text {
    padding: 80px 0 100px;
  }
}
.integration-detail-hero-text h1 {
  color: #ffffff;
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .integration-detail-hero-text h1 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-hero-text h1 {
    font-size: 52px;
  }
}
.integration-detail-hero-text p {
  margin: 0;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  max-width: 600px;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .integration-detail-hero-text p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-hero-text p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .integration-detail-hero-text p {
    font-size: 23px;
  }
}
.integration-detail-hero-text .btn {
  align-self: flex-start;
  margin-top: 6px;
}
.integration-detail-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .integration-detail-hero-actions {
    gap: 16px;
    margin-top: 12px;
  }
}
.integration-detail-hero-image {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .integration-detail-hero-image {
    flex: 1;
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
.integration-detail-hero-image img {
  width: 100%;
  height: 100%;
  max-width: 160px;
  object-fit: contain;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 18px;
  border-radius: 18px;
  transform: rotate(-10deg);
}
@media screen and (min-width: 768px) {
  .integration-detail-hero-image img {
    max-width: 200px;
    padding: 22px;
    border-radius: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-hero-image img {
    max-width: 235px;
    padding: 24px;
    border-radius: 24px;
  }
}

.integration-detail-content {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .integration-detail-content {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-content {
    padding: 100px 0;
  }
}
.integration-detail-content .integration-section {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .integration-detail-content .integration-section {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    padding: 50px 0;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-content .integration-section {
    gap: 80px;
    padding: 100px 0;
  }
}
.integration-detail-content .integration-section-note {
  grid-column: 1/-1;
  font-size: 14px;
  color: #535353;
  line-height: 1.6;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .integration-detail-content .integration-section-note {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-content .integration-section-note {
    font-size: 16px;
  }
}
.integration-detail-content .integration-subsection-title {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 10px 0 -10px;
}
@media screen and (min-width: 768px) {
  .integration-detail-content .integration-subsection-title {
    font-size: 20px;
  }
}
.integration-detail-content .integration-section-header {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .integration-detail-content .integration-section-header {
    max-width: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .integration-detail-content .integration-section-header {
    max-width: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-content .integration-section-header {
    max-width: 520px;
  }
}
.integration-detail-content .integration-section-header h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
  color: #535353;
}
@media screen and (min-width: 768px) {
  .integration-detail-content .integration-section-header h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-content .integration-section-header h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .integration-detail-content .integration-section-header h2 {
    font-size: 48px;
  }
}
.integration-detail-content .integration-section-header p {
  font-size: 15px;
  color: #505050;
  margin-bottom: 12px;
  letter-spacing: -0.04em;
  line-height: 140%;
  font-weight: 500;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .integration-detail-content .integration-section-header p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-content .integration-section-header p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .integration-detail-content .integration-section-header p {
    font-size: 23px;
  }
}
.integration-detail-content .integration-features {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media screen and (min-width: 360px) {
  .integration-detail-content .integration-features {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-content .integration-features {
    gap: 20px;
    max-width: 770px;
  }
}
.integration-detail-content .integration-feature {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 10px;
  background: #FFFFFF;
  border: 1px solid #B1EBFF;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .integration-detail-content .integration-feature {
    padding: 24px;
    border-radius: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-content .integration-feature {
    padding: 28px;
    border-radius: 20px;
  }
}
.integration-detail-content .integration-feature-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .integration-detail-content .integration-feature-icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-content .integration-feature-icon {
    width: 95px;
    height: 95px;
  }
}
.integration-detail-content .integration-feature-icon svg {
  width: 100%;
  height: 100%;
}
.integration-detail-content .integration-feature-icon img {
  width: 100%;
  height: 100%;
}
.integration-detail-content .integration-feature p {
  font-size: 15px;
  font-weight: 500;
  color: #7F7F7F;
  line-height: 1.3;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .integration-detail-content .integration-feature p {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-content .integration-feature p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .integration-detail-content .integration-feature p {
    font-size: 22px;
  }
}
.integration-detail-content .integration-faq {
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .integration-detail-content .integration-faq {
    padding: 50px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-content .integration-faq {
    padding: 80px 0 0;
  }
}
.integration-detail-content .integration-faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .integration-detail-content .integration-faq-wrapper {
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-content .integration-faq-wrapper {
    gap: 80px;
  }
}
.integration-detail-content .integration-faq-left {
  flex: 1;
  max-width: 660px;
}
.integration-detail-content .integration-faq-left h2 {
  color: #413F3F;
  margin-bottom: 24px;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .integration-detail-content .integration-faq-left h2 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-content .integration-faq-left h2 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .integration-detail-content .integration-faq-left h2 {
    margin-bottom: 80px;
  }
}
.integration-detail-content .integration-faq-left img {
  width: 100%;
  height: auto;
  max-width: 280px;
  display: none;
}
@media screen and (min-width: 768px) {
  .integration-detail-content .integration-faq-left img {
    display: block;
    padding-right: 30px;
    max-width: 100%;
  }
}
.integration-detail-content .integration-faq-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .integration-detail-content .integration-faq-list {
    gap: 28px;
    padding-top: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-content .integration-faq-list {
    gap: 32px;
  }
}
.integration-detail-content .integration-faq-item h3 {
  font-size: 15px;
  font-weight: 600;
  color: #413f3f;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .integration-detail-content .integration-faq-item h3 {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-content .integration-faq-item h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .integration-detail-content .integration-faq-item h3 {
    font-size: 22px;
  }
}
.integration-detail-content .integration-faq-item p {
  font-size: 14px;
  color: #535353;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .integration-detail-content .integration-faq-item p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-detail-content .integration-faq-item p {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1440px) {
  .integration-detail-content .integration-faq-item p {
    font-size: 22px;
  }
}

.integrations-hero-text > *,
.integrations-hero-image,
.integration-detail-hero-text > *,
.integration-detail-hero-image {
  opacity: 0;
}

.integrations-category-title,
.integration-card {
  opacity: 0;
}

.integration-section-header > *,
.integration-feature,
.integration-section-note {
  opacity: 0;
}

.integration-faq-left > *,
.integration-faq-item {
  opacity: 0;
}

.gh-navigation {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
}
.gh-navigation > .container {
  max-width: none;
  padding: 0;
}

.gh-navigation-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  opacity: 1;
  top: auto;
  left: auto;
  max-width: 1200px;
  margin: 36px auto 0;
  padding: 0 32px;
  height: 72px;
  border-radius: 73px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(22px);
  background: linear-gradient(180deg, rgba(52, 202, 255, 0.02) 0%, rgba(3, 74, 229, 0.04) 100%);
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .gh-navigation-inner {
    max-width: 700px;
  }
}
@media screen and (min-width: 1024px) {
  .gh-navigation-inner {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1200px) {
  .gh-navigation-inner {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1400px) {
  .gh-navigation-inner {
    max-width: 1400px;
  }
}
@media screen and (max-width: 767.9px) {
  .gh-navigation-inner {
    position: relative !important;
    top: auto;
    left: auto;
    max-width: none;
    width: calc(100% - 32px);
    margin: 12px auto 0;
    padding: 0 16px;
    height: 56px;
    background: rgba(10, 15, 25, 0.85);
    border-radius: 40px;
    backdrop-filter: none;
    transform: none !important;
    transition: transform 0.3s ease, background-color 0.3s ease;
  }
  .gh-navigation-inner.is-scrolled {
    background: rgba(10, 15, 25, 0.85);
  }
  .gh-navigation-inner.is-hidden {
    transform: none !important;
  }
}

.gh-navigation-logo {
  display: flex;
  flex: 0 0 auto;
  margin-right: auto;
}
.gh-navigation-logo img {
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .gh-navigation-logo img {
    max-width: 125px;
  }
}

.gh-navigation-menu {
  flex: 1;
  display: flex;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
  margin-left: 10px;
}
@media screen and (max-width: 767.9px) {
  .gh-navigation-menu {
    flex: 0;
  }
}
.gh-navigation-menu li {
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.gh-navigation-menu li.home-link-item {
  display: none;
}
.gh-navigation-menu li.home-page-link-item {
  display: flex;
}
.gh-navigation-menu li.blog-link-item {
  display: flex;
}
.gh-navigation-menu li.ax-nav-cta-item {
  display: flex;
  margin-left: auto;
}
.page-integrations .gh-navigation-menu li.integrations-link-item {
  display: none;
}
.gh-navigation-menu .btn {
  padding: 10px 25px;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .gh-navigation-menu .btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 1640px) {
  .gh-navigation-menu .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 767.9px) {
  .gh-navigation-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    max-width: 85vw;
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    margin-left: 0;
    padding: 32px 24px;
    background: linear-gradient(180deg, #0a2540 0%, #0f3a5c 100%);
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.25);
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    overflow-y: auto;
  }
  .gh-navigation-menu li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .gh-navigation-menu .gh-navigation-link {
    display: block;
    width: 100%;
    text-align: center;
    background: transparent;
    border: none;
    padding: 14px 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
  }
  .gh-navigation-menu .gh-navigation-link:hover {
    background: transparent;
    color: #fff;
  }
  .gh-navigation-menu li.home-link-item {
    display: block;
  }
  .gh-navigation-menu li.home-page-link-item {
    display: none;
  }
  .gh-navigation-menu li.ax-nav-cta-item {
    display: block;
  }
}
.gh-navigation-menu.is-open {
  transform: translateX(0);
}

.gh-navigation-logo img {
  filter: brightness(0) invert(1);
}

.ax-nav-home,
.ax-nav-blog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 20px;
  border-radius: 29px;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.ax-nav-home:hover,
.ax-nav-blog:hover {
  color: #ffffff;
}

.home-page-link-item.is-active .ax-nav-home,
.blog-link-item.is-active .ax-nav-blog {
  background: rgba(52, 202, 255, 0.3);
  color: #ffffff;
  font-weight: 500;
}
.home-page-link-item.is-active .ax-nav-home:hover,
.blog-link-item.is-active .ax-nav-blog:hover {
  background: rgba(52, 202, 255, 0.45);
}

.page-blog .blog-link-item .ax-nav-blog {
  background: rgba(52, 202, 255, 0.3);
  color: #ffffff;
  font-weight: 500;
}
.page-blog .blog-link-item .ax-nav-blog:hover {
  background: rgba(52, 202, 255, 0.45);
}

.page-blog .home-page-link-item .ax-nav-home {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.page-post .blog-link-item .ax-nav-blog {
  background: rgba(52, 202, 255, 0.3);
  color: #ffffff;
  font-weight: 500;
}
.page-post .blog-link-item .ax-nav-blog:hover {
  background: rgba(52, 202, 255, 0.45);
}

.page-post .home-page-link-item .ax-nav-home {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.ax-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 24px;
  border-radius: 29px;
  border: 1px solid rgba(52, 202, 255, 0.4);
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  white-space: nowrap;
}
.ax-nav-cta:hover {
  border-color: rgba(52, 202, 255, 0.7);
  color: #ffffff;
  background: rgba(52, 202, 255, 0.08);
}
@media screen and (max-width: 767.9px) {
  .ax-nav-cta {
    height: auto;
    padding: 14px 0;
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
  }
}

.gh-navigation-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 98;
  pointer-events: none;
}
.gh-navigation-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gh-burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .gh-burger {
    display: flex;
  }
}
.gh-burger svg {
  width: 24px;
  height: 24px;
  color: #fff;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.gh-burger .icon-burger {
  opacity: 1;
}
.gh-burger .icon-close {
  position: absolute;
  opacity: 0;
  transform: rotate(-90deg);
}
.gh-burger.is-active .icon-burger {
  opacity: 0;
  transform: rotate(90deg);
}
.gh-burger.is-active .icon-close {
  opacity: 1;
  transform: rotate(0);
}

body.menu-open {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.menu-open {
    overflow: auto;
  }
}

.btn {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 16px;
  line-height: 140%;
  letter-spacing: -0.04em;
  font-style: normal;
  border-radius: 30px;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (min-width: 480px) {
  .btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 15px;
    padding: 12px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .btn {
    font-size: 18px;
    padding: 13px 25px;
  }
}
@media screen and (min-width: 1640px) {
  .btn {
    font-size: 20px;
  }
}
.btn-primary {
  background-color: #0f3c5c;
  color: #34caff;
}
.btn-primary:hover {
  background-color: #2a537c;
}
.btn-blue {
  background-color: #22b8ed;
  color: #ffffff;
}
.btn-blue:hover {
  background-color: #2a537c;
}
.btn-secondary {
  background-color: #ffffff;
  color: #34caff;
}
.btn-secondary:hover {
  background-color: #f5f5f5;
}
.btn-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn-outline:hover {
  background-color: #ffffff;
  color: #34caff;
}
.btn-outline-gray {
  border: 1px solid #535353;
  color: #535353;
}
.btn-outline-gray:hover {
  background-color: #535353;
  color: #ffffff;
}
.btn-outline-primary {
  border: 1px solid #34caff;
  color: #34caff;
}
.btn-outline-primary:hover {
  background-color: #34caff;
  color: #ffffff;
}
/*# sourceMappingURL=main.css.map */