/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.101.1/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.2.1_sass@1.90.0_webpack@5.101.1/node_modules/sass-loader/dist/cjs.js!./node_modules/.pnpm/normalize.css@8.0.1/node_modules/normalize.css/normalize.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.101.1/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.2.1_sass@1.90.0_webpack@5.101.1/node_modules/sass-loader/dist/cjs.js!./node_modules/.pnpm/swiper@11.2.10/node_modules/swiper/swiper.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.101.1/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.2.1_sass@1.90.0_webpack@5.101.1/node_modules/sass-loader/dist/cjs.js!./node_modules/.pnpm/leaflet@1.9.4/node_modules/leaflet/dist/leaflet.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(011a678e3efe41981754.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(4a4ee777ddc0d4cedee4.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(1e8408af1a34bdf61457.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.101.1/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.2.1_sass@1.90.0_webpack@5.101.1/node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ========================================================================================= */
/* TOOLS - MIXINS */
/* ========================================================================================= */
/* ========================================================================================= */
/* END TOOLS - MIXINS */
/* ========================================================================================= */
/* ========================================================================================= */
/* TOOLS - FUNCTIONS */
/* ========================================================================================= */
/* ========================================================================================= */
/* END TOOLS - FUNCTIONS */
/* ========================================================================================= */
.cky-consent-container {
  width: 85% !important;
  right: 0px !important;
  left: initial !important;
}
@media (min-width: 611px) {
  .cky-consent-container {
    right: 10px !important;
  }
}
@media (min-width: 1191px) {
  .cky-consent-container {
    right: initial !important;
    width: 440px !important;
  }
}
.cky-consent-container .cky-consent-bar {
  background-color: var(--color-brand-secondary) !important;
  border-color: var(--color-black) !important;
  border: 0px !important;
}
.cky-consent-container .cky-title, .cky-consent-container .cky-notice-des {
  color: var(--color-white) !important;
}

@media (min-width: 611px) {
  .cky-box-bottom-left {
    left: 100px !important;
  }
}
@media (min-width: 1191px) {
  .cky-box-bottom-left {
    left: 120px !important;
  }
}

.c-scrollbar {
  z-index: 99;
  opacity: 1;
}
.c-scrollbar_thumb {
  margin: 0px;
  width: 5px;
  border-radius: 0px;
  opacity: 1;
  background-color: var(--color-black);
}

:root {
  --av-transition: all 0.3s ease-in-out;
  --container-width: 1440px;
  --padding-bottom-default: 20px;
  --font-a: "Space Grotesk", sans-serif;
  --font-b: "DM Sans", sans-serif;
  --token-bg: #ffffff;
  --token-surface: #f1f5f9;
  --token-nav: #1b2a4a;
  --token-primary: #2563eb;
  --token-accent: #60a5fa;
  --color-text: #0f172a;
  --color-text-muted: #64748b;
  --color-text-on-dark: #ffffff;
  --color-border: #cbd5e1;
  --color-black: #000000;
  --color-hover: #dae5e7;
  --color-menu: #99b3b8;
  --color-white: #ffffff;
  --color-brand-primary: #f3ebe1;
  --color-brand-secondary: #333333;
  --color-brand-contrast: #f3eae1;
  --color-background-light: #F9F8F7;
  --color-background-dark: #252525;
  --color-bg-primary: #ffffff;
  --color-white-op: rgba(255, 255, 255, 0.6392156863);
  --color-red: #f45c5c;
  --color-orange: #f7b941;
  --component-z-index: 3;
  --color-dark: #1b2a4a;
  --color-dark-surface: #f1f5f9;
  --color-purple: #2563eb;
  --color-blue: #60a5fa;
  --color-dark-border: #cbd5e1;
  --color-dark-input: #f1f5f9;
  --color-muted: #64748b;
  --color-text-light: #0f172a;
}
@media (max-width: 610px) {
  :root {
    --total-columns: 4;
    --grid-gutter: 24px;
    --container-padding: 24px;
    --container-padding-left: 54px;
    --container-padding-right: 10px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  :root {
    --total-columns: 8;
    --grid-gutter: 24px;
    --container-padding: 90px;
  }
}
@media (min-width: 1191px) {
  :root {
    --total-columns: 12;
    --grid-gutter: 48px;
    --container-padding: 90px;
  }
}

*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  outline: 0px solid;
  box-sizing: border-box;
}
*:hover, *:active, *:focus, *:visited,
*:after:hover,
*:after:active,
*:after:focus,
*:after:visited,
*:before:hover,
*:before:active,
*:before:focus,
*:before:visited {
  outline: 0px solid;
}

::selection {
  color: var(--color-white);
  background-color: var(--color-black);
}

.av-main {
  z-index: 2;
}

.fade-leave,
.fade-once-to,
.fade-enter-to {
  opacity: 1;
}

.fade-enter,
.fade-once,
.fade-leave-to {
  opacity: 0;
}

.fade-leave-active,
.fade-once-active,
.fade-enter-active {
  transition: opacity 0.6s ease-in-out;
}

.js-debugger-tool {
  padding: 5px;
  border: 1px solid var(--color-black);
  background-color: var(--color-white);
  color: black;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: var(--font-b);
  font-weight: 400;
}
@media (min-width: 611px) {
  .js-debugger-tool {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .js-debugger-tool {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.is-debug .js-debugger-tool {
  background-color: rgb(21, 153, 21);
  color: var(--color-white);
}

.js-toggle-animations {
  padding: 5px;
  border: 1px solid var(--color-black);
  background-color: var(--color-white);
  color: black;
  position: fixed;
  bottom: 15px;
  left: 15px;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: var(--font-b);
  font-weight: 400;
}
@media (min-width: 611px) {
  .js-toggle-animations {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .js-toggle-animations {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.generic-velo {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  opacity: 0;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 9;
}
.is-dropdown-active .generic-velo {
  opacity: 0.5;
  pointer-events: all;
}

.js-split-text div {
  overflow: hidden;
}

.hide {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

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

.no-click {
  pointer-events: none;
}

html,
body {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-family: var(--font-b);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  height: auto;
  color: var(--color-text);
  background-color: var(--token-bg);
}
@media (min-width: 611px) {
  html,
  body {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  html,
  body {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  html,
  body {
    padding-left: 110px;
  }
}
html.login,
body.login {
  padding-left: 0 !important;
}
html.is-debug,
body.is-debug {
  outline: 1px dotted fuchsia;
}
html.is-debug *,
body.is-debug * {
  outline: 1px dotted red;
}
html.is-debug * *,
body.is-debug * * {
  outline: 1px dotted cyan;
}
html.is-debug * * *,
body.is-debug * * * {
  outline: 1px dotted orange;
}
html.is-debug * * * *,
body.is-debug * * * * {
  outline: 1px dotted blue;
}
html.is-debug * * * * *,
body.is-debug * * * * * {
  outline: 1px solid gray;
}
html.is-debug * * * * * *,
body.is-debug * * * * * * {
  outline: 1px solid purple;
}
html.is-debug * * * * * * *,
body.is-debug * * * * * * * {
  outline: 1px solid rosybrown;
}
html.is-debug * * * * * * * *,
body.is-debug * * * * * * * * {
  outline: 1px solid darkolivegreen;
}
html.is-debug * * * * * * * * *,
body.is-debug * * * * * * * * * {
  outline: 1px dotted fuchsia;
}
html.is-debug * * * * * * * * * *,
body.is-debug * * * * * * * * * * {
  outline: 1px dotted red;
}
html.is-debug * * * * * * * * * * *,
body.is-debug * * * * * * * * * * * {
  outline: 1px dotted cyan;
}
html.is-debug * * * * * * * * * * * *,
body.is-debug * * * * * * * * * * * * {
  outline: 1px dotted orange;
}
html.is-debug * * * * * * * * * * * * *,
body.is-debug * * * * * * * * * * * * * {
  outline: 1px dotted blue;
}
html.is-debug * * * * * * * * * * * * * *,
body.is-debug * * * * * * * * * * * * * * {
  outline: 1px solid gray;
}
html.is-debug * * * * * * * * * * * * * * *,
body.is-debug * * * * * * * * * * * * * * * {
  outline: 1px solid purple;
}
html.is-debug * * * * * * * * * * * * * * * *,
body.is-debug * * * * * * * * * * * * * * * * {
  outline: 1px solid rosybrown;
}
html.is-debug * * * * * * * * * * * * * * * * *,
body.is-debug * * * * * * * * * * * * * * * * * {
  outline: 1px solid darkolivegreen;
}
html.is-overflow-hidden,
body.is-overflow-hidden {
  overflow: hidden;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

b, strong {
  font-weight: 500;
}

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

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  padding: 0px;
  margin: 0px;
  text-transform: none;
}

p {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
@media (min-width: 611px) {
  p {
    padding-bottom: var(--padding-bottom-default);
  }
}
p:last-child {
  padding-bottom: 0px;
}
p:empty {
  display: none;
}

a {
  color: inherit;
  transition: var(--av-transition);
  text-decoration: none;
  cursor: pointer;
}

@keyframes av_rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.o-bg-color-white {
  --bg-color: var(--color-bg-primary);
  background-color: var(--bg-color);
}
.o-bg-color-black {
  --bg-color: var(--color-black);
  background-color: var(--bg-color);
}
.o-bg-color-brand-primary {
  --bg-color: var(--color-brand-primary);
  background-color: var(--bg-color);
}
.o-bg-color-brand-contrast {
  --bg-color: var(--color-brand-contrast);
  background-color: var(--bg-color);
}
.o-bg-color-background-light {
  --bg-color: var(--color-background-light);
  background-color: var(--bg-color);
}
.o-bg-color-background-dark {
  --bg-color: var(--color-background-dark);
  background-color: var(--bg-color);
}
.o-bg-color-transparent {
  --bg-color: transparent;
  background-color: var(--bg-color);
}

.o-container {
  max-width: 100%;
  width: calc(var(--container-width) + var(--container-padding) * 2);
  padding-left: calc(var(--container-padding) - var(--grid-gutter) / 2);
  padding-right: calc(var(--container-padding) - var(--grid-gutter) / 2);
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}
.o-container--full {
  width: 100%;
}
@media (min-width: 1191px) {
  .o-container--full {
    padding-left: calc(56px - var(--grid-gutter) / 2);
    padding-right: calc(56px - var(--grid-gutter) / 2);
  }
}

[class^=o-col-],
[class*=" o-col-"] {
  padding-left: calc(var(--grid-gutter) / 2);
  padding-right: calc(var(--grid-gutter) / 2);
}

@media (min-width: 1191px) {
  .o-col-1\@md {
    width: calc((100% - 0px) / var(--total-columns) * 1);
  }
}
@media (min-width: 1191px) {
  .o-col-push-1\@md {
    margin-left: calc(1 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-2\@md {
    width: calc((100% - 0px) / var(--total-columns) * 2);
  }
}
@media (min-width: 1191px) {
  .o-col-push-2\@md {
    margin-left: calc(2 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-3\@md {
    width: calc((100% - 0px) / var(--total-columns) * 3);
  }
}
@media (min-width: 1191px) {
  .o-col-push-3\@md {
    margin-left: calc(3 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-4\@md {
    width: calc((100% - 0px) / var(--total-columns) * 4);
  }
}
@media (min-width: 1191px) {
  .o-col-push-4\@md {
    margin-left: calc(4 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-5\@md {
    width: calc((100% - 0px) / var(--total-columns) * 5);
  }
}
@media (min-width: 1191px) {
  .o-col-push-5\@md {
    margin-left: calc(5 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-6\@md {
    width: calc((100% - 0px) / var(--total-columns) * 6);
  }
}
@media (min-width: 1191px) {
  .o-col-push-6\@md {
    margin-left: calc(6 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-7\@md {
    width: calc((100% - 0px) / var(--total-columns) * 7);
  }
}
@media (min-width: 1191px) {
  .o-col-push-7\@md {
    margin-left: calc(7 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-8\@md {
    width: calc((100% - 0px) / var(--total-columns) * 8);
  }
}
@media (min-width: 1191px) {
  .o-col-push-8\@md {
    margin-left: calc(8 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-9\@md {
    width: calc((100% - 0px) / var(--total-columns) * 9);
  }
}
@media (min-width: 1191px) {
  .o-col-push-9\@md {
    margin-left: calc(9 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-10\@md {
    width: calc((100% - 0px) / var(--total-columns) * 10);
  }
}
@media (min-width: 1191px) {
  .o-col-push-10\@md {
    margin-left: calc(10 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-11\@md {
    width: calc((100% - 0px) / var(--total-columns) * 11);
  }
}
@media (min-width: 1191px) {
  .o-col-push-11\@md {
    margin-left: calc(11 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-12\@md {
    width: calc((100% - 0px) / var(--total-columns) * 12);
  }
}
@media (min-width: 1191px) {
  .o-col-push-12\@md {
    margin-left: calc(12 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-1\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 1);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-1\@sm {
    margin-left: calc(1 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-2\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 2);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-2\@sm {
    margin-left: calc(2 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-3\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 3);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-3\@sm {
    margin-left: calc(3 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-4\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 4);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-4\@sm {
    margin-left: calc(4 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-5\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 5);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-5\@sm {
    margin-left: calc(5 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-6\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 6);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-6\@sm {
    margin-left: calc(6 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-7\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 7);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-7\@sm {
    margin-left: calc(7 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-8\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 8);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-8\@sm {
    margin-left: calc(8 / var(--total-columns) * (100% - 0px));
  }
}
@media (max-width: 610px) {
  .o-col-1\@xs {
    width: calc((100% - 0px) / var(--total-columns) * 1);
  }
}
@media (max-width: 610px) {
  .o-col-push-1\@xs {
    margin-left: calc(1 / var(--total-columns) * (100% - 0px));
  }
}
@media (max-width: 610px) {
  .o-col-2\@xs {
    width: calc((100% - 0px) / var(--total-columns) * 2);
  }
}
@media (max-width: 610px) {
  .o-col-push-2\@xs {
    margin-left: calc(2 / var(--total-columns) * (100% - 0px));
  }
}
@media (max-width: 610px) {
  .o-col-3\@xs {
    width: calc((100% - 0px) / var(--total-columns) * 3);
  }
}
@media (max-width: 610px) {
  .o-col-push-3\@xs {
    margin-left: calc(3 / var(--total-columns) * (100% - 0px));
  }
}
@media (max-width: 610px) {
  .o-col-4\@xs {
    width: calc((100% - 0px) / var(--total-columns) * 4);
  }
}
@media (max-width: 610px) {
  .o-col-push-4\@xs {
    margin-left: calc(4 / var(--total-columns) * (100% - 0px));
  }
}

.o-color-white {
  --text-color: var(--color-white);
  color: var(--text-color);
}
.o-color-black {
  --text-color: var(--color-black);
  color: var(--text-color);
}
.o-color-brand-primary {
  --text-color: var(--color-brand-primary);
  color: var(--text-color);
}
.o-color-brand-contrast {
  --text-color: var(--color-brand-contrast);
  color: var(--text-color);
}
.o-color-background-light {
  --text-color: var(--color-background-light);
  color: var(--text-color);
}
.o-color-background-dark {
  --text-color: var(--color-background-dark);
  color: var(--text-color);
}

.o-padding-default {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 611px) {
  .o-padding-default {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1191px) {
  .o-padding-default {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 610px) {
  .o-pt-180\@xs {
    padding-top: 180px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-180\@sm {
    padding-top: 180px;
  }
}
@media (min-width: 1191px) {
  .o-pt-180\@md {
    padding-top: 180px;
  }
}
@media (max-width: 610px) {
  .o-pt-160\@xs {
    padding-top: 160px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-160\@sm {
    padding-top: 160px;
  }
}
@media (min-width: 1191px) {
  .o-pt-160\@md {
    padding-top: 160px;
  }
}
@media (max-width: 610px) {
  .o-pt-128\@xs {
    padding-top: 128px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-128\@sm {
    padding-top: 128px;
  }
}
@media (min-width: 1191px) {
  .o-pt-128\@md {
    padding-top: 128px;
  }
}
@media (max-width: 610px) {
  .o-pt-96\@xs {
    padding-top: 96px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-96\@sm {
    padding-top: 96px;
  }
}
@media (min-width: 1191px) {
  .o-pt-96\@md {
    padding-top: 96px;
  }
}
@media (max-width: 610px) {
  .o-pt-80\@xs {
    padding-top: 80px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-80\@sm {
    padding-top: 80px;
  }
}
@media (min-width: 1191px) {
  .o-pt-80\@md {
    padding-top: 80px;
  }
}
@media (max-width: 610px) {
  .o-pt-64\@xs {
    padding-top: 64px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-64\@sm {
    padding-top: 64px;
  }
}
@media (min-width: 1191px) {
  .o-pt-64\@md {
    padding-top: 64px;
  }
}
@media (max-width: 610px) {
  .o-pt-48\@xs {
    padding-top: 48px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-48\@sm {
    padding-top: 48px;
  }
}
@media (min-width: 1191px) {
  .o-pt-48\@md {
    padding-top: 48px;
  }
}
@media (max-width: 610px) {
  .o-pt-32\@xs {
    padding-top: 32px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-32\@sm {
    padding-top: 32px;
  }
}
@media (min-width: 1191px) {
  .o-pt-32\@md {
    padding-top: 32px;
  }
}
@media (max-width: 610px) {
  .o-pt-24\@xs {
    padding-top: 24px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-24\@sm {
    padding-top: 24px;
  }
}
@media (min-width: 1191px) {
  .o-pt-24\@md {
    padding-top: 24px;
  }
}
@media (max-width: 610px) {
  .o-pt-16\@xs {
    padding-top: 16px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-16\@sm {
    padding-top: 16px;
  }
}
@media (min-width: 1191px) {
  .o-pt-16\@md {
    padding-top: 16px;
  }
}
@media (max-width: 610px) {
  .o-pt-8\@xs {
    padding-top: 8px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-8\@sm {
    padding-top: 8px;
  }
}
@media (min-width: 1191px) {
  .o-pt-8\@md {
    padding-top: 8px;
  }
}
@media (max-width: 610px) {
  .o-pt-4\@xs {
    padding-top: 4px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-4\@sm {
    padding-top: 4px;
  }
}
@media (min-width: 1191px) {
  .o-pt-4\@md {
    padding-top: 4px;
  }
}
@media (max-width: 610px) {
  .o-pt-0\@xs {
    padding-top: 0px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pt-0\@sm {
    padding-top: 0px;
  }
}
@media (min-width: 1191px) {
  .o-pt-0\@md {
    padding-top: 0px;
  }
}
@media (max-width: 610px) {
  .o-pb-180\@xs {
    padding-bottom: 180px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-180\@sm {
    padding-bottom: 180px;
  }
}
@media (min-width: 1191px) {
  .o-pb-180\@md {
    padding-bottom: 180px;
  }
}
@media (max-width: 610px) {
  .o-pb-160\@xs {
    padding-bottom: 160px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-160\@sm {
    padding-bottom: 160px;
  }
}
@media (min-width: 1191px) {
  .o-pb-160\@md {
    padding-bottom: 160px;
  }
}
@media (max-width: 610px) {
  .o-pb-128\@xs {
    padding-bottom: 128px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-128\@sm {
    padding-bottom: 128px;
  }
}
@media (min-width: 1191px) {
  .o-pb-128\@md {
    padding-bottom: 128px;
  }
}
@media (max-width: 610px) {
  .o-pb-96\@xs {
    padding-bottom: 96px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-96\@sm {
    padding-bottom: 96px;
  }
}
@media (min-width: 1191px) {
  .o-pb-96\@md {
    padding-bottom: 96px;
  }
}
@media (max-width: 610px) {
  .o-pb-80\@xs {
    padding-bottom: 80px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-80\@sm {
    padding-bottom: 80px;
  }
}
@media (min-width: 1191px) {
  .o-pb-80\@md {
    padding-bottom: 80px;
  }
}
@media (max-width: 610px) {
  .o-pb-64\@xs {
    padding-bottom: 64px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-64\@sm {
    padding-bottom: 64px;
  }
}
@media (min-width: 1191px) {
  .o-pb-64\@md {
    padding-bottom: 64px;
  }
}
@media (max-width: 610px) {
  .o-pb-48\@xs {
    padding-bottom: 48px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-48\@sm {
    padding-bottom: 48px;
  }
}
@media (min-width: 1191px) {
  .o-pb-48\@md {
    padding-bottom: 48px;
  }
}
@media (max-width: 610px) {
  .o-pb-32\@xs {
    padding-bottom: 32px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-32\@sm {
    padding-bottom: 32px;
  }
}
@media (min-width: 1191px) {
  .o-pb-32\@md {
    padding-bottom: 32px;
  }
}
@media (max-width: 610px) {
  .o-pb-24\@xs {
    padding-bottom: 24px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-24\@sm {
    padding-bottom: 24px;
  }
}
@media (min-width: 1191px) {
  .o-pb-24\@md {
    padding-bottom: 24px;
  }
}
@media (max-width: 610px) {
  .o-pb-16\@xs {
    padding-bottom: 16px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-16\@sm {
    padding-bottom: 16px;
  }
}
@media (min-width: 1191px) {
  .o-pb-16\@md {
    padding-bottom: 16px;
  }
}
@media (max-width: 610px) {
  .o-pb-8\@xs {
    padding-bottom: 8px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-8\@sm {
    padding-bottom: 8px;
  }
}
@media (min-width: 1191px) {
  .o-pb-8\@md {
    padding-bottom: 8px;
  }
}
@media (max-width: 610px) {
  .o-pb-4\@xs {
    padding-bottom: 4px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-4\@sm {
    padding-bottom: 4px;
  }
}
@media (min-width: 1191px) {
  .o-pb-4\@md {
    padding-bottom: 4px;
  }
}
@media (max-width: 610px) {
  .o-pb-0\@xs {
    padding-bottom: 0px;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-pb-0\@sm {
    padding-bottom: 0px;
  }
}
@media (min-width: 1191px) {
  .o-pb-0\@md {
    padding-bottom: 0px;
  }
}

.o-main {
  padding-top: 80px;
}
@media (min-width: 1191px) {
  .o-main {
    padding-top: 32px;
  }
}

.o-button--style-1 {
  padding: 8px 20px;
  background-color: #2563EB;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: background-color 0.18s ease, transform 0.15s ease, box-shadow 0.18s ease;
  box-shadow: 0 1px 2px rgba(37, 99, 235, 0.15);
}
.o-button--style-1:hover {
  background-color: rgb(19.4285714286, 79.6571428571, 211.7714285714);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}
.o-button--style-1:active {
  transform: translateY(0);
  box-shadow: none;
}
.o-button--style-2 {
  padding: 8px 20px;
  background-color: #7C3AED;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: background-color 0.18s ease, transform 0.15s ease, box-shadow 0.18s ease;
  box-shadow: 0 1px 2px rgba(124, 58, 237, 0.15);
}
.o-button--style-2:hover {
  background-color: rgb(99.3153488372, 21.2818604651, 232.9181395349);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
}
.o-button--style-2:active {
  transform: translateY(0);
  box-shadow: none;
}
.o-button--ghost-1 {
  padding: 8px 20px;
  background-color: transparent;
  color: #2563EB;
  border: 1.5px solid #2563EB;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.18s ease, transform 0.15s ease;
}
.o-button--ghost-1:hover {
  background-color: rgba(37, 99, 235, 0.06);
  transform: translateY(-1px);
}
.o-button--ghost-1:active {
  transform: translateY(0);
}
.o-button--ghost-2 {
  padding: 8px 20px;
  background-color: transparent;
  color: #7C3AED;
  border: 1.5px solid #7C3AED;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.18s ease, transform 0.15s ease;
}
.o-button--ghost-2:hover {
  background-color: rgba(124, 58, 237, 0.06);
  transform: translateY(-1px);
}
.o-button--ghost-2:active {
  transform: translateY(0);
}
.o-button--soft-1 {
  padding: 8px 20px;
  background-color: rgba(37, 99, 235, 0.08);
  color: #2563EB;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.18s ease, transform 0.15s ease;
}
.o-button--soft-1:hover {
  background-color: rgba(37, 99, 235, 0.14);
  transform: translateY(-1px);
}
.o-button--soft-2 {
  padding: 8px 20px;
  background-color: rgba(124, 58, 237, 0.08);
  color: #7C3AED;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.18s ease, transform 0.15s ease;
}
.o-button--soft-2:hover {
  background-color: rgba(124, 58, 237, 0.14);
  transform: translateY(-1px);
}

.o-font-display-1 {
  font-size: 54px;
  line-height: 65px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-1 {
    font-size: 54px;
    line-height: 65px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-1 {
    font-size: 180px;
    line-height: 214px;
    letter-spacing: 10px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-2 {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-2 {
    font-size: 40px;
    line-height: 58px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-2 {
    font-size: 56px;
    line-height: 66px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-headline {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-headline {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-headline {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-button {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2.46px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-button {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 2.64px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-button {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-overline {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-overline {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-overline {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-body {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-family: var(--font-b);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-body {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-body {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.o-font-display-caption {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: var(--font-b);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-caption {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-caption {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.o-video-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%; /* Set video container element width here */
  height: 100%; /* Set video container element height here */
  overflow: hidden;
  background: transparent; /* bg color, if video is not high enough */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.o-video-bg__width {
  position: absolute;
  width: 100%; /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.o-video-bg__aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.o-video-bg__make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.o-video-bg__hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px 97.7777px;
  top: -55px;
  left: -97.7777px;
}
.o-video-bg__iframe,
.o-video-bg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
  display: block;
  pointer-events: none;
}

.o-bg-s {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--bg-color);
}
.o-bg-s--brand-primary {
  --bg-color: var(--color-brand-primary);
  --text-color: var(--color-white);
  --alt-color: var(--color-white);
}
.o-bg-s--brand-contrast {
  --bg-color: var(--color-brand-contrast);
  --text-color: var(--color-black);
  --alt-color: var(--color-brand-primary);
}
.o-bg-s--background-dark {
  --bg-color: var(--color-bg-dark);
  --text-color: var(--color-white);
  --alt-color: var(--color-white);
}
.o-bg-s--background-light {
  --bg-color: var(--color-bg-light);
  --text-color: var(--color-black);
  --alt-color: var(--color-brand-primary);
}
.o-bg-s--black {
  --bg-color: var(--color-black);
  --text-color: var(--color-white);
  --alt-color: var(--color-white);
}
.o-bg-s--white {
  --bg-color: var(--color-white);
  --text-color: var(--color-black);
  --alt-color: var(--color-brand-primary);
}
.o-bg-s__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.o-bg-s__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.54;
  mix-blend-mode: multiply;
}
.o-bg-s__overlay--brand-primary {
  background-color: var(--color-brand-primary);
}
.o-bg-s__overlay--brand-contrast {
  background-color: var(--color-brand-contrast);
}
.o-bg-s__overlay--bg-dark {
  background-color: var(--color-bg-dark);
}
.o-bg-s__overlay--bg-light {
  background-color: var(--color-bg-light);
}
.o-bg-s__overlay--black {
  background-color: var(--color-black);
}
.o-bg-s__overlay--white {
  background-color: var(--color-white);
}

.o-bg-velo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--color-black);
  opacity: 0.8;
  z-index: -1;
}

.b-debug {
  opacity: 0;
  display: block;
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  background: none;
}
.is-debug .b-debug {
  opacity: 0.2;
}
.b-debug__col {
  height: 100vh;
  display: inline-block;
}
.b-debug__inner {
  background-color: rgba(144, 238, 144, 0.4);
  width: 100%;
  height: 100%;
  display: block;
}

.b-header__mobile-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background-color: #1b2a4a;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  z-index: 10001;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}
@media (min-width: 1191px) {
  .b-header__mobile-bar {
    display: none;
  }
}
.b-header__toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
}
.b-header__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.is-dropdown-active .b-header__toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.is-dropdown-active .b-header__toggle span:nth-child(2) {
  opacity: 0;
}
.is-dropdown-active .b-header__toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.b-header__brand-link-mobile {
  display: flex;
  align-items: center;
}
.b-header__brand-logo-mobile {
  width: 30px;
  height: 30px;
}
.b-header__sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 220px;
  height: 100vh;
  background-color: #1b2a4a;
  display: flex;
  flex-direction: column;
  z-index: 10000;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
@media (max-width: 610px) {
  .b-header__sidebar {
    top: 0;
    left: -220px;
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
  }
  .is-dropdown-active .b-header__sidebar {
    left: 0;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .b-header__sidebar {
    top: 0;
    left: -220px;
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .is-dropdown-active .b-header__sidebar {
    left: 0;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.25);
  }
}
.b-header__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 16px 18px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}
.b-header__brand:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.b-header__brand-logo {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 8px;
}
.b-header__brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  overflow: hidden;
}
.b-header__brand-name {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-header__brand-sub {
  font-size: 10px;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-header__nav {
  flex: 1;
  padding: 8px 0 12px;
}
.b-header__nav-section {
  display: block;
  padding: 14px 16px 5px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #64748b;
  user-select: none;
}
.b-header__nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  margin: 1px 8px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
  position: relative;
}
.b-header__nav-item svg {
  flex-shrink: 0;
  stroke: currentColor;
}
.b-header__nav-item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-header__nav-item:hover {
  background-color: rgba(255, 255, 255, 0.07);
  color: #ffffff;
}
.b-header__nav-item.is-active {
  background-color: rgba(124, 58, 237, 0.18);
  color: #ffffff;
  font-weight: 600;
}
.b-header__nav-item.is-active svg {
  color: #7C3AED;
}
.b-header__nav-item.is-active::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  background-color: #7C3AED;
  border-radius: 0 2px 2px 0;
}
.b-header__user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.b-header__user-info {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}
.b-header__user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #7C3AED;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.b-header__user-name {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-header__logout {
  display: flex;
  align-items: center;
  color: #64748b;
  flex-shrink: 0;
  padding: 4px;
  border-radius: 4px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.b-header__logout:hover {
  color: #f45c5c;
  background-color: rgba(244, 92, 92, 0.1);
}
.b-header__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 9999;
  backdrop-filter: blur(2px);
}
.is-dropdown-active .b-header__overlay {
  display: block;
}
@media (min-width: 1191px) {
  .b-header__overlay {
    display: none !important;
  }
}

.b-footer {
  position: relative;
}
.b-footer::after {
  content: ".b-footer";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .b-footer {
  outline: 4px solid lightsalmon !important;
}
.is-debug .b-footer::after {
  display: block;
}
.b-footer__inner {
  color: var(--color-black);
  height: 100%;
  display: flex;
  align-items: center;
}
.b-footer__container {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.b-footer__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 611px) {
  .b-footer__menu {
    flex-direction: row;
    align-items: initial;
  }
}
.b-footer__menu .main-menu-link {
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.b-footer__menu .main-menu-link:hover {
  color: var(--color-menu);
}
.b-footer__menu .menu-item-depth-0 {
  padding-bottom: 14px;
}
.b-footer__wrapper-title {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 611px) {
  .b-footer__wrapper-title {
    height: 100%;
    padding-bottom: 72px;
  }
}

.b-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  z-index: 99999999;
  background-color: var(--color-bg-primary);
  /* HTML: <div class="loader"></div> */
}
.b-loader__velo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.5;
}
.is-save .b-loader__velo {
  background-color: var(--color-black);
}
.b-loader.is-save {
  background-color: transparent;
}
.b-loader__item {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid rgba(0, 0, 0, 0);
  border-right-color: var(--color-menu);
  position: relative;
  animation: l24 1s infinite linear;
}
.b-loader__item::before, .b-loader__item::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: inherit;
  animation: inherit;
  animation-duration: 2s;
}
.b-loader__item::after {
  animation-duration: 4s;
}
@keyframes l24 {
  100% {
    transform: rotate(1turn);
  }
}

.b-socials {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.b-socials__label {
  font-weight: bold;
  padding-bottom: 34px;
}
.b-socials__item-icon {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-family: var(--font-b);
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  color: var(--color-white);
  padding-right: 23px;
}
@media (min-width: 611px) {
  .b-socials__item-icon {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .b-socials__item-icon {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.b-socials__item-icon svg path {
  transition: all 0.3s ease-in-out;
  fill: var(--color-black);
}
.b-socials__item-icon:hover svg path {
  fill: var(--color-red);
}
.b-socials__item-icon:last-child {
  padding: 0px;
}

.b-menu-dropdown {
  display: none !important;
}

.b-save {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 320px;
  max-width: calc(100vw - 48px);
  padding: 16px 18px;
  display: none;
  align-items: center;
  gap: 12px;
  background-color: #e6f7ec;
  border-left: 5px solid #2ecc71;
  border-radius: 10px;
  color: #1e7e34;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  animation: toastSlideIn 0.35s ease-out;
  z-index: 9999;
}
.b-save.is-active {
  display: flex;
}
.b-save__icon {
  font-size: 18px;
  color: #2ecc71;
  flex-shrink: 0;
}
.b-save__text {
  margin: 0;
  line-height: 1.4;
}

@keyframes toastSlideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.b-user-details {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
.b-user-details.is-active {
  opacity: 1;
  visibility: visible;
}
.b-user-details__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.b-user-details__box {
  position: relative;
  background-color: #f1f5f9;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  width: calc(var(--col-1) * 6);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b-user-details__wrapper-input {
  padding-bottom: 10px;
  display: flex;
}
.b-user-details__label {
  padding-right: 10px;
}
.b-user-details__input {
  font-weight: bold;
}
.b-user-details__wrapper-title {
  padding-bottom: 20px;
}
.b-user-details__wrapper-ctas {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-top: 20px;
}
.b-user-details__icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  fill: #64748b;
}

html {
  height: 100% !important;
  background: #1b2a4a;
}

body.login {
  background: #1b2a4a !important;
  font-family: "DM Sans", sans-serif, sans-serif !important;
  min-height: 100vh !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px 16px !important;
  margin: 0 !important;
  position: relative;
}
body.login::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(124, 58, 237, 0.18) 0%, transparent 55%), radial-gradient(ellipse at 80% 50%, rgba(37, 99, 235, 0.12) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}
body.login #login {
  width: 100% !important;
  max-width: 400px !important;
  margin: auto !important;
  padding: 48px 40px 40px !important;
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 16px !important;
  box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.1), 0 24px 64px rgba(0, 0, 0, 0.55) !important;
  position: relative;
  z-index: 1;
  box-sizing: border-box !important;
}
@media (max-width: 440px) {
  body.login #login {
    padding: 36px 24px 32px !important;
  }
}
body.login h1 {
  margin: 0 0 28px !important;
  padding: 0 !important;
  text-align: center;
}
body.login h1 a {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 96px !important;
  height: 96px !important;
  display: block !important;
  margin: 0 auto !important;
  text-indent: -9999px;
  overflow: hidden;
}
body.login form,
body.login #loginform {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
body.login #loginform > p,
body.login #loginform .input-text-wrap {
  margin: 0 0 16px !important;
  padding: 0 !important;
}
body.login label {
  color: #64748b !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.09em !important;
  margin: 0 0 6px !important;
  display: block !important;
  line-height: 1.4 !important;
}
body.login input[type=text],
body.login input[type=password],
body.login input[type=email] {
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 8px !important;
  color: #0f172a !important;
  font-family: "DM Sans", sans-serif, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  padding: 12px 14px !important;
  width: 100% !important;
  min-height: unset !important;
  max-height: none !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
}
body.login input[type=text]:focus,
body.login input[type=password]:focus,
body.login input[type=email]:focus {
  border-color: #7C3AED !important;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.2) !important;
}
body.login .wp-pwd {
  position: relative !important;
}
body.login .button.wp-hide-pw {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #64748b !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
body.login .button.wp-hide-pw:hover {
  background: transparent !important;
  color: #2563EB !important;
}
body.login .forgetmenot {
  display: flex !important;
  align-items: center !important;
  float: none !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.login .forgetmenot label {
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #64748b !important;
  margin: 0 !important;
  cursor: pointer;
}
body.login input[type=checkbox] {
  width: 15px !important;
  height: 15px !important;
  accent-color: #7C3AED;
  flex-shrink: 0;
  margin: 0 !important;
}
body.login p.submit,
body.login #loginform p.submit {
  margin: 20px 0 0 !important;
  padding: 0 !important;
  border: none !important;
}
body.login .button-primary,
body.login #wp-submit {
  float: none !important;
  display: block !important;
  background: #7C3AED !important;
  border: none !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  font-family: "DM Sans", sans-serif, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  padding: 13px 20px !important;
  width: 100% !important;
  height: auto !important;
  min-height: unset !important;
  cursor: pointer !important;
  transition: opacity 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease !important;
  box-shadow: 0 4px 20px rgba(124, 58, 237, 0.38) !important;
  text-shadow: none !important;
  text-align: center !important;
  -webkit-appearance: none;
}
body.login .button-primary:hover,
body.login #wp-submit:hover {
  background: #7C3AED !important;
  opacity: 0.85 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 28px rgba(124, 58, 237, 0.5) !important;
  color: #ffffff !important;
}
body.login .button-primary:active,
body.login #wp-submit:active {
  transform: translateY(0) !important;
  opacity: 1 !important;
}
body.login .button-primary:focus,
body.login #wp-submit:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.3) !important;
}
body.login #nav {
  text-align: center !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
}
body.login #nav a {
  color: #64748b !important;
  font-size: 12px !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}
body.login #nav a:hover {
  color: #2563EB !important;
}
body.login #login_error,
body.login .message,
body.login .success {
  background: rgba(124, 58, 237, 0.12) !important;
  border-left: 3px solid #7C3AED !important;
  border-radius: 6px !important;
  color: #ccccdd !important;
  font-size: 13px !important;
  padding: 12px 14px !important;
  margin: 0 0 20px !important;
  box-shadow: none !important;
}
body.login #login_error a,
body.login .message a,
body.login .success a {
  color: #2563EB !important;
}
body.login .privacy-policy-page-link,
body.login #backtoblog,
body.login .language-switcher {
  display: none !important;
}

.c-hero {
  position: relative;
  position: relative;
  height: 100%;
  z-index: 1;
}
.c-hero::after {
  content: ".c-hero";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-hero {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-hero::after {
  display: block;
}
@media (min-width: 1191px) {
  .c-hero {
    height: calc(100vh - 130px);
    padding: 0px;
  }
}
.c-hero__container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.c-hero__col {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-hero__wrapper-title {
  display: block;
  padding-bottom: 50px;
}
@media (min-width: 1191px) {
  .c-hero__wrapper-title {
    padding-bottom: 25px;
  }
}
.c-hero__title {
  color: var(--text-color);
  display: block;
  width: 100%;
  text-align: center;
  font-style: italic;
}
.c-hero__wrapper-description {
  text-align: center;
  padding-bottom: 24px;
}
.c-hero__description {
  overflow: hidden;
}
.c-hero__wrapper-text {
  text-align: center;
  padding-bottom: 45px;
}
.c-hero__text {
  overflow: hidden;
}
.c-hero__wrapper-cta {
  text-align: center;
}
.c-hero__inner {
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.is-inview .c-hero__inner {
  opacity: 1;
}
.c-hero__wrapper-image {
  padding-bottom: 50px;
  padding-top: 25px;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.is-inview .c-hero__wrapper-image {
  opacity: 1;
}
@media (min-width: 1191px) {
  .c-hero__wrapper-image {
    padding-bottom: 100px;
  }
}
.c-hero__image {
  position: absolute;
  top: -20%;
  left: 0px;
  width: 100%;
  height: 140%;
  object-fit: cover;
}
.c-hero__wrapper-arrow {
  position: absolute;
  bottom: 40px;
  left: calc(50% + var(--container-padding-left) / 2);
  transform: translateX(-50%);
  z-index: 9;
}
@media (min-width: 611px) {
  .c-hero__wrapper-arrow {
    left: 50%;
  }
}
.c-hero__wrapper-arrow svg {
  height: 50px;
  width: auto;
}
.c-hero__wrapper-arrow svg path {
  fill: var(--text-color);
}

.c-image-text {
  position: relative;
  position: relative;
  z-index: 2;
  background-color: var(--bg-color);
}
.c-image-text::after {
  content: ".c-image-text";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-image-text {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-image-text::after {
  display: block;
}
@media (min-width: 1191px) {
  .c-image-text {
    height: 100vh;
  }
}
.c-image-text__inner {
  height: 100%;
  display: flex;
  padding: 48px 0px;
}
@media (min-width: 1191px) {
  .c-image-text__inner {
    padding: 0px;
    padding-bottom: 32px;
  }
}
@media (max-width: 610px) {
  .is-content-image .c-image-text__container {
    flex-direction: column-reverse;
  }
}
.c-image-text__col--image {
  margin-bottom: 0px;
  order: 1;
}
@media (min-width: 611px) {
  .is-image-content .c-image-text__col--image {
    order: 1;
  }
}
@media (min-width: 1191px) {
  .is-image-content .c-image-text__col--image {
    margin-left: var(--col-1);
  }
}
@media (min-width: 611px) {
  .is-content-image .c-image-text__col--image {
    order: 2;
  }
}
.c-image-text__col--texts {
  order: 2;
}
@media (min-width: 611px) {
  .is-content-image .c-image-text__col--texts {
    order: 1;
  }
}
@media (min-width: 611px) {
  .is-image-content .c-image-text__col--texts {
    order: 2;
  }
}
.c-image-text__wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
  display: block;
}
@media (max-width: 610px) {
  .is-content-image .c-image-text__wrapper {
    padding-bottom: 25px;
  }
}
@media (min-width: 611px) {
  .c-image-text__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-end;
    height: 100%;
  }
}
.c-image-text__wrapper-image {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}
.c-image-text__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 136%;
}
@media (min-width: 611px) {
  .c-image-text__wrapper-image {
    margin-bottom: 0px;
  }
}
@media (min-width: 1191px) {
  .c-image-text__wrapper-image:before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}
.c-image-text__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-image-text__wrapper-title {
  display: block;
  width: 100%;
  text-align: left;
}
.c-image-text__title {
  color: var(--text-color);
  display: block;
  width: 100%;
  position: relative;
}
.o-bg-s--background-light .c-image-text__title {
  color: var(--alt-color);
}
.c-image-text__title span {
  color: var(--color-brand-secondary);
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .c-image-text__title span {
    font-size: 40px;
    line-height: 58px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-image-text__title span {
    font-size: 56px;
    line-height: 66px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.c-image-text__wrapper-description {
  display: block;
  width: 100%;
  color: var(--text-color);
  padding-bottom: 25px;
  text-align: left;
}
@media (max-width: 610px) {
  .c-image-text__wrapper-description-special {
    padding-top: 14px;
  }
}
@media (min-width: 611px) {
  .c-image-text__wrapper-description {
    padding-bottom: 30px;
  }
}
@media (min-width: 1191px) {
  .c-image-text__wrapper-description {
    padding-bottom: 51px;
  }
}
.c-image-text__description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-family: var(--font-b);
  font-weight: 400;
  display: block;
  width: 100%;
}
@media (min-width: 611px) {
  .c-image-text__description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-image-text__description {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.c-image-text__description span {
  color: var(--color-brand-primary);
  font-style: italic;
}
.c-image-text__wrapper-cta {
  display: flex;
  justify-content: center;
}
@media (min-width: 611px) {
  .c-image-text__wrapper-cta {
    justify-content: flex-start;
  }
}
.c-text {
  position: relative;
  position: relative;
  z-index: 2;
}
.c-text::after {
  content: ".c-text";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-text {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-text::after {
  display: block;
}
.c-text.border-1 {
  border-top: 1px solid var(--color-black);
}
.c-text__col {
  overflow-wrap: break-word;
}
.c-text__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-text:first-child .c-text__wrapper {
  padding-top: var(--header-height);
}
.c-text__wrapper {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 40px 20px;
}
.c-text__wrapper-title {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 28px;
  overflow: hidden;
}
.c-text__title {
  color: var(--alt-color);
  display: block;
  width: 100%;
  text-transform: uppercase;
}
@media (min-width: 1191px) {
  .c-text__title {
    line-height: 100px;
  }
}
.c-text__wrapper-text {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  color: var(--text-color);
  overflow: hidden;
  padding-bottom: 60px;
}
.c-text__wrapper-text.text-align-center {
  text-align: center;
}
.c-text__wrapper-text.text-align-left {
  text-align: left;
}
.c-text__text {
  display: block;
  width: 100%;
}
.c-text__details {
  text-transform: uppercase;
}
.c-text__wrapper-cta {
  text-align: center;
}
.c-gallery {
  position: relative;
  z-index: 999;
}
.c-gallery::after {
  content: ".c-gallery";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-gallery {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-gallery::after {
  display: block;
}
.c-gallery__inner {
  padding: 20px 0px;
}
@media (min-width: 1191px) {
  .c-gallery__inner {
    padding: 50px 0px;
  }
}
.c-gallery__col {
  position: relative;
}
.c-gallery__grid {
  display: flex;
  flex-wrap: wrap;
}
.c-gallery__gutter-sizer {
  width: 0px;
}
.c-gallery__grid-sizer, .c-gallery__item {
  width: calc((100% - 1px) / 3);
  margin-bottom: 64px;
  padding: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.c-gallery__wrapper-image {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  padding: 3px;
  margin-bottom: 48px;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
.c-gallery__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.c-gallery__image {
  position: absolute;
  top: -20%;
  left: 0px;
  width: 100%;
  height: 130%;
  object-fit: cover;
  opacity: 0;
}
.c-gallery__wrapper-title {
  overflow: hidden;
  margin-bottom: 60px;
}
.c-gallery__title {
  text-align: center;
}
.c-gallery__wrapper-velo-image {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  width: calc(var(--col-1) * 4);
  max-height: 90vh;
  overflow: hidden;
}
@media (min-width: 611px) {
  .c-gallery__wrapper-velo-image {
    width: calc(var(--col-1) * 5);
  }
}
.c-gallery__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 999999999;
}
@media (min-width: 1191px) {
  .c-gallery__close {
    right: 80px;
    top: 100px;
  }
}
.c-gallery__close::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: var(--color-white);
  transform: rotate(45deg);
  top: 50%;
  left: 0px;
}
.c-gallery__close::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: var(--color-white);
  transform: rotate(-45deg);
  top: 50%;
  left: 0px;
}
.c-gallery__velo {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: var(--color-black);
  top: 0px;
  left: 0px;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
}
.c-gallery__velo.is-active {
  opacity: 0.4;
  visibility: visible;
}

.c-form {
  position: relative;
  z-index: 2;
}
.c-form__wrapper-input {
  padding-bottom: 22px;
  width: 100%;
  text-align: left;
}
@media (min-width: 611px) {
  .c-form__wrapper-input {
    width: 50%;
  }
}
.c-form__wrapper-input input, .c-form__wrapper-input textarea {
  border: 0px;
  border-bottom: 1px solid var(--color-black);
  padding: 10px 3px;
  width: 100%;
  background-color: transparent;
}
.c-form__wrapper-input textarea {
  resize: none;
}
.c-form__wrapper-input .iti {
  width: 100%;
}
.c-form__wrapper-input .wpcf7-list-item input {
  top: 5px;
  position: relative;
}
.c-form__wrapper-input .wpcf7-list-item label {
  position: relative;
  padding-bottom: 10px;
}
.c-form__wrapper-button {
  display: flex;
  justify-content: center;
  text-align: center;
}
.c-form__button {
  position: relative;
  padding: 15px 40px;
  background-color: black;
  color: var(--color-white);
  border-radius: 40px;
  transition: color 0.3s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.c-form__button:hover {
  color: var(--color-red);
}
.c-form__button::after {
  content: "↗";
  font-size: 24px;
  position: relative;
  top: -4px;
  right: -2px;
}
.c-form__wrapper-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-form__label {
  padding-bottom: 10px;
}
.c-form__input--radio p {
  text-align: left;
}
.c-form__input--radio .wpcf7-radio, .c-form__input--radio .wpcf7-list-item {
  display: flex;
  flex-direction: column;
}
.c-form__input--radio .wpcf7-radio label input, .c-form__input--radio .wpcf7-list-item label input {
  width: 23px;
  height: 23px;
  margin-right: 8px;
}
.c-form__input--phone p {
  padding-bottom: 0px;
}

.c-slider {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.c-slider__inner {
  padding-top: 48px;
}
@media (min-width: 1191px) {
  .c-slider__inner {
    padding: 150px 0px;
  }
}
.c-slider__container {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.is-inview .c-slider__container {
  opacity: 1;
  visibility: visible;
}
.c-slider__col {
  z-index: 2;
}
.c-slider__swiper {
  overflow: initial;
}
.c-slider__swiper-slide {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.c-slider__wrapper-overline {
  padding-bottom: 14px;
}
.c-slider__overline {
  text-align: center;
  font-weight: bold;
}
.c-slider__wrapper-title {
  padding-bottom: 42px;
}
.c-slider__title {
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
.c-slider__wrapper-image {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-slider__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
@media (min-width: 1191px) {
  .c-slider__wrapper-image:before {
    content: "";
    display: block;
    padding-bottom: 50%;
  }
}
.c-slider__image {
  position: absolute;
  top: -20%;
  left: 0px;
  width: 100%;
  height: 130%;
  object-fit: cover;
}
.c-slider__pagination {
  width: 100%;
  display: flex;
  position: absolute;
  justify-content: center;
  bottom: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  z-index: 3;
}
@media (min-width: 611px) {
  .c-slider__pagination {
    bottom: 20px;
    padding: 0px;
  }
}
.c-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  position: relative;
  display: flex;
  background: var(--color-white);
  border-radius: 50%;
  margin-right: 10px;
  opacity: 0.9;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--color-brand-primary);
}
@media (min-width: 611px) {
  .c-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 0px;
  }
}
.c-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-brand-secondary);
}
.c-slider__navigation {
  position: absolute;
  box-shadow: -4px 2px 47px 0px rgba(0, 0, 0, 0.75);
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  z-index: 9;
  border-radius: 50%;
  background-color: var(--color-brand-primary);
  cursor: pointer;
}
@media (min-width: 1191px) {
  .c-slider__navigation {
    width: 50px;
    height: 50px;
  }
}
.c-slider__navigation.swiper-button-next {
  right: -20px;
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 1191px) {
  .c-slider__navigation.swiper-button-next {
    right: -37px;
  }
}
.c-slider__navigation.swiper-button-prev {
  left: -20px;
}
@media (min-width: 1191px) {
  .c-slider__navigation.swiper-button-prev {
    left: -37px;
  }
}
.c-slider__top-bg {
  position: absolute;
  width: 100%;
  height: 70%;
  top: 0px;
  left: 0px;
  background-color: var(--color-hover);
}
@media (min-width: 1191px) {
  .c-slider__top-bg {
    height: 60%;
  }
}

.c-two-image-text {
  position: relative;
}
.c-two-image-text::after {
  content: ".c-two-image-text";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-two-image-text {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-two-image-text::after {
  display: block;
}
.c-two-image-text__inner {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding-bottom: 24px;
  padding-top: 80px;
}
.is-inview .c-two-image-text__inner {
  opacity: 1;
}
@media (min-width: 1191px) {
  .c-two-image-text__inner {
    padding-bottom: 124px;
  }
}
.c-two-image-text__wrapper-image {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-two-image-text__wrapper-image--left:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.c-two-image-text__wrapper-image--right:before {
  content: "";
  display: block;
  padding-bottom: 130%;
}
.c-two-image-text__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 130%;
  object-fit: cover;
}
.c-two-image-text__wrapper-overline {
  overflow: hidden;
  padding-bottom: 24px;
}
.c-two-image-text__overline {
  color: var(--color-red);
  text-align: center;
  font-weight: bold;
}
.c-two-image-text__wrapper-title {
  padding-bottom: 42px;
  overflow: hidden;
  padding-top: 0px;
}
.c-two-image-text__wrapper-title--image {
  padding-bottom: 14px;
  padding-top: 24px;
}
@media (min-width: 1191px) {
  .c-two-image-text__wrapper-title--image {
    padding-bottom: 32px;
  }
}
@media (min-width: 1191px) {
  .c-two-image-text__wrapper-title {
    padding-top: 42px;
    padding-bottom: 64px;
  }
}
.c-two-image-text__title {
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
.c-two-image-text__title--image {
  text-align: start;
}
.c-two-image-text__wrapper-text {
  overflow: hidden;
  padding-bottom: 24px;
}
@media (min-width: 1191px) {
  .c-two-image-text__wrapper-text {
    padding-bottom: 0px;
  }
}
.c-two-image-text__text--image {
  padding-bottom: 34px;
}
@media (min-width: 1191px) {
  .c-two-image-text__text--image {
    padding-bottom: 0px;
  }
}
.c-two-image-text__wrapper-cta {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: var(--col-1);
  height: var(--col-1);
  background-color: var(--color-orange);
  border-radius: 3px;
  cursor: pointer;
  box-shadow: -4px 2px 47px 0px rgba(0, 0, 0, 0.7);
}
.c-two-image-text__wrapper-cta svg {
  width: 60px;
  height: 60px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-list-cpt-clients {
  position: relative;
}
.c-list-cpt-clients::after {
  content: ".c-list-cpt-clients";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-list-cpt-clients {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-list-cpt-clients::after {
  display: block;
}
.c-list-cpt-clients__inner {
  min-height: 100vh;
}
.c-list-cpt-clients__wrapper-title {
  text-align: center;
  padding-bottom: 50px;
}
.c-list-cpt-clients__wrapper-list {
  padding-top: 50px;
}
.c-list-cpt-clients table {
  border-collapse: collapse;
  width: 100%;
}
.c-list-cpt-clients tr:hover {
  background-color: #cadefe;
}
.c-list-cpt-clients th, .c-list-cpt-clients td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}
.c-list-cpt-clients th a:hover, .c-list-cpt-clients td a:hover {
  text-decoration: underline;
}
.c-list-cpt-clients th {
  background-color: #f4f4f4;
}
.c-list-cpt-clients__ctas {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.c-list-cpt-clients__wrapper-search {
  display: flex;
  position: relative;
}
.c-list-cpt-clients__loader {
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.c-list-cpt-clients__loader.is-active {
  display: flex;
}
.c-list-cpt-clients__loader-item {
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 6px solid rgba(0, 0, 0, 0);
  border-right-color: var(--color-menu);
  position: relative;
  animation: l24 1s infinite linear;
}
.c-list-cpt-clients__loader-item::before, .c-list-cpt-clients__loader-item::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: inherit;
  animation: inherit;
  animation-duration: 2s;
}
.c-list-cpt-clients__loader-item::after {
  animation-duration: 4s;
}
@keyframes l24 {
  100% {
    transform: rotate(1turn);
  }
}
.c-list-cpt-clients__search {
  padding: 5px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  font-size: 16px;
  background-color: #f1f5f9;
  color: #0f172a;
}
.c-list-cpt-clients__wrapper-view-client {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-list-cpt-clients__view-client {
  width: 23px;
  height: 23px;
  color: #64748b;
  transition: color 0.2s ease;
}
.c-list-cpt-clients__view-client:hover {
  color: #7C3AED;
}

.c-list-cpt-sats {
  position: relative;
}
.c-list-cpt-sats::after {
  content: ".c-list-cpt-sats";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-list-cpt-sats {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-list-cpt-sats::after {
  display: block;
}
.c-list-cpt-sats__inner {
  min-height: 100vh;
}
.c-list-cpt-sats__wrapper-title {
  text-align: center;
  padding-bottom: 50px;
}
.s-template-single-cpt-clients .c-list-cpt-sats__wrapper-title {
  display: none;
}
.c-list-cpt-sats__wrapper-list {
  padding-top: 20px;
}
@media (min-width: 611px) {
  .c-list-cpt-sats__wrapper-list {
    padding-top: 50px;
  }
}
.c-list-cpt-sats table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 80px;
}
.c-list-cpt-sats tr:hover {
  background-color: rgba(124, 58, 237, 0.12);
}
.c-list-cpt-sats th, .c-list-cpt-sats td {
  border: 1px solid #cbd5e1;
  padding: 8px;
  text-align: left;
}
.c-list-cpt-sats th a:hover, .c-list-cpt-sats td a:hover {
  text-decoration: underline;
}
.c-list-cpt-sats th {
  background-color: #f1f5f9;
  color: #64748b;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.c-list-cpt-sats__link:hover {
  text-decoration: underline;
}
.c-list-cpt-sats__search-label {
  margin-right: 10px;
  font-weight: bold;
  padding-bottom: 10px;
}
@media (min-width: 611px) {
  .c-list-cpt-sats__search-label {
    padding-bottom: 0px;
  }
}
.c-list-cpt-sats__svg {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.c-list-cpt-sats__wrapper-select-status {
  display: flex;
}
.c-list-cpt-sats__wrapper-save-status {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-list-cpt-sats__save-status {
  cursor: pointer;
  margin-left: 10px;
  vertical-align: middle;
  opacity: 0.5;
  display: none;
}
.c-list-cpt-sats__save-status.is-active {
  display: block;
}
.c-list-cpt-sats__save-status:hover {
  opacity: 1;
}
.c-list-cpt-sats__save-status--check {
  display: none;
}
.c-list-cpt-sats__form-search {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-list-cpt-sats__priority {
  text-align: center !important;
}
.c-list-cpt-sats__priority::first-letter {
  text-transform: uppercase;
}
.c-list-cpt-sats__priority.compleja {
  background-color: #f8d7da;
  color: #842029;
}
.c-list-cpt-sats__priority.media {
  background-color: #fff3cd;
  color: #664d03;
}
.c-list-cpt-sats__priority.rapida {
  background-color: #dbeafe;
  color: #1e3a8a;
}
.c-list-cpt-sats__remove-search {
  display: flex;
}
.c-list-cpt-sats__remove-search-icon {
  width: 25px;
  height: 25px;
  border: 1px solid red;
  border-radius: 3px;
  cursor: pointer;
}
.c-list-cpt-sats__pagination {
  padding: 0px 0px 100px 0px;
  text-align: center;
}
.c-list-cpt-sats__pagination a {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 5px;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  text-decoration: none;
  color: #64748b;
  background-color: #f1f5f9;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.c-list-cpt-sats__pagination a.current {
  background-color: #7C3AED;
  color: #fff;
  border-color: #7C3AED;
}
.c-list-cpt-sats__pagination a:hover {
  background-color: #7C3AED;
  color: #fff;
  border-color: #7C3AED;
}
.c-list-cpt-sats__wrapper-count {
  text-align: end;
  margin-top: 20px;
}
.c-list-cpt-sats__wrapper-menu {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.s-template-single-cpt-clients .c-list-cpt-sats__wrapper-menu {
  display: none;
}
.c-list-cpt-sats__menu-item {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
}
.c-list-cpt-sats__menu-item--active {
  background-color: #7C3AED;
  color: #fff;
  border-color: #2563EB;
}
.c-list-cpt-sats__wrapper-input-search {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-list-cpt-sats__wrapper-client {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-list-cpt-sats__wrapper-client a svg {
  transition: color 0.2s ease, transform 0.2s ease;
}
.c-list-cpt-sats__wrapper-client a:hover svg {
  color: #7C3AED;
  transform: scale(1.2);
}
.c-list-cpt-sats__wrapper-filter {
  display: flex;
  flex-direction: column;
}
.c-list-cpt-sats__wrapper-box-search {
  padding-bottom: 14px;
}
.c-list-cpt-sats__wrapper-box-search input {
  padding: 5px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  font-size: 16px;
  background-color: #f1f5f9;
  color: #0f172a;
}
.s-template-single-cpt-clients .c-list-cpt-sats__wrapper-search {
  display: none;
}
.c-list-cpt-sats__wrapper-view-sat {
  display: flex;
  justify-content: center;
}
.c-list-cpt-sats__view-sat {
  width: 23px;
  height: 23px;
  color: #64748b;
  transition: color 0.2s ease;
}
.c-list-cpt-sats__view-sat:hover {
  color: #7C3AED;
}

.c-menu {
  position: relative;
  position: relative;
  z-index: 2;
}
.c-menu::after {
  content: ".c-menu";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-menu {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-menu::after {
  display: block;
}
.c-menu__col {
  overflow-wrap: break-word;
}
.c-menu__inner {
  border-top: 1px solid var(--color-black);
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.c-menu__menu {
  text-align: center;
  position: relative;
  z-index: 2;
}
.c-menu__wrapper-title {
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
}
.c-menu__title {
  text-transform: uppercase;
  text-align: center;
  text-decoration: underline;
}
.c-menu__wrapper-cta {
  position: relative;
  z-index: 2;
}
.c-menu__bg-wrapper-image {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.is-hover .c-menu__bg-wrapper-image {
  opacity: 1;
}
.c-menu__wrapper-image {
  display: block;
  width: calc(var(--col-1) * 4);
  position: relative;
}
.c-menu__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 120%;
}
.c-menu__bg-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  object-fit: cover;
  filter: blur(1px);
}
.c-menu__bg-velo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  opacity: 0.4;
  z-index: 2;
}

.c-video {
  position: relative;
  position: relative;
  z-index: 2;
}
.c-video::after {
  content: ".c-video";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-video {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-video::after {
  display: block;
}
.c-video__col {
  overflow-wrap: break-word;
}
.c-video__inner {
  background-color: var(--color-menu);
  min-height: 90vh;
  display: flex;
  align-items: center;
}
.c-video__menu {
  text-align: center;
}
.c-video__wrapper-title {
  padding-bottom: 24px;
}
.c-video__title {
  text-transform: uppercase;
  text-align: center;
  text-decoration: underline;
}

.c-image {
  position: relative;
  position: relative;
}
.c-image::after {
  content: ".c-image";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-image {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-image::after {
  display: block;
}
.c-image__image {
  height: 100vh;
}

.c-service {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.c-service__inner {
  padding-top: 48px;
  padding-bottom: 48px;
}
.c-service__container {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.is-inview .c-service__container {
  opacity: 1;
  visibility: visible;
}
.c-service__col {
  z-index: 2;
}
.c-service__wrapper-image {
  padding-bottom: 14px;
}
.c-service__image {
  width: 90px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.c-service__wrapper-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-service__box {
  width: calc(var(--col-1) * 4);
  padding-bottom: 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 611px) {
  .c-service__box {
    width: calc(var(--col-1) * 3);
    padding: 0px 24px;
  }
}
.c-service__wrapper-title {
  padding-bottom: 14px;
}

.c-contact {
  height: 100vh;
}
.c-contact__inner {
  padding-top: 140px;
}
.c-contact__wrapper-title {
  padding-bottom: 20px;
}
.c-contact__title {
  text-transform: uppercase;
}
.c-contact__wrapper-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-contact__wrapper-input {
  width: 45%;
}
.c-contact__wrapper-input input {
  width: 100%;
}
.c-contact__wrapper-input textarea {
  width: 100%;
}
.c-contact__input--text-area {
  width: 100%;
}

.c-single-cpt-clients {
  position: relative;
}
.c-single-cpt-clients::after {
  content: ".c-single-cpt-clients";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-single-cpt-clients {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-single-cpt-clients::after {
  display: block;
}
.c-single-cpt-clients__title {
  text-align: center;
  padding-bottom: 50px;
}

.c-client-form {
  /* ===== Caja título ===== */
  /* ===== Formulario ===== */
}
.c-client-form__container-form {
  display: flex;
  flex-wrap: wrap;
}
.c-client-form__box-form {
  text-align: center;
}
.c-client-form__wrapper-form-title {
  margin-bottom: 2rem;
}
.c-client-form__title-form {
  font-weight: 600;
}
.c-client-form__wrapper-form-form {
  background-color: #f1f5f9;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}
.c-client-form__form-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-client-form__wrapper-form-input {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0px 10px 0px 10px;
}
.c-client-form__wrapper-form-input label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
}
.c-client-form__input-phone-extension {
  position: relative;
  width: 20%;
  margin-right: 10px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: center;
}
@media (min-width: 611px) {
  .c-client-form__input-phone-extension {
    width: 10%;
  }
}
.c-client-form__input {
  padding: 10px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  font-size: 1rem;
  color: #0f172a;
  transition: border-color 0.2s ease;
}
.c-client-form__input:focus {
  outline: none;
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.2);
}
.c-client-form__input.no-existe {
  border-color: rgb(27, 170, 27);
}
.c-client-form__input.existe {
  border-color: red;
}
.c-client-form button {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  background-color: #7C3AED;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.c-client-form button:hover {
  background-color: #2563EB;
}
.c-client-form__wrapper-message {
  display: none;
  position: relative;
  align-items: center;
}
.c-client-form__wrapper-message.is-active {
  display: flex;
}
.c-client-form__message {
  color: red;
  font-size: 0.875rem;
  padding-right: 10px;
}
.c-client-form__eye {
  width: 20px;
  height: 20px;
  cursor: pointer;
  fill: #64748b;
  position: relative;
}
.c-client-form__save.is-disabled {
  background-color: #cbd5e1;
  opacity: 0.6;
  pointer-events: none;
}
.c-client-form__wrapper-box-1 {
  display: flex;
}
.c-client-form__type-client {
  pointer-events: none;
  opacity: 0.5;
  border: 0px;
  background-color: var(--color-white);
}
.c-client-form__wrapper-box {
  display: flex;
}
.c-client-form__wrapper-box .c-client-form__wrapper-form-input {
  width: 50%;
  padding: 0px 10px 0px 10px;
}
.c-client-form__wrapper-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
.c-client-form__wrapper-actions button {
  margin-top: 0;
  flex: 1;
}
.c-client-form__crear-sat {
  flex: 1;
  padding: 0.75rem 1rem;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  font-size: 1rem;
  background-color: var(--color-purple);
  color: #fff;
  border-color: var(--color-purple);
  transition: background-color 0.2s ease;
}
.c-client-form__crear-sat:hover {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  color: #fff;
}

.c-create-sat__wrapper-box {
  display: flex;
  justify-content: space-between;
}
.c-create-sat__box {
  padding-bottom: 50px;
}
.c-create-sat__wrapper-form {
  width: 100%;
}
.c-create-sat__wrapper-input {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 5px;
}
.c-create-sat__wrapper-input label {
  font-weight: 600;
  font-size: 15px;
  color: #64748b;
}
.disabled-all .c-create-sat__wrapper-input label {
  opacity: 0.6;
}
.c-create-sat__wrapper-input select,
.c-create-sat__wrapper-input input,
.c-create-sat__wrapper-input textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background-color: #f1f5f9;
  font-size: 14px;
  color: #0f172a;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.disabled-all .c-create-sat__wrapper-input select,
.disabled-all .c-create-sat__wrapper-input input,
.disabled-all .c-create-sat__wrapper-input textarea {
  pointer-events: none;
  opacity: 0.6;
}
.c-create-sat__wrapper-input select:focus,
.c-create-sat__wrapper-input input:focus,
.c-create-sat__wrapper-input textarea:focus {
  outline: none;
  border-color: #2563eb;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
}
.c-create-sat__wrapper-input textarea {
  resize: none;
  min-height: 100px;
}
.c-create-sat__wrapper-input select[multiple] {
  height: 120px;
}
.c-create-sat__wrapper-input--other.is-hidden, .c-create-sat__wrapper-input--sim.is-hidden {
  display: none;
}
.c-create-sat__wrapper-input--checkbox {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}
.c-create-sat__wrapper-input--checkbox input[type=checkbox] {
  width: auto;
  margin: 0;
}
.c-create-sat__wrapper-submit {
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  width: 100px;
}
.c-create-sat__submit {
  text-align: center;
  cursor: pointer;
}
.c-create-sat__submit:hover {
  background-color: #7C3AED;
  color: white;
}
.c-create-sat__title {
  text-align: center;
  padding-bottom: 20px;
}
.c-create-sat__form {
  padding: 2.5rem;
  background-color: #f1f5f9;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-family: "DM Sans", "Segoe UI", sans-serif;
  color: #0f172a;
}
@media (max-width: 600px) {
  .c-create-sat__form {
    padding: 1.5rem;
  }
}
.c-create-sat__form h2 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #fff;
}
.c-create-sat__wrapper-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-bottom: 5px;
}
.c-create-sat__button {
  display: block;
  width: 100%;
  padding: 0.9rem 1.2rem;
  background: linear-gradient(90deg, #7C3AED, #2563EB);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.c-create-sat__button:hover {
  background: linear-gradient(90deg, #2563EB, #7C3AED);
}
.c-create-sat__button:active {
  transform: scale(0.98);
}
.c-create-sat__accordion {
  border: 1px solid #cbd5e1;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.c-create-sat__accordion-title {
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
}

.c-sat-form__wrapper-form {
  width: 100%;
}
.c-sat-form__wrapper-input {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 5px;
}
.c-sat-form__wrapper-input label {
  font-weight: 600;
  font-size: 15px;
  color: #64748b;
}
.disabled-all .c-sat-form__wrapper-input label {
  opacity: 0.6;
}
.c-sat-form__wrapper-input select,
.c-sat-form__wrapper-input input,
.c-sat-form__wrapper-input textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 14px;
  color: #0f172a;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.disabled-all .c-sat-form__wrapper-input select,
.disabled-all .c-sat-form__wrapper-input input,
.disabled-all .c-sat-form__wrapper-input textarea {
  pointer-events: none;
  opacity: 0.6;
}
.c-sat-form__wrapper-input select:focus,
.c-sat-form__wrapper-input input:focus,
.c-sat-form__wrapper-input textarea:focus {
  outline: none;
  border-color: #2563eb;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
}
.c-sat-form__wrapper-input textarea {
  resize: none;
  min-height: 100px;
}
.c-sat-form__wrapper-input select[multiple] {
  height: 120px;
}
.c-sat-form__wrapper-input--other.is-hidden, .c-sat-form__wrapper-input--sim.is-hidden {
  display: none;
}
.c-sat-form__wrapper-input--checkbox {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.c-sat-form__wrapper-input--checkbox input[type=checkbox] {
  width: auto;
  margin: 0;
}
.c-sat-form__wrapper-input--checkbox-acceptance {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.c-sat-form__wrapper-submit {
  border: 1px solid black;
  border-radius: 5px;
  width: 100px;
}
.c-sat-form__submit {
  text-align: center;
  cursor: pointer;
}
.c-sat-form__submit:hover {
  background-color: black;
  color: white;
}
.c-sat-form__form {
  background-color: #f1f5f9;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-family: "DM Sans", "Segoe UI", sans-serif;
  color: #0f172a;
}
@media (min-width: 1191px) {
  .c-sat-form__form {
    padding: 2.5rem;
  }
}
.c-sat-form__form h2 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #fff;
}
.c-sat-form__wrapper-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-bottom: 5px;
}
.c-sat-form__wrapper-box--signature.no-click {
  pointer-events: none;
  opacity: 0.6;
}
@media (min-width: 1191px) {
  .c-sat-form__wrapper-box--signature {
    display: none;
  }
}
.c-sat-form__accordion {
  border: 1px solid #cbd5e1;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.c-sat-form__accordion-title {
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
}
.c-sat-form__wrapper-ctas {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 50px;
}
.c-sat-form__wrapper-client-phone {
  display: flex;
}
.c-sat-form__wrapper-price-input {
  display: flex;
  align-items: center;
  gap: 5px;
}
.c-sat-form__signature-pad {
  position: relative;
  width: 100% !important;
  height: 300px !important;
  border: 1px solid #cbd5e1;
}
.c-sat-form__canvas {
  width: 100% !important;
  height: 100% !important;
}
.c-sat-form__clear-signature {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}
.c-sat-form__wrapper-signature-title {
  margin-bottom: 10px;
  margin-top: 30px;
}
.c-sat-form__wrapper-send-signature {
  display: none;
}
@media (min-width: 1191px) {
  .c-sat-form__wrapper-send-signature {
    display: block;
  }
}
.c-sat-form__wrapper-send-signature__buttons {
  padding-top: 14px;
}
.c-sat-form__wrapper-send-signature__buttons a {
  margin-right: 10px;
}
.c-sat-form__signature-img {
  max-width: 100%;
  width: 400px;
  height: auto;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
}
.c-sat-form__wrapper-client {
  display: flex;
}
.c-sat-form__input-link-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.c-sat-form__input-link-wrap .c-sat-form__input {
  padding-right: 2.2rem;
}
.c-sat-form__input-link {
  position: absolute;
  right: 8px;
  display: flex;
  align-items: center;
  color: #64748b;
  transition: color 0.2s ease;
}
.c-sat-form__input-link svg {
  width: 15px;
  height: 15px;
  display: block;
}
.c-sat-form__input-link:hover {
  color: #2563EB;
}
.c-sat-form__button {
  flex: 1;
}
.c-sat-form__message {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.c-sat-form__wrapper-ctas-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 24px;
}

.c-client-choice {
  min-height: 100vh;
}
.c-client-choice__wrapper-form-title {
  padding-bottom: 48px;
  text-align: center;
}
.c-client-choice__wrapper-type-client {
  display: flex;
  justify-content: space-around;
}
.c-client-choice__type-client {
  padding: 10px 20px;
  border: 1px solid #cbd5e1;
  border-bottom: 0px;
  border-radius: 10px 10px 0px 0px;
  background-color: #f1f5f9;
  color: #64748b;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.c-client-choice__type-client:hover {
  opacity: 1;
  color: #0f172a;
  border-color: #7C3AED;
}
.c-client-choice__type-client.is-active {
  opacity: 1;
  color: #0f172a;
  background-color: #ffffff;
  border-color: #7C3AED;
  font-weight: 600;
}
.c-client-choice__sat-title {
  text-align: center;
  padding-top: 40px;
}

.c-analytics {
  min-height: 100vh;
}
.c-analytics__inner {
  padding: 40px 0;
}
.c-analytics__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.c-analytics__title {
  margin-bottom: 30px;
}
.c-analytics__grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-analytics__kpis {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
@media (max-width: 610px) {
  .c-analytics__kpis {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 611px) {
  .c-analytics__kpis {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-analytics__kpi {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 18px 20px;
  transition: box-shadow 0.2s ease;
}
.c-analytics__kpi:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}
.c-analytics__kpi--green {
  border-left: 3px solid #22c55e;
}
.c-analytics__kpi--red {
  border-left: 3px solid #f45c5c;
}
.c-analytics__kpi--orange {
  border-left: 3px solid #f7b941;
}
.c-analytics__kpi--blue {
  border-left: 3px solid #2563EB;
}
.c-analytics__kpi-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(124, 58, 237, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7C3AED;
}
.c-analytics__kpi-icon svg {
  width: 18px;
  height: 18px;
}
.c-analytics__kpi--green .c-analytics__kpi-icon {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
}
.c-analytics__kpi--red .c-analytics__kpi-icon {
  background: rgba(244, 92, 92, 0.1);
  color: #f45c5c;
}
.c-analytics__kpi--orange .c-analytics__kpi-icon {
  background: rgba(247, 185, 65, 0.1);
  color: #f7b941;
}
.c-analytics__kpi--blue .c-analytics__kpi-icon {
  background: rgba(37, 99, 235, 0.1);
  color: #2563EB;
}
.c-analytics__kpi-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.c-analytics__kpi-value {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1;
}
.c-analytics__kpi-label {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
}
.c-analytics__card {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 24px 28px;
}
.c-analytics__card-title {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cbd5e1;
}
.c-analytics__bars {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-analytics__bar-row {
  display: grid;
  grid-template-columns: 110px 1fr 40px;
  align-items: center;
  gap: 12px;
}
.c-analytics__bar-label {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
}
.c-analytics__bar-track {
  height: 8px;
  background: #cbd5e1;
  border-radius: 99px;
  overflow: hidden;
}
.c-analytics__bar-fill {
  height: 100%;
  border-radius: 99px;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-analytics__bar-fill--green {
  background: #22c55e;
}
.c-analytics__bar-fill--red {
  background: #f45c5c;
}
.c-analytics__bar-fill--orange {
  background: #f7b941;
}
.c-analytics__bar-fill--purple {
  background: #7C3AED;
}
.c-analytics__bar-pct {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  text-align: right;
}
.c-analytics__top {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.c-analytics__top-row {
  display: grid;
  grid-template-columns: 140px 1fr 32px;
  align-items: center;
  gap: 12px;
}
.c-analytics__top-name {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  transition: color 0.2s ease;
}
.c-analytics__top-name:hover {
  color: #7C3AED;
}
.c-analytics__top-count {
  font-size: 13px;
  font-weight: 700;
  color: #7C3AED;
  text-align: right;
}

.s-content ul {
  display: block;
  width: 100%;
}
.s-content ul li {
  display: block;
  width: 100%;
  text-indent: 20px;
  margin-bottom: 18px;
  position: relative;
}
.s-content ul li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0px;
  width: 6px;
  height: 6px;
  background-color: var(--color-black);
  transform: translateY(-50%);
  border-radius: 50%;
}
@media (min-width: 611px) {
  .s-content ul li::before {
    top: 0.7em;
  }
}
.s-content i, .s-content em {
  font-style: var(--w-regular);
  font-family: var(--font-a);
}
.s-content b,
.s-content strong {
  font-weight: bold;
}
.s-content a {
  color: var(--color-a);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline;
  position: relative;
  overflow: hidden;
}
.s-content a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--color-a);
  transition: all 0.4s ease-in-out;
}
.s-content a:hover {
  color: var(--color-a);
}
.s-content a:hover::before {
  width: 100%;
}
.s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6 {
  font-weight: inherit;
  color: inherit;
  padding: 0;
  padding-bottom: var(--padding-bottom-default);
  margin: 0;
}
.s-content h2:last-child, .s-content h3:last-child, .s-content h4:last-child, .s-content h5:last-child, .s-content h6:last-child {
  padding-bottom: 0px;
}
.s-content h2:empty, .s-content h3:empty, .s-content h4:empty, .s-content h5:empty, .s-content h6:empty {
  display: none;
}
.s-content h2 {
  padding-top: 24px;
}
@media (min-width: 1191px) {
  .s-content h2 {
    padding-top: 44px;
  }
}
.s-debug [class] {
  outline: 3px solid lightgrey;
}
.s-debug [class*=__] {
  outline-color: grey;
}
.s-debug [class*="--"] {
  outline-color: rgb(72, 72, 72);
}
.s-debug [class^=o-],
.s-debug [class*=" o-"] {
  outline-color: orange;
}
.s-debug [class^=c-],
.s-debug [class*=" c-"] {
  outline-color: lightseagreen;
}
.s-debug [class^=u-],
.s-debug [class*=" u-"] {
  outline-color: lightcoral;
}
.s-debug [class^=is-],
.s-debug [class*=" is-"],
.s-debug [class^=has-],
.s-debug [class*=" has-"] {
  outline-color: yellow;
}
.s-debug [class^=js-],
.s-debug [class*=" js-"] {
  outline-color: darkmagenta;
}
.s-debug [class^=t-],
.s-debug [class*=" t-"] {
  outline-color: darkblue;
}
.s-debug [class^=s-],
.s-debug [class*=" s-"] {
  outline-color: darkorange;
}
.s-debug [class^=qa-],
.s-debug [class*=" qa-"] {
  outline-color: lightpink;
}
.s-debug [class^=_] {
  outline-color: red;
}
.s-debug [class*="@"] {
  outline-color: greenyellow;
}

.u-none {
  display: none !important;
}
@media (max-width: 610px) {
  .u-none\@xs {
    display: none !important;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .u-none\@sm {
    display: none !important;
  }
}
@media (min-width: 1191px) {
  .u-none\@md {
    display: none !important;
  }
}

.u-block {
  display: block !important;
}
