@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

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

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, 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;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
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 */
}

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 Chrome and Safari.
*/
summary {
  display: list-item;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #152E66;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #A80526;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #212121;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #152E66;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #A80526;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 21, 46, 102;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 168, 5, 38;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(8.4, 18.4, 40.8);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(67.2, 2, 15.2);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(208.2, 213.2, 224.4);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(237.6, 205, 211.6);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(161.4, 171.4, 193.8);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(220.2, 155, 168.2);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 33, 33, 33;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #212121;
  --bs-emphasis-color-rgb: 33, 33, 33;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #152E66;
  --bs-link-color-rgb: 21, 46, 102;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(16.8, 36.8, 81.6);
  --bs-link-hover-color-rgb: 17, 37, 82;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(33, 33, 33, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(33, 33, 33, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(33, 33, 33, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(33, 33, 33, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(33, 33, 33, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(21, 46, 102, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #A80526;
  --bs-form-invalid-border-color: #A80526;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(114.6, 129.6, 163.2);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(202.8, 105, 124.8);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(4.2, 9.2, 20.4);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(33.6, 1, 7.6);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: rgb(42.5, 45.5, 48.5);
  --bs-primary-border-subtle: rgb(12.6, 27.6, 61.2);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(100.8, 3, 22.8);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(114.6, 129.6, 163.2);
  --bs-link-hover-color: rgb(142.68, 154.68, 181.56);
  --bs-link-color-rgb: 115, 130, 163;
  --bs-link-hover-color-rgb: 143, 155, 182;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(202.8, 105, 124.8);
  --bs-form-invalid-border-color: rgb(202.8, 105, 124.8);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #212121;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #212121;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

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

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(21, 46, 102, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #152E66;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

/**
 * Swiper 11.2.6
 * 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: March 19, 2025
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
: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);
  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 */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-pagination-bullet-size: 16px;
  --swiper-theme-color: var(--color-jade);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-black);
  background-color: var(--color-white);
  overflow-anchor: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 0 auto;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1180px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}
a:hover {
  transition: color 0.3s;
}

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

p {
  margin: 0;
}
p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

button {
  border: none;
  padding: 0;
  background: transparent;
  outline: none;
  font-weight: inherit;
}
button:focus {
  outline: none;
}
button:not(:disabled) {
  cursor: pointer;
}

input {
  outline: none;
}

.visually-hidden {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption) {
  position: absolute !important;
}
.visually-hidden * {
  overflow: hidden !important;
}

.scroll-lock {
  overflow: hidden;
}

.anim {
  transition: all ease-in-out 0.7s;
}

.bread-crumbs {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -2%;
  color: #A3A3A3;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 31px;
  padding-left: 18px;
  position: relative;
}
.bread-crumbs a {
  color: #212121;
}
.bread-crumbs:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 47%;
  transform: translateY(-50%);
  background-image: url("https://4hl.3b3.mytemp.website/wp-content/uploads/2025/05/home-2.png");
  background-position: center;
  background-repeat: no-repeat;
}

.header {
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 0;
  min-height: 100px;
  background-color: #fff;
}
.header__contacts-container {
  background-color: #152E66;
}
.header__contacts-container .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 13px 15px;
  gap: 35px;
}
@media (max-width: 1199px) {
  .header__contacts-container .container {
    padding: 13px 15px;
  }
}
@media (max-width: 767px) {
  .header__contacts-container .container {
    gap: 25px;
  }
}
.header__tel, .header__address {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #fff;
  position: relative;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .header__tel, .header__address {
    font-size: 11px;
  }
}
.header__tel:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://4hl.3b3.mytemp.website/wp-content/uploads/2025/05/tel-icon.png");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
.header__address:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://4hl.3b3.mytemp.website/wp-content/uploads/2025/05/pointer-icon.png");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
.header__menus-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 997px) {
  .header__menus-container {
    display: none;
  }
}
.header .main-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 997px) {
  .header .main-menu {
    justify-content: flex-start;
  }
}
.header .menu-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 45px;
}
@media screen and (max-width: 1175px) {
  .header .menu-list {
    gap: 35px;
  }
}
.header .menu-item {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #1E1E1E;
}
.header .menu-item a {
  position: relative;
}
.header .menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0em;
  width: 0;
  height: 2px;
  background-color: #1E1E1E;
  transition: width 0.3s ease;
}
.header .menu-item a:hover::after {
  width: 100%;
}
.header .menu-item-has-children {
  position: relative;
}
.header .menu-item-has-children:before {
  content: url("https://4hl.3b3.mytemp.website/wp-content/uploads/2025/05/down-arrow.png");
  position: absolute;
  right: -25px;
  top: 3px;
  transition: transform 0.3s ease, top 0.3s ease;
}
@media (max-width: 997px) {
  .header .menu-item-has-children:before {
    display: none;
  }
}
.header .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  pointer-events: none;
  min-width: 300px;
  z-index: 1000;
  background-color: #fff;
  border-radius: 1em;
  padding: 10px;
}
.header .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header .menu-item-has-children:hover:before {
  transform: rotate(180deg);
  top: 0;
}
.header .logo_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__menus-mobile {
  display: none;
}
@media (max-width: 997px) {
  .header__scroll {
    background-color: #fff;
  }
  .header__menus-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .hide {
    display: none;
  }
  .header .mobile__menu-inner {
    display: block;
  }
  .header .mobile__menu-inner .burger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .header .mobile__menu-inner .burger__line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #A80526;
    transition: all 0.3s ease;
  }
  .header .mobile__menu-inner .burger.active .burger__line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .header .mobile__menu-inner .burger.active .burger__line:nth-child(2) {
    opacity: 0;
  }
  .header .mobile__menu-inner .burger.active .burger__line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .header .mobile__menu-content {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding-top: 50px;
    height: 100vh;
    max-height: 100vh;
    margin-top: 100px;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
  }
  .header .mobile__menu-content.show {
    transform: translateX(0);
  }
  .header .menu-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    gap: 10px;
  }
  .header .header__phone {
    align-items: flex-start;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .header .main-menu .menu-item-has-children {
    position: relative;
  }
  .header .main-menu .menu-item-has-children > a:before {
    content: url("https://4hl.3b3.mytemp.website/wp-content/uploads/2025/05/down-arrow.png");
    position: absolute;
    right: -25px;
    top: 3px;
    transition: transform 0.3s ease, top 0.3s ease;
  }
  .header .main-menu .menu-item-has-children > a:hover:before {
    transform: rotate(180deg);
    top: 0;
  }
  .header .main-menu .menu-item-has-children .sub-menu {
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    min-width: 200px;
    z-index: 1000;
    transform: translateY(0);
    max-height: 0px;
    padding: 0;
  }
  .header .main-menu .menu-item-has-children .sub-menu li {
    padding: 10px 15px;
  }
}
@media (max-width: 997px) and (max-width: 997px) {
  .header .main-menu .menu-item-has-children .sub-menu li {
    padding-left: 35px;
  }
}
@media (max-width: 997px) {
  .header .main-menu .menu-item-has-children .sub-menu li a {
    color: #212121;
    text-decoration: none;
  }
  .header .main-menu .menu-item-has-children .sub-menu li a:hover {
    color: #007bff;
  }
  .header .main-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-height: 300px;
    overflow-y: auto;
  }
}

