.Chatbot_chatContainer__LMIUc{position:fixed;inset-block-end:20px;inset-inline-end:20px;z-index:1000;font-family:var(--font-manrope),system-ui,sans-serif}.Chatbot_chatToggle___mXeZ{display:flex;align-items:center;justify-content:center;inline-size:60px;block-size:60px;font-size:24px;color:var(--color-background);cursor:pointer;background:var(--color-accent);border:none;border-radius:50%;box-shadow:0 4px 20px rgba(0,0,0,.3);transition:all .3s ease}.Chatbot_chatToggle___mXeZ:hover{box-shadow:0 6px 25px rgba(0,0,0,.4);transform:scale(1.1)}.Chatbot_chatToggle___mXeZ:active{transform:scale(.95)}.Chatbot_chatWindow__F3at4{position:absolute;inset-block-end:80px;inset-inline-end:0;display:flex;flex-direction:column;inline-size:380px;max-inline-size:calc(100vw - 40px);block-size:500px;overflow:hidden;background:var(--color-card-background);border:1px solid var(--color-border);border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.3);animation:Chatbot_slide-up__B7YXA .3s ease-out}@media(max-width:480px){.Chatbot_chatWindow__F3at4{inset-block-end:70px;inline-size:calc(100vw - 40px);block-size:450px}}@keyframes Chatbot_slide-up__B7YXA{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Chatbot_blink__xpLCc{0%,50%{opacity:1}51%,to{opacity:0}}.Chatbot_chatHeader__xMX1o{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;color:var(--color-background);background:var(--color-accent)}.Chatbot_chatHeader__xMX1o h3{margin:0;font-size:18px;font-weight:600}.Chatbot_remainingQuestions__e8sjl{padding:4px 8px;font-size:12px;background:hsla(0,0%,100%,.2);border-radius:12px;opacity:.9}.Chatbot_messagesContainer__3xDcO{display:flex;flex:1 1;flex-direction:column;gap:12px;min-block-size:0;max-block-size:100%;padding:16px;overflow:hidden auto}.Chatbot_messagesContainer__3xDcO::-webkit-scrollbar{inline-size:6px}.Chatbot_messagesContainer__3xDcO::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.Chatbot_messagesContainer__3xDcO::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.Chatbot_messagesContainer__3xDcO::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}.Chatbot_messageContent__zfsVR{position:relative;padding:12px 16px;font-size:14px;line-height:1.4;word-wrap:break-word;border-radius:18px}.Chatbot_messageContent__zfsVR.Chatbot_typing__imCVt:after{-webkit-margin-start:2px;margin-inline-start:2px;color:var(--color-accent);content:"▌";animation:Chatbot_blink__xpLCc 1s infinite}.Chatbot_message__mpMnq{display:flex;flex-shrink:0;flex-direction:column;max-inline-size:80%}.Chatbot_message__mpMnq.Chatbot_user__cd6SB{align-items:flex-end;align-self:flex-end}.Chatbot_message__mpMnq.Chatbot_user__cd6SB .Chatbot_messageContent__zfsVR{color:var(--color-background);background:var(--color-accent)}.Chatbot_message__mpMnq.Chatbot_bot__5N7KO{align-items:flex-start;align-self:flex-start}.Chatbot_message__mpMnq.Chatbot_bot__5N7KO .Chatbot_messageContent__zfsVR{position:relative;color:var(--color-text-primary);background:var(--color-secondary-bg)}.Chatbot_message__mpMnq.Chatbot_bot__5N7KO .Chatbot_messageContent__zfsVR.Chatbot_error__HJ8xf{color:var(--color-error);background:rgba(var(--color-error-rgb),.1);border:1px solid rgba(var(--color-error-rgb),.3)}.Chatbot_message__mpMnq.Chatbot_suggestions__Zcqls{align-items:flex-start;align-self:flex-start;max-inline-size:100%}.Chatbot_message__mpMnq.Chatbot_suggestions__Zcqls .Chatbot_suggestedQuestions__gTmLJ{padding:16px;background:var(--color-card-background);border:1px solid var(--color-border);border-radius:12px}.Chatbot_message__mpMnq.Chatbot_suggestions__Zcqls .Chatbot_suggestedQuestions__gTmLJ p{margin:0 0 12px;font-size:14px;font-weight:500;color:var(--color-text-secondary)}.Chatbot_message__mpMnq.Chatbot_suggestions__Zcqls .Chatbot_suggestedQuestions__gTmLJ .Chatbot_suggestionButton__ki5An{display:block;inline-size:100%;padding:10px 14px;-webkit-margin-after:8px;margin-block-end:8px;font-size:14px;color:var(--color-text-primary);text-align:start;cursor:pointer;background:var(--color-secondary-bg);border:1px solid var(--color-border);border-radius:8px;transition:all .2s ease}.Chatbot_message__mpMnq.Chatbot_suggestions__Zcqls .Chatbot_suggestedQuestions__gTmLJ .Chatbot_suggestionButton__ki5An:hover{background:var(--color-hover);border-color:var(--color-accent);transform:translateY(-1px)}.Chatbot_message__mpMnq.Chatbot_suggestions__Zcqls .Chatbot_suggestedQuestions__gTmLJ .Chatbot_suggestionButton__ki5An:active{transform:translateY(0)}.Chatbot_message__mpMnq.Chatbot_suggestions__Zcqls .Chatbot_suggestedQuestions__gTmLJ .Chatbot_suggestionButton__ki5An:last-child{-webkit-margin-after:0;margin-block-end:0}.Chatbot_aiIndicator__d1MUH{display:inline-block;-webkit-margin-start:8px;margin-inline-start:8px;font-size:10px;opacity:.7}.Chatbot_timestamp__WC1g9{-webkit-margin-before:4px;margin-block-start:4px;font-size:11px;color:var(--color-text-secondary);opacity:.7}.Chatbot_typing__imCVt{display:flex;gap:4px;padding:8px 0}.Chatbot_typing__imCVt span{inline-size:6px;block-size:6px;background:var(--color-text-secondary);border-radius:50%;animation:Chatbot_typing__imCVt 1.4s ease-in-out infinite}.Chatbot_typing__imCVt span:nth-child(2){animation-delay:.2s}.Chatbot_typing__imCVt span:nth-child(3){animation-delay:.4s}@keyframes Chatbot_typing__imCVt{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}.Chatbot_inputForm__tt2JN{display:flex;flex-shrink:0;gap:8px;padding:16px;background:var(--color-card-background);-webkit-border-before:1px solid var(--color-border);border-block-start:1px solid var(--color-border)}.Chatbot_messageInput__Nr6aW{flex:1 1;padding:10px 16px;font-size:14px;color:var(--color-text-primary);outline:none;background:var(--color-secondary-bg);border:1px solid var(--color-border);border-radius:20px;transition:all .2s ease}.Chatbot_messageInput__Nr6aW:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px rgba(var(--color-accent-rgb),.2)}.Chatbot_messageInput__Nr6aW::placeholder{color:var(--color-text-secondary);opacity:.7}.Chatbot_messageInput__Nr6aW:disabled{cursor:not-allowed;opacity:.6}.Chatbot_sendButton__7L0_k{display:flex;align-items:center;justify-content:center;inline-size:40px;block-size:40px;font-size:16px;color:var(--color-background);cursor:pointer;background:var(--color-accent);border:none;border-radius:50%;transition:all .2s ease}.Chatbot_sendButton__7L0_k:disabled{cursor:not-allowed;opacity:.5;transform:none}.Chatbot_sendButton__7L0_k:hover:not(:disabled){box-shadow:0 2px 8px rgba(var(--color-accent-rgb),.4);transform:scale(1.05)}.CustomCursor_cursor__29zai{position:fixed;z-index:9999;display:flex;align-items:center;justify-content:center;inline-size:20px;block-size:20px;pointer-events:none;background-color:#fff;border-radius:50%;mix-blend-mode:difference;transform-origin:center center}@media(hover:none){.CustomCursor_cursor__29zai{display:none}}.CustomCursor_cursor__29zai.CustomCursor_hover__t2S6O{background-color:#000;mix-blend-mode:soft-light}.CustomCursor_cursorText__yJycE{font-family:var(--font-geist);font-size:.2rem;font-weight:300;line-height:1;color:#000;text-align:center;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:0;translate:-50%,40%}.InteractiveGradient_gradientBackground__G_aX8{position:fixed;inset:0;z-index:-1;inline-size:100%;block-size:100%;background:linear-gradient(135deg,var(--color-background),var(--color-secondary-bg));--intensity:0.8}.InteractiveGradient_svgBlur__fZYxl{display:none}.InteractiveGradient_noiseBg__YQtY5{position:absolute;inset-block-start:0;inset-inline-start:0;z-index:1;inline-size:100%;block-size:100%;pointer-events:none;mix-blend-mode:soft-light;opacity:calc(.2*var(--intensity))}.InteractiveGradient_gradientsContainer__J4PGc{position:absolute;inset:0;inline-size:100%;block-size:100%;filter:url(#goo) blur(50px)}.InteractiveGradient_gradient__K5vPX{position:absolute;pointer-events:none;border-radius:50%;mix-blend-mode:hard-light}.InteractiveGradient_g1__FwLD5{inset-block-start:40%;inset-inline-start:30%;inline-size:75%;block-size:75%;background:radial-gradient(circle at center,rgba(var(--gradient-work-accent-rgb,212,162,118),calc(.7 * var(--intensity))) 0,transparent 50%);animation:InteractiveGradient_moveVertical__AP7WZ 30s linear infinite}[data-theme=dark] .InteractiveGradient_g1__FwLD5{inset-block-start:50%;inset-inline-start:45%;inline-size:50%;block-size:50%;animation-name:InteractiveGradient_moveVerticalDark__52yyj}.InteractiveGradient_g2__iWXUg{inset-block-start:25%;inset-inline-start:25%;inline-size:75%;block-size:75%;background:radial-gradient(circle at center,rgba(var(--gradient-accent-secondary-rgb,161,136,196),calc(.7 * var(--intensity))) 0,transparent 50%);transform-origin:calc(50% - 350px);animation:InteractiveGradient_moveInCircle__d12KL 25s linear infinite reverse}[data-theme=dark] .InteractiveGradient_g2__iWXUg{inline-size:50%;block-size:50%}.InteractiveGradient_g3__oelYD{inset-block-start:calc(10% + 200px);inset-inline-start:calc(10% - 500px);inline-size:80%;block-size:80%;background:radial-gradient(circle at center,rgba(var(--gradient-accent-tertiary-rgb,196,208,138),calc(.7 * var(--intensity))) 0,transparent 50%);transform-origin:calc(50% + 400px);animation:InteractiveGradient_moveInCircle__d12KL 20s linear infinite}[data-theme=dark] .InteractiveGradient_g3__oelYD{inline-size:50%;block-size:50%}.InteractiveGradient_g4__WZ2lj{inset-block-start:10%;inset-inline-start:10%;inline-size:80%;block-size:80%;background:radial-gradient(circle at center,rgba(var(--gradient-error-rgb,227,176,168),calc(.7 * var(--intensity))) 0,transparent 50%);transform-origin:calc(50% - 200px);animation:InteractiveGradient_moveHorizontal__P7spn 40s linear infinite}[data-theme=dark] .InteractiveGradient_g4__WZ2lj{inline-size:50%;block-size:50%}.InteractiveGradient_g5__qMmAH{inset-block-start:-10%;inset-inline-start:-10%;inline-size:75%;block-size:75%;background:radial-gradient(circle at center,rgba(var(--gradient-text-secondary-rgb,214,204,196),calc(.7 * var(--intensity))) 0,transparent 50%);animation:InteractiveGradient_moveDiagonal__RM7nL 40s linear infinite}[data-theme=dark] .InteractiveGradient_g5__qMmAH{inline-size:50%;block-size:50%;animation-name:InteractiveGradient_moveDiagonalDark__6M2af}.InteractiveGradient_interactive__1bDSr{inset-block-start:12.5%;inset-inline-start:12.5%;inline-size:75%;block-size:75%;background:radial-gradient(circle at center,rgba(var(--gradient-accent-rgb,244,230,215),calc(.7 * var(--intensity))) 0,transparent 50%)}[data-theme=dark] .InteractiveGradient_interactive__1bDSr{inset-block-start:25%;inset-inline-start:25%;inline-size:50%;block-size:50%}.InteractiveGradient_content__CDW34{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;inline-size:100%;block-size:100%;padding:2rem}.InteractiveGradient_warm__2j7ua .InteractiveGradient_g1__FwLD5{background:radial-gradient(circle at center,rgba(var(--gradient-accent-rgb,244,230,215),calc(.7 * var(--intensity))) 0,transparent 50%)}.InteractiveGradient_warm__2j7ua .InteractiveGradient_g2__iWXUg,.InteractiveGradient_warm__2j7ua .InteractiveGradient_g3__oelYD{background:radial-gradient(circle at center,rgba(var(--gradient-accent-tertiary-rgb,232,240,215),calc(.7 * var(--intensity))) 0,transparent 50%)}.InteractiveGradient_cool__YZiLt .InteractiveGradient_g1__FwLD5,.InteractiveGradient_cool__YZiLt .InteractiveGradient_interactive__1bDSr{background:radial-gradient(circle at center,rgba(var(--gradient-accent-secondary-rgb,232,223,240),calc(.7 * var(--intensity))) 0,transparent 50%)}.InteractiveGradient_accent__ZNFkw .InteractiveGradient_g1__FwLD5,.InteractiveGradient_accent__ZNFkw .InteractiveGradient_g2__iWXUg,.InteractiveGradient_accent__ZNFkw .InteractiveGradient_interactive__1bDSr{background:radial-gradient(circle at center,rgba(var(--gradient-accent-rgb,244,230,215),calc(.7 * var(--intensity))) 0,transparent 50%)}@keyframes InteractiveGradient_moveInCircle__d12KL{0%{transform:rotate(180deg)}50%{transform:rotate(1turn)}to{transform:rotate(540deg)}}@keyframes InteractiveGradient_moveVertical__AP7WZ{0%,to{transform:translateY(-130%)}50%{transform:translateY(50%)}}@keyframes InteractiveGradient_moveVerticalDark__52yyj{0%,to{transform:translateY(-180%)}50%{transform:translateY(80%)}}@keyframes InteractiveGradient_moveHorizontal__P7spn{0%{transform:translateX(-85%) translateY(20%)}50%{transform:translateX(85%) translateY(-25%)}to{transform:translateX(-85%) translateY(20%)}}@keyframes InteractiveGradient_moveDiagonal__RM7nL{0%,to{transform:translateX(-50%) translateY(-50%)}50%{transform:translateX(120%) translateY(120%)}}@keyframes InteractiveGradient_moveDiagonalDark__6M2af{0%,to{transform:translateX(-30%) translateY(-30%)}50%{transform:translateX(180%) translateY(180%)}}@media(min-width:768px){.InteractiveGradient_gradientsContainer__J4PGc{filter:url(#goo) blur(40px)}}@media(min-width:640px){.InteractiveGradient_gradientsContainer__J4PGc{filter:url(#goo) blur(10px)}[data-theme=dark] .InteractiveGradient_gradientsContainer__J4PGc{filter:url(#goo) blur(20px)}.InteractiveGradient_g2__iWXUg,.InteractiveGradient_g3__oelYD,.InteractiveGradient_g4__WZ2lj{inset-block-start:15%;inset-inline-start:8%;inline-size:75%;block-size:75%}[data-theme=dark] .InteractiveGradient_g2__iWXUg,[data-theme=dark] .InteractiveGradient_g3__oelYD,[data-theme=dark] .InteractiveGradient_g4__WZ2lj{inset-block-start:25%;inset-inline-start:25%;inline-size:50%;block-size:50%}}@media(prefers-reduced-motion:reduce){.InteractiveGradient_gradient__K5vPX{animation-duration:60s}.InteractiveGradient_interactive__1bDSr{transition:none}}@media(hover:none){.InteractiveGradient_gradient__K5vPX{animation-play-state:paused}}html.lenis{block-size:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}:root{--color-primary-dark:#35302b;--color-primary-light:#ebe5de;--color-accent:#d4a276;--color-secondary-bg:#3f3a34;--color-text-primary:#ebe5de;--color-text-secondary:#c4b8ad;--color-background:#35302b;--color-background-rgb:53,48,43;--color-card-background:#3f3a34;--color-border:rgba(212,162,118,0.15);--color-hover:rgba(212,162,118,0.15);--color-focus:rgba(212,162,118,0.3);--color-success:#9ba661;--color-error:#d1837a;--color-warning:#d4a276;--color-accent-secondary:#a188c4;--color-accent-tertiary:#9ba661;--color-timeline-line:#c4b8ad;--color-work-accent:#d4a276;--color-education-accent:#a188c4;--color-accent-rgb:212,162,118;--color-accent-secondary-rgb:161,136,196;--color-accent-tertiary-rgb:155,166,97;--color-work-accent-rgb:212,162,118;--color-education-accent-rgb:161,136,196;--color-text-secondary-rgb:196,184,173;--color-error-rgb:209,131,122;--gradient-accent-rgb:212,162,118;--gradient-accent-secondary-rgb:161,136,196;--gradient-accent-tertiary-rgb:155,166,97;--gradient-work-accent-rgb:212,162,118;--gradient-education-accent-rgb:161,136,196;--gradient-error-rgb:209,131,122;--gradient-text-secondary-rgb:196,184,173}.theme-dark{color-scheme:dark}.theme-light{color-scheme:light}:root.theme-light{--color-primary-dark:#d4c7b8;--color-primary-light:#2a2522;--color-accent:#a67c52;--color-secondary-bg:#c9baaa;--color-text-primary:#2a2522;--color-text-secondary:#4a403a;--color-background:#d4c7b8;--color-background-rgb:212,199,184;--color-card-background:#c9baaa;--color-border:rgba(166,124,82,0.2);--color-hover:rgba(166,124,82,0.12);--color-focus:rgba(166,124,82,0.25);--color-success:#5d6b2f;--color-error:#9a4a42;--color-warning:#a67c52;--color-accent-secondary:#6d5a84;--color-accent-tertiary:#5d6b2f;--color-timeline-line:#4a403a;--color-work-accent:#a67c52;--color-education-accent:#6d5a84;--color-accent-rgb:166,124,82;--color-accent-secondary-rgb:109,90,132;--color-accent-tertiary-rgb:93,107,47;--color-work-accent-rgb:166,124,82;--color-education-accent-rgb:109,90,132;--color-text-secondary-rgb:74,64,58;--color-error-rgb:154,74,66;--gradient-accent-rgb:184,145,107;--gradient-accent-secondary-rgb:150,136,184;--gradient-accent-tertiary-rgb:139,166,97;--gradient-work-accent-rgb:184,145,107;--gradient-education-accent-rgb:150,136,184;--gradient-error-rgb:196,146,133;--gradient-text-secondary-rgb:166,156,145}:root.theme-dark{--color-primary-dark:#35302b;--color-primary-light:#ebe5de;--color-accent:#d4a276;--color-secondary-bg:#3f3a34;--color-text-primary:#ebe5de;--color-text-secondary:#c4b8ad;--color-background:#35302b;--color-background-rgb:53,48,43;--color-card-background:#3f3a34;--color-border:rgba(212,162,118,0.15);--color-hover:rgba(212,162,118,0.15);--color-focus:rgba(212,162,118,0.3);--color-success:#9ba661;--color-error:#d1837a;--color-warning:#d4a276;--color-accent-secondary:#a188c4;--color-accent-tertiary:#9ba661;--color-timeline-line:#c4b8ad;--color-work-accent:#d4a276;--color-education-accent:#a188c4;--color-accent-rgb:212,162,118;--color-accent-secondary-rgb:161,136,196;--color-accent-tertiary-rgb:155,166,97;--color-work-accent-rgb:212,162,118;--color-education-accent-rgb:161,136,196;--color-text-secondary-rgb:196,184,173;--color-error-rgb:209,131,122;--gradient-accent-rgb:212,162,118;--gradient-accent-secondary-rgb:161,136,196;--gradient-accent-tertiary-rgb:155,166,97;--gradient-work-accent-rgb:212,162,118;--gradient-education-accent-rgb:161,136,196;--gradient-error-rgb:209,131,122;--gradient-text-secondary-rgb:196,184,173}html{font-size:16px}body,html{max-inline-size:100vw;overflow-x:hidden}body{font-family:var(--font-manrope),system-ui,sans-serif;font-size:1rem;line-height:1.6;color:var(--color-text-secondary);cursor:none;background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease}@media(hover:none){body{cursor:auto}}*{box-sizing:border-box;padding:0;margin:0}.root{isolation:isolate}h1,h2,h3,h4,h5,h6{font-family:var(--font-geist-sans),system-ui,sans-serif;font-weight:700;line-height:1.2;color:var(--color-text-primary)}h1{-webkit-margin-after:1.5rem;margin-block-end:1.5rem;font-size:2.5rem}h2{-webkit-margin-after:1.25rem;margin-block-end:1.25rem;font-size:2rem}h3{-webkit-margin-after:1rem;margin-block-end:1rem;font-size:1.75rem}h4{-webkit-margin-after:.75rem;margin-block-end:.75rem;font-size:1.5rem}p{-webkit-margin-after:1rem;margin-block-end:1rem}[role=button],a,button,input,select,textarea{cursor:none}@media(hover:none){[role=button],a,button,input,select,textarea{cursor:pointer}}a{color:var(--color-accent);text-decoration:none;transition:all .2s ease}a:hover{text-decoration:underline}button{font-family:var(--font-manrope),system-ui,sans-serif}.container{max-inline-size:1200px;padding:0 1.5rem;margin:0 auto}@media(min-width:640px){.container{padding:0 2rem}}section{padding:2rem 0}@media(min-width:768px){section{padding:3rem 0}}@media(min-width:1024px){section{padding:5rem 0}}.accent-text{color:var(--color-accent)}.accent-secondary-text{color:var(--color-accent-secondary)}.accent-tertiary-text{color:var(--color-accent-tertiary)}.work-accent-text{color:var(--color-work-accent)}.education-accent-text{color:var(--color-education-accent)}.visually-hidden{position:absolute;inline-size:1px;block-size:1px;padding:0;margin:-1px;overflow:hidden;white-space:nowrap;border:0;clip:rect(0,0,0,0)}@media(prefers-color-scheme:dark){html{color-scheme:dark}}@media(prefers-color-scheme:light){html{color-scheme:light}}.container{inline-size:100%;padding-inline:.75rem;margin-inline:auto}@media(min-width:640px){.container{max-inline-size:100%}}@media(min-width:768px){.container{max-inline-size:720px}}@media(min-width:1024px){.container{max-inline-size:960px}}@media(min-width:1280px){.container{max-inline-size:1140px}}@media(min-width:1536px){.container{max-inline-size:1320px}}.container-fluid{inline-size:100%;padding-inline:.75rem;margin-inline:auto}.row{display:flex;flex-wrap:wrap;margin-inline:-.75rem}.row-no-gutters{margin-inline:0}.row-no-gutters>[class*=col-]{padding-inline:0}.col{flex-grow:1;flex-basis:0;max-inline-size:100%}.col,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{position:relative;inline-size:100%;padding-inline:.75rem}@media(min-width:640px){.col-sm{flex-grow:1;flex-basis:0;max-inline-size:100%}.col-sm-1{flex:0 0 8.3333333333%;max-inline-size:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-inline-size:16.6666666667%}.col-sm-3{flex:0 0 25%;max-inline-size:25%}.col-sm-4{flex:0 0 33.3333333333%;max-inline-size:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-inline-size:41.6666666667%}.col-sm-6{flex:0 0 50%;max-inline-size:50%}.col-sm-7{flex:0 0 58.3333333333%;max-inline-size:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-inline-size:66.6666666667%}.col-sm-9{flex:0 0 75%;max-inline-size:75%}.col-sm-10{flex:0 0 83.3333333333%;max-inline-size:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-inline-size:91.6666666667%}.col-sm-12{flex:0 0 100%;max-inline-size:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{-webkit-margin-start:0;margin-inline-start:0}.offset-sm-1{-webkit-margin-start:8.3333333333%;margin-inline-start:8.3333333333%}.offset-sm-2{-webkit-margin-start:16.6666666667%;margin-inline-start:16.6666666667%}.offset-sm-3{-webkit-margin-start:25%;margin-inline-start:25%}.offset-sm-4{-webkit-margin-start:33.3333333333%;margin-inline-start:33.3333333333%}.offset-sm-5{-webkit-margin-start:41.6666666667%;margin-inline-start:41.6666666667%}.offset-sm-6{-webkit-margin-start:50%;margin-inline-start:50%}.offset-sm-7{-webkit-margin-start:58.3333333333%;margin-inline-start:58.3333333333%}.offset-sm-8{-webkit-margin-start:66.6666666667%;margin-inline-start:66.6666666667%}.offset-sm-9{-webkit-margin-start:75%;margin-inline-start:75%}.offset-sm-10{-webkit-margin-start:83.3333333333%;margin-inline-start:83.3333333333%}.offset-sm-11{-webkit-margin-start:91.6666666667%;margin-inline-start:91.6666666667%}}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{position:relative;inline-size:100%;padding-inline:.75rem}@media(min-width:768px){.col-md{flex-grow:1;flex-basis:0;max-inline-size:100%}.col-md-1{flex:0 0 8.3333333333%;max-inline-size:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-inline-size:16.6666666667%}.col-md-3{flex:0 0 25%;max-inline-size:25%}.col-md-4{flex:0 0 33.3333333333%;max-inline-size:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-inline-size:41.6666666667%}.col-md-6{flex:0 0 50%;max-inline-size:50%}.col-md-7{flex:0 0 58.3333333333%;max-inline-size:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-inline-size:66.6666666667%}.col-md-9{flex:0 0 75%;max-inline-size:75%}.col-md-10{flex:0 0 83.3333333333%;max-inline-size:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-inline-size:91.6666666667%}.col-md-12{flex:0 0 100%;max-inline-size:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{-webkit-margin-start:0;margin-inline-start:0}.offset-md-1{-webkit-margin-start:8.3333333333%;margin-inline-start:8.3333333333%}.offset-md-2{-webkit-margin-start:16.6666666667%;margin-inline-start:16.6666666667%}.offset-md-3{-webkit-margin-start:25%;margin-inline-start:25%}.offset-md-4{-webkit-margin-start:33.3333333333%;margin-inline-start:33.3333333333%}.offset-md-5{-webkit-margin-start:41.6666666667%;margin-inline-start:41.6666666667%}.offset-md-6{-webkit-margin-start:50%;margin-inline-start:50%}.offset-md-7{-webkit-margin-start:58.3333333333%;margin-inline-start:58.3333333333%}.offset-md-8{-webkit-margin-start:66.6666666667%;margin-inline-start:66.6666666667%}.offset-md-9{-webkit-margin-start:75%;margin-inline-start:75%}.offset-md-10{-webkit-margin-start:83.3333333333%;margin-inline-start:83.3333333333%}.offset-md-11{-webkit-margin-start:91.6666666667%;margin-inline-start:91.6666666667%}}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{position:relative;inline-size:100%;padding-inline:.75rem}@media(min-width:1024px){.col-lg{flex-grow:1;flex-basis:0;max-inline-size:100%}.col-lg-1{flex:0 0 8.3333333333%;max-inline-size:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-inline-size:16.6666666667%}.col-lg-3{flex:0 0 25%;max-inline-size:25%}.col-lg-4{flex:0 0 33.3333333333%;max-inline-size:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-inline-size:41.6666666667%}.col-lg-6{flex:0 0 50%;max-inline-size:50%}.col-lg-7{flex:0 0 58.3333333333%;max-inline-size:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-inline-size:66.6666666667%}.col-lg-9{flex:0 0 75%;max-inline-size:75%}.col-lg-10{flex:0 0 83.3333333333%;max-inline-size:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-inline-size:91.6666666667%}.col-lg-12{flex:0 0 100%;max-inline-size:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{-webkit-margin-start:0;margin-inline-start:0}.offset-lg-1{-webkit-margin-start:8.3333333333%;margin-inline-start:8.3333333333%}.offset-lg-2{-webkit-margin-start:16.6666666667%;margin-inline-start:16.6666666667%}.offset-lg-3{-webkit-margin-start:25%;margin-inline-start:25%}.offset-lg-4{-webkit-margin-start:33.3333333333%;margin-inline-start:33.3333333333%}.offset-lg-5{-webkit-margin-start:41.6666666667%;margin-inline-start:41.6666666667%}.offset-lg-6{-webkit-margin-start:50%;margin-inline-start:50%}.offset-lg-7{-webkit-margin-start:58.3333333333%;margin-inline-start:58.3333333333%}.offset-lg-8{-webkit-margin-start:66.6666666667%;margin-inline-start:66.6666666667%}.offset-lg-9{-webkit-margin-start:75%;margin-inline-start:75%}.offset-lg-10{-webkit-margin-start:83.3333333333%;margin-inline-start:83.3333333333%}.offset-lg-11{-webkit-margin-start:91.6666666667%;margin-inline-start:91.6666666667%}}.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{position:relative;inline-size:100%;padding-inline:.75rem}@media(min-width:1280px){.col-xl{flex-grow:1;flex-basis:0;max-inline-size:100%}.col-xl-1{flex:0 0 8.3333333333%;max-inline-size:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-inline-size:16.6666666667%}.col-xl-3{flex:0 0 25%;max-inline-size:25%}.col-xl-4{flex:0 0 33.3333333333%;max-inline-size:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-inline-size:41.6666666667%}.col-xl-6{flex:0 0 50%;max-inline-size:50%}.col-xl-7{flex:0 0 58.3333333333%;max-inline-size:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-inline-size:66.6666666667%}.col-xl-9{flex:0 0 75%;max-inline-size:75%}.col-xl-10{flex:0 0 83.3333333333%;max-inline-size:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-inline-size:91.6666666667%}.col-xl-12{flex:0 0 100%;max-inline-size:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{-webkit-margin-start:0;margin-inline-start:0}.offset-xl-1{-webkit-margin-start:8.3333333333%;margin-inline-start:8.3333333333%}.offset-xl-2{-webkit-margin-start:16.6666666667%;margin-inline-start:16.6666666667%}.offset-xl-3{-webkit-margin-start:25%;margin-inline-start:25%}.offset-xl-4{-webkit-margin-start:33.3333333333%;margin-inline-start:33.3333333333%}.offset-xl-5{-webkit-margin-start:41.6666666667%;margin-inline-start:41.6666666667%}.offset-xl-6{-webkit-margin-start:50%;margin-inline-start:50%}.offset-xl-7{-webkit-margin-start:58.3333333333%;margin-inline-start:58.3333333333%}.offset-xl-8{-webkit-margin-start:66.6666666667%;margin-inline-start:66.6666666667%}.offset-xl-9{-webkit-margin-start:75%;margin-inline-start:75%}.offset-xl-10{-webkit-margin-start:83.3333333333%;margin-inline-start:83.3333333333%}.offset-xl-11{-webkit-margin-start:91.6666666667%;margin-inline-start:91.6666666667%}}.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9{position:relative;inline-size:100%;padding-inline:.75rem}@media(min-width:1536px){.col-xxl{flex-grow:1;flex-basis:0;max-inline-size:100%}.col-xxl-1{flex:0 0 8.3333333333%;max-inline-size:8.3333333333%}.col-xxl-2{flex:0 0 16.6666666667%;max-inline-size:16.6666666667%}.col-xxl-3{flex:0 0 25%;max-inline-size:25%}.col-xxl-4{flex:0 0 33.3333333333%;max-inline-size:33.3333333333%}.col-xxl-5{flex:0 0 41.6666666667%;max-inline-size:41.6666666667%}.col-xxl-6{flex:0 0 50%;max-inline-size:50%}.col-xxl-7{flex:0 0 58.3333333333%;max-inline-size:58.3333333333%}.col-xxl-8{flex:0 0 66.6666666667%;max-inline-size:66.6666666667%}.col-xxl-9{flex:0 0 75%;max-inline-size:75%}.col-xxl-10{flex:0 0 83.3333333333%;max-inline-size:83.3333333333%}.col-xxl-11{flex:0 0 91.6666666667%;max-inline-size:91.6666666667%}.col-xxl-12{flex:0 0 100%;max-inline-size:100%}.order-xxl-first{order:-1}.order-xxl-last{order:13}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}.offset-xxl-0{-webkit-margin-start:0;margin-inline-start:0}.offset-xxl-1{-webkit-margin-start:8.3333333333%;margin-inline-start:8.3333333333%}.offset-xxl-2{-webkit-margin-start:16.6666666667%;margin-inline-start:16.6666666667%}.offset-xxl-3{-webkit-margin-start:25%;margin-inline-start:25%}.offset-xxl-4{-webkit-margin-start:33.3333333333%;margin-inline-start:33.3333333333%}.offset-xxl-5{-webkit-margin-start:41.6666666667%;margin-inline-start:41.6666666667%}.offset-xxl-6{-webkit-margin-start:50%;margin-inline-start:50%}.offset-xxl-7{-webkit-margin-start:58.3333333333%;margin-inline-start:58.3333333333%}.offset-xxl-8{-webkit-margin-start:66.6666666667%;margin-inline-start:66.6666666667%}.offset-xxl-9{-webkit-margin-start:75%;margin-inline-start:75%}.offset-xxl-10{-webkit-margin-start:83.3333333333%;margin-inline-start:83.3333333333%}.offset-xxl-11{-webkit-margin-start:91.6666666667%;margin-inline-start:91.6666666667%}}@media(min-width:640px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-grid{display:grid!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-grid{display:grid!important}}@media(min-width:1024px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-grid{display:grid!important}}@media(min-width:1280px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-grid{display:grid!important}}@media(min-width:1536px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-grid{display:grid!important}}.d-flex{display:flex!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-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}.m-xs{margin:.25rem!important}.mt-xs{-webkit-margin-before:.25rem!important;margin-block-start:.25rem!important}.mr-xs{-webkit-margin-end:.25rem!important;margin-inline-end:.25rem!important}.mb-xs{-webkit-margin-after:.25rem!important;margin-block-end:.25rem!important}.ml-xs{-webkit-margin-start:.25rem!important;margin-inline-start:.25rem!important}.mx-xs{margin-inline:.25rem!important}.my-xs{margin-block:.25rem!important}.m-sm{margin:.5rem!important}.mt-sm{-webkit-margin-before:.5rem!important;margin-block-start:.5rem!important}.mr-sm{-webkit-margin-end:.5rem!important;margin-inline-end:.5rem!important}.mb-sm{-webkit-margin-after:.5rem!important;margin-block-end:.5rem!important}.ml-sm{-webkit-margin-start:.5rem!important;margin-inline-start:.5rem!important}.mx-sm{margin-inline:.5rem!important}.my-sm{margin-block:.5rem!important}.m-md{margin:1rem!important}.mt-md{-webkit-margin-before:1rem!important;margin-block-start:1rem!important}.mr-md{-webkit-margin-end:1rem!important;margin-inline-end:1rem!important}.mb-md{-webkit-margin-after:1rem!important;margin-block-end:1rem!important}.ml-md{-webkit-margin-start:1rem!important;margin-inline-start:1rem!important}.mx-md{margin-inline:1rem!important}.my-md{margin-block:1rem!important}.m-lg{margin:1.5rem!important}.mt-lg{-webkit-margin-before:1.5rem!important;margin-block-start:1.5rem!important}.mr-lg{-webkit-margin-end:1.5rem!important;margin-inline-end:1.5rem!important}.mb-lg{-webkit-margin-after:1.5rem!important;margin-block-end:1.5rem!important}.ml-lg{-webkit-margin-start:1.5rem!important;margin-inline-start:1.5rem!important}.mx-lg{margin-inline:1.5rem!important}.my-lg{margin-block:1.5rem!important}.m-xl{margin:2rem!important}.mt-xl{-webkit-margin-before:2rem!important;margin-block-start:2rem!important}.mr-xl{-webkit-margin-end:2rem!important;margin-inline-end:2rem!important}.mb-xl{-webkit-margin-after:2rem!important;margin-block-end:2rem!important}.ml-xl{-webkit-margin-start:2rem!important;margin-inline-start:2rem!important}.mx-xl{margin-inline:2rem!important}.my-xl{margin-block:2rem!important}.m-xxl{margin:3rem!important}.mt-xxl{-webkit-margin-before:3rem!important;margin-block-start:3rem!important}.mr-xxl{-webkit-margin-end:3rem!important;margin-inline-end:3rem!important}.mb-xxl{-webkit-margin-after:3rem!important;margin-block-end:3rem!important}.ml-xxl{-webkit-margin-start:3rem!important;margin-inline-start:3rem!important}.mx-xxl{margin-inline:3rem!important}.my-xxl{margin-block:3rem!important}.m-xxxl{margin:5rem!important}.mt-xxxl{-webkit-margin-before:5rem!important;margin-block-start:5rem!important}.mr-xxxl{-webkit-margin-end:5rem!important;margin-inline-end:5rem!important}.mb-xxxl{-webkit-margin-after:5rem!important;margin-block-end:5rem!important}.ml-xxxl{-webkit-margin-start:5rem!important;margin-inline-start:5rem!important}.mx-xxxl{margin-inline:5rem!important}.my-xxxl{margin-block:5rem!important}.p-xs{padding:.25rem!important}.pt-xs{-webkit-padding-before:.25rem!important;padding-block-start:.25rem!important}.pr-xs{-webkit-padding-end:.25rem!important;padding-inline-end:.25rem!important}.pb-xs{-webkit-padding-after:.25rem!important;padding-block-end:.25rem!important}.pl-xs{-webkit-padding-start:.25rem!important;padding-inline-start:.25rem!important}.px-xs{padding-inline:.25rem!important}.py-xs{padding-block:.25rem!important}.p-sm{padding:.5rem!important}.pt-sm{-webkit-padding-before:.5rem!important;padding-block-start:.5rem!important}.pr-sm{-webkit-padding-end:.5rem!important;padding-inline-end:.5rem!important}.pb-sm{-webkit-padding-after:.5rem!important;padding-block-end:.5rem!important}.pl-sm{-webkit-padding-start:.5rem!important;padding-inline-start:.5rem!important}.px-sm{padding-inline:.5rem!important}.py-sm{padding-block:.5rem!important}.p-md{padding:1rem!important}.pt-md{-webkit-padding-before:1rem!important;padding-block-start:1rem!important}.pr-md{-webkit-padding-end:1rem!important;padding-inline-end:1rem!important}.pb-md{-webkit-padding-after:1rem!important;padding-block-end:1rem!important}.pl-md{-webkit-padding-start:1rem!important;padding-inline-start:1rem!important}.px-md{padding-inline:1rem!important}.py-md{padding-block:1rem!important}.p-lg{padding:1.5rem!important}.pt-lg{-webkit-padding-before:1.5rem!important;padding-block-start:1.5rem!important}.pr-lg{-webkit-padding-end:1.5rem!important;padding-inline-end:1.5rem!important}.pb-lg{-webkit-padding-after:1.5rem!important;padding-block-end:1.5rem!important}.pl-lg{-webkit-padding-start:1.5rem!important;padding-inline-start:1.5rem!important}.px-lg{padding-inline:1.5rem!important}.py-lg{padding-block:1.5rem!important}.p-xl{padding:2rem!important}.pt-xl{-webkit-padding-before:2rem!important;padding-block-start:2rem!important}.pr-xl{-webkit-padding-end:2rem!important;padding-inline-end:2rem!important}.pb-xl{-webkit-padding-after:2rem!important;padding-block-end:2rem!important}.pl-xl{-webkit-padding-start:2rem!important;padding-inline-start:2rem!important}.px-xl{padding-inline:2rem!important}.py-xl{padding-block:2rem!important}.p-xxl{padding:3rem!important}.pt-xxl{-webkit-padding-before:3rem!important;padding-block-start:3rem!important}.pr-xxl{-webkit-padding-end:3rem!important;padding-inline-end:3rem!important}.pb-xxl{-webkit-padding-after:3rem!important;padding-block-end:3rem!important}.pl-xxl{-webkit-padding-start:3rem!important;padding-inline-start:3rem!important}.px-xxl{padding-inline:3rem!important}.py-xxl{padding-block:3rem!important}.p-xxxl{padding:5rem!important}.pt-xxxl{-webkit-padding-before:5rem!important;padding-block-start:5rem!important}.pr-xxxl{-webkit-padding-end:5rem!important;padding-inline-end:5rem!important}.pb-xxxl{-webkit-padding-after:5rem!important;padding-block-end:5rem!important}.pl-xxxl{-webkit-padding-start:5rem!important;padding-inline-start:5rem!important}.px-xxxl{padding-inline:5rem!important}.py-xxxl{padding-block:5rem!important}.m-auto{margin:auto!important}.mt-auto{-webkit-margin-before:auto!important;margin-block-start:auto!important}.mr-auto{-webkit-margin-end:auto!important;margin-inline-end:auto!important}.mb-auto{-webkit-margin-after:auto!important;margin-block-end:auto!important}.ml-auto{-webkit-margin-start:auto!important;margin-inline-start:auto!important}.mx-auto{margin-inline:auto!important}.my-auto{margin-block:auto!important}@media(min-width:640px){.m-sm-xs{margin:.25rem!important}.mt-sm-xs{-webkit-margin-before:.25rem!important;margin-block-start:.25rem!important}.mr-sm-xs{-webkit-margin-end:.25rem!important;margin-inline-end:.25rem!important}.mb-sm-xs{-webkit-margin-after:.25rem!important;margin-block-end:.25rem!important}.ml-sm-xs{-webkit-margin-start:.25rem!important;margin-inline-start:.25rem!important}.mx-sm-xs{margin-inline:.25rem!important}.my-sm-xs{margin-block:.25rem!important}.p-sm-xs{padding:.25rem!important}.pt-sm-xs{-webkit-padding-before:.25rem!important;padding-block-start:.25rem!important}.pr-sm-xs{-webkit-padding-end:.25rem!important;padding-inline-end:.25rem!important}.pb-sm-xs{-webkit-padding-after:.25rem!important;padding-block-end:.25rem!important}.pl-sm-xs{-webkit-padding-start:.25rem!important;padding-inline-start:.25rem!important}.px-sm-xs{padding-inline:.25rem!important}.py-sm-xs{padding-block:.25rem!important}.m-sm-sm{margin:.5rem!important}.mt-sm-sm{-webkit-margin-before:.5rem!important;margin-block-start:.5rem!important}.mr-sm-sm{-webkit-margin-end:.5rem!important;margin-inline-end:.5rem!important}.mb-sm-sm{-webkit-margin-after:.5rem!important;margin-block-end:.5rem!important}.ml-sm-sm{-webkit-margin-start:.5rem!important;margin-inline-start:.5rem!important}.mx-sm-sm{margin-inline:.5rem!important}.my-sm-sm{margin-block:.5rem!important}.p-sm-sm{padding:.5rem!important}.pt-sm-sm{-webkit-padding-before:.5rem!important;padding-block-start:.5rem!important}.pr-sm-sm{-webkit-padding-end:.5rem!important;padding-inline-end:.5rem!important}.pb-sm-sm{-webkit-padding-after:.5rem!important;padding-block-end:.5rem!important}.pl-sm-sm{-webkit-padding-start:.5rem!important;padding-inline-start:.5rem!important}.px-sm-sm{padding-inline:.5rem!important}.py-sm-sm{padding-block:.5rem!important}.m-sm-md{margin:1rem!important}.mt-sm-md{-webkit-margin-before:1rem!important;margin-block-start:1rem!important}.mr-sm-md{-webkit-margin-end:1rem!important;margin-inline-end:1rem!important}.mb-sm-md{-webkit-margin-after:1rem!important;margin-block-end:1rem!important}.ml-sm-md{-webkit-margin-start:1rem!important;margin-inline-start:1rem!important}.mx-sm-md{margin-inline:1rem!important}.my-sm-md{margin-block:1rem!important}.p-sm-md{padding:1rem!important}.pt-sm-md{-webkit-padding-before:1rem!important;padding-block-start:1rem!important}.pr-sm-md{-webkit-padding-end:1rem!important;padding-inline-end:1rem!important}.pb-sm-md{-webkit-padding-after:1rem!important;padding-block-end:1rem!important}.pl-sm-md{-webkit-padding-start:1rem!important;padding-inline-start:1rem!important}.px-sm-md{padding-inline:1rem!important}.py-sm-md{padding-block:1rem!important}.m-sm-lg{margin:1.5rem!important}.mt-sm-lg{-webkit-margin-before:1.5rem!important;margin-block-start:1.5rem!important}.mr-sm-lg{-webkit-margin-end:1.5rem!important;margin-inline-end:1.5rem!important}.mb-sm-lg{-webkit-margin-after:1.5rem!important;margin-block-end:1.5rem!important}.ml-sm-lg{-webkit-margin-start:1.5rem!important;margin-inline-start:1.5rem!important}.mx-sm-lg{margin-inline:1.5rem!important}.my-sm-lg{margin-block:1.5rem!important}.p-sm-lg{padding:1.5rem!important}.pt-sm-lg{-webkit-padding-before:1.5rem!important;padding-block-start:1.5rem!important}.pr-sm-lg{-webkit-padding-end:1.5rem!important;padding-inline-end:1.5rem!important}.pb-sm-lg{-webkit-padding-after:1.5rem!important;padding-block-end:1.5rem!important}.pl-sm-lg{-webkit-padding-start:1.5rem!important;padding-inline-start:1.5rem!important}.px-sm-lg{padding-inline:1.5rem!important}.py-sm-lg{padding-block:1.5rem!important}.m-sm-xl{margin:2rem!important}.mt-sm-xl{-webkit-margin-before:2rem!important;margin-block-start:2rem!important}.mr-sm-xl{-webkit-margin-end:2rem!important;margin-inline-end:2rem!important}.mb-sm-xl{-webkit-margin-after:2rem!important;margin-block-end:2rem!important}.ml-sm-xl{-webkit-margin-start:2rem!important;margin-inline-start:2rem!important}.mx-sm-xl{margin-inline:2rem!important}.my-sm-xl{margin-block:2rem!important}.p-sm-xl{padding:2rem!important}.pt-sm-xl{-webkit-padding-before:2rem!important;padding-block-start:2rem!important}.pr-sm-xl{-webkit-padding-end:2rem!important;padding-inline-end:2rem!important}.pb-sm-xl{-webkit-padding-after:2rem!important;padding-block-end:2rem!important}.pl-sm-xl{-webkit-padding-start:2rem!important;padding-inline-start:2rem!important}.px-sm-xl{padding-inline:2rem!important}.py-sm-xl{padding-block:2rem!important}.m-sm-xxl{margin:3rem!important}.mt-sm-xxl{-webkit-margin-before:3rem!important;margin-block-start:3rem!important}.mr-sm-xxl{-webkit-margin-end:3rem!important;margin-inline-end:3rem!important}.mb-sm-xxl{-webkit-margin-after:3rem!important;margin-block-end:3rem!important}.ml-sm-xxl{-webkit-margin-start:3rem!important;margin-inline-start:3rem!important}.mx-sm-xxl{margin-inline:3rem!important}.my-sm-xxl{margin-block:3rem!important}.p-sm-xxl{padding:3rem!important}.pt-sm-xxl{-webkit-padding-before:3rem!important;padding-block-start:3rem!important}.pr-sm-xxl{-webkit-padding-end:3rem!important;padding-inline-end:3rem!important}.pb-sm-xxl{-webkit-padding-after:3rem!important;padding-block-end:3rem!important}.pl-sm-xxl{-webkit-padding-start:3rem!important;padding-inline-start:3rem!important}.px-sm-xxl{padding-inline:3rem!important}.py-sm-xxl{padding-block:3rem!important}.m-sm-xxxl{margin:5rem!important}.mt-sm-xxxl{-webkit-margin-before:5rem!important;margin-block-start:5rem!important}.mr-sm-xxxl{-webkit-margin-end:5rem!important;margin-inline-end:5rem!important}.mb-sm-xxxl{-webkit-margin-after:5rem!important;margin-block-end:5rem!important}.ml-sm-xxxl{-webkit-margin-start:5rem!important;margin-inline-start:5rem!important}.mx-sm-xxxl{margin-inline:5rem!important}.my-sm-xxxl{margin-block:5rem!important}.p-sm-xxxl{padding:5rem!important}.pt-sm-xxxl{-webkit-padding-before:5rem!important;padding-block-start:5rem!important}.pr-sm-xxxl{-webkit-padding-end:5rem!important;padding-inline-end:5rem!important}.pb-sm-xxxl{-webkit-padding-after:5rem!important;padding-block-end:5rem!important}.pl-sm-xxxl{-webkit-padding-start:5rem!important;padding-inline-start:5rem!important}.px-sm-xxxl{padding-inline:5rem!important}.py-sm-xxxl{padding-block:5rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto{-webkit-margin-before:auto!important;margin-block-start:auto!important}.mr-sm-auto{-webkit-margin-end:auto!important;margin-inline-end:auto!important}.mb-sm-auto{-webkit-margin-after:auto!important;margin-block-end:auto!important}.ml-sm-auto{-webkit-margin-start:auto!important;margin-inline-start:auto!important}.mx-sm-auto{margin-inline:auto!important}.my-sm-auto{margin-block:auto!important}}@media(min-width:768px){.m-md-xs{margin:.25rem!important}.mt-md-xs{-webkit-margin-before:.25rem!important;margin-block-start:.25rem!important}.mr-md-xs{-webkit-margin-end:.25rem!important;margin-inline-end:.25rem!important}.mb-md-xs{-webkit-margin-after:.25rem!important;margin-block-end:.25rem!important}.ml-md-xs{-webkit-margin-start:.25rem!important;margin-inline-start:.25rem!important}.mx-md-xs{margin-inline:.25rem!important}.my-md-xs{margin-block:.25rem!important}.p-md-xs{padding:.25rem!important}.pt-md-xs{-webkit-padding-before:.25rem!important;padding-block-start:.25rem!important}.pr-md-xs{-webkit-padding-end:.25rem!important;padding-inline-end:.25rem!important}.pb-md-xs{-webkit-padding-after:.25rem!important;padding-block-end:.25rem!important}.pl-md-xs{-webkit-padding-start:.25rem!important;padding-inline-start:.25rem!important}.px-md-xs{padding-inline:.25rem!important}.py-md-xs{padding-block:.25rem!important}.m-md-sm{margin:.5rem!important}.mt-md-sm{-webkit-margin-before:.5rem!important;margin-block-start:.5rem!important}.mr-md-sm{-webkit-margin-end:.5rem!important;margin-inline-end:.5rem!important}.mb-md-sm{-webkit-margin-after:.5rem!important;margin-block-end:.5rem!important}.ml-md-sm{-webkit-margin-start:.5rem!important;margin-inline-start:.5rem!important}.mx-md-sm{margin-inline:.5rem!important}.my-md-sm{margin-block:.5rem!important}.p-md-sm{padding:.5rem!important}.pt-md-sm{-webkit-padding-before:.5rem!important;padding-block-start:.5rem!important}.pr-md-sm{-webkit-padding-end:.5rem!important;padding-inline-end:.5rem!important}.pb-md-sm{-webkit-padding-after:.5rem!important;padding-block-end:.5rem!important}.pl-md-sm{-webkit-padding-start:.5rem!important;padding-inline-start:.5rem!important}.px-md-sm{padding-inline:.5rem!important}.py-md-sm{padding-block:.5rem!important}.m-md-md{margin:1rem!important}.mt-md-md{-webkit-margin-before:1rem!important;margin-block-start:1rem!important}.mr-md-md{-webkit-margin-end:1rem!important;margin-inline-end:1rem!important}.mb-md-md{-webkit-margin-after:1rem!important;margin-block-end:1rem!important}.ml-md-md{-webkit-margin-start:1rem!important;margin-inline-start:1rem!important}.mx-md-md{margin-inline:1rem!important}.my-md-md{margin-block:1rem!important}.p-md-md{padding:1rem!important}.pt-md-md{-webkit-padding-before:1rem!important;padding-block-start:1rem!important}.pr-md-md{-webkit-padding-end:1rem!important;padding-inline-end:1rem!important}.pb-md-md{-webkit-padding-after:1rem!important;padding-block-end:1rem!important}.pl-md-md{-webkit-padding-start:1rem!important;padding-inline-start:1rem!important}.px-md-md{padding-inline:1rem!important}.py-md-md{padding-block:1rem!important}.m-md-lg{margin:1.5rem!important}.mt-md-lg{-webkit-margin-before:1.5rem!important;margin-block-start:1.5rem!important}.mr-md-lg{-webkit-margin-end:1.5rem!important;margin-inline-end:1.5rem!important}.mb-md-lg{-webkit-margin-after:1.5rem!important;margin-block-end:1.5rem!important}.ml-md-lg{-webkit-margin-start:1.5rem!important;margin-inline-start:1.5rem!important}.mx-md-lg{margin-inline:1.5rem!important}.my-md-lg{margin-block:1.5rem!important}.p-md-lg{padding:1.5rem!important}.pt-md-lg{-webkit-padding-before:1.5rem!important;padding-block-start:1.5rem!important}.pr-md-lg{-webkit-padding-end:1.5rem!important;padding-inline-end:1.5rem!important}.pb-md-lg{-webkit-padding-after:1.5rem!important;padding-block-end:1.5rem!important}.pl-md-lg{-webkit-padding-start:1.5rem!important;padding-inline-start:1.5rem!important}.px-md-lg{padding-inline:1.5rem!important}.py-md-lg{padding-block:1.5rem!important}.m-md-xl{margin:2rem!important}.mt-md-xl{-webkit-margin-before:2rem!important;margin-block-start:2rem!important}.mr-md-xl{-webkit-margin-end:2rem!important;margin-inline-end:2rem!important}.mb-md-xl{-webkit-margin-after:2rem!important;margin-block-end:2rem!important}.ml-md-xl{-webkit-margin-start:2rem!important;margin-inline-start:2rem!important}.mx-md-xl{margin-inline:2rem!important}.my-md-xl{margin-block:2rem!important}.p-md-xl{padding:2rem!important}.pt-md-xl{-webkit-padding-before:2rem!important;padding-block-start:2rem!important}.pr-md-xl{-webkit-padding-end:2rem!important;padding-inline-end:2rem!important}.pb-md-xl{-webkit-padding-after:2rem!important;padding-block-end:2rem!important}.pl-md-xl{-webkit-padding-start:2rem!important;padding-inline-start:2rem!important}.px-md-xl{padding-inline:2rem!important}.py-md-xl{padding-block:2rem!important}.m-md-xxl{margin:3rem!important}.mt-md-xxl{-webkit-margin-before:3rem!important;margin-block-start:3rem!important}.mr-md-xxl{-webkit-margin-end:3rem!important;margin-inline-end:3rem!important}.mb-md-xxl{-webkit-margin-after:3rem!important;margin-block-end:3rem!important}.ml-md-xxl{-webkit-margin-start:3rem!important;margin-inline-start:3rem!important}.mx-md-xxl{margin-inline:3rem!important}.my-md-xxl{margin-block:3rem!important}.p-md-xxl{padding:3rem!important}.pt-md-xxl{-webkit-padding-before:3rem!important;padding-block-start:3rem!important}.pr-md-xxl{-webkit-padding-end:3rem!important;padding-inline-end:3rem!important}.pb-md-xxl{-webkit-padding-after:3rem!important;padding-block-end:3rem!important}.pl-md-xxl{-webkit-padding-start:3rem!important;padding-inline-start:3rem!important}.px-md-xxl{padding-inline:3rem!important}.py-md-xxl{padding-block:3rem!important}.m-md-xxxl{margin:5rem!important}.mt-md-xxxl{-webkit-margin-before:5rem!important;margin-block-start:5rem!important}.mr-md-xxxl{-webkit-margin-end:5rem!important;margin-inline-end:5rem!important}.mb-md-xxxl{-webkit-margin-after:5rem!important;margin-block-end:5rem!important}.ml-md-xxxl{-webkit-margin-start:5rem!important;margin-inline-start:5rem!important}.mx-md-xxxl{margin-inline:5rem!important}.my-md-xxxl{margin-block:5rem!important}.p-md-xxxl{padding:5rem!important}.pt-md-xxxl{-webkit-padding-before:5rem!important;padding-block-start:5rem!important}.pr-md-xxxl{-webkit-padding-end:5rem!important;padding-inline-end:5rem!important}.pb-md-xxxl{-webkit-padding-after:5rem!important;padding-block-end:5rem!important}.pl-md-xxxl{-webkit-padding-start:5rem!important;padding-inline-start:5rem!important}.px-md-xxxl{padding-inline:5rem!important}.py-md-xxxl{padding-block:5rem!important}.m-md-auto{margin:auto!important}.mt-md-auto{-webkit-margin-before:auto!important;margin-block-start:auto!important}.mr-md-auto{-webkit-margin-end:auto!important;margin-inline-end:auto!important}.mb-md-auto{-webkit-margin-after:auto!important;margin-block-end:auto!important}.ml-md-auto{-webkit-margin-start:auto!important;margin-inline-start:auto!important}.mx-md-auto{margin-inline:auto!important}.my-md-auto{margin-block:auto!important}}@media(min-width:1024px){.m-lg-xs{margin:.25rem!important}.mt-lg-xs{-webkit-margin-before:.25rem!important;margin-block-start:.25rem!important}.mr-lg-xs{-webkit-margin-end:.25rem!important;margin-inline-end:.25rem!important}.mb-lg-xs{-webkit-margin-after:.25rem!important;margin-block-end:.25rem!important}.ml-lg-xs{-webkit-margin-start:.25rem!important;margin-inline-start:.25rem!important}.mx-lg-xs{margin-inline:.25rem!important}.my-lg-xs{margin-block:.25rem!important}.p-lg-xs{padding:.25rem!important}.pt-lg-xs{-webkit-padding-before:.25rem!important;padding-block-start:.25rem!important}.pr-lg-xs{-webkit-padding-end:.25rem!important;padding-inline-end:.25rem!important}.pb-lg-xs{-webkit-padding-after:.25rem!important;padding-block-end:.25rem!important}.pl-lg-xs{-webkit-padding-start:.25rem!important;padding-inline-start:.25rem!important}.px-lg-xs{padding-inline:.25rem!important}.py-lg-xs{padding-block:.25rem!important}.m-lg-sm{margin:.5rem!important}.mt-lg-sm{-webkit-margin-before:.5rem!important;margin-block-start:.5rem!important}.mr-lg-sm{-webkit-margin-end:.5rem!important;margin-inline-end:.5rem!important}.mb-lg-sm{-webkit-margin-after:.5rem!important;margin-block-end:.5rem!important}.ml-lg-sm{-webkit-margin-start:.5rem!important;margin-inline-start:.5rem!important}.mx-lg-sm{margin-inline:.5rem!important}.my-lg-sm{margin-block:.5rem!important}.p-lg-sm{padding:.5rem!important}.pt-lg-sm{-webkit-padding-before:.5rem!important;padding-block-start:.5rem!important}.pr-lg-sm{-webkit-padding-end:.5rem!important;padding-inline-end:.5rem!important}.pb-lg-sm{-webkit-padding-after:.5rem!important;padding-block-end:.5rem!important}.pl-lg-sm{-webkit-padding-start:.5rem!important;padding-inline-start:.5rem!important}.px-lg-sm{padding-inline:.5rem!important}.py-lg-sm{padding-block:.5rem!important}.m-lg-md{margin:1rem!important}.mt-lg-md{-webkit-margin-before:1rem!important;margin-block-start:1rem!important}.mr-lg-md{-webkit-margin-end:1rem!important;margin-inline-end:1rem!important}.mb-lg-md{-webkit-margin-after:1rem!important;margin-block-end:1rem!important}.ml-lg-md{-webkit-margin-start:1rem!important;margin-inline-start:1rem!important}.mx-lg-md{margin-inline:1rem!important}.my-lg-md{margin-block:1rem!important}.p-lg-md{padding:1rem!important}.pt-lg-md{-webkit-padding-before:1rem!important;padding-block-start:1rem!important}.pr-lg-md{-webkit-padding-end:1rem!important;padding-inline-end:1rem!important}.pb-lg-md{-webkit-padding-after:1rem!important;padding-block-end:1rem!important}.pl-lg-md{-webkit-padding-start:1rem!important;padding-inline-start:1rem!important}.px-lg-md{padding-inline:1rem!important}.py-lg-md{padding-block:1rem!important}.m-lg-lg{margin:1.5rem!important}.mt-lg-lg{-webkit-margin-before:1.5rem!important;margin-block-start:1.5rem!important}.mr-lg-lg{-webkit-margin-end:1.5rem!important;margin-inline-end:1.5rem!important}.mb-lg-lg{-webkit-margin-after:1.5rem!important;margin-block-end:1.5rem!important}.ml-lg-lg{-webkit-margin-start:1.5rem!important;margin-inline-start:1.5rem!important}.mx-lg-lg{margin-inline:1.5rem!important}.my-lg-lg{margin-block:1.5rem!important}.p-lg-lg{padding:1.5rem!important}.pt-lg-lg{-webkit-padding-before:1.5rem!important;padding-block-start:1.5rem!important}.pr-lg-lg{-webkit-padding-end:1.5rem!important;padding-inline-end:1.5rem!important}.pb-lg-lg{-webkit-padding-after:1.5rem!important;padding-block-end:1.5rem!important}.pl-lg-lg{-webkit-padding-start:1.5rem!important;padding-inline-start:1.5rem!important}.px-lg-lg{padding-inline:1.5rem!important}.py-lg-lg{padding-block:1.5rem!important}.m-lg-xl{margin:2rem!important}.mt-lg-xl{-webkit-margin-before:2rem!important;margin-block-start:2rem!important}.mr-lg-xl{-webkit-margin-end:2rem!important;margin-inline-end:2rem!important}.mb-lg-xl{-webkit-margin-after:2rem!important;margin-block-end:2rem!important}.ml-lg-xl{-webkit-margin-start:2rem!important;margin-inline-start:2rem!important}.mx-lg-xl{margin-inline:2rem!important}.my-lg-xl{margin-block:2rem!important}.p-lg-xl{padding:2rem!important}.pt-lg-xl{-webkit-padding-before:2rem!important;padding-block-start:2rem!important}.pr-lg-xl{-webkit-padding-end:2rem!important;padding-inline-end:2rem!important}.pb-lg-xl{-webkit-padding-after:2rem!important;padding-block-end:2rem!important}.pl-lg-xl{-webkit-padding-start:2rem!important;padding-inline-start:2rem!important}.px-lg-xl{padding-inline:2rem!important}.py-lg-xl{padding-block:2rem!important}.m-lg-xxl{margin:3rem!important}.mt-lg-xxl{-webkit-margin-before:3rem!important;margin-block-start:3rem!important}.mr-lg-xxl{-webkit-margin-end:3rem!important;margin-inline-end:3rem!important}.mb-lg-xxl{-webkit-margin-after:3rem!important;margin-block-end:3rem!important}.ml-lg-xxl{-webkit-margin-start:3rem!important;margin-inline-start:3rem!important}.mx-lg-xxl{margin-inline:3rem!important}.my-lg-xxl{margin-block:3rem!important}.p-lg-xxl{padding:3rem!important}.pt-lg-xxl{-webkit-padding-before:3rem!important;padding-block-start:3rem!important}.pr-lg-xxl{-webkit-padding-end:3rem!important;padding-inline-end:3rem!important}.pb-lg-xxl{-webkit-padding-after:3rem!important;padding-block-end:3rem!important}.pl-lg-xxl{-webkit-padding-start:3rem!important;padding-inline-start:3rem!important}.px-lg-xxl{padding-inline:3rem!important}.py-lg-xxl{padding-block:3rem!important}.m-lg-xxxl{margin:5rem!important}.mt-lg-xxxl{-webkit-margin-before:5rem!important;margin-block-start:5rem!important}.mr-lg-xxxl{-webkit-margin-end:5rem!important;margin-inline-end:5rem!important}.mb-lg-xxxl{-webkit-margin-after:5rem!important;margin-block-end:5rem!important}.ml-lg-xxxl{-webkit-margin-start:5rem!important;margin-inline-start:5rem!important}.mx-lg-xxxl{margin-inline:5rem!important}.my-lg-xxxl{margin-block:5rem!important}.p-lg-xxxl{padding:5rem!important}.pt-lg-xxxl{-webkit-padding-before:5rem!important;padding-block-start:5rem!important}.pr-lg-xxxl{-webkit-padding-end:5rem!important;padding-inline-end:5rem!important}.pb-lg-xxxl{-webkit-padding-after:5rem!important;padding-block-end:5rem!important}.pl-lg-xxxl{-webkit-padding-start:5rem!important;padding-inline-start:5rem!important}.px-lg-xxxl{padding-inline:5rem!important}.py-lg-xxxl{padding-block:5rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto{-webkit-margin-before:auto!important;margin-block-start:auto!important}.mr-lg-auto{-webkit-margin-end:auto!important;margin-inline-end:auto!important}.mb-lg-auto{-webkit-margin-after:auto!important;margin-block-end:auto!important}.ml-lg-auto{-webkit-margin-start:auto!important;margin-inline-start:auto!important}.mx-lg-auto{margin-inline:auto!important}.my-lg-auto{margin-block:auto!important}}@media(min-width:1280px){.m-xl-xs{margin:.25rem!important}.mt-xl-xs{-webkit-margin-before:.25rem!important;margin-block-start:.25rem!important}.mr-xl-xs{-webkit-margin-end:.25rem!important;margin-inline-end:.25rem!important}.mb-xl-xs{-webkit-margin-after:.25rem!important;margin-block-end:.25rem!important}.ml-xl-xs{-webkit-margin-start:.25rem!important;margin-inline-start:.25rem!important}.mx-xl-xs{margin-inline:.25rem!important}.my-xl-xs{margin-block:.25rem!important}.p-xl-xs{padding:.25rem!important}.pt-xl-xs{-webkit-padding-before:.25rem!important;padding-block-start:.25rem!important}.pr-xl-xs{-webkit-padding-end:.25rem!important;padding-inline-end:.25rem!important}.pb-xl-xs{-webkit-padding-after:.25rem!important;padding-block-end:.25rem!important}.pl-xl-xs{-webkit-padding-start:.25rem!important;padding-inline-start:.25rem!important}.px-xl-xs{padding-inline:.25rem!important}.py-xl-xs{padding-block:.25rem!important}.m-xl-sm{margin:.5rem!important}.mt-xl-sm{-webkit-margin-before:.5rem!important;margin-block-start:.5rem!important}.mr-xl-sm{-webkit-margin-end:.5rem!important;margin-inline-end:.5rem!important}.mb-xl-sm{-webkit-margin-after:.5rem!important;margin-block-end:.5rem!important}.ml-xl-sm{-webkit-margin-start:.5rem!important;margin-inline-start:.5rem!important}.mx-xl-sm{margin-inline:.5rem!important}.my-xl-sm{margin-block:.5rem!important}.p-xl-sm{padding:.5rem!important}.pt-xl-sm{-webkit-padding-before:.5rem!important;padding-block-start:.5rem!important}.pr-xl-sm{-webkit-padding-end:.5rem!important;padding-inline-end:.5rem!important}.pb-xl-sm{-webkit-padding-after:.5rem!important;padding-block-end:.5rem!important}.pl-xl-sm{-webkit-padding-start:.5rem!important;padding-inline-start:.5rem!important}.px-xl-sm{padding-inline:.5rem!important}.py-xl-sm{padding-block:.5rem!important}.m-xl-md{margin:1rem!important}.mt-xl-md{-webkit-margin-before:1rem!important;margin-block-start:1rem!important}.mr-xl-md{-webkit-margin-end:1rem!important;margin-inline-end:1rem!important}.mb-xl-md{-webkit-margin-after:1rem!important;margin-block-end:1rem!important}.ml-xl-md{-webkit-margin-start:1rem!important;margin-inline-start:1rem!important}.mx-xl-md{margin-inline:1rem!important}.my-xl-md{margin-block:1rem!important}.p-xl-md{padding:1rem!important}.pt-xl-md{-webkit-padding-before:1rem!important;padding-block-start:1rem!important}.pr-xl-md{-webkit-padding-end:1rem!important;padding-inline-end:1rem!important}.pb-xl-md{-webkit-padding-after:1rem!important;padding-block-end:1rem!important}.pl-xl-md{-webkit-padding-start:1rem!important;padding-inline-start:1rem!important}.px-xl-md{padding-inline:1rem!important}.py-xl-md{padding-block:1rem!important}.m-xl-lg{margin:1.5rem!important}.mt-xl-lg{-webkit-margin-before:1.5rem!important;margin-block-start:1.5rem!important}.mr-xl-lg{-webkit-margin-end:1.5rem!important;margin-inline-end:1.5rem!important}.mb-xl-lg{-webkit-margin-after:1.5rem!important;margin-block-end:1.5rem!important}.ml-xl-lg{-webkit-margin-start:1.5rem!important;margin-inline-start:1.5rem!important}.mx-xl-lg{margin-inline:1.5rem!important}.my-xl-lg{margin-block:1.5rem!important}.p-xl-lg{padding:1.5rem!important}.pt-xl-lg{-webkit-padding-before:1.5rem!important;padding-block-start:1.5rem!important}.pr-xl-lg{-webkit-padding-end:1.5rem!important;padding-inline-end:1.5rem!important}.pb-xl-lg{-webkit-padding-after:1.5rem!important;padding-block-end:1.5rem!important}.pl-xl-lg{-webkit-padding-start:1.5rem!important;padding-inline-start:1.5rem!important}.px-xl-lg{padding-inline:1.5rem!important}.py-xl-lg{padding-block:1.5rem!important}.m-xl-xl{margin:2rem!important}.mt-xl-xl{-webkit-margin-before:2rem!important;margin-block-start:2rem!important}.mr-xl-xl{-webkit-margin-end:2rem!important;margin-inline-end:2rem!important}.mb-xl-xl{-webkit-margin-after:2rem!important;margin-block-end:2rem!important}.ml-xl-xl{-webkit-margin-start:2rem!important;margin-inline-start:2rem!important}.mx-xl-xl{margin-inline:2rem!important}.my-xl-xl{margin-block:2rem!important}.p-xl-xl{padding:2rem!important}.pt-xl-xl{-webkit-padding-before:2rem!important;padding-block-start:2rem!important}.pr-xl-xl{-webkit-padding-end:2rem!important;padding-inline-end:2rem!important}.pb-xl-xl{-webkit-padding-after:2rem!important;padding-block-end:2rem!important}.pl-xl-xl{-webkit-padding-start:2rem!important;padding-inline-start:2rem!important}.px-xl-xl{padding-inline:2rem!important}.py-xl-xl{padding-block:2rem!important}.m-xl-xxl{margin:3rem!important}.mt-xl-xxl{-webkit-margin-before:3rem!important;margin-block-start:3rem!important}.mr-xl-xxl{-webkit-margin-end:3rem!important;margin-inline-end:3rem!important}.mb-xl-xxl{-webkit-margin-after:3rem!important;margin-block-end:3rem!important}.ml-xl-xxl{-webkit-margin-start:3rem!important;margin-inline-start:3rem!important}.mx-xl-xxl{margin-inline:3rem!important}.my-xl-xxl{margin-block:3rem!important}.p-xl-xxl{padding:3rem!important}.pt-xl-xxl{-webkit-padding-before:3rem!important;padding-block-start:3rem!important}.pr-xl-xxl{-webkit-padding-end:3rem!important;padding-inline-end:3rem!important}.pb-xl-xxl{-webkit-padding-after:3rem!important;padding-block-end:3rem!important}.pl-xl-xxl{-webkit-padding-start:3rem!important;padding-inline-start:3rem!important}.px-xl-xxl{padding-inline:3rem!important}.py-xl-xxl{padding-block:3rem!important}.m-xl-xxxl{margin:5rem!important}.mt-xl-xxxl{-webkit-margin-before:5rem!important;margin-block-start:5rem!important}.mr-xl-xxxl{-webkit-margin-end:5rem!important;margin-inline-end:5rem!important}.mb-xl-xxxl{-webkit-margin-after:5rem!important;margin-block-end:5rem!important}.ml-xl-xxxl{-webkit-margin-start:5rem!important;margin-inline-start:5rem!important}.mx-xl-xxxl{margin-inline:5rem!important}.my-xl-xxxl{margin-block:5rem!important}.p-xl-xxxl{padding:5rem!important}.pt-xl-xxxl{-webkit-padding-before:5rem!important;padding-block-start:5rem!important}.pr-xl-xxxl{-webkit-padding-end:5rem!important;padding-inline-end:5rem!important}.pb-xl-xxxl{-webkit-padding-after:5rem!important;padding-block-end:5rem!important}.pl-xl-xxxl{-webkit-padding-start:5rem!important;padding-inline-start:5rem!important}.px-xl-xxxl{padding-inline:5rem!important}.py-xl-xxxl{padding-block:5rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto{-webkit-margin-before:auto!important;margin-block-start:auto!important}.mr-xl-auto{-webkit-margin-end:auto!important;margin-inline-end:auto!important}.mb-xl-auto{-webkit-margin-after:auto!important;margin-block-end:auto!important}.ml-xl-auto{-webkit-margin-start:auto!important;margin-inline-start:auto!important}.mx-xl-auto{margin-inline:auto!important}.my-xl-auto{margin-block:auto!important}}@media(min-width:1536px){.m-xxl-xs{margin:.25rem!important}.mt-xxl-xs{-webkit-margin-before:.25rem!important;margin-block-start:.25rem!important}.mr-xxl-xs{-webkit-margin-end:.25rem!important;margin-inline-end:.25rem!important}.mb-xxl-xs{-webkit-margin-after:.25rem!important;margin-block-end:.25rem!important}.ml-xxl-xs{-webkit-margin-start:.25rem!important;margin-inline-start:.25rem!important}.mx-xxl-xs{margin-inline:.25rem!important}.my-xxl-xs{margin-block:.25rem!important}.p-xxl-xs{padding:.25rem!important}.pt-xxl-xs{-webkit-padding-before:.25rem!important;padding-block-start:.25rem!important}.pr-xxl-xs{-webkit-padding-end:.25rem!important;padding-inline-end:.25rem!important}.pb-xxl-xs{-webkit-padding-after:.25rem!important;padding-block-end:.25rem!important}.pl-xxl-xs{-webkit-padding-start:.25rem!important;padding-inline-start:.25rem!important}.px-xxl-xs{padding-inline:.25rem!important}.py-xxl-xs{padding-block:.25rem!important}.m-xxl-sm{margin:.5rem!important}.mt-xxl-sm{-webkit-margin-before:.5rem!important;margin-block-start:.5rem!important}.mr-xxl-sm{-webkit-margin-end:.5rem!important;margin-inline-end:.5rem!important}.mb-xxl-sm{-webkit-margin-after:.5rem!important;margin-block-end:.5rem!important}.ml-xxl-sm{-webkit-margin-start:.5rem!important;margin-inline-start:.5rem!important}.mx-xxl-sm{margin-inline:.5rem!important}.my-xxl-sm{margin-block:.5rem!important}.p-xxl-sm{padding:.5rem!important}.pt-xxl-sm{-webkit-padding-before:.5rem!important;padding-block-start:.5rem!important}.pr-xxl-sm{-webkit-padding-end:.5rem!important;padding-inline-end:.5rem!important}.pb-xxl-sm{-webkit-padding-after:.5rem!important;padding-block-end:.5rem!important}.pl-xxl-sm{-webkit-padding-start:.5rem!important;padding-inline-start:.5rem!important}.px-xxl-sm{padding-inline:.5rem!important}.py-xxl-sm{padding-block:.5rem!important}.m-xxl-md{margin:1rem!important}.mt-xxl-md{-webkit-margin-before:1rem!important;margin-block-start:1rem!important}.mr-xxl-md{-webkit-margin-end:1rem!important;margin-inline-end:1rem!important}.mb-xxl-md{-webkit-margin-after:1rem!important;margin-block-end:1rem!important}.ml-xxl-md{-webkit-margin-start:1rem!important;margin-inline-start:1rem!important}.mx-xxl-md{margin-inline:1rem!important}.my-xxl-md{margin-block:1rem!important}.p-xxl-md{padding:1rem!important}.pt-xxl-md{-webkit-padding-before:1rem!important;padding-block-start:1rem!important}.pr-xxl-md{-webkit-padding-end:1rem!important;padding-inline-end:1rem!important}.pb-xxl-md{-webkit-padding-after:1rem!important;padding-block-end:1rem!important}.pl-xxl-md{-webkit-padding-start:1rem!important;padding-inline-start:1rem!important}.px-xxl-md{padding-inline:1rem!important}.py-xxl-md{padding-block:1rem!important}.m-xxl-lg{margin:1.5rem!important}.mt-xxl-lg{-webkit-margin-before:1.5rem!important;margin-block-start:1.5rem!important}.mr-xxl-lg{-webkit-margin-end:1.5rem!important;margin-inline-end:1.5rem!important}.mb-xxl-lg{-webkit-margin-after:1.5rem!important;margin-block-end:1.5rem!important}.ml-xxl-lg{-webkit-margin-start:1.5rem!important;margin-inline-start:1.5rem!important}.mx-xxl-lg{margin-inline:1.5rem!important}.my-xxl-lg{margin-block:1.5rem!important}.p-xxl-lg{padding:1.5rem!important}.pt-xxl-lg{-webkit-padding-before:1.5rem!important;padding-block-start:1.5rem!important}.pr-xxl-lg{-webkit-padding-end:1.5rem!important;padding-inline-end:1.5rem!important}.pb-xxl-lg{-webkit-padding-after:1.5rem!important;padding-block-end:1.5rem!important}.pl-xxl-lg{-webkit-padding-start:1.5rem!important;padding-inline-start:1.5rem!important}.px-xxl-lg{padding-inline:1.5rem!important}.py-xxl-lg{padding-block:1.5rem!important}.m-xxl-xl{margin:2rem!important}.mt-xxl-xl{-webkit-margin-before:2rem!important;margin-block-start:2rem!important}.mr-xxl-xl{-webkit-margin-end:2rem!important;margin-inline-end:2rem!important}.mb-xxl-xl{-webkit-margin-after:2rem!important;margin-block-end:2rem!important}.ml-xxl-xl{-webkit-margin-start:2rem!important;margin-inline-start:2rem!important}.mx-xxl-xl{margin-inline:2rem!important}.my-xxl-xl{margin-block:2rem!important}.p-xxl-xl{padding:2rem!important}.pt-xxl-xl{-webkit-padding-before:2rem!important;padding-block-start:2rem!important}.pr-xxl-xl{-webkit-padding-end:2rem!important;padding-inline-end:2rem!important}.pb-xxl-xl{-webkit-padding-after:2rem!important;padding-block-end:2rem!important}.pl-xxl-xl{-webkit-padding-start:2rem!important;padding-inline-start:2rem!important}.px-xxl-xl{padding-inline:2rem!important}.py-xxl-xl{padding-block:2rem!important}.m-xxl-xxl{margin:3rem!important}.mt-xxl-xxl{-webkit-margin-before:3rem!important;margin-block-start:3rem!important}.mr-xxl-xxl{-webkit-margin-end:3rem!important;margin-inline-end:3rem!important}.mb-xxl-xxl{-webkit-margin-after:3rem!important;margin-block-end:3rem!important}.ml-xxl-xxl{-webkit-margin-start:3rem!important;margin-inline-start:3rem!important}.mx-xxl-xxl{margin-inline:3rem!important}.my-xxl-xxl{margin-block:3rem!important}.p-xxl-xxl{padding:3rem!important}.pt-xxl-xxl{-webkit-padding-before:3rem!important;padding-block-start:3rem!important}.pr-xxl-xxl{-webkit-padding-end:3rem!important;padding-inline-end:3rem!important}.pb-xxl-xxl{-webkit-padding-after:3rem!important;padding-block-end:3rem!important}.pl-xxl-xxl{-webkit-padding-start:3rem!important;padding-inline-start:3rem!important}.px-xxl-xxl{padding-inline:3rem!important}.py-xxl-xxl{padding-block:3rem!important}.m-xxl-xxxl{margin:5rem!important}.mt-xxl-xxxl{-webkit-margin-before:5rem!important;margin-block-start:5rem!important}.mr-xxl-xxxl{-webkit-margin-end:5rem!important;margin-inline-end:5rem!important}.mb-xxl-xxxl{-webkit-margin-after:5rem!important;margin-block-end:5rem!important}.ml-xxl-xxxl{-webkit-margin-start:5rem!important;margin-inline-start:5rem!important}.mx-xxl-xxxl{margin-inline:5rem!important}.my-xxl-xxxl{margin-block:5rem!important}.p-xxl-xxxl{padding:5rem!important}.pt-xxl-xxxl{-webkit-padding-before:5rem!important;padding-block-start:5rem!important}.pr-xxl-xxxl{-webkit-padding-end:5rem!important;padding-inline-end:5rem!important}.pb-xxl-xxxl{-webkit-padding-after:5rem!important;padding-block-end:5rem!important}.pl-xxl-xxxl{-webkit-padding-start:5rem!important;padding-inline-start:5rem!important}.px-xxl-xxxl{padding-inline:5rem!important}.py-xxl-xxxl{padding-block:5rem!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto{-webkit-margin-before:auto!important;margin-block-start:auto!important}.mr-xxl-auto{-webkit-margin-end:auto!important;margin-inline-end:auto!important}.mb-xxl-auto{-webkit-margin-after:auto!important;margin-block-end:auto!important}.ml-xxl-auto{-webkit-margin-start:auto!important;margin-inline-start:auto!important}.mx-xxl-auto{margin-inline:auto!important}.my-xxl-auto{margin-block:auto!important}}html{scroll-behavior:smooth}@media(min-width:768px){html{scroll-snap-type:y mandatory;scroll-padding-top:80px}}.snapSection{display:flex;flex-direction:column;justify-content:center;min-block-size:100vh;-webkit-padding-before:80px;padding-block-start:80px;-webkit-margin-before:-80px;margin-block-start:-80px;scroll-snap-align:start;scroll-snap-stop:always}.snapSection:last-of-type{-webkit-padding-after:100px;padding-block-end:100px;-webkit-margin-after:0;margin-block-end:0}@media(max-width:767px){html{scroll-snap-type:none}.snapSection{min-block-size:auto;-webkit-padding-before:50px;padding-block-start:50px;-webkit-margin-before:-50px;margin-block-start:-50px;scroll-snap-align:none}}