@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h5, .h5, h4, .h4, h2, .h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}


code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}


th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}


button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

button,
[type=button] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 33.75rem;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 45rem;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 60rem;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 71.25rem;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 82.5rem;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 36rem;
  --bs-breakpoint-md: 48rem;
  --bs-breakpoint-lg: 62rem;
  --bs-breakpoint-xl: 75rem;
  --bs-breakpoint-xxl: 87.5rem;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

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

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

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

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

@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 624.9375rem var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
 .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.dropdown-menu.show {
  display: block;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
 .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 575.98px) {
   .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
   .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (max-width: 767.98px) {
   .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
   .offcanvas-md.show {
    visibility: visible;
  }
}
@media (max-width: 991.98px) {
   .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
   .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (max-width: 1199.98px) {
   .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
   .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (max-width: 1399.98px) {
   .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
   .offcanvas-xxl.show {
    visibility: visible;
  }
}
 .offcanvas.show:not(.hiding) {
  transform: none;
}
 .offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

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

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}
@font-face {
  font-family: "DM Mono";
  src: url("../assets/fonts/DMMono-Regular.eot");
  src: url("../assets/fonts/DMMono-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/DMMono-Regular.woff2") format("woff2"), url("../assets/fonts/DMMono-Regular.woff") format("woff"), url("../assets/fonts/DMMono-Regular.svg#DMMono-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Power Grotesk";
  src: url("../assets/fonts/PowerGrotesk-Regular.eot");
  src: url("../assets/fonts/PowerGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/PowerGrotesk-Regular.woff2") format("woff2"), url("../assets/fonts/PowerGrotesk-Regular.woff") format("woff"), url("../assets/fonts/PowerGrotesk-Regular.svg#PowerGrotesk-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* vars
-------------------------------------------------------------*/
:root {
  --bs-font-sans-serif: "DM Mono", system-ui, -apple-system, Roboto, Arial,
    sans-serif, "Apple Color Emoji";
  --title-font: "Power Grotesk", system-ui, -apple-system, Roboto, Arial,
    sans-serif, "Apple Color Emoji";
  --font-size-default: 1rem;
  --color-main: #07FFA4;
  --color-second: #bbbbbb;
  --color-white: #ffffff;
  --color-gray: #EDEDED;
  --color-black: #000000;
  --color-b8: #B8B8B8;
  --bs-link-hover-color-rgb: #07FFA4;
  --text-spacing: 2.5rem;
  --container-spacing: 10rem;
  --container-spacing-half: 5rem;
  --button-size: 2.75rem;
  --bs-gutter-x: 0.75rem;
}

:root :where(p) {
  padding: 0;
}

:root :where(body) {
  padding: 0;
}

html {
  overflow-x: hidden;
}

@media (max-width: 991.98px) {
  :root {
    --container-spacing: 4.6875rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --font-size-default: 1rem;
    --font-lineheight-default: 1.625rem;
    --text-spacing: 16Px;
    --container-spacing: 3.75rem;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  --bs-gutter-x: 0 !important;
  max-width: 120rem;
}

@media (min-width: 1700px) {
  .container {
    max-width: 99.875rem;
  }
}
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--title-font);
  transition: ease color 0.2s;
}

.line-1 {
  line-height: 1 !important;
}

body {
  scroll-behavior: smooth;
}

html {
  text-rendering: optimizeLegibility;
}
html {
  font-size: 0.9rem;
}
@media screen and (min-width: 20rem) {
  html {
    font-size: calc(0.9rem + 0.1 * (100vw - 20rem) / 100);
  }
}
@media screen and (min-width: 120rem) {
  html {
    font-size: 1rem;
  }
}

/* Basic
-------------------------------------------------------------*/
.html {
  scroll-behavior: smooth;
}

/* text formats
-------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

body {
  font-size: var(--font-size-default);
  font-weight: 400;
}

body,
input,
textarea {
  font-family: var(--bs-font-sans-serif);
}

/* bootstrap color override
-------------------------------------------------------------*/
.text-primary {
  color: var(--color-main) !important;
}

.text-second {
  color: var(--color-second) !important;
}

.bg-primary {
  background-color: var(--color-main) !important;
}

.bg-second {
  background-color: var(--color-second) !important;
}

.text-gray {
  color: var(--color-gray) !important;
}

.text-black {
  color: var(--color-black) !important;
}

a {
  color: var(--color-black);
  text-decoration: unset;
}
a:hover:not(button a:hover, li a:hover) {
  color: var(--color-main);
}

button a:hover {
  color: var(--color-black);
}

li {
  list-style: none;
}

small, .small {
  font-size: 0.9375rem;
}

img {
  display: block;
  margin: 0 auto;
}

/* container
-------------------------------------------------------------*/
@media (min-width: 1700px) {
  .container {
    max-width: 1622Px;
  }
}
ol,
ul {
  padding-left: 0;
}

.col-wrapper--relative {
  position: relative;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  --bs-gutter-x: 2rem;
}

/* text formats
-------------------------------------------------------------*/
em {
  font-style: italic;
}

a {
  font-size: 1rem;
  transition: ease all 0.2s;
}

p {
  margin-bottom: var(--text-spacing);
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 1.125rem;
}
.light-theme #header-site {
  border-bottom: 1px solid #ccc;
}

.dark-theme #header-site {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#header-site {
  position: relative;
  display: block;
}
#header-site .row-header {
  padding: 1rem 1.25rem;
}
#header-site .menu-part {
  display: flex;
}
#header-site .menu-part .nav-items {
  justify-content: space-evenly;
  margin-bottom: 0;
  width: 100%;
  align-items: center;
}
#header-site .menu-part .nav-items .menu-item a {
  padding: 10px;
  font-size: 14Px;
  display: flex;
  align-items: center;
}
#header-site .menu-part .nav-items .menu-item a:before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--color-main);
  transition: ease all 0.2s;
  opacity: 0;
  visibility: hidden;
}
#header-site .menu-part .nav-items .menu-item a:hover:before {
  opacity: 1;
  visibility: visible;
}
#header-site .menu-part .nav-items .current-menu-item a:before {
  opacity: 1;
  visibility: visible;
}
#header-site .social-links {
  justify-content: center;
}
#header-site .social-links .social-icons {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 3.75rem;
  gap: 2px 1.25rem;
}
#header-site .social-links .social-icons a {
  font-size: 14Px;
}
.light-theme footer:before {
  background-color: #ccc;
}