.footer {
  background-color: #152E66;
  padding-top: 70px;
  padding-bottom: 170px;
}
@media (max-width: 997px) {
  .footer {
    padding-bottom: 100px;
  }
}
.footer__form-wrapper {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 62px 50px;
  background-color: #A80526;
  border-radius: 30px;
  position: relative;
  margin-bottom: 70px;
  background-image: url("https://4hl.3b3.mytemp.website/wp-content/uploads/2025/05/Mask-group.png");
  background-repeat: no-repeat;
}
@media (max-width: 997px) {
  .footer__form-wrapper {
    gap: 50px;
    padding: 40px;
    flex-direction: column;
  }
}
.footer__form-text {
  max-width: 488px;
}
@media (max-width: 997px) {
  .footer__form-text {
    max-width: unset;
  }
}
.footer__form-inner {
  width: 100%;
}
.footer__form-inner .frm_button_submit {
  width: 100% !important;
  box-shadow: 0px 0px 0px 2px rgb(21, 46, 102) !important;
  border-radius: 50px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: #152E66 !important;
}
.footer__form-inner .frm_form_field input {
  border-radius: 50px !important;
}
.footer__form-inner .frm_form_field select {
  border-radius: 50px !important;
}
.footer__form-inner input {
  border-radius: 50px !important;
  background-color: #fff !important;
  border: 1px solid #ffffff !important;
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #333 !important;
}
.footer__form-inner input::-moz-placeholder {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #333 !important;
}
.footer__form-inner input::placeholder {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #333 !important;
}
.footer__form-inner select {
  border-radius: 50px !important;
  background-color: #334f8e;
  border: 1px solid #334f8e !important;
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1.1%;
}
.footer__menus-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 92px;
}
@media (max-width: 997px) {
  .footer__menus-wrapper {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.footer__logo-txt {
  max-width: 280px;
  display: flex;
  align-items: flex-start;
  gap: 17px;
  flex-direction: column;
}
@media (max-width: 997px) {
  .footer__logo-txt {
    max-width: unset;
    align-items: center;
  }
}
.footer__text {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 161%;
  letter-spacing: -1.1%;
  color: #fff;
}
@media (max-width: 997px) {
  .footer__text {
    text-align: center;
  }
}
.footer__menus {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer__menus {
    flex-wrap: wrap;
    gap: 50px 0;
  }
}
@media (max-width: 767px) {
  .footer__nav {
    width: 50%;
  }
}
.footer__name-title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 96%;
  letter-spacing: -1.1%;
  color: #fff;
  margin-bottom: 20px;
}
.footer .footer-nav ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 14px;
  padding: 0;
  margin: 0;
}
.footer .footer-nav ul li {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-transform: capitalize;
  color: #E0E0E0;
  cursor: pointer;
}
.footer .footer-nav ul li a {
  position: relative;
}
.footer .footer-nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0em;
  width: 0;
  height: 2px;
  background-color: #E0E0E0;
  transition: width 0.3s ease;
}
.footer .footer-nav ul li a:hover::after {
  width: 100%;
}
.footer .footer-nav:nth-child(2) ul {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .footer .footer-nav:nth-child(1) {
    order: 1;
  }
  .footer .footer-nav:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .footer .footer-nav:nth-child(3) {
    order: 2;
  }
}
.footer__copy-right {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 161%;
  letter-spacing: -1.1%;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}
