:root {--bs-primary: #0f6efd;--bs-primary-rgb: 15, 110, 253;--front-hero-bg: linear-gradient(135deg, rgba(15, 110, 253, 0.12), rgba(255, 255, 255, 0.96) 54%, rgba(248, 249, 250, 1) 100%);--front-sidebar-top: 7.5rem;}body.front-bootstrap-shell {min-height: 100vh;}.front-header-toolbar {flex-wrap: wrap;}.commerce-header-actions {display: flex;flex-wrap: wrap;gap: 0.5rem;}.commerce-header-link,.front-header-icon-button,.front-header-dropdown-toggle {display: inline-flex;align-items: center;justify-content: center;gap: 0.45rem;min-width: 2.75rem;min-height: 2.5rem;padding: 0.55rem 0.8rem;border: 1px solid rgba(var(--bs-dark-rgb), 0.12);border-radius: 999px;background: #fff;color: var(--bs-body-color);text-decoration: none;transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;}.commerce-header-link:hover,.front-header-icon-button:hover,.front-header-dropdown-toggle:hover {border-color: rgba(var(--bs-primary-rgb), 0.45);box-shadow: 0 0.25rem 0.75rem rgba(var(--bs-primary-rgb), 0.08);transform: translateY(-1px);}.commerce-header-icon,.front-header-icon-button svg {width: 1rem;height: 1rem;flex: 0 0 auto;}.commerce-header-link-label {display: none;}.commerce-header-badge {min-width: 1.45rem;padding: 0.15rem 0.38rem;border-radius: 999px;}.front-header-dropdown .dropdown-menu {min-width: 10rem;border-radius: 1rem;}.front-header-dropdown-value {font-size: 0.8125rem;font-weight: 700;letter-spacing: 0.04em;}.front-header-search {position: relative;display: flex;align-items: center;justify-content: flex-end;}.front-header-search-panel {position: absolute;top: calc(100% + 0.5rem);right: 0;display: flex;align-items: center;gap: 0.5rem;width: min(24rem, calc(100vw - 2rem));padding: 0.65rem;border: 1px solid rgba(var(--bs-dark-rgb), 0.08);border-radius: 1rem;background: rgba(255, 255, 255, 0.98);box-shadow: 0 1rem 2rem rgba(17, 24, 39, 0.12);opacity: 0;visibility: hidden;pointer-events: none;transform: translateY(-0.35rem);transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;z-index: 1035;}.front-header-search.is-open .front-header-search-panel {opacity: 1;visibility: visible;pointer-events: auto;transform: translateY(0);}.front-header-search-panel .form-control {min-width: 0;}.front-header-search-panel .btn {display: inline-flex;align-items: center;justify-content: center;}.front-header-search-panel .btn svg {width: 0.95rem;height: 0.95rem;}.front-mini-cart-offcanvas {--bs-offcanvas-width: min(36rem, calc(100vw - 1rem));}.front-mini-cart-offcanvas .offcanvas-body {overflow-x: hidden;}.front-mini-cart-content {min-width: 0;}.front-mini-cart-content.is-loading {min-height: 12rem;display: flex;align-items: center;justify-content: center;}.front-mini-cart-panel {display: grid;gap: 1.1rem;padding: 1.25rem;min-width: 0;width: 100%;}.front-mini-cart-summary {display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 1rem;padding: 1.1rem 1.2rem;border: 1px solid rgba(var(--bs-primary-rgb), 0.08);border-radius: 1.35rem;background: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 0.07), rgba(var(--bs-primary-rgb), 0.04));}.front-mini-cart-stat {min-width: 0;}.front-mini-cart-summary__label {font-size: 0.75rem;font-weight: 700;letter-spacing: 0.05em;text-transform: uppercase;color: var(--bs-secondary-color);line-height: 1.15;}.front-mini-cart-summary__value {font-size: 1.35rem;font-weight: 800;line-height: 1.1;margin-top: 0.35rem;}.front-mini-cart-items {display: grid;gap: 0.85rem;min-width: 0;}.front-mini-cart-item {display: grid;grid-template-columns: 5rem minmax(0, 1fr);gap: 1rem;padding: 1rem;border: 1px solid rgba(var(--bs-dark-rgb), 0.08);border-radius: 1.5rem;background: #fff;box-shadow: 0 0.5rem 1.5rem rgba(17, 24, 39, 0.04);}.front-mini-cart-item.is-loading {opacity: 0.6;pointer-events: none;}.front-mini-cart-item__image,.front-mini-cart-item__image img {display: block;width: 5rem;height: 5rem;border-radius: 1.1rem;}.front-mini-cart-item__image img {object-fit: cover;}.front-mini-cart-item__image {border: 1px solid rgba(var(--bs-dark-rgb), 0.08);background: var(--bs-light);overflow: hidden;}.front-mini-cart-item__placeholder {display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;padding: 0.4rem;border-radius: 0.9rem;background: var(--bs-light);color: var(--bs-secondary-color);font-size: 0.75rem;text-align: center;}.front-mini-cart-item__body {min-width: 0;display: grid;gap: 0.55rem;}.front-mini-cart-item__top {display: grid;grid-template-columns: minmax(0, 1fr) auto;align-items: flex-start;gap: 0.75rem;min-width: 0;}.front-mini-cart-item__content {min-width: 0;}.front-mini-cart-item__title {display: inline-block;font-size: 1rem;font-weight: 700;color: inherit;text-decoration: none;line-height: 1.25;word-break: break-word;}.front-mini-cart-item__title:hover {color: var(--bs-primary);}.front-mini-cart-item__meta {font-size: 0.8125rem;color: var(--bs-secondary-color);}.front-mini-cart-item__price {font-size: 0.95rem;font-weight: 700;margin-top: 0.45rem;}.front-mini-cart-item__controls {min-width: 0;}.front-mini-cart-item__footer {display: flex;align-items: flex-end;justify-content: space-between;gap: 0.75rem;flex-wrap: wrap;padding-top: 0.7rem;border-top: 1px solid rgba(var(--bs-dark-rgb), 0.07);}.front-mini-cart-item__controls .input-group {flex: 0 0 auto;width: 10rem;max-width: 100%;}.front-mini-cart-item__controls .btn {min-width: 2.9rem;font-size: 1.2rem;line-height: 1;}.front-mini-cart-item__controls .form-control {padding-left: 0.35rem;padding-right: 0.35rem;font-weight: 700;box-shadow: none;-moz-appearance: textfield;}.front-mini-cart-item__controls .form-control::-webkit-outer-spin-button,.front-mini-cart-item__controls .form-control::-webkit-inner-spin-button {margin: 0;-webkit-appearance: none;}.front-mini-cart-item__line-total {display: grid;gap: 0.15rem;justify-items: end;text-align: right;flex: 1 1 8rem;min-width: 0;}.front-mini-cart-item__line-total strong {font-size: 1rem;line-height: 1.15;}.front-mini-cart-item__remove {display: inline-flex;align-items: center;gap: 0.4rem;padding: 0.45rem 0.7rem;border: 1px solid rgba(220, 53, 69, 0.2);border-radius: 999px;background: rgba(220, 53, 69, 0.08);color: #dc3545;font-size: 0.8125rem;font-weight: 600;line-height: 1;text-decoration: none;transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;}.front-mini-cart-item__remove:hover {background: rgba(220, 53, 69, 0.12);border-color: rgba(220, 53, 69, 0.28);color: #bb2d3b;}.front-mini-cart-item__remove svg {width: 0.85rem;height: 0.85rem;flex: 0 0 auto;}.front-mini-cart-item__gifts {display: grid;gap: 0.35rem;}.front-mini-cart-item__gift {display: flex;align-items: center;gap: 0.5rem;font-size: 0.75rem;color: var(--bs-secondary-color);}.front-mini-cart-actions {display: grid;gap: 0.75rem;position: sticky;bottom: 0;padding-top: 1rem;background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.96) 18%, #fff 100%);}.front-mini-cart-actions .btn {min-height: 3.25rem;border-radius: 1rem;font-weight: 600;}.front-mini-cart-actions form {display: grid;}.front-mini-cart-empty {display: grid;gap: 0.75rem;padding: 1rem;}.front-mini-cart-back {justify-self: start;text-decoration: none;padding: 0;min-height: auto;border-radius: 0;}.front-hero {background: var(--front-hero-bg);}.front-hero-stat {background: rgba(255, 255, 255, 0.82);backdrop-filter: blur(6px);}.front-glass-card {background: rgba(255, 255, 255, 0.82);backdrop-filter: blur(8px);}.front-sidebar-sticky {position: sticky;top: var(--front-sidebar-top);}.front-detail-card {transition: transform 0.18s ease, box-shadow 0.18s ease;}.front-detail-card:hover {transform: translateY(-2px);box-shadow: var(--bs-box-shadow-sm);}.front-prose > :first-child {margin-top: 0;}.front-prose > :last-child {margin-bottom: 0;}.front-article-body {font-size: 1.05rem;line-height: 1.8;}.front-article-body h2,.front-article-body h3,.front-article-body h4 {margin-top: 2rem;margin-bottom: 0.85rem;}.front-article-body blockquote {margin: 1.5rem 0;padding: 1rem 1.25rem;border-left: 4px solid rgba(var(--bs-primary-rgb), 0.35);background: rgba(var(--bs-primary-rgb), 0.06);border-radius: 1rem;}.front-article-body ul,.front-article-body ol {padding-left: 1.4rem;}.front-prose img,.front-prose iframe,.front-prose video,.front-prose table {max-width: 100%;}.front-cover-image {aspect-ratio: 16 / 9;object-fit: cover;}.front-avatar-xl {width: 7.5rem;height: 7.5rem;object-fit: cover;}.front-avatar-lg {width: 5rem;height: 5rem;object-fit: cover;}.front-prose table {width: 100%;}.front-prose pre,.front-code-block {padding: 1rem 1.25rem;border-radius: 1rem;background: #111827;color: #f8fafc;overflow-x: auto;}.front-prose pre code,.front-code-block code {color: inherit;}.front-banner-host img,.front-banner-host iframe,.front-banner-host video {max-width: 100%;height: auto;}.front-meta-table th {width: 38%;min-width: 8rem;}.front-search-url {word-break: break-all;}.front-callback-trigger {z-index: 1080;}.front-callback-trigger--hidden {position: absolute;width: 1px;height: 1px;padding: 0;margin: 0;overflow: hidden;opacity: 0;pointer-events: none;}.header__actions {display: flex;align-items: center;gap: clamp(10rem, 10rem + 5 * (100vw - 375rem) / (1200 - 375), 15rem);}.header__callback {display: inline-flex;align-items: center;gap: 10rem;border: 1rem solid rgba(2, 9, 75, 0.14);border-radius: 10rem;background: #ffffff;color: #02094b;box-shadow: 0 10rem 30rem rgba(2, 9, 75, 0.08);transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;}.header__callback:hover {transform: translateY(-1rem);color: #00afff;box-shadow: 0 14rem 34rem rgba(2, 9, 75, 0.12);}.header__callback-icon {display: inline-flex;align-items: center;justify-content: center;width: 18rem;height: 18rem;flex: 0 0 18rem;}.header__callback-icon svg {display: block;width: 100%;height: 100%;}.front-form-popup {--bs-modal-margin: 15rem;}.front-form-popup .modal-dialog {max-width: min(760rem, calc(100vw - 30rem));}.front-form-popup__body {padding: 0;}.front-form-popup .modal-content {border: 1rem solid rgba(2, 9, 75, 0.08);border-radius: 10rem;box-shadow: 0 30rem 90rem rgba(2, 9, 75, 0.18);overflow: hidden;}.front-form-panel {position: relative;padding: clamp(30rem, 30rem + 20 * (100vw - 375rem) / (1200 - 375), 50rem);background:radial-gradient(circle at top right, rgba(0, 175, 255, 0.12), transparent 34%),radial-gradient(circle at bottom left, rgba(1, 6, 72, 0.08), transparent 28%),#ffffff;}.front-form-close {position: absolute;top: clamp(20rem, 20rem + 10 * (100vw - 375rem) / (1200 - 375), 30rem);right: clamp(20rem, 20rem + 10 * (100vw - 375rem) / (1200 - 375), 30rem);display: inline-flex;align-items: center;justify-content: center;width: 42rem;height: 42rem;border: 1rem solid rgba(2, 9, 75, 0.14);border-radius: 10rem;background: #ffffff;color: #02094b;font-size: 28rem;line-height: 1;box-shadow: 0 8rem 20rem rgba(2, 9, 75, 0.08);transition: transform 0.3s ease, color 0.3s ease;}.front-form-close:hover {transform: translateY(-1rem);color: #00afff;}.front-form-eyebrow {margin-bottom: 10rem;font-size: 13rem;font-weight: 700;line-height: 16rem;color: rgba(2, 9, 75, 0.6);text-transform: uppercase;}.front-form-title {margin-bottom: 0;color: #02094b;font-size: clamp(28rem, 28rem + 12 * (100vw - 375rem) / (1200 - 375), 40rem);font-weight: 700;line-height: clamp(34rem, 34rem + 12 * (100vw - 375rem) / (1200 - 375), 46rem);}.front-form-subheading {max-width: 540rem;margin-top: 15rem;margin-bottom: 0;color: rgba(2, 9, 75, 0.72);font-size: clamp(15rem, 15rem + 3 * (100vw - 375rem) / (1200 - 375), 18rem);line-height: clamp(24rem, 24rem + 6 * (100vw - 375rem) / (1200 - 375), 30rem);}.front-form-inline {border-radius: 10rem;background: #ffffff;box-shadow: 0 14rem 54rem rgba(0, 0, 0, 0.08);}.front-form-inline__body {border-radius: inherit;}.front-form-form {margin-top: 30rem;}.front-form-grid__item {display: flex;flex-direction: column;min-width: 0;}.front-form-runtime .form-label {margin-bottom: 8rem;color: #02094b;font-size: 14rem;font-weight: 700;line-height: 18rem;}.front-form-runtime .form-control,.front-form-runtime .form-select {min-height: 56rem;border: 1rem solid rgba(2, 9, 75, 0.14);border-radius: 10rem;background: #ffffff;color: #02094b;font-size: 16rem;line-height: 22rem;padding: 16rem 18rem;box-shadow: none;}.front-form-runtime .form-select {padding-right: 46rem;appearance: none;background-image:linear-gradient(45deg, transparent 50%, #02094b 50%),linear-gradient(135deg, #02094b 50%, transparent 50%);background-position:calc(100% - 24rem) calc(50% - 2rem),calc(100% - 18rem) calc(50% - 2rem);background-size: 6rem 6rem, 6rem 6rem;background-repeat: no-repeat;}.front-form-runtime textarea.form-control {min-height: 130rem;}.front-form-runtime .form-control:focus,.front-form-runtime .form-select:focus {border-color: rgba(0, 175, 255, 0.72);box-shadow: 0 0 0 4rem rgba(0, 175, 255, 0.12);}.front-form-runtime .form-control.is-invalid,.front-form-runtime .form-select.is-invalid {border-color: rgba(170, 33, 33, 0.36);box-shadow: 0 0 0 4rem rgba(170, 33, 33, 0.08);}.front-form-runtime .form-text {margin-top: 8rem;color: rgba(2, 9, 75, 0.56);font-size: 12rem;line-height: 16rem;}.front-form-runtime .form-check-input {border-color: rgba(2, 9, 75, 0.18);}.front-form-runtime .form-check-input:checked {background-color: #02094b;border-color: #02094b;}.front-form-check {display: flex;align-items: flex-start;gap: 10rem;margin: 6rem 0 0;padding: 0;}.front-form-runtime .form-check-label {color: #02094b;font-size: 14rem;line-height: 20rem;}.front-form-options {display: grid;gap: 10rem;padding-top: 6rem;}.front-form-note {border: 1rem dashed rgba(2, 9, 75, 0.16);border-radius: 10rem;background: rgba(0, 175, 255, 0.05);padding: 20rem;}.front-form-note__title {display: block;margin-bottom: 8rem;color: #02094b;font-size: 15rem;font-weight: 700;line-height: 20rem;}.front-form-note__text {color: rgba(2, 9, 75, 0.72);font-size: 14rem;line-height: 22rem;}.front-form-note--compact {padding: 14rem 16rem;color: rgba(2, 9, 75, 0.72);font-size: 14rem;line-height: 20rem;}.front-form-alert {margin-top: 20rem;padding: 14rem 16rem;border-radius: 10rem;border-width: 1rem;color: #02094b;font-size: 14rem;line-height: 20rem;}.front-form-alert.alert-success {border-color: rgba(24, 122, 78, 0.18);background: rgba(24, 122, 78, 0.08);color: #0f5d3b;}.front-form-alert.alert-danger {border-color: rgba(170, 33, 33, 0.18);background: rgba(170, 33, 33, 0.08);color: #8b1e1e;}.front-form-actions {display: flex;align-items: center;flex-wrap: wrap;gap: 15rem;margin-top: 30rem;}.front-form-submit {min-width: 220rem;}.front-form-captcha {display: grid;grid-template-columns: auto minmax(0, 1fr);gap: 10rem;align-items: center;}.front-form-captcha__task {display: inline-flex;align-items: center;justify-content: center;min-height: 56rem;padding: 0 18rem;border: 1rem solid rgba(2, 9, 75, 0.14);border-radius: 10rem;background: rgba(0, 175, 255, 0.06);color: #02094b;font-size: 16rem;font-weight: 700;line-height: 20rem;white-space: nowrap;}.front-form-captcha__input {min-width: 0;}.callback-cta {margin-bottom: clamp(30rem, 30rem + 30 * (100vw - 375rem) / (1200 - 375), 60rem);}.callback-cta__inner {position: relative;padding: clamp(30rem, 30rem + 30 * (100vw - 375rem) / (1200 - 375), 60rem) 0;}.callback-cta__card {display: grid;grid-template-columns: minmax(0, 1fr) auto;gap: clamp(20rem, 20rem + 20 * (100vw - 375rem) / (1200 - 375), 40rem);align-items: center;border-radius: 10rem;padding: clamp(24rem, 24rem + 16 * (100vw - 375rem) / (1200 - 375), 40rem);background:radial-gradient(circle at top right, rgba(0, 175, 255, 0.14), transparent 32%),linear-gradient(180deg, rgba(1, 6, 72, 0.04), rgba(1, 6, 72, 0.02)),#ffffff;box-shadow: 0 14rem 54rem rgba(0, 0, 0, 0.08);}.callback-cta__eyebrow {margin-bottom: 10rem;color: rgba(2, 9, 75, 0.6);font-size: 13rem;font-weight: 700;line-height: 16rem;text-transform: uppercase;}.callback-cta__title {margin-bottom: 12rem;color: #02094b;font-size: clamp(26rem, 26rem + 10 * (100vw - 375rem) / (1200 - 375), 36rem);font-weight: 700;line-height: clamp(32rem, 32rem + 10 * (100vw - 375rem) / (1200 - 375), 42rem);}.callback-cta__text {max-width: 620rem;margin-bottom: 0;color: rgba(2, 9, 75, 0.72);font-size: clamp(15rem, 15rem + 3 * (100vw - 375rem) / (1200 - 375), 18rem);line-height: clamp(24rem, 24rem + 6 * (100vw - 375rem) / (1200 - 375), 30rem);}.callback-cta__button {display: inline-flex;align-items: center;gap: 10rem;}.callback-cta__button-icon {display: inline-flex;align-items: center;justify-content: center;width: 18rem;height: 18rem;flex: 0 0 18rem;}.callback-cta__button-icon svg {display: block;width: 100%;height: 100%;}.front-form-honeypot {position: absolute;left: -9999px;width: 1px;height: 1px;overflow: hidden;}.front-form-runtime .invalid-feedback.d-block {display: block;margin-top: 8rem;color: #8b1e1e;font-size: 12rem;line-height: 16rem;}.front-map-canvas,.js-contact-map-canvas,.contacts_module__map iframe {width: 100%;min-height: 320px;border: 0;border-radius: 1rem;}.front-sections-runtime {display: grid;gap: 1.5rem;}.front-sections-item > :last-child {margin-bottom: 0;}.front-sections-runtime .container,.front-sections-runtime .container-sm,.front-sections-runtime .container-md,.front-sections-runtime .container-lg,.front-sections-runtime .container-xl,.front-sections-runtime .container-xxl,.front-sections-runtime .container-fluid {width: 100%;max-width: none;padding-right: 0;padding-left: 0;}.front-sections-runtime img,.front-sections-runtime iframe,.front-sections-runtime video,.front-sections-runtime table {max-width: 100%;}.front-sections-runtime table {width: 100%;}.front-sections-runtime .row {--bs-gutter-x: 1.5rem;--bs-gutter-y: 1.5rem;}.front-sections-runtime .card {border-radius: 1rem;}@media (max-width: 1399.98px) {.front-sidebar-sticky {position: static;}}@media (max-width: 1199.98px) {.header__actions {width: 100%;justify-content: center;}.header__actions > .btn,.header__actions > button {width: 100%;justify-content: center;}.front-mini-cart-offcanvas {--bs-offcanvas-width: min(100vw, 42rem);}.front-header-toolbar {align-items: stretch;}.commerce-header-actions {justify-content: flex-start;}.front-header-search {justify-content: flex-start;}.front-header-search-panel {left: 0;right: auto;}}@media (max-width: 767.98px) {.front-form-panel {padding: 24rem 20rem;}.front-form-close {top: 15rem;right: 15rem;}.front-form-title {padding-right: 40rem;}.front-form-captcha {grid-template-columns: 1fr;}.front-form-submit {width: 100%;min-width: 0;}.callback-cta__card {grid-template-columns: 1fr;}.callback-cta__button {width: 100%;justify-content: center;}}@media (max-width: 575.98px) {.front-mini-cart-offcanvas {--bs-offcanvas-width: 100vw;}.front-mini-cart-panel {padding: 1rem;}.front-mini-cart-summary {grid-template-columns: 1fr 1fr;gap: 0.75rem;padding: 0.9rem;}.front-mini-cart-item {grid-template-columns: 1fr;}.front-mini-cart-item__image,.front-mini-cart-item__image img {width: 100%;height: auto;aspect-ratio: 1 / 1;}.front-mini-cart-item__top {align-items: flex-start;}.front-mini-cart-item__footer {align-items: stretch;}.front-mini-cart-item__controls .input-group,.front-mini-cart-item__line-total {width: 100%;}.front-mini-cart-item__line-total {justify-items: start;text-align: left;}.front-mini-cart-item__remove {padding: 0.4rem 0.6rem;}.front-mini-cart-item__remove span {display: none;}.commerce-header-actions {gap: 0.35rem;}.commerce-header-link,.front-header-icon-button,.front-header-dropdown-toggle {min-width: 2.5rem;min-height: 2.35rem;padding: 0.5rem 0.7rem;}.front-header-search-panel {width: calc(100vw - 2rem);}}
/*# sourceMappingURL=new.front-bootstrap.css.33d289ed0bc7081f8685706e9bc7de87.css.map */