.dark-theme footer:before {
  background-color: rgba(255, 255, 255, 0.2);
}

footer {
  min-height: 25rem;
  display: flex;
  align-items: center;
  position: relative;
}
footer:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: -39Px;
  left: 0;
}
@media (max-width: 991.98px) {
  footer:before {
    top: 0;
  }
}
footer .footer {
  padding-left: 7.5rem;
}
@media (max-width: 991.98px) {
  footer .footer {
    padding-left: 2.5rem;
    flex-direction: column;
  }
}
footer .footer .footer-text {
  font-family: var(--title-font);
  font-size: 8rem;
  color: var(--color-b8);
  margin-right: 7.5rem;
}
@media (max-width: 991.98px) {
  footer .footer .footer-text {
    font-size: 4rem;
    margin-right: 0px;
  }
}
footer .footer .footer-info {
  justify-content: center;
  gap: 10px;
}
footer .footer .footer-info a {
  font-size: 1.5rem;
  color: var(--color-b8);
}
footer .footer .footer-info .social-icons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 575.98px) {
  #logo-text {
    display: none;
  }
}
@media (max-width: 991.98px) {
  body.home,
  body.about-us,
  body.archive,
  body.single-project,
  body.page {
    overflow-x: hidden;
  }
}
::-moz-selection {
  background: var(--color-main);
  color: var(--color-black);
}
::selection {
  background: var(--color-main);
  color: var(--color-black);
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--color-black);
}

::-webkit-scrollbar-thumb {
  background: var(--color-main);
  border-radius: 0;
  height: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

#content {
  min-height: 100vh;
}

.color-main {
  color: var(--color-main) !important;
}

.page-title {
  margin: 4rem 0px 1.875rem 1.25rem;
  font-size: 5.2rem;
}
@media (min-width: 992px) {
  .page-title {
    margin: 4.6875rem 5rem;
    font-size: 9.2vw;
  }
}

