:root, html, body {color-scheme: light !important;}:root {--bs-primary: rgb(228, 111, 133);--bs-secondary: rgb(159, 128, 134);--bs-tertiary: rgb(43, 48, 53);--bs-success: rgb(25, 135, 84);--bs-info: rgb(23, 162, 184);--bs-warning: rgb(255, 193, 7);--bs-danger: rgb(220, 53, 69);--bs-light: rgb(255, 255, 255);--bs-dark: rgb(17, 24, 39);--bs-white: rgb(255, 255, 255);--bs-black: rgb(0, 0, 0);--bs-emphasis-color: rgb(3, 7, 18);--bs-emphasis-color-rgb: 3, 7, 18;--bs-border-color: rgba(213, 211, 208, 1);--bs-primary-rgb: 228, 111, 133;--bs-secondary-rgb: 159, 128, 134;--bs-tertiary-rgb: 43, 48, 53;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 23, 162, 184;--bs-warning-rgb: 255, 193, 7;;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 255, 255, 255;--bs-dark-rgb: 17, 24, 39;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-primary-bg: rgb(227, 200, 205);--bs-secondary-bg: rgb(245, 228, 206);--bs-tertiary-bg: rgba(222, 226, 230, 0.5);--bs-primary-bg-rgb: 227, 200, 205;--bs-secondary-bg-rgb: 245, 228, 206;--bs-tertiary-bg-rgb: 222, 226, 230;--bs-primary-color: rgba(228, 111, 133, .75);--bs-secondary-color: rgba(159, 128, 134, .75);--bs-tertiary-color: rgba(43, 48, 53, .75);--bs-link-color: rgb(228, 111, 133);--bs-link-color-rgb: 228, 111, 133;--bs-link-hover-color-rgb: 194, 94, 113;--bs-link-hover-color: rgba(194, 94, 113, 1);--bs-body-color: rgb(55, 65, 81);--bs-body-color-rgb: 55, 65, 81;--bs-body-bg: rgb(251, 248, 245);--bs-body-bg-rgb: 251, 248, 245;--bs-primary-text-emphasis: rgba(137, 67, 80, 1);--bs-secondary-text-emphasis: rgba(95, 77, 80, 1);--bs-tertiary-text-emphasis: rgba(26, 29, 32, 1);--bs-success-text-emphasis: rgba(15, 81, 50, 1);--bs-info-text-emphasis: rgba(14, 97, 110, 1);--bs-warning-text-emphasis: rgba(153, 116, 4, 1);--bs-danger-text-emphasis: rgba(132, 32, 41, 1);--bs-primary-bg-subtle: rgb(227, 200, 205);--bs-secondary-bg-subtle: rgb(245, 228, 206);--bs-tertiary-bg-subtle: rgba(222, 226, 230, 0.5);--bs-success-bg-subtle: rgba(244, 249, 246, 1);--bs-info-bg-subtle: rgba(243, 250, 251, 1);--bs-warning-bg-subtle: rgba(255, 252, 243, 1);--bs-danger-bg-subtle: rgba(253, 245, 246, 1);--bs-primary-border-subtle: rgba(182, 160, 164, 1);--bs-secondary-border-subtle: rgba(196, 182, 165, 1);--bs-tertiary-border-subtle: rgba(178, 181, 184, 0.5);--bs-success-border-subtle: rgba(209, 231, 221, 1);--bs-info-border-subtle: rgba(209, 236, 241, 1);--bs-warning-border-subtle: rgba(255, 243, 205, 1);--bs-danger-border-subtle: rgba(248, 215, 218, 1);--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, 0.15);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.15);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.15);--bs-body-font-family: "Nunito Variable", 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-heading-font-family: "Quicksand Variable", 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";}html {background-color: var(--bs-primary);}h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {font-family: var(--bs-heading-font-family);}.swiper, .swiper-button-prev, .swiper-button-next {--swiper-navigation-color: rgb(228, 111, 133);}.swiper-pagination, .swiper-pagination-bullet {--swiper-pagination-color: rgb(228, 111, 133);}.btn-close {--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.15);}.btn-primary {--bs-btn-color: rgb(255, 255, 255);--bs-btn-bg: rgb(228, 111, 133);--bs-btn-border-color: rgb(228, 111, 133);--bs-btn-hover-color: rgb(255, 255, 255);--bs-btn-hover-bg: rgba(232, 133, 151, 1);--bs-btn-hover-border-color: rgb(228, 111, 133);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgb(255, 255, 255);--bs-btn-active-bg: rgba(233, 140, 157, 1);--bs-btn-active-border-color: rgba(233, 140, 157, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: rgb(255, 255, 255);--bs-btn-disabled-bg: rgba(236, 154, 170, 1);--bs-btn-disabled-border-color: rgba(236, 154, 170, 1);}.btn-primary-subtle {--bs-btn-color: rgb(255, 255, 255);--bs-btn-bg: rgb(227, 200, 205);--bs-btn-border-color: rgb(228, 111, 133);--bs-btn-hover-color: rgb(255, 255, 255);--bs-btn-hover-bg: rgba(232, 133, 151, 1);--bs-btn-hover-border-color: rgb(228, 111, 133);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgb(255, 255, 255);--bs-btn-active-bg: rgba(233, 140, 157, 1);--bs-btn-active-border-color: rgba(233, 140, 157, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: rgb(255, 255, 255);--bs-btn-disabled-bg: rgba(236, 154, 170, 1);--bs-btn-disabled-border-color: rgba(236, 154, 170, 1);}.btn-outline-primary-subtle {--bs-btn-color: rgb(227, 200, 205);--bs-btn-border-color: rgb(227, 200, 205);--bs-btn-hover-color: rgb(255, 255, 255);--bs-btn-hover-bg: rgba(231, 208, 213, 1);--bs-btn-hover-border-color: rgb(227, 200, 205);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgb(255, 255, 255);--bs-btn-active-bg: rgba(233, 140, 157, 1);--bs-btn-active-border-color: rgba(233, 140, 157, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: rgb(255, 255, 255);--bs-btn-disabled-bg: rgba(236, 154, 170, 1);--bs-btn-disabled-border-color: rgba(236, 154, 170, 1);}.btn-secondary {--bs-btn-color: rgb(255, 255, 255);--bs-btn-bg: rgb(159, 128, 134);--bs-btn-border-color: rgb(159, 128, 134);--bs-btn-hover-color: rgb(255, 255, 255);--bs-btn-hover-bg: rgba(173, 147, 152, 1);--bs-btn-hover-border-color: rgb(159, 128, 134);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgb(255, 255, 255);--bs-btn-active-bg: rgba(178, 153, 158, 1);--bs-btn-active-border-color: rgba(178, 153, 158, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: rgb(255, 255, 255);--bs-btn-disabled-bg: rgba(188, 166, 170, 1);--bs-btn-disabled-border-color: rgba(188, 166, 170, 1);}.btn-tertiary {--bs-btn-color: rgb(222, 226, 230);--bs-btn-bg: rgb(43, 48, 53);--bs-btn-border-color: rgb(43, 48, 53);--bs-btn-hover-color: rgb(222, 226, 230);--bs-btn-hover-bg: rgba(75, 79, 83, 1);--bs-btn-hover-border-color: rgb(43, 48, 53);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgb(222, 226, 230);--bs-btn-active-bg: rgba(85, 89, 93, 1);--bs-btn-active-border-color: rgba(85, 89, 93, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: rgb(222, 226, 230);--bs-btn-disabled-bg: rgba(107, 110, 114, 1);--bs-btn-disabled-border-color: rgba(107, 110, 114, 1);}.btn-secondary-subtle {--bs-btn-color: rgb(255, 255, 255);--bs-btn-bg: rgb(245, 228, 206);--bs-btn-border-color: rgb(159, 128, 134);--bs-btn-hover-color: rgb(255, 255, 255);--bs-btn-hover-bg: rgba(173, 147, 152, 1);--bs-btn-hover-border-color: rgb(159, 128, 134);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgb(255, 255, 255);--bs-btn-active-bg: rgba(178, 153, 158, 1);--bs-btn-active-border-color: rgba(178, 153, 158, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: rgb(255, 255, 255);--bs-btn-disabled-bg: rgba(188, 166, 170, 1);--bs-btn-disabled-border-color: rgba(188, 166, 170, 1);}.btn-tertiary-subtle {--bs-btn-color: rgb(222, 226, 230);--bs-btn-bg: rgba(222, 226, 230, 0.5);--bs-btn-border-color: rgb(43, 48, 53);--bs-btn-hover-color: rgb(222, 226, 230);--bs-btn-hover-bg: rgba(75, 79, 83, 1);--bs-btn-hover-border-color: rgb(43, 48, 53);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgb(222, 226, 230);--bs-btn-active-bg: rgba(85, 89, 93, 1);--bs-btn-active-border-color: rgba(85, 89, 93, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: rgb(222, 226, 230);--bs-btn-disabled-bg: rgba(107, 110, 114, 1);--bs-btn-disabled-border-color: rgba(107, 110, 114, 1);}.btn-outline-secondary-subtle {--bs-btn-color: rgb(245, 228, 206);--bs-btn-border-color: rgb(245, 228, 206);--bs-btn-hover-color: rgb(255, 255, 255);--bs-btn-hover-bg: rgba(247, 232, 213, 1);--bs-btn-hover-border-color: rgb(245, 228, 206);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgb(255, 255, 255);--bs-btn-active-bg: rgba(178, 153, 158, 1);--bs-btn-active-border-color: rgba(178, 153, 158, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: rgb(255, 255, 255);--bs-btn-disabled-bg: rgba(188, 166, 170, 1);--bs-btn-disabled-border-color: rgba(188, 166, 170, 1);}.btn-outline-tertiary-subtle {--bs-btn-color: rgba(222, 226, 230, 0.5);--bs-btn-border-color: rgba(222, 226, 230, 0.5);--bs-btn-hover-color: rgb(222, 226, 230);--bs-btn-hover-bg: rgba(227, 230, 234, 0.5);--bs-btn-hover-border-color: rgba(222, 226, 230, 0.5);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgb(222, 226, 230);--bs-btn-active-bg: rgba(85, 89, 93, 1);--bs-btn-active-border-color: rgba(85, 89, 93, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: rgb(222, 226, 230);--bs-btn-disabled-bg: rgba(107, 110, 114, 1);--bs-btn-disabled-border-color: rgba(107, 110, 114, 1);}.btn-light {--bs-btn-color: rgb(17, 24, 39);--bs-btn-bg: rgb(255, 255, 255);--bs-btn-border-color: rgb(255, 255, 255);--bs-btn-hover-color: rgba(53, 59, 71, 1);--bs-btn-hover-bg: rgba(242, 242, 242, 1);--bs-btn-hover-border-color: rgba(242, 242, 242, 1);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgba(53, 59, 71, 1);--bs-btn-active-bg: rgba(229, 229, 229, 1);--bs-btn-active-border-color: rgba(229, 229, 229, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: rgba(53, 59, 71, 1);--bs-btn-disabled-bg: rgba(204, 204, 204, 1);--bs-btn-disabled-border-color: rgba(204, 204, 204, 1);}.btn-dark {--bs-btn-color: rgb(255, 255, 255);--bs-btn-bg: rgb(17, 24, 39);--bs-btn-border-color: rgb(17, 24, 39);--bs-btn-hover-color: rgba(255, 255, 255, 1);--bs-btn-hover-bg: rgba(53, 59, 71, 1);--bs-btn-hover-border-color: rgba(53, 59, 71, 1);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: rgba(255, 255, 255, 1);--bs-btn-active-bg: rgba(77, 82, 93, 1);--bs-btn-active-border-color: rgba(77, 82, 93, 1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: rgba(204, 204, 204, 1);--bs-btn-disabled-bg: rgb(17, 24, 39);--bs-btn-disabled-border-color: rgb(17, 24, 39);}.text-bg-primary {color: rgb(255, 255, 255) !important;}.text-primary-subtle {color: rgb(227, 200, 205);}.text-bg-secondary {color: rgb(255, 255, 255) !important;}.text-secondary-subtle {color: rgb(245, 228, 206);}.bg-tertiary {background-color: rgb(43, 48, 53) !important;}.text-bg-tertiary {background-color: rgb(43, 48, 53) !important;color: rgb(222, 226, 230) !important;}.text-tertiary {color: rgb(43, 48, 53) !important;}.text-tertiary-subtle {color: rgba(222, 226, 230, 0.5);}.dropdown-menu {--bs-dropdown-bg: rgb(251, 248, 245);--bs-dropdown-link-active-color: rgb(228, 111, 133);--bs-dropdown-link-hover-color: rgba(232, 133, 151, 1);--bs-dropdown-link-hover-bg: rgb(227, 200, 205);--bs-dropdown-link-color: rgb(3, 7, 18);}.pagination {--bs-pagination-active-bg: rgb(228, 111, 133);--bs-pagination-disabled-bg: inherit;--bs-pagination-disabled-color: inherit;--bs-pagination-active-border-color: rgb(228, 111, 133);--bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.15);}.navbar {--bs-navbar-active-color: var(--bs-primary) ;--bs-navbar-color: inherit;}.navbar .nav-link.static-active { color: var(--bs-navbar-active-color);}.navbar-nav {--bs-nav-link-hover-color: rgba(232, 133, 151, 1); --bs-nav-link-font-weight: 600;}.nav-pills {--bs-nav-pills-link-active-color: rgb(3, 7, 18);--bs-nav-pills-link-active-bg: rgb(245, 228, 206);}.progress {--bs-progress-bar-bg: rgb(228, 111, 133);}.accordion {--bs-accordion-active-color: rgb(228, 111, 133);}.btn-outline-primary {--bs-btn-color: rgb(228, 111, 133);--bs-btn-border-color: rgb(228, 111, 133);--bs-btn-hover-color: rgb(255, 255, 255);--bs-btn-hover-bg: rgb(228, 111, 133);--bs-btn-hover-border-color: rgb(228, 111, 133);--bs-btn-focus-shadow-rgb: 228, 111, 133;--bs-btn-active-color: rgb(255, 255, 255);--bs-btn-active-bg: rgb(228, 111, 133);--bs-btn-active-border-color: rgb(228, 111, 133);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: rgb(228, 111, 133);--bs-btn-disabled-border-color: rgb(228, 111, 133);}.btn-outline-secondary {--bs-btn-color: rgb(159, 128, 134);--bs-btn-border-color: rgb(159, 128, 134);--bs-btn-hover-color: rgb(255, 255, 255);--bs-btn-hover-bg: rgb(159, 128, 134);--bs-btn-hover-border-color: rgb(159, 128, 134);--bs-btn-focus-shadow-rgb: 159, 128, 134;--bs-btn-active-color: rgb(255, 255, 255);--bs-btn-active-bg: rgb(159, 128, 134);--bs-btn-active-border-color: rgb(159, 128, 134);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: rgb(159, 128, 134);--bs-btn-disabled-border-color: rgb(159, 128, 134);}.btn-outline-tertiary {--bs-btn-color: rgb(43, 48, 53);--bs-btn-border-color: rgb(43, 48, 53);--bs-btn-hover-color: rgb(255, 255, 255);--bs-btn-hover-bg: rgb(43, 48, 53);--bs-btn-hover-border-color: rgb(43, 48, 53);--bs-btn-focus-shadow-rgb: 43, 48, 53;--bs-btn-active-color: rgb(255, 255, 255);--bs-btn-active-bg: rgb(43, 48, 53);--bs-btn-active-border-color: rgb(43, 48, 53);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);--bs-btn-disabled-color: rgb(43, 48, 53);--bs-btn-disabled-border-color: rgb(43, 48, 53);}.table-primary {--bs-table-bg:rgb(228, 111, 133);--bs-table-color:rgb(255, 255, 255);}.table-secondary {--bs-table-bg:rgb(159, 128, 134);--bs-table-color:rgb(255, 255, 255);}.table-tertiary {--bs-table-bg:rgb(43, 48, 53);--bs-table-color:rgb(222, 226, 230);}.form-check-input:checked {background-color: rgb(159, 128, 134) ;border-color: rgb(159, 128, 134) ;}.form-control:focus, .form-select:focus {border-color: rgba(242, 183, 194, 1);}.list-group {--bs-list-group-active-bg: rgb(228, 111, 133);--bs-list-group-active-border-color: rgb(228, 111, 133);--bs-list-group-active-color: rgb(255, 255, 255);}.text-bg-success { color: rgb(255, 255, 255) !important; background-color: rgb(25, 135, 84) !important;}.text-bg-warning { color: rgb(255, 255, 255) !important; background-color: rgb(255, 193, 7) !important;}.text-bg-danger { color: rgb(55, 65, 81) !important; background-color: rgb(220, 53, 69) !important;}.text-bg-info { color: rgb(255, 255, 255) !important; background-color: rgb(23, 162, 184) !important;}.text-bg-light { color: rgb(55, 65, 81) !important; background-color: rgb(255, 255, 255) !important;}.text-bg-dark { color: rgb(255, 255, 255) !important; background-color: rgb(17, 24, 39) !important;}.text-bg-primary-subtle { background-color: rgb(227, 200, 205) !important; color: rgb(55, 65, 81) !important;}.text-bg-secondary-subtle { background-color: rgb(245, 228, 206) !important; color: rgb(55, 65, 81) }.text-bg-tertiary-subtle { background-color: rgba(222, 226, 230, 0.5) !important; color: rgb(55, 65, 81) }.text-bg-body { background-color: rgb(251, 248, 245) !important; color: rgb(55, 65, 81) !important;}.text-bg-white { background-color: rgb(255, 255, 255) !important; color: rgb(0, 0, 0) !important;}.text-body-bg { color: var(--bs-body-bg);}.btn-body { --bs-btn-color: var(--bs-body-color); --bs-btn-bg: var(--bs-body-bg);}.btn-outline-body { --bs-btn-color: var(--bs-body-bg); --bs-btn-border-color: var(--bs-body-bg);}.offcanvas, .offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl { --bs-offcanvas-bg: var(--bs-white) !important;}.card {--bs-card-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.15);--bs-card-title-color: rgb(3, 7, 18);--bs-card-color: rgb(55, 65, 81);--bs-card-border-color: rgba(213, 211, 208, 1);} .card {--bs-card-border-radius: 1rem !important;--bs-card-inner-border-radius: 1rem !important;}:root { --bs-border-radius: 1rem !important; --bs-border-radius-sm: 1rem !important; --bs-border-radius-lg: 1rem !important; --bs-border-radius-xl: 1rem !important; --bs-border-radius-xxl: 1rem !important; --bs-border-radius-2xl: 1rem !important; --bs-border-radius-pill: 1rem !important;} .btn, .btn-sm, .btn-lg { --bs-btn-border-radius: 1rem !important; } .dropdown-menu { --bs-dropdown-border-radius: 1rem !important; --bs-dropdown-inner-border-radius: 1rem !important; } .dropdown { --bs-dropdown-item-border-radius: 1rem !important; } .badge { --bs-badge-border-radius: 1rem !important; } .img-rounded, .form-check-input[type=checkbox] { border-radius: 1rem !important; } .card_kite { --kite-clip-radius: 1rem !important; --bs-card-border-radius: 1rem !important; } .form-control { border-radius: 1rem; } .border-body { border-color: var(--bs-body-bg) !important; }:root { --swiper-navigation-size: 24px !important;}h1, h2 { color: var(--bs-secondary);}h1:first-letter, h2:first-letter { color: var(--bs-primary);}.header_banner>div:has(img) { border-radius: var(--bs-border-radius-xxl);}.swiper-button-prev ::slotted(svg), .swiper-button-prev svg, .swiper-button-next ::slotted(svg), .swiper-button-next svg,.swiper-button-prev svg path, .swiper-button-next svg path { fill: var(--bs-primary) !important;}.header_banner_content { transform: scale(1.002, 1);}