.footer .with_frm_style select option.frm-select-placeholder {
  color: #1d2939;
}
.footer__form-sub-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 115px;
}
@media (max-width: 997px) {
  .footer__form-sub-wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 50px;
  }
}
.footer__form-sub-wrapper h3 {
  font-family: Marcellus;
  font-weight: 400;
  font-size: 36px;
  line-height: 108%;
  letter-spacing: -1.1%;
  margin-bottom: 17px;
  color: #fff;
}
.footer__form-sub-wrapper p {
  font-family: Segoe UI;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #fff;
  margin-bottom: 34px;
}
.footer__form-sub-wrapper p span {
  font-weight: 700;
}
.footer__form-sub-wrapper .footer__form-wrapper {
  padding: 50px;
  padding-bottom: 0;
  background-image: unset;
  margin-bottom: 0;
}
.footer__form-sub-wrapper .with_frm_style select option.frm-select-placeholder {
  color: #1d2939;
}
.footer__map {
  position: relative;
}
@media (max-width: 997px) {
  .footer__map {
    height: 500px;
  }
}
.footer__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
}

.footer_contact_us .footer__not_contact {
  display: none;
}

.footer_not_contact_us .footer__contact {
  display: none;
}

.section-title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 96%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #152E66;
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .section-title {
    font-size: 36px;
  }
}

.section-description {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #212121;
  margin-bottom: 64px;
}
.section-description span {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .section-description {
    font-size: 18px;
  }
}

.hsh {
  font-family: Marcellus;
  font-weight: 400;
  font-size: 35px;
  line-height: 96%;
  letter-spacing: -1.1%;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}
.hsh span {
  color: red;
}

.logo .hsh {
  color: #152E66;
}

.red_btn {
  border-radius: 50px;
  max-width: 200px;
  padding: 11px 49px;
  background-color: #A80526;
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #fff;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .red_btn {
    max-width: 100%;
  }
}
.red_btn:hover {
  background-color: #fff;
  color: #A80526;
}

.banner {
  min-height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
}
@media (max-width: 997px) {
  .banner {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .banner {
    min-height: 70vh;
  }
}
.banner__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 660px;
  padding-top: 56px;
}
@media (max-width: 767px) {
  .banner__wrapper {
    min-height: 70vh;
    padding-top: 50px;
  }
}
.banner__top {
  max-width: 920px;
  margin: 0 auto;
}
.banner__title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 65px;
  line-height: 96%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #152E66;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.banner__title span {
  color: #A80526;
}
@media (max-width: 1024px) {
  .banner__title {
    font-size: 53px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .banner__title {
    font-size: 24px;
    line-height: 26px;
  }
}
.banner__descr {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
}
.banner__descr span {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .banner__descr {
    font-size: 15px;
    line-height: 23px;
  }
}

.form {
  background-color: #152E66;
  position: relative;
}
.form:before {
  content: url("https://4hl.3b3.mytemp.website/wp-content/uploads/2025/05/hands.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.form__wrapper {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 997px) {
  .form__wrapper {
    flex-direction: column;
    gap: 50px;
  }
}
.form__text {
  max-width: 488px;
}
@media (max-width: 1024px) {
  .form__text {
    max-width: 400px;
  }
}
@media (max-width: 997px) {
  .form__text {
    max-width: unset;
  }
}
.form__inner {
  width: 100%;
}
.form__title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 108%;
  letter-spacing: -1.1%;
  color: #fff;
  margin-bottom: 6px;
}
.form__descr {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #fff;
  margin-bottom: 19px;
}
.form__descr span {
  font-weight: 700;
}
.form__inner .frm_button_submit {
  width: 100% !important;
  box-shadow: 0px 0px 0px 2px rgb(165, 0, 50) !important;
  border: 1px solid rgba(255, 255, 255, 0.3019607843) !important;
}
.form__inner .frm_button_submit:hover {
  background-color: #a50032 !important;
}
.form__inner input {
  border-radius: 50px !important;
  background-color: #334f8e !important;
  border: 1px solid #334f8e !important;
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #fff !important;
}
.form__inner input::-moz-placeholder {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #fff !important;
}
.form__inner input::placeholder {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #fff !important;
}
.form__inner select {
  border-radius: 50px !important;
  background-color: #334f8e;
  border: 1px solid #334f8e !important;
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #fff !important;
}
.form__inner .with_frm_style select option {
  color: #fff;
}

.advantage {
  padding-top: 66px;
  padding-bottom: 125px;
  background-color: #f3f3f3;
}
@media (max-width: 1024px) {
  .advantage {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.advantage__wrapper {
  margin-bottom: 104px;
}
.advantage__inner {
  margin: 0 auto;
}
.advantage__title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 96%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #152E66;
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .advantage__title {
    font-size: 36px;
  }
}
.advantage__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 129px;
}
@media (max-width: 1199px) {
  .advantage__list {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .advantage__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.advantage__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 17px;
}
.advantage__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #152E66;
  border-radius: 50%;
}
.advantage__circle .img-inner {
  width: 169px;
  height: 169px;
}
@media (max-width: 767px) {
  .advantage__circle .img-inner {
    width: 150px;
    height: 150px;
  }
}
.advantage__circle .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantage__item-descr h3 {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: capitalize;
  color: #152E66;
  margin-bottom: 8px;
  min-height: 60px;
}
.advantage__item-descr p {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #212121;
}
.advantage__program-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
}
.advantage__program-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
}
.advantage__program-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  min-height: 296px;
}
@media (max-width: 767px) {
  .advantage__program-item {
    grid-template-columns: repeat(1, 1fr);
  }
}
.advantage__program-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 20px;
  padding: 32px 0 40px 40px;
  position: relative;
}
.advantage__program-img:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 50%;
  background: linear-gradient(270deg, rgba(21, 46, 102, 0) 0%, #152E66 100%);
  z-index: 0;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .advantage__program-img {
    gap: 10px;
  }
}
.advantage__program-name {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 41px;
  line-height: 96%;
  letter-spacing: -1.1%;
  text-transform: capitalize;
  color: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .advantage__program-name {
    font-size: 36px;
  }
}
.advantage__program-descr {
  border-radius: 20px;
  padding: 30px 60px;
  background-color: #152E66;
}
@media (max-width: 997px) {
  .advantage__program-descr {
    padding: 30px;
  }
}
.advantage__sub-descr {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 163%;
  letter-spacing: -1.1%;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .advantage__sub-descr {
    font-size: 14px;
  }
}
.advantage__sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .advantage__sub-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.advantage__sub-item {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #fff;
  position: relative;
  padding-left: 33px;
}
.advantage__sub-item:before {
  content: url("https://4hl.3b3.mytemp.website/wp-content/uploads/2025/05/checked.png");
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
}