a:hover h5, a:hover .h5 {
  color: var(--color-main);
}

.pr20 {
  padding-right: 1.25rem;
}

.pl20 {
  padding-left: 1.25rem;
}

.pt20 {
  padding-top: 1.25rem;
}

.pb20 {
  padding-bottom: 1.25rem;
}

.p20 {
  padding: 1.25rem;
}

#main {
  min-height: 90vh;
}

.dark-theme {
  background-color: var(--color-black);
  color: #fff;
}
@media (min-width: 576px) {
  .dark-theme {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2)) 25% 0/1px 100%, linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2)) 75% 0/1px 100%, linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2)) 100% 0/1px 100% black;
    background-repeat: no-repeat;
  }
}
.dark-theme p {
  color: var(--color-gray-1);
}
.dark-theme h1, .dark-theme .h1,
.dark-theme h2,
.dark-theme .h2,
.dark-theme h3,
.dark-theme .h3,
.dark-theme h4,
.dark-theme .h4,
.dark-theme h5,
.dark-theme .h5,
.dark-theme a {
  color: #fff;
}
.dark-theme h4,
.dark-theme .h4 {
  color: #fff;
}

.light-theme {
  background-color: #fff;
  color: var(--color-black);
}
@media (min-width: 576px) {
  .light-theme {
    background: linear-gradient(180deg, #ccc 0, #ccc) 25% 0/1px 100%, linear-gradient(180deg, #ccc 0, #ccc) 75% 0/1px 100%, linear-gradient(180deg, #ccc 0, #ccc) 100% 0/1px 100%;
    background-repeat: no-repeat;
  }
}
.light-theme p {
  color: var(--color-black);
}
.light-theme h1, .light-theme .h1,
.light-theme h2,
.light-theme .h2,
.light-theme h3,
.light-theme .h3,
.light-theme h4,
.light-theme .h4,
.light-theme h5,
.light-theme .h5 {
  color: var(--color-black);
}
.light-theme h4,
.light-theme .h4 {
  color: var(--color-black);
}

.archive-projects .full-text {
  text-transform: uppercase;
  font-size: clamp(4rem, 19.5vw, 23.6rem);
  line-height: 0.6;
  margin-top: 4.375rem;
}
.archive-projects .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .archive-projects .content {
    gap: 14.375rem;
    margin-bottom: 7.5rem;
  }
}
.archive-projects .content .project-slide {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media (min-width: 992px) {
  .archive-projects .content .project-slide:nth-child(odd) {
    flex-direction: row;
    align-self: flex-start;
    max-width: 91.875rem;
  }
  .archive-projects .content .project-slide:nth-child(odd) .project-info {
    padding-left: 5rem;
  }
  .archive-projects .content .project-slide:nth-child(even) {
    flex-direction: row-reverse;
    align-self: flex-end;
    max-width: 83.75rem;
  }
  .archive-projects .content .project-slide:nth-child(even) .project-info {
    padding-right: 5rem;
  }
}
@media (min-width: 992px) {
  .archive-projects .content .project-slide:nth-child(1) {
    align-self: flex-start;
    margin-left: 4.8125rem;
  }
  .archive-projects .content .project-slide:nth-child(2):before {
    content: "";
    width: 14.75rem;
    height: 14.75rem;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -23.875rem;
  }
  .archive-projects .content .project-slide:nth-child(2):after {
    content: "";
    width: 10.75rem;
    height: 10.75rem;
    background: #000;
    border-radius: 100%;
    position: absolute;
    top: 2rem;
    left: -21.875rem;
  }
  .archive-projects .content .project-slide:nth-child(3) {
    margin-left: 9.625rem;
  }
  .archive-projects .content .project-slide:nth-child(4) {
    margin-right: 7.5rem;
  }
  .archive-projects .content .project-slide:nth-child(5):before {
    content: "";
    width: 14.75rem;
    height: 14.75rem;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: -20.75rem;
  }
  .archive-projects .content .project-slide:nth-child(5):after {
    content: "";
    width: 10.75rem;
    height: 10.75rem;
    background: #000;
    border-radius: 100%;
    position: absolute;
    top: 2rem;
    right: -18.75rem;
  }
}
.archive-projects .content .project-slide .project-image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 49.6875rem;
}
@media (min-width: 992px) {
  .archive-projects .content .project-slide .project-image {
    width: 66%;
  }
}
.archive-projects .content .project-slide .project-image img {
  width: 100%;
  height: auto;
  max-height: 31.375rem;
  max-width: 49.6875rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
}
.archive-projects .content .project-slide .project-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .archive-projects .content .project-slide .project-info {
    width: 34%;
  }
}
@media (max-width: 991.98px) {
  .archive-projects .content .project-slide .project-info {
    padding: 1.25rem;
    margin-bottom: 3.75rem;
    max-width: 49.6875rem;
  }
}
.archive-projects .content .project-slide .project-info h5, .archive-projects .content .project-slide .project-info .h5 {
  font-size: 2rem;
  margin-bottom: 1.5625rem;
  line-height: 1;
}
.archive-projects .content .project-slide .project-info p {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.archive-projects .pagination-section {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--color-black);
}
@media (min-width: 992px) {
  .archive-projects .pagination-section {
    margin-bottom: 2.4375rem;
  }
}
.archive-projects .pagination-section .disable {
  cursor: context-menu;
}
.archive-projects .pagination-section > .prev, .archive-projects .pagination-section > a:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.archive-projects .pagination-section > * {
  font-size: 3rem;
  line-height: 1;
  width: 50%;
  height: 8.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .archive-projects .pagination-section > * {
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: medium;
  }
}

