.glightbox-container {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 999999 !important;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
outline: none;
}
.glightbox-container.inactive {
display: none;
}
.glightbox-container .gcontainer {
position: relative;
width: 100%;
height: 100%;
z-index: 9999;
overflow: hidden;
}
.glightbox-container .gslider {
-webkit-transition: -webkit-transform 0.4s ease;
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
height: 100%;
left: 0;
top: 0;
width: 100%;
position: relative;
overflow: hidden;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.glightbox-container .gslide {
width: 100%;
position: absolute;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
opacity: 0;
}
.glightbox-container .gslide.current {
opacity: 1;
z-index: 99999;
position: relative;
}
.glightbox-container .gslide.prev {
opacity: 1;
z-index: 9999;
}
.glightbox-container .gslide-inner-content {
width: 100%;
}
.glightbox-container .ginner-container {
position: relative;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
max-width: 100%;
margin: auto;
height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
max-width: 100% !important;
}
.gslide iframe,
.gslide video {
outline: none !important;
border: none;
min-height: 165px;
-webkit-overflow-scrolling: touch;
-ms-touch-action: auto;
touch-action: auto;
}
.gslide:not(.current) {
pointer-events: none;
}
.gslide-image {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.gslide-image img {
max-height: 100vh;
display: block;
padding: 0;
float: none;
outline: none;
border: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
max-width: 100vw;
width: auto;
height: auto;
-o-object-fit: cover;
object-fit: cover;
-ms-touch-action: none;
touch-action: none;
margin: auto;
min-width: 200px;
}
.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
width: auto;
max-width: 100%;
}
.gslide-image img.zoomable {
position: relative;
}
.gslide-image img.dragging {
cursor: -webkit-grabbing !important;
cursor: grabbing !important;
-webkit-transition: none;
transition: none;
}
.gslide-video {
position: relative;
max-width: 100vh;
width: 100% !important;
}
.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
display: none;
}
.gslide-video .gvideo-wrapper {
width: 100%; margin: auto;
}
.gslide-video::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: rgba(255, 0, 0, 0.34);
display: none;
}
.gslide-video.playing::before {
display: none;
}
.gslide-video.fullscreen {
max-width: 100% !important;
min-width: 100%;
height: 75vh;
}
.gslide-video.fullscreen video {
max-width: 100% !important;
width: 100% !important;
}
.gslide-inline {
background: #fff;
text-align: left;
max-height: calc(100vh - 40px);
overflow: auto;
max-width: 100%;
margin: auto;
}
.gslide-inline .ginlined-content {
padding: 20px;
width: 100%;
}
.gslide-inline .dragging {
cursor: -webkit-grabbing !important;
cursor: grabbing !important;
-webkit-transition: none;
transition: none;
}
.ginlined-content {
overflow: auto;
display: block !important;
opacity: 1;
}
.gslide-external {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
min-width: 100%;
background: #fff;
padding: 0;
overflow: auto;
max-height: 75vh;
height: 100%;
}
.gslide-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: auto;
}
.zoomed .gslide-media {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.desc-top .gslide-media,
.desc-bottom .gslide-media {
margin: 0 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.gslide-description {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
}
.gslide-description.description-left,
.gslide-description.description-right {
max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
margin: 0 auto;
width: 100%;
}
.gslide-description p {
margin-bottom: 12px;
}
.gslide-description p:last-child {
margin-bottom: 0;
}
.zoomed .gslide-description {
display: none;
}
.glightbox-button-hidden {
display: none;
} .glightbox-mobile .glightbox-container .gslide-description {
height: auto !important;
width: 100%;
position: absolute;
bottom: 0;
padding: 19px 11px;
max-width: 100vw !important;
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
max-height: 78vh;
overflow: auto !important;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
-webkit-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
padding-bottom: 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
color: #fff;
font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
color: #fff;
font-weight: bold;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
color: #fff;
opacity: 0.4;
}
.gdesc-open .gslide-media {
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
opacity: 0.4;
}
.gdesc-open .gdesc-inner {
padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
opacity: 1;
}
.greset {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.gabsolute {
position: absolute;
}
.grelative {
position: relative;
}
.glightbox-desc {
display: none !important;
}
.glightbox-open {
overflow: hidden;
}
.gloader {
height: 25px;
width: 25px;
-webkit-animation: lightboxLoader 0.8s infinite linear;
animation: lightboxLoader 0.8s infinite linear;
border: 2px solid #fff;
border-right-color: transparent;
border-radius: 50%;
position: absolute;
display: block;
z-index: 9999;
left: 0;
right: 0;
margin: 0 auto;
top: 47%;
}
.goverlay {
width: 100%;
height: calc(100vh + 1px);
position: fixed;
top: -1px;
left: 0;
background: #000;
will-change: opacity;
}
.glightbox-mobile .goverlay {
background: #000;
}
.gprev,
.gnext,
.gclose {
z-index: 99999;
cursor: pointer;
width: 26px;
height: 44px;
border: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.gprev svg,
.gnext svg,
.gclose svg {
display: block;
width: 25px;
height: auto;
margin: 0;
padding: 0;
}
.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
opacity: 0.1;
}
.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
stroke: #fff;
}
.gbtn.focused {
outline: 2px solid #0f3d81;
}
iframe.wait-autoplay {
opacity: 0;
}
.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
opacity: 0 !important;
} .glightbox-clean .gslide-description {
background: #fff;
}
.glightbox-clean .gdesc-inner {
padding: 22px 20px;
}
.glightbox-clean .gslide-title {
font-size: 1em;
font-weight: normal;
font-family: arial;
color: #000;
margin-bottom: 19px;
line-height: 1.4em;
}
.glightbox-clean .gslide-desc {
font-size: 0.86em;
margin-bottom: 0;
font-family: arial;
line-height: 1.4em;
}
.glightbox-clean .gslide-video {
background: #000;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
background-color: rgba(0, 0, 0, 0.75);
border-radius: 4px;
}
.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
fill: #fff;
}
.glightbox-clean .gprev {
position: absolute;
top: -100%;
left: 30px;
width: 40px;
height: 50px;
}
.glightbox-clean .gnext {
position: absolute;
top: -100%;
right: 30px;
width: 40px;
height: 50px;
}
.glightbox-clean .gclose {
width: 35px;
height: 35px;
top: 15px;
right: 10px;
position: absolute;
}
.glightbox-clean .gclose svg {
width: 18px;
height: auto;
}
.glightbox-clean .gclose:hover {
opacity: 1;
} .gfadeIn {
-webkit-animation: gfadeIn 0.5s ease;
animation: gfadeIn 0.5s ease;
}
.gfadeOut {
-webkit-animation: gfadeOut 0.5s ease;
animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
-webkit-animation: gslideOutLeft 0.3s ease;
animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
-webkit-animation: gslideInLeft 0.3s ease;
animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
-webkit-animation: gslideOutRight 0.3s ease;
animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
-webkit-animation: gslideInRight 0.3s ease;
animation: gslideInRight 0.3s ease;
}
.gzoomIn {
-webkit-animation: gzoomIn 0.5s ease;
animation: gzoomIn 0.5s ease;
}
.gzoomOut {
-webkit-animation: gzoomOut 0.5s ease;
animation: gzoomOut 0.5s ease;
}
@-webkit-keyframes lightboxLoader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes lightboxLoader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes gfadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes gfadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes gfadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes gfadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes gslideInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
}
to {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes gslideInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
}
to {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-webkit-keyframes gslideOutLeft {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
opacity: 0;
visibility: hidden;
}
}
@keyframes gslideOutLeft {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
opacity: 0;
visibility: hidden;
}
}
@-webkit-keyframes gslideInRight {
from {
opacity: 0;
visibility: visible;
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes gslideInRight {
from {
opacity: 0;
visibility: visible;
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-webkit-keyframes gslideOutRight {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
opacity: 0;
}
}
@keyframes gslideOutRight {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
opacity: 0;
}
}
@-webkit-keyframes gzoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 1;
}
}
@keyframes gzoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 1;
}
}
@-webkit-keyframes gzoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes gzoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@media (min-width: 769px) {
.glightbox-container .ginner-container {
width: auto;
height: auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.glightbox-container .ginner-container.desc-top .gslide-description {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.glightbox-container .ginner-container.desc-top .gslide-image,
.glightbox-container .ginner-container.desc-top .gslide-image img {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.glightbox-container .ginner-container.desc-left .gslide-description {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.glightbox-container .ginner-container.desc-left .gslide-image {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.gslide-image img {
max-height: 97vh;
max-width: 100%;
}
.gslide-image img.zoomable {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.zoomed .gslide-image img.zoomable {
cursor: -webkit-grab;
cursor: grab;
}
.gslide-inline {
max-height: 95vh;
}
.gslide-external {
max-height: 100vh;
}
.gslide-description.description-left,
.gslide-description.description-right {
max-width: 275px;
}
.glightbox-open {
height: auto;
}
.goverlay {
background: rgba(0, 0, 0, 0.92);
}
.glightbox-clean .gslide-media {
-webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
}
.glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
position: absolute;
height: 100%;
overflow-y: auto;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
background-color: rgba(0, 0, 0, 0.32);
}
.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
background-color: rgba(0, 0, 0, 0.7);
}
.glightbox-clean .gprev {
top: 45%;
}
.glightbox-clean .gnext {
top: 45%;
}
}
@media (min-width: 992px) {
.glightbox-clean .gclose {
opacity: 0.7;
right: 20px;
}
}
@media screen and (max-height: 420px) {
.goverlay {
background: #000;
}
}
.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.screen-reader-text:focus{background-color:#eee;clip:auto !important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: rgb(5.2, 44, 101.2);--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(88, 21.2, 27.6);--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: rgb(206.6, 226, 254.6);--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(248, 214.6, 217.8);--bs-light-bg-subtle: rgb(251.5, 252, 252.5);--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: rgb(158.2, 197, 254.2);--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(241, 174.2, 180.6);--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #0d6efd;--bs-link-color-rgb: 13, 110, 253;--bs-link-decoration: underline;--bs-link-hover-color: rgb(10.4, 88, 202.4);--bs-link-hover-color-rgb: 10, 88, 202;--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(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1.875rem;--bs-border-radius-xxl: 100rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(13, 110, 253, 0.25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}[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(109.8, 168, 253.8);--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(234, 133.8, 143.4);--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: rgb(2.6, 22, 50.6);--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(44, 10.6, 13.8);--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: rgb(7.8, 66, 151.8);--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(132, 31.8, 41.4);--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: rgb(109.8, 168, 253.8);--bs-link-hover-color: rgb(138.84, 185.4, 254.04);--bs-link-color-rgb: 110, 168, 254;--bs-link-hover-color-rgb: 139, 185, 254;--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(234, 133.8, 143.4);--bs-form-invalid-border-color: rgb(234, 133.8, 143.4)}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:.625rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,h5,h4,h3,h2,h1{margin-top:0;margin-bottom:.3125rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:0.875em}mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;line-height:inherit;font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale(1)}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important} :root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: rgb(5.2, 44, 101.2);--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(88, 21.2, 27.6);--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: rgb(206.6, 226, 254.6);--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(248, 214.6, 217.8);--bs-light-bg-subtle: rgb(251.5, 252, 252.5);--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: rgb(158.2, 197, 254.2);--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(241, 174.2, 180.6);--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #0d6efd;--bs-link-color-rgb: 13, 110, 253;--bs-link-decoration: underline;--bs-link-hover-color: rgb(10.4, 88, 202.4);--bs-link-hover-color-rgb: 10, 88, 202;--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(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1.875rem;--bs-border-radius-xxl: 100rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(13, 110, 253, 0.25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}[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(109.8, 168, 253.8);--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(234, 133.8, 143.4);--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: rgb(2.6, 22, 50.6);--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(44, 10.6, 13.8);--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: rgb(7.8, 66, 151.8);--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(132, 31.8, 41.4);--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: rgb(109.8, 168, 253.8);--bs-link-hover-color: rgb(138.84, 185.4, 254.04);--bs-link-color-rgb: 110, 168, 254;--bs-link-hover-color-rgb: 139, 185, 254;--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(234, 133.8, 143.4);--bs-form-invalid-border-color: rgb(234, 133.8, 143.4)}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important}.link-secondary{color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important}.link-danger{color:RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-danger:hover,.link-danger:focus{color:RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important}.link-light{color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-light:hover,.link-light:focus{color:RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important}.link-dark{color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-dark:hover,.link-dark:focus{color:RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media(prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1600px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){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),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.object-fit-contain{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-inline-grid{display:inline-grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:var(--bs-box-shadow) !important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.15625rem !important}.m-2{margin:.3125rem !important}.m-3{margin:.625rem !important}.m-4{margin:1.25rem !important}.m-5{margin:1.875rem !important}.m-6{margin:2.5rem !important}.m-7{margin:3.125rem !important}.m-8{margin:3.75rem !important}.m-9{margin:4.375rem !important}.m-10{margin:5rem !important}.m-11{margin:5.625rem !important}.m-12{margin:6.25rem !important}.m-13{margin:6.875rem !important}.m-14{margin:7.5rem !important}.m-15{margin:8.125rem !important}.m-16{margin:8.75rem !important}.m-17{margin:9.375rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.15625rem !important;margin-left:.15625rem !important}.mx-2{margin-right:.3125rem !important;margin-left:.3125rem !important}.mx-3{margin-right:.625rem !important;margin-left:.625rem !important}.mx-4{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-5{margin-right:1.875rem !important;margin-left:1.875rem !important}.mx-6{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-7{margin-right:3.125rem !important;margin-left:3.125rem !important}.mx-8{margin-right:3.75rem !important;margin-left:3.75rem !important}.mx-9{margin-right:4.375rem !important;margin-left:4.375rem !important}.mx-10{margin-right:5rem !important;margin-left:5rem !important}.mx-11{margin-right:5.625rem !important;margin-left:5.625rem !important}.mx-12{margin-right:6.25rem !important;margin-left:6.25rem !important}.mx-13{margin-right:6.875rem !important;margin-left:6.875rem !important}.mx-14{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-15{margin-right:8.125rem !important;margin-left:8.125rem !important}.mx-16{margin-right:8.75rem !important;margin-left:8.75rem !important}.mx-17{margin-right:9.375rem !important;margin-left:9.375rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.15625rem !important;margin-bottom:.15625rem !important}.my-2{margin-top:.3125rem !important;margin-bottom:.3125rem !important}.my-3{margin-top:.625rem !important;margin-bottom:.625rem !important}.my-4{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-5{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.my-6{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-7{margin-top:3.125rem !important;margin-bottom:3.125rem !important}.my-8{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.my-9{margin-top:4.375rem !important;margin-bottom:4.375rem !important}.my-10{margin-top:5rem !important;margin-bottom:5rem !important}.my-11{margin-top:5.625rem !important;margin-bottom:5.625rem !important}.my-12{margin-top:6.25rem !important;margin-bottom:6.25rem !important}.my-13{margin-top:6.875rem !important;margin-bottom:6.875rem !important}.my-14{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-15{margin-top:8.125rem !important;margin-bottom:8.125rem !important}.my-16{margin-top:8.75rem !important;margin-bottom:8.75rem !important}.my-17{margin-top:9.375rem !important;margin-bottom:9.375rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.15625rem !important}.mt-2{margin-top:.3125rem !important}.mt-3{margin-top:.625rem !important}.mt-4{margin-top:1.25rem !important}.mt-5{margin-top:1.875rem !important}.mt-6{margin-top:2.5rem !important}.mt-7{margin-top:3.125rem !important}.mt-8{margin-top:3.75rem !important}.mt-9{margin-top:4.375rem !important}.mt-10{margin-top:5rem !important}.mt-11{margin-top:5.625rem !important}.mt-12{margin-top:6.25rem !important}.mt-13{margin-top:6.875rem !important}.mt-14{margin-top:7.5rem !important}.mt-15{margin-top:8.125rem !important}.mt-16{margin-top:8.75rem !important}.mt-17{margin-top:9.375rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.15625rem !important}.me-2{margin-right:.3125rem !important}.me-3{margin-right:.625rem !important}.me-4{margin-right:1.25rem !important}.me-5{margin-right:1.875rem !important}.me-6{margin-right:2.5rem !important}.me-7{margin-right:3.125rem !important}.me-8{margin-right:3.75rem !important}.me-9{margin-right:4.375rem !important}.me-10{margin-right:5rem !important}.me-11{margin-right:5.625rem !important}.me-12{margin-right:6.25rem !important}.me-13{margin-right:6.875rem !important}.me-14{margin-right:7.5rem !important}.me-15{margin-right:8.125rem !important}.me-16{margin-right:8.75rem !important}.me-17{margin-right:9.375rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.15625rem !important}.mb-2{margin-bottom:.3125rem !important}.mb-3{margin-bottom:.625rem !important}.mb-4{margin-bottom:1.25rem !important}.mb-5{margin-bottom:1.875rem !important}.mb-6{margin-bottom:2.5rem !important}.mb-7{margin-bottom:3.125rem !important}.mb-8{margin-bottom:3.75rem !important}.mb-9{margin-bottom:4.375rem !important}.mb-10{margin-bottom:5rem !important}.mb-11{margin-bottom:5.625rem !important}.mb-12{margin-bottom:6.25rem !important}.mb-13{margin-bottom:6.875rem !important}.mb-14{margin-bottom:7.5rem !important}.mb-15{margin-bottom:8.125rem !important}.mb-16{margin-bottom:8.75rem !important}.mb-17{margin-bottom:9.375rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.15625rem !important}.ms-2{margin-left:.3125rem !important}.ms-3{margin-left:.625rem !important}.ms-4{margin-left:1.25rem !important}.ms-5{margin-left:1.875rem !important}.ms-6{margin-left:2.5rem !important}.ms-7{margin-left:3.125rem !important}.ms-8{margin-left:3.75rem !important}.ms-9{margin-left:4.375rem !important}.ms-10{margin-left:5rem !important}.ms-11{margin-left:5.625rem !important}.ms-12{margin-left:6.25rem !important}.ms-13{margin-left:6.875rem !important}.ms-14{margin-left:7.5rem !important}.ms-15{margin-left:8.125rem !important}.ms-16{margin-left:8.75rem !important}.ms-17{margin-left:9.375rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.15625rem !important}.p-2{padding:.3125rem !important}.p-3{padding:.625rem !important}.p-4{padding:1.25rem !important}.p-5{padding:1.875rem !important}.p-6{padding:2.5rem !important}.p-7{padding:3.125rem !important}.p-8{padding:3.75rem !important}.p-9{padding:4.375rem !important}.p-10{padding:5rem !important}.p-11{padding:5.625rem !important}.p-12{padding:6.25rem !important}.p-13{padding:6.875rem !important}.p-14{padding:7.5rem !important}.p-15{padding:8.125rem !important}.p-16{padding:8.75rem !important}.p-17{padding:9.375rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.15625rem !important;padding-left:.15625rem !important}.px-2{padding-right:.3125rem !important;padding-left:.3125rem !important}.px-3{padding-right:.625rem !important;padding-left:.625rem !important}.px-4{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-5{padding-right:1.875rem !important;padding-left:1.875rem !important}.px-6{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-7{padding-right:3.125rem !important;padding-left:3.125rem !important}.px-8{padding-right:3.75rem !important;padding-left:3.75rem !important}.px-9{padding-right:4.375rem !important;padding-left:4.375rem !important}.px-10{padding-right:5rem !important;padding-left:5rem !important}.px-11{padding-right:5.625rem !important;padding-left:5.625rem !important}.px-12{padding-right:6.25rem !important;padding-left:6.25rem !important}.px-13{padding-right:6.875rem !important;padding-left:6.875rem !important}.px-14{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-15{padding-right:8.125rem !important;padding-left:8.125rem !important}.px-16{padding-right:8.75rem !important;padding-left:8.75rem !important}.px-17{padding-right:9.375rem !important;padding-left:9.375rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.15625rem !important;padding-bottom:.15625rem !important}.py-2{padding-top:.3125rem !important;padding-bottom:.3125rem !important}.py-3{padding-top:.625rem !important;padding-bottom:.625rem !important}.py-4{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-5{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.py-6{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-7{padding-top:3.125rem !important;padding-bottom:3.125rem !important}.py-8{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.py-9{padding-top:4.375rem !important;padding-bottom:4.375rem !important}.py-10{padding-top:5rem !important;padding-bottom:5rem !important}.py-11{padding-top:5.625rem !important;padding-bottom:5.625rem !important}.py-12{padding-top:6.25rem !important;padding-bottom:6.25rem !important}.py-13{padding-top:6.875rem !important;padding-bottom:6.875rem !important}.py-14{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-15{padding-top:8.125rem !important;padding-bottom:8.125rem !important}.py-16{padding-top:8.75rem !important;padding-bottom:8.75rem !important}.py-17{padding-top:9.375rem !important;padding-bottom:9.375rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.15625rem !important}.pt-2{padding-top:.3125rem !important}.pt-3{padding-top:.625rem !important}.pt-4{padding-top:1.25rem !important}.pt-5{padding-top:1.875rem !important}.pt-6{padding-top:2.5rem !important}.pt-7{padding-top:3.125rem !important}.pt-8{padding-top:3.75rem !important}.pt-9{padding-top:4.375rem !important}.pt-10{padding-top:5rem !important}.pt-11{padding-top:5.625rem !important}.pt-12{padding-top:6.25rem !important}.pt-13{padding-top:6.875rem !important}.pt-14{padding-top:7.5rem !important}.pt-15{padding-top:8.125rem !important}.pt-16{padding-top:8.75rem !important}.pt-17{padding-top:9.375rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.15625rem !important}.pe-2{padding-right:.3125rem !important}.pe-3{padding-right:.625rem !important}.pe-4{padding-right:1.25rem !important}.pe-5{padding-right:1.875rem !important}.pe-6{padding-right:2.5rem !important}.pe-7{padding-right:3.125rem !important}.pe-8{padding-right:3.75rem !important}.pe-9{padding-right:4.375rem !important}.pe-10{padding-right:5rem !important}.pe-11{padding-right:5.625rem !important}.pe-12{padding-right:6.25rem !important}.pe-13{padding-right:6.875rem !important}.pe-14{padding-right:7.5rem !important}.pe-15{padding-right:8.125rem !important}.pe-16{padding-right:8.75rem !important}.pe-17{padding-right:9.375rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.15625rem !important}.pb-2{padding-bottom:.3125rem !important}.pb-3{padding-bottom:.625rem !important}.pb-4{padding-bottom:1.25rem !important}.pb-5{padding-bottom:1.875rem !important}.pb-6{padding-bottom:2.5rem !important}.pb-7{padding-bottom:3.125rem !important}.pb-8{padding-bottom:3.75rem !important}.pb-9{padding-bottom:4.375rem !important}.pb-10{padding-bottom:5rem !important}.pb-11{padding-bottom:5.625rem !important}.pb-12{padding-bottom:6.25rem !important}.pb-13{padding-bottom:6.875rem !important}.pb-14{padding-bottom:7.5rem !important}.pb-15{padding-bottom:8.125rem !important}.pb-16{padding-bottom:8.75rem !important}.pb-17{padding-bottom:9.375rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.15625rem !important}.ps-2{padding-left:.3125rem !important}.ps-3{padding-left:.625rem !important}.ps-4{padding-left:1.25rem !important}.ps-5{padding-left:1.875rem !important}.ps-6{padding-left:2.5rem !important}.ps-7{padding-left:3.125rem !important}.ps-8{padding-left:3.75rem !important}.ps-9{padding-left:4.375rem !important}.ps-10{padding-left:5rem !important}.ps-11{padding-left:5.625rem !important}.ps-12{padding-left:6.25rem !important}.ps-13{padding-left:6.875rem !important}.ps-14{padding-left:7.5rem !important}.ps-15{padding-left:8.125rem !important}.ps-16{padding-left:8.75rem !important}.ps-17{padding-left:9.375rem !important}.gap-0{gap:0 !important}.gap-1{gap:.15625rem !important}.gap-2{gap:.3125rem !important}.gap-3{gap:.625rem !important}.gap-4{gap:1.25rem !important}.gap-5{gap:1.875rem !important}.gap-6{gap:2.5rem !important}.gap-7{gap:3.125rem !important}.gap-8{gap:3.75rem !important}.gap-9{gap:4.375rem !important}.gap-10{gap:5rem !important}.gap-11{gap:5.625rem !important}.gap-12{gap:6.25rem !important}.gap-13{gap:6.875rem !important}.gap-14{gap:7.5rem !important}.gap-15{gap:8.125rem !important}.gap-16{gap:8.75rem !important}.gap-17{gap:9.375rem !important}.row-gap-0{row-gap:0 !important}.row-gap-1{row-gap:.15625rem !important}.row-gap-2{row-gap:.3125rem !important}.row-gap-3{row-gap:.625rem !important}.row-gap-4{row-gap:1.25rem !important}.row-gap-5{row-gap:1.875rem !important}.row-gap-6{row-gap:2.5rem !important}.row-gap-7{row-gap:3.125rem !important}.row-gap-8{row-gap:3.75rem !important}.row-gap-9{row-gap:4.375rem !important}.row-gap-10{row-gap:5rem !important}.row-gap-11{row-gap:5.625rem !important}.row-gap-12{row-gap:6.25rem !important}.row-gap-13{row-gap:6.875rem !important}.row-gap-14{row-gap:7.5rem !important}.row-gap-15{row-gap:8.125rem !important}.row-gap-16{row-gap:8.75rem !important}.row-gap-17{row-gap:9.375rem !important}.column-gap-0{column-gap:0 !important}.column-gap-1{column-gap:.15625rem !important}.column-gap-2{column-gap:.3125rem !important}.column-gap-3{column-gap:.625rem !important}.column-gap-4{column-gap:1.25rem !important}.column-gap-5{column-gap:1.875rem !important}.column-gap-6{column-gap:2.5rem !important}.column-gap-7{column-gap:3.125rem !important}.column-gap-8{column-gap:3.75rem !important}.column-gap-9{column-gap:4.375rem !important}.column-gap-10{column-gap:5rem !important}.column-gap-11{column-gap:5.625rem !important}.column-gap-12{column-gap:6.25rem !important}.column-gap-13{column-gap:6.875rem !important}.column-gap-14{column-gap:7.5rem !important}.column-gap-15{column-gap:8.125rem !important}.column-gap-16{column-gap:8.75rem !important}.column-gap-17{column-gap:9.375rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:hsla(0,0%,100%,.5) !important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important}.link-opacity-10{--bs-link-opacity: 0.1}.link-opacity-10-hover:hover{--bs-link-opacity: 0.1}.link-opacity-25{--bs-link-opacity: 0.25}.link-opacity-25-hover:hover{--bs-link-opacity: 0.25}.link-opacity-50{--bs-link-opacity: 0.5}.link-opacity-50-hover:hover{--bs-link-opacity: 0.5}.link-opacity-75{--bs-link-opacity: 0.75}.link-opacity-75-hover:hover{--bs-link-opacity: 0.75}.link-opacity-100{--bs-link-opacity: 1}.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1{text-underline-offset:.125em !important}.link-offset-1-hover:hover{text-underline-offset:.125em !important}.link-offset-2{text-underline-offset:.25em !important}.link-offset-2-hover:hover{text-underline-offset:.25em !important}.link-offset-3{text-underline-offset:.375em !important}.link-offset-3-hover:hover{text-underline-offset:.375em !important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-underline-opacity-0{--bs-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10{--bs-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: 0.1}.link-underline-opacity-25{--bs-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: 0.25}.link-underline-opacity-50{--bs-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: 0.5}.link-underline-opacity-75{--bs-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: 0.75}.link-underline-opacity-100{--bs-link-underline-opacity: 1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-inline-grid{display:inline-grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.15625rem !important}.m-sm-2{margin:.3125rem !important}.m-sm-3{margin:.625rem !important}.m-sm-4{margin:1.25rem !important}.m-sm-5{margin:1.875rem !important}.m-sm-6{margin:2.5rem !important}.m-sm-7{margin:3.125rem !important}.m-sm-8{margin:3.75rem !important}.m-sm-9{margin:4.375rem !important}.m-sm-10{margin:5rem !important}.m-sm-11{margin:5.625rem !important}.m-sm-12{margin:6.25rem !important}.m-sm-13{margin:6.875rem !important}.m-sm-14{margin:7.5rem !important}.m-sm-15{margin:8.125rem !important}.m-sm-16{margin:8.75rem !important}.m-sm-17{margin:9.375rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.15625rem !important;margin-left:.15625rem !important}.mx-sm-2{margin-right:.3125rem !important;margin-left:.3125rem !important}.mx-sm-3{margin-right:.625rem !important;margin-left:.625rem !important}.mx-sm-4{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-sm-5{margin-right:1.875rem !important;margin-left:1.875rem !important}.mx-sm-6{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-sm-7{margin-right:3.125rem !important;margin-left:3.125rem !important}.mx-sm-8{margin-right:3.75rem !important;margin-left:3.75rem !important}.mx-sm-9{margin-right:4.375rem !important;margin-left:4.375rem !important}.mx-sm-10{margin-right:5rem !important;margin-left:5rem !important}.mx-sm-11{margin-right:5.625rem !important;margin-left:5.625rem !important}.mx-sm-12{margin-right:6.25rem !important;margin-left:6.25rem !important}.mx-sm-13{margin-right:6.875rem !important;margin-left:6.875rem !important}.mx-sm-14{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-sm-15{margin-right:8.125rem !important;margin-left:8.125rem !important}.mx-sm-16{margin-right:8.75rem !important;margin-left:8.75rem !important}.mx-sm-17{margin-right:9.375rem !important;margin-left:9.375rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.15625rem !important;margin-bottom:.15625rem !important}.my-sm-2{margin-top:.3125rem !important;margin-bottom:.3125rem !important}.my-sm-3{margin-top:.625rem !important;margin-bottom:.625rem !important}.my-sm-4{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-sm-5{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.my-sm-6{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-sm-7{margin-top:3.125rem !important;margin-bottom:3.125rem !important}.my-sm-8{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.my-sm-9{margin-top:4.375rem !important;margin-bottom:4.375rem !important}.my-sm-10{margin-top:5rem !important;margin-bottom:5rem !important}.my-sm-11{margin-top:5.625rem !important;margin-bottom:5.625rem !important}.my-sm-12{margin-top:6.25rem !important;margin-bottom:6.25rem !important}.my-sm-13{margin-top:6.875rem !important;margin-bottom:6.875rem !important}.my-sm-14{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-sm-15{margin-top:8.125rem !important;margin-bottom:8.125rem !important}.my-sm-16{margin-top:8.75rem !important;margin-bottom:8.75rem !important}.my-sm-17{margin-top:9.375rem !important;margin-bottom:9.375rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.15625rem !important}.mt-sm-2{margin-top:.3125rem !important}.mt-sm-3{margin-top:.625rem !important}.mt-sm-4{margin-top:1.25rem !important}.mt-sm-5{margin-top:1.875rem !important}.mt-sm-6{margin-top:2.5rem !important}.mt-sm-7{margin-top:3.125rem !important}.mt-sm-8{margin-top:3.75rem !important}.mt-sm-9{margin-top:4.375rem !important}.mt-sm-10{margin-top:5rem !important}.mt-sm-11{margin-top:5.625rem !important}.mt-sm-12{margin-top:6.25rem !important}.mt-sm-13{margin-top:6.875rem !important}.mt-sm-14{margin-top:7.5rem !important}.mt-sm-15{margin-top:8.125rem !important}.mt-sm-16{margin-top:8.75rem !important}.mt-sm-17{margin-top:9.375rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.15625rem !important}.me-sm-2{margin-right:.3125rem !important}.me-sm-3{margin-right:.625rem !important}.me-sm-4{margin-right:1.25rem !important}.me-sm-5{margin-right:1.875rem !important}.me-sm-6{margin-right:2.5rem !important}.me-sm-7{margin-right:3.125rem !important}.me-sm-8{margin-right:3.75rem !important}.me-sm-9{margin-right:4.375rem !important}.me-sm-10{margin-right:5rem !important}.me-sm-11{margin-right:5.625rem !important}.me-sm-12{margin-right:6.25rem !important}.me-sm-13{margin-right:6.875rem !important}.me-sm-14{margin-right:7.5rem !important}.me-sm-15{margin-right:8.125rem !important}.me-sm-16{margin-right:8.75rem !important}.me-sm-17{margin-right:9.375rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.15625rem !important}.mb-sm-2{margin-bottom:.3125rem !important}.mb-sm-3{margin-bottom:.625rem !important}.mb-sm-4{margin-bottom:1.25rem !important}.mb-sm-5{margin-bottom:1.875rem !important}.mb-sm-6{margin-bottom:2.5rem !important}.mb-sm-7{margin-bottom:3.125rem !important}.mb-sm-8{margin-bottom:3.75rem !important}.mb-sm-9{margin-bottom:4.375rem !important}.mb-sm-10{margin-bottom:5rem !important}.mb-sm-11{margin-bottom:5.625rem !important}.mb-sm-12{margin-bottom:6.25rem !important}.mb-sm-13{margin-bottom:6.875rem !important}.mb-sm-14{margin-bottom:7.5rem !important}.mb-sm-15{margin-bottom:8.125rem !important}.mb-sm-16{margin-bottom:8.75rem !important}.mb-sm-17{margin-bottom:9.375rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.15625rem !important}.ms-sm-2{margin-left:.3125rem !important}.ms-sm-3{margin-left:.625rem !important}.ms-sm-4{margin-left:1.25rem !important}.ms-sm-5{margin-left:1.875rem !important}.ms-sm-6{margin-left:2.5rem !important}.ms-sm-7{margin-left:3.125rem !important}.ms-sm-8{margin-left:3.75rem !important}.ms-sm-9{margin-left:4.375rem !important}.ms-sm-10{margin-left:5rem !important}.ms-sm-11{margin-left:5.625rem !important}.ms-sm-12{margin-left:6.25rem !important}.ms-sm-13{margin-left:6.875rem !important}.ms-sm-14{margin-left:7.5rem !important}.ms-sm-15{margin-left:8.125rem !important}.ms-sm-16{margin-left:8.75rem !important}.ms-sm-17{margin-left:9.375rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.15625rem !important}.p-sm-2{padding:.3125rem !important}.p-sm-3{padding:.625rem !important}.p-sm-4{padding:1.25rem !important}.p-sm-5{padding:1.875rem !important}.p-sm-6{padding:2.5rem !important}.p-sm-7{padding:3.125rem !important}.p-sm-8{padding:3.75rem !important}.p-sm-9{padding:4.375rem !important}.p-sm-10{padding:5rem !important}.p-sm-11{padding:5.625rem !important}.p-sm-12{padding:6.25rem !important}.p-sm-13{padding:6.875rem !important}.p-sm-14{padding:7.5rem !important}.p-sm-15{padding:8.125rem !important}.p-sm-16{padding:8.75rem !important}.p-sm-17{padding:9.375rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.15625rem !important;padding-left:.15625rem !important}.px-sm-2{padding-right:.3125rem !important;padding-left:.3125rem !important}.px-sm-3{padding-right:.625rem !important;padding-left:.625rem !important}.px-sm-4{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-sm-5{padding-right:1.875rem !important;padding-left:1.875rem !important}.px-sm-6{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-sm-7{padding-right:3.125rem !important;padding-left:3.125rem !important}.px-sm-8{padding-right:3.75rem !important;padding-left:3.75rem !important}.px-sm-9{padding-right:4.375rem !important;padding-left:4.375rem !important}.px-sm-10{padding-right:5rem !important;padding-left:5rem !important}.px-sm-11{padding-right:5.625rem !important;padding-left:5.625rem !important}.px-sm-12{padding-right:6.25rem !important;padding-left:6.25rem !important}.px-sm-13{padding-right:6.875rem !important;padding-left:6.875rem !important}.px-sm-14{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-sm-15{padding-right:8.125rem !important;padding-left:8.125rem !important}.px-sm-16{padding-right:8.75rem !important;padding-left:8.75rem !important}.px-sm-17{padding-right:9.375rem !important;padding-left:9.375rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.15625rem !important;padding-bottom:.15625rem !important}.py-sm-2{padding-top:.3125rem !important;padding-bottom:.3125rem !important}.py-sm-3{padding-top:.625rem !important;padding-bottom:.625rem !important}.py-sm-4{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-sm-5{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.py-sm-6{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-sm-7{padding-top:3.125rem !important;padding-bottom:3.125rem !important}.py-sm-8{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.py-sm-9{padding-top:4.375rem !important;padding-bottom:4.375rem !important}.py-sm-10{padding-top:5rem !important;padding-bottom:5rem !important}.py-sm-11{padding-top:5.625rem !important;padding-bottom:5.625rem !important}.py-sm-12{padding-top:6.25rem !important;padding-bottom:6.25rem !important}.py-sm-13{padding-top:6.875rem !important;padding-bottom:6.875rem !important}.py-sm-14{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-sm-15{padding-top:8.125rem !important;padding-bottom:8.125rem !important}.py-sm-16{padding-top:8.75rem !important;padding-bottom:8.75rem !important}.py-sm-17{padding-top:9.375rem !important;padding-bottom:9.375rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.15625rem !important}.pt-sm-2{padding-top:.3125rem !important}.pt-sm-3{padding-top:.625rem !important}.pt-sm-4{padding-top:1.25rem !important}.pt-sm-5{padding-top:1.875rem !important}.pt-sm-6{padding-top:2.5rem !important}.pt-sm-7{padding-top:3.125rem !important}.pt-sm-8{padding-top:3.75rem !important}.pt-sm-9{padding-top:4.375rem !important}.pt-sm-10{padding-top:5rem !important}.pt-sm-11{padding-top:5.625rem !important}.pt-sm-12{padding-top:6.25rem !important}.pt-sm-13{padding-top:6.875rem !important}.pt-sm-14{padding-top:7.5rem !important}.pt-sm-15{padding-top:8.125rem !important}.pt-sm-16{padding-top:8.75rem !important}.pt-sm-17{padding-top:9.375rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.15625rem !important}.pe-sm-2{padding-right:.3125rem !important}.pe-sm-3{padding-right:.625rem !important}.pe-sm-4{padding-right:1.25rem !important}.pe-sm-5{padding-right:1.875rem !important}.pe-sm-6{padding-right:2.5rem !important}.pe-sm-7{padding-right:3.125rem !important}.pe-sm-8{padding-right:3.75rem !important}.pe-sm-9{padding-right:4.375rem !important}.pe-sm-10{padding-right:5rem !important}.pe-sm-11{padding-right:5.625rem !important}.pe-sm-12{padding-right:6.25rem !important}.pe-sm-13{padding-right:6.875rem !important}.pe-sm-14{padding-right:7.5rem !important}.pe-sm-15{padding-right:8.125rem !important}.pe-sm-16{padding-right:8.75rem !important}.pe-sm-17{padding-right:9.375rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.15625rem !important}.pb-sm-2{padding-bottom:.3125rem !important}.pb-sm-3{padding-bottom:.625rem !important}.pb-sm-4{padding-bottom:1.25rem !important}.pb-sm-5{padding-bottom:1.875rem !important}.pb-sm-6{padding-bottom:2.5rem !important}.pb-sm-7{padding-bottom:3.125rem !important}.pb-sm-8{padding-bottom:3.75rem !important}.pb-sm-9{padding-bottom:4.375rem !important}.pb-sm-10{padding-bottom:5rem !important}.pb-sm-11{padding-bottom:5.625rem !important}.pb-sm-12{padding-bottom:6.25rem !important}.pb-sm-13{padding-bottom:6.875rem !important}.pb-sm-14{padding-bottom:7.5rem !important}.pb-sm-15{padding-bottom:8.125rem !important}.pb-sm-16{padding-bottom:8.75rem !important}.pb-sm-17{padding-bottom:9.375rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.15625rem !important}.ps-sm-2{padding-left:.3125rem !important}.ps-sm-3{padding-left:.625rem !important}.ps-sm-4{padding-left:1.25rem !important}.ps-sm-5{padding-left:1.875rem !important}.ps-sm-6{padding-left:2.5rem !important}.ps-sm-7{padding-left:3.125rem !important}.ps-sm-8{padding-left:3.75rem !important}.ps-sm-9{padding-left:4.375rem !important}.ps-sm-10{padding-left:5rem !important}.ps-sm-11{padding-left:5.625rem !important}.ps-sm-12{padding-left:6.25rem !important}.ps-sm-13{padding-left:6.875rem !important}.ps-sm-14{padding-left:7.5rem !important}.ps-sm-15{padding-left:8.125rem !important}.ps-sm-16{padding-left:8.75rem !important}.ps-sm-17{padding-left:9.375rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.15625rem !important}.gap-sm-2{gap:.3125rem !important}.gap-sm-3{gap:.625rem !important}.gap-sm-4{gap:1.25rem !important}.gap-sm-5{gap:1.875rem !important}.gap-sm-6{gap:2.5rem !important}.gap-sm-7{gap:3.125rem !important}.gap-sm-8{gap:3.75rem !important}.gap-sm-9{gap:4.375rem !important}.gap-sm-10{gap:5rem !important}.gap-sm-11{gap:5.625rem !important}.gap-sm-12{gap:6.25rem !important}.gap-sm-13{gap:6.875rem !important}.gap-sm-14{gap:7.5rem !important}.gap-sm-15{gap:8.125rem !important}.gap-sm-16{gap:8.75rem !important}.gap-sm-17{gap:9.375rem !important}.row-gap-sm-0{row-gap:0 !important}.row-gap-sm-1{row-gap:.15625rem !important}.row-gap-sm-2{row-gap:.3125rem !important}.row-gap-sm-3{row-gap:.625rem !important}.row-gap-sm-4{row-gap:1.25rem !important}.row-gap-sm-5{row-gap:1.875rem !important}.row-gap-sm-6{row-gap:2.5rem !important}.row-gap-sm-7{row-gap:3.125rem !important}.row-gap-sm-8{row-gap:3.75rem !important}.row-gap-sm-9{row-gap:4.375rem !important}.row-gap-sm-10{row-gap:5rem !important}.row-gap-sm-11{row-gap:5.625rem !important}.row-gap-sm-12{row-gap:6.25rem !important}.row-gap-sm-13{row-gap:6.875rem !important}.row-gap-sm-14{row-gap:7.5rem !important}.row-gap-sm-15{row-gap:8.125rem !important}.row-gap-sm-16{row-gap:8.75rem !important}.row-gap-sm-17{row-gap:9.375rem !important}.column-gap-sm-0{column-gap:0 !important}.column-gap-sm-1{column-gap:.15625rem !important}.column-gap-sm-2{column-gap:.3125rem !important}.column-gap-sm-3{column-gap:.625rem !important}.column-gap-sm-4{column-gap:1.25rem !important}.column-gap-sm-5{column-gap:1.875rem !important}.column-gap-sm-6{column-gap:2.5rem !important}.column-gap-sm-7{column-gap:3.125rem !important}.column-gap-sm-8{column-gap:3.75rem !important}.column-gap-sm-9{column-gap:4.375rem !important}.column-gap-sm-10{column-gap:5rem !important}.column-gap-sm-11{column-gap:5.625rem !important}.column-gap-sm-12{column-gap:6.25rem !important}.column-gap-sm-13{column-gap:6.875rem !important}.column-gap-sm-14{column-gap:7.5rem !important}.column-gap-sm-15{column-gap:8.125rem !important}.column-gap-sm-16{column-gap:8.75rem !important}.column-gap-sm-17{column-gap:9.375rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.object-fit-md-contain{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-inline-grid{display:inline-grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.15625rem !important}.m-md-2{margin:.3125rem !important}.m-md-3{margin:.625rem !important}.m-md-4{margin:1.25rem !important}.m-md-5{margin:1.875rem !important}.m-md-6{margin:2.5rem !important}.m-md-7{margin:3.125rem !important}.m-md-8{margin:3.75rem !important}.m-md-9{margin:4.375rem !important}.m-md-10{margin:5rem !important}.m-md-11{margin:5.625rem !important}.m-md-12{margin:6.25rem !important}.m-md-13{margin:6.875rem !important}.m-md-14{margin:7.5rem !important}.m-md-15{margin:8.125rem !important}.m-md-16{margin:8.75rem !important}.m-md-17{margin:9.375rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.15625rem !important;margin-left:.15625rem !important}.mx-md-2{margin-right:.3125rem !important;margin-left:.3125rem !important}.mx-md-3{margin-right:.625rem !important;margin-left:.625rem !important}.mx-md-4{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-md-5{margin-right:1.875rem !important;margin-left:1.875rem !important}.mx-md-6{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-md-7{margin-right:3.125rem !important;margin-left:3.125rem !important}.mx-md-8{margin-right:3.75rem !important;margin-left:3.75rem !important}.mx-md-9{margin-right:4.375rem !important;margin-left:4.375rem !important}.mx-md-10{margin-right:5rem !important;margin-left:5rem !important}.mx-md-11{margin-right:5.625rem !important;margin-left:5.625rem !important}.mx-md-12{margin-right:6.25rem !important;margin-left:6.25rem !important}.mx-md-13{margin-right:6.875rem !important;margin-left:6.875rem !important}.mx-md-14{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-md-15{margin-right:8.125rem !important;margin-left:8.125rem !important}.mx-md-16{margin-right:8.75rem !important;margin-left:8.75rem !important}.mx-md-17{margin-right:9.375rem !important;margin-left:9.375rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.15625rem !important;margin-bottom:.15625rem !important}.my-md-2{margin-top:.3125rem !important;margin-bottom:.3125rem !important}.my-md-3{margin-top:.625rem !important;margin-bottom:.625rem !important}.my-md-4{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-md-5{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.my-md-6{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-md-7{margin-top:3.125rem !important;margin-bottom:3.125rem !important}.my-md-8{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.my-md-9{margin-top:4.375rem !important;margin-bottom:4.375rem !important}.my-md-10{margin-top:5rem !important;margin-bottom:5rem !important}.my-md-11{margin-top:5.625rem !important;margin-bottom:5.625rem !important}.my-md-12{margin-top:6.25rem !important;margin-bottom:6.25rem !important}.my-md-13{margin-top:6.875rem !important;margin-bottom:6.875rem !important}.my-md-14{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-md-15{margin-top:8.125rem !important;margin-bottom:8.125rem !important}.my-md-16{margin-top:8.75rem !important;margin-bottom:8.75rem !important}.my-md-17{margin-top:9.375rem !important;margin-bottom:9.375rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.15625rem !important}.mt-md-2{margin-top:.3125rem !important}.mt-md-3{margin-top:.625rem !important}.mt-md-4{margin-top:1.25rem !important}.mt-md-5{margin-top:1.875rem !important}.mt-md-6{margin-top:2.5rem !important}.mt-md-7{margin-top:3.125rem !important}.mt-md-8{margin-top:3.75rem !important}.mt-md-9{margin-top:4.375rem !important}.mt-md-10{margin-top:5rem !important}.mt-md-11{margin-top:5.625rem !important}.mt-md-12{margin-top:6.25rem !important}.mt-md-13{margin-top:6.875rem !important}.mt-md-14{margin-top:7.5rem !important}.mt-md-15{margin-top:8.125rem !important}.mt-md-16{margin-top:8.75rem !important}.mt-md-17{margin-top:9.375rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.15625rem !important}.me-md-2{margin-right:.3125rem !important}.me-md-3{margin-right:.625rem !important}.me-md-4{margin-right:1.25rem !important}.me-md-5{margin-right:1.875rem !important}.me-md-6{margin-right:2.5rem !important}.me-md-7{margin-right:3.125rem !important}.me-md-8{margin-right:3.75rem !important}.me-md-9{margin-right:4.375rem !important}.me-md-10{margin-right:5rem !important}.me-md-11{margin-right:5.625rem !important}.me-md-12{margin-right:6.25rem !important}.me-md-13{margin-right:6.875rem !important}.me-md-14{margin-right:7.5rem !important}.me-md-15{margin-right:8.125rem !important}.me-md-16{margin-right:8.75rem !important}.me-md-17{margin-right:9.375rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.15625rem !important}.mb-md-2{margin-bottom:.3125rem !important}.mb-md-3{margin-bottom:.625rem !important}.mb-md-4{margin-bottom:1.25rem !important}.mb-md-5{margin-bottom:1.875rem !important}.mb-md-6{margin-bottom:2.5rem !important}.mb-md-7{margin-bottom:3.125rem !important}.mb-md-8{margin-bottom:3.75rem !important}.mb-md-9{margin-bottom:4.375rem !important}.mb-md-10{margin-bottom:5rem !important}.mb-md-11{margin-bottom:5.625rem !important}.mb-md-12{margin-bottom:6.25rem !important}.mb-md-13{margin-bottom:6.875rem !important}.mb-md-14{margin-bottom:7.5rem !important}.mb-md-15{margin-bottom:8.125rem !important}.mb-md-16{margin-bottom:8.75rem !important}.mb-md-17{margin-bottom:9.375rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.15625rem !important}.ms-md-2{margin-left:.3125rem !important}.ms-md-3{margin-left:.625rem !important}.ms-md-4{margin-left:1.25rem !important}.ms-md-5{margin-left:1.875rem !important}.ms-md-6{margin-left:2.5rem !important}.ms-md-7{margin-left:3.125rem !important}.ms-md-8{margin-left:3.75rem !important}.ms-md-9{margin-left:4.375rem !important}.ms-md-10{margin-left:5rem !important}.ms-md-11{margin-left:5.625rem !important}.ms-md-12{margin-left:6.25rem !important}.ms-md-13{margin-left:6.875rem !important}.ms-md-14{margin-left:7.5rem !important}.ms-md-15{margin-left:8.125rem !important}.ms-md-16{margin-left:8.75rem !important}.ms-md-17{margin-left:9.375rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.15625rem !important}.p-md-2{padding:.3125rem !important}.p-md-3{padding:.625rem !important}.p-md-4{padding:1.25rem !important}.p-md-5{padding:1.875rem !important}.p-md-6{padding:2.5rem !important}.p-md-7{padding:3.125rem !important}.p-md-8{padding:3.75rem !important}.p-md-9{padding:4.375rem !important}.p-md-10{padding:5rem !important}.p-md-11{padding:5.625rem !important}.p-md-12{padding:6.25rem !important}.p-md-13{padding:6.875rem !important}.p-md-14{padding:7.5rem !important}.p-md-15{padding:8.125rem !important}.p-md-16{padding:8.75rem !important}.p-md-17{padding:9.375rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.15625rem !important;padding-left:.15625rem !important}.px-md-2{padding-right:.3125rem !important;padding-left:.3125rem !important}.px-md-3{padding-right:.625rem !important;padding-left:.625rem !important}.px-md-4{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-md-5{padding-right:1.875rem !important;padding-left:1.875rem !important}.px-md-6{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-md-7{padding-right:3.125rem !important;padding-left:3.125rem !important}.px-md-8{padding-right:3.75rem !important;padding-left:3.75rem !important}.px-md-9{padding-right:4.375rem !important;padding-left:4.375rem !important}.px-md-10{padding-right:5rem !important;padding-left:5rem !important}.px-md-11{padding-right:5.625rem !important;padding-left:5.625rem !important}.px-md-12{padding-right:6.25rem !important;padding-left:6.25rem !important}.px-md-13{padding-right:6.875rem !important;padding-left:6.875rem !important}.px-md-14{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-md-15{padding-right:8.125rem !important;padding-left:8.125rem !important}.px-md-16{padding-right:8.75rem !important;padding-left:8.75rem !important}.px-md-17{padding-right:9.375rem !important;padding-left:9.375rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.15625rem !important;padding-bottom:.15625rem !important}.py-md-2{padding-top:.3125rem !important;padding-bottom:.3125rem !important}.py-md-3{padding-top:.625rem !important;padding-bottom:.625rem !important}.py-md-4{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-md-5{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.py-md-6{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-md-7{padding-top:3.125rem !important;padding-bottom:3.125rem !important}.py-md-8{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.py-md-9{padding-top:4.375rem !important;padding-bottom:4.375rem !important}.py-md-10{padding-top:5rem !important;padding-bottom:5rem !important}.py-md-11{padding-top:5.625rem !important;padding-bottom:5.625rem !important}.py-md-12{padding-top:6.25rem !important;padding-bottom:6.25rem !important}.py-md-13{padding-top:6.875rem !important;padding-bottom:6.875rem !important}.py-md-14{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-md-15{padding-top:8.125rem !important;padding-bottom:8.125rem !important}.py-md-16{padding-top:8.75rem !important;padding-bottom:8.75rem !important}.py-md-17{padding-top:9.375rem !important;padding-bottom:9.375rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.15625rem !important}.pt-md-2{padding-top:.3125rem !important}.pt-md-3{padding-top:.625rem !important}.pt-md-4{padding-top:1.25rem !important}.pt-md-5{padding-top:1.875rem !important}.pt-md-6{padding-top:2.5rem !important}.pt-md-7{padding-top:3.125rem !important}.pt-md-8{padding-top:3.75rem !important}.pt-md-9{padding-top:4.375rem !important}.pt-md-10{padding-top:5rem !important}.pt-md-11{padding-top:5.625rem !important}.pt-md-12{padding-top:6.25rem !important}.pt-md-13{padding-top:6.875rem !important}.pt-md-14{padding-top:7.5rem !important}.pt-md-15{padding-top:8.125rem !important}.pt-md-16{padding-top:8.75rem !important}.pt-md-17{padding-top:9.375rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.15625rem !important}.pe-md-2{padding-right:.3125rem !important}.pe-md-3{padding-right:.625rem !important}.pe-md-4{padding-right:1.25rem !important}.pe-md-5{padding-right:1.875rem !important}.pe-md-6{padding-right:2.5rem !important}.pe-md-7{padding-right:3.125rem !important}.pe-md-8{padding-right:3.75rem !important}.pe-md-9{padding-right:4.375rem !important}.pe-md-10{padding-right:5rem !important}.pe-md-11{padding-right:5.625rem !important}.pe-md-12{padding-right:6.25rem !important}.pe-md-13{padding-right:6.875rem !important}.pe-md-14{padding-right:7.5rem !important}.pe-md-15{padding-right:8.125rem !important}.pe-md-16{padding-right:8.75rem !important}.pe-md-17{padding-right:9.375rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.15625rem !important}.pb-md-2{padding-bottom:.3125rem !important}.pb-md-3{padding-bottom:.625rem !important}.pb-md-4{padding-bottom:1.25rem !important}.pb-md-5{padding-bottom:1.875rem !important}.pb-md-6{padding-bottom:2.5rem !important}.pb-md-7{padding-bottom:3.125rem !important}.pb-md-8{padding-bottom:3.75rem !important}.pb-md-9{padding-bottom:4.375rem !important}.pb-md-10{padding-bottom:5rem !important}.pb-md-11{padding-bottom:5.625rem !important}.pb-md-12{padding-bottom:6.25rem !important}.pb-md-13{padding-bottom:6.875rem !important}.pb-md-14{padding-bottom:7.5rem !important}.pb-md-15{padding-bottom:8.125rem !important}.pb-md-16{padding-bottom:8.75rem !important}.pb-md-17{padding-bottom:9.375rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.15625rem !important}.ps-md-2{padding-left:.3125rem !important}.ps-md-3{padding-left:.625rem !important}.ps-md-4{padding-left:1.25rem !important}.ps-md-5{padding-left:1.875rem !important}.ps-md-6{padding-left:2.5rem !important}.ps-md-7{padding-left:3.125rem !important}.ps-md-8{padding-left:3.75rem !important}.ps-md-9{padding-left:4.375rem !important}.ps-md-10{padding-left:5rem !important}.ps-md-11{padding-left:5.625rem !important}.ps-md-12{padding-left:6.25rem !important}.ps-md-13{padding-left:6.875rem !important}.ps-md-14{padding-left:7.5rem !important}.ps-md-15{padding-left:8.125rem !important}.ps-md-16{padding-left:8.75rem !important}.ps-md-17{padding-left:9.375rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.15625rem !important}.gap-md-2{gap:.3125rem !important}.gap-md-3{gap:.625rem !important}.gap-md-4{gap:1.25rem !important}.gap-md-5{gap:1.875rem !important}.gap-md-6{gap:2.5rem !important}.gap-md-7{gap:3.125rem !important}.gap-md-8{gap:3.75rem !important}.gap-md-9{gap:4.375rem !important}.gap-md-10{gap:5rem !important}.gap-md-11{gap:5.625rem !important}.gap-md-12{gap:6.25rem !important}.gap-md-13{gap:6.875rem !important}.gap-md-14{gap:7.5rem !important}.gap-md-15{gap:8.125rem !important}.gap-md-16{gap:8.75rem !important}.gap-md-17{gap:9.375rem !important}.row-gap-md-0{row-gap:0 !important}.row-gap-md-1{row-gap:.15625rem !important}.row-gap-md-2{row-gap:.3125rem !important}.row-gap-md-3{row-gap:.625rem !important}.row-gap-md-4{row-gap:1.25rem !important}.row-gap-md-5{row-gap:1.875rem !important}.row-gap-md-6{row-gap:2.5rem !important}.row-gap-md-7{row-gap:3.125rem !important}.row-gap-md-8{row-gap:3.75rem !important}.row-gap-md-9{row-gap:4.375rem !important}.row-gap-md-10{row-gap:5rem !important}.row-gap-md-11{row-gap:5.625rem !important}.row-gap-md-12{row-gap:6.25rem !important}.row-gap-md-13{row-gap:6.875rem !important}.row-gap-md-14{row-gap:7.5rem !important}.row-gap-md-15{row-gap:8.125rem !important}.row-gap-md-16{row-gap:8.75rem !important}.row-gap-md-17{row-gap:9.375rem !important}.column-gap-md-0{column-gap:0 !important}.column-gap-md-1{column-gap:.15625rem !important}.column-gap-md-2{column-gap:.3125rem !important}.column-gap-md-3{column-gap:.625rem !important}.column-gap-md-4{column-gap:1.25rem !important}.column-gap-md-5{column-gap:1.875rem !important}.column-gap-md-6{column-gap:2.5rem !important}.column-gap-md-7{column-gap:3.125rem !important}.column-gap-md-8{column-gap:3.75rem !important}.column-gap-md-9{column-gap:4.375rem !important}.column-gap-md-10{column-gap:5rem !important}.column-gap-md-11{column-gap:5.625rem !important}.column-gap-md-12{column-gap:6.25rem !important}.column-gap-md-13{column-gap:6.875rem !important}.column-gap-md-14{column-gap:7.5rem !important}.column-gap-md-15{column-gap:8.125rem !important}.column-gap-md-16{column-gap:8.75rem !important}.column-gap-md-17{column-gap:9.375rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.object-fit-lg-contain{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-inline-grid{display:inline-grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.15625rem !important}.m-lg-2{margin:.3125rem !important}.m-lg-3{margin:.625rem !important}.m-lg-4{margin:1.25rem !important}.m-lg-5{margin:1.875rem !important}.m-lg-6{margin:2.5rem !important}.m-lg-7{margin:3.125rem !important}.m-lg-8{margin:3.75rem !important}.m-lg-9{margin:4.375rem !important}.m-lg-10{margin:5rem !important}.m-lg-11{margin:5.625rem !important}.m-lg-12{margin:6.25rem !important}.m-lg-13{margin:6.875rem !important}.m-lg-14{margin:7.5rem !important}.m-lg-15{margin:8.125rem !important}.m-lg-16{margin:8.75rem !important}.m-lg-17{margin:9.375rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.15625rem !important;margin-left:.15625rem !important}.mx-lg-2{margin-right:.3125rem !important;margin-left:.3125rem !important}.mx-lg-3{margin-right:.625rem !important;margin-left:.625rem !important}.mx-lg-4{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-lg-5{margin-right:1.875rem !important;margin-left:1.875rem !important}.mx-lg-6{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-lg-7{margin-right:3.125rem !important;margin-left:3.125rem !important}.mx-lg-8{margin-right:3.75rem !important;margin-left:3.75rem !important}.mx-lg-9{margin-right:4.375rem !important;margin-left:4.375rem !important}.mx-lg-10{margin-right:5rem !important;margin-left:5rem !important}.mx-lg-11{margin-right:5.625rem !important;margin-left:5.625rem !important}.mx-lg-12{margin-right:6.25rem !important;margin-left:6.25rem !important}.mx-lg-13{margin-right:6.875rem !important;margin-left:6.875rem !important}.mx-lg-14{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-lg-15{margin-right:8.125rem !important;margin-left:8.125rem !important}.mx-lg-16{margin-right:8.75rem !important;margin-left:8.75rem !important}.mx-lg-17{margin-right:9.375rem !important;margin-left:9.375rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.15625rem !important;margin-bottom:.15625rem !important}.my-lg-2{margin-top:.3125rem !important;margin-bottom:.3125rem !important}.my-lg-3{margin-top:.625rem !important;margin-bottom:.625rem !important}.my-lg-4{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-lg-5{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.my-lg-6{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-lg-7{margin-top:3.125rem !important;margin-bottom:3.125rem !important}.my-lg-8{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.my-lg-9{margin-top:4.375rem !important;margin-bottom:4.375rem !important}.my-lg-10{margin-top:5rem !important;margin-bottom:5rem !important}.my-lg-11{margin-top:5.625rem !important;margin-bottom:5.625rem !important}.my-lg-12{margin-top:6.25rem !important;margin-bottom:6.25rem !important}.my-lg-13{margin-top:6.875rem !important;margin-bottom:6.875rem !important}.my-lg-14{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-lg-15{margin-top:8.125rem !important;margin-bottom:8.125rem !important}.my-lg-16{margin-top:8.75rem !important;margin-bottom:8.75rem !important}.my-lg-17{margin-top:9.375rem !important;margin-bottom:9.375rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.15625rem !important}.mt-lg-2{margin-top:.3125rem !important}.mt-lg-3{margin-top:.625rem !important}.mt-lg-4{margin-top:1.25rem !important}.mt-lg-5{margin-top:1.875rem !important}.mt-lg-6{margin-top:2.5rem !important}.mt-lg-7{margin-top:3.125rem !important}.mt-lg-8{margin-top:3.75rem !important}.mt-lg-9{margin-top:4.375rem !important}.mt-lg-10{margin-top:5rem !important}.mt-lg-11{margin-top:5.625rem !important}.mt-lg-12{margin-top:6.25rem !important}.mt-lg-13{margin-top:6.875rem !important}.mt-lg-14{margin-top:7.5rem !important}.mt-lg-15{margin-top:8.125rem !important}.mt-lg-16{margin-top:8.75rem !important}.mt-lg-17{margin-top:9.375rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.15625rem !important}.me-lg-2{margin-right:.3125rem !important}.me-lg-3{margin-right:.625rem !important}.me-lg-4{margin-right:1.25rem !important}.me-lg-5{margin-right:1.875rem !important}.me-lg-6{margin-right:2.5rem !important}.me-lg-7{margin-right:3.125rem !important}.me-lg-8{margin-right:3.75rem !important}.me-lg-9{margin-right:4.375rem !important}.me-lg-10{margin-right:5rem !important}.me-lg-11{margin-right:5.625rem !important}.me-lg-12{margin-right:6.25rem !important}.me-lg-13{margin-right:6.875rem !important}.me-lg-14{margin-right:7.5rem !important}.me-lg-15{margin-right:8.125rem !important}.me-lg-16{margin-right:8.75rem !important}.me-lg-17{margin-right:9.375rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.15625rem !important}.mb-lg-2{margin-bottom:.3125rem !important}.mb-lg-3{margin-bottom:.625rem !important}.mb-lg-4{margin-bottom:1.25rem !important}.mb-lg-5{margin-bottom:1.875rem !important}.mb-lg-6{margin-bottom:2.5rem !important}.mb-lg-7{margin-bottom:3.125rem !important}.mb-lg-8{margin-bottom:3.75rem !important}.mb-lg-9{margin-bottom:4.375rem !important}.mb-lg-10{margin-bottom:5rem !important}.mb-lg-11{margin-bottom:5.625rem !important}.mb-lg-12{margin-bottom:6.25rem !important}.mb-lg-13{margin-bottom:6.875rem !important}.mb-lg-14{margin-bottom:7.5rem !important}.mb-lg-15{margin-bottom:8.125rem !important}.mb-lg-16{margin-bottom:8.75rem !important}.mb-lg-17{margin-bottom:9.375rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.15625rem !important}.ms-lg-2{margin-left:.3125rem !important}.ms-lg-3{margin-left:.625rem !important}.ms-lg-4{margin-left:1.25rem !important}.ms-lg-5{margin-left:1.875rem !important}.ms-lg-6{margin-left:2.5rem !important}.ms-lg-7{margin-left:3.125rem !important}.ms-lg-8{margin-left:3.75rem !important}.ms-lg-9{margin-left:4.375rem !important}.ms-lg-10{margin-left:5rem !important}.ms-lg-11{margin-left:5.625rem !important}.ms-lg-12{margin-left:6.25rem !important}.ms-lg-13{margin-left:6.875rem !important}.ms-lg-14{margin-left:7.5rem !important}.ms-lg-15{margin-left:8.125rem !important}.ms-lg-16{margin-left:8.75rem !important}.ms-lg-17{margin-left:9.375rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.15625rem !important}.p-lg-2{padding:.3125rem !important}.p-lg-3{padding:.625rem !important}.p-lg-4{padding:1.25rem !important}.p-lg-5{padding:1.875rem !important}.p-lg-6{padding:2.5rem !important}.p-lg-7{padding:3.125rem !important}.p-lg-8{padding:3.75rem !important}.p-lg-9{padding:4.375rem !important}.p-lg-10{padding:5rem !important}.p-lg-11{padding:5.625rem !important}.p-lg-12{padding:6.25rem !important}.p-lg-13{padding:6.875rem !important}.p-lg-14{padding:7.5rem !important}.p-lg-15{padding:8.125rem !important}.p-lg-16{padding:8.75rem !important}.p-lg-17{padding:9.375rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.15625rem !important;padding-left:.15625rem !important}.px-lg-2{padding-right:.3125rem !important;padding-left:.3125rem !important}.px-lg-3{padding-right:.625rem !important;padding-left:.625rem !important}.px-lg-4{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-lg-5{padding-right:1.875rem !important;padding-left:1.875rem !important}.px-lg-6{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-lg-7{padding-right:3.125rem !important;padding-left:3.125rem !important}.px-lg-8{padding-right:3.75rem !important;padding-left:3.75rem !important}.px-lg-9{padding-right:4.375rem !important;padding-left:4.375rem !important}.px-lg-10{padding-right:5rem !important;padding-left:5rem !important}.px-lg-11{padding-right:5.625rem !important;padding-left:5.625rem !important}.px-lg-12{padding-right:6.25rem !important;padding-left:6.25rem !important}.px-lg-13{padding-right:6.875rem !important;padding-left:6.875rem !important}.px-lg-14{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-lg-15{padding-right:8.125rem !important;padding-left:8.125rem !important}.px-lg-16{padding-right:8.75rem !important;padding-left:8.75rem !important}.px-lg-17{padding-right:9.375rem !important;padding-left:9.375rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.15625rem !important;padding-bottom:.15625rem !important}.py-lg-2{padding-top:.3125rem !important;padding-bottom:.3125rem !important}.py-lg-3{padding-top:.625rem !important;padding-bottom:.625rem !important}.py-lg-4{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-lg-5{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.py-lg-6{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-lg-7{padding-top:3.125rem !important;padding-bottom:3.125rem !important}.py-lg-8{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.py-lg-9{padding-top:4.375rem !important;padding-bottom:4.375rem !important}.py-lg-10{padding-top:5rem !important;padding-bottom:5rem !important}.py-lg-11{padding-top:5.625rem !important;padding-bottom:5.625rem !important}.py-lg-12{padding-top:6.25rem !important;padding-bottom:6.25rem !important}.py-lg-13{padding-top:6.875rem !important;padding-bottom:6.875rem !important}.py-lg-14{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-lg-15{padding-top:8.125rem !important;padding-bottom:8.125rem !important}.py-lg-16{padding-top:8.75rem !important;padding-bottom:8.75rem !important}.py-lg-17{padding-top:9.375rem !important;padding-bottom:9.375rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.15625rem !important}.pt-lg-2{padding-top:.3125rem !important}.pt-lg-3{padding-top:.625rem !important}.pt-lg-4{padding-top:1.25rem !important}.pt-lg-5{padding-top:1.875rem !important}.pt-lg-6{padding-top:2.5rem !important}.pt-lg-7{padding-top:3.125rem !important}.pt-lg-8{padding-top:3.75rem !important}.pt-lg-9{padding-top:4.375rem !important}.pt-lg-10{padding-top:5rem !important}.pt-lg-11{padding-top:5.625rem !important}.pt-lg-12{padding-top:6.25rem !important}.pt-lg-13{padding-top:6.875rem !important}.pt-lg-14{padding-top:7.5rem !important}.pt-lg-15{padding-top:8.125rem !important}.pt-lg-16{padding-top:8.75rem !important}.pt-lg-17{padding-top:9.375rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.15625rem !important}.pe-lg-2{padding-right:.3125rem !important}.pe-lg-3{padding-right:.625rem !important}.pe-lg-4{padding-right:1.25rem !important}.pe-lg-5{padding-right:1.875rem !important}.pe-lg-6{padding-right:2.5rem !important}.pe-lg-7{padding-right:3.125rem !important}.pe-lg-8{padding-right:3.75rem !important}.pe-lg-9{padding-right:4.375rem !important}.pe-lg-10{padding-right:5rem !important}.pe-lg-11{padding-right:5.625rem !important}.pe-lg-12{padding-right:6.25rem !important}.pe-lg-13{padding-right:6.875rem !important}.pe-lg-14{padding-right:7.5rem !important}.pe-lg-15{padding-right:8.125rem !important}.pe-lg-16{padding-right:8.75rem !important}.pe-lg-17{padding-right:9.375rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.15625rem !important}.pb-lg-2{padding-bottom:.3125rem !important}.pb-lg-3{padding-bottom:.625rem !important}.pb-lg-4{padding-bottom:1.25rem !important}.pb-lg-5{padding-bottom:1.875rem !important}.pb-lg-6{padding-bottom:2.5rem !important}.pb-lg-7{padding-bottom:3.125rem !important}.pb-lg-8{padding-bottom:3.75rem !important}.pb-lg-9{padding-bottom:4.375rem !important}.pb-lg-10{padding-bottom:5rem !important}.pb-lg-11{padding-bottom:5.625rem !important}.pb-lg-12{padding-bottom:6.25rem !important}.pb-lg-13{padding-bottom:6.875rem !important}.pb-lg-14{padding-bottom:7.5rem !important}.pb-lg-15{padding-bottom:8.125rem !important}.pb-lg-16{padding-bottom:8.75rem !important}.pb-lg-17{padding-bottom:9.375rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.15625rem !important}.ps-lg-2{padding-left:.3125rem !important}.ps-lg-3{padding-left:.625rem !important}.ps-lg-4{padding-left:1.25rem !important}.ps-lg-5{padding-left:1.875rem !important}.ps-lg-6{padding-left:2.5rem !important}.ps-lg-7{padding-left:3.125rem !important}.ps-lg-8{padding-left:3.75rem !important}.ps-lg-9{padding-left:4.375rem !important}.ps-lg-10{padding-left:5rem !important}.ps-lg-11{padding-left:5.625rem !important}.ps-lg-12{padding-left:6.25rem !important}.ps-lg-13{padding-left:6.875rem !important}.ps-lg-14{padding-left:7.5rem !important}.ps-lg-15{padding-left:8.125rem !important}.ps-lg-16{padding-left:8.75rem !important}.ps-lg-17{padding-left:9.375rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.15625rem !important}.gap-lg-2{gap:.3125rem !important}.gap-lg-3{gap:.625rem !important}.gap-lg-4{gap:1.25rem !important}.gap-lg-5{gap:1.875rem !important}.gap-lg-6{gap:2.5rem !important}.gap-lg-7{gap:3.125rem !important}.gap-lg-8{gap:3.75rem !important}.gap-lg-9{gap:4.375rem !important}.gap-lg-10{gap:5rem !important}.gap-lg-11{gap:5.625rem !important}.gap-lg-12{gap:6.25rem !important}.gap-lg-13{gap:6.875rem !important}.gap-lg-14{gap:7.5rem !important}.gap-lg-15{gap:8.125rem !important}.gap-lg-16{gap:8.75rem !important}.gap-lg-17{gap:9.375rem !important}.row-gap-lg-0{row-gap:0 !important}.row-gap-lg-1{row-gap:.15625rem !important}.row-gap-lg-2{row-gap:.3125rem !important}.row-gap-lg-3{row-gap:.625rem !important}.row-gap-lg-4{row-gap:1.25rem !important}.row-gap-lg-5{row-gap:1.875rem !important}.row-gap-lg-6{row-gap:2.5rem !important}.row-gap-lg-7{row-gap:3.125rem !important}.row-gap-lg-8{row-gap:3.75rem !important}.row-gap-lg-9{row-gap:4.375rem !important}.row-gap-lg-10{row-gap:5rem !important}.row-gap-lg-11{row-gap:5.625rem !important}.row-gap-lg-12{row-gap:6.25rem !important}.row-gap-lg-13{row-gap:6.875rem !important}.row-gap-lg-14{row-gap:7.5rem !important}.row-gap-lg-15{row-gap:8.125rem !important}.row-gap-lg-16{row-gap:8.75rem !important}.row-gap-lg-17{row-gap:9.375rem !important}.column-gap-lg-0{column-gap:0 !important}.column-gap-lg-1{column-gap:.15625rem !important}.column-gap-lg-2{column-gap:.3125rem !important}.column-gap-lg-3{column-gap:.625rem !important}.column-gap-lg-4{column-gap:1.25rem !important}.column-gap-lg-5{column-gap:1.875rem !important}.column-gap-lg-6{column-gap:2.5rem !important}.column-gap-lg-7{column-gap:3.125rem !important}.column-gap-lg-8{column-gap:3.75rem !important}.column-gap-lg-9{column-gap:4.375rem !important}.column-gap-lg-10{column-gap:5rem !important}.column-gap-lg-11{column-gap:5.625rem !important}.column-gap-lg-12{column-gap:6.25rem !important}.column-gap-lg-13{column-gap:6.875rem !important}.column-gap-lg-14{column-gap:7.5rem !important}.column-gap-lg-15{column-gap:8.125rem !important}.column-gap-lg-16{column-gap:8.75rem !important}.column-gap-lg-17{column-gap:9.375rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.object-fit-xl-contain{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-inline-grid{display:inline-grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.15625rem !important}.m-xl-2{margin:.3125rem !important}.m-xl-3{margin:.625rem !important}.m-xl-4{margin:1.25rem !important}.m-xl-5{margin:1.875rem !important}.m-xl-6{margin:2.5rem !important}.m-xl-7{margin:3.125rem !important}.m-xl-8{margin:3.75rem !important}.m-xl-9{margin:4.375rem !important}.m-xl-10{margin:5rem !important}.m-xl-11{margin:5.625rem !important}.m-xl-12{margin:6.25rem !important}.m-xl-13{margin:6.875rem !important}.m-xl-14{margin:7.5rem !important}.m-xl-15{margin:8.125rem !important}.m-xl-16{margin:8.75rem !important}.m-xl-17{margin:9.375rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.15625rem !important;margin-left:.15625rem !important}.mx-xl-2{margin-right:.3125rem !important;margin-left:.3125rem !important}.mx-xl-3{margin-right:.625rem !important;margin-left:.625rem !important}.mx-xl-4{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-xl-5{margin-right:1.875rem !important;margin-left:1.875rem !important}.mx-xl-6{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-xl-7{margin-right:3.125rem !important;margin-left:3.125rem !important}.mx-xl-8{margin-right:3.75rem !important;margin-left:3.75rem !important}.mx-xl-9{margin-right:4.375rem !important;margin-left:4.375rem !important}.mx-xl-10{margin-right:5rem !important;margin-left:5rem !important}.mx-xl-11{margin-right:5.625rem !important;margin-left:5.625rem !important}.mx-xl-12{margin-right:6.25rem !important;margin-left:6.25rem !important}.mx-xl-13{margin-right:6.875rem !important;margin-left:6.875rem !important}.mx-xl-14{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-xl-15{margin-right:8.125rem !important;margin-left:8.125rem !important}.mx-xl-16{margin-right:8.75rem !important;margin-left:8.75rem !important}.mx-xl-17{margin-right:9.375rem !important;margin-left:9.375rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.15625rem !important;margin-bottom:.15625rem !important}.my-xl-2{margin-top:.3125rem !important;margin-bottom:.3125rem !important}.my-xl-3{margin-top:.625rem !important;margin-bottom:.625rem !important}.my-xl-4{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-xl-5{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.my-xl-6{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-xl-7{margin-top:3.125rem !important;margin-bottom:3.125rem !important}.my-xl-8{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.my-xl-9{margin-top:4.375rem !important;margin-bottom:4.375rem !important}.my-xl-10{margin-top:5rem !important;margin-bottom:5rem !important}.my-xl-11{margin-top:5.625rem !important;margin-bottom:5.625rem !important}.my-xl-12{margin-top:6.25rem !important;margin-bottom:6.25rem !important}.my-xl-13{margin-top:6.875rem !important;margin-bottom:6.875rem !important}.my-xl-14{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-xl-15{margin-top:8.125rem !important;margin-bottom:8.125rem !important}.my-xl-16{margin-top:8.75rem !important;margin-bottom:8.75rem !important}.my-xl-17{margin-top:9.375rem !important;margin-bottom:9.375rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.15625rem !important}.mt-xl-2{margin-top:.3125rem !important}.mt-xl-3{margin-top:.625rem !important}.mt-xl-4{margin-top:1.25rem !important}.mt-xl-5{margin-top:1.875rem !important}.mt-xl-6{margin-top:2.5rem !important}.mt-xl-7{margin-top:3.125rem !important}.mt-xl-8{margin-top:3.75rem !important}.mt-xl-9{margin-top:4.375rem !important}.mt-xl-10{margin-top:5rem !important}.mt-xl-11{margin-top:5.625rem !important}.mt-xl-12{margin-top:6.25rem !important}.mt-xl-13{margin-top:6.875rem !important}.mt-xl-14{margin-top:7.5rem !important}.mt-xl-15{margin-top:8.125rem !important}.mt-xl-16{margin-top:8.75rem !important}.mt-xl-17{margin-top:9.375rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.15625rem !important}.me-xl-2{margin-right:.3125rem !important}.me-xl-3{margin-right:.625rem !important}.me-xl-4{margin-right:1.25rem !important}.me-xl-5{margin-right:1.875rem !important}.me-xl-6{margin-right:2.5rem !important}.me-xl-7{margin-right:3.125rem !important}.me-xl-8{margin-right:3.75rem !important}.me-xl-9{margin-right:4.375rem !important}.me-xl-10{margin-right:5rem !important}.me-xl-11{margin-right:5.625rem !important}.me-xl-12{margin-right:6.25rem !important}.me-xl-13{margin-right:6.875rem !important}.me-xl-14{margin-right:7.5rem !important}.me-xl-15{margin-right:8.125rem !important}.me-xl-16{margin-right:8.75rem !important}.me-xl-17{margin-right:9.375rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.15625rem !important}.mb-xl-2{margin-bottom:.3125rem !important}.mb-xl-3{margin-bottom:.625rem !important}.mb-xl-4{margin-bottom:1.25rem !important}.mb-xl-5{margin-bottom:1.875rem !important}.mb-xl-6{margin-bottom:2.5rem !important}.mb-xl-7{margin-bottom:3.125rem !important}.mb-xl-8{margin-bottom:3.75rem !important}.mb-xl-9{margin-bottom:4.375rem !important}.mb-xl-10{margin-bottom:5rem !important}.mb-xl-11{margin-bottom:5.625rem !important}.mb-xl-12{margin-bottom:6.25rem !important}.mb-xl-13{margin-bottom:6.875rem !important}.mb-xl-14{margin-bottom:7.5rem !important}.mb-xl-15{margin-bottom:8.125rem !important}.mb-xl-16{margin-bottom:8.75rem !important}.mb-xl-17{margin-bottom:9.375rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.15625rem !important}.ms-xl-2{margin-left:.3125rem !important}.ms-xl-3{margin-left:.625rem !important}.ms-xl-4{margin-left:1.25rem !important}.ms-xl-5{margin-left:1.875rem !important}.ms-xl-6{margin-left:2.5rem !important}.ms-xl-7{margin-left:3.125rem !important}.ms-xl-8{margin-left:3.75rem !important}.ms-xl-9{margin-left:4.375rem !important}.ms-xl-10{margin-left:5rem !important}.ms-xl-11{margin-left:5.625rem !important}.ms-xl-12{margin-left:6.25rem !important}.ms-xl-13{margin-left:6.875rem !important}.ms-xl-14{margin-left:7.5rem !important}.ms-xl-15{margin-left:8.125rem !important}.ms-xl-16{margin-left:8.75rem !important}.ms-xl-17{margin-left:9.375rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.15625rem !important}.p-xl-2{padding:.3125rem !important}.p-xl-3{padding:.625rem !important}.p-xl-4{padding:1.25rem !important}.p-xl-5{padding:1.875rem !important}.p-xl-6{padding:2.5rem !important}.p-xl-7{padding:3.125rem !important}.p-xl-8{padding:3.75rem !important}.p-xl-9{padding:4.375rem !important}.p-xl-10{padding:5rem !important}.p-xl-11{padding:5.625rem !important}.p-xl-12{padding:6.25rem !important}.p-xl-13{padding:6.875rem !important}.p-xl-14{padding:7.5rem !important}.p-xl-15{padding:8.125rem !important}.p-xl-16{padding:8.75rem !important}.p-xl-17{padding:9.375rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.15625rem !important;padding-left:.15625rem !important}.px-xl-2{padding-right:.3125rem !important;padding-left:.3125rem !important}.px-xl-3{padding-right:.625rem !important;padding-left:.625rem !important}.px-xl-4{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-xl-5{padding-right:1.875rem !important;padding-left:1.875rem !important}.px-xl-6{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-xl-7{padding-right:3.125rem !important;padding-left:3.125rem !important}.px-xl-8{padding-right:3.75rem !important;padding-left:3.75rem !important}.px-xl-9{padding-right:4.375rem !important;padding-left:4.375rem !important}.px-xl-10{padding-right:5rem !important;padding-left:5rem !important}.px-xl-11{padding-right:5.625rem !important;padding-left:5.625rem !important}.px-xl-12{padding-right:6.25rem !important;padding-left:6.25rem !important}.px-xl-13{padding-right:6.875rem !important;padding-left:6.875rem !important}.px-xl-14{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-xl-15{padding-right:8.125rem !important;padding-left:8.125rem !important}.px-xl-16{padding-right:8.75rem !important;padding-left:8.75rem !important}.px-xl-17{padding-right:9.375rem !important;padding-left:9.375rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.15625rem !important;padding-bottom:.15625rem !important}.py-xl-2{padding-top:.3125rem !important;padding-bottom:.3125rem !important}.py-xl-3{padding-top:.625rem !important;padding-bottom:.625rem !important}.py-xl-4{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-xl-5{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.py-xl-6{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-xl-7{padding-top:3.125rem !important;padding-bottom:3.125rem !important}.py-xl-8{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.py-xl-9{padding-top:4.375rem !important;padding-bottom:4.375rem !important}.py-xl-10{padding-top:5rem !important;padding-bottom:5rem !important}.py-xl-11{padding-top:5.625rem !important;padding-bottom:5.625rem !important}.py-xl-12{padding-top:6.25rem !important;padding-bottom:6.25rem !important}.py-xl-13{padding-top:6.875rem !important;padding-bottom:6.875rem !important}.py-xl-14{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-xl-15{padding-top:8.125rem !important;padding-bottom:8.125rem !important}.py-xl-16{padding-top:8.75rem !important;padding-bottom:8.75rem !important}.py-xl-17{padding-top:9.375rem !important;padding-bottom:9.375rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.15625rem !important}.pt-xl-2{padding-top:.3125rem !important}.pt-xl-3{padding-top:.625rem !important}.pt-xl-4{padding-top:1.25rem !important}.pt-xl-5{padding-top:1.875rem !important}.pt-xl-6{padding-top:2.5rem !important}.pt-xl-7{padding-top:3.125rem !important}.pt-xl-8{padding-top:3.75rem !important}.pt-xl-9{padding-top:4.375rem !important}.pt-xl-10{padding-top:5rem !important}.pt-xl-11{padding-top:5.625rem !important}.pt-xl-12{padding-top:6.25rem !important}.pt-xl-13{padding-top:6.875rem !important}.pt-xl-14{padding-top:7.5rem !important}.pt-xl-15{padding-top:8.125rem !important}.pt-xl-16{padding-top:8.75rem !important}.pt-xl-17{padding-top:9.375rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.15625rem !important}.pe-xl-2{padding-right:.3125rem !important}.pe-xl-3{padding-right:.625rem !important}.pe-xl-4{padding-right:1.25rem !important}.pe-xl-5{padding-right:1.875rem !important}.pe-xl-6{padding-right:2.5rem !important}.pe-xl-7{padding-right:3.125rem !important}.pe-xl-8{padding-right:3.75rem !important}.pe-xl-9{padding-right:4.375rem !important}.pe-xl-10{padding-right:5rem !important}.pe-xl-11{padding-right:5.625rem !important}.pe-xl-12{padding-right:6.25rem !important}.pe-xl-13{padding-right:6.875rem !important}.pe-xl-14{padding-right:7.5rem !important}.pe-xl-15{padding-right:8.125rem !important}.pe-xl-16{padding-right:8.75rem !important}.pe-xl-17{padding-right:9.375rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.15625rem !important}.pb-xl-2{padding-bottom:.3125rem !important}.pb-xl-3{padding-bottom:.625rem !important}.pb-xl-4{padding-bottom:1.25rem !important}.pb-xl-5{padding-bottom:1.875rem !important}.pb-xl-6{padding-bottom:2.5rem !important}.pb-xl-7{padding-bottom:3.125rem !important}.pb-xl-8{padding-bottom:3.75rem !important}.pb-xl-9{padding-bottom:4.375rem !important}.pb-xl-10{padding-bottom:5rem !important}.pb-xl-11{padding-bottom:5.625rem !important}.pb-xl-12{padding-bottom:6.25rem !important}.pb-xl-13{padding-bottom:6.875rem !important}.pb-xl-14{padding-bottom:7.5rem !important}.pb-xl-15{padding-bottom:8.125rem !important}.pb-xl-16{padding-bottom:8.75rem !important}.pb-xl-17{padding-bottom:9.375rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.15625rem !important}.ps-xl-2{padding-left:.3125rem !important}.ps-xl-3{padding-left:.625rem !important}.ps-xl-4{padding-left:1.25rem !important}.ps-xl-5{padding-left:1.875rem !important}.ps-xl-6{padding-left:2.5rem !important}.ps-xl-7{padding-left:3.125rem !important}.ps-xl-8{padding-left:3.75rem !important}.ps-xl-9{padding-left:4.375rem !important}.ps-xl-10{padding-left:5rem !important}.ps-xl-11{padding-left:5.625rem !important}.ps-xl-12{padding-left:6.25rem !important}.ps-xl-13{padding-left:6.875rem !important}.ps-xl-14{padding-left:7.5rem !important}.ps-xl-15{padding-left:8.125rem !important}.ps-xl-16{padding-left:8.75rem !important}.ps-xl-17{padding-left:9.375rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.15625rem !important}.gap-xl-2{gap:.3125rem !important}.gap-xl-3{gap:.625rem !important}.gap-xl-4{gap:1.25rem !important}.gap-xl-5{gap:1.875rem !important}.gap-xl-6{gap:2.5rem !important}.gap-xl-7{gap:3.125rem !important}.gap-xl-8{gap:3.75rem !important}.gap-xl-9{gap:4.375rem !important}.gap-xl-10{gap:5rem !important}.gap-xl-11{gap:5.625rem !important}.gap-xl-12{gap:6.25rem !important}.gap-xl-13{gap:6.875rem !important}.gap-xl-14{gap:7.5rem !important}.gap-xl-15{gap:8.125rem !important}.gap-xl-16{gap:8.75rem !important}.gap-xl-17{gap:9.375rem !important}.row-gap-xl-0{row-gap:0 !important}.row-gap-xl-1{row-gap:.15625rem !important}.row-gap-xl-2{row-gap:.3125rem !important}.row-gap-xl-3{row-gap:.625rem !important}.row-gap-xl-4{row-gap:1.25rem !important}.row-gap-xl-5{row-gap:1.875rem !important}.row-gap-xl-6{row-gap:2.5rem !important}.row-gap-xl-7{row-gap:3.125rem !important}.row-gap-xl-8{row-gap:3.75rem !important}.row-gap-xl-9{row-gap:4.375rem !important}.row-gap-xl-10{row-gap:5rem !important}.row-gap-xl-11{row-gap:5.625rem !important}.row-gap-xl-12{row-gap:6.25rem !important}.row-gap-xl-13{row-gap:6.875rem !important}.row-gap-xl-14{row-gap:7.5rem !important}.row-gap-xl-15{row-gap:8.125rem !important}.row-gap-xl-16{row-gap:8.75rem !important}.row-gap-xl-17{row-gap:9.375rem !important}.column-gap-xl-0{column-gap:0 !important}.column-gap-xl-1{column-gap:.15625rem !important}.column-gap-xl-2{column-gap:.3125rem !important}.column-gap-xl-3{column-gap:.625rem !important}.column-gap-xl-4{column-gap:1.25rem !important}.column-gap-xl-5{column-gap:1.875rem !important}.column-gap-xl-6{column-gap:2.5rem !important}.column-gap-xl-7{column-gap:3.125rem !important}.column-gap-xl-8{column-gap:3.75rem !important}.column-gap-xl-9{column-gap:4.375rem !important}.column-gap-xl-10{column-gap:5rem !important}.column-gap-xl-11{column-gap:5.625rem !important}.column-gap-xl-12{column-gap:6.25rem !important}.column-gap-xl-13{column-gap:6.875rem !important}.column-gap-xl-14{column-gap:7.5rem !important}.column-gap-xl-15{column-gap:8.125rem !important}.column-gap-xl-16{column-gap:8.75rem !important}.column-gap-xl-17{column-gap:9.375rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1600px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.object-fit-xxl-contain{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-inline-grid{display:inline-grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.15625rem !important}.m-xxl-2{margin:.3125rem !important}.m-xxl-3{margin:.625rem !important}.m-xxl-4{margin:1.25rem !important}.m-xxl-5{margin:1.875rem !important}.m-xxl-6{margin:2.5rem !important}.m-xxl-7{margin:3.125rem !important}.m-xxl-8{margin:3.75rem !important}.m-xxl-9{margin:4.375rem !important}.m-xxl-10{margin:5rem !important}.m-xxl-11{margin:5.625rem !important}.m-xxl-12{margin:6.25rem !important}.m-xxl-13{margin:6.875rem !important}.m-xxl-14{margin:7.5rem !important}.m-xxl-15{margin:8.125rem !important}.m-xxl-16{margin:8.75rem !important}.m-xxl-17{margin:9.375rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.15625rem !important;margin-left:.15625rem !important}.mx-xxl-2{margin-right:.3125rem !important;margin-left:.3125rem !important}.mx-xxl-3{margin-right:.625rem !important;margin-left:.625rem !important}.mx-xxl-4{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-xxl-5{margin-right:1.875rem !important;margin-left:1.875rem !important}.mx-xxl-6{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-xxl-7{margin-right:3.125rem !important;margin-left:3.125rem !important}.mx-xxl-8{margin-right:3.75rem !important;margin-left:3.75rem !important}.mx-xxl-9{margin-right:4.375rem !important;margin-left:4.375rem !important}.mx-xxl-10{margin-right:5rem !important;margin-left:5rem !important}.mx-xxl-11{margin-right:5.625rem !important;margin-left:5.625rem !important}.mx-xxl-12{margin-right:6.25rem !important;margin-left:6.25rem !important}.mx-xxl-13{margin-right:6.875rem !important;margin-left:6.875rem !important}.mx-xxl-14{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-xxl-15{margin-right:8.125rem !important;margin-left:8.125rem !important}.mx-xxl-16{margin-right:8.75rem !important;margin-left:8.75rem !important}.mx-xxl-17{margin-right:9.375rem !important;margin-left:9.375rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.15625rem !important;margin-bottom:.15625rem !important}.my-xxl-2{margin-top:.3125rem !important;margin-bottom:.3125rem !important}.my-xxl-3{margin-top:.625rem !important;margin-bottom:.625rem !important}.my-xxl-4{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-xxl-5{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.my-xxl-6{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-xxl-7{margin-top:3.125rem !important;margin-bottom:3.125rem !important}.my-xxl-8{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.my-xxl-9{margin-top:4.375rem !important;margin-bottom:4.375rem !important}.my-xxl-10{margin-top:5rem !important;margin-bottom:5rem !important}.my-xxl-11{margin-top:5.625rem !important;margin-bottom:5.625rem !important}.my-xxl-12{margin-top:6.25rem !important;margin-bottom:6.25rem !important}.my-xxl-13{margin-top:6.875rem !important;margin-bottom:6.875rem !important}.my-xxl-14{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-xxl-15{margin-top:8.125rem !important;margin-bottom:8.125rem !important}.my-xxl-16{margin-top:8.75rem !important;margin-bottom:8.75rem !important}.my-xxl-17{margin-top:9.375rem !important;margin-bottom:9.375rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.15625rem !important}.mt-xxl-2{margin-top:.3125rem !important}.mt-xxl-3{margin-top:.625rem !important}.mt-xxl-4{margin-top:1.25rem !important}.mt-xxl-5{margin-top:1.875rem !important}.mt-xxl-6{margin-top:2.5rem !important}.mt-xxl-7{margin-top:3.125rem !important}.mt-xxl-8{margin-top:3.75rem !important}.mt-xxl-9{margin-top:4.375rem !important}.mt-xxl-10{margin-top:5rem !important}.mt-xxl-11{margin-top:5.625rem !important}.mt-xxl-12{margin-top:6.25rem !important}.mt-xxl-13{margin-top:6.875rem !important}.mt-xxl-14{margin-top:7.5rem !important}.mt-xxl-15{margin-top:8.125rem !important}.mt-xxl-16{margin-top:8.75rem !important}.mt-xxl-17{margin-top:9.375rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.15625rem !important}.me-xxl-2{margin-right:.3125rem !important}.me-xxl-3{margin-right:.625rem !important}.me-xxl-4{margin-right:1.25rem !important}.me-xxl-5{margin-right:1.875rem !important}.me-xxl-6{margin-right:2.5rem !important}.me-xxl-7{margin-right:3.125rem !important}.me-xxl-8{margin-right:3.75rem !important}.me-xxl-9{margin-right:4.375rem !important}.me-xxl-10{margin-right:5rem !important}.me-xxl-11{margin-right:5.625rem !important}.me-xxl-12{margin-right:6.25rem !important}.me-xxl-13{margin-right:6.875rem !important}.me-xxl-14{margin-right:7.5rem !important}.me-xxl-15{margin-right:8.125rem !important}.me-xxl-16{margin-right:8.75rem !important}.me-xxl-17{margin-right:9.375rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.15625rem !important}.mb-xxl-2{margin-bottom:.3125rem !important}.mb-xxl-3{margin-bottom:.625rem !important}.mb-xxl-4{margin-bottom:1.25rem !important}.mb-xxl-5{margin-bottom:1.875rem !important}.mb-xxl-6{margin-bottom:2.5rem !important}.mb-xxl-7{margin-bottom:3.125rem !important}.mb-xxl-8{margin-bottom:3.75rem !important}.mb-xxl-9{margin-bottom:4.375rem !important}.mb-xxl-10{margin-bottom:5rem !important}.mb-xxl-11{margin-bottom:5.625rem !important}.mb-xxl-12{margin-bottom:6.25rem !important}.mb-xxl-13{margin-bottom:6.875rem !important}.mb-xxl-14{margin-bottom:7.5rem !important}.mb-xxl-15{margin-bottom:8.125rem !important}.mb-xxl-16{margin-bottom:8.75rem !important}.mb-xxl-17{margin-bottom:9.375rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.15625rem !important}.ms-xxl-2{margin-left:.3125rem !important}.ms-xxl-3{margin-left:.625rem !important}.ms-xxl-4{margin-left:1.25rem !important}.ms-xxl-5{margin-left:1.875rem !important}.ms-xxl-6{margin-left:2.5rem !important}.ms-xxl-7{margin-left:3.125rem !important}.ms-xxl-8{margin-left:3.75rem !important}.ms-xxl-9{margin-left:4.375rem !important}.ms-xxl-10{margin-left:5rem !important}.ms-xxl-11{margin-left:5.625rem !important}.ms-xxl-12{margin-left:6.25rem !important}.ms-xxl-13{margin-left:6.875rem !important}.ms-xxl-14{margin-left:7.5rem !important}.ms-xxl-15{margin-left:8.125rem !important}.ms-xxl-16{margin-left:8.75rem !important}.ms-xxl-17{margin-left:9.375rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.15625rem !important}.p-xxl-2{padding:.3125rem !important}.p-xxl-3{padding:.625rem !important}.p-xxl-4{padding:1.25rem !important}.p-xxl-5{padding:1.875rem !important}.p-xxl-6{padding:2.5rem !important}.p-xxl-7{padding:3.125rem !important}.p-xxl-8{padding:3.75rem !important}.p-xxl-9{padding:4.375rem !important}.p-xxl-10{padding:5rem !important}.p-xxl-11{padding:5.625rem !important}.p-xxl-12{padding:6.25rem !important}.p-xxl-13{padding:6.875rem !important}.p-xxl-14{padding:7.5rem !important}.p-xxl-15{padding:8.125rem !important}.p-xxl-16{padding:8.75rem !important}.p-xxl-17{padding:9.375rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.15625rem !important;padding-left:.15625rem !important}.px-xxl-2{padding-right:.3125rem !important;padding-left:.3125rem !important}.px-xxl-3{padding-right:.625rem !important;padding-left:.625rem !important}.px-xxl-4{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-xxl-5{padding-right:1.875rem !important;padding-left:1.875rem !important}.px-xxl-6{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-xxl-7{padding-right:3.125rem !important;padding-left:3.125rem !important}.px-xxl-8{padding-right:3.75rem !important;padding-left:3.75rem !important}.px-xxl-9{padding-right:4.375rem !important;padding-left:4.375rem !important}.px-xxl-10{padding-right:5rem !important;padding-left:5rem !important}.px-xxl-11{padding-right:5.625rem !important;padding-left:5.625rem !important}.px-xxl-12{padding-right:6.25rem !important;padding-left:6.25rem !important}.px-xxl-13{padding-right:6.875rem !important;padding-left:6.875rem !important}.px-xxl-14{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-xxl-15{padding-right:8.125rem !important;padding-left:8.125rem !important}.px-xxl-16{padding-right:8.75rem !important;padding-left:8.75rem !important}.px-xxl-17{padding-right:9.375rem !important;padding-left:9.375rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.15625rem !important;padding-bottom:.15625rem !important}.py-xxl-2{padding-top:.3125rem !important;padding-bottom:.3125rem !important}.py-xxl-3{padding-top:.625rem !important;padding-bottom:.625rem !important}.py-xxl-4{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-xxl-5{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.py-xxl-6{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-xxl-7{padding-top:3.125rem !important;padding-bottom:3.125rem !important}.py-xxl-8{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.py-xxl-9{padding-top:4.375rem !important;padding-bottom:4.375rem !important}.py-xxl-10{padding-top:5rem !important;padding-bottom:5rem !important}.py-xxl-11{padding-top:5.625rem !important;padding-bottom:5.625rem !important}.py-xxl-12{padding-top:6.25rem !important;padding-bottom:6.25rem !important}.py-xxl-13{padding-top:6.875rem !important;padding-bottom:6.875rem !important}.py-xxl-14{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-xxl-15{padding-top:8.125rem !important;padding-bottom:8.125rem !important}.py-xxl-16{padding-top:8.75rem !important;padding-bottom:8.75rem !important}.py-xxl-17{padding-top:9.375rem !important;padding-bottom:9.375rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.15625rem !important}.pt-xxl-2{padding-top:.3125rem !important}.pt-xxl-3{padding-top:.625rem !important}.pt-xxl-4{padding-top:1.25rem !important}.pt-xxl-5{padding-top:1.875rem !important}.pt-xxl-6{padding-top:2.5rem !important}.pt-xxl-7{padding-top:3.125rem !important}.pt-xxl-8{padding-top:3.75rem !important}.pt-xxl-9{padding-top:4.375rem !important}.pt-xxl-10{padding-top:5rem !important}.pt-xxl-11{padding-top:5.625rem !important}.pt-xxl-12{padding-top:6.25rem !important}.pt-xxl-13{padding-top:6.875rem !important}.pt-xxl-14{padding-top:7.5rem !important}.pt-xxl-15{padding-top:8.125rem !important}.pt-xxl-16{padding-top:8.75rem !important}.pt-xxl-17{padding-top:9.375rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.15625rem !important}.pe-xxl-2{padding-right:.3125rem !important}.pe-xxl-3{padding-right:.625rem !important}.pe-xxl-4{padding-right:1.25rem !important}.pe-xxl-5{padding-right:1.875rem !important}.pe-xxl-6{padding-right:2.5rem !important}.pe-xxl-7{padding-right:3.125rem !important}.pe-xxl-8{padding-right:3.75rem !important}.pe-xxl-9{padding-right:4.375rem !important}.pe-xxl-10{padding-right:5rem !important}.pe-xxl-11{padding-right:5.625rem !important}.pe-xxl-12{padding-right:6.25rem !important}.pe-xxl-13{padding-right:6.875rem !important}.pe-xxl-14{padding-right:7.5rem !important}.pe-xxl-15{padding-right:8.125rem !important}.pe-xxl-16{padding-right:8.75rem !important}.pe-xxl-17{padding-right:9.375rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.15625rem !important}.pb-xxl-2{padding-bottom:.3125rem !important}.pb-xxl-3{padding-bottom:.625rem !important}.pb-xxl-4{padding-bottom:1.25rem !important}.pb-xxl-5{padding-bottom:1.875rem !important}.pb-xxl-6{padding-bottom:2.5rem !important}.pb-xxl-7{padding-bottom:3.125rem !important}.pb-xxl-8{padding-bottom:3.75rem !important}.pb-xxl-9{padding-bottom:4.375rem !important}.pb-xxl-10{padding-bottom:5rem !important}.pb-xxl-11{padding-bottom:5.625rem !important}.pb-xxl-12{padding-bottom:6.25rem !important}.pb-xxl-13{padding-bottom:6.875rem !important}.pb-xxl-14{padding-bottom:7.5rem !important}.pb-xxl-15{padding-bottom:8.125rem !important}.pb-xxl-16{padding-bottom:8.75rem !important}.pb-xxl-17{padding-bottom:9.375rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.15625rem !important}.ps-xxl-2{padding-left:.3125rem !important}.ps-xxl-3{padding-left:.625rem !important}.ps-xxl-4{padding-left:1.25rem !important}.ps-xxl-5{padding-left:1.875rem !important}.ps-xxl-6{padding-left:2.5rem !important}.ps-xxl-7{padding-left:3.125rem !important}.ps-xxl-8{padding-left:3.75rem !important}.ps-xxl-9{padding-left:4.375rem !important}.ps-xxl-10{padding-left:5rem !important}.ps-xxl-11{padding-left:5.625rem !important}.ps-xxl-12{padding-left:6.25rem !important}.ps-xxl-13{padding-left:6.875rem !important}.ps-xxl-14{padding-left:7.5rem !important}.ps-xxl-15{padding-left:8.125rem !important}.ps-xxl-16{padding-left:8.75rem !important}.ps-xxl-17{padding-left:9.375rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.15625rem !important}.gap-xxl-2{gap:.3125rem !important}.gap-xxl-3{gap:.625rem !important}.gap-xxl-4{gap:1.25rem !important}.gap-xxl-5{gap:1.875rem !important}.gap-xxl-6{gap:2.5rem !important}.gap-xxl-7{gap:3.125rem !important}.gap-xxl-8{gap:3.75rem !important}.gap-xxl-9{gap:4.375rem !important}.gap-xxl-10{gap:5rem !important}.gap-xxl-11{gap:5.625rem !important}.gap-xxl-12{gap:6.25rem !important}.gap-xxl-13{gap:6.875rem !important}.gap-xxl-14{gap:7.5rem !important}.gap-xxl-15{gap:8.125rem !important}.gap-xxl-16{gap:8.75rem !important}.gap-xxl-17{gap:9.375rem !important}.row-gap-xxl-0{row-gap:0 !important}.row-gap-xxl-1{row-gap:.15625rem !important}.row-gap-xxl-2{row-gap:.3125rem !important}.row-gap-xxl-3{row-gap:.625rem !important}.row-gap-xxl-4{row-gap:1.25rem !important}.row-gap-xxl-5{row-gap:1.875rem !important}.row-gap-xxl-6{row-gap:2.5rem !important}.row-gap-xxl-7{row-gap:3.125rem !important}.row-gap-xxl-8{row-gap:3.75rem !important}.row-gap-xxl-9{row-gap:4.375rem !important}.row-gap-xxl-10{row-gap:5rem !important}.row-gap-xxl-11{row-gap:5.625rem !important}.row-gap-xxl-12{row-gap:6.25rem !important}.row-gap-xxl-13{row-gap:6.875rem !important}.row-gap-xxl-14{row-gap:7.5rem !important}.row-gap-xxl-15{row-gap:8.125rem !important}.row-gap-xxl-16{row-gap:8.75rem !important}.row-gap-xxl-17{row-gap:9.375rem !important}.column-gap-xxl-0{column-gap:0 !important}.column-gap-xxl-1{column-gap:.15625rem !important}.column-gap-xxl-2{column-gap:.3125rem !important}.column-gap-xxl-3{column-gap:.625rem !important}.column-gap-xxl-4{column-gap:1.25rem !important}.column-gap-xxl-5{column-gap:1.875rem !important}.column-gap-xxl-6{column-gap:2.5rem !important}.column-gap-xxl-7{column-gap:3.125rem !important}.column-gap-xxl-8{column-gap:3.75rem !important}.column-gap-xxl-9{column-gap:4.375rem !important}.column-gap-xxl-10{column-gap:5rem !important}.column-gap-xxl-11{column-gap:5.625rem !important}.column-gap-xxl-12{column-gap:6.25rem !important}.column-gap-xxl-13{column-gap:6.875rem !important}.column-gap-xxl-14{column-gap:7.5rem !important}.column-gap-xxl-15{column-gap:8.125rem !important}.column-gap-xxl-16{column-gap:8.75rem !important}.column-gap-xxl-17{column-gap:9.375rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media(min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-inline-grid{display:inline-grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1600px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.15625rem}.g-1,.gy-1{--bs-gutter-y: 0.15625rem}.g-2,.gx-2{--bs-gutter-x: 0.3125rem}.g-2,.gy-2{--bs-gutter-y: 0.3125rem}.g-3,.gx-3{--bs-gutter-x: 0.625rem}.g-3,.gy-3{--bs-gutter-y: 0.625rem}.g-4,.gx-4{--bs-gutter-x: 1.25rem}.g-4,.gy-4{--bs-gutter-y: 1.25rem}.g-5,.gx-5{--bs-gutter-x: 1.875rem}.g-5,.gy-5{--bs-gutter-y: 1.875rem}.g-6,.gx-6{--bs-gutter-x: 2.5rem}.g-6,.gy-6{--bs-gutter-y: 2.5rem}.g-7,.gx-7{--bs-gutter-x: 3.125rem}.g-7,.gy-7{--bs-gutter-y: 3.125rem}.g-8,.gx-8{--bs-gutter-x: 3.75rem}.g-8,.gy-8{--bs-gutter-y: 3.75rem}.g-9,.gx-9{--bs-gutter-x: 4.375rem}.g-9,.gy-9{--bs-gutter-y: 4.375rem}.g-10,.gx-10{--bs-gutter-x: 5rem}.g-10,.gy-10{--bs-gutter-y: 5rem}.g-11,.gx-11{--bs-gutter-x: 5.625rem}.g-11,.gy-11{--bs-gutter-y: 5.625rem}.g-12,.gx-12{--bs-gutter-x: 6.25rem}.g-12,.gy-12{--bs-gutter-y: 6.25rem}.g-13,.gx-13{--bs-gutter-x: 6.875rem}.g-13,.gy-13{--bs-gutter-y: 6.875rem}.g-14,.gx-14{--bs-gutter-x: 7.5rem}.g-14,.gy-14{--bs-gutter-y: 7.5rem}.g-15,.gx-15{--bs-gutter-x: 8.125rem}.g-15,.gy-15{--bs-gutter-y: 8.125rem}.g-16,.gx-16{--bs-gutter-x: 8.75rem}.g-16,.gy-16{--bs-gutter-y: 8.75rem}.g-17,.gx-17{--bs-gutter-x: 9.375rem}.g-17,.gy-17{--bs-gutter-y: 9.375rem}@media(min-width: 576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.15625rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.15625rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.3125rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.3125rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 0.625rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 0.625rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.25rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.25rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 1.875rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 1.875rem}.g-sm-6,.gx-sm-6{--bs-gutter-x: 2.5rem}.g-sm-6,.gy-sm-6{--bs-gutter-y: 2.5rem}.g-sm-7,.gx-sm-7{--bs-gutter-x: 3.125rem}.g-sm-7,.gy-sm-7{--bs-gutter-y: 3.125rem}.g-sm-8,.gx-sm-8{--bs-gutter-x: 3.75rem}.g-sm-8,.gy-sm-8{--bs-gutter-y: 3.75rem}.g-sm-9,.gx-sm-9{--bs-gutter-x: 4.375rem}.g-sm-9,.gy-sm-9{--bs-gutter-y: 4.375rem}.g-sm-10,.gx-sm-10{--bs-gutter-x: 5rem}.g-sm-10,.gy-sm-10{--bs-gutter-y: 5rem}.g-sm-11,.gx-sm-11{--bs-gutter-x: 5.625rem}.g-sm-11,.gy-sm-11{--bs-gutter-y: 5.625rem}.g-sm-12,.gx-sm-12{--bs-gutter-x: 6.25rem}.g-sm-12,.gy-sm-12{--bs-gutter-y: 6.25rem}.g-sm-13,.gx-sm-13{--bs-gutter-x: 6.875rem}.g-sm-13,.gy-sm-13{--bs-gutter-y: 6.875rem}.g-sm-14,.gx-sm-14{--bs-gutter-x: 7.5rem}.g-sm-14,.gy-sm-14{--bs-gutter-y: 7.5rem}.g-sm-15,.gx-sm-15{--bs-gutter-x: 8.125rem}.g-sm-15,.gy-sm-15{--bs-gutter-y: 8.125rem}.g-sm-16,.gx-sm-16{--bs-gutter-x: 8.75rem}.g-sm-16,.gy-sm-16{--bs-gutter-y: 8.75rem}.g-sm-17,.gx-sm-17{--bs-gutter-x: 9.375rem}.g-sm-17,.gy-sm-17{--bs-gutter-y: 9.375rem}}@media(min-width: 768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.15625rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.15625rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.3125rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.3125rem}.g-md-3,.gx-md-3{--bs-gutter-x: 0.625rem}.g-md-3,.gy-md-3{--bs-gutter-y: 0.625rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.25rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.25rem}.g-md-5,.gx-md-5{--bs-gutter-x: 1.875rem}.g-md-5,.gy-md-5{--bs-gutter-y: 1.875rem}.g-md-6,.gx-md-6{--bs-gutter-x: 2.5rem}.g-md-6,.gy-md-6{--bs-gutter-y: 2.5rem}.g-md-7,.gx-md-7{--bs-gutter-x: 3.125rem}.g-md-7,.gy-md-7{--bs-gutter-y: 3.125rem}.g-md-8,.gx-md-8{--bs-gutter-x: 3.75rem}.g-md-8,.gy-md-8{--bs-gutter-y: 3.75rem}.g-md-9,.gx-md-9{--bs-gutter-x: 4.375rem}.g-md-9,.gy-md-9{--bs-gutter-y: 4.375rem}.g-md-10,.gx-md-10{--bs-gutter-x: 5rem}.g-md-10,.gy-md-10{--bs-gutter-y: 5rem}.g-md-11,.gx-md-11{--bs-gutter-x: 5.625rem}.g-md-11,.gy-md-11{--bs-gutter-y: 5.625rem}.g-md-12,.gx-md-12{--bs-gutter-x: 6.25rem}.g-md-12,.gy-md-12{--bs-gutter-y: 6.25rem}.g-md-13,.gx-md-13{--bs-gutter-x: 6.875rem}.g-md-13,.gy-md-13{--bs-gutter-y: 6.875rem}.g-md-14,.gx-md-14{--bs-gutter-x: 7.5rem}.g-md-14,.gy-md-14{--bs-gutter-y: 7.5rem}.g-md-15,.gx-md-15{--bs-gutter-x: 8.125rem}.g-md-15,.gy-md-15{--bs-gutter-y: 8.125rem}.g-md-16,.gx-md-16{--bs-gutter-x: 8.75rem}.g-md-16,.gy-md-16{--bs-gutter-y: 8.75rem}.g-md-17,.gx-md-17{--bs-gutter-x: 9.375rem}.g-md-17,.gy-md-17{--bs-gutter-y: 9.375rem}}@media(min-width: 992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.15625rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.15625rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.3125rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.3125rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 0.625rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 0.625rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.25rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.25rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 1.875rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 1.875rem}.g-lg-6,.gx-lg-6{--bs-gutter-x: 2.5rem}.g-lg-6,.gy-lg-6{--bs-gutter-y: 2.5rem}.g-lg-7,.gx-lg-7{--bs-gutter-x: 3.125rem}.g-lg-7,.gy-lg-7{--bs-gutter-y: 3.125rem}.g-lg-8,.gx-lg-8{--bs-gutter-x: 3.75rem}.g-lg-8,.gy-lg-8{--bs-gutter-y: 3.75rem}.g-lg-9,.gx-lg-9{--bs-gutter-x: 4.375rem}.g-lg-9,.gy-lg-9{--bs-gutter-y: 4.375rem}.g-lg-10,.gx-lg-10{--bs-gutter-x: 5rem}.g-lg-10,.gy-lg-10{--bs-gutter-y: 5rem}.g-lg-11,.gx-lg-11{--bs-gutter-x: 5.625rem}.g-lg-11,.gy-lg-11{--bs-gutter-y: 5.625rem}.g-lg-12,.gx-lg-12{--bs-gutter-x: 6.25rem}.g-lg-12,.gy-lg-12{--bs-gutter-y: 6.25rem}.g-lg-13,.gx-lg-13{--bs-gutter-x: 6.875rem}.g-lg-13,.gy-lg-13{--bs-gutter-y: 6.875rem}.g-lg-14,.gx-lg-14{--bs-gutter-x: 7.5rem}.g-lg-14,.gy-lg-14{--bs-gutter-y: 7.5rem}.g-lg-15,.gx-lg-15{--bs-gutter-x: 8.125rem}.g-lg-15,.gy-lg-15{--bs-gutter-y: 8.125rem}.g-lg-16,.gx-lg-16{--bs-gutter-x: 8.75rem}.g-lg-16,.gy-lg-16{--bs-gutter-y: 8.75rem}.g-lg-17,.gx-lg-17{--bs-gutter-x: 9.375rem}.g-lg-17,.gy-lg-17{--bs-gutter-y: 9.375rem}}@media(min-width: 1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.15625rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.15625rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.3125rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.3125rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 0.625rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 0.625rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.25rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.25rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 1.875rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 1.875rem}.g-xl-6,.gx-xl-6{--bs-gutter-x: 2.5rem}.g-xl-6,.gy-xl-6{--bs-gutter-y: 2.5rem}.g-xl-7,.gx-xl-7{--bs-gutter-x: 3.125rem}.g-xl-7,.gy-xl-7{--bs-gutter-y: 3.125rem}.g-xl-8,.gx-xl-8{--bs-gutter-x: 3.75rem}.g-xl-8,.gy-xl-8{--bs-gutter-y: 3.75rem}.g-xl-9,.gx-xl-9{--bs-gutter-x: 4.375rem}.g-xl-9,.gy-xl-9{--bs-gutter-y: 4.375rem}.g-xl-10,.gx-xl-10{--bs-gutter-x: 5rem}.g-xl-10,.gy-xl-10{--bs-gutter-y: 5rem}.g-xl-11,.gx-xl-11{--bs-gutter-x: 5.625rem}.g-xl-11,.gy-xl-11{--bs-gutter-y: 5.625rem}.g-xl-12,.gx-xl-12{--bs-gutter-x: 6.25rem}.g-xl-12,.gy-xl-12{--bs-gutter-y: 6.25rem}.g-xl-13,.gx-xl-13{--bs-gutter-x: 6.875rem}.g-xl-13,.gy-xl-13{--bs-gutter-y: 6.875rem}.g-xl-14,.gx-xl-14{--bs-gutter-x: 7.5rem}.g-xl-14,.gy-xl-14{--bs-gutter-y: 7.5rem}.g-xl-15,.gx-xl-15{--bs-gutter-x: 8.125rem}.g-xl-15,.gy-xl-15{--bs-gutter-y: 8.125rem}.g-xl-16,.gx-xl-16{--bs-gutter-x: 8.75rem}.g-xl-16,.gy-xl-16{--bs-gutter-y: 8.75rem}.g-xl-17,.gx-xl-17{--bs-gutter-x: 9.375rem}.g-xl-17,.gy-xl-17{--bs-gutter-y: 9.375rem}}@media(min-width: 1600px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.15625rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.15625rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.3125rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.3125rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 0.625rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 0.625rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.25rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.25rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 1.875rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 1.875rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x: 2.5rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y: 2.5rem}.g-xxl-7,.gx-xxl-7{--bs-gutter-x: 3.125rem}.g-xxl-7,.gy-xxl-7{--bs-gutter-y: 3.125rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x: 3.75rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y: 3.75rem}.g-xxl-9,.gx-xxl-9{--bs-gutter-x: 4.375rem}.g-xxl-9,.gy-xxl-9{--bs-gutter-y: 4.375rem}.g-xxl-10,.gx-xxl-10{--bs-gutter-x: 5rem}.g-xxl-10,.gy-xxl-10{--bs-gutter-y: 5rem}.g-xxl-11,.gx-xxl-11{--bs-gutter-x: 5.625rem}.g-xxl-11,.gy-xxl-11{--bs-gutter-y: 5.625rem}.g-xxl-12,.gx-xxl-12{--bs-gutter-x: 6.25rem}.g-xxl-12,.gy-xxl-12{--bs-gutter-y: 6.25rem}.g-xxl-13,.gx-xxl-13{--bs-gutter-x: 6.875rem}.g-xxl-13,.gy-xxl-13{--bs-gutter-y: 6.875rem}.g-xxl-14,.gx-xxl-14{--bs-gutter-x: 7.5rem}.g-xxl-14,.gy-xxl-14{--bs-gutter-y: 7.5rem}.g-xxl-15,.gx-xxl-15{--bs-gutter-x: 8.125rem}.g-xxl-15,.gy-xxl-15{--bs-gutter-y: 8.125rem}.g-xxl-16,.gx-xxl-16{--bs-gutter-x: 8.75rem}.g-xxl-16,.gy-xxl-16{--bs-gutter-y: 8.75rem}.g-xxl-17,.gx-xxl-17{--bs-gutter-x: 9.375rem}.g-xxl-17,.gy-xxl-17{--bs-gutter-y: 9.375rem}}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1.875rem;--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: 0.8125rem;--bs-modal-box-shadow: var(--bs-box-shadow-sm);--bs-modal-inner-border-radius: calc(0.8125rem - (var(--bs-border-width)));--bs-modal-header-padding-x: 0.875rem;--bs-modal-header-padding-y: 0.875rem;--bs-modal-header-padding: 0.875rem 0.875rem;--bs-modal-header-border-color: transparent;--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: transparent;--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 .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: #000;--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)*.5) calc(var(--bs-modal-header-padding-x)*.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)*.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)*.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: 62.5rem}}@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: 1599.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}}.btn-close{--bs-btn-close-color: var(--palettecolor-1, #3983b4);--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27var%28--palettecolor-1, %233983b4%29%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414%27/%3e%3c/svg%3e");--bs-btn-close-opacity: 1;--bs-btn-close-hover-opacity: 0.75;--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: 0.25;box-sizing:content-box;width:1.5rem;height:1.5rem;padding:.25em .25em;color:var(--bs-btn-close-color);background:rgba(0,0,0,0) var(--bs-btn-close-bg) center/1.5rem auto no-repeat;filter:var(--bs-btn-close-filter);border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--bs-btn-close-filter: }[data-bs-theme=dark]{--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:0;vertical-align:0;content:"";border-top:0 solid;border-right:0 solid rgba(0,0,0,0);border-bottom:0;border-left:0 solid rgba(0,0,0,0)}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 18.75rem;--bs-dropdown-padding-x: 1.25rem;--bs-dropdown-padding-y: 0.75rem;--bs-dropdown-spacer: 0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: 0;--bs-dropdown-border-width: 0;--bs-dropdown-inner-border-radius: calc(0 - 0);--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: 0.3125rem;--bs-dropdown-box-shadow: var(--bs-box-shadow);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: var(--bs-body-color);--bs-dropdown-link-hover-bg: var(--palettecolor-1, #3983b4);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: var(--palettecolor-1, #3983b4);--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 0.625rem;--bs-dropdown-item-padding-y: 0.625rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 0.625rem;--bs-dropdown-header-padding-y: 0.75rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1600px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:0;vertical-align:0;content:"";border-top:0;border-right:0 solid rgba(0,0,0,0);border-bottom:0 solid;border-left:0 solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:0;vertical-align:0;content:"";border-top:0 solid rgba(0,0,0,0);border-right:0;border-bottom:0 solid rgba(0,0,0,0);border-left:0 solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:0;vertical-align:0;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:0;vertical-align:0;content:"";border-top:0 solid rgba(0,0,0,0);border-right:0 solid;border-bottom:0 solid rgba(0,0,0,0)}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:0.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: var(--palettecolor-1, #3983b4);--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.fade{transition:opacity .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 .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--bs-emphasis-color);--bs-table-bg: var(--bs-body-bg);--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-emphasis-color);--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);--bs-table-active-color: var(--bs-emphasis-color);--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);--bs-table-hover-color: var(--bs-emphasis-color);--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);width:100%;margin-bottom:.625rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #000;--bs-table-bg: rgb(206.6, 226, 254.6);--bs-table-border-color: rgb(165.28, 180.8, 203.68);--bs-table-striped-bg: rgb(196.27, 214.7, 241.87);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(185.94, 203.4, 229.14);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(191.105, 209.05, 235.505);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: rgb(225.6, 227.4, 229);--bs-table-border-color: rgb(180.48, 181.92, 183.2);--bs-table-striped-bg: rgb(214.32, 216.03, 217.55);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(203.04, 204.66, 206.1);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(208.68, 210.345, 211.825);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: rgb(209, 231, 220.8);--bs-table-border-color: rgb(167.2, 184.8, 176.64);--bs-table-striped-bg: rgb(198.55, 219.45, 209.76);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(188.1, 207.9, 198.72);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(193.325, 213.675, 204.24);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: rgb(206.6, 244.4, 252);--bs-table-border-color: rgb(165.28, 195.52, 201.6);--bs-table-striped-bg: rgb(196.27, 232.18, 239.4);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(185.94, 219.96, 226.8);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(191.105, 226.07, 233.1);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: rgb(255, 242.6, 205.4);--bs-table-border-color: rgb(204, 194.08, 164.32);--bs-table-striped-bg: rgb(242.25, 230.47, 195.13);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(229.5, 218.34, 184.86);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(235.875, 224.405, 189.995);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: rgb(248, 214.6, 217.8);--bs-table-border-color: rgb(198.4, 171.68, 174.24);--bs-table-striped-bg: rgb(235.6, 203.87, 206.91);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(223.2, 193.14, 196.02);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(229.4, 198.505, 201.465);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: rgb(198.4, 199.2, 200);--bs-table-striped-bg: rgb(235.6, 236.55, 237.5);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(223.2, 224.1, 225);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(229.4, 230.325, 231.25);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #212529;--bs-table-border-color: rgb(77.4, 80.6, 83.8);--bs-table-striped-bg: rgb(44.1, 47.9, 51.7);--bs-table-striped-color: #fff;--bs-table-active-bg: rgb(55.2, 58.8, 62.4);--bs-table-active-color: #fff;--bs-table-hover-bg: rgb(49.65, 53.35, 57.05);--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1599.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.accordion{--bs-accordion-color: var(--bs-body-color);--bs-accordion-bg: var(--bs-body-bg);--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;--bs-accordion-border-color: var(--light-background-2, #fff4e2);--bs-accordion-border-width: 0.125rem;--bs-accordion-border-radius: 1rem;--bs-accordion-inner-border-radius: calc(1rem - (0.125rem));--bs-accordion-btn-padding-x: 2.1875rem;--bs-accordion-btn-padding-y: 2.1875rem;--bs-accordion-btn-color: var(--text-color, #433e3f);--bs-accordion-btn-bg: var(--light-background-1, #ffffff);--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27%3e%3cpath d=%27M10.9375 0V19.0234L2.1875 10.2734L0 12.5L12.5 25L25 12.5L22.8125 10.2734L14.0625 19.0234V0H10.9375Z%27 fill=%27%2335416A%27/%3e%3c/svg%3e");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27%3e%3cpath d=%27M10.9375 0V19.0234L2.1875 10.2734L0 12.5L12.5 25L25 12.5L22.8125 10.2734L14.0625 19.0234V0H10.9375Z%27 fill=%27%23A8DADC%27/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-accordion-body-padding-x: 2.1875rem;--bs-accordion-body-padding-y: 2.1875rem;--bs-accordion-active-color: var(--text-color, #433e3f);--bs-accordion-active-bg: transparent}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion: reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27rgb%28109.8, 168, 253.8%29%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708%27/%3e%3c/svg%3e");--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27rgb%28109.8, 168, 253.8%29%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708%27/%3e%3c/svg%3e")}.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 .15s ease-in-out,background-color .15s ease-in-out,border-color .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 .25rem rgba(13,110,253,.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 rgba(0,0,0,0);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: #0d6efd}.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 rgba(0,0,0,0)}.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}:root{--plyr-color-main: var(--palettecolor-2, #9c9da1)} .fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style, 900)}.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas::before,.far::before,.fab::before,.fa-solid::before,.fa-regular::before,.fa-brands::before,.fa::before{content:var(--fa)}.fa-classic,.fas,.fa-solid,.far,.fa-regular{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-0.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-0.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(-1*var(--fa-li-width, 2em));position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, 0.1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, 0.08em);padding:var(--fa-border-padding, 0.2em 0.25em 0.15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, 0.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, 0.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 2s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, steps(8))}@media(prefers-reduced-motion: reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%{transform:scale(1, 1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em))}64%{transform:scale(1, 1) translateY(0)}100%{transform:scale(1, 1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity, 0.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,100%{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1, 1)}.fa-flip-vertical{transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1, -1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, 0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-0{--fa:"\30 "}.fa-1{--fa:"\31 "}.fa-2{--fa:"\32 "}.fa-3{--fa:"\33 "}.fa-4{--fa:"\34 "}.fa-5{--fa:"\35 "}.fa-6{--fa:"\36 "}.fa-7{--fa:"\37 "}.fa-8{--fa:"\38 "}.fa-9{--fa:"\39 "}.fa-fill-drip{--fa:""}.fa-arrows-to-circle{--fa:""}.fa-circle-chevron-right{--fa:""}.fa-chevron-circle-right{--fa:""}.fa-at{--fa:"\@"}.fa-trash-can{--fa:""}.fa-trash-alt{--fa:""}.fa-text-height{--fa:""}.fa-user-xmark{--fa:""}.fa-user-times{--fa:""}.fa-stethoscope{--fa:""}.fa-message{--fa:""}.fa-comment-alt{--fa:""}.fa-info{--fa:""}.fa-down-left-and-up-right-to-center{--fa:""}.fa-compress-alt{--fa:""}.fa-explosion{--fa:""}.fa-file-lines{--fa:""}.fa-file-alt{--fa:""}.fa-file-text{--fa:""}.fa-wave-square{--fa:""}.fa-ring{--fa:""}.fa-building-un{--fa:""}.fa-dice-three{--fa:""}.fa-calendar-days{--fa:""}.fa-calendar-alt{--fa:""}.fa-anchor-circle-check{--fa:""}.fa-building-circle-arrow-right{--fa:""}.fa-volleyball{--fa:""}.fa-volleyball-ball{--fa:""}.fa-arrows-up-to-line{--fa:""}.fa-sort-down{--fa:""}.fa-sort-desc{--fa:""}.fa-circle-minus{--fa:""}.fa-minus-circle{--fa:""}.fa-door-open{--fa:""}.fa-right-from-bracket{--fa:""}.fa-sign-out-alt{--fa:""}.fa-atom{--fa:""}.fa-soap{--fa:""}.fa-icons{--fa:""}.fa-heart-music-camera-bolt{--fa:""}.fa-microphone-lines-slash{--fa:""}.fa-microphone-alt-slash{--fa:""}.fa-bridge-circle-check{--fa:""}.fa-pump-medical{--fa:""}.fa-fingerprint{--fa:""}.fa-hand-point-right{--fa:""}.fa-magnifying-glass-location{--fa:""}.fa-search-location{--fa:""}.fa-forward-step{--fa:""}.fa-step-forward{--fa:""}.fa-face-smile-beam{--fa:""}.fa-smile-beam{--fa:""}.fa-flag-checkered{--fa:""}.fa-football{--fa:""}.fa-football-ball{--fa:""}.fa-school-circle-exclamation{--fa:""}.fa-crop{--fa:""}.fa-angles-down{--fa:""}.fa-angle-double-down{--fa:""}.fa-users-rectangle{--fa:""}.fa-people-roof{--fa:""}.fa-people-line{--fa:""}.fa-beer-mug-empty{--fa:""}.fa-beer{--fa:""}.fa-diagram-predecessor{--fa:""}.fa-arrow-up-long{--fa:""}.fa-long-arrow-up{--fa:""}.fa-fire-flame-simple{--fa:""}.fa-burn{--fa:""}.fa-person{--fa:""}.fa-male{--fa:""}.fa-laptop{--fa:""}.fa-file-csv{--fa:""}.fa-menorah{--fa:""}.fa-truck-plane{--fa:""}.fa-record-vinyl{--fa:""}.fa-face-grin-stars{--fa:""}.fa-grin-stars{--fa:""}.fa-bong{--fa:""}.fa-spaghetti-monster-flying{--fa:""}.fa-pastafarianism{--fa:""}.fa-arrow-down-up-across-line{--fa:""}.fa-spoon{--fa:""}.fa-utensil-spoon{--fa:""}.fa-jar-wheat{--fa:""}.fa-envelopes-bulk{--fa:""}.fa-mail-bulk{--fa:""}.fa-file-circle-exclamation{--fa:""}.fa-circle-h{--fa:""}.fa-hospital-symbol{--fa:""}.fa-pager{--fa:""}.fa-address-book{--fa:""}.fa-contact-book{--fa:""}.fa-strikethrough{--fa:""}.fa-k{--fa:"K"}.fa-landmark-flag{--fa:""}.fa-pencil{--fa:""}.fa-pencil-alt{--fa:""}.fa-backward{--fa:""}.fa-caret-right{--fa:""}.fa-comments{--fa:""}.fa-paste{--fa:""}.fa-file-clipboard{--fa:""}.fa-code-pull-request{--fa:""}.fa-clipboard-list{--fa:""}.fa-truck-ramp-box{--fa:""}.fa-truck-loading{--fa:""}.fa-user-check{--fa:""}.fa-vial-virus{--fa:""}.fa-sheet-plastic{--fa:""}.fa-blog{--fa:""}.fa-user-ninja{--fa:""}.fa-person-arrow-up-from-line{--fa:""}.fa-scroll-torah{--fa:""}.fa-torah{--fa:""}.fa-broom-ball{--fa:""}.fa-quidditch{--fa:""}.fa-quidditch-broom-ball{--fa:""}.fa-toggle-off{--fa:""}.fa-box-archive{--fa:""}.fa-archive{--fa:""}.fa-person-drowning{--fa:""}.fa-arrow-down-9-1{--fa:""}.fa-sort-numeric-desc{--fa:""}.fa-sort-numeric-down-alt{--fa:""}.fa-face-grin-tongue-squint{--fa:""}.fa-grin-tongue-squint{--fa:""}.fa-spray-can{--fa:""}.fa-truck-monster{--fa:""}.fa-w{--fa:"W"}.fa-earth-africa{--fa:""}.fa-globe-africa{--fa:""}.fa-rainbow{--fa:""}.fa-circle-notch{--fa:""}.fa-tablet-screen-button{--fa:""}.fa-tablet-alt{--fa:""}.fa-paw{--fa:""}.fa-cloud{--fa:""}.fa-trowel-bricks{--fa:""}.fa-face-flushed{--fa:""}.fa-flushed{--fa:""}.fa-hospital-user{--fa:""}.fa-tent-arrow-left-right{--fa:""}.fa-gavel{--fa:""}.fa-legal{--fa:""}.fa-binoculars{--fa:""}.fa-microphone-slash{--fa:""}.fa-box-tissue{--fa:""}.fa-motorcycle{--fa:""}.fa-bell-concierge{--fa:""}.fa-concierge-bell{--fa:""}.fa-pen-ruler{--fa:""}.fa-pencil-ruler{--fa:""}.fa-people-arrows{--fa:""}.fa-people-arrows-left-right{--fa:""}.fa-mars-and-venus-burst{--fa:""}.fa-square-caret-right{--fa:""}.fa-caret-square-right{--fa:""}.fa-scissors{--fa:""}.fa-cut{--fa:""}.fa-sun-plant-wilt{--fa:""}.fa-toilets-portable{--fa:""}.fa-hockey-puck{--fa:""}.fa-table{--fa:""}.fa-magnifying-glass-arrow-right{--fa:""}.fa-tachograph-digital{--fa:""}.fa-digital-tachograph{--fa:""}.fa-users-slash{--fa:""}.fa-clover{--fa:""}.fa-reply{--fa:""}.fa-mail-reply{--fa:""}.fa-star-and-crescent{--fa:""}.fa-house-fire{--fa:""}.fa-square-minus{--fa:""}.fa-minus-square{--fa:""}.fa-helicopter{--fa:""}.fa-compass{--fa:""}.fa-square-caret-down{--fa:""}.fa-caret-square-down{--fa:""}.fa-file-circle-question{--fa:""}.fa-laptop-code{--fa:""}.fa-swatchbook{--fa:""}.fa-prescription-bottle{--fa:""}.fa-bars{--fa:""}.fa-navicon{--fa:""}.fa-people-group{--fa:""}.fa-hourglass-end{--fa:""}.fa-hourglass-3{--fa:""}.fa-heart-crack{--fa:""}.fa-heart-broken{--fa:""}.fa-square-up-right{--fa:""}.fa-external-link-square-alt{--fa:""}.fa-face-kiss-beam{--fa:""}.fa-kiss-beam{--fa:""}.fa-film{--fa:""}.fa-ruler-horizontal{--fa:""}.fa-people-robbery{--fa:""}.fa-lightbulb{--fa:""}.fa-caret-left{--fa:""}.fa-circle-exclamation{--fa:""}.fa-exclamation-circle{--fa:""}.fa-school-circle-xmark{--fa:""}.fa-arrow-right-from-bracket{--fa:""}.fa-sign-out{--fa:""}.fa-circle-chevron-down{--fa:""}.fa-chevron-circle-down{--fa:""}.fa-unlock-keyhole{--fa:""}.fa-unlock-alt{--fa:""}.fa-cloud-showers-heavy{--fa:""}.fa-headphones-simple{--fa:""}.fa-headphones-alt{--fa:""}.fa-sitemap{--fa:""}.fa-circle-dollar-to-slot{--fa:""}.fa-donate{--fa:""}.fa-memory{--fa:""}.fa-road-spikes{--fa:""}.fa-fire-burner{--fa:""}.fa-flag{--fa:""}.fa-hanukiah{--fa:""}.fa-feather{--fa:""}.fa-volume-low{--fa:""}.fa-volume-down{--fa:""}.fa-comment-slash{--fa:""}.fa-cloud-sun-rain{--fa:""}.fa-compress{--fa:""}.fa-wheat-awn{--fa:""}.fa-wheat-alt{--fa:""}.fa-ankh{--fa:""}.fa-hands-holding-child{--fa:""}.fa-asterisk{--fa:"\*"}.fa-square-check{--fa:""}.fa-check-square{--fa:""}.fa-peseta-sign{--fa:""}.fa-heading{--fa:""}.fa-header{--fa:""}.fa-ghost{--fa:""}.fa-list{--fa:""}.fa-list-squares{--fa:""}.fa-square-phone-flip{--fa:""}.fa-phone-square-alt{--fa:""}.fa-cart-plus{--fa:""}.fa-gamepad{--fa:""}.fa-circle-dot{--fa:""}.fa-dot-circle{--fa:""}.fa-face-dizzy{--fa:""}.fa-dizzy{--fa:""}.fa-egg{--fa:""}.fa-house-medical-circle-xmark{--fa:""}.fa-campground{--fa:""}.fa-folder-plus{--fa:""}.fa-futbol{--fa:""}.fa-futbol-ball{--fa:""}.fa-soccer-ball{--fa:""}.fa-paintbrush{--fa:""}.fa-paint-brush{--fa:""}.fa-lock{--fa:""}.fa-gas-pump{--fa:""}.fa-hot-tub-person{--fa:""}.fa-hot-tub{--fa:""}.fa-map-location{--fa:""}.fa-map-marked{--fa:""}.fa-house-flood-water{--fa:""}.fa-tree{--fa:""}.fa-bridge-lock{--fa:""}.fa-sack-dollar{--fa:""}.fa-pen-to-square{--fa:""}.fa-edit{--fa:""}.fa-car-side{--fa:""}.fa-share-nodes{--fa:""}.fa-share-alt{--fa:""}.fa-heart-circle-minus{--fa:""}.fa-hourglass-half{--fa:""}.fa-hourglass-2{--fa:""}.fa-microscope{--fa:""}.fa-sink{--fa:""}.fa-bag-shopping{--fa:""}.fa-shopping-bag{--fa:""}.fa-arrow-down-z-a{--fa:""}.fa-sort-alpha-desc{--fa:""}.fa-sort-alpha-down-alt{--fa:""}.fa-mitten{--fa:""}.fa-person-rays{--fa:""}.fa-users{--fa:""}.fa-eye-slash{--fa:""}.fa-flask-vial{--fa:""}.fa-hand{--fa:""}.fa-hand-paper{--fa:""}.fa-om{--fa:""}.fa-worm{--fa:""}.fa-house-circle-xmark{--fa:""}.fa-plug{--fa:""}.fa-chevron-up{--fa:""}.fa-hand-spock{--fa:""}.fa-stopwatch{--fa:""}.fa-face-kiss{--fa:""}.fa-kiss{--fa:""}.fa-bridge-circle-xmark{--fa:""}.fa-face-grin-tongue{--fa:""}.fa-grin-tongue{--fa:""}.fa-chess-bishop{--fa:""}.fa-face-grin-wink{--fa:""}.fa-grin-wink{--fa:""}.fa-ear-deaf{--fa:""}.fa-deaf{--fa:""}.fa-deafness{--fa:""}.fa-hard-of-hearing{--fa:""}.fa-road-circle-check{--fa:""}.fa-dice-five{--fa:""}.fa-square-rss{--fa:""}.fa-rss-square{--fa:""}.fa-land-mine-on{--fa:""}.fa-i-cursor{--fa:""}.fa-stamp{--fa:""}.fa-stairs{--fa:""}.fa-i{--fa:"I"}.fa-hryvnia-sign{--fa:""}.fa-hryvnia{--fa:""}.fa-pills{--fa:""}.fa-face-grin-wide{--fa:""}.fa-grin-alt{--fa:""}.fa-tooth{--fa:""}.fa-v{--fa:"V"}.fa-bangladeshi-taka-sign{--fa:""}.fa-bicycle{--fa:""}.fa-staff-snake{--fa:""}.fa-rod-asclepius{--fa:""}.fa-rod-snake{--fa:""}.fa-staff-aesculapius{--fa:""}.fa-head-side-cough-slash{--fa:""}.fa-truck-medical{--fa:""}.fa-ambulance{--fa:""}.fa-wheat-awn-circle-exclamation{--fa:""}.fa-snowman{--fa:""}.fa-mortar-pestle{--fa:""}.fa-road-barrier{--fa:""}.fa-school{--fa:""}.fa-igloo{--fa:""}.fa-joint{--fa:""}.fa-angle-right{--fa:""}.fa-horse{--fa:""}.fa-q{--fa:"Q"}.fa-g{--fa:"G"}.fa-notes-medical{--fa:""}.fa-temperature-half{--fa:""}.fa-temperature-2{--fa:""}.fa-thermometer-2{--fa:""}.fa-thermometer-half{--fa:""}.fa-dong-sign{--fa:""}.fa-capsules{--fa:""}.fa-poo-storm{--fa:""}.fa-poo-bolt{--fa:""}.fa-face-frown-open{--fa:""}.fa-frown-open{--fa:""}.fa-hand-point-up{--fa:""}.fa-money-bill{--fa:""}.fa-bookmark{--fa:""}.fa-align-justify{--fa:""}.fa-umbrella-beach{--fa:""}.fa-helmet-un{--fa:""}.fa-bullseye{--fa:""}.fa-bacon{--fa:""}.fa-hand-point-down{--fa:""}.fa-arrow-up-from-bracket{--fa:""}.fa-folder{--fa:""}.fa-folder-blank{--fa:""}.fa-file-waveform{--fa:""}.fa-file-medical-alt{--fa:""}.fa-radiation{--fa:""}.fa-chart-simple{--fa:""}.fa-mars-stroke{--fa:""}.fa-vial{--fa:""}.fa-gauge{--fa:""}.fa-dashboard{--fa:""}.fa-gauge-med{--fa:""}.fa-tachometer-alt-average{--fa:""}.fa-wand-magic-sparkles{--fa:""}.fa-magic-wand-sparkles{--fa:""}.fa-e{--fa:"E"}.fa-pen-clip{--fa:""}.fa-pen-alt{--fa:""}.fa-bridge-circle-exclamation{--fa:""}.fa-user{--fa:""}.fa-school-circle-check{--fa:""}.fa-dumpster{--fa:""}.fa-van-shuttle{--fa:""}.fa-shuttle-van{--fa:""}.fa-building-user{--fa:""}.fa-square-caret-left{--fa:""}.fa-caret-square-left{--fa:""}.fa-highlighter{--fa:""}.fa-key{--fa:""}.fa-bullhorn{--fa:""}.fa-globe{--fa:""}.fa-synagogue{--fa:""}.fa-person-half-dress{--fa:""}.fa-road-bridge{--fa:""}.fa-location-arrow{--fa:""}.fa-c{--fa:"C"}.fa-tablet-button{--fa:""}.fa-building-lock{--fa:""}.fa-pizza-slice{--fa:""}.fa-money-bill-wave{--fa:""}.fa-chart-area{--fa:""}.fa-area-chart{--fa:""}.fa-house-flag{--fa:""}.fa-person-circle-minus{--fa:""}.fa-ban{--fa:""}.fa-cancel{--fa:""}.fa-camera-rotate{--fa:""}.fa-spray-can-sparkles{--fa:""}.fa-air-freshener{--fa:""}.fa-star{--fa:""}.fa-repeat{--fa:""}.fa-cross{--fa:""}.fa-box{--fa:""}.fa-venus-mars{--fa:""}.fa-arrow-pointer{--fa:""}.fa-mouse-pointer{--fa:""}.fa-maximize{--fa:""}.fa-expand-arrows-alt{--fa:""}.fa-charging-station{--fa:""}.fa-shapes{--fa:""}.fa-triangle-circle-square{--fa:""}.fa-shuffle{--fa:""}.fa-random{--fa:""}.fa-person-running{--fa:""}.fa-running{--fa:""}.fa-mobile-retro{--fa:""}.fa-grip-lines-vertical{--fa:""}.fa-spider{--fa:""}.fa-hands-bound{--fa:""}.fa-file-invoice-dollar{--fa:""}.fa-plane-circle-exclamation{--fa:""}.fa-x-ray{--fa:""}.fa-spell-check{--fa:""}.fa-slash{--fa:""}.fa-computer-mouse{--fa:""}.fa-mouse{--fa:""}.fa-arrow-right-to-bracket{--fa:""}.fa-sign-in{--fa:""}.fa-shop-slash{--fa:""}.fa-store-alt-slash{--fa:""}.fa-server{--fa:""}.fa-virus-covid-slash{--fa:""}.fa-shop-lock{--fa:""}.fa-hourglass-start{--fa:""}.fa-hourglass-1{--fa:""}.fa-blender-phone{--fa:""}.fa-building-wheat{--fa:""}.fa-person-breastfeeding{--fa:""}.fa-right-to-bracket{--fa:""}.fa-sign-in-alt{--fa:""}.fa-venus{--fa:""}.fa-passport{--fa:""}.fa-thumbtack-slash{--fa:""}.fa-thumb-tack-slash{--fa:""}.fa-heart-pulse{--fa:""}.fa-heartbeat{--fa:""}.fa-people-carry-box{--fa:""}.fa-people-carry{--fa:""}.fa-temperature-high{--fa:""}.fa-microchip{--fa:""}.fa-crown{--fa:""}.fa-weight-hanging{--fa:""}.fa-xmarks-lines{--fa:""}.fa-file-prescription{--fa:""}.fa-weight-scale{--fa:""}.fa-weight{--fa:""}.fa-user-group{--fa:""}.fa-user-friends{--fa:""}.fa-arrow-up-a-z{--fa:""}.fa-sort-alpha-up{--fa:""}.fa-chess-knight{--fa:""}.fa-face-laugh-squint{--fa:""}.fa-laugh-squint{--fa:""}.fa-wheelchair{--fa:""}.fa-circle-arrow-up{--fa:""}.fa-arrow-circle-up{--fa:""}.fa-toggle-on{--fa:""}.fa-person-walking{--fa:""}.fa-walking{--fa:""}.fa-l{--fa:"L"}.fa-fire{--fa:""}.fa-bed-pulse{--fa:""}.fa-procedures{--fa:""}.fa-shuttle-space{--fa:""}.fa-space-shuttle{--fa:""}.fa-face-laugh{--fa:""}.fa-laugh{--fa:""}.fa-folder-open{--fa:""}.fa-heart-circle-plus{--fa:""}.fa-code-fork{--fa:""}.fa-city{--fa:""}.fa-microphone-lines{--fa:""}.fa-microphone-alt{--fa:""}.fa-pepper-hot{--fa:""}.fa-unlock{--fa:""}.fa-colon-sign{--fa:""}.fa-headset{--fa:""}.fa-store-slash{--fa:""}.fa-road-circle-xmark{--fa:""}.fa-user-minus{--fa:""}.fa-mars-stroke-up{--fa:""}.fa-mars-stroke-v{--fa:""}.fa-champagne-glasses{--fa:""}.fa-glass-cheers{--fa:""}.fa-clipboard{--fa:""}.fa-house-circle-exclamation{--fa:""}.fa-file-arrow-up{--fa:""}.fa-file-upload{--fa:""}.fa-wifi{--fa:""}.fa-wifi-3{--fa:""}.fa-wifi-strong{--fa:""}.fa-bath{--fa:""}.fa-bathtub{--fa:""}.fa-underline{--fa:""}.fa-user-pen{--fa:""}.fa-user-edit{--fa:""}.fa-signature{--fa:""}.fa-stroopwafel{--fa:""}.fa-bold{--fa:""}.fa-anchor-lock{--fa:""}.fa-building-ngo{--fa:""}.fa-manat-sign{--fa:""}.fa-not-equal{--fa:""}.fa-border-top-left{--fa:""}.fa-border-style{--fa:""}.fa-map-location-dot{--fa:""}.fa-map-marked-alt{--fa:""}.fa-jedi{--fa:""}.fa-square-poll-vertical{--fa:""}.fa-poll{--fa:""}.fa-mug-hot{--fa:""}.fa-car-battery{--fa:""}.fa-battery-car{--fa:""}.fa-gift{--fa:""}.fa-dice-two{--fa:""}.fa-chess-queen{--fa:""}.fa-glasses{--fa:""}.fa-chess-board{--fa:""}.fa-building-circle-check{--fa:""}.fa-person-chalkboard{--fa:""}.fa-mars-stroke-right{--fa:""}.fa-mars-stroke-h{--fa:""}.fa-hand-back-fist{--fa:""}.fa-hand-rock{--fa:""}.fa-square-caret-up{--fa:""}.fa-caret-square-up{--fa:""}.fa-cloud-showers-water{--fa:""}.fa-chart-bar{--fa:""}.fa-bar-chart{--fa:""}.fa-hands-bubbles{--fa:""}.fa-hands-wash{--fa:""}.fa-less-than-equal{--fa:""}.fa-train{--fa:""}.fa-eye-low-vision{--fa:""}.fa-low-vision{--fa:""}.fa-crow{--fa:""}.fa-sailboat{--fa:""}.fa-window-restore{--fa:""}.fa-square-plus{--fa:""}.fa-plus-square{--fa:""}.fa-torii-gate{--fa:""}.fa-frog{--fa:""}.fa-bucket{--fa:""}.fa-image{--fa:""}.fa-microphone{--fa:""}.fa-cow{--fa:""}.fa-caret-up{--fa:""}.fa-screwdriver{--fa:""}.fa-folder-closed{--fa:""}.fa-house-tsunami{--fa:""}.fa-square-nfi{--fa:""}.fa-arrow-up-from-ground-water{--fa:""}.fa-martini-glass{--fa:""}.fa-glass-martini-alt{--fa:""}.fa-square-binary{--fa:""}.fa-rotate-left{--fa:""}.fa-rotate-back{--fa:""}.fa-rotate-backward{--fa:""}.fa-undo-alt{--fa:""}.fa-table-columns{--fa:""}.fa-columns{--fa:""}.fa-lemon{--fa:""}.fa-head-side-mask{--fa:""}.fa-handshake{--fa:""}.fa-gem{--fa:""}.fa-dolly{--fa:""}.fa-dolly-box{--fa:""}.fa-smoking{--fa:""}.fa-minimize{--fa:""}.fa-compress-arrows-alt{--fa:""}.fa-monument{--fa:""}.fa-snowplow{--fa:""}.fa-angles-right{--fa:""}.fa-angle-double-right{--fa:""}.fa-cannabis{--fa:""}.fa-circle-play{--fa:""}.fa-play-circle{--fa:""}.fa-tablets{--fa:""}.fa-ethernet{--fa:""}.fa-euro-sign{--fa:""}.fa-eur{--fa:""}.fa-euro{--fa:""}.fa-chair{--fa:""}.fa-circle-check{--fa:""}.fa-check-circle{--fa:""}.fa-circle-stop{--fa:""}.fa-stop-circle{--fa:""}.fa-compass-drafting{--fa:""}.fa-drafting-compass{--fa:""}.fa-plate-wheat{--fa:""}.fa-icicles{--fa:""}.fa-person-shelter{--fa:""}.fa-neuter{--fa:""}.fa-id-badge{--fa:""}.fa-marker{--fa:""}.fa-face-laugh-beam{--fa:""}.fa-laugh-beam{--fa:""}.fa-helicopter-symbol{--fa:""}.fa-universal-access{--fa:""}.fa-circle-chevron-up{--fa:""}.fa-chevron-circle-up{--fa:""}.fa-lari-sign{--fa:""}.fa-volcano{--fa:""}.fa-person-walking-dashed-line-arrow-right{--fa:""}.fa-sterling-sign{--fa:""}.fa-gbp{--fa:""}.fa-pound-sign{--fa:""}.fa-viruses{--fa:""}.fa-square-person-confined{--fa:""}.fa-user-tie{--fa:""}.fa-arrow-down-long{--fa:""}.fa-long-arrow-down{--fa:""}.fa-tent-arrow-down-to-line{--fa:""}.fa-certificate{--fa:""}.fa-reply-all{--fa:""}.fa-mail-reply-all{--fa:""}.fa-suitcase{--fa:""}.fa-person-skating{--fa:""}.fa-skating{--fa:""}.fa-filter-circle-dollar{--fa:""}.fa-funnel-dollar{--fa:""}.fa-camera-retro{--fa:""}.fa-circle-arrow-down{--fa:""}.fa-arrow-circle-down{--fa:""}.fa-file-import{--fa:""}.fa-arrow-right-to-file{--fa:""}.fa-square-arrow-up-right{--fa:""}.fa-external-link-square{--fa:""}.fa-box-open{--fa:""}.fa-scroll{--fa:""}.fa-spa{--fa:""}.fa-location-pin-lock{--fa:""}.fa-pause{--fa:""}.fa-hill-avalanche{--fa:""}.fa-temperature-empty{--fa:""}.fa-temperature-0{--fa:""}.fa-thermometer-0{--fa:""}.fa-thermometer-empty{--fa:""}.fa-bomb{--fa:""}.fa-registered{--fa:""}.fa-address-card{--fa:""}.fa-contact-card{--fa:""}.fa-vcard{--fa:""}.fa-scale-unbalanced-flip{--fa:""}.fa-balance-scale-right{--fa:""}.fa-subscript{--fa:""}.fa-diamond-turn-right{--fa:""}.fa-directions{--fa:""}.fa-burst{--fa:""}.fa-house-laptop{--fa:""}.fa-laptop-house{--fa:""}.fa-face-tired{--fa:""}.fa-tired{--fa:""}.fa-money-bills{--fa:""}.fa-smog{--fa:""}.fa-crutch{--fa:""}.fa-cloud-arrow-up{--fa:""}.fa-cloud-upload{--fa:""}.fa-cloud-upload-alt{--fa:""}.fa-palette{--fa:""}.fa-arrows-turn-right{--fa:""}.fa-vest{--fa:""}.fa-ferry{--fa:""}.fa-arrows-down-to-people{--fa:""}.fa-seedling{--fa:""}.fa-sprout{--fa:""}.fa-left-right{--fa:""}.fa-arrows-alt-h{--fa:""}.fa-boxes-packing{--fa:""}.fa-circle-arrow-left{--fa:""}.fa-arrow-circle-left{--fa:""}.fa-group-arrows-rotate{--fa:""}.fa-bowl-food{--fa:""}.fa-candy-cane{--fa:""}.fa-arrow-down-wide-short{--fa:""}.fa-sort-amount-asc{--fa:""}.fa-sort-amount-down{--fa:""}.fa-cloud-bolt{--fa:""}.fa-thunderstorm{--fa:""}.fa-text-slash{--fa:""}.fa-remove-format{--fa:""}.fa-face-smile-wink{--fa:""}.fa-smile-wink{--fa:""}.fa-file-word{--fa:""}.fa-file-powerpoint{--fa:""}.fa-arrows-left-right{--fa:""}.fa-arrows-h{--fa:""}.fa-house-lock{--fa:""}.fa-cloud-arrow-down{--fa:""}.fa-cloud-download{--fa:""}.fa-cloud-download-alt{--fa:""}.fa-children{--fa:""}.fa-chalkboard{--fa:""}.fa-blackboard{--fa:""}.fa-user-large-slash{--fa:""}.fa-user-alt-slash{--fa:""}.fa-envelope-open{--fa:""}.fa-handshake-simple-slash{--fa:""}.fa-handshake-alt-slash{--fa:""}.fa-mattress-pillow{--fa:""}.fa-guarani-sign{--fa:""}.fa-arrows-rotate{--fa:""}.fa-refresh{--fa:""}.fa-sync{--fa:""}.fa-fire-extinguisher{--fa:""}.fa-cruzeiro-sign{--fa:""}.fa-greater-than-equal{--fa:""}.fa-shield-halved{--fa:""}.fa-shield-alt{--fa:""}.fa-book-atlas{--fa:""}.fa-atlas{--fa:""}.fa-virus{--fa:""}.fa-envelope-circle-check{--fa:""}.fa-layer-group{--fa:""}.fa-arrows-to-dot{--fa:""}.fa-archway{--fa:""}.fa-heart-circle-check{--fa:""}.fa-house-chimney-crack{--fa:""}.fa-house-damage{--fa:""}.fa-file-zipper{--fa:""}.fa-file-archive{--fa:""}.fa-square{--fa:""}.fa-martini-glass-empty{--fa:""}.fa-glass-martini{--fa:""}.fa-couch{--fa:""}.fa-cedi-sign{--fa:""}.fa-italic{--fa:""}.fa-table-cells-column-lock{--fa:""}.fa-church{--fa:""}.fa-comments-dollar{--fa:""}.fa-democrat{--fa:""}.fa-z{--fa:"Z"}.fa-person-skiing{--fa:""}.fa-skiing{--fa:""}.fa-road-lock{--fa:""}.fa-a{--fa:"A"}.fa-temperature-arrow-down{--fa:""}.fa-temperature-down{--fa:""}.fa-feather-pointed{--fa:""}.fa-feather-alt{--fa:""}.fa-p{--fa:"P"}.fa-snowflake{--fa:""}.fa-newspaper{--fa:""}.fa-rectangle-ad{--fa:""}.fa-ad{--fa:""}.fa-circle-arrow-right{--fa:""}.fa-arrow-circle-right{--fa:""}.fa-filter-circle-xmark{--fa:""}.fa-locust{--fa:""}.fa-sort{--fa:""}.fa-unsorted{--fa:""}.fa-list-ol{--fa:""}.fa-list-1-2{--fa:""}.fa-list-numeric{--fa:""}.fa-person-dress-burst{--fa:""}.fa-money-check-dollar{--fa:""}.fa-money-check-alt{--fa:""}.fa-vector-square{--fa:""}.fa-bread-slice{--fa:""}.fa-language{--fa:""}.fa-face-kiss-wink-heart{--fa:""}.fa-kiss-wink-heart{--fa:""}.fa-filter{--fa:""}.fa-question{--fa:"\?"}.fa-file-signature{--fa:""}.fa-up-down-left-right{--fa:""}.fa-arrows-alt{--fa:""}.fa-house-chimney-user{--fa:""}.fa-hand-holding-heart{--fa:""}.fa-puzzle-piece{--fa:""}.fa-money-check{--fa:""}.fa-star-half-stroke{--fa:""}.fa-star-half-alt{--fa:""}.fa-code{--fa:""}.fa-whiskey-glass{--fa:""}.fa-glass-whiskey{--fa:""}.fa-building-circle-exclamation{--fa:""}.fa-magnifying-glass-chart{--fa:""}.fa-arrow-up-right-from-square{--fa:""}.fa-external-link{--fa:""}.fa-cubes-stacked{--fa:""}.fa-won-sign{--fa:""}.fa-krw{--fa:""}.fa-won{--fa:""}.fa-virus-covid{--fa:""}.fa-austral-sign{--fa:""}.fa-f{--fa:"F"}.fa-leaf{--fa:""}.fa-road{--fa:""}.fa-taxi{--fa:""}.fa-cab{--fa:""}.fa-person-circle-plus{--fa:""}.fa-chart-pie{--fa:""}.fa-pie-chart{--fa:""}.fa-bolt-lightning{--fa:""}.fa-sack-xmark{--fa:""}.fa-file-excel{--fa:""}.fa-file-contract{--fa:""}.fa-fish-fins{--fa:""}.fa-building-flag{--fa:""}.fa-face-grin-beam{--fa:""}.fa-grin-beam{--fa:""}.fa-object-ungroup{--fa:""}.fa-poop{--fa:""}.fa-location-pin{--fa:""}.fa-map-marker{--fa:""}.fa-kaaba{--fa:""}.fa-toilet-paper{--fa:""}.fa-helmet-safety{--fa:""}.fa-hard-hat{--fa:""}.fa-hat-hard{--fa:""}.fa-eject{--fa:""}.fa-circle-right{--fa:""}.fa-arrow-alt-circle-right{--fa:""}.fa-plane-circle-check{--fa:""}.fa-face-rolling-eyes{--fa:""}.fa-meh-rolling-eyes{--fa:""}.fa-object-group{--fa:""}.fa-chart-line{--fa:""}.fa-line-chart{--fa:""}.fa-mask-ventilator{--fa:""}.fa-arrow-right{--fa:""}.fa-signs-post{--fa:""}.fa-map-signs{--fa:""}.fa-cash-register{--fa:""}.fa-person-circle-question{--fa:""}.fa-h{--fa:"H"}.fa-tarp{--fa:""}.fa-screwdriver-wrench{--fa:""}.fa-tools{--fa:""}.fa-arrows-to-eye{--fa:""}.fa-plug-circle-bolt{--fa:""}.fa-heart{--fa:""}.fa-mars-and-venus{--fa:""}.fa-house-user{--fa:""}.fa-home-user{--fa:""}.fa-dumpster-fire{--fa:""}.fa-house-crack{--fa:""}.fa-martini-glass-citrus{--fa:""}.fa-cocktail{--fa:""}.fa-face-surprise{--fa:""}.fa-surprise{--fa:""}.fa-bottle-water{--fa:""}.fa-circle-pause{--fa:""}.fa-pause-circle{--fa:""}.fa-toilet-paper-slash{--fa:""}.fa-apple-whole{--fa:""}.fa-apple-alt{--fa:""}.fa-kitchen-set{--fa:""}.fa-r{--fa:"R"}.fa-temperature-quarter{--fa:""}.fa-temperature-1{--fa:""}.fa-thermometer-1{--fa:""}.fa-thermometer-quarter{--fa:""}.fa-cube{--fa:""}.fa-bitcoin-sign{--fa:""}.fa-shield-dog{--fa:""}.fa-solar-panel{--fa:""}.fa-lock-open{--fa:""}.fa-elevator{--fa:""}.fa-money-bill-transfer{--fa:""}.fa-money-bill-trend-up{--fa:""}.fa-house-flood-water-circle-arrow-right{--fa:""}.fa-square-poll-horizontal{--fa:""}.fa-poll-h{--fa:""}.fa-circle{--fa:""}.fa-backward-fast{--fa:""}.fa-fast-backward{--fa:""}.fa-recycle{--fa:""}.fa-user-astronaut{--fa:""}.fa-plane-slash{--fa:""}.fa-trademark{--fa:""}.fa-basketball{--fa:""}.fa-basketball-ball{--fa:""}.fa-satellite-dish{--fa:""}.fa-circle-up{--fa:""}.fa-arrow-alt-circle-up{--fa:""}.fa-mobile-screen-button{--fa:""}.fa-mobile-alt{--fa:""}.fa-volume-high{--fa:""}.fa-volume-up{--fa:""}.fa-users-rays{--fa:""}.fa-wallet{--fa:""}.fa-clipboard-check{--fa:""}.fa-file-audio{--fa:""}.fa-burger{--fa:""}.fa-hamburger{--fa:""}.fa-wrench{--fa:""}.fa-bugs{--fa:""}.fa-rupee-sign{--fa:""}.fa-rupee{--fa:""}.fa-file-image{--fa:""}.fa-circle-question{--fa:""}.fa-question-circle{--fa:""}.fa-plane-departure{--fa:""}.fa-handshake-slash{--fa:""}.fa-book-bookmark{--fa:""}.fa-code-branch{--fa:""}.fa-hat-cowboy{--fa:""}.fa-bridge{--fa:""}.fa-phone-flip{--fa:""}.fa-phone-alt{--fa:""}.fa-truck-front{--fa:""}.fa-cat{--fa:""}.fa-anchor-circle-exclamation{--fa:""}.fa-truck-field{--fa:""}.fa-route{--fa:""}.fa-clipboard-question{--fa:""}.fa-panorama{--fa:""}.fa-comment-medical{--fa:""}.fa-teeth-open{--fa:""}.fa-file-circle-minus{--fa:""}.fa-tags{--fa:""}.fa-wine-glass{--fa:""}.fa-forward-fast{--fa:""}.fa-fast-forward{--fa:""}.fa-face-meh-blank{--fa:""}.fa-meh-blank{--fa:""}.fa-square-parking{--fa:""}.fa-parking{--fa:""}.fa-house-signal{--fa:""}.fa-bars-progress{--fa:""}.fa-tasks-alt{--fa:""}.fa-faucet-drip{--fa:""}.fa-cart-flatbed{--fa:""}.fa-dolly-flatbed{--fa:""}.fa-ban-smoking{--fa:""}.fa-smoking-ban{--fa:""}.fa-terminal{--fa:""}.fa-mobile-button{--fa:""}.fa-house-medical-flag{--fa:""}.fa-basket-shopping{--fa:""}.fa-shopping-basket{--fa:""}.fa-tape{--fa:""}.fa-bus-simple{--fa:""}.fa-bus-alt{--fa:""}.fa-eye{--fa:""}.fa-face-sad-cry{--fa:""}.fa-sad-cry{--fa:""}.fa-audio-description{--fa:""}.fa-person-military-to-person{--fa:""}.fa-file-shield{--fa:""}.fa-user-slash{--fa:""}.fa-pen{--fa:""}.fa-tower-observation{--fa:""}.fa-file-code{--fa:""}.fa-signal{--fa:""}.fa-signal-5{--fa:""}.fa-signal-perfect{--fa:""}.fa-bus{--fa:""}.fa-heart-circle-xmark{--fa:""}.fa-house-chimney{--fa:""}.fa-home-lg{--fa:""}.fa-window-maximize{--fa:""}.fa-face-frown{--fa:""}.fa-frown{--fa:""}.fa-prescription{--fa:""}.fa-shop{--fa:""}.fa-store-alt{--fa:""}.fa-floppy-disk{--fa:""}.fa-save{--fa:""}.fa-vihara{--fa:""}.fa-scale-unbalanced{--fa:""}.fa-balance-scale-left{--fa:""}.fa-sort-up{--fa:""}.fa-sort-asc{--fa:""}.fa-comment-dots{--fa:""}.fa-commenting{--fa:""}.fa-plant-wilt{--fa:""}.fa-diamond{--fa:""}.fa-face-grin-squint{--fa:""}.fa-grin-squint{--fa:""}.fa-hand-holding-dollar{--fa:""}.fa-hand-holding-usd{--fa:""}.fa-chart-diagram{--fa:""}.fa-bacterium{--fa:""}.fa-hand-pointer{--fa:""}.fa-drum-steelpan{--fa:""}.fa-hand-scissors{--fa:""}.fa-hands-praying{--fa:""}.fa-praying-hands{--fa:""}.fa-arrow-rotate-right{--fa:""}.fa-arrow-right-rotate{--fa:""}.fa-arrow-rotate-forward{--fa:""}.fa-redo{--fa:""}.fa-biohazard{--fa:""}.fa-location-crosshairs{--fa:""}.fa-location{--fa:""}.fa-mars-double{--fa:""}.fa-child-dress{--fa:""}.fa-users-between-lines{--fa:""}.fa-lungs-virus{--fa:""}.fa-face-grin-tears{--fa:""}.fa-grin-tears{--fa:""}.fa-phone{--fa:""}.fa-calendar-xmark{--fa:""}.fa-calendar-times{--fa:""}.fa-child-reaching{--fa:""}.fa-head-side-virus{--fa:""}.fa-user-gear{--fa:""}.fa-user-cog{--fa:""}.fa-arrow-up-1-9{--fa:""}.fa-sort-numeric-up{--fa:""}.fa-door-closed{--fa:""}.fa-shield-virus{--fa:""}.fa-dice-six{--fa:""}.fa-mosquito-net{--fa:""}.fa-file-fragment{--fa:""}.fa-bridge-water{--fa:""}.fa-person-booth{--fa:""}.fa-text-width{--fa:""}.fa-hat-wizard{--fa:""}.fa-pen-fancy{--fa:""}.fa-person-digging{--fa:""}.fa-digging{--fa:""}.fa-trash{--fa:""}.fa-gauge-simple{--fa:""}.fa-gauge-simple-med{--fa:""}.fa-tachometer-average{--fa:""}.fa-book-medical{--fa:""}.fa-poo{--fa:""}.fa-quote-right{--fa:""}.fa-quote-right-alt{--fa:""}.fa-shirt{--fa:""}.fa-t-shirt{--fa:""}.fa-tshirt{--fa:""}.fa-cubes{--fa:""}.fa-divide{--fa:""}.fa-tenge-sign{--fa:""}.fa-tenge{--fa:""}.fa-headphones{--fa:""}.fa-hands-holding{--fa:""}.fa-hands-clapping{--fa:""}.fa-republican{--fa:""}.fa-arrow-left{--fa:""}.fa-person-circle-xmark{--fa:""}.fa-ruler{--fa:""}.fa-align-left{--fa:""}.fa-dice-d6{--fa:""}.fa-restroom{--fa:""}.fa-j{--fa:"J"}.fa-users-viewfinder{--fa:""}.fa-file-video{--fa:""}.fa-up-right-from-square{--fa:""}.fa-external-link-alt{--fa:""}.fa-table-cells{--fa:""}.fa-th{--fa:""}.fa-file-pdf{--fa:""}.fa-book-bible{--fa:""}.fa-bible{--fa:""}.fa-o{--fa:"O"}.fa-suitcase-medical{--fa:""}.fa-medkit{--fa:""}.fa-user-secret{--fa:""}.fa-otter{--fa:""}.fa-person-dress{--fa:""}.fa-female{--fa:""}.fa-comment-dollar{--fa:""}.fa-business-time{--fa:""}.fa-briefcase-clock{--fa:""}.fa-table-cells-large{--fa:""}.fa-th-large{--fa:""}.fa-book-tanakh{--fa:""}.fa-tanakh{--fa:""}.fa-phone-volume{--fa:""}.fa-volume-control-phone{--fa:""}.fa-hat-cowboy-side{--fa:""}.fa-clipboard-user{--fa:""}.fa-child{--fa:""}.fa-lira-sign{--fa:""}.fa-satellite{--fa:""}.fa-plane-lock{--fa:""}.fa-tag{--fa:""}.fa-comment{--fa:""}.fa-cake-candles{--fa:""}.fa-birthday-cake{--fa:""}.fa-cake{--fa:""}.fa-envelope{--fa:""}.fa-angles-up{--fa:""}.fa-angle-double-up{--fa:""}.fa-paperclip{--fa:""}.fa-arrow-right-to-city{--fa:""}.fa-ribbon{--fa:""}.fa-lungs{--fa:""}.fa-arrow-up-9-1{--fa:""}.fa-sort-numeric-up-alt{--fa:""}.fa-litecoin-sign{--fa:""}.fa-border-none{--fa:""}.fa-circle-nodes{--fa:""}.fa-parachute-box{--fa:""}.fa-indent{--fa:""}.fa-truck-field-un{--fa:""}.fa-hourglass{--fa:""}.fa-hourglass-empty{--fa:""}.fa-mountain{--fa:""}.fa-user-doctor{--fa:""}.fa-user-md{--fa:""}.fa-circle-info{--fa:""}.fa-info-circle{--fa:""}.fa-cloud-meatball{--fa:""}.fa-camera{--fa:""}.fa-camera-alt{--fa:""}.fa-square-virus{--fa:""}.fa-meteor{--fa:""}.fa-car-on{--fa:""}.fa-sleigh{--fa:""}.fa-arrow-down-1-9{--fa:""}.fa-sort-numeric-asc{--fa:""}.fa-sort-numeric-down{--fa:""}.fa-hand-holding-droplet{--fa:""}.fa-hand-holding-water{--fa:""}.fa-water{--fa:""}.fa-calendar-check{--fa:""}.fa-braille{--fa:""}.fa-prescription-bottle-medical{--fa:""}.fa-prescription-bottle-alt{--fa:""}.fa-landmark{--fa:""}.fa-truck{--fa:""}.fa-crosshairs{--fa:""}.fa-person-cane{--fa:""}.fa-tent{--fa:""}.fa-vest-patches{--fa:""}.fa-check-double{--fa:""}.fa-arrow-down-a-z{--fa:""}.fa-sort-alpha-asc{--fa:""}.fa-sort-alpha-down{--fa:""}.fa-money-bill-wheat{--fa:""}.fa-cookie{--fa:""}.fa-arrow-rotate-left{--fa:""}.fa-arrow-left-rotate{--fa:""}.fa-arrow-rotate-back{--fa:""}.fa-arrow-rotate-backward{--fa:""}.fa-undo{--fa:""}.fa-hard-drive{--fa:""}.fa-hdd{--fa:""}.fa-face-grin-squint-tears{--fa:""}.fa-grin-squint-tears{--fa:""}.fa-dumbbell{--fa:""}.fa-rectangle-list{--fa:""}.fa-list-alt{--fa:""}.fa-tarp-droplet{--fa:""}.fa-house-medical-circle-check{--fa:""}.fa-person-skiing-nordic{--fa:""}.fa-skiing-nordic{--fa:""}.fa-calendar-plus{--fa:""}.fa-plane-arrival{--fa:""}.fa-circle-left{--fa:""}.fa-arrow-alt-circle-left{--fa:""}.fa-train-subway{--fa:""}.fa-subway{--fa:""}.fa-chart-gantt{--fa:""}.fa-indian-rupee-sign{--fa:""}.fa-indian-rupee{--fa:""}.fa-inr{--fa:""}.fa-crop-simple{--fa:""}.fa-crop-alt{--fa:""}.fa-money-bill-1{--fa:""}.fa-money-bill-alt{--fa:""}.fa-left-long{--fa:""}.fa-long-arrow-alt-left{--fa:""}.fa-dna{--fa:""}.fa-virus-slash{--fa:""}.fa-minus{--fa:""}.fa-subtract{--fa:""}.fa-chess{--fa:""}.fa-arrow-left-long{--fa:""}.fa-long-arrow-left{--fa:""}.fa-plug-circle-check{--fa:""}.fa-street-view{--fa:""}.fa-franc-sign{--fa:""}.fa-volume-off{--fa:""}.fa-hands-asl-interpreting{--fa:""}.fa-american-sign-language-interpreting{--fa:""}.fa-asl-interpreting{--fa:""}.fa-hands-american-sign-language-interpreting{--fa:""}.fa-gear{--fa:""}.fa-cog{--fa:""}.fa-droplet-slash{--fa:""}.fa-tint-slash{--fa:""}.fa-mosque{--fa:""}.fa-mosquito{--fa:""}.fa-star-of-david{--fa:""}.fa-person-military-rifle{--fa:""}.fa-cart-shopping{--fa:""}.fa-shopping-cart{--fa:""}.fa-vials{--fa:""}.fa-plug-circle-plus{--fa:""}.fa-place-of-worship{--fa:""}.fa-grip-vertical{--fa:""}.fa-hexagon-nodes{--fa:""}.fa-arrow-turn-up{--fa:""}.fa-level-up{--fa:""}.fa-u{--fa:"U"}.fa-square-root-variable{--fa:""}.fa-square-root-alt{--fa:""}.fa-clock{--fa:""}.fa-clock-four{--fa:""}.fa-backward-step{--fa:""}.fa-step-backward{--fa:""}.fa-pallet{--fa:""}.fa-faucet{--fa:""}.fa-baseball-bat-ball{--fa:""}.fa-s{--fa:"S"}.fa-timeline{--fa:""}.fa-keyboard{--fa:""}.fa-caret-down{--fa:""}.fa-house-chimney-medical{--fa:""}.fa-clinic-medical{--fa:""}.fa-temperature-three-quarters{--fa:""}.fa-temperature-3{--fa:""}.fa-thermometer-3{--fa:""}.fa-thermometer-three-quarters{--fa:""}.fa-mobile-screen{--fa:""}.fa-mobile-android-alt{--fa:""}.fa-plane-up{--fa:""}.fa-piggy-bank{--fa:""}.fa-battery-half{--fa:""}.fa-battery-3{--fa:""}.fa-mountain-city{--fa:""}.fa-coins{--fa:""}.fa-khanda{--fa:""}.fa-sliders{--fa:""}.fa-sliders-h{--fa:""}.fa-folder-tree{--fa:""}.fa-network-wired{--fa:""}.fa-map-pin{--fa:""}.fa-hamsa{--fa:""}.fa-cent-sign{--fa:""}.fa-flask{--fa:""}.fa-person-pregnant{--fa:""}.fa-wand-sparkles{--fa:""}.fa-ellipsis-vertical{--fa:""}.fa-ellipsis-v{--fa:""}.fa-ticket{--fa:""}.fa-power-off{--fa:""}.fa-right-long{--fa:""}.fa-long-arrow-alt-right{--fa:""}.fa-flag-usa{--fa:""}.fa-laptop-file{--fa:""}.fa-tty{--fa:""}.fa-teletype{--fa:""}.fa-diagram-next{--fa:""}.fa-person-rifle{--fa:""}.fa-house-medical-circle-exclamation{--fa:""}.fa-closed-captioning{--fa:""}.fa-person-hiking{--fa:""}.fa-hiking{--fa:""}.fa-venus-double{--fa:""}.fa-images{--fa:""}.fa-calculator{--fa:""}.fa-people-pulling{--fa:""}.fa-n{--fa:"N"}.fa-cable-car{--fa:""}.fa-tram{--fa:""}.fa-cloud-rain{--fa:""}.fa-building-circle-xmark{--fa:""}.fa-ship{--fa:""}.fa-arrows-down-to-line{--fa:""}.fa-download{--fa:""}.fa-face-grin{--fa:""}.fa-grin{--fa:""}.fa-delete-left{--fa:""}.fa-backspace{--fa:""}.fa-eye-dropper{--fa:""}.fa-eye-dropper-empty{--fa:""}.fa-eyedropper{--fa:""}.fa-file-circle-check{--fa:""}.fa-forward{--fa:""}.fa-mobile{--fa:""}.fa-mobile-android{--fa:""}.fa-mobile-phone{--fa:""}.fa-face-meh{--fa:""}.fa-meh{--fa:""}.fa-align-center{--fa:""}.fa-book-skull{--fa:""}.fa-book-dead{--fa:""}.fa-id-card{--fa:""}.fa-drivers-license{--fa:""}.fa-outdent{--fa:""}.fa-dedent{--fa:""}.fa-heart-circle-exclamation{--fa:""}.fa-house{--fa:""}.fa-home{--fa:""}.fa-home-alt{--fa:""}.fa-home-lg-alt{--fa:""}.fa-calendar-week{--fa:""}.fa-laptop-medical{--fa:""}.fa-b{--fa:"B"}.fa-file-medical{--fa:""}.fa-dice-one{--fa:""}.fa-kiwi-bird{--fa:""}.fa-arrow-right-arrow-left{--fa:""}.fa-exchange{--fa:""}.fa-rotate-right{--fa:""}.fa-redo-alt{--fa:""}.fa-rotate-forward{--fa:""}.fa-utensils{--fa:""}.fa-cutlery{--fa:""}.fa-arrow-up-wide-short{--fa:""}.fa-sort-amount-up{--fa:""}.fa-mill-sign{--fa:""}.fa-bowl-rice{--fa:""}.fa-skull{--fa:""}.fa-tower-broadcast{--fa:""}.fa-broadcast-tower{--fa:""}.fa-truck-pickup{--fa:""}.fa-up-long{--fa:""}.fa-long-arrow-alt-up{--fa:""}.fa-stop{--fa:""}.fa-code-merge{--fa:""}.fa-upload{--fa:""}.fa-hurricane{--fa:""}.fa-mound{--fa:""}.fa-toilet-portable{--fa:""}.fa-compact-disc{--fa:""}.fa-file-arrow-down{--fa:""}.fa-file-download{--fa:""}.fa-caravan{--fa:""}.fa-shield-cat{--fa:""}.fa-bolt{--fa:""}.fa-zap{--fa:""}.fa-glass-water{--fa:""}.fa-oil-well{--fa:""}.fa-vault{--fa:""}.fa-mars{--fa:""}.fa-toilet{--fa:""}.fa-plane-circle-xmark{--fa:""}.fa-yen-sign{--fa:""}.fa-cny{--fa:""}.fa-jpy{--fa:""}.fa-rmb{--fa:""}.fa-yen{--fa:""}.fa-ruble-sign{--fa:""}.fa-rouble{--fa:""}.fa-rub{--fa:""}.fa-ruble{--fa:""}.fa-sun{--fa:""}.fa-guitar{--fa:""}.fa-face-laugh-wink{--fa:""}.fa-laugh-wink{--fa:""}.fa-horse-head{--fa:""}.fa-bore-hole{--fa:""}.fa-industry{--fa:""}.fa-circle-down{--fa:""}.fa-arrow-alt-circle-down{--fa:""}.fa-arrows-turn-to-dots{--fa:""}.fa-florin-sign{--fa:""}.fa-arrow-down-short-wide{--fa:""}.fa-sort-amount-desc{--fa:""}.fa-sort-amount-down-alt{--fa:""}.fa-less-than{--fa:"\<"}.fa-angle-down{--fa:""}.fa-car-tunnel{--fa:""}.fa-head-side-cough{--fa:""}.fa-grip-lines{--fa:""}.fa-thumbs-down{--fa:""}.fa-user-lock{--fa:""}.fa-arrow-right-long{--fa:""}.fa-long-arrow-right{--fa:""}.fa-anchor-circle-xmark{--fa:""}.fa-ellipsis{--fa:""}.fa-ellipsis-h{--fa:""}.fa-chess-pawn{--fa:""}.fa-kit-medical{--fa:""}.fa-first-aid{--fa:""}.fa-person-through-window{--fa:""}.fa-toolbox{--fa:""}.fa-hands-holding-circle{--fa:""}.fa-bug{--fa:""}.fa-credit-card{--fa:""}.fa-credit-card-alt{--fa:""}.fa-car{--fa:""}.fa-automobile{--fa:""}.fa-hand-holding-hand{--fa:""}.fa-book-open-reader{--fa:""}.fa-book-reader{--fa:""}.fa-mountain-sun{--fa:""}.fa-arrows-left-right-to-line{--fa:""}.fa-dice-d20{--fa:""}.fa-truck-droplet{--fa:""}.fa-file-circle-xmark{--fa:""}.fa-temperature-arrow-up{--fa:""}.fa-temperature-up{--fa:""}.fa-medal{--fa:""}.fa-bed{--fa:""}.fa-square-h{--fa:""}.fa-h-square{--fa:""}.fa-podcast{--fa:""}.fa-temperature-full{--fa:""}.fa-temperature-4{--fa:""}.fa-thermometer-4{--fa:""}.fa-thermometer-full{--fa:""}.fa-bell{--fa:""}.fa-superscript{--fa:""}.fa-plug-circle-xmark{--fa:""}.fa-star-of-life{--fa:""}.fa-phone-slash{--fa:""}.fa-paint-roller{--fa:""}.fa-handshake-angle{--fa:""}.fa-hands-helping{--fa:""}.fa-location-dot{--fa:""}.fa-map-marker-alt{--fa:""}.fa-file{--fa:""}.fa-greater-than{--fa:"\>"}.fa-person-swimming{--fa:""}.fa-swimmer{--fa:""}.fa-arrow-down{--fa:""}.fa-droplet{--fa:""}.fa-tint{--fa:""}.fa-eraser{--fa:""}.fa-earth-americas{--fa:""}.fa-earth{--fa:""}.fa-earth-america{--fa:""}.fa-globe-americas{--fa:""}.fa-person-burst{--fa:""}.fa-dove{--fa:""}.fa-battery-empty{--fa:""}.fa-battery-0{--fa:""}.fa-socks{--fa:""}.fa-inbox{--fa:""}.fa-section{--fa:""}.fa-gauge-high{--fa:""}.fa-tachometer-alt{--fa:""}.fa-tachometer-alt-fast{--fa:""}.fa-envelope-open-text{--fa:""}.fa-hospital{--fa:""}.fa-hospital-alt{--fa:""}.fa-hospital-wide{--fa:""}.fa-wine-bottle{--fa:""}.fa-chess-rook{--fa:""}.fa-bars-staggered{--fa:""}.fa-reorder{--fa:""}.fa-stream{--fa:""}.fa-dharmachakra{--fa:""}.fa-hotdog{--fa:""}.fa-person-walking-with-cane{--fa:""}.fa-blind{--fa:""}.fa-drum{--fa:""}.fa-ice-cream{--fa:""}.fa-heart-circle-bolt{--fa:""}.fa-fax{--fa:""}.fa-paragraph{--fa:""}.fa-check-to-slot{--fa:""}.fa-vote-yea{--fa:""}.fa-star-half{--fa:""}.fa-boxes-stacked{--fa:""}.fa-boxes{--fa:""}.fa-boxes-alt{--fa:""}.fa-link{--fa:""}.fa-chain{--fa:""}.fa-ear-listen{--fa:""}.fa-assistive-listening-systems{--fa:""}.fa-tree-city{--fa:""}.fa-play{--fa:""}.fa-font{--fa:""}.fa-table-cells-row-lock{--fa:""}.fa-rupiah-sign{--fa:""}.fa-magnifying-glass{--fa:""}.fa-search{--fa:""}.fa-table-tennis-paddle-ball{--fa:""}.fa-ping-pong-paddle-ball{--fa:""}.fa-table-tennis{--fa:""}.fa-person-dots-from-line{--fa:""}.fa-diagnoses{--fa:""}.fa-trash-can-arrow-up{--fa:""}.fa-trash-restore-alt{--fa:""}.fa-naira-sign{--fa:""}.fa-cart-arrow-down{--fa:""}.fa-walkie-talkie{--fa:""}.fa-file-pen{--fa:""}.fa-file-edit{--fa:""}.fa-receipt{--fa:""}.fa-square-pen{--fa:""}.fa-pen-square{--fa:""}.fa-pencil-square{--fa:""}.fa-suitcase-rolling{--fa:""}.fa-person-circle-exclamation{--fa:""}.fa-chevron-down{--fa:""}.fa-battery-full{--fa:""}.fa-battery{--fa:""}.fa-battery-5{--fa:""}.fa-skull-crossbones{--fa:""}.fa-code-compare{--fa:""}.fa-list-ul{--fa:""}.fa-list-dots{--fa:""}.fa-school-lock{--fa:""}.fa-tower-cell{--fa:""}.fa-down-long{--fa:""}.fa-long-arrow-alt-down{--fa:""}.fa-ranking-star{--fa:""}.fa-chess-king{--fa:""}.fa-person-harassing{--fa:""}.fa-brazilian-real-sign{--fa:""}.fa-landmark-dome{--fa:""}.fa-landmark-alt{--fa:""}.fa-arrow-up{--fa:""}.fa-tv{--fa:""}.fa-television{--fa:""}.fa-tv-alt{--fa:""}.fa-shrimp{--fa:""}.fa-list-check{--fa:""}.fa-tasks{--fa:""}.fa-jug-detergent{--fa:""}.fa-circle-user{--fa:""}.fa-user-circle{--fa:""}.fa-user-shield{--fa:""}.fa-wind{--fa:""}.fa-car-burst{--fa:""}.fa-car-crash{--fa:""}.fa-y{--fa:"Y"}.fa-person-snowboarding{--fa:""}.fa-snowboarding{--fa:""}.fa-truck-fast{--fa:""}.fa-shipping-fast{--fa:""}.fa-fish{--fa:""}.fa-user-graduate{--fa:""}.fa-circle-half-stroke{--fa:""}.fa-adjust{--fa:""}.fa-clapperboard{--fa:""}.fa-circle-radiation{--fa:""}.fa-radiation-alt{--fa:""}.fa-baseball{--fa:""}.fa-baseball-ball{--fa:""}.fa-jet-fighter-up{--fa:""}.fa-diagram-project{--fa:""}.fa-project-diagram{--fa:""}.fa-copy{--fa:""}.fa-volume-xmark{--fa:""}.fa-volume-mute{--fa:""}.fa-volume-times{--fa:""}.fa-hand-sparkles{--fa:""}.fa-grip{--fa:""}.fa-grip-horizontal{--fa:""}.fa-share-from-square{--fa:""}.fa-share-square{--fa:""}.fa-child-combatant{--fa:""}.fa-child-rifle{--fa:""}.fa-gun{--fa:""}.fa-square-phone{--fa:""}.fa-phone-square{--fa:""}.fa-plus{--fa:"\+"}.fa-add{--fa:"\+"}.fa-expand{--fa:""}.fa-computer{--fa:""}.fa-xmark{--fa:""}.fa-close{--fa:""}.fa-multiply{--fa:""}.fa-remove{--fa:""}.fa-times{--fa:""}.fa-arrows-up-down-left-right{--fa:""}.fa-arrows{--fa:""}.fa-chalkboard-user{--fa:""}.fa-chalkboard-teacher{--fa:""}.fa-peso-sign{--fa:""}.fa-building-shield{--fa:""}.fa-baby{--fa:""}.fa-users-line{--fa:""}.fa-quote-left{--fa:""}.fa-quote-left-alt{--fa:""}.fa-tractor{--fa:""}.fa-trash-arrow-up{--fa:""}.fa-trash-restore{--fa:""}.fa-arrow-down-up-lock{--fa:""}.fa-lines-leaning{--fa:""}.fa-ruler-combined{--fa:""}.fa-copyright{--fa:""}.fa-equals{--fa:"\="}.fa-blender{--fa:""}.fa-teeth{--fa:""}.fa-shekel-sign{--fa:""}.fa-ils{--fa:""}.fa-shekel{--fa:""}.fa-sheqel{--fa:""}.fa-sheqel-sign{--fa:""}.fa-map{--fa:""}.fa-rocket{--fa:""}.fa-photo-film{--fa:""}.fa-photo-video{--fa:""}.fa-folder-minus{--fa:""}.fa-hexagon-nodes-bolt{--fa:""}.fa-store{--fa:""}.fa-arrow-trend-up{--fa:""}.fa-plug-circle-minus{--fa:""}.fa-sign-hanging{--fa:""}.fa-sign{--fa:""}.fa-bezier-curve{--fa:""}.fa-bell-slash{--fa:""}.fa-tablet{--fa:""}.fa-tablet-android{--fa:""}.fa-school-flag{--fa:""}.fa-fill{--fa:""}.fa-angle-up{--fa:""}.fa-drumstick-bite{--fa:""}.fa-holly-berry{--fa:""}.fa-chevron-left{--fa:""}.fa-bacteria{--fa:""}.fa-hand-lizard{--fa:""}.fa-notdef{--fa:""}.fa-disease{--fa:""}.fa-briefcase-medical{--fa:""}.fa-genderless{--fa:""}.fa-chevron-right{--fa:""}.fa-retweet{--fa:""}.fa-car-rear{--fa:""}.fa-car-alt{--fa:""}.fa-pump-soap{--fa:""}.fa-video-slash{--fa:""}.fa-battery-quarter{--fa:""}.fa-battery-2{--fa:""}.fa-radio{--fa:""}.fa-baby-carriage{--fa:""}.fa-carriage-baby{--fa:""}.fa-traffic-light{--fa:""}.fa-thermometer{--fa:""}.fa-vr-cardboard{--fa:""}.fa-hand-middle-finger{--fa:""}.fa-percent{--fa:"\%"}.fa-percentage{--fa:"\%"}.fa-truck-moving{--fa:""}.fa-glass-water-droplet{--fa:""}.fa-display{--fa:""}.fa-face-smile{--fa:""}.fa-smile{--fa:""}.fa-thumbtack{--fa:""}.fa-thumb-tack{--fa:""}.fa-trophy{--fa:""}.fa-person-praying{--fa:""}.fa-pray{--fa:""}.fa-hammer{--fa:""}.fa-hand-peace{--fa:""}.fa-rotate{--fa:""}.fa-sync-alt{--fa:""}.fa-spinner{--fa:""}.fa-robot{--fa:""}.fa-peace{--fa:""}.fa-gears{--fa:""}.fa-cogs{--fa:""}.fa-warehouse{--fa:""}.fa-arrow-up-right-dots{--fa:""}.fa-splotch{--fa:""}.fa-face-grin-hearts{--fa:""}.fa-grin-hearts{--fa:""}.fa-dice-four{--fa:""}.fa-sim-card{--fa:""}.fa-transgender{--fa:""}.fa-transgender-alt{--fa:""}.fa-mercury{--fa:""}.fa-arrow-turn-down{--fa:""}.fa-level-down{--fa:""}.fa-person-falling-burst{--fa:""}.fa-award{--fa:""}.fa-ticket-simple{--fa:""}.fa-ticket-alt{--fa:""}.fa-building{--fa:""}.fa-angles-left{--fa:""}.fa-angle-double-left{--fa:""}.fa-qrcode{--fa:""}.fa-clock-rotate-left{--fa:""}.fa-history{--fa:""}.fa-face-grin-beam-sweat{--fa:""}.fa-grin-beam-sweat{--fa:""}.fa-file-export{--fa:""}.fa-arrow-right-from-file{--fa:""}.fa-shield{--fa:""}.fa-shield-blank{--fa:""}.fa-arrow-up-short-wide{--fa:""}.fa-sort-amount-up-alt{--fa:""}.fa-comment-nodes{--fa:""}.fa-house-medical{--fa:""}.fa-golf-ball-tee{--fa:""}.fa-golf-ball{--fa:""}.fa-circle-chevron-left{--fa:""}.fa-chevron-circle-left{--fa:""}.fa-house-chimney-window{--fa:""}.fa-pen-nib{--fa:""}.fa-tent-arrow-turn-left{--fa:""}.fa-tents{--fa:""}.fa-wand-magic{--fa:""}.fa-magic{--fa:""}.fa-dog{--fa:""}.fa-carrot{--fa:""}.fa-moon{--fa:""}.fa-wine-glass-empty{--fa:""}.fa-wine-glass-alt{--fa:""}.fa-cheese{--fa:""}.fa-yin-yang{--fa:""}.fa-music{--fa:""}.fa-code-commit{--fa:""}.fa-temperature-low{--fa:""}.fa-person-biking{--fa:""}.fa-biking{--fa:""}.fa-broom{--fa:""}.fa-shield-heart{--fa:""}.fa-gopuram{--fa:""}.fa-earth-oceania{--fa:""}.fa-globe-oceania{--fa:""}.fa-square-xmark{--fa:""}.fa-times-square{--fa:""}.fa-xmark-square{--fa:""}.fa-hashtag{--fa:"\#"}.fa-up-right-and-down-left-from-center{--fa:""}.fa-expand-alt{--fa:""}.fa-oil-can{--fa:""}.fa-t{--fa:"T"}.fa-hippo{--fa:""}.fa-chart-column{--fa:""}.fa-infinity{--fa:""}.fa-vial-circle-check{--fa:""}.fa-person-arrow-down-to-line{--fa:""}.fa-voicemail{--fa:""}.fa-fan{--fa:""}.fa-person-walking-luggage{--fa:""}.fa-up-down{--fa:""}.fa-arrows-alt-v{--fa:""}.fa-cloud-moon-rain{--fa:""}.fa-calendar{--fa:""}.fa-trailer{--fa:""}.fa-bahai{--fa:""}.fa-haykal{--fa:""}.fa-sd-card{--fa:""}.fa-dragon{--fa:""}.fa-shoe-prints{--fa:""}.fa-circle-plus{--fa:""}.fa-plus-circle{--fa:""}.fa-face-grin-tongue-wink{--fa:""}.fa-grin-tongue-wink{--fa:""}.fa-hand-holding{--fa:""}.fa-plug-circle-exclamation{--fa:""}.fa-link-slash{--fa:""}.fa-chain-broken{--fa:""}.fa-chain-slash{--fa:""}.fa-unlink{--fa:""}.fa-clone{--fa:""}.fa-person-walking-arrow-loop-left{--fa:""}.fa-arrow-up-z-a{--fa:""}.fa-sort-alpha-up-alt{--fa:""}.fa-fire-flame-curved{--fa:""}.fa-fire-alt{--fa:""}.fa-tornado{--fa:""}.fa-file-circle-plus{--fa:""}.fa-book-quran{--fa:""}.fa-quran{--fa:""}.fa-anchor{--fa:""}.fa-border-all{--fa:""}.fa-face-angry{--fa:""}.fa-angry{--fa:""}.fa-cookie-bite{--fa:""}.fa-arrow-trend-down{--fa:""}.fa-rss{--fa:""}.fa-feed{--fa:""}.fa-draw-polygon{--fa:""}.fa-scale-balanced{--fa:""}.fa-balance-scale{--fa:""}.fa-gauge-simple-high{--fa:""}.fa-tachometer{--fa:""}.fa-tachometer-fast{--fa:""}.fa-shower{--fa:""}.fa-desktop{--fa:""}.fa-desktop-alt{--fa:""}.fa-m{--fa:"M"}.fa-table-list{--fa:""}.fa-th-list{--fa:""}.fa-comment-sms{--fa:""}.fa-sms{--fa:""}.fa-book{--fa:""}.fa-user-plus{--fa:""}.fa-check{--fa:""}.fa-battery-three-quarters{--fa:""}.fa-battery-4{--fa:""}.fa-house-circle-check{--fa:""}.fa-angle-left{--fa:""}.fa-diagram-successor{--fa:""}.fa-truck-arrow-right{--fa:""}.fa-arrows-split-up-and-left{--fa:""}.fa-hand-fist{--fa:""}.fa-fist-raised{--fa:""}.fa-cloud-moon{--fa:""}.fa-briefcase{--fa:""}.fa-person-falling{--fa:""}.fa-image-portrait{--fa:""}.fa-portrait{--fa:""}.fa-user-tag{--fa:""}.fa-rug{--fa:""}.fa-earth-europe{--fa:""}.fa-globe-europe{--fa:""}.fa-cart-flatbed-suitcase{--fa:""}.fa-luggage-cart{--fa:""}.fa-rectangle-xmark{--fa:""}.fa-rectangle-times{--fa:""}.fa-times-rectangle{--fa:""}.fa-window-close{--fa:""}.fa-baht-sign{--fa:""}.fa-book-open{--fa:""}.fa-book-journal-whills{--fa:""}.fa-journal-whills{--fa:""}.fa-handcuffs{--fa:""}.fa-triangle-exclamation{--fa:""}.fa-exclamation-triangle{--fa:""}.fa-warning{--fa:""}.fa-database{--fa:""}.fa-share{--fa:""}.fa-mail-forward{--fa:""}.fa-bottle-droplet{--fa:""}.fa-mask-face{--fa:""}.fa-hill-rockslide{--fa:""}.fa-right-left{--fa:""}.fa-exchange-alt{--fa:""}.fa-paper-plane{--fa:""}.fa-road-circle-exclamation{--fa:""}.fa-dungeon{--fa:""}.fa-align-right{--fa:""}.fa-money-bill-1-wave{--fa:""}.fa-money-bill-wave-alt{--fa:""}.fa-life-ring{--fa:""}.fa-hands{--fa:""}.fa-sign-language{--fa:""}.fa-signing{--fa:""}.fa-calendar-day{--fa:""}.fa-water-ladder{--fa:""}.fa-ladder-water{--fa:""}.fa-swimming-pool{--fa:""}.fa-arrows-up-down{--fa:""}.fa-arrows-v{--fa:""}.fa-face-grimace{--fa:""}.fa-grimace{--fa:""}.fa-wheelchair-move{--fa:""}.fa-wheelchair-alt{--fa:""}.fa-turn-down{--fa:""}.fa-level-down-alt{--fa:""}.fa-person-walking-arrow-right{--fa:""}.fa-square-envelope{--fa:""}.fa-envelope-square{--fa:""}.fa-dice{--fa:""}.fa-bowling-ball{--fa:""}.fa-brain{--fa:""}.fa-bandage{--fa:""}.fa-band-aid{--fa:""}.fa-calendar-minus{--fa:""}.fa-circle-xmark{--fa:""}.fa-times-circle{--fa:""}.fa-xmark-circle{--fa:""}.fa-gifts{--fa:""}.fa-hotel{--fa:""}.fa-earth-asia{--fa:""}.fa-globe-asia{--fa:""}.fa-id-card-clip{--fa:""}.fa-id-card-alt{--fa:""}.fa-magnifying-glass-plus{--fa:""}.fa-search-plus{--fa:""}.fa-thumbs-up{--fa:""}.fa-user-clock{--fa:""}.fa-hand-dots{--fa:""}.fa-allergies{--fa:""}.fa-file-invoice{--fa:""}.fa-window-minimize{--fa:""}.fa-mug-saucer{--fa:""}.fa-coffee{--fa:""}.fa-brush{--fa:""}.fa-file-half-dashed{--fa:""}.fa-mask{--fa:""}.fa-magnifying-glass-minus{--fa:""}.fa-search-minus{--fa:""}.fa-ruler-vertical{--fa:""}.fa-user-large{--fa:""}.fa-user-alt{--fa:""}.fa-train-tram{--fa:""}.fa-user-nurse{--fa:""}.fa-syringe{--fa:""}.fa-cloud-sun{--fa:""}.fa-stopwatch-20{--fa:""}.fa-square-full{--fa:""}.fa-magnet{--fa:""}.fa-jar{--fa:""}.fa-note-sticky{--fa:""}.fa-sticky-note{--fa:""}.fa-bug-slash{--fa:""}.fa-arrow-up-from-water-pump{--fa:""}.fa-bone{--fa:""}.fa-table-cells-row-unlock{--fa:""}.fa-user-injured{--fa:""}.fa-face-sad-tear{--fa:""}.fa-sad-tear{--fa:""}.fa-plane{--fa:""}.fa-tent-arrows-down{--fa:""}.fa-exclamation{--fa:"\!"}.fa-arrows-spin{--fa:""}.fa-print{--fa:""}.fa-turkish-lira-sign{--fa:""}.fa-try{--fa:""}.fa-turkish-lira{--fa:""}.fa-dollar-sign{--fa:"\$"}.fa-dollar{--fa:"\$"}.fa-usd{--fa:"\$"}.fa-x{--fa:"X"}.fa-magnifying-glass-dollar{--fa:""}.fa-search-dollar{--fa:""}.fa-users-gear{--fa:""}.fa-users-cog{--fa:""}.fa-person-military-pointing{--fa:""}.fa-building-columns{--fa:""}.fa-bank{--fa:""}.fa-institution{--fa:""}.fa-museum{--fa:""}.fa-university{--fa:""}.fa-umbrella{--fa:""}.fa-trowel{--fa:""}.fa-d{--fa:"D"}.fa-stapler{--fa:""}.fa-masks-theater{--fa:""}.fa-theater-masks{--fa:""}.fa-kip-sign{--fa:""}.fa-hand-point-left{--fa:""}.fa-handshake-simple{--fa:""}.fa-handshake-alt{--fa:""}.fa-jet-fighter{--fa:""}.fa-fighter-jet{--fa:""}.fa-square-share-nodes{--fa:""}.fa-share-alt-square{--fa:""}.fa-barcode{--fa:""}.fa-plus-minus{--fa:""}.fa-video{--fa:""}.fa-video-camera{--fa:""}.fa-graduation-cap{--fa:""}.fa-mortar-board{--fa:""}.fa-hand-holding-medical{--fa:""}.fa-person-circle-check{--fa:""}.fa-turn-up{--fa:""}.fa-level-up-alt{--fa:""}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0} :root,:host{--fa-style-family-brands: "Font Awesome 6 Brands";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//alucp.org/wp-content/themes/vip-project/assets/c210719e60948b211a12.woff2) format("woff2"),url(//alucp.org/wp-content/themes/vip-project/assets/1815e00441357e01619e.ttf) format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero{--fa:""}.fa-hooli{--fa:""}.fa-yelp{--fa:""}.fa-cc-visa{--fa:""}.fa-lastfm{--fa:""}.fa-shopware{--fa:""}.fa-creative-commons-nc{--fa:""}.fa-aws{--fa:""}.fa-redhat{--fa:""}.fa-yoast{--fa:""}.fa-cloudflare{--fa:""}.fa-ups{--fa:""}.fa-pixiv{--fa:""}.fa-wpexplorer{--fa:""}.fa-dyalog{--fa:""}.fa-bity{--fa:""}.fa-stackpath{--fa:""}.fa-buysellads{--fa:""}.fa-first-order{--fa:""}.fa-modx{--fa:""}.fa-guilded{--fa:""}.fa-vnv{--fa:""}.fa-square-js{--fa:""}.fa-js-square{--fa:""}.fa-microsoft{--fa:""}.fa-qq{--fa:""}.fa-orcid{--fa:""}.fa-java{--fa:""}.fa-invision{--fa:""}.fa-creative-commons-pd-alt{--fa:""}.fa-centercode{--fa:""}.fa-glide-g{--fa:""}.fa-drupal{--fa:""}.fa-jxl{--fa:""}.fa-dart-lang{--fa:""}.fa-hire-a-helper{--fa:""}.fa-creative-commons-by{--fa:""}.fa-unity{--fa:""}.fa-whmcs{--fa:""}.fa-rocketchat{--fa:""}.fa-vk{--fa:""}.fa-untappd{--fa:""}.fa-mailchimp{--fa:""}.fa-css3-alt{--fa:""}.fa-square-reddit{--fa:""}.fa-reddit-square{--fa:""}.fa-vimeo-v{--fa:""}.fa-contao{--fa:""}.fa-square-font-awesome{--fa:""}.fa-deskpro{--fa:""}.fa-brave{--fa:""}.fa-sistrix{--fa:""}.fa-square-instagram{--fa:""}.fa-instagram-square{--fa:""}.fa-battle-net{--fa:""}.fa-the-red-yeti{--fa:""}.fa-square-hacker-news{--fa:""}.fa-hacker-news-square{--fa:""}.fa-edge{--fa:""}.fa-threads{--fa:""}.fa-napster{--fa:""}.fa-square-snapchat{--fa:""}.fa-snapchat-square{--fa:""}.fa-google-plus-g{--fa:""}.fa-artstation{--fa:""}.fa-markdown{--fa:""}.fa-sourcetree{--fa:""}.fa-google-plus{--fa:""}.fa-diaspora{--fa:""}.fa-foursquare{--fa:""}.fa-stack-overflow{--fa:""}.fa-github-alt{--fa:""}.fa-phoenix-squadron{--fa:""}.fa-pagelines{--fa:""}.fa-algolia{--fa:""}.fa-red-river{--fa:""}.fa-creative-commons-sa{--fa:""}.fa-safari{--fa:""}.fa-google{--fa:""}.fa-square-font-awesome-stroke{--fa:""}.fa-font-awesome-alt{--fa:""}.fa-atlassian{--fa:""}.fa-linkedin-in{--fa:""}.fa-digital-ocean{--fa:""}.fa-nimblr{--fa:""}.fa-chromecast{--fa:""}.fa-evernote{--fa:""}.fa-hacker-news{--fa:""}.fa-creative-commons-sampling{--fa:""}.fa-adversal{--fa:""}.fa-creative-commons{--fa:""}.fa-watchman-monitoring{--fa:""}.fa-fonticons{--fa:""}.fa-weixin{--fa:""}.fa-shirtsinbulk{--fa:""}.fa-codepen{--fa:""}.fa-git-alt{--fa:""}.fa-lyft{--fa:""}.fa-rev{--fa:""}.fa-windows{--fa:""}.fa-wizards-of-the-coast{--fa:""}.fa-square-viadeo{--fa:""}.fa-viadeo-square{--fa:""}.fa-meetup{--fa:""}.fa-centos{--fa:""}.fa-adn{--fa:""}.fa-cloudsmith{--fa:""}.fa-opensuse{--fa:""}.fa-pied-piper-alt{--fa:""}.fa-square-dribbble{--fa:""}.fa-dribbble-square{--fa:""}.fa-codiepie{--fa:""}.fa-node{--fa:""}.fa-mix{--fa:""}.fa-steam{--fa:""}.fa-cc-apple-pay{--fa:""}.fa-scribd{--fa:""}.fa-debian{--fa:""}.fa-openid{--fa:""}.fa-instalod{--fa:""}.fa-files-pinwheel{--fa:""}.fa-expeditedssl{--fa:""}.fa-sellcast{--fa:""}.fa-square-twitter{--fa:""}.fa-twitter-square{--fa:""}.fa-r-project{--fa:""}.fa-delicious{--fa:""}.fa-freebsd{--fa:""}.fa-vuejs{--fa:""}.fa-accusoft{--fa:""}.fa-ioxhost{--fa:""}.fa-fonticons-fi{--fa:""}.fa-app-store{--fa:""}.fa-cc-mastercard{--fa:""}.fa-itunes-note{--fa:""}.fa-golang{--fa:""}.fa-kickstarter{--fa:""}.fa-square-kickstarter{--fa:""}.fa-grav{--fa:""}.fa-weibo{--fa:""}.fa-uncharted{--fa:""}.fa-firstdraft{--fa:""}.fa-square-youtube{--fa:""}.fa-youtube-square{--fa:""}.fa-wikipedia-w{--fa:""}.fa-wpressr{--fa:""}.fa-rendact{--fa:""}.fa-angellist{--fa:""}.fa-galactic-republic{--fa:""}.fa-nfc-directional{--fa:""}.fa-skype{--fa:""}.fa-joget{--fa:""}.fa-fedora{--fa:""}.fa-stripe-s{--fa:""}.fa-meta{--fa:""}.fa-laravel{--fa:""}.fa-hotjar{--fa:""}.fa-bluetooth-b{--fa:""}.fa-square-letterboxd{--fa:""}.fa-sticker-mule{--fa:""}.fa-creative-commons-zero{--fa:""}.fa-hips{--fa:""}.fa-css{--fa:""}.fa-behance{--fa:""}.fa-reddit{--fa:""}.fa-discord{--fa:""}.fa-chrome{--fa:""}.fa-app-store-ios{--fa:""}.fa-cc-discover{--fa:""}.fa-wpbeginner{--fa:""}.fa-confluence{--fa:""}.fa-shoelace{--fa:""}.fa-mdb{--fa:""}.fa-dochub{--fa:""}.fa-accessible-icon{--fa:""}.fa-ebay{--fa:""}.fa-amazon{--fa:""}.fa-unsplash{--fa:""}.fa-yarn{--fa:""}.fa-square-steam{--fa:""}.fa-steam-square{--fa:""}.fa-500px{--fa:""}.fa-square-vimeo{--fa:""}.fa-vimeo-square{--fa:""}.fa-asymmetrik{--fa:""}.fa-font-awesome{--fa:""}.fa-font-awesome-flag{--fa:""}.fa-font-awesome-logo-full{--fa:""}.fa-gratipay{--fa:""}.fa-apple{--fa:""}.fa-hive{--fa:""}.fa-gitkraken{--fa:""}.fa-keybase{--fa:""}.fa-apple-pay{--fa:""}.fa-padlet{--fa:""}.fa-amazon-pay{--fa:""}.fa-square-github{--fa:""}.fa-github-square{--fa:""}.fa-stumbleupon{--fa:""}.fa-fedex{--fa:""}.fa-phoenix-framework{--fa:""}.fa-shopify{--fa:""}.fa-neos{--fa:""}.fa-square-threads{--fa:""}.fa-hackerrank{--fa:""}.fa-researchgate{--fa:""}.fa-swift{--fa:""}.fa-angular{--fa:""}.fa-speakap{--fa:""}.fa-angrycreative{--fa:""}.fa-y-combinator{--fa:""}.fa-empire{--fa:""}.fa-envira{--fa:""}.fa-google-scholar{--fa:""}.fa-square-gitlab{--fa:""}.fa-gitlab-square{--fa:""}.fa-studiovinari{--fa:""}.fa-pied-piper{--fa:""}.fa-wordpress{--fa:""}.fa-product-hunt{--fa:""}.fa-firefox{--fa:""}.fa-linode{--fa:""}.fa-goodreads{--fa:""}.fa-square-odnoklassniki{--fa:""}.fa-odnoklassniki-square{--fa:""}.fa-jsfiddle{--fa:""}.fa-sith{--fa:""}.fa-themeisle{--fa:""}.fa-page4{--fa:""}.fa-hashnode{--fa:""}.fa-react{--fa:""}.fa-cc-paypal{--fa:""}.fa-squarespace{--fa:""}.fa-cc-stripe{--fa:""}.fa-creative-commons-share{--fa:""}.fa-bitcoin{--fa:""}.fa-keycdn{--fa:""}.fa-opera{--fa:""}.fa-itch-io{--fa:""}.fa-umbraco{--fa:""}.fa-galactic-senate{--fa:""}.fa-ubuntu{--fa:""}.fa-draft2digital{--fa:""}.fa-stripe{--fa:""}.fa-houzz{--fa:""}.fa-gg{--fa:""}.fa-dhl{--fa:""}.fa-square-pinterest{--fa:""}.fa-pinterest-square{--fa:""}.fa-xing{--fa:""}.fa-blackberry{--fa:""}.fa-creative-commons-pd{--fa:""}.fa-playstation{--fa:""}.fa-quinscape{--fa:""}.fa-less{--fa:""}.fa-blogger-b{--fa:""}.fa-opencart{--fa:""}.fa-vine{--fa:""}.fa-signal-messenger{--fa:""}.fa-paypal{--fa:""}.fa-gitlab{--fa:""}.fa-typo3{--fa:""}.fa-reddit-alien{--fa:""}.fa-yahoo{--fa:""}.fa-dailymotion{--fa:""}.fa-affiliatetheme{--fa:""}.fa-pied-piper-pp{--fa:""}.fa-bootstrap{--fa:""}.fa-odnoklassniki{--fa:""}.fa-nfc-symbol{--fa:""}.fa-mintbit{--fa:""}.fa-ethereum{--fa:""}.fa-speaker-deck{--fa:""}.fa-creative-commons-nc-eu{--fa:""}.fa-patreon{--fa:""}.fa-avianex{--fa:""}.fa-ello{--fa:""}.fa-gofore{--fa:""}.fa-bimobject{--fa:""}.fa-brave-reverse{--fa:""}.fa-facebook-f{--fa:""}.fa-square-google-plus{--fa:""}.fa-google-plus-square{--fa:""}.fa-web-awesome{--fa:""}.fa-mandalorian{--fa:""}.fa-first-order-alt{--fa:""}.fa-osi{--fa:""}.fa-google-wallet{--fa:""}.fa-d-and-d-beyond{--fa:""}.fa-periscope{--fa:""}.fa-fulcrum{--fa:""}.fa-cloudscale{--fa:""}.fa-forumbee{--fa:""}.fa-mizuni{--fa:""}.fa-schlix{--fa:""}.fa-square-xing{--fa:""}.fa-xing-square{--fa:""}.fa-bandcamp{--fa:""}.fa-wpforms{--fa:""}.fa-cloudversify{--fa:""}.fa-usps{--fa:""}.fa-megaport{--fa:""}.fa-magento{--fa:""}.fa-spotify{--fa:""}.fa-optin-monster{--fa:""}.fa-fly{--fa:""}.fa-square-bluesky{--fa:""}.fa-aviato{--fa:""}.fa-itunes{--fa:""}.fa-cuttlefish{--fa:""}.fa-blogger{--fa:""}.fa-flickr{--fa:""}.fa-viber{--fa:""}.fa-soundcloud{--fa:""}.fa-digg{--fa:""}.fa-tencent-weibo{--fa:""}.fa-letterboxd{--fa:""}.fa-symfony{--fa:""}.fa-maxcdn{--fa:""}.fa-etsy{--fa:""}.fa-facebook-messenger{--fa:""}.fa-audible{--fa:""}.fa-think-peaks{--fa:""}.fa-bilibili{--fa:""}.fa-erlang{--fa:""}.fa-x-twitter{--fa:""}.fa-cotton-bureau{--fa:""}.fa-dashcube{--fa:""}.fa-42-group{--fa:""}.fa-innosoft{--fa:""}.fa-stack-exchange{--fa:""}.fa-elementor{--fa:""}.fa-square-pied-piper{--fa:""}.fa-pied-piper-square{--fa:""}.fa-creative-commons-nd{--fa:""}.fa-palfed{--fa:""}.fa-superpowers{--fa:""}.fa-resolving{--fa:""}.fa-xbox{--fa:""}.fa-square-web-awesome-stroke{--fa:""}.fa-searchengin{--fa:""}.fa-tiktok{--fa:""}.fa-square-facebook{--fa:""}.fa-facebook-square{--fa:""}.fa-renren{--fa:""}.fa-linux{--fa:""}.fa-glide{--fa:""}.fa-linkedin{--fa:""}.fa-hubspot{--fa:""}.fa-deploydog{--fa:""}.fa-twitch{--fa:""}.fa-flutter{--fa:""}.fa-ravelry{--fa:""}.fa-mixer{--fa:""}.fa-square-lastfm{--fa:""}.fa-lastfm-square{--fa:""}.fa-vimeo{--fa:""}.fa-mendeley{--fa:""}.fa-uniregistry{--fa:""}.fa-figma{--fa:""}.fa-creative-commons-remix{--fa:""}.fa-cc-amazon-pay{--fa:""}.fa-dropbox{--fa:""}.fa-instagram{--fa:""}.fa-cmplid{--fa:""}.fa-upwork{--fa:""}.fa-facebook{--fa:""}.fa-gripfire{--fa:""}.fa-jedi-order{--fa:""}.fa-uikit{--fa:""}.fa-fort-awesome-alt{--fa:""}.fa-phabricator{--fa:""}.fa-ussunnah{--fa:""}.fa-earlybirds{--fa:""}.fa-trade-federation{--fa:""}.fa-autoprefixer{--fa:""}.fa-whatsapp{--fa:""}.fa-square-upwork{--fa:""}.fa-slideshare{--fa:""}.fa-google-play{--fa:""}.fa-viadeo{--fa:""}.fa-line{--fa:""}.fa-google-drive{--fa:""}.fa-servicestack{--fa:""}.fa-simplybuilt{--fa:""}.fa-bitbucket{--fa:""}.fa-imdb{--fa:""}.fa-deezer{--fa:""}.fa-raspberry-pi{--fa:""}.fa-jira{--fa:""}.fa-docker{--fa:""}.fa-screenpal{--fa:""}.fa-bluetooth{--fa:""}.fa-gitter{--fa:""}.fa-d-and-d{--fa:""}.fa-microblog{--fa:""}.fa-cc-diners-club{--fa:""}.fa-gg-circle{--fa:""}.fa-pied-piper-hat{--fa:""}.fa-kickstarter-k{--fa:""}.fa-yandex{--fa:""}.fa-readme{--fa:""}.fa-html5{--fa:""}.fa-sellsy{--fa:""}.fa-square-web-awesome{--fa:""}.fa-sass{--fa:""}.fa-wirsindhandwerk{--fa:""}.fa-wsh{--fa:""}.fa-buromobelexperte{--fa:""}.fa-salesforce{--fa:""}.fa-octopus-deploy{--fa:""}.fa-medapps{--fa:""}.fa-ns8{--fa:""}.fa-pinterest-p{--fa:""}.fa-apper{--fa:""}.fa-fort-awesome{--fa:""}.fa-waze{--fa:""}.fa-bluesky{--fa:""}.fa-cc-jcb{--fa:""}.fa-snapchat{--fa:""}.fa-snapchat-ghost{--fa:""}.fa-fantasy-flight-games{--fa:""}.fa-rust{--fa:""}.fa-wix{--fa:""}.fa-square-behance{--fa:""}.fa-behance-square{--fa:""}.fa-supple{--fa:""}.fa-webflow{--fa:""}.fa-rebel{--fa:""}.fa-css3{--fa:""}.fa-staylinked{--fa:""}.fa-kaggle{--fa:""}.fa-space-awesome{--fa:""}.fa-deviantart{--fa:""}.fa-cpanel{--fa:""}.fa-goodreads-g{--fa:""}.fa-square-git{--fa:""}.fa-git-square{--fa:""}.fa-square-tumblr{--fa:""}.fa-tumblr-square{--fa:""}.fa-trello{--fa:""}.fa-creative-commons-nc-jp{--fa:""}.fa-get-pocket{--fa:""}.fa-perbyte{--fa:""}.fa-grunt{--fa:""}.fa-weebly{--fa:""}.fa-connectdevelop{--fa:""}.fa-leanpub{--fa:""}.fa-black-tie{--fa:""}.fa-themeco{--fa:""}.fa-python{--fa:""}.fa-android{--fa:""}.fa-bots{--fa:""}.fa-free-code-camp{--fa:""}.fa-hornbill{--fa:""}.fa-js{--fa:""}.fa-ideal{--fa:""}.fa-git{--fa:""}.fa-dev{--fa:""}.fa-sketch{--fa:""}.fa-yandex-international{--fa:""}.fa-cc-amex{--fa:""}.fa-uber{--fa:""}.fa-github{--fa:""}.fa-php{--fa:""}.fa-alipay{--fa:""}.fa-youtube{--fa:""}.fa-skyatlas{--fa:""}.fa-firefox-browser{--fa:""}.fa-replyd{--fa:""}.fa-suse{--fa:""}.fa-jenkins{--fa:""}.fa-twitter{--fa:""}.fa-rockrms{--fa:""}.fa-pinterest{--fa:""}.fa-buffer{--fa:""}.fa-npm{--fa:""}.fa-yammer{--fa:""}.fa-btc{--fa:""}.fa-dribbble{--fa:""}.fa-stumbleupon-circle{--fa:""}.fa-internet-explorer{--fa:""}.fa-stubber{--fa:""}.fa-telegram{--fa:""}.fa-telegram-plane{--fa:""}.fa-old-republic{--fa:""}.fa-odysee{--fa:""}.fa-square-whatsapp{--fa:""}.fa-whatsapp-square{--fa:""}.fa-node-js{--fa:""}.fa-edge-legacy{--fa:""}.fa-slack{--fa:""}.fa-slack-hash{--fa:""}.fa-medrt{--fa:""}.fa-usb{--fa:""}.fa-tumblr{--fa:""}.fa-vaadin{--fa:""}.fa-quora{--fa:""}.fa-square-x-twitter{--fa:""}.fa-reacteurope{--fa:""}.fa-medium{--fa:""}.fa-medium-m{--fa:""}.fa-amilia{--fa:""}.fa-mixcloud{--fa:""}.fa-flipboard{--fa:""}.fa-viacoin{--fa:""}.fa-critical-role{--fa:""}.fa-sitrox{--fa:""}.fa-discourse{--fa:""}.fa-joomla{--fa:""}.fa-mastodon{--fa:""}.fa-airbnb{--fa:""}.fa-wolf-pack-battalion{--fa:""}.fa-buy-n-large{--fa:""}.fa-gulp{--fa:""}.fa-creative-commons-sampling-plus{--fa:""}.fa-strava{--fa:""}.fa-ember{--fa:""}.fa-canadian-maple-leaf{--fa:""}.fa-teamspeak{--fa:""}.fa-pushed{--fa:""}.fa-wordpress-simple{--fa:""}.fa-nutritionix{--fa:""}.fa-wodu{--fa:""}.fa-google-pay{--fa:""}.fa-intercom{--fa:""}.fa-zhihu{--fa:""}.fa-korvue{--fa:""}.fa-pix{--fa:""}.fa-steam-symbol{--fa:""} :root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//alucp.org/wp-content/themes/vip-project/assets/2463b90d9a316e4e5294.woff2) format("woff2"),url(//alucp.org/wp-content/themes/vip-project/assets/2582b0e4bcf85eceead0.ttf) format("truetype")}.fas,.fa-solid{font-weight:900}.fa-brands{font-family:"Font Awesome 6 Brands",sans-serif}@font-face{font-family:"nunito-sans";font-weight:300;font-style:normal;src:url(//alucp.org/wp-content/themes/vip-project/assets/bcd9dc8ad79d952c4678.woff),url(//alucp.org/wp-content/themes/vip-project/assets/a61a556b7be4adfd4404.woff2);font-display:swap}@font-face{font-family:"nunito-sans";font-weight:300;font-style:italic;src:url(//alucp.org/wp-content/themes/vip-project/assets/afa69b4cdf4bd5e013ed.woff),url(//alucp.org/wp-content/themes/vip-project/assets/7fe3ca41d77c5ec814a2.woff2);font-display:swap}@font-face{font-family:"nunito-sans";font-weight:400;font-style:normal;src:url(//alucp.org/wp-content/themes/vip-project/assets/d7a21bc64cb58d731df6.woff),url(//alucp.org/wp-content/themes/vip-project/assets/b0878b861aa345484477.woff2);font-display:swap}@font-face{font-family:"nunito-sans";font-weight:400;font-style:italic;src:url(//alucp.org/wp-content/themes/vip-project/assets/349b70244ec5da2df455.woff),url(//alucp.org/wp-content/themes/vip-project/assets/7d87dc546faf71a0ba22.woff2);font-display:swap}@font-face{font-family:"nunito-sans";font-weight:700;font-style:normal;src:url(//alucp.org/wp-content/themes/vip-project/assets/0b4ce73c0870d925ac62.woff),url(//alucp.org/wp-content/themes/vip-project/assets/0c5f338785d24c23f3aa.woff2);font-display:swap}@font-face{font-family:"nunito-sans";font-weight:700;font-style:italic;src:url(//alucp.org/wp-content/themes/vip-project/assets/7e4a2f84a5484d256c34.woff),url(//alucp.org/wp-content/themes/vip-project/assets/d3c77efef4660de6578d.woff2);font-display:swap}@font-face{font-family:"dancing-script";font-weight:400;font-style:normal;src:url(//alucp.org/wp-content/themes/vip-project/assets/ea22113585c1689e8a2c.woff),url(//alucp.org/wp-content/themes/vip-project/assets/c101804727b8b8c4a732.woff2);font-display:swap}@font-face{font-family:"dancing-script";font-weight:600;font-style:normal;src:url(//alucp.org/wp-content/themes/vip-project/assets/5d7cade389705f9ef559.woff),url(//alucp.org/wp-content/themes/vip-project/assets/09a6f42c232beed73bae.woff2);font-display:swap}@font-face{font-family:"lustria";font-weight:400;font-style:normal;src:url(//alucp.org/wp-content/themes/vip-project/assets/de44986aa27c0e19f991.woff),url(//alucp.org/wp-content/themes/vip-project/assets/f85314f7e6cbd484c234.woff2);font-display:swap}h1,.h1{font-size:var(--has-h1-font-size, 1.6875rem)}@media screen and (min-width: 48rem){h1,.h1{font-size:var(--has-h1-font-size, 2.375rem)}}h2,.h2{font-size:var(--has-h2-font-size, 1.5625rem)}@media screen and (min-width: 48rem){h2,.h2{font-size:var(--has-h2-font-size, 1.875rem)}}h3,.h3{font-size:var(--has-h3-font-size, 1.375rem)}@media screen and (min-width: 48rem){h3,.h3{font-size:var(--has-h3-font-size, 1.5625rem)}}h4,.h4{font-size:var(--has-h4-font-size, 1.25rem)}@media screen and (min-width: 48rem){h4,.h4{font-size:var(--has-h4-font-size, 1.375rem)}}h5,.h5{font-size:var(--has-h5-font-size, 1.125rem)}@media screen and (min-width: 48rem){h5,.h5{font-size:var(--has-h5-font-size, 1.375rem)}}h6,.h6{font-size:var(--has-h6-font-size, 1.125rem)}@media screen and (min-width: 48rem){h6,.h6{font-size:var(--has-h6-font-size, 1.375rem)}}title-404,.title-404{font-size:3.75rem}@media screen and (min-width: 48rem){title-404,.title-404{font-size:6rem}}p,.p{font-size:var(--has-paragraph-font-size, 1rem)}@media screen and (min-width: 48rem){p,.p{font-size:var(--has-paragraph-font-size, 1.0625rem)}}has-paragraph-font-style,.has-paragraph-font-style{font-size:var(--has-paragraph-font-size, 1rem)}@media screen and (min-width: 48rem){has-paragraph-font-style,.has-paragraph-font-style{font-size:var(--has-paragraph-font-size, 1.0625rem)}}ul,.ul{font-size:var(--has-paragraph-font-size, 1rem)}@media screen and (min-width: 48rem){ul,.ul{font-size:var(--has-paragraph-font-size, 1.0625rem)}}ol,.ol{font-size:var(--has-paragraph-font-size, 1rem)}@media screen and (min-width: 48rem){ol,.ol{font-size:var(--has-paragraph-font-size, 1.0625rem)}}a,.a{font-size:var(--has-paragraph-font-size, 1rem)}@media screen and (min-width: 48rem){a,.a{font-size:var(--has-paragraph-font-size, 1.0625rem)}}button,.button{font-size:1rem}card-title,.card-title{font-size:1.1875rem}@media screen and (min-width: 48rem){card-title,.card-title{font-size:1.4375rem}}subheader,.subheader{font-size:1.0625rem}@media screen and (min-width: 48rem){subheader,.subheader{font-size:1.3125rem}}subtitle,.subtitle{font-size:1.1875rem}caption,.caption{font-size:0.9375rem}overline,.overline{font-size:0.875rem}notes,.notes{font-size:0.8125rem}cta-call,.cta-call{font-size:1.5625rem}@media screen and (min-width: 48rem){cta-call,.cta-call{font-size:3.375rem}}special-highlight,.special-highlight{font-size:2.5rem}mark[style*="background-color:rgba(0, 0, 0, 0)"]{padding:0}ul,ol{padding-left:1.125rem}li,p,a,.has-paragraph-font-style{font-family:var(--font-family, Rubik, sans-serif);font-weight:var(--has-paragraph-font-weight, 400);line-height:1.6}li:empty,p:empty,a:empty,.has-paragraph-font-style:empty{display:none}li:not(:last-child,.menu-item){margin-bottom:0.5rem}h1,.has-h-1-font-style{font-family:var(--has-h1-font-family);font-weight:var(--has-h1-font-weight, 400);letter-spacing:0.05625rem;line-height:1.5}h1:empty,.has-h-1-font-style:empty{display:none}h2,.has-h-2-font-style{font-family:var(--has-h2-font-family);font-weight:var(--has-h2-font-weight, 400);letter-spacing:0.05625rem;line-height:1.5}h2:empty,.has-h-2-font-style:empty{display:none}h3,.has-h-3-font-style{font-family:var(--has-h3-font-family);font-weight:var(--has-h3-font-weight, 400);letter-spacing:0.05625rem;line-height:1.5}h3:empty,.has-h-3-font-style:empty{display:none}h4,.has-h-4-font-style{font-family:var(--has-h4-font-family);font-weight:var(--has-h4-font-weight, 400);letter-spacing:0.05625rem;line-height:1.5}h4:empty,.has-h-4-font-style:empty{display:none}h5,.has-h-5-font-style{font-family:var(--has-h5-font-family);font-weight:var(--has-h5-font-weight, 400);letter-spacing:0.05625rem;line-height:1.5}h5:empty,.has-h-5-font-style:empty{display:none}h6,.has-h-6-font-style{font-family:var(--has-h6-font-family);font-weight:var(--has-h6-font-weight, 400);letter-spacing:0.05625rem;line-height:1.5}h6:empty,.has-h-6-font-style:empty{display:none}h1,.h1{line-height:1.3;letter-spacing:normal}.has-subheader-font-size,.subheader{line-height:1.5}p a{font-size:inherit;text-decoration:underline}.card-title{line-height:1.3}.has-cta-call-font-size,.cta-call{line-height:1.15}.nf-before-form-content{color:#606060}.modal .nf-form-cont{height:100%;padding-top:50px}.nf-form-fields-required{display:none}.nf-form-content{display:flex;padding:0 !important}.nf-form-content nf-fields-wrap{width:100%}.nf-form-content nf-fields-wrap nf-field,.nf-form-content nf-fields-wrap .nf-field{width:100%}.nf-form-content nf-fields-wrap nf-field .nf-field-container,.nf-form-content nf-fields-wrap .nf-field .nf-field-container{margin-bottom:0}.nf-form-content nf-fields-wrap nf-field .nf-field-container input,.nf-form-content nf-fields-wrap nf-field .nf-field-container textarea,.nf-form-content nf-fields-wrap .nf-field .nf-field-container input,.nf-form-content nf-fields-wrap .nf-field .nf-field-container textarea{font-family:var(--font-family, Rubik, sans-serif)}.nf-form-content nf-fields-wrap nf-field .nf-field-container.checkbox-container .checkbox-wrap,.nf-form-content nf-fields-wrap .nf-field .nf-field-container.checkbox-container .checkbox-wrap{align-items:baseline}.nf-form-content nf-fields-wrap nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-label,.nf-form-content nf-fields-wrap .nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-label{width:auto}.nf-form-content nf-fields-wrap nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-label label::after,.nf-form-content nf-fields-wrap .nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-label label::after{top:0;left:-45px;width:30px;height:30px;border-radius:0.125rem;background-color:#fff;border-color:#fff}.nf-form-content nf-fields-wrap nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-label label::before,.nf-form-content nf-fields-wrap .nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-label label::before{color:var(--headings-color-1, #242424);font-size:20px;height:1em;top:0.3125rem;left:-30px;transform:translate(-50%)}.nf-form-content nf-fields-wrap nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-description,.nf-form-content nf-fields-wrap .nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-description{margin-right:0}.nf-form-content nf-fields-wrap nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-description p,.nf-form-content nf-fields-wrap .nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-description p{font-size:14px !important;line-height:1.6 !important}.nf-form-content nf-fields-wrap nf-field .nf-field-container.checkbox-container.label-right label,.nf-form-content nf-fields-wrap .nf-field .nf-field-container.checkbox-container.label-right label{margin:0 0 0 45px !important}.nf-form-content nf-fields-wrap nf-field label,.nf-form-content nf-fields-wrap .nf-field label{color:var(--headings-color-1, #242424);font-family:var(--font-family, Rubik, sans-serif);font-size:0.875rem;font-weight:400}@media screen and (min-width: 62rem){.nf-form-content nf-fields-wrap nf-field .nf-field-container,.nf-form-content nf-fields-wrap nf-field .nf-field,.nf-form-content nf-fields-wrap nf-field .field-wrap,.nf-form-content nf-fields-wrap .nf-field .nf-field-container,.nf-form-content nf-fields-wrap .nf-field .nf-field,.nf-form-content nf-fields-wrap .nf-field .field-wrap{height:100%}}.nf-form-content nf-fields-wrap nf-field .list-select-wrap>div select,.nf-form-content nf-fields-wrap .nf-field .list-select-wrap>div select{padding:1.875rem 0.9375rem 1.5625rem;cursor:pointer}.nf-form-content nf-fields-wrap nf-field .list-select-wrap>div select,.nf-form-content nf-fields-wrap nf-field .list-select-wrap>div select+div,.nf-form-content nf-fields-wrap .nf-field .list-select-wrap>div select,.nf-form-content nf-fields-wrap .nf-field .list-select-wrap>div select+div{height:100%}.nf-form-content nf-fields-wrap nf-field .list-select-wrap>div div::after,.nf-form-content nf-fields-wrap .nf-field .list-select-wrap>div div::after{bottom:unset;top:50%;transform:translateY(-50%);right:0.9375rem}.nf-form-content nf-fields-wrap nf-field .liststate-container .list-select-wrap .nf-field-label,.nf-form-content nf-fields-wrap .nf-field .liststate-container .list-select-wrap .nf-field-label{position:absolute;top:0.9375rem;left:0.9375rem;z-index:10}.nf-form-content nf-fields-wrap nf-field select.ninja-forms-field,.nf-form-content nf-fields-wrap nf-field .list-select-wrap .nf-field-element>div,.nf-form-content nf-fields-wrap .nf-field select.ninja-forms-field,.nf-form-content nf-fields-wrap .nf-field .list-select-wrap .nf-field-element>div{color:var(--text-color, #433e3f);font-size:0.875rem}.nf-form-content nf-fields-wrap nf-field .field-wrap.textbox-wrap:not(.submit-wrap,.file_upload-wrap,.recaptcha-wrap),.nf-form-content nf-fields-wrap nf-field .field-wrap.textarea-wrap,.nf-form-content nf-fields-wrap nf-field .field-wrap.listselect-wrap,.nf-form-content nf-fields-wrap nf-field .field-wrap.address-wrap,.nf-form-content nf-fields-wrap nf-field .field-wrap.city-wrap,.nf-form-content nf-fields-wrap nf-field .field-wrap.email-wrap,.nf-form-content nf-fields-wrap nf-field .field-wrap.firstname-wrap,.nf-form-content nf-fields-wrap nf-field .field-wrap.lastname-wrap,.nf-form-content nf-fields-wrap nf-field .field-wrap.zip-wrap,.nf-form-content nf-fields-wrap nf-field .field-wrap.listcountry-wrap,.nf-form-content nf-fields-wrap nf-field .field-wrap.list-select-wrap>div select+div,.nf-form-content nf-fields-wrap nf-field .field-wrap.password-wrap,.nf-form-content nf-fields-wrap nf-field .field-wrap.passwordconfirm-wrap,.nf-form-content nf-fields-wrap nf-field .field-wrap.date-wrap,.nf-form-content nf-fields-wrap .nf-field .field-wrap.textbox-wrap:not(.submit-wrap,.file_upload-wrap,.recaptcha-wrap),.nf-form-content nf-fields-wrap .nf-field .field-wrap.textarea-wrap,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listselect-wrap,.nf-form-content nf-fields-wrap .nf-field .field-wrap.address-wrap,.nf-form-content nf-fields-wrap .nf-field .field-wrap.city-wrap,.nf-form-content nf-fields-wrap .nf-field .field-wrap.email-wrap,.nf-form-content nf-fields-wrap .nf-field .field-wrap.firstname-wrap,.nf-form-content nf-fields-wrap .nf-field .field-wrap.lastname-wrap,.nf-form-content nf-fields-wrap .nf-field .field-wrap.zip-wrap,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listcountry-wrap,.nf-form-content nf-fields-wrap .nf-field .field-wrap.list-select-wrap>div select+div,.nf-form-content nf-fields-wrap .nf-field .field-wrap.password-wrap,.nf-form-content nf-fields-wrap .nf-field .field-wrap.passwordconfirm-wrap,.nf-form-content nf-fields-wrap .nf-field .field-wrap.date-wrap{background-color:#fff;border:none;padding:0.9375rem 0.9375rem 1.5625rem;flex-direction:column !important;gap:0.3125rem;border-radius:var(--radius-md, 0.5rem)}.nf-form-content nf-fields-wrap nf-field .field-wrap.textbox-wrap:not(.submit-wrap,.file_upload-wrap,.recaptcha-wrap) .ninja-forms-field,.nf-form-content nf-fields-wrap nf-field .field-wrap.textarea-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap nf-field .field-wrap.listselect-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap nf-field .field-wrap.address-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap nf-field .field-wrap.city-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap nf-field .field-wrap.email-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap nf-field .field-wrap.firstname-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap nf-field .field-wrap.lastname-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap nf-field .field-wrap.zip-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap nf-field .field-wrap.listcountry-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap nf-field .field-wrap.list-select-wrap>div select+div .ninja-forms-field,.nf-form-content nf-fields-wrap nf-field .field-wrap.password-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap nf-field .field-wrap.passwordconfirm-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap nf-field .field-wrap.date-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap .nf-field .field-wrap.textbox-wrap:not(.submit-wrap,.file_upload-wrap,.recaptcha-wrap) .ninja-forms-field,.nf-form-content nf-fields-wrap .nf-field .field-wrap.textarea-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listselect-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap .nf-field .field-wrap.address-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap .nf-field .field-wrap.city-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap .nf-field .field-wrap.email-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap .nf-field .field-wrap.firstname-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap .nf-field .field-wrap.lastname-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap .nf-field .field-wrap.zip-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listcountry-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap .nf-field .field-wrap.list-select-wrap>div select+div .ninja-forms-field,.nf-form-content nf-fields-wrap .nf-field .field-wrap.password-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap .nf-field .field-wrap.passwordconfirm-wrap .ninja-forms-field,.nf-form-content nf-fields-wrap .nf-field .field-wrap.date-wrap .ninja-forms-field{padding:0;font-size:0.875rem;height:auto;background:rgba(0,0,0,0);border:none;color:rgba(var(--text-color, #433e3f), 0.6);line-height:1.0625rem}.nf-form-content nf-fields-wrap nf-field .field-wrap.textbox-wrap:not(.submit-wrap,.file_upload-wrap,.recaptcha-wrap) .nf-field-label,.nf-form-content nf-fields-wrap nf-field .field-wrap.textarea-wrap .nf-field-label,.nf-form-content nf-fields-wrap nf-field .field-wrap.listselect-wrap .nf-field-label,.nf-form-content nf-fields-wrap nf-field .field-wrap.address-wrap .nf-field-label,.nf-form-content nf-fields-wrap nf-field .field-wrap.city-wrap .nf-field-label,.nf-form-content nf-fields-wrap nf-field .field-wrap.email-wrap .nf-field-label,.nf-form-content nf-fields-wrap nf-field .field-wrap.firstname-wrap .nf-field-label,.nf-form-content nf-fields-wrap nf-field .field-wrap.lastname-wrap .nf-field-label,.nf-form-content nf-fields-wrap nf-field .field-wrap.zip-wrap .nf-field-label,.nf-form-content nf-fields-wrap nf-field .field-wrap.listcountry-wrap .nf-field-label,.nf-form-content nf-fields-wrap nf-field .field-wrap.list-select-wrap>div select+div .nf-field-label,.nf-form-content nf-fields-wrap nf-field .field-wrap.password-wrap .nf-field-label,.nf-form-content nf-fields-wrap nf-field .field-wrap.passwordconfirm-wrap .nf-field-label,.nf-form-content nf-fields-wrap nf-field .field-wrap.date-wrap .nf-field-label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.textbox-wrap:not(.submit-wrap,.file_upload-wrap,.recaptcha-wrap) .nf-field-label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.textarea-wrap .nf-field-label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listselect-wrap .nf-field-label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.address-wrap .nf-field-label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.city-wrap .nf-field-label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.email-wrap .nf-field-label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.firstname-wrap .nf-field-label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.lastname-wrap .nf-field-label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.zip-wrap .nf-field-label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listcountry-wrap .nf-field-label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.list-select-wrap>div select+div .nf-field-label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.password-wrap .nf-field-label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.passwordconfirm-wrap .nf-field-label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.date-wrap .nf-field-label{height:1.0625rem}.nf-form-content nf-fields-wrap nf-field .field-wrap.textbox-wrap:not(.submit-wrap,.file_upload-wrap,.recaptcha-wrap) .nf-field-label label,.nf-form-content nf-fields-wrap nf-field .field-wrap.textarea-wrap .nf-field-label label,.nf-form-content nf-fields-wrap nf-field .field-wrap.listselect-wrap .nf-field-label label,.nf-form-content nf-fields-wrap nf-field .field-wrap.address-wrap .nf-field-label label,.nf-form-content nf-fields-wrap nf-field .field-wrap.city-wrap .nf-field-label label,.nf-form-content nf-fields-wrap nf-field .field-wrap.email-wrap .nf-field-label label,.nf-form-content nf-fields-wrap nf-field .field-wrap.firstname-wrap .nf-field-label label,.nf-form-content nf-fields-wrap nf-field .field-wrap.lastname-wrap .nf-field-label label,.nf-form-content nf-fields-wrap nf-field .field-wrap.zip-wrap .nf-field-label label,.nf-form-content nf-fields-wrap nf-field .field-wrap.listcountry-wrap .nf-field-label label,.nf-form-content nf-fields-wrap nf-field .field-wrap.list-select-wrap>div select+div .nf-field-label label,.nf-form-content nf-fields-wrap nf-field .field-wrap.password-wrap .nf-field-label label,.nf-form-content nf-fields-wrap nf-field .field-wrap.passwordconfirm-wrap .nf-field-label label,.nf-form-content nf-fields-wrap nf-field .field-wrap.date-wrap .nf-field-label label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.textbox-wrap:not(.submit-wrap,.file_upload-wrap,.recaptcha-wrap) .nf-field-label label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.textarea-wrap .nf-field-label label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listselect-wrap .nf-field-label label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.address-wrap .nf-field-label label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.city-wrap .nf-field-label label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.email-wrap .nf-field-label label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.firstname-wrap .nf-field-label label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.lastname-wrap .nf-field-label label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.zip-wrap .nf-field-label label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listcountry-wrap .nf-field-label label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.list-select-wrap>div select+div .nf-field-label label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.password-wrap .nf-field-label label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.passwordconfirm-wrap .nf-field-label label,.nf-form-content nf-fields-wrap .nf-field .field-wrap.date-wrap .nf-field-label label{line-height:1}.nf-form-content nf-fields-wrap nf-field .field-wrap.textbox-wrap:not(.submit-wrap,.file_upload-wrap,.recaptcha-wrap) .nf-field-element,.nf-form-content nf-fields-wrap nf-field .field-wrap.textarea-wrap .nf-field-element,.nf-form-content nf-fields-wrap nf-field .field-wrap.listselect-wrap .nf-field-element,.nf-form-content nf-fields-wrap nf-field .field-wrap.address-wrap .nf-field-element,.nf-form-content nf-fields-wrap nf-field .field-wrap.city-wrap .nf-field-element,.nf-form-content nf-fields-wrap nf-field .field-wrap.email-wrap .nf-field-element,.nf-form-content nf-fields-wrap nf-field .field-wrap.firstname-wrap .nf-field-element,.nf-form-content nf-fields-wrap nf-field .field-wrap.lastname-wrap .nf-field-element,.nf-form-content nf-fields-wrap nf-field .field-wrap.zip-wrap .nf-field-element,.nf-form-content nf-fields-wrap nf-field .field-wrap.listcountry-wrap .nf-field-element,.nf-form-content nf-fields-wrap nf-field .field-wrap.list-select-wrap>div select+div .nf-field-element,.nf-form-content nf-fields-wrap nf-field .field-wrap.password-wrap .nf-field-element,.nf-form-content nf-fields-wrap nf-field .field-wrap.passwordconfirm-wrap .nf-field-element,.nf-form-content nf-fields-wrap nf-field .field-wrap.date-wrap .nf-field-element,.nf-form-content nf-fields-wrap .nf-field .field-wrap.textbox-wrap:not(.submit-wrap,.file_upload-wrap,.recaptcha-wrap) .nf-field-element,.nf-form-content nf-fields-wrap .nf-field .field-wrap.textarea-wrap .nf-field-element,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listselect-wrap .nf-field-element,.nf-form-content nf-fields-wrap .nf-field .field-wrap.address-wrap .nf-field-element,.nf-form-content nf-fields-wrap .nf-field .field-wrap.city-wrap .nf-field-element,.nf-form-content nf-fields-wrap .nf-field .field-wrap.email-wrap .nf-field-element,.nf-form-content nf-fields-wrap .nf-field .field-wrap.firstname-wrap .nf-field-element,.nf-form-content nf-fields-wrap .nf-field .field-wrap.lastname-wrap .nf-field-element,.nf-form-content nf-fields-wrap .nf-field .field-wrap.zip-wrap .nf-field-element,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listcountry-wrap .nf-field-element,.nf-form-content nf-fields-wrap .nf-field .field-wrap.list-select-wrap>div select+div .nf-field-element,.nf-form-content nf-fields-wrap .nf-field .field-wrap.password-wrap .nf-field-element,.nf-form-content nf-fields-wrap .nf-field .field-wrap.passwordconfirm-wrap .nf-field-element,.nf-form-content nf-fields-wrap .nf-field .field-wrap.date-wrap .nf-field-element{flex:0 0 1.0625rem;height:1.0625rem}.nf-form-content nf-fields-wrap nf-field .field-wrap.nf-error .nf-field-element::after,.nf-form-content nf-fields-wrap nf-field .field-wrap.nf-pass .nf-field-element::after,.nf-form-content nf-fields-wrap .nf-field .field-wrap.nf-error .nf-field-element::after,.nf-form-content nf-fields-wrap .nf-field .field-wrap.nf-pass .nf-field-element::after{top:-4px;right:-16px;width:24px;height:24px;line-height:25px;font-size:24px}.nf-form-content nf-fields-wrap nf-field .field-wrap.nf-error .nf-field-element::after,.nf-form-content nf-fields-wrap .nf-field .field-wrap.nf-error .nf-field-element::after{background:none;color:#e80000;content:"";right:0}.nf-form-content nf-fields-wrap nf-field .field-wrap.listselect-wrap .nf-field-element select,.nf-form-content nf-fields-wrap nf-field .field-wrap.listcountry-wrap .nf-field-element select,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listselect-wrap .nf-field-element select,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listcountry-wrap .nf-field-element select{padding:0;appearance:none;cursor:pointer}.nf-form-content nf-fields-wrap nf-field .field-wrap.listselect-wrap .nf-field-element select option,.nf-form-content nf-fields-wrap nf-field .field-wrap.listcountry-wrap .nf-field-element select option,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listselect-wrap .nf-field-element select option,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listcountry-wrap .nf-field-element select option{padding:12px 11px}.nf-form-content nf-fields-wrap nf-field .field-wrap.listselect-wrap .nf-field-element div,.nf-form-content nf-fields-wrap nf-field .field-wrap.listcountry-wrap .nf-field-element div,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listselect-wrap .nf-field-element div,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listcountry-wrap .nf-field-element div{height:auto}.nf-form-content nf-fields-wrap nf-field .field-wrap.listselect-wrap>div div,.nf-form-content nf-fields-wrap nf-field .field-wrap.listcountry-wrap>div div,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listselect-wrap>div div,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listcountry-wrap>div div{background-color:rgba(0,0,0,0) !important;pointer-events:none;z-index:9 !important;position:absolute;padding:12px;top:0;width:100%;height:100%;border:none}.nf-form-content nf-fields-wrap nf-field .field-wrap.listselect-wrap>div div:after,.nf-form-content nf-fields-wrap nf-field .field-wrap.listcountry-wrap>div div:after,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listselect-wrap>div div:after,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listcountry-wrap>div div:after{top:0.375rem;right:0}.nf-form-content nf-fields-wrap nf-field .field-wrap.listcountry-wrap>div div:after,.nf-form-content nf-fields-wrap .nf-field .field-wrap.listcountry-wrap>div div:after{right:3px;top:0}.nf-form-content nf-fields-wrap nf-field .field-wrap.textarea-wrap,.nf-form-content nf-fields-wrap .nf-field .field-wrap.textarea-wrap{height:auto;min-height:7.5rem}.nf-form-content nf-fields-wrap nf-field .field-wrap.textarea-wrap .nf-field-element,.nf-form-content nf-fields-wrap .nf-field .field-wrap.textarea-wrap .nf-field-element{flex:1 0 auto}.nf-form-content nf-fields-wrap nf-field .field-wrap.textarea-wrap textarea,.nf-form-content nf-fields-wrap .nf-field .field-wrap.textarea-wrap textarea{max-width:100%;transition:all 0s ease 0s;height:100% !important}.nf-form-content nf-fields-wrap nf-field .field-wrap.submit-wrap .nf-field-element,.nf-form-content nf-fields-wrap .nf-field .field-wrap.submit-wrap .nf-field-element{display:flex;justify-content:flex-start}.nf-form-content nf-fields-wrap nf-field .field-wrap .nf-fu-progress,.nf-form-content nf-fields-wrap .nf-field .field-wrap .nf-fu-progress{display:none}.nf-form-content nf-fields-wrap nf-field .field-wrap .nf-fu-progress-bar,.nf-form-content nf-fields-wrap .nf-field .field-wrap .nf-fu-progress-bar{background-color:var(--palettecolor-1)}.nf-form-content nf-fields-wrap nf-field .nf-field-label:not(.file_upload-wrap .nf-field-label),.nf-form-content nf-fields-wrap .nf-field .nf-field-label:not(.file_upload-wrap .nf-field-label){margin-bottom:0 !important}.nf-form-content nf-fields-wrap nf-field .nf-form-content>div,.nf-form-content nf-fields-wrap nf-field input:not([type=button],[type=submit]),.nf-form-content nf-fields-wrap nf-field textarea,.nf-form-content nf-fields-wrap .nf-field .nf-form-content>div,.nf-form-content nf-fields-wrap .nf-field input:not([type=button],[type=submit]),.nf-form-content nf-fields-wrap .nf-field textarea{border:none;background:none}.nf-form-content nf-fields-wrap nf-field .listcheckbox-container .nf-element,.nf-form-content nf-fields-wrap nf-field .listradio-wrap .nf-element,.nf-form-content nf-fields-wrap .nf-field .listcheckbox-container .nf-element,.nf-form-content nf-fields-wrap .nf-field .listradio-wrap .nf-element{position:absolute}.nf-form-content nf-fields-wrap nf-field .listcheckbox-container .nf-field-element,.nf-form-content nf-fields-wrap nf-field .listradio-wrap .nf-field-element,.nf-form-content nf-fields-wrap .nf-field .listcheckbox-container .nf-field-element,.nf-form-content nf-fields-wrap .nf-field .listradio-wrap .nf-field-element{margin-top:0.75rem}.nf-form-content nf-fields-wrap nf-field .listcheckbox-container .nf-field-element label,.nf-form-content nf-fields-wrap nf-field .listradio-wrap .nf-field-element label,.nf-form-content nf-fields-wrap .nf-field .listcheckbox-container .nf-field-element label,.nf-form-content nf-fields-wrap .nf-field .listradio-wrap .nf-field-element label{margin-left:2.5rem !important}.nf-form-content nf-fields-wrap nf-field .listcheckbox-container .nf-field-element label:after,.nf-form-content nf-fields-wrap nf-field .listradio-wrap .nf-field-element label:after,.nf-form-content nf-fields-wrap .nf-field .listcheckbox-container .nf-field-element label:after,.nf-form-content nf-fields-wrap .nf-field .listradio-wrap .nf-field-element label:after{background:#fff;border-color:#fff;left:-2.5rem;height:1.75rem;top:-0.25rem;width:1.75rem}.nf-form-content nf-fields-wrap nf-field .listcheckbox-container .nf-field-element label::before,.nf-form-content nf-fields-wrap nf-field .listradio-wrap .nf-field-element label::before,.nf-form-content nf-fields-wrap .nf-field .listcheckbox-container .nf-field-element label::before,.nf-form-content nf-fields-wrap .nf-field .listradio-wrap .nf-field-element label::before{left:-2.1875rem;bottom:unset;top:0.0625rem;height:1.125rem;width:1.125rem}.nf-form-content nf-fields-wrap nf-field .listcheckbox-container li,.nf-form-content nf-fields-wrap nf-field .listradio-wrap li,.nf-form-content nf-fields-wrap .nf-field .listcheckbox-container li,.nf-form-content nf-fields-wrap .nf-field .listradio-wrap li{min-height:1.75rem}.nf-form-content nf-fields-wrap nf-field .nf-after-field .nf-error-msg,.nf-form-content nf-fields-wrap .nf-field .nf-after-field .nf-error-msg{font-size:0.875rem}.nf-form-content nf-fields-wrap nf-field .checkbox-container,.nf-form-content nf-fields-wrap .nf-field .checkbox-container{margin-block:0.5rem}.nf-form-content nf-fields-wrap nf-field .checkbox-container label,.nf-form-content nf-fields-wrap .nf-field .checkbox-container label{color:var(--text-color, #433e3f);max-width:15.1875rem}.nf-form-content nf-fields-wrap nf-field .checkbox-container a,.nf-form-content nf-fields-wrap .nf-field .checkbox-container a{font-size:inherit;text-decoration:underline}.nf-form-content nf-fields-wrap nf-field .checkbox-container .nf-after-field,.nf-form-content nf-fields-wrap .nf-field .checkbox-container .nf-after-field{left:0}@media screen and (min-width: 62rem){.nf-form-content nf-fields-wrap .nf-after-field{position:relative;top:-40px;left:15px}}.nf-error-msg{margin-block:0.25rem 0.375rem}.nf-after-form-content .nf-error-msg{margin-block:0.25rem 0.75rem}.nf-form-title{display:none}.ninja-forms-req-symbol{color:var(--headings-color-1, #242424) !important}@media screen and (min-width: 62rem){nf-fields-wrap{display:grid;grid-template-columns:repeat(2, calc((100% - 16px) / 2));gap:1rem}}nf-fields-wrap nf-field:has(.html-container,.listselect-container,.checkbox-container,.radiobutton-container,.textbox-container.grid-complete,.submit-container,.textarea-container,.listradio-container){grid-column:1/3}nf-fields-wrap .nf-field-container.html-container .nf-field-element,nf-fields-wrap .nf-field-container.html-container .nf-field-element p{font-family:"lustria",serif;font-size:1.0625rem}nf-fields-wrap .nf-field-container.html-container:not(nf-field:first-child .html-container){margin-top:0.5rem}nf-fields-wrap .checkbox-container .nf-field{min-height:2.5rem}nf-fields-wrap .file_upload-wrap{align-items:center;background:var(--light-background-1, #ffffff);border-radius:0.5rem;gap:1rem;flex-direction:row;flex-wrap:nowrap;padding:0.9375rem}nf-fields-wrap .file_upload-wrap .nf-field-element{align-items:center;display:flex;gap:0.5rem}nf-fields-wrap .file_upload-wrap .files_uploaded p,nf-fields-wrap .file_upload-wrap .files_uploaded a{font-size:0.875rem}nf-fields-wrap .nf-fu-fileinput-button{flex-shrink:0;opacity:.8;padding:0.5rem 1.125rem !important}.ninja-forms-field,.nf-field-label label{display:block}.nf-field-label.label-normal-weight label,.date-wrap .nf-field-label label{font-weight:400 !important}.select2-container--default{border-radius:4px}.select2-container--default:hover{background-color:#ececec}.select2-container--default .select2-selection--single{border:0;background:rgba(0,0,0,0)}.select2-container--default .select2-dropdown{border:none}.select2-container--default .select2-search--dropdown{background-color:var(--palettecolor-2)}.select2-container--default .select2-search--dropdown .select2-search__field{border:none}.select2-container--default .select2-results{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.1411764706),0 3px 14px 2px rgba(0,0,0,.1215686275);border:1px solid var(--palettecolor-2);border-radius:4px}.select2-container--default .select2-results>.select2-results__options{max-height:275px;padding:8px 0}.select2-container--default .select2-results>.select2-results__options li,.select2-container--default .select2-results>.select2-results__options .select2-results__options{font-size:14px !important;padding:8px;min-height:48px;display:flex;align-items:center}.select2-container--default .select2-results>.select2-results__options li.select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results>.select2-results__options .select2-results__options.select2-results__option--highlighted.select2-results__option--selectable{background:var(--palettecolor-6);color:var(--palettecolor-8) !important}.select2-selection__rendered{font-size:14px !important;color:var(--palettecolor-8) !important;padding-left:0 !important}[title="Einfach auswählen…"],[title="Wo wohnen Sie?"]{color:#aaa !important}.select2-selection--single{border:none}.modal-body .select2-container{min-width:100%}.label-hidden .nf-field-label{display:none}.nf-form-content .date-wrap .nf-field-label label,.nf-form-content .nf-field.date-wrap .nf-field-label label,.date-wrap label,.nf-field-element .date-wrap label,.ninja-forms-field .date-wrap label{font-weight:400 !important;font-weight:normal !important}.nf-form-fields-required .date-wrap .nf-field-label label,#nf-form-3-cont .date-wrap .nf-field-label label{font-weight:400 !important;font-weight:normal !important}body .nf-form-content .nf-field-container .date-wrap .nf-field-label label,body div.nf-form-cont .date-wrap label,div[id*=nf-form] .date-wrap .nf-field-label label{font-weight:400 !important;font-style:normal !important}#nf-field-22-wrap .nf-field-label label,.field-wrap.date-wrap.label-above .nf-field-label label{font-weight:400 !important}#nf-label-field-22,span#nf-label-field-22,.nf-label-span#nf-label-field-22,.nf-field-label #nf-label-field-22,.nf-field-label span#nf-label-field-22,.nf-field-label .nf-label-span#nf-label-field-22,#nf-label-field-47,span#nf-label-field-47,.nf-label-span#nf-label-field-47,.nf-field-label #nf-label-field-47,.nf-field-label span#nf-label-field-47,.nf-field-label .nf-label-span#nf-label-field-47,#nf-label-field-48,span#nf-label-field-48,.nf-label-span#nf-label-field-48,.nf-field-label #nf-label-field-48,.nf-field-label span#nf-label-field-48,.nf-field-label .nf-label-span#nf-label-field-48,#nf-label-field-49,span#nf-label-field-49,.nf-label-span#nf-label-field-49,.nf-field-label #nf-label-field-49,.nf-field-label span#nf-label-field-49,.nf-field-label .nf-label-span#nf-label-field-49{font-weight:400 !important;font-size:.85rem !important}#nf-field-22-wrap .nf-field-label,#nf-field-47-wrap .nf-field-label,#nf-field-48-wrap .nf-field-label,#nf-field-49-wrap .nf-field-label{margin-top:-8px !important;margin-bottom:-5px !important}#nf-field-22-wrap,#nf-field-47-wrap,#nf-field-48-wrap,#nf-field-49-wrap{width:100% !important;max-width:100% !important}#nf-field-22-wrap .nf-field-element,#nf-field-22-wrap .nf-field-element>div,#nf-field-22-wrap .pikaday__container,#nf-field-47-wrap .nf-field-element,#nf-field-47-wrap .nf-field-element>div,#nf-field-47-wrap .pikaday__container,#nf-field-48-wrap .nf-field-element,#nf-field-48-wrap .nf-field-element>div,#nf-field-48-wrap .pikaday__container,#nf-field-49-wrap .nf-field-element,#nf-field-49-wrap .nf-field-element>div,#nf-field-49-wrap .pikaday__container{padding-top:7px !important;padding-left:0 !important;padding-right:0 !important;width:100% !important;max-width:100% !important;display:block !important;flex:1 !important}#nf-field-22-wrap .nf-field-element input[type=text].flatpickr-input,#nf-field-22-wrap .nf-field-element input.datepicker,#nf-field-22-wrap .nf-field-element input.ninja-forms-field,#nf-field-22-wrap .pikaday__display,#nf-field-47-wrap .nf-field-element input[type=text].flatpickr-input,#nf-field-47-wrap .nf-field-element input.datepicker,#nf-field-47-wrap .nf-field-element input.ninja-forms-field,#nf-field-47-wrap .pikaday__display,#nf-field-48-wrap .nf-field-element input[type=text].flatpickr-input,#nf-field-48-wrap .nf-field-element input.datepicker,#nf-field-48-wrap .nf-field-element input.ninja-forms-field,#nf-field-48-wrap .pikaday__display,#nf-field-49-wrap .nf-field-element input[type=text].flatpickr-input,#nf-field-49-wrap .nf-field-element input.datepicker,#nf-field-49-wrap .nf-field-element input.ninja-forms-field,#nf-field-49-wrap .pikaday__display{width:100% !important;max-width:100% !important;min-width:100% !important;display:block !important}#nf-field-50-wrap{background-color:#fff !important;border-radius:8px !important;padding:15px 15px 25px !important}#nf-field-50-wrap .nf-field-label label{font-weight:400 !important;font-size:.85rem !important}#nf-field-50-wrap .nf-field-element input{padding:0 !important;font-size:0.875rem !important;background:rgba(0,0,0,0) !important;border:none !important;color:rgba(var(--text-color, #433e3f), 0.6) !important;line-height:1.0625rem !important}.material-symbols-icon{color:inherit}.material-symbols-icon>svg{fill:currentcolor}.material-symbols-icon[data-size="250"]{display:inline-block;height:15.625rem}.material-symbols-icon[data-size="250"]>svg{height:15.625rem;vertical-align:top;width:15.625rem}.material-symbols-icon[data-size="16"]{display:inline-block;height:1rem}.material-symbols-icon[data-size="16"]>svg{height:1rem;vertical-align:top;width:1rem}.material-symbols-icon[data-size="18"]{display:inline-block;height:1.125rem}.material-symbols-icon[data-size="18"]>svg{height:1.125rem;vertical-align:top;width:1.125rem}.material-symbols-icon[data-size="20"]{display:inline-block;height:1.25rem}.material-symbols-icon[data-size="20"]>svg{height:1.25rem;vertical-align:top;width:1.25rem}.material-symbols-icon[data-size="22"]{display:inline-block;height:1.375rem}.material-symbols-icon[data-size="22"]>svg{height:1.375rem;vertical-align:top;width:1.375rem}.material-symbols-icon[data-size="24"]{display:inline-block;height:1.5rem}.material-symbols-icon[data-size="24"]>svg{height:1.5rem;vertical-align:top;width:1.5rem}.material-symbols-icon[data-size="26"]{display:inline-block;height:1.625rem}.material-symbols-icon[data-size="26"]>svg{height:1.625rem;vertical-align:top;width:1.625rem}.material-symbols-icon[data-size="28"]{display:inline-block;height:1.75rem}.material-symbols-icon[data-size="28"]>svg{height:1.75rem;vertical-align:top;width:1.75rem}.material-symbols-icon[data-size="30"]{display:inline-block;height:1.875rem}.material-symbols-icon[data-size="30"]>svg{height:1.875rem;vertical-align:top;width:1.875rem}.material-symbols-icon[data-size="32"]{display:inline-block;height:2rem}.material-symbols-icon[data-size="32"]>svg{height:2rem;vertical-align:top;width:2rem}.material-symbols-icon[data-size="34"]{display:inline-block;height:2.125rem}.material-symbols-icon[data-size="34"]>svg{height:2.125rem;vertical-align:top;width:2.125rem}.material-symbols-icon[data-size="36"]{display:inline-block;height:2.25rem}.material-symbols-icon[data-size="36"]>svg{height:2.25rem;vertical-align:top;width:2.25rem}.material-symbols-icon[data-size="38"]{display:inline-block;height:2.375rem}.material-symbols-icon[data-size="38"]>svg{height:2.375rem;vertical-align:top;width:2.375rem}.material-symbols-icon[data-size="40"]{display:inline-block;height:2.5rem}.material-symbols-icon[data-size="40"]>svg{height:2.5rem;vertical-align:top;width:2.5rem}.material-symbols-icon[data-size="42"]{display:inline-block;height:2.625rem}.material-symbols-icon[data-size="42"]>svg{height:2.625rem;vertical-align:top;width:2.625rem}.material-symbols-icon[data-size="44"]{display:inline-block;height:2.75rem}.material-symbols-icon[data-size="44"]>svg{height:2.75rem;vertical-align:top;width:2.75rem}.material-symbols-icon[data-size="46"]{display:inline-block;height:2.875rem}.material-symbols-icon[data-size="46"]>svg{height:2.875rem;vertical-align:top;width:2.875rem}.material-symbols-icon[data-size="48"]{display:inline-block;height:3rem}.material-symbols-icon[data-size="48"]>svg{height:3rem;vertical-align:top;width:3rem}.material-symbols-icon[data-size="50"]{display:inline-block;height:3.125rem}.material-symbols-icon[data-size="50"]>svg{height:3.125rem;vertical-align:top;width:3.125rem}.material-symbols-icon[data-size="52"]{display:inline-block;height:3.25rem}.material-symbols-icon[data-size="52"]>svg{height:3.25rem;vertical-align:top;width:3.25rem}.material-symbols-icon[data-size="54"]{display:inline-block;height:3.375rem}.material-symbols-icon[data-size="54"]>svg{height:3.375rem;vertical-align:top;width:3.375rem}.material-symbols-icon[data-size="56"]{display:inline-block;height:3.5rem}.material-symbols-icon[data-size="56"]>svg{height:3.5rem;vertical-align:top;width:3.5rem}.material-symbols-icon[data-size="58"]{display:inline-block;height:3.625rem}.material-symbols-icon[data-size="58"]>svg{height:3.625rem;vertical-align:top;width:3.625rem}.material-symbols-icon[data-size="60"]{display:inline-block;height:3.75rem}.material-symbols-icon[data-size="60"]>svg{height:3.75rem;vertical-align:top;width:3.75rem}.material-symbols-icon[data-size="62"]{display:inline-block;height:3.875rem}.material-symbols-icon[data-size="62"]>svg{height:3.875rem;vertical-align:top;width:3.875rem}.material-symbols-icon[data-size="64"]{display:inline-block;height:4rem}.material-symbols-icon[data-size="64"]>svg{height:4rem;vertical-align:top;width:4rem}.material-symbols-icon[data-size="66"]{display:inline-block;height:4.125rem}.material-symbols-icon[data-size="66"]>svg{height:4.125rem;vertical-align:top;width:4.125rem}.material-symbols-icon[data-size="68"]{display:inline-block;height:4.25rem}.material-symbols-icon[data-size="68"]>svg{height:4.25rem;vertical-align:top;width:4.25rem}.material-symbols-icon[data-size="70"]{display:inline-block;height:4.375rem}.material-symbols-icon[data-size="70"]>svg{height:4.375rem;vertical-align:top;width:4.375rem}.material-symbols-icon[data-size="72"]{display:inline-block;height:4.5rem}.material-symbols-icon[data-size="72"]>svg{height:4.5rem;vertical-align:top;width:4.5rem}.material-symbols-icon[data-size="74"]{display:inline-block;height:4.625rem}.material-symbols-icon[data-size="74"]>svg{height:4.625rem;vertical-align:top;width:4.625rem}.material-symbols-icon[data-size="76"]{display:inline-block;height:4.75rem}.material-symbols-icon[data-size="76"]>svg{height:4.75rem;vertical-align:top;width:4.75rem}.material-symbols-icon[data-size="78"]{display:inline-block;height:4.875rem}.material-symbols-icon[data-size="78"]>svg{height:4.875rem;vertical-align:top;width:4.875rem}.material-symbols-icon[data-size="80"]{display:inline-block;height:5rem}.material-symbols-icon[data-size="80"]>svg{height:5rem;vertical-align:top;width:5rem}.material-symbols-icon[data-size="82"]{display:inline-block;height:5.125rem}.material-symbols-icon[data-size="82"]>svg{height:5.125rem;vertical-align:top;width:5.125rem}.material-symbols-icon[data-size="84"]{display:inline-block;height:5.25rem}.material-symbols-icon[data-size="84"]>svg{height:5.25rem;vertical-align:top;width:5.25rem}.material-symbols-icon[data-size="86"]{display:inline-block;height:5.375rem}.material-symbols-icon[data-size="86"]>svg{height:5.375rem;vertical-align:top;width:5.375rem}.material-symbols-icon[data-size="88"]{display:inline-block;height:5.5rem}.material-symbols-icon[data-size="88"]>svg{height:5.5rem;vertical-align:top;width:5.5rem}.material-symbols-icon[data-size="90"]{display:inline-block;height:5.625rem}.material-symbols-icon[data-size="90"]>svg{height:5.625rem;vertical-align:top;width:5.625rem}.material-symbols-icon[data-size="92"]{display:inline-block;height:5.75rem}.material-symbols-icon[data-size="92"]>svg{height:5.75rem;vertical-align:top;width:5.75rem}.material-symbols-icon[data-size="94"]{display:inline-block;height:5.875rem}.material-symbols-icon[data-size="94"]>svg{height:5.875rem;vertical-align:top;width:5.875rem}.small-cta .wp-block-button__link,.header__btns .header__button .wp-block-button__link,.wp-block-button.is-style-secondary .wp-block-button__link,.sidebar--posts .sidebar-cta__button,.header__btns .header__button:nth-child(2) .wp-block-button__link,.wp-block-button.is-style-light .wp-block-button__link,.wp-block-button.is-style-outline .wp-block-button__link,.sidebar--posts .wp-block-button__link:not(.sidebar-cta .wp-block-button__link,.single-jobs .sidebar-cta .wp-block-button__link),.search-form .search-submit,.wp-block-button__link,input.ninja-forms-field[type=button],.nf-field-element input.ninja-forms-field[type=submit],.nf-fu-fileinput-button,.theme-button{border-style:solid;border-width:1px;border-color:var(--palettecolor-1, #3983b4);box-shadow:none;cursor:pointer;border-radius:50rem;font-family:"lustria",serif;font-weight:400;letter-spacing:0;line-height:1.5;padding:0.75rem 2rem;text-align:center;text-decoration:none;text-wrap-mode:nowrap;transition:all .2s ease-in-out;position:relative;width:fit-content;z-index:1;font-size:1rem}.header__btns .header__button .wp-block-button__link:hover,.wp-block-button.is-style-secondary .wp-block-button__link:hover,.sidebar--posts .sidebar-cta__button:hover,.wp-block-button.is-style-light .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:hover,.sidebar--posts .wp-block-button__link:hover:not(.sidebar-cta .wp-block-button__link,.single-jobs .sidebar-cta .wp-block-button__link),.search-form .search-submit:hover,.wp-block-button__link:hover,input.ninja-forms-field[type=button]:hover,.nf-field-element input.ninja-forms-field[type=submit]:hover,.nf-fu-fileinput-button:hover,.theme-button:hover{box-shadow:0 0 26px 0 var(--palettecolor-1, #3983b4);color:#fff}.sidebar--posts .has-text-color.has-palettecolor-1-color.sidebar-cta__button,.header__btns .header__button:nth-child(2) .has-text-color.has-palettecolor-1-color.wp-block-button__link,.sidebar--posts .has-text-color.has-palettecolor-1-color.wp-block-button__link:not(.sidebar-cta .wp-block-button__link,.single-jobs .sidebar-cta .wp-block-button__link),.search-form .has-text-color.has-palettecolor-1-color.search-submit,.has-text-color.has-palettecolor-1-color.wp-block-button__link,input.has-text-color.has-palettecolor-1-color.ninja-forms-field[type=button],.nf-field-element input.has-text-color.has-palettecolor-1-color.ninja-forms-field[type=submit],.has-text-color.has-palettecolor-1-color.nf-fu-fileinput-button,.has-text-color.has-palettecolor-1-color.theme-button{color:#fff;background-color:var(--palettecolor-1);border-color:var(--palettecolor-1)}.sidebar--posts .has-text-color.has-palettecolor-1-color.sidebar-cta__button:hover,.sidebar--posts .has-text-color.has-palettecolor-1-color.wp-block-button__link:hover:not(.sidebar-cta .wp-block-button__link,.single-jobs .sidebar-cta .wp-block-button__link),.search-form .has-text-color.has-palettecolor-1-color.search-submit:hover,.has-text-color.has-palettecolor-1-color.wp-block-button__link:hover,input.has-text-color.has-palettecolor-1-color.ninja-forms-field[type=button]:hover,.nf-field-element input.has-text-color.has-palettecolor-1-color.ninja-forms-field[type=submit]:hover,.has-text-color.has-palettecolor-1-color.nf-fu-fileinput-button:hover,.has-text-color.has-palettecolor-1-color.theme-button:hover{background-color:rgba(0,0,0,0);color:var(--palettecolor-1)}.sidebar--posts .has-text-color.has-palettecolor-2-color.sidebar-cta__button,.header__btns .header__button:nth-child(2) .has-text-color.has-palettecolor-2-color.wp-block-button__link,.sidebar--posts .has-text-color.has-palettecolor-2-color.wp-block-button__link:not(.sidebar-cta .wp-block-button__link,.single-jobs .sidebar-cta .wp-block-button__link),.search-form .has-text-color.has-palettecolor-2-color.search-submit,.has-text-color.has-palettecolor-2-color.wp-block-button__link,input.has-text-color.has-palettecolor-2-color.ninja-forms-field[type=button],.nf-field-element input.has-text-color.has-palettecolor-2-color.ninja-forms-field[type=submit],.has-text-color.has-palettecolor-2-color.nf-fu-fileinput-button,.has-text-color.has-palettecolor-2-color.theme-button{color:#fff;background-color:var(--palettecolor-2);border-color:var(--palettecolor-2)}.sidebar--posts .has-text-color.has-palettecolor-2-color.sidebar-cta__button:hover,.sidebar--posts .has-text-color.has-palettecolor-2-color.wp-block-button__link:hover:not(.sidebar-cta .wp-block-button__link,.single-jobs .sidebar-cta .wp-block-button__link),.search-form .has-text-color.has-palettecolor-2-color.search-submit:hover,.has-text-color.has-palettecolor-2-color.wp-block-button__link:hover,input.has-text-color.has-palettecolor-2-color.ninja-forms-field[type=button]:hover,.nf-field-element input.has-text-color.has-palettecolor-2-color.ninja-forms-field[type=submit]:hover,.has-text-color.has-palettecolor-2-color.nf-fu-fileinput-button:hover,.has-text-color.has-palettecolor-2-color.theme-button:hover{background-color:rgba(0,0,0,0);color:var(--palettecolor-2)}.sidebar--posts .has-text-color.has-palettecolor-3-color.sidebar-cta__button,.header__btns .header__button:nth-child(2) .has-text-color.has-palettecolor-3-color.wp-block-button__link,.sidebar--posts .has-text-color.has-palettecolor-3-color.wp-block-button__link:not(.sidebar-cta .wp-block-button__link,.single-jobs .sidebar-cta .wp-block-button__link),.search-form .has-text-color.has-palettecolor-3-color.search-submit,.has-text-color.has-palettecolor-3-color.wp-block-button__link,input.has-text-color.has-palettecolor-3-color.ninja-forms-field[type=button],.nf-field-element input.has-text-color.has-palettecolor-3-color.ninja-forms-field[type=submit],.has-text-color.has-palettecolor-3-color.nf-fu-fileinput-button,.has-text-color.has-palettecolor-3-color.theme-button{color:#fff;background-color:var(--palettecolor-3);border-color:var(--palettecolor-3)}.sidebar--posts .has-text-color.has-palettecolor-3-color.sidebar-cta__button:hover,.sidebar--posts .has-text-color.has-palettecolor-3-color.wp-block-button__link:hover:not(.sidebar-cta .wp-block-button__link,.single-jobs .sidebar-cta .wp-block-button__link),.search-form .has-text-color.has-palettecolor-3-color.search-submit:hover,.has-text-color.has-palettecolor-3-color.wp-block-button__link:hover,input.has-text-color.has-palettecolor-3-color.ninja-forms-field[type=button]:hover,.nf-field-element input.has-text-color.has-palettecolor-3-color.ninja-forms-field[type=submit]:hover,.has-text-color.has-palettecolor-3-color.nf-fu-fileinput-button:hover,.has-text-color.has-palettecolor-3-color.theme-button:hover{background-color:rgba(0,0,0,0);color:var(--palettecolor-3)}.sidebar--posts .has-text-color.has-palettecolor-4-color.sidebar-cta__button,.header__btns .header__button:nth-child(2) .has-text-color.has-palettecolor-4-color.wp-block-button__link,.sidebar--posts .has-text-color.has-palettecolor-4-color.wp-block-button__link:not(.sidebar-cta .wp-block-button__link,.single-jobs .sidebar-cta .wp-block-button__link),.search-form .has-text-color.has-palettecolor-4-color.search-submit,.has-text-color.has-palettecolor-4-color.wp-block-button__link,input.has-text-color.has-palettecolor-4-color.ninja-forms-field[type=button],.nf-field-element input.has-text-color.has-palettecolor-4-color.ninja-forms-field[type=submit],.has-text-color.has-palettecolor-4-color.nf-fu-fileinput-button,.has-text-color.has-palettecolor-4-color.theme-button{color:#fff;background-color:var(--palettecolor-4);border-color:var(--palettecolor-4)}.sidebar--posts .has-text-color.has-palettecolor-4-color.sidebar-cta__button:hover,.sidebar--posts .has-text-color.has-palettecolor-4-color.wp-block-button__link:hover:not(.sidebar-cta .wp-block-button__link,.single-jobs .sidebar-cta .wp-block-button__link),.search-form .has-text-color.has-palettecolor-4-color.search-submit:hover,.has-text-color.has-palettecolor-4-color.wp-block-button__link:hover,input.has-text-color.has-palettecolor-4-color.ninja-forms-field[type=button]:hover,.nf-field-element input.has-text-color.has-palettecolor-4-color.ninja-forms-field[type=submit]:hover,.has-text-color.has-palettecolor-4-color.nf-fu-fileinput-button:hover,.has-text-color.has-palettecolor-4-color.theme-button:hover{background-color:rgba(0,0,0,0);color:var(--palettecolor-4)}.sidebar--posts .has-text-color.has-palettecolor-5-color.sidebar-cta__button,.header__btns .header__button:nth-child(2) .has-text-color.has-palettecolor-5-color.wp-block-button__link,.sidebar--posts .has-text-color.has-palettecolor-5-color.wp-block-button__link:not(.sidebar-cta .wp-block-button__link,.single-jobs .sidebar-cta .wp-block-button__link),.search-form .has-text-color.has-palettecolor-5-color.search-submit,.has-text-color.has-palettecolor-5-color.wp-block-button__link,input.has-text-color.has-palettecolor-5-color.ninja-forms-field[type=button],.nf-field-element input.has-text-color.has-palettecolor-5-color.ninja-forms-field[type=submit],.has-text-color.has-palettecolor-5-color.nf-fu-fileinput-button,.has-text-color.has-palettecolor-5-color.theme-button{color:#fff;background-color:var(--palettecolor-5);border-color:var(--palettecolor-5)}.sidebar--posts .has-text-color.has-palettecolor-5-color.sidebar-cta__button:hover,.sidebar--posts .has-text-color.has-palettecolor-5-color.wp-block-button__link:hover:not(.sidebar-cta .wp-block-button__link,.single-jobs .sidebar-cta .wp-block-button__link),.search-form .has-text-color.has-palettecolor-5-color.search-submit:hover,.has-text-color.has-palettecolor-5-color.wp-block-button__link:hover,input.has-text-color.has-palettecolor-5-color.ninja-forms-field[type=button]:hover,.nf-field-element input.has-text-color.has-palettecolor-5-color.ninja-forms-field[type=submit]:hover,.has-text-color.has-palettecolor-5-color.nf-fu-fileinput-button:hover,.has-text-color.has-palettecolor-5-color.theme-button:hover{background-color:rgba(0,0,0,0);color:var(--palettecolor-5)}.sidebar--posts .has-text-color.has-palettecolor-6-color.sidebar-cta__button,.header__btns .header__button:nth-child(2) .has-text-color.has-palettecolor-6-color.wp-block-button__link,.sidebar--posts .has-text-color.has-palettecolor-6-color.wp-block-button__link:not(.sidebar-cta .wp-block-button__link,.single-jobs .sidebar-cta .wp-block-button__link),.search-form .has-text-color.has-palettecolor-6-color.search-submit,.has-text-color.has-palettecolor-6-color.wp-block-button__link,input.has-text-color.has-palettecolor-6-color.ninja-forms-field[type=button],.nf-field-element input.has-text-color.has-palettecolor-6-color.ninja-forms-field[type=submit],.has-text-color.has-palettecolor-6-color.nf-fu-fileinput-button,.has-text-color.has-palettecolor-6-color.theme-button{color:#fff;background-color:var(--palettecolor-6);border-color:var(--palettecolor-6)}.sidebar--posts .has-text-color.has-palettecolor-6-color.sidebar-cta__button:hover,.sidebar--posts .has-text-color.has-palettecolor-6-color.wp-block-button__link:hover:not(.sidebar-cta .wp-block-button__link,.single-jobs .sidebar-cta .wp-block-button__link),.search-form .has-text-color.has-palettecolor-6-color.search-submit:hover,.has-text-color.has-palettecolor-6-color.wp-block-button__link:hover,input.has-text-color.has-palettecolor-6-color.ninja-forms-field[type=button]:hover,.nf-field-element input.has-text-color.has-palettecolor-6-color.ninja-forms-field[type=submit]:hover,.has-text-color.has-palettecolor-6-color.nf-fu-fileinput-button:hover,.has-text-color.has-palettecolor-6-color.theme-button:hover{background-color:rgba(0,0,0,0);color:var(--palettecolor-6)}.arrow-link{display:flex;align-items:center;color:var(--headings-color-1, #242424);font-family:"lustria",serif;font-weight:400;line-height:1.5;transition:all .3s ease-in-out;text-decoration:none;font-size:1rem;gap:var(--padding-xxs, 0.5rem)}@media screen and (min-width: 62rem){.arrow-link{gap:var(--padding-xxs, 0.5rem)}}.arrow-link .material-symbols-icon{display:inline-flex}.arrow-link .material-symbols-icon svg{fill:currentColor;transition:all .3s ease-in-out}.arrow-link:hover .arrow-link__icon svg,.arrow-link:hover .material-symbols-icon svg{transform:translateX(5px)}.sidebar--posts .wp-block-button__link:not(.sidebar-cta .wp-block-button__link,.single-jobs .sidebar-cta .wp-block-button__link),.search-form .search-submit,.wp-block-button__link,input.ninja-forms-field[type=button],.nf-field-element input.ninja-forms-field[type=submit],.nf-fu-fileinput-button,.theme-button{background:var(--palettecolor-1, #3983b4);border-color:var(--palettecolor-1, #3983b4);color:#fff;position:relative}.sidebar--posts .wp-block-button__link:hover:not(.sidebar-cta .wp-block-button__link,.single-jobs .sidebar-cta .wp-block-button__link),.search-form .search-submit:hover,.wp-block-button__link:hover,input.ninja-forms-field[type=button]:hover,.nf-field-element input.ninja-forms-field[type=submit]:hover,.nf-fu-fileinput-button:hover,.theme-button:hover,.sidebar--posts .wp-block-button__link:active:not(.sidebar-cta .wp-block-button__link,.single-jobs .sidebar-cta .wp-block-button__link),.search-form .search-submit:active,.wp-block-button__link:active,input.ninja-forms-field[type=button]:active,.nf-field-element input.ninja-forms-field[type=submit]:active,.nf-fu-fileinput-button:active,.theme-button:active{background-color:var(--palettecolor-4, #102542);border-color:var(--palettecolor-4, #102542)}.sidebar--posts .sidebar-cta__button,.header__btns .header__button:nth-child(2) .wp-block-button__link,.wp-block-button.is-style-light .wp-block-button__link,.wp-block-button.is-style-outline .wp-block-button__link{background:rgba(0,0,0,0);border-color:var(--palettecolor-1, #3983b4);color:var(--palettecolor-1, #3983b4)}.small-cta .wp-block-button__link,.header__btns .header__button .wp-block-button__link,.wp-block-button.is-style-secondary .wp-block-button__link{align-items:center;background:#fff;color:var(--text-color, #433e3f) !important;display:inline-flex;justify-content:space-between;padding:0.3125rem 0.3125rem 0.3125rem 1.5rem;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1) !important;width:fit-content;border:none;position:relative;z-index:1}.small-cta .wp-block-button__link::before,.header__btns .header__button .wp-block-button__link::before,.wp-block-button.is-style-secondary .wp-block-button__link::before{content:"";position:absolute;inset:0;border-radius:50rem;padding:2px;background:var(--palettecolor-1, #3983b4);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;z-index:-1;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1)}.small-cta .wp-block-button__link::after,.header__btns .header__button .wp-block-button__link::after,.wp-block-button.is-style-secondary .wp-block-button__link::after{content:"";width:2.375rem;height:2.375rem;margin-left:1rem;background-color:var(--palettecolor-1, #3983b4);background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2715%27 height=%2715%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M5 12h14m-7-7l7 7-7 7%27 stroke=%27%23fff%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");border-radius:50%;background-repeat:no-repeat;background-position:center;background-size:1.375rem 1.375rem;flex-shrink:0;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1)}.small-cta .wp-block-button__link:hover,.header__btns .header__button .wp-block-button__link:hover,.wp-block-button.is-style-secondary .wp-block-button__link:hover{background:var(--palettecolor-4, #102542);color:#fff !important}.small-cta .wp-block-button__link:hover::before,.header__btns .header__button .wp-block-button__link:hover::before,.wp-block-button.is-style-secondary .wp-block-button__link:hover::before{background:linear-gradient(to right, var(--palettecolor-1, #3983b4), var(--palettecolor-4, #102542))}.small-cta .wp-block-button__link:hover::after,.header__btns .header__button .wp-block-button__link:hover::after,.wp-block-button.is-style-secondary .wp-block-button__link:hover::after{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2715%27 height=%2715%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M5 12h14m-7-7l7 7-7 7%27 stroke=%27%23102542%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")}.small-cta .wp-block-button__link:active,.header__btns .header__button .wp-block-button__link:active,.wp-block-button.is-style-secondary .wp-block-button__link:active{transform:translateY(0);box-shadow:0 0 26px 0 var(--palettecolor-4, #102542)}@media(min-width: 0){.wp-block-buttons.is-content-justification-right{justify-content:flex-start}}@media(min-width: 782px){.wp-block-buttons.is-content-justification-right{justify-content:flex-end}}.wp-block-button{display:flex;align-items:center}.wp-block-button.is-style-outline .wp-block-button__link.has-text-color:hover{color:#fff}.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-text-color.has-palettecolor-1-color{color:var(--palettecolor-1);border-color:var(--palettecolor-1)}.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-text-color.has-palettecolor-1-color:hover{background-color:var(--palettecolor-1);color:#fff}.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-text-color.has-palettecolor-2-color{color:var(--palettecolor-2);border-color:var(--palettecolor-2)}.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-text-color.has-palettecolor-2-color:hover{background-color:var(--palettecolor-2);color:#fff}.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-text-color.has-palettecolor-3-color{color:var(--palettecolor-3);border-color:var(--palettecolor-3)}.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-text-color.has-palettecolor-3-color:hover{background-color:var(--palettecolor-3);color:#fff}.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-text-color.has-palettecolor-4-color{color:var(--palettecolor-4);border-color:var(--palettecolor-4)}.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-text-color.has-palettecolor-4-color:hover{background-color:var(--palettecolor-4);color:#fff}.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-text-color.has-palettecolor-5-color{color:var(--palettecolor-5);border-color:var(--palettecolor-5)}.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-text-color.has-palettecolor-5-color:hover{background-color:var(--palettecolor-5);color:#fff}.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-text-color.has-palettecolor-6-color{color:var(--palettecolor-6);border-color:var(--palettecolor-6)}.wp-block-button.is-style-outline .wp-block-button__link.has-text-color.has-text-color.has-palettecolor-6-color:hover{background-color:var(--palettecolor-6);color:#fff}.wp-block-button.is-style-light .wp-block-button__link{color:#fff;border-color:#fff}.to-top{background:rgba(var(--dark-background-1, #191919), 0.1);position:fixed;right:0;bottom:5rem;width:2.875rem;height:2.5rem;z-index:99999}@media screen and (min-width: 75rem){.to-top{bottom:12.5rem}}.to-top:not(:hover){color:var(--palettecolor-1, #3983b4)}.to-top.hide{pointer-events:none;opacity:0}.to-top svg{height:auto;width:100%}.has-palettecolor-1-color,.has-palettecolor-1-text-color{color:var(--palettecolor-1)}.has-palettecolor-1-text-hover-color:hover{color:var(--palettecolor-1)}.has-palettecolor-1-background-color{background-color:var(--palettecolor-1)}.swiper.has-navigation-color.has-palettecolor-1-navigation-color{--swiper-pagination-color: var(--palettecolor-1, $palettecolor-3)}.has-palettecolor-2-color,.has-palettecolor-2-text-color{color:var(--palettecolor-2)}.has-palettecolor-2-text-hover-color:hover{color:var(--palettecolor-2)}.has-palettecolor-2-background-color{background-color:var(--palettecolor-2)}.swiper.has-navigation-color.has-palettecolor-2-navigation-color{--swiper-pagination-color: var(--palettecolor-2, $palettecolor-3)}.has-palettecolor-3-color,.has-palettecolor-3-text-color{color:var(--palettecolor-3)}.has-palettecolor-3-text-hover-color:hover{color:var(--palettecolor-3)}.has-palettecolor-3-background-color{background-color:var(--palettecolor-3)}.swiper.has-navigation-color.has-palettecolor-3-navigation-color{--swiper-pagination-color: var(--palettecolor-3, $palettecolor-3)}.has-palettecolor-4-color,.has-palettecolor-4-text-color{color:var(--palettecolor-4)}.has-palettecolor-4-text-hover-color:hover{color:var(--palettecolor-4)}.has-palettecolor-4-background-color{background-color:var(--palettecolor-4)}.swiper.has-navigation-color.has-palettecolor-4-navigation-color{--swiper-pagination-color: var(--palettecolor-4, $palettecolor-3)}.has-palettecolor-5-color,.has-palettecolor-5-text-color{color:var(--palettecolor-5)}.has-palettecolor-5-text-hover-color:hover{color:var(--palettecolor-5)}.has-palettecolor-5-background-color{background-color:var(--palettecolor-5)}.swiper.has-navigation-color.has-palettecolor-5-navigation-color{--swiper-pagination-color: var(--palettecolor-5, $palettecolor-3)}.has-palettecolor-6-color,.has-palettecolor-6-text-color{color:var(--palettecolor-6)}.has-palettecolor-6-text-hover-color:hover{color:var(--palettecolor-6)}.has-palettecolor-6-background-color{background-color:var(--palettecolor-6)}.swiper.has-navigation-color.has-palettecolor-6-navigation-color{--swiper-pagination-color: var(--palettecolor-6, $palettecolor-3)}.has-palettecolor-7-color,.has-palettecolor-7-text-color{color:var(--palettecolor-7)}.has-palettecolor-7-text-hover-color:hover{color:var(--palettecolor-7)}.has-palettecolor-7-background-color{background-color:var(--palettecolor-7)}.swiper.has-navigation-color.has-palettecolor-7-navigation-color{--swiper-pagination-color: var(--palettecolor-7, $palettecolor-3)}.has-text-color-white{color:#fff !important}.has-background-color-white{background:#fff !important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:18px}h1:not(.has-text-color),h2:not(.has-text-color),h3:not(.has-text-color),h4:not(.has-text-color),h5:not(.has-text-color),h6:not(.has-text-color){color:var(--dark-background-1, #191919)}h1:has(+.wpmb-spacing),h2:has(+.wpmb-spacing),h3:has(+.wpmb-spacing),h4:has(+.wpmb-spacing),h5:has(+.wpmb-spacing),h6:has(+.wpmb-spacing){margin-bottom:0}a{color:var(--links-color, #102542);transition:all .3s ease-out;text-decoration:none}a:hover{color:var(--palettecolor-6, #7b138b)}.entry-title a{color:var(--palettecolor-1);text-decoration:none}img{max-width:100%;height:auto}p{color:var(--text-color, #433e3f);margin-block-end:0}p:not(:last-child,.wp-block-group.is-nowrap p,.wp-block-group-is-layout-flex p){margin-bottom:18px}p:has(+.wpmb-spacing){margin-bottom:0 !important}li:not(#tinymce li),table:not(#tinymce table){color:var(--text-color, #433e3f)}body:not(#tinymce) ::selection{color:#fff;background-color:var(--dark-background-2, #102542);font-size:--has-paragraph-font-size 1rem}@media screen and (min-width: 48rem){body:not(#tinymce) ::selection{font-size:--has-paragraph-font-size 1.0625rem}}svg{fill:currentcolor}.wp-block-columns.alignwide .wp-block-columns.alignwide,.wp-block-columns.alignfull .wp-block-columns.alignwide,.is-layout-constrained.alignwide .wp-block-columns.alignwide,.is-layout-constrained.alignfull .wp-block-columns.alignwide,.wp-block-columns.alignwide .wp-block-columns:not(.alignwide,.alignfull),.wp-block-columns.alignfull .wp-block-columns:not(.alignwide,.alignfull),.is-layout-constrained.alignwide .wp-block-columns:not(.alignwide,.alignfull),.is-layout-constrained.alignfull .wp-block-columns:not(.alignwide,.alignfull),[class*=__container]:not(.components-input-control__container),.is-root-container>.wp-block:not([data-align=full]),.main-content>*:not(.alignfull),.global-section:not(.wp-block .global-section)>*:not(.alignfull){padding-left:1.25rem}@media screen and (min-width: 62rem){.wp-block-columns.alignwide .wp-block-columns.alignwide,.wp-block-columns.alignfull .wp-block-columns.alignwide,.is-layout-constrained.alignwide .wp-block-columns.alignwide,.is-layout-constrained.alignfull .wp-block-columns.alignwide,.wp-block-columns.alignwide .wp-block-columns:not(.alignwide,.alignfull),.wp-block-columns.alignfull .wp-block-columns:not(.alignwide,.alignfull),.is-layout-constrained.alignwide .wp-block-columns:not(.alignwide,.alignfull),.is-layout-constrained.alignfull .wp-block-columns:not(.alignwide,.alignfull),[class*=__container]:not(.components-input-control__container),.is-root-container>.wp-block:not([data-align=full]),.main-content>*:not(.alignfull),.global-section:not(.wp-block .global-section)>*:not(.alignfull){padding-left:4.375rem}}.wp-block-columns.alignwide .wp-block-columns.alignwide,.wp-block-columns.alignfull .wp-block-columns.alignwide,.is-layout-constrained.alignwide .wp-block-columns.alignwide,.is-layout-constrained.alignfull .wp-block-columns.alignwide,.wp-block-columns.alignwide .wp-block-columns:not(.alignwide,.alignfull),.wp-block-columns.alignfull .wp-block-columns:not(.alignwide,.alignfull),.is-layout-constrained.alignwide .wp-block-columns:not(.alignwide,.alignfull),.is-layout-constrained.alignfull .wp-block-columns:not(.alignwide,.alignfull),[class*=__container]:not(.components-input-control__container),.is-root-container>.wp-block:not([data-align=full]),.main-content>*:not(.alignfull),.global-section:not(.wp-block .global-section)>*:not(.alignfull){padding-right:1.25rem}@media screen and (min-width: 62rem){.wp-block-columns.alignwide .wp-block-columns.alignwide,.wp-block-columns.alignfull .wp-block-columns.alignwide,.is-layout-constrained.alignwide .wp-block-columns.alignwide,.is-layout-constrained.alignfull .wp-block-columns.alignwide,.wp-block-columns.alignwide .wp-block-columns:not(.alignwide,.alignfull),.wp-block-columns.alignfull .wp-block-columns:not(.alignwide,.alignfull),.is-layout-constrained.alignwide .wp-block-columns:not(.alignwide,.alignfull),.is-layout-constrained.alignfull .wp-block-columns:not(.alignwide,.alignfull),[class*=__container]:not(.components-input-control__container),.is-root-container>.wp-block:not([data-align=full]),.main-content>*:not(.alignfull),.global-section:not(.wp-block .global-section)>*:not(.alignfull){padding-right:4.375rem}}*{box-sizing:border-box;scroll-padding-top:2rem}.home .main-content{padding-top:var(--padding-xxs, 0.5rem)}@media screen and (min-width: 62rem){.home .main-content{padding-top:var(--padding-xxs, 0.5rem)}}.wp-singular:not(.page) .main-content,.page-template-veteran-eoe-template .main-content{padding-top:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.wp-singular:not(.page) .main-content,.page-template-veteran-eoe-template .main-content{padding-top:var(--padding-md, 2rem)}}.page-template-veteran-eoe-template .main-content .content-block:not(.application-form--below){margin-bottom:var(--padding-xl, 2.5rem)}@media screen and (min-width: 62rem){.page-template-veteran-eoe-template .main-content .content-block:not(.application-form--below){margin-bottom:var(--padding-xl, 4rem)}}.page-template-veteran-eoe-template .main-content .content-block:not(.application-form--above){margin-top:var(--padding-xl, 2.5rem)}@media screen and (min-width: 62rem){.page-template-veteran-eoe-template .main-content .content-block:not(.application-form--above){margin-top:var(--padding-xl, 4rem)}}.page-template-page-legal .main-content{padding-top:var(--padding-lg, 2rem)}@media screen and (min-width: 62rem){.page-template-page-legal .main-content{padding-top:var(--padding-lg, 3rem)}}.main-content>*,.global-section:not(.wp-block .global-section)>*{margin-left:auto;margin-right:auto;max-width:100%;z-index:9}@media screen and (min-width: 62rem){.main-content>*,.global-section:not(.wp-block .global-section)>*{max-width:min(66.25rem,100%)}}@media screen and (min-width: 75rem){.main-content>*,.global-section:not(.wp-block .global-section)>*{box-sizing:content-box}}.main-content>*.alignfull,.global-section:not(.wp-block .global-section)>*.alignfull{box-sizing:border-box;max-width:100vw}.main-content>*.alignwide,.global-section:not(.wp-block .global-section)>*.alignwide{box-sizing:border-box}@media screen and (min-width: 62rem){.main-content>*.alignwide,.global-section:not(.wp-block .global-section)>*.alignwide{max-width:min(88.75rem,100%)}}.main-content>*.alignnarrow,.main-content .alignnarrow,.global-section:not(.wp-block .global-section)>*.alignnarrow,.global-section:not(.wp-block .global-section) .alignnarrow{box-sizing:content-box}@media screen and (min-width: 62rem){.main-content>*.alignnarrow,.main-content .alignnarrow,.global-section:not(.wp-block .global-section)>*.alignnarrow,.global-section:not(.wp-block .global-section) .alignnarrow{margin-inline:auto;max-width:min(66.25rem,100%)}}.is-root-container>.wp-block:not([data-align=wide],[data-align=full],[data-type="acf/hero-home"],[data-type="acf/logos-gallery"]){max-width:min(66.25rem,100%)}.is-root-container>.wp-block[data-type="acf/hero-home"],.is-root-container>.wp-block[data-type="acf/logos-gallery"]{max-width:min(88.75rem,100%)}@media screen and (min-width: 62rem){[class*=__container]:not(.components-input-control__container){max-width:min(88.75rem,100%)}}[class*=__container]:not(.components-input-control__container){margin-left:auto;margin-right:auto}.wp-block-columns,.is-layout-constrained{margin-bottom:0}.wp-block-columns.alignwide .wp-block-columns:not(.alignwide,.alignfull),.wp-block-columns.alignfull .wp-block-columns:not(.alignwide,.alignfull),.is-layout-constrained.alignwide .wp-block-columns:not(.alignwide,.alignfull),.is-layout-constrained.alignfull .wp-block-columns:not(.alignwide,.alignfull){margin-inline:auto;max-width:min(66.25rem,100%)}.wp-block-columns.alignwide .wp-block-columns.alignwide,.wp-block-columns.alignfull .wp-block-columns.alignwide,.is-layout-constrained.alignwide .wp-block-columns.alignwide,.is-layout-constrained.alignfull .wp-block-columns.alignwide{margin-inline:auto;max-width:min(88.75rem,100%)}.wp-block-cover__inner-container .wp-block-columns.alignwide{max-width:min(88.75rem,100%);margin-left:auto;margin-right:auto}.wp-block-cover__inner-container .wp-block-columns:not(.alignwide,.alignfull){max-width:min(66.25rem,100%);margin-left:auto;margin-right:auto}.wp-block-table table{display:inline-table;border:0.0625rem solid var(--palettecolor-1, #3983b4);overflow:hidden;border-radius:0.9375rem;border-spacing:0;border-collapse:separate}.wp-block-table td,.wp-block-table th{border-right:0.0625rem solid var(--palettecolor-1, #3983b4);border-left:0;border-top:0;border-bottom:0.0625rem solid var(--palettecolor-1, #3983b4);min-width:6.25rem}.wp-block-table td:last-child,.wp-block-table th:last-child{border-right:0}.wp-block-table tr:last-child td{border-bottom:0}.wp-block-table thead{border-bottom:inherit}html:not(#tinymce),body:not(#tinymce){height:auto;min-height:100vh;overflow-x:hidden}html{scroll-behavior:smooth}.hidden{display:none !important}body .is-layout-flow>*+*{margin-block-start:0}body:not(#tinymce,.login){display:flex;flex-direction:column;margin:0;overflow-x:hidden;background-image:var(--background-image, none);background-color:var(--color-background-2, #fffbf2)}body:not(#tinymce,.login) .main-content,body:not(#tinymce,.login) .header,body:not(#tinymce,.login) .footer{flex-shrink:0}body:not(#tinymce,.login) .main-content{flex-grow:1}.archive-header{padding-top:2.1875rem}.archive-body,.post-body,.single-post__body{display:flex;gap:5.25rem;padding-block:var(--padding-xxl, 3.5rem)}@media screen and (min-width: 62rem){.archive-body,.post-body,.single-post__body{padding-block:var(--padding-xxl, 5.5rem)}}.archive-body.type-jobs,.post-body.type-jobs,.single-post__body.type-jobs{padding-bottom:var(--padding-xxxl, 4.5rem)}@media screen and (min-width: 62rem){.archive-body.type-jobs,.post-body.type-jobs,.single-post__body.type-jobs{padding-bottom:var(--padding-xxxl, 7.5rem)}}@media(min-width: 960px){.archive-body,.post-body,.single-post__body{flex-flow:row nowrap;gap:3.3125rem}}.archive-body .left-column,.post-body .left-column,.single-post__body .left-column{width:64%;flex:1 0 64%;display:flex;gap:1.625rem;flex-wrap:wrap}@media only screen and (max-width: 61.99375rem){.archive-body .left-column,.post-body .left-column,.single-post__body .left-column{width:100%;display:flex;gap:2.1875rem;flex-flow:row wrap}}.archive-body .left-column .archive__banner,.post-body .left-column .archive__banner,.single-post__body .left-column .archive__banner{width:100%;height:auto;padding:3.4375rem;border-radius:0.5rem;display:flex;flex-flow:column wrap;gap:1rem;background-color:#457b9d;background-size:cover;background-repeat:no-repeat;margin-bottom:1.5625rem}.archive-body .left-column .archive__banner .banner__btn,.post-body .left-column .archive__banner .banner__btn,.single-post__body .left-column .archive__banner .banner__btn{display:flex;padding:7px 15px;justify-content:center;align-items:center;border-radius:0.5rem;background:#dff5f6;width:8.4375rem;color:#457b9d;font-family:var(--font-family, Rubik, sans-serif);font-size:9px;font-style:normal;font-weight:400;letter-spacing:1.35px;text-transform:uppercase;margin-bottom:2.4375rem}.archive-body .left-column .archive__banner h2,.post-body .left-column .archive__banner h2,.single-post__body .left-column .archive__banner h2{color:#fff;font-family:var(--font-family, Rubik, sans-serif);font-size:1.4375rem;font-style:normal;font-weight:400}.archive-body .left-column .archive__banner .banner__text,.post-body .left-column .archive__banner .banner__text,.single-post__body .left-column .archive__banner .banner__text{color:#fff !important;font-family:var(--font-family, Rubik, sans-serif);font-style:normal;font-weight:300}.archive-body .side-bar,.post-body .side-bar,.single-post__body .side-bar{width:100%;display:flex;flex-direction:column;gap:2.1875rem;padding-left:1.5625rem}@media(min-width: 960px){.archive-body .side-bar,.post-body .side-bar,.single-post__body .side-bar{width:29%;flex-shrink:0;padding-left:3.125rem;border-left:1px solid #4c4c4c}}@media only screen and (max-width: 61.99375rem){.archive-body .side-bar,.post-body .side-bar,.single-post__body .side-bar{margin-bottom:3.125rem}}.archive-body .side-bar .sidebar__first,.post-body .side-bar .sidebar__first,.single-post__body .side-bar .sidebar__first{display:flex;flex-flow:wrap row;gap:1.25rem}.archive-body .side-bar .sidebar__first .sidebar__btn,.post-body .side-bar .sidebar__first .sidebar__btn,.single-post__body .side-bar .sidebar__first .sidebar__btn{border-radius:6.25rem;background:var(--dark-background-2, #102542);padding:0.75rem 2rem;color:#fff;text-align:center;font-family:var(--font-family, Rubik, sans-serif);font-size:0.875rem;font-weight:400;line-height:1.3125rem;text-decoration:none}.archive-body .side-bar .sidebar__share,.post-body .side-bar .sidebar__share,.single-post__body .side-bar .sidebar__share{display:flex;flex-flow:wrap row;gap:1.25rem}.archive-body .side-bar .sidebar__share i,.post-body .side-bar .sidebar__share i,.single-post__body .side-bar .sidebar__share i{color:#457b9d;width:1.375rem;height:1.375rem;font-size:1.375rem;margin-right:0.625rem}.archive-body .side-bar h4,.post-body .side-bar h4,.single-post__body .side-bar h4{margin-bottom:0rem}.archive-body .side-bar p,.post-body .side-bar p,.single-post__body .side-bar p{margin-bottom:0rem}.archive-body .side-bar p:last-child,.post-body .side-bar p:last-child,.single-post__body .side-bar p:last-child{margin-bottom:0}.archive-body .side-bar .quote,.post-body .side-bar .quote,.single-post__body .side-bar .quote{display:flex;flex-direction:row;gap:0.9375rem}.archive-body .side-bar .quote img,.post-body .side-bar .quote img,.single-post__body .side-bar .quote img{width:4.3125rem;height:4.3125rem;border:solid 0.3125rem #fff;border-radius:50%}.archive-body .side-bar .social-images-sidebar,.post-body .side-bar .social-images-sidebar,.single-post__body .side-bar .social-images-sidebar{display:flex;flex-flow:row wrap;column-gap:1.125rem;row-gap:1.25rem}.archive-body .side-bar .social-images-sidebar img,.post-body .side-bar .social-images-sidebar img,.single-post__body .side-bar .social-images-sidebar img{width:calc((100% - 1.125rem*2)/3);border-radius:0.9375rem}.archive-body .side-bar .categories-nav,.post-body .side-bar .categories-nav,.single-post__body .side-bar .categories-nav{padding-left:0;list-style-type:none;margin-bottom:0}.archive-body .side-bar .categories-nav li,.archive-body .side-bar .categories-nav a,.post-body .side-bar .categories-nav li,.post-body .side-bar .categories-nav a,.single-post__body .side-bar .categories-nav li,.single-post__body .side-bar .categories-nav a{line-height:1}.archive-body .side-bar .categories-nav li:not(:last-child),.post-body .side-bar .categories-nav li:not(:last-child),.single-post__body .side-bar .categories-nav li:not(:last-child){margin-bottom:1.125rem}.archive-body .side-bar .categories-nav .category,.post-body .side-bar .categories-nav .category,.single-post__body .side-bar .categories-nav .category{text-decoration:none;color:var(--text-color, #433e3f)}.wpmb-spacing--xxs{height:var(--padding-xxs, 0.5rem)}@media screen and (min-width: 62rem){.wpmb-spacing--xxs{height:var(--padding-xxs, 0.5rem)}}.wpmb-spacing--xs{height:var(--padding-xs, 1rem)}@media screen and (min-width: 62rem){.wpmb-spacing--xs{height:var(--padding-xs, 1rem)}}.wpmb-spacing--sm{height:var(--padding-sm, 1.25rem)}@media screen and (min-width: 62rem){.wpmb-spacing--sm{height:var(--padding-sm, 1.5rem)}}.wpmb-spacing--md{height:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.wpmb-spacing--md{height:var(--padding-md, 2rem)}}.wpmb-spacing--lg{height:var(--padding-lg, 2rem)}@media screen and (min-width: 62rem){.wpmb-spacing--lg{height:var(--padding-lg, 3rem)}}.wpmb-spacing--xl{height:var(--padding-xl, 2.5rem)}@media screen and (min-width: 62rem){.wpmb-spacing--xl{height:var(--padding-xl, 4rem)}}.wpmb-spacing--xxl{height:var(--padding-xxl, 3.5rem)}@media screen and (min-width: 62rem){.wpmb-spacing--xxl{height:var(--padding-xxl, 5.5rem)}}.wpmb-spacing--xxxl{height:var(--padding-xxxl, 4.5rem)}@media screen and (min-width: 62rem){.wpmb-spacing--xxxl{height:var(--padding-xxxl, 7.5rem)}}.notebook-visible,.tablet-visible,.mobile-visible{display:none}.desktop-visible{display:block}@media only screen and (max-width: 74.99375rem){.desktop-visible,.tablet-visible,.mobile-visible{display:none}.notebook-visible{display:block}}@media only screen and (max-width: 61.99375rem){.desktop-visible,.notebook-visible,.mobile-visible{display:none}.tablet-visible{display:block}}@media only screen and (max-width: 47.99375rem){.desktop-visible,.notebook-visible,.tablet-visible{display:none}.mobile-visible{display:block}}@media screen and (min-width: 75rem){.hide-desktop{display:none !important}}@media only screen and (min-width: 62rem)and (max-width: 74.99375rem){.hide-notebook{display:none !important}}@media only screen and (min-width: 48rem)and (max-width: 61.99375rem){.hide-tablet{display:none !important}}@media only screen and (min-width: 0rem)and (max-width: 47.99375rem){.hide-mobile{display:none !important}}.post-card{width:100%;border-radius:10px;box-shadow:0 3px 15px 0 rgba(0,0,0,.1);background:#fff;display:flex;flex-direction:column}@media(min-width: 782px){.post-card{width:47.7%}}.post-card .card-header .post-thumbnail{height:100%;width:100%;position:relative}.post-card .card-header .post-thumbnail img{height:100%;width:100%;object-fit:cover;border-radius:8px 8px 0 0}.post-card .category-tags{position:absolute;left:21px;bottom:18px}.post-card .category-tags ul{padding-left:0;list-style-type:none;margin:0;display:flex;flex-flow:wrap}.post-card .category-tags li{background-color:var(--palettecolor-4, #102542);padding:9px 19px 9px 23px;border-radius:20px;display:flex;align-items:center;margin-bottom:8px}.post-card .category-tags li:not(:last-child){margin-right:12px}.post-card .category-tags a{font-size:14px;font-weight:500;line-height:16px;letter-spacing:1.4px;color:#fff;text-transform:uppercase;text-decoration:none}.post-card .card-body{display:flex;flex-direction:column;gap:25px;padding:2.1875rem}.post-card .card-body .card-title{color:#4c4c4c;font-family:var(--font-family, Rubik, sans-serif);font-size:1.4375rem;font-style:normal;font-weight:400}.post-card .card-body .card-button{color:#232323;font-family:var(--font-family, Rubik, sans-serif);font-size:1rem;font-style:normal;font-weight:400}.post-card .card-body .has-blog-title-font-size{text-decoration:none;margin-bottom:16px;display:block}.post-card .card-body .post-excerpt{margin-bottom:0;color:#4c4c4c;font-family:var(--font-family, Rubik, sans-serif);font-size:1rem;font-style:normal;font-weight:300}.social-buttons{display:flex;flex-direction:row;gap:8px}.social-buttons a i{font-size:1.375rem;color:var(--links-color, #102542)}.social-links{display:flex;gap:0.625rem}.social-links a{align-self:center;display:flex;align-items:center;justify-content:center;text-decoration:none}.social-links a i{font-size:1.5625rem;line-height:1}.main-content .social-links{gap:var(--padding-sm, 1.25rem)}@media screen and (min-width: 62rem){.main-content .social-links{gap:var(--padding-sm, 1.5rem)}}.main-content .social-links a i{color:var(--palettecolor-1, #3983b4);font-size:2.25rem}.main-content .social-links a i:hover{color:var(--palettecolor-6, #7b138b)}.share-section .content{margin-bottom:24px}.newsletter{margin-bottom:100px}.newsletter .newsletter-content{margin:0 auto;padding-top:75px;padding-bottom:102px;border:1px solid #000;text-align:center;display:flex;align-items:center;flex-direction:column;gap:30px}@media(min-width: 0){.newsletter .newsletter-content{padding-left:20px;padding-right:20px}}@media(min-width: 782px){.newsletter .newsletter-content{padding-left:0;padding-right:0}}.newsletter .newsletter-content h3{max-width:500px;color:var(--palettecolor-1)}.card{border-radius:var(--radius-md, 0.5rem);background:#fff;box-shadow:0rem 0.1875rem 0.9375rem 0rem rgba(0,0,0,.1);padding:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.card{padding:var(--padding-md, 2rem)}}.card.dark{background:var(--dark-background-2, #102542);color:#fff}.card.dark p,.card.dark ul,.card.dark li,.card.dark *{color:inherit !important}.card.dark .card__title{color:#fff}.team-profiles{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center}@media only screen and (max-width: 61.99375rem){.team-profiles{flex-wrap:wrap}}.team-profiles img{background:linear-gradient(40deg, #5bb3d3 0%, #2a7e9d 95.47%);width:3.4375rem;height:3.4375rem;border-radius:50%;border:3px solid #fff;aspect-ratio:1/1;object-fit:cover}.team-profiles .team-profiles-icon svg{fill:var(--palettecolor-1, #3983b4)}.team-profiles span{width:3.4375rem;height:3.4375rem;border-radius:100%;object-fit:cover;margin-left:-0.9375rem}.team-profiles span:first-child{margin-left:0}.team-profiles .team-notes{width:100%;margin-left:0.9375rem;color:var(--text-color, #433e3f);font-weight:300}@media only screen and (max-width: 61.99375rem){.team-profiles .team-notes{margin-left:0.3125rem}}.wpmb-block-background-container .team-profiles .team-notes{color:#fff}.quote-block{max-width:53.125rem;margin-block:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.quote-block{margin-block:var(--padding-md, 2rem)}}.quote-text{border-left:solid 2px var(--palettecolor-1, #3983b4);padding-left:1.25rem}.quote-text:not(html[lang=de] .quote-text)::before,.quote-text:not(html[lang=de] .quote-text)::after{content:'"';display:inline-block}.quote-text p:first-child:before,.quote-text p:last-child:after{content:'"';display:inline-block}.quote-person{align-items:center;display:flex;gap:0.625rem}.quote-person__image-wrapper{aspect-ratio:1/1;background-image:linear-gradient(135deg, var(--palettecolor-4, #102542), var(--palettecolor-1, #3983b4));border:2px solid #fff;border-radius:6.25rem;overflow:hidden;flex:0 0 3rem}.quote-person__image{aspect-ratio:1/1;object-fit:cover;object-position:top;width:3rem}.quote-person__name{margin-bottom:0 !important}.quote-person .quote-meta{color:var(--text-color-2, #9c9da1)}.menu-item{color:var(--text-color, #433e3f)}.menu-item--arrow{display:flex;justify-content:space-between;gap:1.25rem}.menu-item__title{display:block;font-weight:400;margin-bottom:0.3125rem}.menu-item__subtitle{color:var(--text-color-2, #9c9da1);transition:all .3s ease-out}.menu-item:hover .menu-item__subtitle{color:var(--palettecolor-6, #7b138b)}.video__wrapper{display:block;position:relative}.video__wrapper:not(.sidebar--posts .video__wrapper){height:23.4375rem;cursor:pointer}@media only screen and (max-width: 61.99375rem){.video__wrapper:not(.sidebar--posts .video__wrapper){height:25.375rem}}.video__wrapper:not(.sidebar--posts .video__wrapper):not(:last-child){margin-bottom:0.9375rem}.video__element{border-radius:var(--radius-lg, 1rem);display:block;height:100%;object-fit:cover;width:100%}.video__pause-icon.material-symbols-icon{display:none}.video__play-button{background:rgba(0,0,0,0);border:none;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:5.875rem;height:5.875rem;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;overflow:hidden;transition:all .3s ease-in-out}.video__play-button::before{content:"";position:absolute;inset:0;border-radius:50%;background:hsla(0,0%,100%,.5);backdrop-filter:blur(10px);z-index:0}.video__play-button:hover::before{background:hsla(0,0%,100%,.7)}.video__play-button>*{position:relative;z-index:1}.video__play-button path{fill:#fff}.content-block{background:var(--light-background-2, #fff4e2);border-radius:var(--radius-md, 0.5rem);margin-bottom:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.content-block{margin-bottom:var(--padding-md, 2rem)}}.content-block{padding:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.content-block{padding:var(--padding-md, 2rem)}}.content-block:not(:first-child){margin-top:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.content-block:not(:first-child){margin-top:var(--padding-md, 2rem)}}.content-block:last-child{margin-block-end:0}.content-block-flex{display:flex;justify-content:space-between;gap:2.8125rem}@media only screen and (max-width: 61.99375rem){.content-block-flex{flex-direction:column}}.content-block__left-col{flex:0 0 13.75rem}@media only screen and (max-width: 61.99375rem){.content-block__left-col{flex-basis:auto}}.content-block__right-col{display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width: 62rem){.content-block__right-col{flex:0 1 28.125rem}}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}@media only screen and (max-width: 61.99375rem){hr{width:90%}}.pagination{display:flex}.pagination .page-numbers{font-size:23px;color:var(--headings-color-1, #242424);text-decoration:none;text-align:center;line-height:33px}.pagination .page-numbers:hover{opacity:.5}.pagination .page-numbers:not(:first-child,:last-child){margin-left:8px}.pagination .page-numbers:not(:last-child){margin-right:8px}.pagination .page-numbers:last-child:not(.current){margin-left:auto}.pagination .page-numbers:last-child.current{margin-left:8px}.pagination .page-numbers.current{min-width:33px;height:33px;border-radius:50%;background-color:var(--palettecolor-3, #1f0812);cursor:pointer;color:#fff}.pagination .page-numbers.next,.pagination .page-numbers.prev{display:flex;align-items:center;gap:8px}.pagination .page-numbers.next .icon-arrow,.pagination .page-numbers.prev .icon-arrow{font-size:30px}.search-form{height:3.375rem;background-color:#fff;border-radius:1.875rem;display:flex;justify-content:center;margin:auto;padding:0.3125rem 0.3125rem 0.3125rem 0.9375rem;height:3.125rem}@media screen and (min-width: 48rem){.search-form{height:3.6875rem}}@media only screen and (max-width: 47.99375rem){.search-form{width:100%}}.search-form label{display:none;height:100%}.search-form .search-field,.search-form .search-submit{height:100%;border-radius:6.25rem;display:inline-block}.search-form .search-field{background-color:rgba(0,0,0,0);width:25.5rem;margin-bottom:1rem;max-width:100%;border:none;font-size:1.125rem;padding:0 0.625rem}@media screen and (min-width: 36rem){.search-form .search-field{margin-bottom:unset}}.search-form .search-field::placeholder{color:#9d9d9d}.search-form .search-field:focus{outline:none}.search article{margin-bottom:2.375rem}.search article a{text-decoration:none}.search article a:hover{color:var(--palettecolor-6, #7b138b)}.search article a h3{color:inherit}.has-background-color .wp-block-button:not(.is-style-outline) .wp-block-button__link,.has-background-dim+* .wp-block-button:not(.is-style-outline) .wp-block-button__link{outline:solid 3px #fff}.wp-block-heading.is-style-outline-text,p.is-style-outline-text,a.is-style-outline-text{color:rgba(0,0,0,0) !important;-webkit-text-stroke:1.5px #fff;line-height:1.12;letter-spacing:2px}@media(min-width: 782px){.wp-block-heading.is-style-outline-text,p.is-style-outline-text,a.is-style-outline-text{-webkit-text-stroke:3px #fff}}.wp-block-heading.is-style-outline-text.has-text-color.has-palettecolor-1-color,p.is-style-outline-text.has-text-color.has-palettecolor-1-color,a.is-style-outline-text.has-text-color.has-palettecolor-1-color{-webkit-text-stroke-color:var(--palettecolor-1)}.wp-block-heading.is-style-outline-text.has-text-color.has-palettecolor-2-color,p.is-style-outline-text.has-text-color.has-palettecolor-2-color,a.is-style-outline-text.has-text-color.has-palettecolor-2-color{-webkit-text-stroke-color:var(--palettecolor-2)}.wp-block-heading.is-style-outline-text.has-text-color.has-palettecolor-3-color,p.is-style-outline-text.has-text-color.has-palettecolor-3-color,a.is-style-outline-text.has-text-color.has-palettecolor-3-color{-webkit-text-stroke-color:var(--palettecolor-3)}.wp-block-heading.is-style-outline-text.has-text-color.has-palettecolor-4-color,p.is-style-outline-text.has-text-color.has-palettecolor-4-color,a.is-style-outline-text.has-text-color.has-palettecolor-4-color{-webkit-text-stroke-color:var(--palettecolor-4)}.wp-block-heading.is-style-outline-text.has-text-color.has-palettecolor-5-color,p.is-style-outline-text.has-text-color.has-palettecolor-5-color,a.is-style-outline-text.has-text-color.has-palettecolor-5-color{-webkit-text-stroke-color:var(--palettecolor-5)}.wp-block-heading.is-style-outline-text.has-text-color.has-palettecolor-6-color,p.is-style-outline-text.has-text-color.has-palettecolor-6-color,a.is-style-outline-text.has-text-color.has-palettecolor-6-color{-webkit-text-stroke-color:var(--palettecolor-6)}.wp-block-image{margin-bottom:0}@media only screen and (max-width: 74.99375rem){.wp-block-image img[style*=aspect-ratio]{aspect-ratio:unset !important;width:100% !important}}.wp-block-columns{position:relative;justify-content:center;flex-wrap:wrap !important}@media screen and (min-width: 62rem){.wp-block-columns{flex-wrap:nowrap !important}}@media only screen and (max-width: 75rem){.wp-block-columns.flex-wrap:not(.block-editor-block-list__block .wp-block-columns){flex-wrap:wrap !important}}@media screen and (min-width: 62rem){.wp-block-columns.is-style-align-left{justify-content:left}}@media screen and (min-width: 62rem){.wp-block-columns.is-style-align-right{justify-content:right}}.wp-block-columns.is-style-revert-mobile{flex-wrap:wrap-reverse !important}@media screen and (min-width: 62rem){.wp-block-columns.is-style-revert-mobile{flex-wrap:nowrap !important}}.wp-block-columns .wp-block-column{position:relative}.wp-block-columns.is-style-gap-sm{gap:var(--padding-sm, 1.25rem)}@media screen and (min-width: 62rem){.wp-block-columns.is-style-gap-sm{gap:var(--padding-sm, 1.5rem)}}.wp-block-columns.is-style-gap-md{gap:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.wp-block-columns.is-style-gap-md{gap:var(--padding-md, 2rem)}}.wp-block-columns.is-style-gap-lg{gap:var(--padding-lg, 2rem)}@media screen and (min-width: 62rem){.wp-block-columns.is-style-gap-lg{gap:var(--padding-lg, 3rem)}}.wp-block-columns.is-style-gap-xl{gap:var(--padding-xl, 2.5rem)}@media screen and (min-width: 62rem){.wp-block-columns.is-style-gap-xl{gap:var(--padding-xl, 4rem)}}.wp-block-columns.is-style-gap-xxl{gap:var(--padding-xxl, 3.5rem)}@media screen and (min-width: 62rem){.wp-block-columns.is-style-gap-xxl{gap:var(--padding-xxl, 5.5rem)}}.wp-block-columns.is-style-gap-xxxl{gap:var(--padding-xxxl, 4.5rem)}@media screen and (min-width: 62rem){.wp-block-columns.is-style-gap-xxxl{gap:var(--padding-xxxl, 7.5rem)}}@media only screen and (max-width: 74.99375rem){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-basis:100% !important}}@media screen and (min-width: 75rem){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:1}}.wp-block-column.is-style-strech-height{display:flex;flex-direction:column;gap:0}.wp-block-column.is-style-strech-height>*{flex:0 0 auto}.wp-block-column.is-style-strech-height>.wpmb-block-background-container{flex:1 1 auto}.wp-block-column.is-style-strech-height>.wpmb-block-background-container .background-container__container{height:100%}.wp-block-column.is-style-strech-height>.wp-block-image{flex:1 1 auto}.wp-block-column.is-style-strech-height>.wp-block-image img{height:100%;object-fit:cover}.wp-block-column.is-style-strech-height>.wp-block-image.object-fit-contain img{object-fit:contain}.wp-block-quote.is-style-special,.wp-block-quote.is-style-special-black{background-color:#fff;border-left:0;padding:6.625rem 1.625rem 1.875rem 3.375rem;margin:0;max-width:24.5rem;position:relative;right:0}@media screen and (min-width: 48rem){.wp-block-quote.is-style-special,.wp-block-quote.is-style-special-black{min-width:29.0625rem;max-width:100%;position:absolute}}.wp-block-quote.is-style-special p,.wp-block-quote.is-style-special-black p{line-height:1.18;margin-bottom:2.3125rem}.wp-block-quote.is-style-special cite,.wp-block-quote.is-style-special-black cite{color:var(--palettecolor-3, #1f0812);font-weight:800;display:block;width:100%;text-align:right;margin-top:1.875rem;font-size:1rem}@media(min-width: 782px){.wp-block-quote.is-style-special cite,.wp-block-quote.is-style-special-black cite{font-size:1.5rem}}.wp-block-quote.is-style-special::before,.wp-block-quote.is-style-special-black::before{content:"";width:2.8125rem;height:4.375rem;display:block;position:absolute;top:3.75rem;left:-2.75rem;background-image:url(//alucp.org/wp-content/themes/vip-project/assets/c1c49751f1e05a37c420.svg);background-size:contain;background-repeat:no-repeat;background-position:top right;z-index:-1}@media(min-width: 782px){.wp-block-quote.is-style-special::before,.wp-block-quote.is-style-special-black::before{left:-5.1875rem;width:5.25rem}}.wp-block-quote.is-style-special::after,.wp-block-quote.is-style-special-black::after{content:"";width:8.6875rem;height:5.8125rem;display:block;position:absolute;top:0;transform:translateY(-50%);background-image:url(//alucp.org/wp-content/themes/vip-project/assets/85e87c494e2c5cc70273.svg);background-size:contain;background-repeat:no-repeat;background-position:top right}.wp-block-quote.is-style-special-black{background-color:#000}.wp-block-quote.is-style-special-black::before{background-image:url(//alucp.org/wp-content/themes/vip-project/assets/06a3ae4d506b43241f74.svg)}.is-style-round-corners.wp-block-cover{padding:3rem 1.5rem}@media screen and (min-width: 48rem){.is-style-round-corners.wp-block-cover{padding:5.25rem 5.625rem}}.is-style-round-corners.wp-block-cover,.is-style-round-corners .wp-block-cover__background{border-radius:0.625rem}.is-style-round-corners img{border-radius:var(--radius-lg, 1rem)}.wp-block-cover .wp-block-cover__inner-container{position:relative}.lightbox-item{display:block;position:relative;height:100%}.accordion-item .lightbox-item{pointer-events:none}@media screen and (min-width: 48rem){.accordion-item .lightbox-item{pointer-events:all}}.accordion-item .lightbox-item::after{transition:opacity .3s ease-in-out;color:var(--palettecolor-3, #1f0812)}@media screen and (min-width: 48rem){.accordion-item .lightbox-item::after{content:"+";display:block;opacity:0;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-size:150px}}@media screen and (min-width: 48rem){.accordion-item .lightbox-item:hover::after{opacity:1}}.header__navbar{margin-right:0;margin-left:0}@media(max-width: 1199.98px){.header__navbar{position:fixed;width:100%;height:calc(100vh - 5.4375rem);left:0;top:0;flex-direction:column;align-items:center;background-color:var(--color-background-2, #fffbf2);opacity:0;overflow:hidden;clip-path:circle(0% at calc(100% - 30px) 30px);transition:clip-path .6s ease-in-out,opacity .4s ease;gap:0;z-index:99;padding-top:7.5rem}.header__navbar>.header__navbar-menu,.header__navbar>.header__btns{width:100%;opacity:0;transform:scale(0.95);transition:opacity .5s ease,transform .5s ease;transition-delay:.2s}.header__navbar.open{clip-path:circle(150% at calc(100% - 30px) 30px);opacity:1;overflow:auto}.header__navbar.open>.header__navbar-menu,.header__navbar.open>.header__btns{opacity:1;transform:scale(1)}}@media(max-width: 1199.98px){.header__navbar{padding:0;margin-top:5.25rem}}@media(min-width: 1200px){.header__navbar{margin-left:2.1875rem}}.header__navbar-menu{margin-top:0;margin-bottom:0;display:flex;flex-direction:column;gap:1.25rem;padding:0 1rem;width:100%}@media screen and (min-width: 75rem){.header__navbar-menu{margin-top:0;background-color:#fff;border-radius:1.875rem;gap:1.875rem;padding:0.3125rem 0.625rem;flex-direction:row;align-items:center}}@media only screen and (max-width: 74.99375rem){.header__navbar-menu{background-color:var(--palettecolor-4, #102542);border-radius:var(--radius-md, 0.5rem);margin-top:1.875rem;max-width:calc(100% - 2.5rem);padding:var(--padding-md, 1.5rem)}}@media only screen and (max-width: 74.99375rem)and (min-width: 62rem){.header__navbar-menu{padding:var(--padding-md, 2rem)}}@media only screen and (max-width: 61.99375rem){.header__navbar-menu{margin:auto}}@media screen and (min-width: 75rem){.header__navbar-menu>.menu-item:first-child{padding-left:0.9375rem}}@media screen and (min-width: 75rem){.header__navbar-menu>.menu-item:last-child{padding-right:0.9375rem}}.header__navbar-menu .menu-item{display:flex;position:relative}@media only screen and (max-width: 74.99375rem){.header__navbar-menu .menu-item{flex-direction:column;width:100%}}@media only screen and (max-width: 74.99375rem){.header__navbar-menu .menu-item.menu-item-animated{opacity:0;transform:rotate(-3deg) translateX(20px);transform-origin:right center;transition:opacity .5s ease,transform .5s ease;transition-delay:calc(var(--item-index, 0)*.1s + .2s)}.header__navbar-menu .menu-item.menu-item-animated.animate-in{opacity:1;transform:rotate(0) translateX(0)}}@media(min-width: 1200px){.header__navbar-menu .menu-item:hover .header__navbar-link-icon,.header__navbar-menu .menu-item:focus-within .header__navbar-link-icon{transform:rotate(180deg)}}.header__navbar-menu .menu-item>.header__navbar-link{align-items:center;color:var(--text-color, #433e3f);display:flex;text-decoration:none;text-wrap:nowrap;letter-spacing:0.01rem}.header__navbar-menu .menu-item>.header__navbar-link.has-children{width:fit-content}@media only screen and (max-width: 74.99375rem){.header__navbar-menu .menu-item>.header__navbar-link{color:#fff;font-size:1.35rem}}.header__navbar-menu .menu-item>.header__navbar-link:hover,.header__navbar-menu .menu-item>.header__navbar-link.active{color:var(--palettecolor-5, #f1a8bc);position:relative;z-index:1}@media screen and (min-width: 75rem){.header__navbar-menu .menu-item>.header__navbar-link:hover,.header__navbar-menu .menu-item>.header__navbar-link.active{color:var(--headings-color-1, #242424)}.header__navbar-menu .menu-item>.header__navbar-link:hover::before,.header__navbar-menu .menu-item>.header__navbar-link.active::before{background:var(--light-background-2, #fff4e2);content:"";position:absolute;left:-1.1875rem;top:0;width:calc(100% + 1.9*1.1875rem);height:100%;border-radius:100rem;z-index:-1;transition:background .25s cubic-bezier(0.34, 1.56, 0.64, 1),box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1)}}.header__navbar-menu .menu-item.current-menu-item{margin-block:-0.1875rem}.header__navbar-lang-current{display:block}.header__navbar-lang-icon{display:flex !important}.header__navbar-lang-text{display:inline-block}@media only screen and (max-width: 74.99375rem){.header__navbar-lang-text{font-size:1.125rem}}.header__navbar-submenu{list-style:none}.header__navbar-submenu li{list-style:none}.header__navbar-link{font-size:1rem;text-decoration:none}@media only screen and (max-width: 74.99375rem){.header__navbar-link{padding:0.625rem 0rem;width:100%}}.header__navbar-link--nolink{pointer-events:none}@media screen and (min-width: 75rem){.header__navbar-link{line-height:1.5rem;position:relative;padding:0.5rem 0rem;transition:color .3s ease,transform .2s cubic-bezier(0.34, 1.56, 0.64, 1),box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1),background .25s cubic-bezier(0.34, 1.56, 0.64, 1)}.header__navbar-link::after{content:none}.header__navbar-link:hover,.header__navbar-link.active{color:var(--palettecolor-1, #3983b4)}}.header__navbar-link.has-children{position:relative}.header__navbar-link.has-children .header__navbar-link-icon{margin-left:4px;transition:transform .3s cubic-bezier(0.34, 1.56, 0.64, 1);display:inline-flex;align-items:center;justify-content:center;transform-origin:center;will-change:transform;transform:rotate(0deg)}.header__navbar-link.has-children[aria-expanded=true] .header__navbar-link-icon{transform:rotate(180deg)}.header__navbar-link:focus-visible{outline:none}.header__readmore-link{align-items:center;color:#fff;display:flex;font-size:0.875rem;gap:0.3125rem}@media screen and (min-width: 75rem){.header__readmore-link{margin-top:1.5625rem}}.header__nav-toggler{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:10px;background:var(--light-background-2, #fff4e2);border-radius:50%;border:0;cursor:pointer;transition:all .2s ease;z-index:999;outline:none}@media(min-width: 1200px){.header__nav-toggler{display:none}}.header__nav-toggler:hover{opacity:.9}.header__nav-toggler:active{opacity:.9;transform:scale(0.95)}.header__nav-toggler .hamburger-box{width:20px;height:16px;position:relative}.header__nav-toggler .hamburger-inner{display:block;top:50%;margin-top:-1px;transition:transform .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.header__nav-toggler .hamburger-inner,.header__nav-toggler .hamburger-inner::before,.header__nav-toggler .hamburger-inner::after{width:20px;height:2px;background-color:#000;border-radius:2px;position:absolute;transition:all .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.header__nav-toggler .hamburger-inner::before,.header__nav-toggler .hamburger-inner::after{content:"";display:block}.header__nav-toggler .hamburger-inner::before{top:-6px;transition:top .12s .18s ease,transform .15s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.header__nav-toggler .hamburger-inner::after{bottom:-6px;transition:bottom .12s .18s ease,transform .15s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.header__nav-toggler.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.1s}.header__nav-toggler.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .12s ease,opacity .1s .12s ease}.header__nav-toggler.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom .12s ease,transform .15s .12s cubic-bezier(0.215, 0.61, 0.355, 1)}.header__nav-toggler.is-active:hover{opacity:.9}.header{background-color:var(--color-background-2, #fffbf2);left:0;margin:0 auto;padding-block:2.65625rem;position:fixed;right:0;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);top:0;width:100%;will-change:transform;z-index:1000}@media only screen and (max-width: 74.99375rem){.header{padding-block:1.125rem}}.header.header-hidden{transform:translateY(-100%) !important}.header__container{align-items:center;display:flex;justify-content:space-between}.header__logo{position:relative;z-index:1000}.header__logo img,.header__logo svg{display:block;height:4.4375rem;width:auto}@media only screen and (max-width: 61.99375rem){.header__logo img,.header__logo svg{height:2.9375rem}}.header__btns{margin-left:var(--padding-xs, 1rem);display:inline-flex;column-gap:0.625rem}@media only screen and (max-width: 74.99375rem){.header__btns{width:100%;max-width:calc(100% - 2.5rem);margin-left:0;margin-top:1.25rem;padding:0 1.25rem;flex-direction:column;gap:0.9375rem}}.header__btns .header__button{display:flex !important}@media only screen and (max-width: 74.99375rem){.header__btns .header__button{width:100%}}.header__btns .header__button .wp-block-button__link{background-color:var(--palettecolor-1, #3983b4);color:#fff !important}@media only screen and (max-width: 74.99375rem){.header__btns .header__button .wp-block-button__link{width:100%;text-align:center;justify-content:center}}.header__btns .header__button .wp-block-button__link::after{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2715%27 height=%2715%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M5 12h14m-7-7l7 7-7 7%27 stroke=%27%233983B4%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")}@media only screen and (max-width: 74.99375rem){.header__readmore{margin-bottom:2.5rem}}.animated{animation-duration:.5s;animation-fill-mode:both;will-change:transform,opacity}.animated.slideDown{animation-name:slideDown}.animated.slideUp{animation-name:slideUp}@keyframes slideDown{from{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slideUp{from{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes headerElementFadeIn{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.footer__navbar-menu,.socket__navbar-menu{display:flex;flex-wrap:wrap;column-gap:1.875rem;row-gap:.5rem;list-style-type:none;margin:0;padding-left:0}@media only screen and (max-width: 47.99375rem){.footer__navbar-menu,.socket__navbar-menu{justify-content:flex-start}}.footer__navbar-link,.socket__navbar-link{text-decoration:none}.footer__socket a:not(:hover){color:var(--text-color-2, #9c9da1)}@media only screen and (max-width: 61.99375rem){.socket__container>*{padding-inline:0}}.footer{background-color:var(--light-background-2, #fff4e2);display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;position:relative;z-index:9}.footer__top-bar{display:flex;justify-content:space-between}@media(min-width: 0){.footer__top-bar{flex-direction:column}}@media(min-width: 782px){.footer__top-bar{flex-direction:row}}.footer__text p{color:var(--palettecolor-1, #3983b4);font-family:"dancing-script",cursive;font-size:2.5rem;font-weight:600;line-height:normal;margin-bottom:var(--padding-lg, 2rem) !important}@media screen and (min-width: 62rem){.footer__text p{margin-bottom:var(--padding-lg, 3rem) !important}}.footer__left-container{align-items:center;display:flex;gap:40px}@media(min-width: 0){.footer__left-container{flex-direction:column;margin-bottom:36px}}@media(min-width: 782px){.footer__left-container{flex-direction:row;margin-bottom:0}}.footer__copy{color:var(--text-color-2, #9c9da1);font-size:1rem;line-height:1.6875rem}.footer__copy-container{display:flex;align-items:center;gap:1.5625rem}@media only screen and (max-width: 61.99375rem){.footer__copy-container{align-items:flex-start;flex-direction:column}}.footer__container{display:flex;flex-direction:column;width:100%}.footer__logo{color:var(--headings-color-1, #242424);display:block}.footer__logo img,.footer__logo svg{height:3.375rem;width:auto}.footer__logo-container{align-items:flex-end;display:flex;gap:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.footer__logo-container{gap:var(--padding-md, 2rem)}}@media only screen and (max-width: 74.99375rem){.footer__logo-container{align-items:flex-start;flex-direction:column}}@media only screen and (max-width: 61.99375rem){.footer__social-container{margin-top:var(--padding-lg, 2rem)}}.footer .social-buttons{gap:1.25rem}.footer__menu-title{font-family:var(--font-family, Rubik, sans-serif);font-weight:700;text-transform:uppercase}.footer__navbar-menu{gap:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.footer__navbar-menu{gap:var(--padding-md, 2rem)}}.footer__content{display:flex;flex-direction:column;gap:var(--padding-xl, 2.5rem)}@media screen and (min-width: 62rem){.footer__content{gap:var(--padding-xl, 4rem)}}.footer__content{--bs-gutter-y:var(--padding-xxl, 3.5rem)}@media screen and (min-width: 62rem){.footer__content{--bs-gutter-y:var(--padding-xxl, 5.5rem)}}.footer__content{padding-block:var(--padding-xxl, 3.5rem)}@media screen and (min-width: 62rem){.footer__content{padding-block:var(--padding-xxl, 5.5rem)}}@media only screen and (max-width: 47.99375rem){.footer__content{--bs-gutter-x: 0}}.footer__socket{background:#fff;padding:1.5625rem 0}@media only screen and (max-width: 47.99375rem){.footer__socket{flex-direction:column-reverse}}.footer .certificates-logos{display:flex;gap:var(--padding-xxs, 0.5rem)}@media screen and (min-width: 62rem){.footer .certificates-logos{gap:var(--padding-xxs, 0.5rem)}}.footer .certificate-logo img{height:8.3125rem}@media only screen and (max-width: 61.99375rem){.footer__offices-container{margin-top:var(--padding-xl, 2.5rem)}}.footer .offices-info{display:flex;gap:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.footer .offices-info{gap:var(--padding-md, 2rem)}}@media screen and (min-width: 62rem){.footer .offices-info{justify-content:flex-end}}.footer .office-item{flex:0 0 10.25rem}@media only screen and (max-width: 61.99375rem){.footer .office-item{flex:0 1 50%}}.footer .office-item__name{color:var(--headings-color-1, #242424);margin-bottom:1.5625rem !important}@media only screen and (max-width: 61.99375rem){.footer .office-item__name{margin-bottom:0.75rem !important}}@media screen and (min-width: 48rem){.footer .team-profiles{justify-content:flex-end}}.locations__card-info{padding:1.25rem;z-index:99}.locations__card-address,.locations__card-contact{display:flex;gap:0.8125rem}.locations__card-address{margin-bottom:0.625rem}.locations__card-address p{line-height:1.5rem}.pagination{align-items:center;display:flex;justify-content:center;gap:1.25rem;margin-top:3.125rem}.pagination .page-numbers{font-size:0.9375rem;font-weight:600;color:#9b9b9b;text-decoration:none;text-align:center}.pagination .page-numbers:hover{color:var(--palettecolor-2, #9c9da1)}.pagination .page-numbers.current{color:var(--palettecolor-2, #9c9da1);font-weight:900}.pagination .page-numbers.next,.pagination .page-numbers.prev{display:flex;flex-basis:3.125rem}.pagination .page-numbers.next .icon-arrow,.pagination .page-numbers.prev .icon-arrow{font-size:30px}.pagination .page-numbers.prev{justify-content:flex-start}.pagination .page-numbers.next{justify-content:flex-end}.error404 .main-content{padding-block:var(--padding-xxxl, 4.5rem)}@media screen and (min-width: 62rem){.error404 .main-content{padding-block:var(--padding-xxxl, 7.5rem)}}.error404__content{box-sizing:content-box;max-width:66.25rem;padding-inline:1.25rem}@media screen and (min-width: 48rem){.error404__content{padding-inline:0}}.error404 .search-form{max-width:37.5rem;margin-bottom:2.5rem}.error404 .title-404{font-weight:400;font-family:var(--font-family, Rubik, sans-serif)}.search-form label{display:none;height:100%}.search-form .search-field{border:none;flex:1 1 26.25rem;font-size:18px;min-width:0}@media only screen and (max-width: 47.99375rem){.search-form .search-field{flex:1 1 auto;font-size:1rem}}.search-form .search-field::placeholder{color:var(--palettecolor-2, #9c9da1);font-size:0.875rem}@media only screen and (max-width: 47.99375rem){.search-form .search-field::placeholder{font-size:0.75rem}}.search-form .search-field:focus{outline:none}.search-form .search-submit{flex:0 0 9.875rem;position:relative;display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 47.99375rem){.search-form .search-submit{flex:0 0 6.25rem;font-size:0.875rem;padding:0.5rem 1rem}}.search-form .search-submit .search-icon{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.search .page-header{margin-bottom:6.625rem}@media only screen and (max-width: 47.99375rem){.search .page-header{display:flex;flex-direction:column-reverse}}.search .page-title{margin-bottom:2.375rem;font-weight:300;font-family:var(--font-family, Rubik, sans-serif)}@media screen and (min-width: 48rem){.search .page-title{margin-bottom:3.75rem}}.search .search-form-section{margin-bottom:2.5rem}@media screen and (min-width: 48rem){.search .search-form-section{margin-bottom:5rem}}.search .results-container{display:grid;grid-template-columns:1fr;margin-bottom:5rem}.search .results-container h3{font-weight:300;font-size:1.4375rem}@media screen and (min-width: 36rem){.search .results-container{grid-template-columns:repeat(2, 1fr);column-gap:4rem}}.search.search-no-results h3{margin-bottom:27px;font-weight:400}.search.search-no-results .results-container{display:block}.search .result__arrow{color:var(--headings-color-1, #242424)}.search .search-form{margin:0;max-width:36.8125rem}.page-template-page-legal .entry-title{margin-bottom:var(--padding-lg, 2rem)}@media screen and (min-width: 62rem){.page-template-page-legal .entry-title{margin-bottom:var(--padding-lg, 3rem)}}.page-template-page-legal .entry-content{padding-bottom:6.25rem}@media only screen and (max-width: 61.99375rem){.page-template-page-legal .content{width:55%}}@media only screen and (max-width: 47.99375rem){.page-template-page-legal .content{width:100%}}.page-template-page-legal .sidebar{width:24.75rem}@media only screen and (max-width: 61.99375rem){.page-template-page-legal .sidebar{width:40%}}@media only screen and (max-width: 47.99375rem){.page-template-page-legal .sidebar{width:100%;margin-top:2.1875rem}}.page-template-page-legal .sidebar .content{background:var(--light-background-2, #fff4e2);border-radius:1rem;display:flex;flex-direction:column;gap:0.9375rem;height:fit-content;padding:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.page-template-page-legal .sidebar .content{padding:var(--padding-md, 2rem)}}@media only screen and (max-width: 61.99375rem){.page-template-page-legal .sidebar .content{width:100%}}.page-template-page-legal .sidebar .content a{text-decoration:none}.page-template-page-legal .sidebar .content p{margin-bottom:0}.page-template-page-legal .sidebar .content .wp-block-button{margin-top:2.1875rem}.single-post__top-wrapper{display:flex;gap:var(--padding-xl, 2.5rem)}@media screen and (min-width: 62rem){.single-post__top-wrapper{gap:var(--padding-xl, 4rem)}}@media only screen and (max-width: 61.99375rem){.single-post__top-wrapper{flex-direction:column}}@media screen and (min-width: 62rem){.single-post__top-wrapper .left-column{flex:0 0 50%}}@media screen and (min-width: 62rem){.single-post__top-wrapper .right-column{flex:0 1 31.875rem}}.single-post__top-wrapper .quote-person{margin-top:1.375rem}.single-post__meta{margin-top:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.single-post__meta{margin-top:var(--padding-md, 2rem)}}.single-post__meta{color:var(--text-color-2, #9c9da1)}.single-post .rank-math-breadcrumb p{color:var(--text-color-2, #9c9da1);font-size:0.9375rem}.single-post .rank-math-breadcrumb p a{color:var(--text-color-2, #9c9da1);font-size:inherit;text-decoration:none}.single-post .rank-math-breadcrumb p a:hover{color:var(--palettecolor-6, #7b138b)}.single-post__body{display:flex}@media only screen and (max-width: 74.99375rem){.single-post__body{flex-direction:column}}.single-post__body{gap:var(--padding-xxxl, 4.5rem)}@media screen and (min-width: 62rem){.single-post__body{gap:var(--padding-xxxl, 7.5rem)}}.single-post__content p:not(:last-of-type,.content-block p,.quote-person__name){margin-bottom:1.125rem}.single-post__content-col{flex:1 0 53.125rem}@media only screen and (max-width: 74.99375rem){.single-post__content-col{flex:1 1 auto}}.single-post__sidebar-col{flex:0 0 19.4375rem}@media only screen and (max-width: 74.99375rem){.single-post__sidebar-col{flex:0 0 auto}}.single-post.single-transactions .transaction-card__header{height:24.375rem}.single-post.single-transactions .transaction-card__img{object-fit:cover}.single-post.single-transactions .transaction-card__tombstone{height:auto;width:13.75rem}.single-post .heading-tag{margin-bottom:var(--padding-xs, 1rem)}@media screen and (min-width: 62rem){.single-post .heading-tag{margin-bottom:var(--padding-xs, 1rem)}}.single-post .heading-tag{flex-wrap:wrap;column-gap:0.25rem;row-gap:0.5rem}.single-post .heading-tag .tag-link__tag{background-color:var(--palettecolor-4, #102542);color:#fff;white-space:nowrap}.single-post .heading_meta{color:var(--text-color-2, #9c9da1);margin-bottom:0.625rem}.single-post .heading-title{color:var(--palettecolor-3, #1f0812);margin-bottom:1.375rem}.single-post__quote:not(:last-child){margin-bottom:1.375rem}.single-post .sector-tag__wrapper{position:absolute}.single-post__bottom-section{background:var(--light-background-2, #fff4e2);padding-top:var(--padding-xxxl, 4.5rem)}@media screen and (min-width: 62rem){.single-post__bottom-section{padding-top:var(--padding-xxxl, 7.5rem)}}.single-post__bottom-section .related-transactions__title,.single-post__bottom-section .related-transactions__intro{max-width:66.25rem}.single-post__bottom-section .related-transactions__intro{margin-bottom:var(--padding-lg, 2rem)}@media screen and (min-width: 62rem){.single-post__bottom-section .related-transactions__intro{margin-bottom:var(--padding-lg, 3rem)}}.single-post__bottom-section .related-transactions__list{display:flex;gap:var(--padding-lg, 2rem)}@media screen and (min-width: 62rem){.single-post__bottom-section .related-transactions__list{gap:var(--padding-lg, 3rem)}}@media only screen and (max-width: 61.99375rem){.single-post__bottom-section .related-transactions__list{overflow-y:scroll;width:calc(100vw - 1.25rem)}}.single-post__bottom-section .related-transactions .transaction-card{flex:0 1 33%}@media only screen and (max-width: 61.99375rem){.single-post__bottom-section .related-transactions .transaction-card{flex:0 0 18.75rem}.single-post__bottom-section .related-transactions .transaction-card__header{flex-basis:13.75rem}.single-post__bottom-section .related-transactions .transaction-card:last-child{margin-right:1.25rem}}.single-post__bottom-section .cta-content{z-index:2}.single-post__bottom-section .cta-content::before{background:linear-gradient(to right, #102542 0%, #102542 65%, rgba(16, 37, 66, 0.8) 75%, rgba(16, 37, 66, 0.4) 100%);content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}@media only screen and (max-width: 74.99375rem){.single-post__bottom-section .cta-content::before{background:var(--palettecolor-4, #102542)}}.single-post__bottom-section .about-image{height:100%;object-fit:cover;object-position:left top;position:absolute;right:0;width:37%;top:0;z-index:1}@media only screen and (max-width: 74.99375rem){.single-post__bottom-section .about-image{display:none}}.single-post__bottom-section .about-title,.single-post__bottom-section .about-content{color:#fff}.single-post__bottom-section .small-cta .container{padding:var(--padding-xxl, 3.5rem) !important}@media screen and (min-width: 62rem){.single-post__bottom-section .small-cta .container{padding:var(--padding-xxl, 5.5rem) !important}}.single-stories .image-box__corner-radius--top-right{top:-0.5rem}.single-stories .image-box__corner-radius--bottom-left{left:-0.5rem}@media screen and (min-width: 62rem){.single-stories .single-post__top-wrapper .left-column{flex-basis:46%}}@media only screen and (max-width: 61.99375rem){.single-stories .single-post__top-wrapper .left-column{width:100%}}.single-stories .wpmb-block-card-block .card-block__wrapper{flex-direction:column}.single-post__image{border-radius:var(--radius-lg, 1rem);object-fit:cover;width:100%}.sidebar--posts .featured-section__title{margin-bottom:0.9375rem}.sidebar--posts .featured-section__text{margin-bottom:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.sidebar--posts .featured-section__text{margin-bottom:var(--padding-md, 2rem)}}.sidebar--posts .featured-post{background:#fff;border-radius:var(--radius-lg, 1rem);display:block;overflow:hidden;margin-top:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.sidebar--posts .featured-post{margin-top:var(--padding-md, 2rem)}}.sidebar--posts .featured-post__image{height:12.5rem;object-fit:cover;object-position:top;width:100%}.sidebar--posts .featured-post__content{padding:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.sidebar--posts .featured-post__content{padding:var(--padding-md, 2rem)}}.sidebar--posts .featured-post__meta,.sidebar--posts .featured-post__fake-link{color:var(--text-color-2, #9c9da1)}.sidebar--posts .featured-post__fake-link{margin-top:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.sidebar--posts .featured-post__fake-link{margin-top:var(--padding-md, 2rem)}}.sidebar--posts .sidebar-video-wrapper{margin-bottom:var(--padding-lg, 2rem)}@media screen and (min-width: 62rem){.sidebar--posts .sidebar-video-wrapper{margin-bottom:var(--padding-lg, 3rem)}}.sidebar--posts .sidebar-video-wrapper .video__wrapper{margin-bottom:var(--padding-xs, 1rem)}@media screen and (min-width: 62rem){.sidebar--posts .sidebar-video-wrapper .video__wrapper{margin-bottom:var(--padding-xs, 1rem)}}.sidebar--posts .related-posts{margin-top:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.sidebar--posts .related-posts{margin-top:var(--padding-md, 2rem)}}.sidebar--posts .related-posts__list{list-style:none;padding-left:0;margin-bottom:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.sidebar--posts .related-posts__list{margin-bottom:var(--padding-md, 2rem)}}.sidebar--posts .related-posts__item:not(:last-child){margin-bottom:var(--padding-sm, 1.25rem)}@media screen and (min-width: 62rem){.sidebar--posts .related-posts__item:not(:last-child){margin-bottom:var(--padding-sm, 1.5rem)}}.sidebar--posts .related-posts .menu-item{width:100%}.sidebar--posts .sidebar-cta{border-radius:var(--radius-lg, 1rem);background-size:cover;background-position:center;padding:var(--padding-lg, 2rem)}@media screen and (min-width: 62rem){.sidebar--posts .sidebar-cta{padding:var(--padding-lg, 3rem)}}.sidebar--posts .sidebar-cta{margin-bottom:var(--padding-lg, 2rem)}@media screen and (min-width: 62rem){.sidebar--posts .sidebar-cta{margin-bottom:var(--padding-lg, 3rem)}}.sidebar--posts .sidebar-cta__content{margin-bottom:var(--padding-sm, 1.25rem)}@media screen and (min-width: 62rem){.sidebar--posts .sidebar-cta__content{margin-bottom:var(--padding-sm, 1.5rem)}}.sidebar--posts .sidebar-cta p{color:#fff}.sidebar--posts .sidebar-cta__button{color:#fff;border-color:#fff}.sidebar--posts .wp-block-button__link:not(.sidebar-cta .wp-block-button__link,.single-jobs .sidebar-cta .wp-block-button__link)::after{display:none}.sidebar--posts .video__element{height:23.4375rem}.sidebar--posts .video_wrapper{margin-bottom:var(--padding-sm, 1.25rem)}@media screen and (min-width: 62rem){.sidebar--posts .video_wrapper{margin-bottom:var(--padding-sm, 1.5rem)}}.sidebar--posts .quote-person{margin-bottom:2.625rem}.sector-hero{position:relative;width:100%;overflow:hidden;border-radius:var(--radius-lg, 1rem)}@media screen and (min-width: 100rem){.sector-hero{aspect-ratio:16/9}}.sector-hero .sector-heading__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.sector-hero .sector-heading__background .sector-video{width:100%;height:100%;object-fit:cover}.sector-hero .sector-heading__shape{position:absolute;top:50%;right:-4%;transform:translate(0, -50%);width:auto;height:95%;opacity:.25;pointer-events:none}.sector-hero .sector-heading__shape svg{height:100%;width:auto}.sector-hero .sector-heading__content{align-items:flex-end;background:linear-gradient(180deg, rgba(20, 60, 75, 0.72) 0%, rgba(20, 60, 75, 0.98) 83.78%);display:flex;gap:2rem;height:100%;justify-content:space-between;position:relative;z-index:2;padding:var(--padding-xl, 2.5rem)}@media screen and (min-width: 62rem){.sector-hero .sector-heading__content{padding:var(--padding-xl, 4rem)}}@media only screen and (max-width: 61.99375rem){.sector-hero .sector-heading__content{align-items:flex-start;flex-direction:column}}@media screen and (min-width: 62rem){.sector-hero .sector-heading__left-col{flex:0 1 50%}}.sector-hero .sector-heading__accent{border-radius:var(--radius-sm, 0.25rem);display:block;width:3.25rem;height:3.25rem;margin-bottom:var(--padding-xl, 2.5rem)}@media screen and (min-width: 62rem){.sector-hero .sector-heading__accent{margin-bottom:var(--padding-xl, 4rem)}}@media screen and (min-width: 62rem){.sector-hero .sector-heading__right-col{flex:0 0 23.375rem;text-align:right}}.sector-hero .sector-heading__right-col .notes{color:#fff;margin-bottom:0.9375rem}.sector-hero .sector-heading__right-col .references-logos{display:flex;gap:var(--padding-sm, 1.25rem)}@media screen and (min-width: 62rem){.sector-hero .sector-heading__right-col .references-logos{gap:var(--padding-sm, 1.5rem)}}.sector-hero .sector-heading__right-col .references-logos{align-items:center;justify-content:flex-end}@media only screen and (max-width: 61.99375rem){.sector-hero .sector-heading__right-col .references-logos{justify-content:center}}.sector-hero .sector-heading__right-col .references-logo{flex:0 1 33.33%;height:4rem;display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 61.99375rem){.sector-hero .sector-heading__right-col .references-logo{height:3.125rem}}.sector-hero .sector-heading__right-col .references-logo img,.sector-hero .sector-heading__right-col .references-logo svg{aspect-ratio:16/9;object-fit:contain;max-height:100%;max-width:100%;width:auto;height:auto;filter:brightness(0) invert(1);display:block}.sector-hero .sector-heading__right-col .references-logo img[viewBox],.sector-hero .sector-heading__right-col .references-logo svg[viewBox]{max-height:100%;width:auto;height:100%}.sector-hero .sector-heading__right-col .references-logo img[width="1"]:not([height]),.sector-hero .sector-heading__right-col .references-logo img[style*="aspect-ratio: 1"],.sector-hero .sector-heading__right-col .references-logo svg[width="1"]:not([height]),.sector-hero .sector-heading__right-col .references-logo svg[style*="aspect-ratio: 1"]{min-width:1.25rem}@media only screen and (max-width: 61.99375rem){.sector-hero .sector-heading__right-col .references-logo img[width="1"]:not([height]),.sector-hero .sector-heading__right-col .references-logo img[style*="aspect-ratio: 1"],.sector-hero .sector-heading__right-col .references-logo svg[width="1"]:not([height]),.sector-hero .sector-heading__right-col .references-logo svg[style*="aspect-ratio: 1"]{min-width:1rem}}.sector-hero .sector-heading__right-col .references-logo img[style*=aspect-ratio][style*="/ 1"],.sector-hero .sector-heading__right-col .references-logo svg[style*=aspect-ratio][style*="/ 1"]{max-width:90%}.sector-hero .sector-heading__title,.sector-hero .sector-heading__introduction{color:#fff}.single-cta{background:var(--color-background-1, #ffeef4) !important}.job-heading .d-lg-flex{gap:0.9375rem}.job-type{background:var(--palettecolor-3, #1f0812);border-radius:2.5rem;color:#fff;font-size:0.75rem;letter-spacing:1.8px;line-height:0.875rem;text-transform:uppercase;padding:0.5rem 1.0625rem}.job-location:not(:last-child){margin-bottom:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.job-location:not(:last-child){margin-bottom:var(--padding-md, 2rem)}}article.post-type-jobs .tag-link__tag{margin-right:var(--padding-xs, 1rem)}@media screen and (min-width: 62rem){article.post-type-jobs .tag-link__tag{margin-right:var(--padding-xs, 1rem)}}article.post-type-jobs .heading-tag,article.post-type-jobs .heading-title{margin-bottom:0.625rem}article.post-type-jobs .heading-title{color:var(--palettecolor-1, #3983b4)}article.post-type-jobs .heading-wrapper{margin-bottom:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){article.post-type-jobs .heading-wrapper{margin-bottom:var(--padding-md, 2rem)}}.page-template-veteran-eoe-template .job-description{max-width:48rem}.swiper:not(.image-slider__swiper){overflow:visible}.swiper-slide{height:auto}.swiper-pagination{bottom:0 !important;position:relative;width:fit-content}.swiper-button-prev,.swiper-button-next{border:solid 2px var(--headings-color-1, #242424);border-radius:50%;color:var(--headings-color-1, #242424);left:unset;height:3.125rem;padding:0;position:relative;right:unset;top:unset;width:3.125rem}.swiper-button-prev::after,.swiper-button-next::after{display:none}.swiper-button-prev:hover,.swiper-button-next:hover{opacity:.6}.swiper-button-prev{padding-right:0.375rem}.swiper-button-next{padding-left:0.375rem}.swiper-arrows{align-items:flex-end;display:flex;gap:1.25rem;height:3.125rem;justify-content:center;position:relative;--swiper-theme-color: var(--palettecolor-1, #3983b4)}.swiper-navigation{border-bottom:solid 1px var(--text-color-2, #9c9da1);margin-left:auto;max-width:15.625rem;margin-top:var(--padding-lg, 2rem)}@media screen and (min-width: 62rem){.swiper-navigation{margin-top:var(--padding-lg, 3rem)}}.swiper-navigation .swiper-scrollbar .swiper-scrollbar-drag{height:0.25rem;background-color:var(--text-color-2, #9c9da1);cursor:pointer}.floating-phone{align-items:center;color:#fff;bottom:10%;box-shadow:0 4px 12px rgba(0,0,0,.15),0 2px 6px rgba(0,0,0,.1);background:var(--dark-background-2, #102542);border:solid 0.125rem #fff;border-right:none;border-radius:var(--radius-lg, 1rem) 0 0 var(--radius-lg, 1rem);justify-content:center;position:fixed;right:0;text-decoration:none;transition:all all .3s ease-in-out;z-index:999;padding-inline:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.floating-phone{padding-inline:var(--padding-md, 2rem)}}.floating-phone{padding-block:var(--padding-xs, 1rem)}@media screen and (min-width: 62rem){.floating-phone{padding-block:var(--padding-xs, 1rem)}}@media only screen and (max-width: 74.99375rem){.floating-phone{display:none}}.floating-phone p{color:inherit}.floating-phone:hover{box-shadow:0 6px 20px rgba(0,0,0,.2),0 4px 10px rgba(0,0,0,.15);color:var(--palettecolor-5, #f1a8bc);border-color:var(--palettecolor-5, #f1a8bc)}.floating-phone:focus{outline:2px solid #007bff;outline-offset:3px}.accordion-item{border-top:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important}@media only screen and (max-width: 47.99375rem){.accordion-item{margin-bottom:1.5625rem}}.accordion-item.open{--bs-accordion-border-color: var(--palettecolor-3, #1f0812)}.accordion-item:not(:last-child){margin-bottom:1.5625rem}@media only screen and (max-width: 47.99375rem){.accordion-item:not(:last-child){margin-bottom:3.4375rem}}@media only screen and (max-width: 47.99375rem){.accordion-item{--bs-accordion-btn-padding-y: 1.4375rem;--bs-accordion-btn-padding-x: 1.4375rem;--bs-accordion-body-padding-y: 1.4375rem;--bs-accordion-body-padding-x: 1.4375rem}}.accordion-header{color:var(--headings-color-1, #242424);font-family:var(--font-family, Rubik, sans-serif);transition:margin-bottom  0.15s ease-in-out}@media only screen and (max-width: 47.99375rem){.accordion-header{margin-bottom:-1.4375rem;margin-top:-1.4375rem}}.accordion-item.open .accordion-header{margin-bottom:calc(-2.1875rem - 0.625rem)}@media only screen and (max-width: 47.99375rem){.accordion-item.open .accordion-header{margin-bottom:calc(-1.4375rem - 0.5rem)}}.accordion-button{font-size:inherit}.accordion-button::after{transition:transform  0.2s ease-in-out, background-image  0.2s ease-in-out}.accordion-button:not(.close .accordion-button)::after{background-size:cover}.accordion-button:not(.close .accordion-button){box-shadow:none}.accordion-item,.accordion-button{border-radius:var(--bs-accordion-border-radius, 1rem)}.full-width-image{position:relative}.full-width-image h2.wp-block-heading:nth-child(1),.full-width-image h2.wp-block-heading:nth-child(2){margin:auto;max-width:952px}.full-width-image .background:not(.animated-image){position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;height:100%;background-size:cover;background-position:center}.full-width-image .content{position:relative;z-index:1;max-width:952px;margin:auto}.full-width-image .content .text{padding:20px;color:var(--text-color);text-align:center}.is-style-centered{text-align:center;margin:auto}.custom-block.slider{width:100%;height:auto}.custom-block.slider .inner-block-container{height:auto;position:relative}.custom-block.slider .swiper{height:auto}.custom-block.slider .swiper-wrapper{margin-bottom:32px}.custom-block.slider .swiper-slide{display:flex;flex-direction:column;position:relative}.custom-block.slider .lightbox-item,.custom-block.slider .swiper-slide>a{display:flex;z-index:1;backdrop-filter:blur(10px)}.custom-block.slider .bg-slide{width:100%;height:100%;background-image:var(--img);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:.7}@media(min-width: 782px){.custom-block.slider .bg-slide{display:none}}.custom-block.slider img{object-position:center;width:100%;height:fit-content;max-height:100%;aspect-ratio:1/1;z-index:1;backdrop-filter:blur(10px)}@media(min-width: 782px){.custom-block.slider img{aspect-ratio:3/2;height:var(--swiper-height, 400px)}}.custom-block.slider .img-cover{object-fit:cover}.custom-block.slider .img-contain{object-fit:contain}.custom-block.slider .img-fill{object-fit:fill}.team-images{display:flex;gap:var(--gap, 16px)}@media(min-width: 0){.team-images{flex-direction:column;align-items:flex-start}}@media(min-width: 782px){.team-images{flex-direction:row}}.team-images .team{display:flex;min-width:fit-content}.team-images .team img{height:var(--image-size);width:var(--image-size);border-radius:50%}.team-images .team img:not(:first-child){margin-left:-10px}.team-images .heading{font-size:16px;font-weight:600;margin-bottom:12px}.team-images .text{height:fit-content}.team-images p{font-size:14px}.team-images p:last-child{margin-bottom:0}.custom-block.youtube-video{display:unset}.custom-block.youtube-video #ytplayer{aspect-ratio:16/9;height:100%;width:100%}.hero-home{overflow-x:hidden;margin-bottom:var(--padding-xl, 2.5rem)}@media screen and (min-width: 62rem){.hero-home{margin-bottom:var(--padding-xl, 4rem)}}.hero-home::before{border-radius:979px;opacity:.3;background:radial-gradient(50% 50% at 50% 50%, rgba(255, 239, 119, 0.7) 0%, rgba(255, 239, 119, 0.5) 27%, rgba(255, 239, 119, 0.3) 52.01%, rgba(252, 253, 254, 0) 88.51%);width:979px;height:708px;content:"";position:absolute;z-index:-990;margin-top:-250px;left:35%}@media only screen and (max-width: 47.99375rem){.hero-home::before{display:none}}.hero-home::after{border-radius:679px;opacity:.6;background:radial-gradient(50% 50% at 50% 50%, rgba(158, 189, 220, 0.7) 0%, rgba(158, 189, 220, 0.5) 27%, rgba(158, 189, 220, 0.3) 52.01%, rgba(252, 253, 254, 0) 88.51%);width:40%;height:708px;content:"";position:absolute;z-index:-990;margin-top:-500px;max-width:679px;left:60%}@media only screen and (max-width: 47.99375rem){.hero-home::after{display:none}}.hero-home .btn2 svg{width:1.25rem;height:1.25rem;vertical-align:bottom}.hero-home h1{color:var(--dark-background-1, #191919);font-family:var(--font-family, Rubik, sans-serif);font-weight:400;line-height:3.25rem}.hero-home .subheader{color:var(--dark-background-1, #191919);font-size:1.1875rem;font-family:var(--font-family, Rubik, sans-serif);font-weight:300;line-height:1.78125rem}.hero-home .infotag{border-radius:var(--radius-xxl, 6.25rem);background:var(--palettecolor-5, #f1a8bc);color:var(--palettecolor-6, #7b138b);font-size:0.5625rem;font-weight:400;line-height:0.675rem;letter-spacing:0.084375rem;text-transform:uppercase;display:flex;padding:0.3125rem 0.9375rem;justify-content:center;align-items:center;gap:0.625rem;width:max-content}.hero-home .hero__img-wrapper{align-items:center;display:flex;gap:0.9375rem}.hero-home .hero__img{flex:0 0 10.8125rem}.hero-home .hero__img-caption{color:var(--text-light-color, #ffffff);font-weight:400;flex:0 1 12.875rem;line-height:1.05625rem;letter-spacing:0.008125rem}.hero-home .hero__img-caption p{color:inherit;font-size:inherit;font-weight:inherit;line-height:initial}.hero-home .hero__img-caption p:last-of-type{margin-bottom:0}.hero-home .hero__content>*:not(:last-child){margin-bottom:1.375rem}.hero-home .col-left{align-items:flex-start;display:flex;flex-direction:column;padding-right:1.875rem;gap:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.hero-home .col-left{gap:var(--padding-md, 2rem)}}.hero-home .herobtns{display:flex;align-items:center;gap:1.375rem}.hero-home .btn1{border-radius:var(--radius-xxl, 6.25rem);background:var(--palettecolor-1, #3983b4);color:#fff;text-align:center;font-family:var(--font-family, Rubik, sans-serif);font-size:0.875rem;font-weight:400;line-height:1.3125rem;display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:8px;text-decoration:none}.hero-home .btn1:hover{background:var(--palettecolor-2, #9c9da1)}.hero-home .btn2{display:flex;align-items:center;gap:0.3125rem;color:var(--dark-background-1, #191919);font-family:var(--font-family, Rubik, sans-serif);font-size:0.875rem;font-weight:400;line-height:1.3125rem;text-decoration:none}.hero-home .btn2:hover{color:var(--palettecolor-2, #9c9da1)}.hero-home .hero__media{border-radius:1rem;height:100%;overflow:hidden}.hero-home .hero__media img{width:100%}.hero-home .hero__media>*{height:100%;object-fit:cover}.news-banner{position:relative;overflow:hidden}.news-banner::before{background:radial-gradient(50% 50% at 50% 50%, rgba(255, 239, 119, 0.7) 0%, rgba(255, 239, 119, 0.5) 27%, rgba(255, 239, 119, 0.3) 52.01%, rgba(252, 253, 254, 0) 88.51%);border-radius:49.0625rem;content:"";height:40.5rem;left:0;position:absolute;top:198%;transform:translateY(-50%);width:40.5rem;z-index:-999}@media only screen and (max-width: 47.99375rem){.news-banner::before{display:none}}.news-banner::after{background:radial-gradient(50% 50% at 50% 50%, rgba(158, 189, 220, 0.7) 0%, rgba(158, 189, 220, 0.5) 27%, rgba(158, 189, 220, 0.3) 52.01%, rgba(252, 253, 254, 0) 88.51%);border-radius:49.0625rem;content:"";height:49.25rem;right:0;position:absolute;top:-45%;transform:translateY(-50%);width:44.25rem;z-index:-990}@media only screen and (max-width: 47.99375rem){.news-banner::after{display:none}}.news-banner .swiper-slide{padding:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.news-banner .swiper-slide{padding:var(--padding-md, 2rem)}}.news-banner .swiper-slide:hover{background:#fff}.news-banner a{text-decoration:none}.news-slide{display:block}.news-slide__title{align-items:center;color:var(--palettecolor-2, #9c9da1);display:flex;font-weight:700;justify-content:space-between}.news-slide__icon{color:var(--dark-background-1, #191919)}.news-slide__exceprt{color:var(--text-light-color, #ffffff) !important;font-weight:400}.icon-info .content h3{color:var(--text-color, #433e3f);font-family:var(--font-family, Rubik, sans-serif);font-size:1rem;font-weight:300;line-height:1.5rem}.icon-info .icon{width:20% !important;max-width:20%}.icon-info .icon img{border-radius:0.25rem;background:var(--light-background-2, #fff4e2);padding:0.625rem}.icon-info .content{width:80%;max-width:80%}.icon-info .content p{color:var(--text-light-color, #ffffff) !important;font-family:var(--font-family, Rubik, sans-serif);font-size:0.8125rem;font-weight:400;line-height:1.05625rem;letter-spacing:0.008125rem}.icon-columns{padding-top:3.75rem;padding-bottom:5.625rem}.pricing{position:relative}.pricing div div{margin-bottom:1.5625rem}.pricing::before{background:radial-gradient(50% 50% at 50% 50%, rgba(255, 239, 119, 0.7) 0%, rgba(255, 239, 119, 0.5) 27%, rgba(255, 239, 119, 0.3) 52.01%, rgba(252, 253, 254, 0) 88.51%);border-radius:49.0625rem;content:"";height:40.5rem;left:57%;position:absolute;top:40%;transform:translateY(-50%);width:40.5rem;z-index:-999}@media only screen and (max-width: 47.99375rem){.pricing::before{display:none}}.pricing::after{background:radial-gradient(50% 50% at 50% 50%, rgba(158, 189, 220, 0.7) 0%, rgba(158, 189, 220, 0.5) 27%, rgba(158, 189, 220, 0.3) 52.01%, rgba(252, 253, 254, 0) 88.51%);border-radius:49.0625rem;content:"";height:49.25rem;left:34%;position:absolute;top:48%;transform:translateY(-50%);width:44.25rem;z-index:-990}@media only screen and (max-width: 47.99375rem){.pricing::after{display:none}}.pricing h2{color:var(--text-color, #433e3f);font-family:var(--font-family, Rubik, sans-serif);font-weight:400;line-height:1.86875rem}.pricing .description{color:var(--text-light-color, #ffffff);font-size:0.8125rem;font-weight:400;line-height:1.05625rem;letter-spacing:0.008125rem;margin-bottom:1.875rem !important}.pricing .tags{border-radius:0.5rem;background:var(--color-background-2, #fffbf2);padding:0.4375rem 0.9375rem;max-width:fit-content;color:var(--palettecolor-2, #9c9da1);font-family:var(--font-family, Rubik, sans-serif);font-size:0.5625rem;font-weight:400;line-height:0.675rem;letter-spacing:0.084375rem;text-transform:uppercase}.pricing .buy-btn{border-radius:6.25rem;background:var(--dark-background-2, #102542);padding:0.75rem 2rem;color:#fff;text-align:center;font-family:var(--font-family, Rubik, sans-serif);font-size:0.875rem;font-weight:400;line-height:1.3125rem;text-decoration:none}.pricing .buy-btn:hover{background:var(--palettecolor-2, #9c9da1)}.pricing .fullprice{color:var(--dark-background-1, #191919) !important;font-family:"lustria",serif;font-size:2.375rem;font-weight:700;line-height:1.3;margin-bottom:0.75rem !important}.pricing .fullprice .year{color:var(--dark-background-1, #191919) !important;font-family:"lustria",serif;font-size:0.8125rem;font-weight:300;line-height:3.0875rem}.pricing .offerprice{color:var(--dark-background-1, #191919) !important;font-family:"lustria",serif;font-size:2.375rem;font-weight:700;line-height:3.0875rem}.pricing .offerprice .scratched{font-weight:500;text-decoration:line-through}.pricing .offerprice .year{color:var(--headings-color-1, #242424);font-family:"lustria",serif;font-size:0.8125rem;font-weight:300;line-height:3.0875rem}.pricing .list-items{list-style:none;padding-left:0rem}.pricing .list-items svg{fill:var(--palettecolor-3, #1f0812)}.pricing .list-item{align-items:center;display:flex;gap:0.3125rem}.pricing .card{align-items:flex-start;display:flex;flex-direction:column;gap:0;height:100%;justify-content:space-between}.pricing .card-title{margin-bottom:0.625rem !important}.pricing .card__tags{flex:0 0 1.5625rem}.pricing .card__content{align-items:flex-start;display:flex;flex:0 0 80%;flex-direction:column;gap:0;justify-content:flex-end}.addons__card{background:#fff;border-radius:var(--radius-md, 0.5rem);box-shadow:0rem 0.1875rem 0.9375rem 0rem rgba(0,0,0,.1);overflow:hidden}.addons__card-content{padding:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.addons__card-content{padding:var(--padding-md, 2rem)}}.addons__card-image{height:20rem;min-height:100%;object-fit:cover;object-position:top}.addons__card-col{align-items:center;display:flex}.addons__card:not(:last-of-type){margin-bottom:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.addons__card:not(:last-of-type){margin-bottom:var(--padding-md, 2rem)}}.addons .tags{padding-top:1.5625rem;padding-bottom:1.5625rem;padding-left:0rem;list-style:none;display:flex;gap:0.4375rem}.addons .tags li{padding:0.4375rem 0.9375rem;border-radius:0.5rem;background:var(--color-background-2, #fffbf2);text-transform:uppercase;margin-bottom:0.5rem}.addons .tags li p{font-family:var(--font-family, Rubik, sans-serif);font-weight:400;line-height:0.675rem;font-size:0.5625rem;color:var(--palettecolor-2, #9c9da1);letter-spacing:0.084375rem;margin-bottom:0rem}.addons .learn-btn{align-items:center;color:var(--dark-background-1, #191919);display:flex;font-size:0.875rem;font-weight:400;gap:0.3125rem;line-height:1}.addons .learn-btn:hover{color:var(--palettecolor-2, #9c9da1)}.features{--swiper-pagination-bullet-border-radius: 0.625rem;--swiper-pagination-bullet-height: 0.125rem;--swiper-pagination-bullet-width: 1.5625rem;--swiper-theme-color: var(--palettecolor-1, #3983b4)}.features .feature-card{border-radius:0.5rem;background:#fff;box-shadow:0rem 0.1875rem 0.9375rem 0rem rgba(0,0,0,.1);display:flex;flex-direction:column;gap:0;height:100%;margin-right:1.25rem;overflow:hidden}@media only screen and (max-width: 47.99375rem){.features .feature-card{margin-right:0rem}}.features .feature-card__content{flex:1 0 auto;padding:2.1875rem}.features .feature-card__image-wrapper{flex:0 0 17.75rem}.features .feature-card__image{height:17.75rem;object-fit:cover;width:100%}.features .tag{border-radius:6.25rem;background:var(--palettecolor-5, #f1a8bc);padding:0.3125rem 0.9375rem;max-width:fit-content;color:var(--palettecolor-6, #7b138b) !important;font-family:var(--font-family, Rubik, sans-serif);font-size:0.5625rem;font-weight:400;line-height:0.675rem;letter-spacing:0.084375rem;text-transform:uppercase;margin-bottom:1.5625rem !important}.features .nav-item{border-radius:0rem;margin-bottom:0 !important;width:25%}@media only screen and (max-width: 47.99375rem){.features .nav-item{width:100%}}.features .nav-link{width:100%;color:var(--text-color, #433e3f);text-align:center;font-family:var(--font-family, Rubik, sans-serif);font-size:0.8125rem;font-weight:700;line-height:1.05625rem;letter-spacing:0.008125rem;border-radius:0rem;border-bottom:2px solid rgba(172,172,172,.4)}@media only screen and (max-width: 47.99375rem){.features .nav-link{color:var(--text-color, #433e3f);border-bottom:none;border-radius:0.5rem;background-color:#fff}}.features .nav-link:hover{color:var(--palettecolor-2, #9c9da1)}.features .nav-pills .nav-link.active{background-color:rgba(0,0,0,0) !important;color:var(--palettecolor-2, #9c9da1);border-bottom:2px solid var(--palettecolor-2, #9c9da1);border-radius:0rem}.features .nav-pills .nav-link{border-radius:0rem}.features .nav-link .subtitle{color:var(--text-light-color, #ffffff);text-align:center;font-family:var(--font-family, Rubik, sans-serif);font-size:0.8125rem;font-weight:400;line-height:1.05625rem;letter-spacing:0.008125rem}.features .learn-more{color:var(--dark-background-1, #191919) !important;font-family:var(--font-family, Rubik, sans-serif);font-size:0.875rem;font-weight:400;line-height:1.3125rem;text-decoration:none}.features .learn-more svg{width:0.75rem;height:0.75rem;vertical-align:middle}.features .description{color:var(--text-color, #433e3f);font-family:var(--font-family, Rubik, sans-serif);font-size:1rem;font-weight:300;line-height:1.5rem;margin-bottom:1.5625rem !important}.features .swiper{padding-block:var(--padding-xl, 2.5rem)}@media screen and (min-width: 62rem){.features .swiper{padding-block:var(--padding-xl, 4rem)}}.features .swiper-pagination{width:fit-content !important}.references{background:var(--palettecolor-1, #3983b4);padding-block:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.references{padding-block:var(--padding-md, 2rem)}}.references .swiper-slide{padding-right:var(--padding-xl, 2.5rem)}@media screen and (min-width: 62rem){.references .swiper-slide{padding-right:var(--padding-xl, 4rem)}}.references p{color:#fff}.references .notes{opacity:.6}.small-cta{background:rgba(0,0,0,0);position:relative}.small-cta .cta-background{height:100%;inset:0;object-fit:cover;object-position:top;position:absolute;width:100%;z-index:-1}.small-cta .container{border-radius:var(--radius-lg, 1rem);overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;background:var(--palettecolor-4, #102542);padding:3.4375rem;padding:var(--padding-xl, 2.5rem) !important}@media screen and (min-width: 62rem){.small-cta .container{padding:var(--padding-xl, 4rem) !important}}@media only screen and (max-width: 47.99375rem){.small-cta .container{padding:1.5625rem 1.5625rem 3.125rem 1.5625rem}}.small-cta h2{color:#fff}.small-cta p{color:#fff !important;font-family:var(--font-family, Rubik, sans-serif);font-size:1rem;font-weight:300;line-height:1.5rem}.small-cta.single-cta{padding-top:var(--padding-xxxl, 4.5rem)}@media screen and (min-width: 62rem){.small-cta.single-cta{padding-top:var(--padding-xxxl, 7.5rem)}}.cta-content{width:100%;display:flex;gap:var(--padding-lg, 2rem)}@media screen and (min-width: 62rem){.cta-content{gap:var(--padding-lg, 3rem)}}@media only screen and (max-width: 61.99375rem){.cta-content{flex-wrap:wrap}}.single-post__bottom-section .cta-content{gap:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.single-post__bottom-section .cta-content{gap:var(--padding-md, 2rem)}}@media screen and (min-width: 62rem){.cta-content__col-left{flex:0 1 75%}}@media screen and (min-width: 62rem){.cta-content__col-right{flex:0 1 25%}}@media screen and (min-width: 48rem){.logos-gallery{display:flex;gap:1.25rem}}.logos-gallery__text{flex:0 0 20%}@media only screen and (max-width: 61.99375rem){.logos-gallery__text{margin-bottom:1.25rem}}.logos-gallery .logos__text{font-size:0.8125rem}.logos-gallery .logos-wrapper{column-gap:3rem;display:flex;flex:1 0 80%;flex-wrap:wrap;justify-content:flex-start;row-gap:2.1875rem}@media only screen and (max-width: 61.99375rem){.logos-gallery .logos-wrapper{column-gap:1.5rem;justify-content:space-around}}.logos-gallery .logo-item{align-items:center;color:#fff;display:flex;flex:0 1 7.9375rem;font-size:1.5rem;justify-content:center}.logos-gallery .logo-item__img{height:100%;object-fit:contain;width:100%}.content-box__wrapper.dark{background:var(--dark-background-2, #102542);border-radius:var(--radius-md, 0.5rem);padding:var(--padding-md, 1.5rem)}@media screen and (min-width: 62rem){.content-box__wrapper.dark{padding:var(--padding-md, 2rem)}}.content-box__wrapper.dark p{color:#fff}.content-box__wrapper .wp-block-columns{padding-left:0 !important;padding-right:0 !important}