.advantage.contact-us {
  padding-top: 77px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .advantage.contact-us {
    padding: 40px 0;
  }
}
.advantage.contact-us .advantage__wrapper {
  margin-bottom: 0;
}
.advantage.contact-us .advantage__list {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .advantage.contact-us .advantage__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.advantage.contact-us .contacts__inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}
.advantage.contact-us a {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 164%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #212121;
}

.snapshot {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .snapshot {
    padding: 60px 0;
  }
}
.snapshot__wrapper {
  max-width: 750px;
  margin: 0 auto;
}
.snapshot__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) {
  .snapshot__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .snapshot__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.snapshot__item {
  border-radius: 40px;
  border: 1px solid #C9C9C9;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .snapshot__img-inner {
    width: 100%;
  }
}
.snapshot__img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.snapshot__counter {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 96%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #fff;
  background-color: #A80526;
  border: 8px solid #fff;
  padding: 20px;
  border-radius: 50%;
  margin-top: -40px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .snapshot__counter {
    font-size: 20px;
  }
}
.snapshot__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px 33px;
}
.snapshot__item-title {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: capitalize;
  color: #152E66;
  margin-bottom: 8px;
  min-height: 57px;
}
.snapshot__item-descr {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #212121;
  margin-bottom: 11px;
  min-height: 300px;
}
@media (max-width: 767px) {
  .snapshot__item-descr {
    min-height: unset;
  }
}
.snapshot__item-link {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: capitalize;
  text-decoration: underline;
  color: #A80526;
}