@media (max-width: 991.98px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 47% !important;
  }
}
@media (max-width: 575.98px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
  h2.wp-block-heading, .wp-block-heading.h2 {
    font-size: 48Px !important;
    margin-bottom: 2.8125rem !important;
  }
}
@media (max-width: 1399.98px) {
  .wp-block-group {
    padding: 0 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .wp-block-group {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .about-studio {
    margin: 1.25rem auto;
  }
}
@media (max-width: 991.98px) {
  .about-studio {
    margin-bottom: 3.75rem !important;
  }
}
.about-studio .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.about-studio .wp-container-core-columns-is-layout-1 .wp-block-column:first-child .wp-block-image {
  margin: auto auto 0 0;
}
@media (max-width: 991.98px) {
  .about-studio .wp-container-core-columns-is-layout-1 .wp-block-column:first-child .wp-block-image {
    display: none;
  }
}

.service-list .wp-block-list li {
  margin-bottom: 2.375rem;
}

.customers-section .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow > * {
  min-height: 7.125rem;
  display: flex;
}

.single-project-content {
  padding-bottom: 6.25rem;
  background: #fff;
}
@media (min-width: 992px) {
  .single-project-content {
    margin-bottom: 2.375rem;
  }
}
.single-project-content .project-header {
  padding: 0 1.9rem;
  background: #fff;
  width: 100%;
  height: 6.25rem;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .single-project-content .project-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9375rem;
    margin-top: 1.875rem;
    padding: 0 1.25rem;
    height: auto;
  }
}
.single-project-content .project-header .medium-text {
  font-size: 1.25rem;
  font-family: "DM Mono";
  font-weight: 600;
  margin-right: 3.125rem;
  margin-bottom: 0;
}
.single-project-content .project-header .nav-project ul {
  margin: 0;
}
.single-project-content .project-header .nav-project ul li {
  margin-right: 10px;
}
.single-project-content .project-header .nav-project ul li:hover a {
  color: var(--color-main);
}
.single-project-content .project-header .nav-project ul li a.active {
  color: var(--color-main);
}
.single-project-content .section-branch {
  padding: 0 2.3rem;
}
@media (max-width: 991.98px) {
  .single-project-content .section-branch {
    padding: 0 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .single-project-content .section-branch .row-branch {
    flex-direction: column-reverse;
  }
}
.single-project-content .section-branch .row-branch .project-images .project-row > * {
  padding: 5px;
}
.single-project-content .section-branch .row-branch .project-images .project-row .video-class {
  width: 100%;
  height: auto;
  max-height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-project-content .section-branch .row-branch .project-images .project-row img {
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 90vh;
}
.single-project-content .section-branch .row-branch .project-images .project-row img.height-auto {
  max-height: unset;
}
.single-project-content .section-branch .row-branch .project-images .grid.project-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
@media (max-width: 991.98px) {
  .single-project-content .section-branch .row-branch .project-images .grid.project-row {
    display: flex;
    flex-direction: column;
  }
}
.single-project-content .section-branch .row-branch .project-images .grid.project-row > .col-lg-6 {
  grid-column: 1/3;
  grid-row: 1/3;
}
.single-project-content .section-branch .row-branch .project-images .grid.project-row > .col-half:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1;
}
.single-project-content .section-branch .row-branch .project-images .grid.project-row > .col-half:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2;
}
.single-project-content .section-branch .row-branch .branch-info .sticky-part {
  position: sticky;
  top: 6.25rem;
  padding: 0 0 0 5px;
}
@media (max-width: 991.98px) {
  .single-project-content .section-branch .row-branch .branch-info .sticky-part {
    position: relative;
    padding: 3.125rem 0 0;
    top: 0;
  }
}
.single-project-content .section-branch .row-branch .branch-info .sticky-part * {
  font-size: 1rem;
}
.single-project-content .mute,
.single-project-content .un-mute {
  bottom: 2.5rem;
  right: 1.5625rem;
  padding: 10px;
  border-radius: 4px;
  border: unset;
  background: unset;
  display: none;
  transition: ease opacity 0.2s;
  cursor: pointer;
}
.single-project-content .un-mute {
  display: block;
}
.single-project-content .video-icon {
  width: 46Px;
  height: 35Px;
}
.block-lottie {
  height: 23vw;
}

.block-top-project {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .block-top-project {
    height: 100vh;
  }
}
.block-top-project img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-moving-string .marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 6rem 0;
  margin-bottom: 7.5rem;
}
@media (max-width: 575.98px) {
  .block-moving-string .marquee-container {
    padding: 3rem 0;
    margin-bottom: 3.5rem;
  }
}
.block-moving-string p.marquee-content {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  will-change: transform;
  color: var(--color-main);
  letter-spacing: -2px;
  word-spacing: -5px;
  font-size: 1.5rem;
}

.block-projects {
  position: relative;
}
@media (min-width: 992px) {
  .block-projects {
    height: 330vh;
  }
}
@media (min-width: 992px) {
  .block-projects .sticky {
    overflow: hidden;
    position: sticky;
    top: 0;
    height: 100vh;
  }
}
.block-projects .sticky .full-text {
  text-transform: uppercase;
  font-size: clamp(4rem, 19.5vw, 23.8rem);
  line-height: 0.7;
}
@media (min-width: 992px) {
  .block-projects .sticky .full-text {
    position: absolute;
    top: 0;
  }
}
.block-projects .sticky .scroll-section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .block-projects .sticky .scroll-section {
    flex-wrap: nowrap;
    transition: ease all 0.255s;
    width: -moz-max-content;
    width: max-content;
    will-change: transform;
    flex-direction: row;
    position: absolute;
    top: 0;
    height: 100%;
    width: 300vw;
  }
}
.block-projects .sticky .scroll-section .project-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1400px) {
  .block-projects .sticky .scroll-section .project-slide {
    margin-right: 4.6875rem;
  }
}
@media (min-width: 992px) {
  .block-projects .sticky .scroll-section .project-slide {
    margin-right: 2.8125rem;
    max-width: 75.5rem;
    flex-direction: row;
    align-items: flex-end;
  }
  .block-projects .sticky .scroll-section .project-slide:nth-child(even) {
    margin-bottom: 15.625rem;
  }
}
.block-projects .sticky .scroll-section .project-slide .project-image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 49.6875rem;
}
@media (min-width: 992px) {
  .block-projects .sticky .scroll-section .project-slide .project-image {
    width: 66%;
  }
}
.block-projects .sticky .scroll-section .project-slide .project-image img {
  width: 100%;
  height: auto;
  max-height: 31.375rem;
  max-width: 49.6875rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
}
.block-projects .sticky .scroll-section .project-slide .project-info {
  padding-left: 3.75rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .block-projects .sticky .scroll-section .project-slide .project-info {
    width: 34%;
  }
}
@media (max-width: 1399.98px) {
  .block-projects .sticky .scroll-section .project-slide .project-info {
    padding-left: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .block-projects .sticky .scroll-section .project-slide .project-info {
    padding: 1.25rem;
    margin-bottom: 3.75rem;
    max-width: 49.6875rem;
  }
}
.block-projects .sticky .scroll-section .project-slide .project-info h5, .block-projects .sticky .scroll-section .project-slide .project-info .h5 {
  font-size: 2rem;
  margin-bottom: 1.5625rem;
  line-height: 1;
}
.block-projects .sticky .scroll-section .project-slide .project-info p {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.block-projects .sticky .scroll-section .see-more {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 7.8125rem;
}
@media (max-width: 991.98px) {
  .block-projects .sticky .scroll-section .see-more {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.block-projects .sticky .scroll-section .see-more a {
  position: relative;
  font-size: 3rem;
  letter-spacing: 4px;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .block-projects .sticky .scroll-section .see-more a {
    font-size: 2.375rem;
  }
}
.block-projects .sticky .scroll-section .see-more a:before, .block-projects .sticky .scroll-section .see-more a:after {
  content: "";
  border-radius: 50%;
  display: inline-block;
  position: absolute;
}
.block-projects .sticky .scroll-section .see-more a:before {
  background-color: var(--color-main);
  width: 6.75rem;
  height: 6.75rem;
  left: -8.125rem;
}
.block-projects .sticky .scroll-section .see-more a:after {
  background-color: #fff;
  width: 3.75rem;
  height: 3.75rem;
  left: -6.65rem;
}

.big-link {
  margin-top: 25rem;
}
@media (max-width: 991.98px) {
  .big-link {
    margin: 6.25rem 0;
  }
}
.big-link .big-link-url {
  font-family: var(--title-font);
  color: var(--color-second);
  font-size: clamp(4rem, 20.3vw, 24.5rem);
  line-height: 1;
  white-space: nowrap;
}

.block-team {
  padding: 0 1.375rem;
}
@media (max-width: 991.98px) {
  .block-team {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .block-team .our-team {
    gap: 1.5625rem;
  }
}
.block-team .team-member {
  position: relative;
}
@media (max-width: 767.98px) {
  .block-team .team-member {
    flex-direction: column !important;
  }
  .block-team .team-member img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .block-team .team-member:nth-child(2) {
    margin-top: -20.4375rem;
  }
  .block-team .team-member:nth-child(3) {
    margin: 6.875rem 30.625rem 6.875rem 0;
  }
  .block-team .team-member:nth-child(3):before {
    content: "";
    background-image: url("http://blacko.test/wp-content/uploads/2024/08/Union.svg");
    display: inline-block;
    position: absolute;
    left: 13vw;
    top: calc(50% - 7.375rem);
    width: 14.75rem;
    height: 14.75rem;
    background-size: 98%;
    background-repeat: no-repeat;
  }
  .block-team .team-member:nth-child(5) {
    margin-top: -20.4375rem;
  }
  .block-team .team-member:nth-child(6) {
    margin: 6.875rem 0 6.875rem 30.625rem;
  }
  .block-team .team-member:nth-child(7) {
    margin-right: 4.125rem;
  }
  .block-team .team-member:nth-child(8) {
    margin-top: -13.75rem;
  }
  .block-team .team-member:nth-child(9) {
    margin: 10.625rem auto 8.75rem;
  }
}
@media (min-width: 768px) {
  .block-team .team-member.flex-row-reverse .image {
    margin-left: 1.25rem;
    margin-right: 0;
  }
  .block-team .team-member .image {
    margin-right: 1.25rem;
  }
}
.block-team .team-member .info {
  display: flex;
}
@media (max-width: 767.98px) {
  .block-team .team-member .info {
    margin-top: 0.9375rem;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: space-between !important;
  }
}
.block-team .team-member .info .name {
  font-size: 18Px;
  line-height: 1;
  margin-bottom: 0.9375rem;
}
.block-team .team-member .info .role {
  color: #ccc;
}