.slider {
  margin-bottom: 46px;
}
.slider__pagination-list {
  padding-top: 22px;
  padding-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.slider__pagination-list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .slider__pagination-list {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .slider__pagination-list::-webkit-scrollbar {
    display: none;
  }
}
.slider__pagination-inner {
  background-color: #F8F8F8;
  margin-bottom: 63px;
}
.slider__pagination-item {
  width: 172px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  flex: 0 0 auto;
  scroll-snap-align: start;
  white-space: nowrap;
}
.slider__pagination-item .title {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: uppercase;
  color: #152E66;
}
.slider__pagination-item:hover .icon {
  filter: brightness(0) saturate(100%) invert(15%) sepia(92%) saturate(2076%) hue-rotate(353deg) brightness(89%) contrast(108%);
}
.slider__pagination-item:hover .title {
  color: #A80526;
}
.slider__pagination-item.slider__pagination-item--active {
  width: 172px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.slider__pagination-item.slider__pagination-item--active .icon {
  filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(5000%) hue-rotate(345deg) brightness(90%) contrast(110%);
}
.slider__pagination-item.slider__pagination-item--active .title {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: uppercase;
  color: #A80526;
}
.slider__wrapper {
  overflow: visible;
  clip-path: inset(0px -800px 0px 0px);
}
.slider__slide {
  display: flex;
  align-items: center;
  gap: 53px;
}
@media (max-width: 997px) {
  .slider__slide {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.slider__slide.swiper-slide-next {
  opacity: 0.1;
}
.slider__slide-img {
  border-radius: 32px;
  overflow: hidden;
  min-width: 556px;
  min-height: 376px;
}
.slider__slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 997px) {
  .slider__slide-img {
    min-width: 490px;
  }
}
@media (max-width: 767px) {
  .slider__slide-img {
    min-width: unset;
    min-height: unset;
    height: 300px;
  }
}
.slider__slide-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
}
.slider__slide-content .icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  padding: 26px;
  background-color: #F2F2F2;
}
.slider__slide-content .title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 96%;
  letter-spacing: -1.1%;
  color: #152E66;
}
.slider__slide-content .text {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #212121;
}
@media (max-width: 997px) {
  .slider__slide-content .text {
    font-size: 14px;
  }
}
.slider__control-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 150px;
  margin-top: 40px;
}
.slider__control-btn .pre, .slider__control-btn .next {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.slider__control-btn .pre {
  margin-left: -52px;
}
.slider__control-btn .next {
  margin-right: -52px;
}

.review {
  background-color: #f3f3f3;
  padding-top: 132px;
  padding-bottom: 93px;
}
@media (max-width: 997px) {
  .review {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.review__title {
  margin-bottom: 49px;
}
.review__control-btn-inner {
  position: relative;
}
.review__control-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.review__control-btn .pre, .review__control-btn .next {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.review__control-btn .pre {
  margin-left: -52px;
}
.review__control-btn .next {
  margin-right: -52px;
}
.review__slider-list {
  display: flex;
  align-items: flex-start;
}
.review__slider-item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  align-items: flex-start;
  gap: 19px;
  position: relative;
  padding: 28px 63px 46px 27px;
  border-radius: 32px;
  overflow: hidden;
}
.review__slider-item:before {
  content: url("https://4hl.3b3.mytemp.website/wp-content/uploads/2025/05/kavi4ki.png");
  position: absolute;
  right: 0;
  top: 0;
  width: 116px;
  height: 91px;
}
.review__imgs {
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: flex-start;
}
.review__imgs .star-rating {
  display: flex;
  gap: 5px;
  font-size: 18px;
  line-height: 70%;
  align-items: center;
}
.review__imgs .star {
  cursor: pointer;
  color: #FFC700;
  transition: color 0.3s;
}
.review__imgs .star:hover,
.review__imgs .star.active,
.review__imgs .star:hover ~ .star {
  color: grey;
}
.review__imgs .company {
  display: flex;
}
.review__name {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 96%;
  letter-spacing: -1.1%;
  color: #152E66;
}
.review__comment {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 161%;
  letter-spacing: -1.1%;
  color: #212121;
  min-height: 320px;
}
.review__date {
  color: #C0C0C0;
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 161%;
  letter-spacing: -1.1%;
}

.hero {
  min-height: 586px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .hero {
    padding-top: 50px;
  }
}
.hero:before {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  z-index: 0;
}
.hero__wrapper {
  position: relative;
  z-index: 1;
}
.hero .title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 65px;
  line-height: 104%;
  letter-spacing: -1.1%;
  text-transform: capitalize;
  color: #152E66;
  margin-bottom: 10px;
}
.hero .title span {
  color: #A80526;
}
@media (max-width: 767px) {
  .hero .title {
    font-size: 45px;
  }
}
.hero .text {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #152E66;
}
@media (max-width: 767px) {
  .hero .text {
    font-size: 18px;
  }
}

.hero.about-us-banner {
  margin-top: 67px;
}
@media (max-width: 767px) {
  .hero.about-us-banner {
    margin-top: 50px;
  }
}

.steps {
  padding: 75px 0;
  background-color: #F3F3F3;
}
.steps__grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 997px) {
  .steps__grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .steps__grid-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.steps__grid-item {
  border: 1px solid #C9C9C9;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 260px;
}
.steps__grid-item.blue-bg {
  background-color: #152E66;
}
.steps__grid-item.blue-bg .steps__grid-inner {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 96%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #fff;
}
.steps__grid-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 60px;
}
.steps .icon {
  width: 60px;
  height: 60px;
}
.steps .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.steps .title {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: capitalize;
  color: #152E66;
}
.steps .text {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #212121;
}
.steps .counter {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background-color: #A80526;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 96%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #fff;
  position: absolute;
  left: -10px;
  top: -10px;
}

.criteria {
  position: relative;
  height: 520px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 997px) {
  .criteria {
    height: unset;
  }
}
.criteria__container {
  display: flex;
  align-items: center;
  height: inherit;
}
@media (max-width: 997px) {
  .criteria__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-top: 50px;
  }
}
.criteria__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 997px) {
  .criteria__content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .criteria__content {
    align-items: center;
    gap: 20px;
  }
}
.criteria .title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 96%;
  letter-spacing: -1.1%;
  color: #152E66;
}
@media (max-width: 767px) {
  .criteria .title {
    font-size: 35px;
  }
}
.criteria__list {
  display: grid;
  grid-template-columns: repeat(2, 0.5fr);
  gap: 77px 47px;
}
@media (max-width: 1199px) {
  .criteria__list {
    gap: 30px 35px;
  }
}
@media (max-width: 997px) {
  .criteria__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .criteria__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.criteria__item {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #212121;
  padding-left: 38px;
  position: relative;
}
.criteria__item:before {
  content: "";
  background-image: url("https://4hl.3b3.mytemp.website/wp-content/uploads/2025/05/checked.png");
  width: 21px;
  height: 21px;
  position: absolute;
  top: 5px;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.criteria__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: inherit;
}
@media (max-width: 997px) {
  .criteria__img {
    position: relative;
    right: unset;
    top: unset;
    width: 100%;
  }
}
.criteria__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.admission-slider {
  padding-top: 90px;
  background-color: #f3f3f3;
  display: none;
}
.admission-slider__pagination {
  margin-bottom: 50px;
}
.admission-slider .admission-slider__list {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  justify-content: space-between;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.admission-slider .admission-slider__list::-webkit-scrollbar {
  display: none;
}
.admission-slider .admission-slider__list li {
  flex: 0 0 auto;
  scroll-snap-align: start;
  white-space: nowrap;
}
.admission-slider__item {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: capitalize;
  color: #A8A8A8;
  cursor: pointer;
}
.admission-slider__item.slider__pagination-item--active {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: capitalize;
  text-decoration: underline;
  color: #152E66;
}
.admission-slider__slide {
  display: flex;
  align-items: center;
  gap: 53px;
}
@media (max-width: 997px) {
  .admission-slider__slide {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.admission-slider__slide-img {
  border-radius: 32px;
  overflow: hidden;
  min-width: 556px;
  min-height: 376px;
}
.admission-slider__slide-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 997px) {
  .admission-slider__slide-img {
    min-width: 490px;
  }
}
@media (max-width: 767px) {
  .admission-slider__slide-img {
    min-width: unset;
  }
}
.admission-slider__slide-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
}
.admission-slider__slide-content .icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  padding: 26px;
  background-color: #fff;
}
.admission-slider__slide-content .title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 39px;
  line-height: 110%;
  letter-spacing: -1.1%;
  text-transform: capitalize;
  color: #152E66;
}
.admission-slider__slide-content .text {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #212121;
}
@media (max-width: 997px) {
  .admission-slider__slide-content .text {
    font-size: 14px;
  }
}
.admission-slider__wrapper {
  overflow: visible;
  clip-path: inset(0px -400px 0px 0px);
}
.admission-slider__slide.swiper-slide-next {
  opacity: 0.1;
}
.admission-slider__control-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 150px;
  margin-top: 40px;
}
.admission-slider__control-btn .pre, .admission-slider__control-btn .next {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.admission-slider__control-btn .pre {
  margin-left: -52px;
}
.admission-slider__control-btn .next {
  margin-right: -52px;
}

.step-by-step {
  padding-top: 87px;
  padding-bottom: 92px;
  background-color: #f3f3f3;
  display: none;
}
@media (max-width: 767px) {
  .step-by-step {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.step-by-step__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 70px;
}
.step-by-step__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
@media (max-width: 997px) {
  .step-by-step__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.step-by-step__item {
  position: relative;
  border-radius: 32px;
  background-color: #fff;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 45px;
}
@media (max-width: 997px) {
  .step-by-step__item {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .step-by-step__item {
    width: 100%;
  }
}
.step-by-step__item:after {
  content: "";
  width: 50px;
  height: 11px;
  display: block;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("https://4hl.3b3.mytemp.website/wp-content/uploads/2025/05/Arrow-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 997px) {
  .step-by-step__item:after {
    right: 45%;
    top: 110%;
    transform: rotate(90deg);
  }
}
.step-by-step__item:last-child:after {
  content: unset;
}
.step-by-step .title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 96%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #152E66;
}
@media (max-width: 767px) {
  .step-by-step .title {
    font-size: 35px;
  }
}
.step-by-step .text {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #212121;
}
@media (max-width: 767px) {
  .step-by-step .text {
    font-size: 18px;
  }
}
.step-by-step .sub-title {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: capitalize;
  color: #152E66;
}
.step-by-step .sub-text {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #212121;
}
.step-by-step .counter {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid #F3F3F3;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  background-color: #A80526;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 96%;
  letter-spacing: -1.1%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.step-by-step__cost {
  background-color: #A80526;
  margin-top: 92px;
  position: relative;
  background-image: url("https://4hl.3b3.mytemp.website/wp-content/uploads/2025/05/white_hands.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
@media (max-width: 767px) {
  .step-by-step__cost {
    background-position: top left;
  }
}
.step-by-step__cost .container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 78px;
  padding: 70px 0;
}
@media (max-width: 1199px) {
  .step-by-step__cost .container {
    padding: 70px 15px;
  }
}
@media (max-width: 767px) {
  .step-by-step__cost .container {
    flex-direction: column;
  }
}
.step-by-step__cost-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.step-by-step__cost-title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 96%;
  letter-spacing: -1.1%;
  color: #fff;
}
.step-by-step__cost-text {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #fff;
}
.step-by-step__cost-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}
.step-by-step__cost-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 5px;
}
.step-by-step .plus {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 96%;
  letter-spacing: -1.1%;
  color: #fff;
}
.step-by-step .cost-text {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #fff;
}

.faq {
  padding-top: 66px;
  padding-bottom: 76px;
  background-color: #f3f3f3;
  display: none;
}
.faq .title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 96%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: uppercase;
  color: #152E66;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .faq .title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
.faq__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 68px;
}
.faq__item {
  position: relative;
  border-bottom: 1px solid #D4D4D4;
  padding: 20px 0;
  cursor: pointer;
  max-height: 300px;
}
.faq__item .faq__question-answer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  left: 0;
  background-color: #f3f3f3;
  z-index: 2;
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
  opacity: 0;
  transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.4s ease;
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #212121;
}
@media (max-width: 767px) {
  .faq__item .faq__question-answer {
    font-size: 16px;
  }
}
.faq__decor {
  width: 30px;
  height: 30px;
  position: relative;
}
.faq__decor:before, .faq__decor:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 16px;
  background-color: #A80526;
  transition: transform 0.3s ease;
  top: 7px;
  left: 13px;
  transform-origin: top center;
}
.faq__decor:before {
  transform: rotate(45deg);
}
.faq__decor:after {
  transform: rotate(-45deg);
}
.faq__item.show .faq__question-answer {
  max-height: 500px;
  padding: 10px 0px;
  opacity: 1;
}
.faq__question-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq__question {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-transform: capitalize;
  color: #212121;
  width: 60%;
}
@media (max-width: 767px) {
  .faq__question {
    width: 80%;
    font-size: 17px;
  }
}
.faq__decor {
  width: 30px;
  height: 30px;
  position: relative;
}
.faq__decor:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 3px;
  height: 30px;
  background-color: #A80526;
}
.faq__decor:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 3px;
  background-color: #A80526;
}

.apartments {
  padding-top: 50px;
  padding-bottom: 95px;
  background-color: #f3f3f3;
}
.apartments .title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 96%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #152E66;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .apartments .title {
    font-size: 35px;
  }
}
.apartments .text {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #212121;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .apartments .text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.apartments__gallery-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 997px) {
  .apartments__gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .apartments__gallery-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.apartments__gallery-item {
  border-radius: 21px;
  overflow: hidden;
}
.apartments__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about {
  min-height: 820px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
}
.about__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 640px;
}
.about .title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 96%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #152E66;
  margin-top: 13px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .about .title {
    font-size: 35px;
  }
}
.about .text {
  font-family: "Segoe UI";
  font-weight: 350;
  font-size: 23px;
  line-height: 147%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #212121;
}
.about .text span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .about .text {
    font-size: 18px;
  }
}

.expect {
  background-color: #f3f3f3;
  padding-top: 93px;
  padding-bottom: 80px;
}
.expect__container {
  max-width: 900px;
}
.expect .title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 96%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #152E66;
  text-transform: capitalize;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .expect .title {
    font-size: 35px;
  }
}
.expect .text {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #212121;
  text-transform: capitalize;
  margin-bottom: 59px;
}
@media (max-width: 767px) {
  .expect .text {
    font-size: 18px;
  }
}
.expect__grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 41px 100px;
}
@media (max-width: 997px) {
  .expect__grid-list {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .expect__grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.expect__grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.expect .icon {
  width: 163px;
  height: 163px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 17px;
}
.expect .icon .img_inner {
  width: 100%;
  height: 100%;
}
.expect .icon .img_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .expect .icon {
    width: 120px;
    height: 120px;
  }
}
.expect .sub-title {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: capitalize;
  color: #152E66;
  margin-bottom: 8px;
  min-height: 60px;
}
@media (max-width: 767px) {
  .expect .sub-title {
    font-size: 17px;
    min-height: 51px;
  }
}
.expect .sub-text {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #212121;
  min-height: 45px;
}
@media (max-width: 767px) {
  .expect .sub-text {
    font-size: 14px;
  }
}

.progress {
  background-color: #fff;
}
@media (max-width: 767px) {
  .progress {
    padding: 50px 0;
    padding-bottom: 0;
  }
}
.progress__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767px) {
  .progress__list {
    gap: 30px;
  }
}
.progress__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 350px;
  width: inherit;
}
.progress__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .progress__item:nth-child(even) {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .progress__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.progress__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  max-width: 380px;
  margin: 0 auto;
  gap: 13px;
}
@media screen and (max-width: 835px) {
  .progress__content {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .progress__content {
    width: 100%;
    padding: 0 15px;
    margin: unset;
  }
}
.progress .title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 39px;
  line-height: 96%;
  letter-spacing: -1.1%;
  color: #152E66;
  text-align: left;
}
.progress .title span {
  color: #A80526;
}
@media screen and (max-width: 835px) {
  .progress .title {
    font-size: 30px;
  }
}
.progress .text {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #212121;
  text-align: left;
}
@media screen and (max-width: 835px) {
  .progress .text {
    font-size: 15px;
  }
}
.progress__img {
  width: 50%;
  height: inherit;
}
@media (max-width: 767px) {
  .progress__img {
    width: 100%;
    padding: 0 15px;
  }
}
.progress__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.program {
  padding-top: 83px;
  padding-bottom: 76px;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .program {
    padding: 50px 0;
  }
}
.program .title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 96%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: capitalize;
  color: #152E66;
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .program .title {
    margin-bottom: 30px;
    font-size: 35px;
  }
}
.program__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}
@media (max-width: 997px) {
  .program__list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .program__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.program__item {
  border: 1px solid #C9C9C9;
  border-radius: 40px;
  padding: 29px 18px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.program .sub-title {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: capitalize;
  color: #152E66;
  margin-bottom: 8px;
}
.program .text {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #212121;
  margin-bottom: 11px;
  width: 90%;
  min-height: 300px;
}
.program__link {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: capitalize;
  text-decoration: underline;
  color: #A80526;
  margin-bottom: 24px;
}
.program__img {
  border-radius: 39px;
  overflow: hidden;
  width: 100%;
  height: 250px;
}
.program__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog {
  padding-top: 50px;
}
.blog__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .blog__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
.blog .img_inner {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
.blog .img_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.blog .date {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog .number {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: capitalize;
  color: #152E66;
  background-color: #C9C9C9;
  padding: 21px 0px;
  width: 100%;
}
.blog .month {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  background-color: #152E66;
  padding: 8px 29px;
}
.blog .content_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.blog .text_title {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: left;
  text-transform: capitalize;
  color: #152E66;
}
.blog .descr p {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: left;
  text-transform: capitalize;
  color: #212121;
}
.blog .blog_link {
  font-family: "Segoe UI";
  font-weight: 900;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: capitalize;
  color: #212121;
  position: relative;
}
.blog .blog_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0em;
  width: 0;
  height: 2px;
  background-color: #1E1E1E;
  transition: width 0.3s ease;
}
.blog .blog_link:hover::after {
  width: 100%;
}

.blog.blog_inner {
  padding-bottom: 100px;
}
@media (max-width: 997px) {
  .blog.blog_inner {
    padding-bottom: 50px;
  }
}

.about-us {
  padding-top: 88px;
  padding-bottom: 105px;
}
@media (max-width: 997px) {
  .about-us {
    padding: 50px 0;
  }
}
.about-us__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 140px;
  margin-bottom: 100px;
}
@media (max-width: 997px) {
  .about-us__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .about-us__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-us__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.about-us__item:after {
  content: "";
  display: block;
  width: 2px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.1294117647);
  position: absolute;
  right: -50%;
  top: 0;
  transform: rotate(30deg);
}
.about-us__item:last-child:after {
  content: unset;
}
@media (max-width: 997px) {
  .about-us__item:after {
    right: 0;
  }
  .about-us__item:nth-child(even):after {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-us__item:after {
    display: none;
  }
}
.about-us .num {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 58px;
  line-height: 104%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: capitalize;
  color: #A80526;
}
.about-us .text {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #212121;
}
.about-us__sub-list {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
  gap: 88px;
}
@media (max-width: 767px) {
  .about-us__sub-list {
    gap: 50px;
  }
}
.about-us__sub-item {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.about-us__sub-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 997px) {
  .about-us__sub-item:nth-child(even) {
    flex-direction: column;
  }
}
@media (max-width: 997px) {
  .about-us__sub-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 25px;
  }
}
.about-us__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 446px;
}
@media (max-width: 997px) {
  .about-us__content {
    width: 100%;
    max-width: unset;
  }
}
.about-us__content .title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 39px;
  line-height: 96%;
  letter-spacing: -1.1%;
  color: #152E66;
  margin-bottom: 13px;
}
.about-us__content .title span {
  color: #A80526;
}
.about-us__content .text {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: left;
  color: #212121;
  margin-bottom: 25px;
}
.about-us__content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
}
.about-us__content li {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #212121;
}
.about-us__img {
  width: 50%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 997px) {
  .about-us__img {
    width: 100%;
  }
}
.about-us__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us__icon-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.about-us__icon-text .icon {
  width: 50px;
  height: 45px;
}
.about-us__icon-text .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-us__icon-text .sub_text {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #212121;
}

.team {
  margin-bottom: 75px;
  display: none;
}
.team__slider-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.team__slider-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 30px;
  border: 1px solid #C9C9C9;
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.team__slider-img {
  width: 100%;
  min-height: 330px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 35px;
}
.team__slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team__slider-name {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: capitalize;
  color: #152E66;
  margin-bottom: 10px;
}
.team__slider-post {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #212121;
}
.team__slider-link {
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  color: #A80526;
  position: relative;
}
.team__slider-link:after {
  position: absolute;
  content: url("https://4hl.3b3.mytemp.website/wp-content/uploads/2025/05/arrow_red.png");
  width: 10px;
  height: 10px;
  top: 0;
  right: -15px;
}

.stories {
  margin-bottom: 135px;
}
@media (max-width: 997px) {
  .stories {
    margin-bottom: 50px;
  }
}
.stories__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  display: none;
}
@media (max-width: 997px) {
  .stories__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .stories__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.stories__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 25px;
}
.stories .video_inner {
  width: 100%;
  height: 275px;
  border-radius: 30px;
  overflow: hidden;
}
.stories .video_inner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stories__text {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #212121;
  text-align: left;
}

.location {
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 86px;
}
.location__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
  margin-top: 55px;
}
@media (max-width: 997px) {
  .location__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .location__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.location__item {
  display: flex;
  align-items: flex-start;
  padding: 55px 40px;
  background-color: #152E66;
  border-radius: 40px;
  overflow: hidden;
  height: 477px;
}
.location__item.img-block {
  padding: 0;
  background-color: transparent;
}
.location__item.img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location__content-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 422px;
}
.location__title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 96%;
  letter-spacing: -1.1%;
  color: #fff;
  margin-bottom: 15px;
}
.location__address {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #fff;
}
.location__time {
  margin-top: auto;
  margin-bottom: 55px;
}
.location .open {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.2901960784);
}
.location .time__work {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #fff;
}

.single-blog-post {
  padding-top: 100px;
  padding-bottom: 100px;
}
.single-blog-post__main-title {
  text-align: left;
}
.single-blog-post__img {
  width: 100%;
  height: 360px;
  margin-bottom: 30px;
}
.single-blog-post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-blog-post__editor h1, .single-blog-post__editor h2, .single-blog-post__editor h3, .single-blog-post__editor h4, .single-blog-post__editor h5, .single-blog-post__editor h6 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 96%;
  letter-spacing: -1.1%;
  text-align: left;
  color: #152E66;
  margin-bottom: 30px;
}
.single-blog-post__editor p {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: left;
  color: #212121;
}
.single-blog-post__editor li {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: left;
  color: #212121;
}
.single-blog-post__meta {
  margin-bottom: 10px;
}
.single-blog-post .date {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: left;
  color: #152E66;
}

/*# sourceMappingURL=main.css.map*/