:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-feature-settings:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{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:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.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(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.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(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,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-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;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-beat-fade,.fa-bounce,.fa-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) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.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)}24%,8%{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%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,none))}.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:before{content:"0"}.fa-1:before{content:"1"}.fa-2:before{content:"2"}.fa-3:before{content:"3"}.fa-4:before{content:"4"}.fa-5:before{content:"5"}.fa-6:before{content:"6"}.fa-7:before{content:"7"}.fa-8:before{content:"8"}.fa-9:before{content:"9"}.fa-fill-drip:before{content:""}.fa-arrows-to-circle:before{content:""}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:""}.fa-at:before{content:"@"}.fa-trash-alt:before,.fa-trash-can:before{content:""}.fa-text-height:before{content:""}.fa-user-times:before,.fa-user-xmark:before{content:""}.fa-stethoscope:before{content:""}.fa-comment-alt:before,.fa-message:before{content:""}.fa-info:before{content:""}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:""}.fa-explosion:before{content:""}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:""}.fa-wave-square:before{content:""}.fa-ring:before{content:""}.fa-building-un:before{content:""}.fa-dice-three:before{content:""}.fa-calendar-alt:before,.fa-calendar-days:before{content:""}.fa-anchor-circle-check:before{content:""}.fa-building-circle-arrow-right:before{content:""}.fa-volleyball-ball:before,.fa-volleyball:before{content:""}.fa-arrows-up-to-line:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-circle-minus:before,.fa-minus-circle:before{content:""}.fa-door-open:before{content:""}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:""}.fa-atom:before{content:""}.fa-soap:before{content:""}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:""}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:""}.fa-bridge-circle-check:before{content:""}.fa-pump-medical:before{content:""}.fa-fingerprint:before{content:""}.fa-hand-point-right:before{content:""}.fa-magnifying-glass-location:before,.fa-search-location:before{content:""}.fa-forward-step:before,.fa-step-forward:before{content:""}.fa-face-smile-beam:before,.fa-smile-beam:before{content:""}.fa-flag-checkered:before{content:""}.fa-football-ball:before,.fa-football:before{content:""}.fa-school-circle-exclamation:before{content:""}.fa-crop:before{content:""}.fa-angle-double-down:before,.fa-angles-down:before{content:""}.fa-users-standard:before{content:""}.fa-people-roof:before{content:""}.fa-people-line:before{content:""}.fa-beer-mug-empty:before,.fa-beer:before{content:""}.fa-diagram-predecessor:before{content:""}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:""}.fa-burn:before,.fa-fire-flame-simple:before{content:""}.fa-male:before,.fa-person:before{content:""}.fa-laptop:before{content:""}.fa-file-csv:before{content:""}.fa-menorah:before{content:""}.fa-truck-plane:before{content:""}.fa-record-vinyl:before{content:""}.fa-face-grin-stars:before,.fa-grin-stars:before{content:""}.fa-bong:before{content:""}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:""}.fa-arrow-down-up-across-line:before{content:""}.fa-spoon:before,.fa-utensil-spoon:before{content:""}.fa-jar-wheat:before{content:""}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:""}.fa-file-circle-exclamation:before{content:""}.fa-circle-h:before,.fa-hospital-symbol:before{content:""}.fa-pager:before{content:""}.fa-address-book:before,.fa-contact-book:before{content:""}.fa-strikethrough:before{content:""}.fa-k:before{content:"K"}.fa-landmark-flag:before{content:""}.fa-pencil-alt:before,.fa-pencil:before{content:""}.fa-backward:before{content:""}.fa-caret-right:before{content:""}.fa-comments:before{content:""}.fa-file-clipboard:before,.fa-paste:before{content:""}.fa-code-pull-request:before{content:""}.fa-clipboard-list:before{content:""}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:""}.fa-user-check:before{content:""}.fa-vial-virus:before{content:""}.fa-sheet-plastic:before{content:""}.fa-blog:before{content:""}.fa-user-ninja:before{content:""}.fa-person-arrow-up-from-line:before{content:""}.fa-scroll-torah:before,.fa-torah:before{content:""}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:""}.fa-toggle-off:before{content:""}.fa-archive:before,.fa-box-archive:before{content:""}.fa-person-drowning:before{content:""}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:""}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:""}.fa-spray-can:before{content:""}.fa-truck-monster:before{content:""}.fa-w:before{content:"W"}.fa-earth-africa:before,.fa-globe-africa:before{content:""}.fa-rainbow:before{content:""}.fa-circle-notch:before{content:""}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:""}.fa-paw:before{content:""}.fa-cloud:before{content:""}.fa-trowel-bricks:before{content:""}.fa-face-flushed:before,.fa-flushed:before{content:""}.fa-hospital-user:before{content:""}.fa-tent-arrow-left-right:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-binoculars:before{content:""}.fa-microphone-slash:before{content:""}.fa-box-tissue:before{content:""}.fa-motorcycle:before{content:""}.fa-bell-concierge:before,.fa-concierge-bell:before{content:""}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:""}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:""}.fa-mars-and-venus-burst:before{content:""}.fa-caret-square-right:before,.fa-square-caret-right:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-sun-plant-wilt:before{content:""}.fa-toilets-portable:before{content:""}.fa-hockey-puck:before{content:""}.fa-table:before{content:""}.fa-magnifying-glass-arrow-right:before{content:""}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:""}.fa-users-slash:before{content:""}.fa-clover:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-star-and-crescent:before{content:""}.fa-house-fire:before{content:""}.fa-minus-square:before,.fa-square-minus:before{content:""}.fa-helicopter:before{content:""}.fa-compass:before{content:""}.fa-caret-square-down:before,.fa-square-caret-down:before{content:""}.fa-file-circle-question:before{content:""}.fa-laptop-code:before{content:""}.fa-swatchbook:before{content:""}.fa-prescription-bottle:before{content:""}.fa-bars:before,.fa-navicon:before{content:""}.fa-people-group:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-heart-broken:before,.fa-heart-crack:before{content:""}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:""}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:""}.fa-film:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-people-robbery:before{content:""}.fa-lightbulb:before{content:""}.fa-caret-left:before{content:""}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:""}.fa-school-circle-xmark:before{content:""}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:""}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:""}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-headphones-alt:before,.fa-headphones-simple:before{content:""}.fa-sitemap:before{content:""}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:""}.fa-memory:before{content:""}.fa-road-spikes:before{content:""}.fa-fire-burner:before{content:""}.fa-flag:before{content:""}.fa-hanukiah:before{content:""}.fa-feather:before{content:""}.fa-volume-down:before,.fa-volume-low:before{content:""}.fa-comment-slash:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-compress:before{content:""}.fa-wheat-alt:before,.fa-wheat-awn:before{content:""}.fa-ankh:before{content:""}.fa-hands-holding-child:before{content:""}.fa-asterisk:before{content:"*"}.fa-check-square:before,.fa-square-check:before{content:""}.fa-peseta-sign:before{content:""}.fa-header:before,.fa-heading:before{content:""}.fa-ghost:before{content:""}.fa-list-squares:before,.fa-list:before{content:""}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:""}.fa-cart-plus:before{content:""}.fa-gamepad:before{content:""}.fa-circle-dot:before,.fa-dot-circle:before{content:""}.fa-dizzy:before,.fa-face-dizzy:before{content:""}.fa-egg:before{content:""}.fa-house-medical-circle-xmark:before{content:""}.fa-campground:before{content:""}.fa-folder-plus:before{content:""}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:""}.fa-paint-brush:before,.fa-paintbrush:before{content:""}.fa-lock:before{content:""}.fa-gas-pump:before{content:""}.fa-hot-tub-person:before,.fa-hot-tub:before{content:""}.fa-map-location:before,.fa-map-marked:before{content:""}.fa-house-flood-water:before{content:""}.fa-tree:before{content:""}.fa-bridge-lock:before{content:""}.fa-sack-dollar:before{content:""}.fa-edit:before,.fa-pen-to-square:before{content:""}.fa-car-side:before{content:""}.fa-share-alt:before,.fa-share-nodes:before{content:""}.fa-heart-circle-minus:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-microscope:before{content:""}.fa-sink:before{content:""}.fa-bag-shopping:before,.fa-shopping-bag:before{content:""}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:""}.fa-mitten:before{content:""}.fa-person-rays:before{content:""}.fa-users:before{content:""}.fa-eye-slash:before{content:""}.fa-flask-vial:before{content:""}.fa-hand-paper:before,.fa-hand:before{content:""}.fa-om:before{content:""}.fa-worm:before{content:""}.fa-house-circle-xmark:before{content:""}.fa-plug:before{content:""}.fa-chevron-up:before{content:""}.fa-hand-spock:before{content:""}.fa-stopwatch:before{content:""}.fa-face-kiss:before,.fa-kiss:before{content:""}.fa-bridge-circle-xmark:before{content:""}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:""}.fa-chess-bishop:before{content:""}.fa-face-grin-wink:before,.fa-grin-wink:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:""}.fa-road-circle-check:before{content:""}.fa-dice-five:before{content:""}.fa-rss-square:before,.fa-square-rss:before{content:""}.fa-land-mine-on:before{content:""}.fa-i-cursor:before{content:""}.fa-stamp:before{content:""}.fa-stairs:before{content:""}.fa-i:before{content:"I"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:""}.fa-pills:before{content:""}.fa-face-grin-wide:before,.fa-grin-alt:before{content:""}.fa-tooth:before{content:""}.fa-v:before{content:"V"}.fa-bangladeshi-taka-sign:before{content:""}.fa-bicycle:before{content:""}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:""}.fa-head-side-cough-slash:before{content:""}.fa-ambulance:before,.fa-truck-medical:before{content:""}.fa-wheat-awn-circle-exclamation:before{content:""}.fa-snowman:before{content:""}.fa-mortar-pestle:before{content:""}.fa-road-barrier:before{content:""}.fa-school:before{content:""}.fa-igloo:before{content:""}.fa-joint:before{content:""}.fa-angle-right:before{content:""}.fa-horse:before{content:""}.fa-q:before{content:"Q"}.fa-g:before{content:"G"}.fa-notes-medical:before{content:""}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-dong-sign:before{content:""}.fa-capsules:before{content:""}.fa-poo-bolt:before,.fa-poo-storm:before{content:""}.fa-face-frown-open:before,.fa-frown-open:before{content:""}.fa-hand-point-up:before{content:""}.fa-money-bill:before{content:""}.fa-bookmark:before{content:""}.fa-align-justify:before{content:""}.fa-umbrella-beach:before{content:""}.fa-helmet-un:before{content:""}.fa-bullseye:before{content:""}.fa-bacon:before{content:""}.fa-hand-point-down:before{content:""}.fa-arrow-up-from-bracket:before{content:""}.fa-folder-blank:before,.fa-folder:before{content:""}.fa-file-medical-alt:before,.fa-file-waveform:before{content:""}.fa-radiation:before{content:""}.fa-chart-simple:before{content:""}.fa-mars-stroke:before{content:""}.fa-vial:before{content:""}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:""}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:""}.fa-e:before{content:"E"}.fa-pen-alt:before,.fa-pen-clip:before{content:""}.fa-bridge-circle-exclamation:before{content:""}.fa-user:before{content:""}.fa-school-circle-check:before{content:""}.fa-dumpster:before{content:""}.fa-shuttle-van:before,.fa-van-shuttle:before{content:""}.fa-building-user:before{content:""}.fa-caret-square-left:before,.fa-square-caret-left:before{content:""}.fa-highlighter:before{content:""}.fa-key:before{content:""}.fa-bullhorn:before{content:""}.fa-globe:before{content:""}.fa-synagogue:before{content:""}.fa-person-half-dress:before{content:""}.fa-road-bridge:before{content:""}.fa-location-arrow:before{content:""}.fa-c:before{content:"C"}.fa-tablet-button:before{content:""}.fa-building-lock:before{content:""}.fa-pizza-slice:before{content:""}.fa-money-bill-wave:before{content:""}.fa-area-chart:before,.fa-chart-area:before{content:""}.fa-house-flag:before{content:""}.fa-person-circle-minus:before{content:""}.fa-ban:before,.fa-cancel:before{content:""}.fa-camera-rotate:before{content:""}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:""}.fa-star:before{content:""}.fa-repeat:before{content:""}.fa-cross:before{content:""}.fa-box:before{content:""}.fa-venus-mars:before{content:""}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:""}.fa-expand-arrows-alt:before,.fa-maximize:before{content:""}.fa-charging-station:before{content:""}.fa-shapes:before,.fa-triangle-circle-square:before{content:""}.fa-random:before,.fa-shuffle:before{content:""}.fa-person-running:before,.fa-running:before{content:""}.fa-mobile-retro:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-spider:before{content:""}.fa-hands-bound:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-plane-circle-exclamation:before{content:""}.fa-x-ray:before{content:""}.fa-spell-check:before{content:""}.fa-slash:before{content:""}.fa-computer-mouse:before,.fa-mouse:before{content:""}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:""}.fa-shop-slash:before,.fa-store-alt-slash:before{content:""}.fa-server:before{content:""}.fa-virus-covid-slash:before{content:""}.fa-shop-lock:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-blender-phone:before{content:""}.fa-building-wheat:before{content:""}.fa-person-breastfeeding:before{content:""}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:""}.fa-venus:before{content:""}.fa-passport:before{content:""}.fa-heart-pulse:before,.fa-heartbeat:before{content:""}.fa-people-carry-box:before,.fa-people-carry:before{content:""}.fa-temperature-high:before{content:""}.fa-microchip:before{content:""}.fa-crown:before{content:""}.fa-weight-hanging:before{content:""}.fa-xmarks-lines:before{content:""}.fa-file-prescription:before{content:""}.fa-weight-scale:before,.fa-weight:before{content:""}.fa-user-friends:before,.fa-user-group:before{content:""}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:""}.fa-chess-knight:before{content:""}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:""}.fa-wheelchair:before{content:""}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:""}.fa-toggle-on:before{content:""}.fa-person-walking:before,.fa-walking:before{content:""}.fa-l:before{content:"L"}.fa-fire:before{content:""}.fa-bed-pulse:before,.fa-procedures:before{content:""}.fa-shuttle-space:before,.fa-space-shuttle:before{content:""}.fa-face-laugh:before,.fa-laugh:before{content:""}.fa-folder-open:before{content:""}.fa-heart-circle-plus:before{content:""}.fa-code-fork:before{content:""}.fa-city:before{content:""}.fa-microphone-alt:before,.fa-microphone-lines:before{content:""}.fa-pepper-hot:before{content:""}.fa-unlock:before{content:""}.fa-colon-sign:before{content:""}.fa-headset:before{content:""}.fa-store-slash:before{content:""}.fa-road-circle-xmark:before{content:""}.fa-user-minus:before{content:""}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:""}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:""}.fa-clipboard:before{content:""}.fa-house-circle-exclamation:before{content:""}.fa-file-arrow-up:before,.fa-file-upload:before{content:""}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:""}.fa-bath:before,.fa-bathtub:before{content:""}.fa-underline:before{content:""}.fa-user-edit:before,.fa-user-pen:before{content:""}.fa-signature:before{content:""}.fa-stroopwafel:before{content:""}.fa-bold:before{content:""}.fa-anchor-lock:before{content:""}.fa-building-ngo:before{content:""}.fa-manat-sign:before{content:""}.fa-not-equal:before{content:""}.fa-border-style:before,.fa-border-top-left:before{content:""}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:""}.fa-jedi:before{content:""}.fa-poll:before,.fa-square-poll-vertical:before{content:""}.fa-mug-hot:before{content:""}.fa-battery-car:before,.fa-car-battery:before{content:""}.fa-gift:before{content:""}.fa-dice-two:before{content:""}.fa-chess-queen:before{content:""}.fa-glasses:before{content:""}.fa-chess-board:before{content:""}.fa-building-circle-check:before{content:""}.fa-person-chalkboard:before{content:""}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:""}.fa-hand-back-fist:before,.fa-hand-rock:before{content:""}.fa-caret-square-up:before,.fa-square-caret-up:before{content:""}.fa-cloud-showers-water:before{content:""}.fa-bar-chart:before,.fa-chart-bar:before{content:""}.fa-hands-bubbles:before,.fa-hands-wash:before{content:""}.fa-less-than-equal:before{content:""}.fa-train:before{content:""}.fa-eye-low-vision:before,.fa-low-vision:before{content:""}.fa-crow:before{content:""}.fa-sailboat:before{content:""}.fa-window-restore:before{content:""}.fa-plus-square:before,.fa-square-plus:before{content:""}.fa-torii-gate:before{content:""}.fa-frog:before{content:""}.fa-bucket:before{content:""}.fa-image:before{content:""}.fa-microphone:before{content:""}.fa-cow:before{content:""}.fa-caret-up:before{content:""}.fa-screwdriver:before{content:""}.fa-folder-closed:before{content:""}.fa-house-tsunami:before{content:""}.fa-square-nfi:before{content:""}.fa-arrow-up-from-ground-water:before{content:""}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:""}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:""}.fa-columns:before,.fa-table-columns:before{content:""}.fa-lemon:before{content:""}.fa-head-side-mask:before{content:""}.fa-handshake:before{content:""}.fa-gem:before{content:""}.fa-dolly-box:before,.fa-dolly:before{content:""}.fa-smoking:before{content:""}.fa-compress-arrows-alt:before,.fa-minimize:before{content:""}.fa-monument:before{content:""}.fa-snowplow:before{content:""}.fa-angle-double-right:before,.fa-angles-right:before{content:""}.fa-cannabis:before{content:""}.fa-circle-play:before,.fa-play-circle:before{content:""}.fa-tablets:before{content:""}.fa-ethernet:before{content:""}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:""}.fa-chair:before{content:""}.fa-check-circle:before,.fa-circle-check:before{content:""}.fa-circle-stop:before,.fa-stop-circle:before{content:""}.fa-compass-drafting:before,.fa-drafting-compass:before{content:""}.fa-plate-wheat:before{content:""}.fa-icicles:before{content:""}.fa-person-shelter:before{content:""}.fa-neuter:before{content:""}.fa-id-badge:before{content:""}.fa-marker:before{content:""}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:""}.fa-helicopter-symbol:before{content:""}.fa-universal-access:before{content:""}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:""}.fa-lari-sign:before{content:""}.fa-volcano:before{content:""}.fa-person-walking-dashed-line-arrow-right:before{content:""}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:""}.fa-viruses:before{content:""}.fa-square-person-confined:before{content:""}.fa-user-tie:before{content:""}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:""}.fa-tent-arrow-down-to-line:before{content:""}.fa-certificate:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-suitcase:before{content:""}.fa-person-skating:before,.fa-skating:before{content:""}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:""}.fa-camera-retro:before{content:""}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:""}.fa-arrow-right-to-file:before,.fa-file-import:before{content:""}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:""}.fa-box-open:before{content:""}.fa-scroll:before{content:""}.fa-spa:before{content:""}.fa-location-pin-lock:before{content:""}.fa-pause:before{content:""}.fa-hill-avalanche:before{content:""}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-bomb:before{content:""}.fa-registered:before{content:""}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:""}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:""}.fa-subscript:before{content:""}.fa-diamond-turn-right:before,.fa-directions:before{content:""}.fa-burst:before{content:""}.fa-house-laptop:before,.fa-laptop-house:before{content:""}.fa-face-tired:before,.fa-tired:before{content:""}.fa-money-bills:before{content:""}.fa-smog:before{content:""}.fa-crutch:before{content:""}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:""}.fa-palette:before{content:""}.fa-arrows-turn-right:before{content:""}.fa-vest:before{content:""}.fa-ferry:before{content:""}.fa-arrows-down-to-people:before{content:""}.fa-seedling:before,.fa-sprout:before{content:""}.fa-arrows-alt-h:before,.fa-left-right:before{content:""}.fa-boxes-packing:before{content:""}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:""}.fa-group-arrows-rotate:before{content:""}.fa-bowl-food:before{content:""}.fa-candy-cane:before{content:""}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:""}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:""}.fa-remove-format:before,.fa-text-slash:before{content:""}.fa-face-smile-wink:before,.fa-smile-wink:before{content:""}.fa-file-word:before{content:""}.fa-file-powerpoint:before{content:""}.fa-arrows-h:before,.fa-arrows-left-right:before{content:""}.fa-house-lock:before{content:""}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:""}.fa-children:before{content:""}.fa-blackboard:before,.fa-chalkboard:before{content:""}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:""}.fa-envelope-open:before{content:""}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:""}.fa-mattress-pillow:before{content:""}.fa-guarani-sign:before{content:""}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-cruzeiro-sign:before{content:""}.fa-greater-than-equal:before{content:""}.fa-shield-alt:before,.fa-shield-halved:before{content:""}.fa-atlas:before,.fa-book-atlas:before{content:""}.fa-virus:before{content:""}.fa-envelope-circle-check:before{content:""}.fa-layer-group:before{content:""}.fa-arrows-to-dot:before{content:""}.fa-archway:before{content:""}.fa-heart-circle-check:before{content:""}.fa-house-chimney-crack:before,.fa-house-damage:before{content:""}.fa-file-archive:before,.fa-file-zipper:before{content:""}.fa-square:before{content:""}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:""}.fa-couch:before{content:""}.fa-cedi-sign:before{content:""}.fa-italic:before{content:""}.fa-church:before{content:""}.fa-comments-dollar:before{content:""}.fa-democrat:before{content:""}.fa-z:before{content:"Z"}.fa-person-skiing:before,.fa-skiing:before{content:""}.fa-road-lock:before{content:""}.fa-a:before{content:"A"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:""}.fa-feather-alt:before,.fa-feather-pointed:before{content:""}.fa-p:before{content:"P"}.fa-snowflake:before{content:""}.fa-newspaper:before{content:""}.fa-ad:before,.fa-standard-ad:before{content:""}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:""}.fa-filter-circle-xmark:before{content:""}.fa-locust:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:""}.fa-person-dress-burst:before{content:""}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:""}.fa-vector-square:before{content:""}.fa-bread-slice:before{content:""}.fa-language:before{content:""}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:""}.fa-filter:before{content:""}.fa-question:before{content:"?"}.fa-file-signature:before{content:""}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:""}.fa-house-chimney-user:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-puzzle-piece:before{content:""}.fa-money-check:before{content:""}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:""}.fa-code:before{content:""}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:""}.fa-building-circle-exclamation:before{content:""}.fa-magnifying-glass-chart:before{content:""}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:""}.fa-cubes-stacked:before{content:""}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:""}.fa-virus-covid:before{content:""}.fa-austral-sign:before{content:""}.fa-f:before{content:"F"}.fa-leaf:before{content:""}.fa-road:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-person-circle-plus:before{content:""}.fa-chart-pie:before,.fa-pie-chart:before{content:""}.fa-bolt-lightning:before{content:""}.fa-sack-xmark:before{content:""}.fa-file-excel:before{content:""}.fa-file-contract:before{content:""}.fa-fish-fins:before{content:""}.fa-building-flag:before{content:""}.fa-face-grin-beam:before,.fa-grin-beam:before{content:""}.fa-object-ungroup:before{content:""}.fa-poop:before{content:""}.fa-location-pin:before,.fa-map-marker:before{content:""}.fa-kaaba:before{content:""}.fa-toilet-paper:before{content:""}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:""}.fa-eject:before{content:""}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:""}.fa-plane-circle-check:before{content:""}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:""}.fa-object-group:before{content:""}.fa-chart-line:before,.fa-line-chart:before{content:""}.fa-mask-ventilator:before{content:""}.fa-arrow-right:before{content:""}.fa-map-signs:before,.fa-signs-post:before{content:""}.fa-cash-register:before{content:""}.fa-person-circle-question:before{content:""}.fa-h:before{content:"H"}.fa-tarp:before{content:""}.fa-screwdriver-wrench:before,.fa-tools:before{content:""}.fa-arrows-to-eye:before{content:""}.fa-plug-circle-bolt:before{content:""}.fa-heart:before{content:""}.fa-mars-and-venus:before{content:""}.fa-home-user:before,.fa-house-user:before{content:""}.fa-dumpster-fire:before{content:""}.fa-house-crack:before{content:""}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:""}.fa-face-surprise:before,.fa-surprise:before{content:""}.fa-bottle-water:before{content:""}.fa-circle-pause:before,.fa-pause-circle:before{content:""}.fa-toilet-paper-slash:before{content:""}.fa-apple-alt:before,.fa-apple-whole:before{content:""}.fa-kitchen-set:before{content:""}.fa-r:before{content:"R"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-cube:before{content:""}.fa-bitcoin-sign:before{content:""}.fa-shield-dog:before{content:""}.fa-solar-panel:before{content:""}.fa-lock-open:before{content:""}.fa-elevator:before{content:""}.fa-money-bill-transfer:before{content:""}.fa-money-bill-trend-up:before{content:""}.fa-house-flood-water-circle-arrow-right:before{content:""}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:""}.fa-circle:before{content:""}.fa-backward-fast:before,.fa-fast-backward:before{content:""}.fa-recycle:before{content:""}.fa-user-astronaut:before{content:""}.fa-plane-slash:before{content:""}.fa-trademark:before{content:""}.fa-basketball-ball:before,.fa-basketball:before{content:""}.fa-satellite-dish:before{content:""}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:""}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:""}.fa-volume-high:before,.fa-volume-up:before{content:""}.fa-users-rays:before{content:""}.fa-wallet:before{content:""}.fa-clipboard-check:before{content:""}.fa-file-audio:before{content:""}.fa-burger:before,.fa-hamburger:before{content:""}.fa-wrench:before{content:""}.fa-bugs:before{content:""}.fa-rupee-sign:before,.fa-rupee:before{content:""}.fa-file-image:before{content:""}.fa-circle-question:before,.fa-question-circle:before{content:""}.fa-plane-departure:before{content:""}.fa-handshake-slash:before{content:""}.fa-book-bookmark:before{content:""}.fa-code-branch:before{content:""}.fa-hat-cowboy:before{content:""}.fa-bridge:before{content:""}.fa-phone-alt:before,.fa-phone-flip:before{content:""}.fa-truck-front:before{content:""}.fa-cat:before{content:""}.fa-anchor-circle-exclamation:before{content:""}.fa-truck-field:before{content:""}.fa-route:before{content:""}.fa-clipboard-question:before{content:""}.fa-panorama:before{content:""}.fa-comment-medical:before{content:""}.fa-teeth-open:before{content:""}.fa-file-circle-minus:before{content:""}.fa-tags:before{content:""}.fa-wine-glass:before{content:""}.fa-fast-forward:before,.fa-forward-fast:before{content:""}.fa-face-meh-blank:before,.fa-meh-blank:before{content:""}.fa-parking:before,.fa-square-parking:before{content:""}.fa-house-signal:before{content:""}.fa-bars-progress:before,.fa-tasks-alt:before{content:""}.fa-faucet-drip:before{content:""}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:""}.fa-ban-smoking:before,.fa-smoking-ban:before{content:""}.fa-terminal:before{content:""}.fa-mobile-button:before{content:""}.fa-house-medical-flag:before{content:""}.fa-basket-shopping:before,.fa-shopping-basket:before{content:""}.fa-tape:before{content:""}.fa-bus-alt:before,.fa-bus-simple:before{content:""}.fa-eye:before{content:""}.fa-face-sad-cry:before,.fa-sad-cry:before{content:""}.fa-audio-description:before{content:""}.fa-person-military-to-person:before{content:""}.fa-file-shield:before{content:""}.fa-user-slash:before{content:""}.fa-pen:before{content:""}.fa-tower-observation:before{content:""}.fa-file-code:before{content:""}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:""}.fa-bus:before{content:""}.fa-heart-circle-xmark:before{content:""}.fa-home-lg:before,.fa-house-chimney:before{content:""}.fa-window-maximize:before{content:""}.fa-face-frown:before,.fa-frown:before{content:""}.fa-prescription:before{content:""}.fa-shop:before,.fa-store-alt:before{content:""}.fa-floppy-disk:before,.fa-save:before{content:""}.fa-vihara:before{content:""}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-comment-dots:before,.fa-commenting:before{content:""}.fa-plant-wilt:before{content:""}.fa-diamond:before{content:""}.fa-face-grin-squint:before,.fa-grin-squint:before{content:""}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:""}.fa-bacterium:before{content:""}.fa-hand-pointer:before{content:""}.fa-drum-steelpan:before{content:""}.fa-hand-scissors:before{content:""}.fa-hands-praying:before,.fa-praying-hands:before{content:""}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:""}.fa-biohazard:before{content:""}.fa-location-crosshairs:before,.fa-location:before{content:""}.fa-mars-double:before{content:""}.fa-child-dress:before{content:""}.fa-users-between-lines:before{content:""}.fa-lungs-virus:before{content:""}.fa-face-grin-tears:before,.fa-grin-tears:before{content:""}.fa-phone:before{content:""}.fa-calendar-times:before,.fa-calendar-xmark:before{content:""}.fa-child-reaching:before{content:""}.fa-head-side-virus:before{content:""}.fa-user-cog:before,.fa-user-gear:before{content:""}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:""}.fa-door-closed:before{content:""}.fa-shield-virus:before{content:""}.fa-dice-six:before{content:""}.fa-mosquito-net:before{content:""}.fa-bridge-water:before{content:""}.fa-person-booth:before{content:""}.fa-text-width:before{content:""}.fa-hat-wizard:before{content:""}.fa-pen-fancy:before{content:""}.fa-digging:before,.fa-person-digging:before{content:""}.fa-trash:before{content:""}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:""}.fa-book-medical:before{content:""}.fa-poo:before{content:""}.fa-quote-right-alt:before,.fa-quote-right:before{content:""}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:""}.fa-cubes:before{content:""}.fa-divide:before{content:""}.fa-tenge-sign:before,.fa-tenge:before{content:""}.fa-headphones:before{content:""}.fa-hands-holding:before{content:""}.fa-hands-clapping:before{content:""}.fa-republican:before{content:""}.fa-arrow-left:before{content:""}.fa-person-circle-xmark:before{content:""}.fa-ruler:before{content:""}.fa-align-left:before{content:""}.fa-dice-d6:before{content:""}.fa-restroom:before{content:""}.fa-j:before{content:"J"}.fa-users-viewfinder:before{content:""}.fa-file-video:before{content:""}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:""}.fa-table-cells:before,.fa-th:before{content:""}.fa-file-pdf:before{content:""}.fa-bible:before,.fa-book-bible:before{content:""}.fa-o:before{content:"O"}.fa-medkit:before,.fa-suitcase-medical:before{content:""}.fa-user-secret:before{content:""}.fa-otter:before{content:""}.fa-female:before,.fa-person-dress:before{content:""}.fa-comment-dollar:before{content:""}.fa-briefcase-clock:before,.fa-business-time:before{content:""}.fa-table-cells-large:before,.fa-th-large:before{content:""}.fa-book-tanakh:before,.fa-tanakh:before{content:""}.fa-phone-volume:before,.fa-volume-control-phone:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-clipboard-user:before{content:""}.fa-child:before{content:""}.fa-lira-sign:before{content:""}.fa-satellite:before{content:""}.fa-plane-lock:before{content:""}.fa-tag:before{content:""}.fa-comment:before{content:""}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:""}.fa-envelope:before{content:""}.fa-angle-double-up:before,.fa-angles-up:before{content:""}.fa-paperclip:before{content:""}.fa-arrow-right-to-city:before{content:""}.fa-ribbon:before{content:""}.fa-lungs:before{content:""}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:""}.fa-litecoin-sign:before{content:""}.fa-border-none:before{content:""}.fa-circle-nodes:before{content:""}.fa-parachute-box:before{content:""}.fa-indent:before{content:""}.fa-truck-field-un:before{content:""}.fa-hourglass-empty:before,.fa-hourglass:before{content:""}.fa-mountain:before{content:""}.fa-user-doctor:before,.fa-user-md:before{content:""}.fa-circle-info:before,.fa-info-circle:before{content:""}.fa-cloud-meatball:before{content:""}.fa-camera-alt:before,.fa-camera:before{content:""}.fa-square-virus:before{content:""}.fa-meteor:before{content:""}.fa-car-on:before{content:""}.fa-sleigh:before{content:""}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:""}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:""}.fa-water:before{content:""}.fa-calendar-check:before{content:""}.fa-braille:before{content:""}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:""}.fa-landmark:before{content:""}.fa-truck:before{content:""}.fa-crosshairs:before{content:""}.fa-person-cane:before{content:""}.fa-tent:before{content:""}.fa-vest-patches:before{content:""}.fa-check-double:before{content:""}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:""}.fa-money-bill-wheat:before{content:""}.fa-cookie:before{content:""}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:""}.fa-hard-drive:before,.fa-hdd:before{content:""}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:""}.fa-dumbbell:before{content:""}.fa-list-alt:before,.fa-standard-list:before{content:""}.fa-tarp-droplet:before{content:""}.fa-house-medical-circle-check:before{content:""}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:""}.fa-calendar-plus:before{content:""}.fa-plane-arrival:before{content:""}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:""}.fa-subway:before,.fa-train-subway:before{content:""}.fa-chart-gantt:before{content:""}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:""}.fa-crop-alt:before,.fa-crop-simple:before{content:""}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:""}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:""}.fa-dna:before{content:""}.fa-virus-slash:before{content:""}.fa-minus:before,.fa-subtract:before{content:""}.fa-chess:before{content:""}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:""}.fa-plug-circle-check:before{content:""}.fa-street-view:before{content:""}.fa-franc-sign:before{content:""}.fa-volume-off:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-droplet-slash:before,.fa-tint-slash:before{content:""}.fa-mosque:before{content:""}.fa-mosquito:before{content:""}.fa-star-of-david:before{content:""}.fa-person-military-rifle:before{content:""}.fa-cart-shopping:before,.fa-shopping-cart:before{content:""}.fa-vials:before{content:""}.fa-plug-circle-plus:before{content:""}.fa-place-of-worship:before{content:""}.fa-grip-vertical:before{content:""}.fa-arrow-turn-up:before,.fa-level-up:before{content:""}.fa-u:before{content:"U"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:""}.fa-clock-four:before,.fa-clock:before{content:""}.fa-backward-step:before,.fa-step-backward:before{content:""}.fa-pallet:before{content:""}.fa-faucet:before{content:""}.fa-baseball-bat-ball:before{content:""}.fa-s:before{content:"S"}.fa-timeline:before{content:""}.fa-keyboard:before{content:""}.fa-caret-down:before{content:""}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:""}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:""}.fa-plane-up:before{content:""}.fa-piggy-bank:before{content:""}.fa-battery-3:before,.fa-battery-half:before{content:""}.fa-mountain-city:before{content:""}.fa-coins:before{content:""}.fa-khanda:before{content:""}.fa-sliders-h:before,.fa-sliders:before{content:""}.fa-folder-tree:before{content:""}.fa-network-wired:before{content:""}.fa-map-pin:before{content:""}.fa-hamsa:before{content:""}.fa-cent-sign:before{content:""}.fa-flask:before{content:""}.fa-person-pregnant:before{content:""}.fa-wand-sparkles:before{content:""}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:""}.fa-ticket:before{content:""}.fa-power-off:before{content:""}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:""}.fa-flag-usa:before{content:""}.fa-laptop-file:before{content:""}.fa-teletype:before,.fa-tty:before{content:""}.fa-diagram-next:before{content:""}.fa-person-rifle:before{content:""}.fa-house-medical-circle-exclamation:before{content:""}.fa-closed-captioning:before{content:""}.fa-hiking:before,.fa-person-hiking:before{content:""}.fa-venus-double:before{content:""}.fa-images:before{content:""}.fa-calculator:before{content:""}.fa-people-pulling:before{content:""}.fa-n:before{content:"N"}.fa-cable-car:before,.fa-tram:before{content:""}.fa-cloud-rain:before{content:""}.fa-building-circle-xmark:before{content:""}.fa-ship:before{content:""}.fa-arrows-down-to-line:before{content:""}.fa-download:before{content:""}.fa-face-grin:before,.fa-grin:before{content:""}.fa-backspace:before,.fa-delete-left:before{content:""}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:""}.fa-file-circle-check:before{content:""}.fa-forward:before{content:""}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-face-meh:before,.fa-meh:before{content:""}.fa-align-center:before{content:""}.fa-book-dead:before,.fa-book-skull:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-heart-circle-exclamation:before{content:""}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:""}.fa-calendar-week:before{content:""}.fa-laptop-medical:before{content:""}.fa-b:before{content:"B"}.fa-file-medical:before{content:""}.fa-dice-one:before{content:""}.fa-kiwi-bird:before{content:""}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:""}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:""}.fa-cutlery:before,.fa-utensils:before{content:""}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:""}.fa-mill-sign:before{content:""}.fa-bowl-rice:before{content:""}.fa-skull:before{content:""}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:""}.fa-truck-pickup:before{content:""}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:""}.fa-stop:before{content:""}.fa-code-merge:before{content:""}.fa-upload:before{content:""}.fa-hurricane:before{content:""}.fa-mound:before{content:""}.fa-toilet-portable:before{content:""}.fa-compact-disc:before{content:""}.fa-file-arrow-down:before,.fa-file-download:before{content:""}.fa-caravan:before{content:""}.fa-shield-cat:before{content:""}.fa-bolt:before,.fa-zap:before{content:""}.fa-glass-water:before{content:""}.fa-oil-well:before{content:""}.fa-vault:before{content:""}.fa-mars:before{content:""}.fa-toilet:before{content:""}.fa-plane-circle-xmark:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:""}.fa-sun:before{content:""}.fa-guitar:before{content:""}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:""}.fa-horse-head:before{content:""}.fa-bore-hole:before{content:""}.fa-industry:before{content:""}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:""}.fa-arrows-turn-to-dots:before{content:""}.fa-florin-sign:before{content:""}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:""}.fa-less-than:before{content:"<"}.fa-angle-down:before{content:""}.fa-car-tunnel:before{content:""}.fa-head-side-cough:before{content:""}.fa-grip-lines:before{content:""}.fa-thumbs-down:before{content:""}.fa-user-lock:before{content:""}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:""}.fa-anchor-circle-xmark:before{content:""}.fa-ellipsis-h:before,.fa-ellipsis:before{content:""}.fa-chess-pawn:before{content:""}.fa-first-aid:before,.fa-kit-medical:before{content:""}.fa-person-through-window:before{content:""}.fa-toolbox:before{content:""}.fa-hands-holding-circle:before{content:""}.fa-bug:before{content:""}.fa-credit-card-alt:before,.fa-credit-card:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-hand-holding-hand:before{content:""}.fa-book-open-reader:before,.fa-book-reader:before{content:""}.fa-mountain-sun:before{content:""}.fa-arrows-left-right-to-line:before{content:""}.fa-dice-d20:before{content:""}.fa-truck-droplet:before{content:""}.fa-file-circle-xmark:before{content:""}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:""}.fa-medal:before{content:""}.fa-bed:before{content:""}.fa-h-square:before,.fa-square-h:before{content:""}.fa-podcast:before{content:""}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:""}.fa-bell:before{content:""}.fa-superscript:before{content:""}.fa-plug-circle-xmark:before{content:""}.fa-star-of-life:before{content:""}.fa-phone-slash:before{content:""}.fa-paint-roller:before{content:""}.fa-hands-helping:before,.fa-handshake-angle:before{content:""}.fa-location-dot:before,.fa-map-marker-alt:before{content:""}.fa-file:before{content:""}.fa-greater-than:before{content:">"}.fa-person-swimming:before,.fa-swimmer:before{content:""}.fa-arrow-down:before{content:""}.fa-droplet:before,.fa-tint:before{content:""}.fa-eraser:before{content:""}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:""}.fa-person-burst:before{content:""}.fa-dove:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-socks:before{content:""}.fa-inbox:before{content:""}.fa-section:before{content:""}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:""}.fa-envelope-open-text:before{content:""}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:""}.fa-wine-bottle:before{content:""}.fa-chess-rook:before{content:""}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:""}.fa-dharmachakra:before{content:""}.fa-hotdog:before{content:""}.fa-blind:before,.fa-person-walking-with-cane:before{content:""}.fa-drum:before{content:""}.fa-ice-cream:before{content:""}.fa-heart-circle-bolt:before{content:""}.fa-fax:before{content:""}.fa-paragraph:before{content:""}.fa-check-to-slot:before,.fa-vote-yea:before{content:""}.fa-star-half:before{content:""}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:""}.fa-tree-city:before{content:""}.fa-play:before{content:""}.fa-font:before{content:""}.fa-rupiah-sign:before{content:""}.fa-magnifying-glass:before,.fa-search:before{content:""}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:""}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:""}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:""}.fa-naira-sign:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-walkie-talkie:before{content:""}.fa-file-edit:before,.fa-file-pen:before{content:""}.fa-receipt:before{content:""}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-person-circle-exclamation:before{content:""}.fa-chevron-down:before{content:""}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-skull-crossbones:before{content:""}.fa-code-compare:before{content:""}.fa-list-dots:before,.fa-list-ul:before{content:""}.fa-school-lock:before{content:""}.fa-tower-cell:before{content:""}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:""}.fa-ranking-star:before{content:""}.fa-chess-king:before{content:""}.fa-person-harassing:before{content:""}.fa-brazilian-real-sign:before{content:""}.fa-landmark-alt:before,.fa-landmark-dome:before{content:""}.fa-arrow-up:before{content:""}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:""}.fa-shrimp:before{content:""}.fa-list-check:before,.fa-tasks:before{content:""}.fa-jug-detergent:before{content:""}.fa-circle-user:before,.fa-user-circle:before{content:""}.fa-user-shield:before{content:""}.fa-wind:before{content:""}.fa-car-burst:before,.fa-car-crash:before{content:""}.fa-y:before{content:"Y"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:""}.fa-shipping-fast:before,.fa-truck-fast:before{content:""}.fa-fish:before{content:""}.fa-user-graduate:before{content:""}.fa-adjust:before,.fa-circle-half-stroke:before{content:""}.fa-clapperboard:before{content:""}.fa-circle-radiation:before,.fa-radiation-alt:before{content:""}.fa-baseball-ball:before,.fa-baseball:before{content:""}.fa-jet-fighter-up:before{content:""}.fa-diagram-project:before,.fa-project-diagram:before{content:""}.fa-copy:before{content:""}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:""}.fa-hand-sparkles:before{content:""}.fa-grip-horizontal:before,.fa-grip:before{content:""}.fa-share-from-square:before,.fa-share-square:before{content:""}.fa-child-combatant:before,.fa-child-rifle:before{content:""}.fa-gun:before{content:""}.fa-phone-square:before,.fa-square-phone:before{content:""}.fa-add:before,.fa-plus:before{content:"+"}.fa-expand:before{content:""}.fa-computer:before{content:""}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:""}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:""}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:""}.fa-peso-sign:before{content:""}.fa-building-shield:before{content:""}.fa-baby:before{content:""}.fa-users-line:before{content:""}.fa-quote-left-alt:before,.fa-quote-left:before{content:""}.fa-tractor:before{content:""}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:""}.fa-arrow-down-up-lock:before{content:""}.fa-lines-leaning:before{content:""}.fa-ruler-combined:before{content:""}.fa-copyright:before{content:""}.fa-equals:before{content:"="}.fa-blender:before{content:""}.fa-teeth:before{content:""}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:""}.fa-map:before{content:""}.fa-rocket:before{content:""}.fa-photo-film:before,.fa-photo-video:before{content:""}.fa-folder-minus:before{content:""}.fa-store:before{content:""}.fa-arrow-trend-up:before{content:""}.fa-plug-circle-minus:before{content:""}.fa-sign-hanging:before,.fa-sign:before{content:""}.fa-bezier-curve:before{content:""}.fa-bell-slash:before{content:""}.fa-tablet-android:before,.fa-tablet:before{content:""}.fa-school-flag:before{content:""}.fa-fill:before{content:""}.fa-angle-up:before{content:""}.fa-drumstick-bite:before{content:""}.fa-holly-berry:before{content:""}.fa-chevron-left:before{content:""}.fa-bacteria:before{content:""}.fa-hand-lizard:before{content:""}.fa-notdef:before{content:""}.fa-disease:before{content:""}.fa-briefcase-medical:before{content:""}.fa-genderless:before{content:""}.fa-chevron-right:before{content:""}.fa-retweet:before{content:""}.fa-car-alt:before,.fa-car-rear:before{content:""}.fa-pump-soap:before{content:""}.fa-video-slash:before{content:""}.fa-battery-2:before,.fa-battery-quarter:before{content:""}.fa-radio:before{content:""}.fa-baby-carriage:before,.fa-carriage-baby:before{content:""}.fa-traffic-light:before{content:""}.fa-thermometer:before{content:""}.fa-vr-cardboard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-percent:before,.fa-percentage:before{content:"%"}.fa-truck-moving:before{content:""}.fa-glass-water-droplet:before{content:""}.fa-display:before{content:""}.fa-face-smile:before,.fa-smile:before{content:""}.fa-thumb-tack:before,.fa-thumbtack:before{content:""}.fa-trophy:before{content:""}.fa-person-praying:before,.fa-pray:before{content:""}.fa-hammer:before{content:""}.fa-hand-peace:before{content:""}.fa-rotate:before,.fa-sync-alt:before{content:""}.fa-spinner:before{content:""}.fa-robot:before{content:""}.fa-peace:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-warehouse:before{content:""}.fa-arrow-up-right-dots:before{content:""}.fa-splotch:before{content:""}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:""}.fa-dice-four:before{content:""}.fa-sim-card:before{content:""}.fa-transgender-alt:before,.fa-transgender:before{content:""}.fa-mercury:before{content:""}.fa-arrow-turn-down:before,.fa-level-down:before{content:""}.fa-person-falling-burst:before{content:""}.fa-award:before{content:""}.fa-ticket-alt:before,.fa-ticket-simple:before{content:""}.fa-building:before{content:""}.fa-angle-double-left:before,.fa-angles-left:before{content:""}.fa-qrcode:before{content:""}.fa-clock-rotate-left:before,.fa-history:before{content:""}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:""}.fa-arrow-right-from-file:before,.fa-file-export:before{content:""}.fa-shield-blank:before,.fa-shield:before{content:""}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:""}.fa-house-medical:before{content:""}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:""}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:""}.fa-house-chimney-window:before{content:""}.fa-pen-nib:before{content:""}.fa-tent-arrow-turn-left:before{content:""}.fa-tents:before{content:""}.fa-magic:before,.fa-wand-magic:before{content:""}.fa-dog:before{content:""}.fa-carrot:before{content:""}.fa-moon:before{content:""}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:""}.fa-cheese:before{content:""}.fa-yin-yang:before{content:""}.fa-music:before{content:""}.fa-code-commit:before{content:""}.fa-temperature-low:before{content:""}.fa-biking:before,.fa-person-biking:before{content:""}.fa-broom:before{content:""}.fa-shield-heart:before{content:""}.fa-gopuram:before{content:""}.fa-earth-oceania:before,.fa-globe-oceania:before{content:""}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:""}.fa-hashtag:before{content:"#"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:""}.fa-oil-can:before{content:""}.fa-t:before{content:"T"}.fa-hippo:before{content:""}.fa-chart-column:before{content:""}.fa-infinity:before{content:""}.fa-vial-circle-check:before{content:""}.fa-person-arrow-down-to-line:before{content:""}.fa-voicemail:before{content:""}.fa-fan:before{content:""}.fa-person-walking-luggage:before{content:""}.fa-arrows-alt-v:before,.fa-up-down:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-calendar:before{content:""}.fa-trailer:before{content:""}.fa-bahai:before,.fa-haykal:before{content:""}.fa-sd-card:before{content:""}.fa-dragon:before{content:""}.fa-shoe-prints:before{content:""}.fa-circle-plus:before,.fa-plus-circle:before{content:""}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:""}.fa-hand-holding:before{content:""}.fa-plug-circle-exclamation:before{content:""}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:""}.fa-clone:before{content:""}.fa-person-walking-arrow-loop-left:before{content:""}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:""}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:""}.fa-tornado:before{content:""}.fa-file-circle-plus:before{content:""}.fa-book-quran:before,.fa-quran:before{content:""}.fa-anchor:before{content:""}.fa-border-all:before{content:""}.fa-angry:before,.fa-face-angry:before{content:""}.fa-cookie-bite:before{content:""}.fa-arrow-trend-down:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-draw-polygon:before{content:""}.fa-balance-scale:before,.fa-scale-balanced:before{content:""}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:""}.fa-shower:before{content:""}.fa-desktop-alt:before,.fa-desktop:before{content:""}.fa-m:before{content:"M"}.fa-table-list:before,.fa-th-list:before{content:""}.fa-comment-sms:before,.fa-sms:before{content:""}.fa-book:before{content:""}.fa-user-plus:before{content:""}.fa-check:before{content:""}.fa-battery-4:before,.fa-battery-three-quarters:before{content:""}.fa-house-circle-check:before{content:""}.fa-angle-left:before{content:""}.fa-diagram-successor:before{content:""}.fa-truck-arrow-right:before{content:""}.fa-arrows-split-up-and-left:before{content:""}.fa-fist-raised:before,.fa-hand-fist:before{content:""}.fa-cloud-moon:before{content:""}.fa-briefcase:before{content:""}.fa-person-falling:before{content:""}.fa-image-portrait:before,.fa-portrait:before{content:""}.fa-user-tag:before{content:""}.fa-rug:before{content:""}.fa-earth-europe:before,.fa-globe-europe:before{content:""}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:""}.fa-standard-times:before,.fa-standard-xmark:before,.fa-times-standard:before,.fa-window-close:before{content:""}.fa-baht-sign:before{content:""}.fa-book-open:before{content:""}.fa-book-journal-whills:before,.fa-journal-whills:before{content:""}.fa-handcuffs:before{content:""}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:""}.fa-database:before{content:""}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:""}.fa-bottle-droplet:before{content:""}.fa-mask-face:before{content:""}.fa-hill-rockslide:before{content:""}.fa-exchange-alt:before,.fa-right-left:before{content:""}.fa-paper-plane:before{content:""}.fa-road-circle-exclamation:before{content:""}.fa-dungeon:before{content:""}.fa-align-right:before{content:""}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:""}.fa-life-ring:before{content:""}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:""}.fa-calendar-day:before{content:""}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:""}.fa-arrows-up-down:before,.fa-arrows-v:before{content:""}.fa-face-grimace:before,.fa-grimace:before{content:""}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:""}.fa-level-down-alt:before,.fa-turn-down:before{content:""}.fa-person-walking-arrow-right:before{content:""}.fa-envelope-square:before,.fa-square-envelope:before{content:""}.fa-dice:before{content:""}.fa-bowling-ball:before{content:""}.fa-brain:before{content:""}.fa-band-aid:before,.fa-bandage:before{content:""}.fa-calendar-minus:before{content:""}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:""}.fa-gifts:before{content:""}.fa-hotel:before{content:""}.fa-earth-asia:before,.fa-globe-asia:before{content:""}.fa-id-card-alt:before,.fa-id-card-clip:before{content:""}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:""}.fa-thumbs-up:before{content:""}.fa-user-clock:before{content:""}.fa-allergies:before,.fa-hand-dots:before{content:""}.fa-file-invoice:before{content:""}.fa-window-minimize:before{content:""}.fa-coffee:before,.fa-mug-saucer:before{content:""}.fa-brush:before{content:""}.fa-mask:before{content:""}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:""}.fa-ruler-vertical:before{content:""}.fa-user-alt:before,.fa-user-large:before{content:""}.fa-train-tram:before{content:""}.fa-user-nurse:before{content:""}.fa-syringe:before{content:""}.fa-cloud-sun:before{content:""}.fa-stopwatch-20:before{content:""}.fa-square-full:before{content:""}.fa-magnet:before{content:""}.fa-jar:before{content:""}.fa-note-sticky:before,.fa-sticky-note:before{content:""}.fa-bug-slash:before{content:""}.fa-arrow-up-from-water-pump:before{content:""}.fa-bone:before{content:""}.fa-user-injured:before{content:""}.fa-face-sad-tear:before,.fa-sad-tear:before{content:""}.fa-plane:before{content:""}.fa-tent-arrows-down:before{content:""}.fa-exclamation:before{content:"!"}.fa-arrows-spin:before{content:""}.fa-print:before{content:""}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:""}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"$"}.fa-x:before{content:"X"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:""}.fa-users-cog:before,.fa-users-gear:before{content:""}.fa-person-military-pointing:before{content:""}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:""}.fa-umbrella:before{content:""}.fa-trowel:before{content:""}.fa-d:before{content:"D"}.fa-stapler:before{content:""}.fa-masks-theater:before,.fa-theater-masks:before{content:""}.fa-kip-sign:before{content:""}.fa-hand-point-left:before{content:""}.fa-handshake-alt:before,.fa-handshake-simple:before{content:""}.fa-fighter-jet:before,.fa-jet-fighter:before{content:""}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:""}.fa-barcode:before{content:""}.fa-plus-minus:before{content:""}.fa-video-camera:before,.fa-video:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-hand-holding-medical:before{content:""}.fa-person-circle-check:before{content:""}.fa-level-up-alt:before,.fa-turn-up:before{content:""}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.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}:host,:root{--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(/_next/static/media/fa-brands-400.b6033b54.woff2) format("woff2"),url(/_next/static/media/fa-brands-400.9a905705.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:""}.fa-hooli:before{content:""}.fa-yelp:before{content:""}.fa-cc-visa:before{content:""}.fa-lastfm:before{content:""}.fa-shopware:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-aws:before{content:""}.fa-redhat:before{content:""}.fa-yoast:before{content:""}.fa-cloudflare:before{content:""}.fa-ups:before{content:""}.fa-wpexplorer:before{content:""}.fa-dyalog:before{content:""}.fa-bity:before{content:""}.fa-stackpath:before{content:""}.fa-buysellads:before{content:""}.fa-first-order:before{content:""}.fa-modx:before{content:""}.fa-guilded:before{content:""}.fa-vnv:before{content:""}.fa-js-square:before,.fa-square-js:before{content:""}.fa-microsoft:before{content:""}.fa-qq:before{content:""}.fa-orcid:before{content:""}.fa-java:before{content:""}.fa-invision:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-centercode:before{content:""}.fa-glide-g:before{content:""}.fa-drupal:before{content:""}.fa-hire-a-helper:before{content:""}.fa-creative-commons-by:before{content:""}.fa-unity:before{content:""}.fa-whmcs:before{content:""}.fa-rocketchat:before{content:""}.fa-vk:before{content:""}.fa-untappd:before{content:""}.fa-mailchimp:before{content:""}.fa-css3-alt:before{content:""}.fa-reddit-square:before,.fa-square-reddit:before{content:""}.fa-vimeo-v:before{content:""}.fa-contao:before{content:""}.fa-square-font-awesome:before{content:""}.fa-deskpro:before{content:""}.fa-sistrix:before{content:""}.fa-instagram-square:before,.fa-square-instagram:before{content:""}.fa-battle-net:before{content:""}.fa-the-red-yeti:before{content:""}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:""}.fa-edge:before{content:""}.fa-threads:before{content:""}.fa-napster:before{content:""}.fa-snapchat-square:before,.fa-square-snapchat:before{content:""}.fa-google-plus-g:before{content:""}.fa-artstation:before{content:""}.fa-markdown:before{content:""}.fa-sourcetree:before{content:""}.fa-google-plus:before{content:""}.fa-diaspora:before{content:""}.fa-foursquare:before{content:""}.fa-stack-overflow:before{content:""}.fa-github-alt:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-pagelines:before{content:""}.fa-algolia:before{content:""}.fa-red-river:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-safari:before{content:""}.fa-google:before{content:""}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:""}.fa-atlassian:before{content:""}.fa-linkedin-in:before{content:""}.fa-digital-ocean:before{content:""}.fa-nimblr:before{content:""}.fa-chromecast:before{content:""}.fa-evernote:before{content:""}.fa-hacker-news:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-adversal:before{content:""}.fa-creative-commons:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-fonticons:before{content:""}.fa-weixin:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-codepen:before{content:""}.fa-git-alt:before{content:""}.fa-lyft:before{content:""}.fa-rev:before{content:""}.fa-windows:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-square-viadeo:before,.fa-viadeo-square:before{content:""}.fa-meetup:before{content:""}.fa-centos:before{content:""}.fa-adn:before{content:""}.fa-cloudsmith:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-dribbble-square:before,.fa-square-dribbble:before{content:""}.fa-codiepie:before{content:""}.fa-node:before{content:""}.fa-mix:before{content:""}.fa-steam:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-scribd:before{content:""}.fa-debian:before{content:""}.fa-openid:before{content:""}.fa-instalod:before{content:""}.fa-expeditedssl:before{content:""}.fa-sellcast:before{content:""}.fa-square-twitter:before,.fa-twitter-square:before{content:""}.fa-r-project:before{content:""}.fa-delicious:before{content:""}.fa-freebsd:before{content:""}.fa-vuejs:before{content:""}.fa-accusoft:before{content:""}.fa-ioxhost:before{content:""}.fa-fonticons-fi:before{content:""}.fa-app-store:before{content:""}.fa-cc-mastercard:before{content:""}.fa-itunes-note:before{content:""}.fa-golang:before{content:""}.fa-kickstarter:before{content:""}.fa-grav:before{content:""}.fa-weibo:before{content:""}.fa-uncharted:before{content:""}.fa-firstdraft:before{content:""}.fa-square-youtube:before,.fa-youtube-square:before{content:""}.fa-wikipedia-w:before{content:""}.fa-rendact:before,.fa-wpressr:before{content:""}.fa-angellist:before{content:""}.fa-galactic-republic:before{content:""}.fa-nfc-directional:before{content:""}.fa-skype:before{content:""}.fa-joget:before{content:""}.fa-fedora:before{content:""}.fa-stripe-s:before{content:""}.fa-meta:before{content:""}.fa-laravel:before{content:""}.fa-hotjar:before{content:""}.fa-bluetooth-b:before{content:""}.fa-sticker-mule:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-hips:before{content:""}.fa-behance:before{content:""}.fa-reddit:before{content:""}.fa-discord:before{content:""}.fa-chrome:before{content:""}.fa-app-store-ios:before{content:""}.fa-cc-discover:before{content:""}.fa-wpbeginner:before{content:""}.fa-confluence:before{content:""}.fa-mdb:before{content:""}.fa-dochub:before{content:""}.fa-accessible-icon:before{content:""}.fa-ebay:before{content:""}.fa-amazon:before{content:""}.fa-unsplash:before{content:""}.fa-yarn:before{content:""}.fa-square-steam:before,.fa-steam-square:before{content:""}.fa-500px:before{content:""}.fa-square-vimeo:before,.fa-vimeo-square:before{content:""}.fa-asymmetrik:before{content:""}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:""}.fa-gratipay:before{content:""}.fa-apple:before{content:""}.fa-hive:before{content:""}.fa-gitkraken:before{content:""}.fa-keybase:before{content:""}.fa-apple-pay:before{content:""}.fa-padlet:before{content:""}.fa-amazon-pay:before{content:""}.fa-github-square:before,.fa-square-github:before{content:""}.fa-stumbleupon:before{content:""}.fa-fedex:before{content:""}.fa-phoenix-framework:before{content:""}.fa-shopify:before{content:""}.fa-neos:before{content:""}.fa-square-threads:before{content:""}.fa-hackerrank:before{content:""}.fa-researchgate:before{content:""}.fa-swift:before{content:""}.fa-angular:before{content:""}.fa-speakap:before{content:""}.fa-angrycreative:before{content:""}.fa-y-combinator:before{content:""}.fa-empire:before{content:""}.fa-envira:before{content:""}.fa-gitlab-square:before,.fa-square-gitlab:before{content:""}.fa-studiovinari:before{content:""}.fa-pied-piper:before{content:""}.fa-wordpress:before{content:""}.fa-product-hunt:before{content:""}.fa-firefox:before{content:""}.fa-linode:before{content:""}.fa-goodreads:before{content:""}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:""}.fa-jsfiddle:before{content:""}.fa-sith:before{content:""}.fa-themeisle:before{content:""}.fa-page4:before{content:""}.fa-hashnode:before{content:""}.fa-react:before{content:""}.fa-cc-paypal:before{content:""}.fa-squarespace:before{content:""}.fa-cc-stripe:before{content:""}.fa-creative-commons-share:before{content:""}.fa-bitcoin:before{content:""}.fa-keycdn:before{content:""}.fa-opera:before{content:""}.fa-itch-io:before{content:""}.fa-umbraco:before{content:""}.fa-galactic-senate:before{content:""}.fa-ubuntu:before{content:""}.fa-draft2digital:before{content:""}.fa-stripe:before{content:""}.fa-houzz:before{content:""}.fa-gg:before{content:""}.fa-dhl:before{content:""}.fa-pinterest-square:before,.fa-square-pinterest:before{content:""}.fa-xing:before{content:""}.fa-blackberry:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-playstation:before{content:""}.fa-quinscape:before{content:""}.fa-less:before{content:""}.fa-blogger-b:before{content:""}.fa-opencart:before{content:""}.fa-vine:before{content:""}.fa-paypal:before{content:""}.fa-gitlab:before{content:""}.fa-typo3:before{content:""}.fa-reddit-alien:before{content:""}.fa-yahoo:before{content:""}.fa-dailymotion:before{content:""}.fa-affiliatetheme:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-bootstrap:before{content:""}.fa-odnoklassniki:before{content:""}.fa-nfc-symbol:before{content:""}.fa-ethereum:before{content:""}.fa-speaker-deck:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-patreon:before{content:""}.fa-avianex:before{content:""}.fa-ello:before{content:""}.fa-gofore:before{content:""}.fa-bimobject:before{content:""}.fa-facebook-f:before{content:""}.fa-google-plus-square:before,.fa-square-google-plus:before{content:""}.fa-mandalorian:before{content:""}.fa-first-order-alt:before{content:""}.fa-osi:before{content:""}.fa-google-wallet:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-periscope:before{content:""}.fa-fulcrum:before{content:""}.fa-cloudscale:before{content:""}.fa-forumbee:before{content:""}.fa-mizuni:before{content:""}.fa-schlix:before{content:""}.fa-square-xing:before,.fa-xing-square:before{content:""}.fa-bandcamp:before{content:""}.fa-wpforms:before{content:""}.fa-cloudversify:before{content:""}.fa-usps:before{content:""}.fa-megaport:before{content:""}.fa-magento:before{content:""}.fa-spotify:before{content:""}.fa-optin-monster:before{content:""}.fa-fly:before{content:""}.fa-aviato:before{content:""}.fa-itunes:before{content:""}.fa-cuttlefish:before{content:""}.fa-blogger:before{content:""}.fa-flickr:before{content:""}.fa-viber:before{content:""}.fa-soundcloud:before{content:""}.fa-digg:before{content:""}.fa-tencent-weibo:before{content:""}.fa-symfony:before{content:""}.fa-maxcdn:before{content:""}.fa-etsy:before{content:""}.fa-facebook-messenger:before{content:""}.fa-audible:before{content:""}.fa-think-peaks:before{content:""}.fa-bilibili:before{content:""}.fa-erlang:before{content:""}.fa-x-twitter:before{content:""}.fa-cotton-bureau:before{content:""}.fa-dashcube:before{content:""}.fa-42-group:before,.fa-innosoft:before{content:""}.fa-stack-exchange:before{content:""}.fa-elementor:before{content:""}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-palfed:before{content:""}.fa-superpowers:before{content:""}.fa-resolving:before{content:""}.fa-xbox:before{content:""}.fa-searchengin:before{content:""}.fa-tiktok:before{content:""}.fa-facebook-square:before,.fa-square-facebook:before{content:""}.fa-renren:before{content:""}.fa-linux:before{content:""}.fa-glide:before{content:""}.fa-linkedin:before{content:""}.fa-hubspot:before{content:""}.fa-deploydog:before{content:""}.fa-twitch:before{content:""}.fa-ravelry:before{content:""}.fa-mixer:before{content:""}.fa-lastfm-square:before,.fa-square-lastfm:before{content:""}.fa-vimeo:before{content:""}.fa-mendeley:before{content:""}.fa-uniregistry:before{content:""}.fa-figma:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-dropbox:before{content:""}.fa-instagram:before{content:""}.fa-cmplid:before{content:""}.fa-facebook:before{content:""}.fa-gripfire:before{content:""}.fa-jedi-order:before{content:""}.fa-uikit:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-phabricator:before{content:""}.fa-ussunnah:before{content:""}.fa-earlybirds:before{content:""}.fa-trade-federation:before{content:""}.fa-autoprefixer:before{content:""}.fa-whatsapp:before{content:""}.fa-slideshare:before{content:""}.fa-google-play:before{content:""}.fa-viadeo:before{content:""}.fa-line:before{content:""}.fa-google-drive:before{content:""}.fa-servicestack:before{content:""}.fa-simplybuilt:before{content:""}.fa-bitbucket:before{content:""}.fa-imdb:before{content:""}.fa-deezer:before{content:""}.fa-raspberry-pi:before{content:""}.fa-jira:before{content:""}.fa-docker:before{content:""}.fa-screenpal:before{content:""}.fa-bluetooth:before{content:""}.fa-gitter:before{content:""}.fa-d-and-d:before{content:""}.fa-microblog:before{content:""}.fa-cc-diners-club:before{content:""}.fa-gg-circle:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-kickstarter-k:before{content:""}.fa-yandex:before{content:""}.fa-readme:before{content:""}.fa-html5:before{content:""}.fa-sellsy:before{content:""}.fa-sass:before{content:""}.fa-wirsindhandwerk:before,.fa-wsh:before{content:""}.fa-buromobelexperte:before{content:""}.fa-salesforce:before{content:""}.fa-octopus-deploy:before{content:""}.fa-medapps:before{content:""}.fa-ns8:before{content:""}.fa-pinterest-p:before{content:""}.fa-apper:before{content:""}.fa-fort-awesome:before{content:""}.fa-waze:before{content:""}.fa-cc-jcb:before{content:""}.fa-snapchat-ghost:before,.fa-snapchat:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-rust:before{content:""}.fa-wix:before{content:""}.fa-behance-square:before,.fa-square-behance:before{content:""}.fa-supple:before{content:""}.fa-rebel:before{content:""}.fa-css3:before{content:""}.fa-staylinked:before{content:""}.fa-kaggle:before{content:""}.fa-space-awesome:before{content:""}.fa-deviantart:before{content:""}.fa-cpanel:before{content:""}.fa-goodreads-g:before{content:""}.fa-git-square:before,.fa-square-git:before{content:""}.fa-square-tumblr:before,.fa-tumblr-square:before{content:""}.fa-trello:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-get-pocket:before{content:""}.fa-perbyte:before{content:""}.fa-grunt:before{content:""}.fa-weebly:before{content:""}.fa-connectdevelop:before{content:""}.fa-leanpub:before{content:""}.fa-black-tie:before{content:""}.fa-themeco:before{content:""}.fa-python:before{content:""}.fa-android:before{content:""}.fa-bots:before{content:""}.fa-free-code-camp:before{content:""}.fa-hornbill:before{content:""}.fa-js:before{content:""}.fa-ideal:before{content:""}.fa-git:before{content:""}.fa-dev:before{content:""}.fa-sketch:before{content:""}.fa-yandex-international:before{content:""}.fa-cc-amex:before{content:""}.fa-uber:before{content:""}.fa-github:before{content:""}.fa-php:before{content:""}.fa-alipay:before{content:""}.fa-youtube:before{content:""}.fa-skyatlas:before{content:""}.fa-firefox-browser:before{content:""}.fa-replyd:before{content:""}.fa-suse:before{content:""}.fa-jenkins:before{content:""}.fa-twitter:before{content:""}.fa-rockrms:before{content:""}.fa-pinterest:before{content:""}.fa-buffer:before{content:""}.fa-npm:before{content:""}.fa-yammer:before{content:""}.fa-btc:before{content:""}.fa-dribbble:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-internet-explorer:before{content:""}.fa-stubber:before{content:""}.fa-telegram-plane:before,.fa-telegram:before{content:""}.fa-old-republic:before{content:""}.fa-odysee:before{content:""}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:""}.fa-node-js:before{content:""}.fa-edge-legacy:before{content:""}.fa-slack-hash:before,.fa-slack:before{content:""}.fa-medrt:before{content:""}.fa-usb:before{content:""}.fa-tumblr:before{content:""}.fa-vaadin:before{content:""}.fa-quora:before{content:""}.fa-square-x-twitter:before{content:""}.fa-reacteurope:before{content:""}.fa-medium-m:before,.fa-medium:before{content:""}.fa-amilia:before{content:""}.fa-mixcloud:before{content:""}.fa-flipboard:before{content:""}.fa-viacoin:before{content:""}.fa-critical-role:before{content:""}.fa-sitrox:before{content:""}.fa-discourse:before{content:""}.fa-joomla:before{content:""}.fa-mastodon:before{content:""}.fa-airbnb:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-buy-n-large:before{content:""}.fa-gulp:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-strava:before{content:""}.fa-ember:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-teamspeak:before{content:""}.fa-pushed:before{content:""}.fa-wordpress-simple:before{content:""}.fa-nutritionix:before{content:""}.fa-wodu:before{content:""}.fa-google-pay:before{content:""}.fa-intercom:before{content:""}.fa-zhihu:before{content:""}.fa-korvue:before{content:""}.fa-pix:before{content:""}.fa-steam-symbol:before{content:""}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:400;font-display:block;src:url(/_next/static/media/fa-regular-400.3580b4a9.woff2) format("woff2"),url(/_next/static/media/fa-regular-400.67a0fb74.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--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(/_next/static/media/fa-solid-900.fd0b155c.woff2) format("woff2"),url(/_next/static/media/fa-solid-900.6a8db53d.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:Font Awesome\ 5 Brands;font-display:block;font-weight:400;src:url(/_next/static/media/fa-brands-400.b6033b54.woff2) format("woff2"),url(/_next/static/media/fa-brands-400.9a905705.ttf) format("truetype")}@font-face{font-family:Font Awesome\ 5 Free;font-display:block;font-weight:900;src:url(/_next/static/media/fa-solid-900.fd0b155c.woff2) format("woff2"),url(/_next/static/media/fa-solid-900.6a8db53d.ttf) format("truetype")}@font-face{font-family:Font Awesome\ 5 Free;font-display:block;font-weight:400;src:url(/_next/static/media/fa-regular-400.3580b4a9.woff2) format("woff2"),url(/_next/static/media/fa-regular-400.67a0fb74.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(/_next/static/media/fa-solid-900.fd0b155c.woff2) format("woff2"),url(/_next/static/media/fa-solid-900.6a8db53d.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(/_next/static/media/fa-brands-400.b6033b54.woff2) format("woff2"),url(/_next/static/media/fa-brands-400.9a905705.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(/_next/static/media/fa-regular-400.3580b4a9.woff2) format("woff2"),url(/_next/static/media/fa-regular-400.67a0fb74.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:FontAwesome;font-display:block;src:url(/_next/static/media/fa-v4compatibility.65fc685f.woff2) format("woff2"),url(/_next/static/media/fa-v4compatibility.e4efb16c.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}[data-layout-dir=rtl] .offcanvas.offcanvas-start{left:unset;right:0;transform:translateX(100%)}[data-layout-dir=rtl] .offcanvas.offcanvas-end{right:unset;left:0;transform:translateX(-100%)}[data-layout-dir=rtl] .rounded-end-0{border-start-start-radius:0;border-end-start-radius:0}[data-layout-dir=rtl] .rounded-start-0{border-start-end-radius:0;border-end-end-radius:0}[data-layout-dir=rtl] .ps-1{padding-left:0!important;padding-right:.25rem!important}[data-layout-dir=rtl] .ps-2{padding-left:0!important;padding-right:.5rem!important}[data-layout-dir=rtl] .ps-3{padding-left:0!important;padding-right:1rem!important}[data-layout-dir=rtl] .ps-4{padding-left:0!important;padding-right:1.5rem!important}[data-layout-dir=rtl] .ps-5{padding-left:0!important;padding-right:3rem!important}[data-layout-dir=rtl] .pe-1{padding-right:0!important;padding-left:.25rem!important}[data-layout-dir=rtl] .pe-2{padding-right:0!important;padding-left:.5rem!important}[data-layout-dir=rtl] .pe-3{padding-right:0!important;padding-left:1rem!important}[data-layout-dir=rtl] .pe-4{padding-right:0!important;padding-left:1.5rem!important}[data-layout-dir=rtl] .pe-5{padding-right:0!important;padding-left:3rem!important}[data-layout-dir=rtl] .border-start{border-left:0!important;border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}[data-layout-dir=rtl] .border-start-0{border-right:0!important}[data-layout-dir=rtl] .border-end{border-right:0!important;border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}[data-layout-dir=rtl] .border-end-0{border-left:0!important}[data-layout-dir=rtl] .ms-0{margin-right:0!important}[data-layout-dir=rtl] .ms-1{margin-left:0!important;margin-right:.25rem!important}[data-layout-dir=rtl] .ms-2{margin-left:0!important;margin-right:.5rem!important}[data-layout-dir=rtl] .ms-3{margin-left:0!important;margin-right:1rem!important}[data-layout-dir=rtl] .ms-4{margin-left:0!important;margin-right:1.5rem!important}[data-layout-dir=rtl] .ms-5{margin-left:0!important;margin-right:3rem!important}[data-layout-dir=rtl] .ms-auto{margin-left:0!important;margin-right:auto!important}[data-layout-dir=rtl] .me-0{margin-left:0!important}[data-layout-dir=rtl] .me-1{margin-right:0!important;margin-left:.25rem!important}[data-layout-dir=rtl] .me-2{margin-right:0!important;margin-left:.5rem!important}[data-layout-dir=rtl] .me-3{margin-right:0!important;margin-left:1rem!important}[data-layout-dir=rtl] .me-4{margin-right:0!important;margin-left:1.5rem!important}[data-layout-dir=rtl] .me-5{margin-right:0!important;margin-left:3rem!important}[data-layout-dir=rtl] .me-auto{margin-right:0!important;margin-left:auto!important}[data-layout-dir=rtl] .float-start{float:right!important}[data-layout-dir=rtl] .float-end{float:left!important}[data-layout-dir=rtl] .text-start{text-align:right!important}[data-layout-dir=rtl] .text-end{text-align:left!important}@media(min-width:576px){[data-layout-dir=rtl] .text-sm-start{text-align:right!important}[data-layout-dir=rtl] .text-sm-end{text-align:left!important}[data-layout-dir=rtl] .ps-sm-1{padding-left:0!important;padding-right:.25rem!important}[data-layout-dir=rtl] .ps-sm-2{padding-left:0!important;padding-right:.5rem!important}[data-layout-dir=rtl] .ps-sm-3{padding-left:0!important;padding-right:1rem!important}[data-layout-dir=rtl] .ps-sm-4{padding-left:0!important;padding-right:1.5rem!important}[data-layout-dir=rtl] .ps-sm-5{padding-left:0!important;padding-right:3rem!important}[data-layout-dir=rtl] .pe-sm-1{padding-right:0!important;padding-left:.25rem!important}[data-layout-dir=rtl] .pe-sm-2{padding-right:0!important;padding-left:.5rem!important}[data-layout-dir=rtl] .pe-sm-3{padding-right:0!important;padding-left:1rem!important}[data-layout-dir=rtl] .pe-sm-4{padding-right:0!important;padding-left:1.5rem!important}[data-layout-dir=rtl] .pe-sm-5{padding-right:0!important;padding-left:3rem!important}}@media(min-width:768px){[data-layout-dir=rtl] .float-md-start{float:right!important}[data-layout-dir=rtl] .float-md-end{float:left!important}[data-layout-dir=rtl] .float-md-none{float:none!important}[data-layout-dir=rtl] .me-md-0{margin-left:0!important}[data-layout-dir=rtl] .me-md-1{margin-left:.25rem!important;margin-right:0!important}[data-layout-dir=rtl] .me-md-2{margin-left:.5rem!important;margin-right:0!important}[data-layout-dir=rtl] .me-md-3{margin-left:1rem!important;margin-right:0!important}[data-layout-dir=rtl] .me-md-4{margin-left:1.5rem!important;margin-right:0!important}[data-layout-dir=rtl] .me-md-5{margin-left:3rem!important;margin-right:0!important}[data-layout-dir=rtl] .me-md-auto{margin-left:auto!important;margin-right:0!important}[data-layout-dir=rtl] .ms-md-0{margin-right:0!important}[data-layout-dir=rtl] .ms-md-1{margin-right:.25rem!important;margin-left:0!important}[data-layout-dir=rtl] .ms-md-2{margin-right:.5rem!important;margin-left:0!important}[data-layout-dir=rtl] .ms-md-3{margin-right:1rem!important;margin-left:0!important}[data-layout-dir=rtl] .ms-md-4{margin-right:1.5rem!important;margin-left:0!important}[data-layout-dir=rtl] .ms-md-5{margin-right:3rem!important;margin-left:0!important}[data-layout-dir=rtl] .ms-md-auto{margin-right:auto!important}[data-layout-dir=rtl] .pe-md-0{padding-left:0!important}[data-layout-dir=rtl] .pe-md-1{padding-left:.25rem!important;padding-right:0!important}[data-layout-dir=rtl] .pe-md-2{padding-left:.5rem!important;padding-right:0!important}[data-layout-dir=rtl] .pe-md-3{padding-left:1rem!important;padding-right:0!important}[data-layout-dir=rtl] .pe-md-4{padding-left:1.5rem!important;padding-right:0!important}[data-layout-dir=rtl] .pe-md-5{padding-left:3rem!important;padding-right:0!important}[data-layout-dir=rtl] .ps-md-0{padding-right:0!important}[data-layout-dir=rtl] .ps-md-1{padding-right:.25rem!important;padding-left:0!important}[data-layout-dir=rtl] .ps-md-2{padding-right:.5rem!important;padding-left:0!important}[data-layout-dir=rtl] .ps-md-3{padding-right:1rem!important;padding-left:0!important}[data-layout-dir=rtl] .ps-md-4{padding-right:1.5rem!important;padding-left:0!important}[data-layout-dir=rtl] .ps-md-5{padding-right:3rem!important;padding-left:0!important}[data-layout-dir=rtl] .text-md-start{text-align:right!important}[data-layout-dir=rtl] .text-md-end{text-align:left!important}[data-layout-dir=rtl] .text-md-center{text-align:center!important}}@media(min-width:992px){[data-layout-dir=rtl] .float-lg-start{float:right!important}[data-layout-dir=rtl] .float-lg-end{float:left!important}[data-layout-dir=rtl] .float-lg-none{float:none!important}[data-layout-dir=rtl] .me-lg-0{margin-left:0!important}[data-layout-dir=rtl] .me-lg-1{margin-left:.25rem!important;margin-right:0!important}[data-layout-dir=rtl] .me-lg-2{margin-left:.5rem!important;margin-right:0!important}[data-layout-dir=rtl] .me-lg-3{margin-left:1rem!important;margin-right:0!important}[data-layout-dir=rtl] .me-lg-4{margin-left:1.5rem!important;margin-right:0!important}[data-layout-dir=rtl] .me-lg-5{margin-left:3rem!important;margin-right:0!important}[data-layout-dir=rtl] .me-lg-auto{margin-left:auto!important;margin-right:0!important}[data-layout-dir=rtl] .ms-lg-0{margin-right:0!important}[data-layout-dir=rtl] .ms-lg-1{margin-right:.25rem!important;margin-left:0!important}[data-layout-dir=rtl] .ms-lg-2{margin-left:0!important;margin-right:.5rem!important}[data-layout-dir=rtl] .ms-lg-3{margin-left:0!important;margin-right:1rem!important}[data-layout-dir=rtl] .ms-lg-4{margin-right:1.5rem!important;margin-left:0!important}[data-layout-dir=rtl] .ms-lg-5{margin-right:3rem!important;margin-left:0!important}[data-layout-dir=rtl] .ms-lg-auto{margin-right:auto!important;margin-left:0!important}[data-layout-dir=rtl] .pe-lg-0{padding-left:0!important}[data-layout-dir=rtl] .pe-lg-1{padding-right:0!important;padding-left:.25rem!important}[data-layout-dir=rtl] .pe-lg-2{padding-right:0!important;padding-left:.5rem!important}[data-layout-dir=rtl] .pe-lg-3{padding-right:0!important;padding-left:1rem!important}[data-layout-dir=rtl] .pe-lg-4{padding-right:0!important;padding-left:1.5rem!important}[data-layout-dir=rtl] .pe-lg-5{padding-right:0!important;padding-left:3rem!important}[data-layout-dir=rtl] .ps-lg-0{padding-right:0!important}[data-layout-dir=rtl] .ps-lg-1{padding-left:0!important;padding-right:.25rem!important}[data-layout-dir=rtl] .ps-lg-2{padding-left:0!important;padding-right:.5rem!important}[data-layout-dir=rtl] .ps-lg-3{padding-left:0!important;padding-right:1rem!important}[data-layout-dir=rtl] .ps-lg-4{padding-left:0!important;padding-right:1.5rem!important}[data-layout-dir=rtl] .ps-lg-5{padding-left:0!important;padding-right:3rem!important}[data-layout-dir=rtl] .text-lg-start{text-align:right!important}[data-layout-dir=rtl] .text-lg-end{text-align:left!important}[data-layout-dir=rtl] .text-lg-center{text-align:center!important}}@media(min-width:1200px){[data-layout-dir=rtl] .float-xl-start{float:right!important}[data-layout-dir=rtl] .float-xl-end{float:left!important}[data-layout-dir=rtl] .float-xl-none{float:none!important}[data-layout-dir=rtl] .m-xl-0{margin:0!important}[data-layout-dir=rtl] .m-xl-1{margin:.25rem!important}[data-layout-dir=rtl] .m-xl-2{margin:.5rem!important}[data-layout-dir=rtl] .m-xl-3{margin:1rem!important}[data-layout-dir=rtl] .m-xl-4{margin:1.5rem!important}[data-layout-dir=rtl] .m-xl-5{margin:3rem!important}[data-layout-dir=rtl] .m-xl-auto{margin:auto!important}[data-layout-dir=rtl] .mx-xl-0{margin-left:0!important;margin-right:0!important}[data-layout-dir=rtl] .mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}[data-layout-dir=rtl] .mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}[data-layout-dir=rtl] .mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}[data-layout-dir=rtl] .mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}[data-layout-dir=rtl] .mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}[data-layout-dir=rtl] .mx-xl-auto{margin-left:auto!important;margin-right:auto!important}[data-layout-dir=rtl] .my-xl-0{margin-top:0!important;margin-bottom:0!important}[data-layout-dir=rtl] .my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}[data-layout-dir=rtl] .my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}[data-layout-dir=rtl] .my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}[data-layout-dir=rtl] .my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}[data-layout-dir=rtl] .my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}[data-layout-dir=rtl] .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}[data-layout-dir=rtl] .mt-xl-0{margin-top:0!important}[data-layout-dir=rtl] .mt-xl-1{margin-top:.25rem!important}[data-layout-dir=rtl] .mt-xl-2{margin-top:.5rem!important}[data-layout-dir=rtl] .mt-xl-3{margin-top:1rem!important}[data-layout-dir=rtl] .mt-xl-4{margin-top:1.5rem!important}[data-layout-dir=rtl] .mt-xl-5{margin-top:3rem!important}[data-layout-dir=rtl] .mt-xl-auto{margin-top:auto!important}[data-layout-dir=rtl] .me-xl-0{margin-left:0!important}[data-layout-dir=rtl] .me-xl-1{margin-left:.25rem!important}[data-layout-dir=rtl] .me-xl-2{margin-left:.5rem!important}[data-layout-dir=rtl] .me-xl-3{margin-left:1rem!important}[data-layout-dir=rtl] .me-xl-4{margin-left:1.5rem!important}[data-layout-dir=rtl] .me-xl-5{margin-left:3rem!important}[data-layout-dir=rtl] .me-xl-auto{margin-left:auto!important}[data-layout-dir=rtl] .mb-xl-0{margin-bottom:0!important}[data-layout-dir=rtl] .mb-xl-1{margin-bottom:.25rem!important}[data-layout-dir=rtl] .mb-xl-2{margin-bottom:.5rem!important}[data-layout-dir=rtl] .mb-xl-3{margin-bottom:1rem!important}[data-layout-dir=rtl] .mb-xl-4{margin-bottom:1.5rem!important}[data-layout-dir=rtl] .mb-xl-5{margin-bottom:3rem!important}[data-layout-dir=rtl] .mb-xl-auto{margin-bottom:auto!important}[data-layout-dir=rtl] .ms-xl-0{margin-right:0!important}[data-layout-dir=rtl] .ms-xl-1{margin-right:.25rem!important}[data-layout-dir=rtl] .ms-xl-2{margin-right:.5rem!important}[data-layout-dir=rtl] .ms-xl-3{margin-right:1rem!important}[data-layout-dir=rtl] .ms-xl-4{margin-right:1.5rem!important}[data-layout-dir=rtl] .ms-xl-5{margin-right:3rem!important}[data-layout-dir=rtl] .ms-xl-auto{margin-right:auto!important}[data-layout-dir=rtl] .p-xl-0{padding:0!important}[data-layout-dir=rtl] .p-xl-1{padding:.25rem!important}[data-layout-dir=rtl] .p-xl-2{padding:.5rem!important}[data-layout-dir=rtl] .p-xl-3{padding:1rem!important}[data-layout-dir=rtl] .p-xl-4{padding:1.5rem!important}[data-layout-dir=rtl] .p-xl-5{padding:3rem!important}[data-layout-dir=rtl] .px-xl-0{padding-left:0!important;padding-right:0!important}[data-layout-dir=rtl] .px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}[data-layout-dir=rtl] .px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}[data-layout-dir=rtl] .px-xl-3{padding-left:1rem!important;padding-right:1rem!important}[data-layout-dir=rtl] .px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}[data-layout-dir=rtl] .px-xl-5{padding-left:3rem!important;padding-right:3rem!important}[data-layout-dir=rtl] .py-xl-0{padding-top:0!important;padding-bottom:0!important}[data-layout-dir=rtl] .py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}[data-layout-dir=rtl] .py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}[data-layout-dir=rtl] .py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}[data-layout-dir=rtl] .py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}[data-layout-dir=rtl] .py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}[data-layout-dir=rtl] .pt-xl-0{padding-top:0!important}[data-layout-dir=rtl] .pt-xl-1{padding-top:.25rem!important}[data-layout-dir=rtl] .pt-xl-2{padding-top:.5rem!important}[data-layout-dir=rtl] .pt-xl-3{padding-top:1rem!important}[data-layout-dir=rtl] .pt-xl-4{padding-top:1.5rem!important}[data-layout-dir=rtl] .pt-xl-5{padding-top:3rem!important}[data-layout-dir=rtl] .pe-xl-0{padding-left:0!important}[data-layout-dir=rtl] .pe-xl-1{padding-left:.25rem!important}[data-layout-dir=rtl] .pe-xl-2{padding-left:.5rem!important}[data-layout-dir=rtl] .pe-xl-3{padding-left:1rem!important}[data-layout-dir=rtl] .pe-xl-4{padding-left:1.5rem!important}[data-layout-dir=rtl] .pe-xl-5{padding-left:3rem!important}[data-layout-dir=rtl] .pb-xl-0{padding-bottom:0!important}[data-layout-dir=rtl] .pb-xl-1{padding-bottom:.25rem!important}[data-layout-dir=rtl] .pb-xl-2{padding-bottom:.5rem!important}[data-layout-dir=rtl] .pb-xl-3{padding-bottom:1rem!important}[data-layout-dir=rtl] .pb-xl-4{padding-bottom:1.5rem!important}[data-layout-dir=rtl] .pb-xl-5{padding-bottom:3rem!important}[data-layout-dir=rtl] .ps-xl-0{padding-right:0!important}[data-layout-dir=rtl] .ps-xl-1{padding-right:.25rem!important}[data-layout-dir=rtl] .ps-xl-2{padding-right:.5rem!important}[data-layout-dir=rtl] .ps-xl-3{padding-right:1rem!important}[data-layout-dir=rtl] .ps-xl-4{padding-right:1.5rem!important}[data-layout-dir=rtl] .ps-xl-5{padding-right:3rem!important}}@media(min-width:1400px){[data-layout-dir=rtl] .float-xxl-start{float:right!important}[data-layout-dir=rtl] .float-xxl-end{float:left!important}[data-layout-dir=rtl] .float-xxl-none{float:none!important}[data-layout-dir=rtl] .m-xxl-0{margin:0!important}[data-layout-dir=rtl] .m-xxl-1{margin:.25rem!important}[data-layout-dir=rtl] .m-xxl-2{margin:.5rem!important}[data-layout-dir=rtl] .m-xxl-3{margin:1rem!important}[data-layout-dir=rtl] .m-xxl-4{margin:1.5rem!important}[data-layout-dir=rtl] .m-xxl-5{margin:3rem!important}[data-layout-dir=rtl] .m-xxl-auto{margin:auto!important}[data-layout-dir=rtl] .mx-xxl-0{margin-left:0!important;margin-right:0!important}[data-layout-dir=rtl] .mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}[data-layout-dir=rtl] .mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}[data-layout-dir=rtl] .mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}[data-layout-dir=rtl] .mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}[data-layout-dir=rtl] .mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}[data-layout-dir=rtl] .mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}[data-layout-dir=rtl] .my-xxl-0{margin-top:0!important;margin-bottom:0!important}[data-layout-dir=rtl] .my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}[data-layout-dir=rtl] .my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}[data-layout-dir=rtl] .my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}[data-layout-dir=rtl] .my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}[data-layout-dir=rtl] .my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}[data-layout-dir=rtl] .my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}[data-layout-dir=rtl] .mt-xxl-0{margin-top:0!important}[data-layout-dir=rtl] .mt-xxl-1{margin-top:.25rem!important}[data-layout-dir=rtl] .mt-xxl-2{margin-top:.5rem!important}[data-layout-dir=rtl] .mt-xxl-3{margin-top:1rem!important}[data-layout-dir=rtl] .mt-xxl-4{margin-top:1.5rem!important}[data-layout-dir=rtl] .mt-xxl-5{margin-top:3rem!important}[data-layout-dir=rtl] .mt-xxl-auto{margin-top:auto!important}[data-layout-dir=rtl] .me-xxl-0{margin-left:0!important}[data-layout-dir=rtl] .me-xxl-1{margin-left:.25rem!important}[data-layout-dir=rtl] .me-xxl-2{margin-left:.5rem!important}[data-layout-dir=rtl] .me-xxl-3{margin-left:1rem!important}[data-layout-dir=rtl] .me-xxl-4{margin-left:1.5rem!important}[data-layout-dir=rtl] .me-xxl-5{margin-left:3rem!important}[data-layout-dir=rtl] .me-xxl-auto{margin-left:auto!important}[data-layout-dir=rtl] .mb-xxl-0{margin-bottom:0!important}[data-layout-dir=rtl] .mb-xxl-1{margin-bottom:.25rem!important}[data-layout-dir=rtl] .mb-xxl-2{margin-bottom:.5rem!important}[data-layout-dir=rtl] .mb-xxl-3{margin-bottom:1rem!important}[data-layout-dir=rtl] .mb-xxl-4{margin-bottom:1.5rem!important}[data-layout-dir=rtl] .mb-xxl-5{margin-bottom:3rem!important}[data-layout-dir=rtl] .mb-xxl-auto{margin-bottom:auto!important}[data-layout-dir=rtl] .ms-xxl-0{margin-right:0!important}[data-layout-dir=rtl] .ms-xxl-1{margin-right:.25rem!important}[data-layout-dir=rtl] .ms-xxl-2{margin-right:.5rem!important}[data-layout-dir=rtl] .ms-xxl-3{margin-right:1rem!important}[data-layout-dir=rtl] .ms-xxl-4{margin-right:1.5rem!important}[data-layout-dir=rtl] .ms-xxl-5{margin-right:3rem!important}[data-layout-dir=rtl] .ms-xxl-auto{margin-right:auto!important}[data-layout-dir=rtl] .p-xxl-0{padding:0!important}[data-layout-dir=rtl] .p-xxl-1{padding:.25rem!important}[data-layout-dir=rtl] .p-xxl-2{padding:.5rem!important}[data-layout-dir=rtl] .p-xxl-3{padding:1rem!important}[data-layout-dir=rtl] .p-xxl-4{padding:1.5rem!important}[data-layout-dir=rtl] .p-xxl-5{padding:3rem!important}[data-layout-dir=rtl] .px-xxl-0{padding-left:0!important;padding-right:0!important}[data-layout-dir=rtl] .px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}[data-layout-dir=rtl] .px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}[data-layout-dir=rtl] .px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}[data-layout-dir=rtl] .px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}[data-layout-dir=rtl] .px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}[data-layout-dir=rtl] .py-xxl-0{padding-top:0!important;padding-bottom:0!important}[data-layout-dir=rtl] .py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}[data-layout-dir=rtl] .py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}[data-layout-dir=rtl] .py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}[data-layout-dir=rtl] .py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}[data-layout-dir=rtl] .py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}[data-layout-dir=rtl] .pt-xxl-0{padding-top:0!important}[data-layout-dir=rtl] .pt-xxl-1{padding-top:.25rem!important}[data-layout-dir=rtl] .pt-xxl-2{padding-top:.5rem!important}[data-layout-dir=rtl] .pt-xxl-3{padding-top:1rem!important}[data-layout-dir=rtl] .pt-xxl-4{padding-top:1.5rem!important}[data-layout-dir=rtl] .pt-xxl-5{padding-top:3rem!important}[data-layout-dir=rtl] .pe-xxl-0{padding-left:0!important}[data-layout-dir=rtl] .pe-xxl-1{padding-left:.25rem!important}[data-layout-dir=rtl] .pe-xxl-2{padding-left:.5rem!important}[data-layout-dir=rtl] .pe-xxl-3{padding-left:1rem!important}[data-layout-dir=rtl] .pe-xxl-4{padding-left:1.5rem!important}[data-layout-dir=rtl] .pe-xxl-5{padding-left:3rem!important}[data-layout-dir=rtl] .pb-xxl-0{padding-bottom:0!important}[data-layout-dir=rtl] .pb-xxl-1{padding-bottom:.25rem!important}[data-layout-dir=rtl] .pb-xxl-2{padding-bottom:.5rem!important}[data-layout-dir=rtl] .pb-xxl-3{padding-bottom:1rem!important}[data-layout-dir=rtl] .pb-xxl-4{padding-bottom:1.5rem!important}[data-layout-dir=rtl] .pb-xxl-5{padding-bottom:3rem!important}[data-layout-dir=rtl] .ps-xxl-0{padding-right:0!important}[data-layout-dir=rtl] .ps-xxl-1{padding-right:.25rem!important}[data-layout-dir=rtl] .ps-xxl-2{padding-right:.5rem!important}[data-layout-dir=rtl] .ps-xxl-3{padding-right:1rem!important}[data-layout-dir=rtl] .ps-xxl-4{padding-right:1.5rem!important}[data-layout-dir=rtl] .ps-xxl-5{padding-right:3rem!important}}[data-layout-dir=rtl] .fa-arrow-left,[data-layout-dir=rtl] .fa-arrow-right,[data-layout-dir=rtl] .fa-caret-left,[data-layout-dir=rtl] .fa-caret-right,[data-layout-dir=rtl] .fa-chevron-left,[data-layout-dir=rtl] .fa-chevron-right{transform:rotate(180deg)}/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */: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-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:#000;--bs-secondary:#fff;--bs-medium:#212121;--bs-light:#efebe7;--bs-danger:#da1e28;--bs-warning:#fab92d;--bs-success:#12b76a;--bs-black:#000;--bs-white:#fff;--bs-gray:#777;--bs-primary-rgb:0,0,0;--bs-secondary-rgb:255,255,255;--bs-medium-rgb:33,33,33;--bs-light-rgb:239,235,231;--bs-danger-rgb:218,30,40;--bs-warning-rgb:250,185,45;--bs-success-rgb:18,183,106;--bs-gray-rgb:119,119,119;--bs-primary-text-emphasis:#000;--bs-secondary-text-emphasis:#666;--bs-success-text-emphasis:#07492a;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#644a12;--bs-danger-text-emphasis:#570c10;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#ccc;--bs-secondary-bg-subtle:#fff;--bs-success-bg-subtle:#d0f1e1;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fef1d5;--bs-danger-bg-subtle:#f8d2d4;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#999;--bs-secondary-border-subtle:#fff;--bs-success-border-subtle:#a0e2c3;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#fde3ab;--bs-danger-border-subtle:#f0a5a9;--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,hsla(0,0%,100%,.15),hsla(0,0%,100%,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,.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,.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:#000;--bs-link-color-rgb:0,0,0;--bs-link-decoration:underline;--bs-link-hover-color:#000;--bs-link-hover-color-rgb:0,0,0;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(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:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(0,0,0,.25);--bs-form-valid-color:#12b76a;--bs-form-valid-border-color:#12b76a;--bs-form-invalid-color:#da1e28;--bs-form-invalid-border-color:#da1e28}[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,.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,.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#666;--bs-secondary-text-emphasis:#fff;--bs-success-text-emphasis:#71d4a6;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#fcd581;--bs-danger-text-emphasis:#e9787e;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#000;--bs-secondary-bg-subtle:#333;--bs-success-bg-subtle:#042515;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#322509;--bs-danger-bg-subtle:#2c0608;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#000;--bs-secondary-border-subtle:#999;--bs-success-border-subtle:#0b6e40;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#966f1b;--bs-danger-border-subtle:#831218;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#666;--bs-link-hover-color:#858585;--bs-link-color-rgb:102,102,102;--bs-link-hover-color-rgb:133,133,133;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:hsla(0,0%,100%,.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}*,:after,:before{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:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{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,small{font-size:.875em}.mark,mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.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}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.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}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button: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;font-size:calc(1.275rem + .3vw);line-height:inherit}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::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}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.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(-.5*var(--bs-gutter-x));margin-left:calc(-.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}.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.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media(min-width:576px){.col-sm{flex:1 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.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media(min-width:768px){.col-md{flex:1 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.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media(min-width:992px){.col-lg{flex:1 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.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media(min-width:1200px){.col-xl{flex:1 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.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media(min-width:1400px){.col-xxl{flex:1 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.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.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:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.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}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.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-columns>:not(caption)>tr>:nth-child(2n),.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-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:#ccc;--bs-table-border-color:#a3a3a3;--bs-table-striped-bg:#c2c2c2;--bs-table-striped-color:#000;--bs-table-active-bg:#b8b8b8;--bs-table-active-color:#000;--bs-table-hover-bg:#bdbdbd;--bs-table-hover-color:#000}.table-primary,.table-secondary{color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#fff;--bs-table-border-color:#ccc;--bs-table-striped-bg:#f2f2f2;--bs-table-striped-color:#000;--bs-table-active-bg:#e6e6e6;--bs-table-active-color:#000;--bs-table-hover-bg:#ececec;--bs-table-hover-color:#000}.table-success{--bs-table-color:#000;--bs-table-bg:#d0f1e1;--bs-table-border-color:#a6c1b4;--bs-table-striped-bg:#c6e5d6;--bs-table-striped-color:#000;--bs-table-active-bg:#bbd9cb;--bs-table-active-color:#000;--bs-table-hover-bg:#c0dfd0;--bs-table-hover-color:#000}.table-info,.table-success{color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000}.table-warning{--bs-table-color:#000;--bs-table-bg:#fef1d5;--bs-table-border-color:#cbc1aa;--bs-table-striped-bg:#f1e5ca;--bs-table-striped-color:#000;--bs-table-active-bg:#e5d9c0;--bs-table-active-color:#000;--bs-table-hover-bg:#ebdfc5;--bs-table-hover-color:#000}.table-danger,.table-warning{color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d2d4;--bs-table-border-color:#c6a8aa;--bs-table-striped-bg:#ecc8c9;--bs-table-striped-color:#000;--bs-table-active-bg:#dfbdbf;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c2c4;--bs-table-hover-color:#000}.table-light{--bs-table-color:#000;--bs-table-bg:#efebe7;--bs-table-border-color:#bfbcb9;--bs-table-striped-bg:#e3dfdb;--bs-table-striped-color:#000;--bs-table-active-bg:#d7d4d0;--bs-table-active-color:#000;--bs-table-hover-bg:#ddd9d6;--bs-table-hover-color:#000}.table-dark,.table-light{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:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff}.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:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:gray;outline:0;box-shadow:0 0 0 .25rem rgba(0,0,0,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:gray;outline:0;box-shadow:0 0 0 .25rem rgba(0,0,0,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg:var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:50%;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:gray;outline:0;box-shadow:0 0 0 .25rem rgba(0,0,0,.25)}.form-check-input:checked{background-color:#000;border-color:#000}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#000;border-color:#000;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:0;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='gray'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:100%;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(0,0,0,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(0,0,0,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;-webkit-appearance:none;appearance:none;background-color:#000;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b3b3b3}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;-moz-appearance:none;appearance:none;background-color:#000;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b3b3b3}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label:after,.form-floating>.form-control:focus~label:after,.form-floating>.form-control:not(:placeholder-shown)~label:after,.form-floating>.form-select~label:after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.form-floating>.form-control:disabled~label:after,.form-floating>:disabled~label:after{background-color:var(--bs-secondary-bg)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(var(--bs-border-width)*-1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2312b76a' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2312b76a' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23da1e28'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23da1e28' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23da1e28'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23da1e28' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#000;--bs-btn-border-color:#000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#000;--bs-btn-hover-border-color:#000;--bs-btn-focus-shadow-rgb:38,38,38;--bs-btn-active-color:#fff;--bs-btn-active-bg:#000;--bs-btn-active-border-color:#000;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#000;--bs-btn-disabled-border-color:#000}.btn-secondary{--bs-btn-color:#000;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:217,217,217;--bs-btn-active-color:#000;--bs-btn-active-bg:#fff;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#fff;--bs-btn-disabled-border-color:#fff}.btn-medium{--bs-btn-color:#fff;--bs-btn-bg:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#1c1c1c;--bs-btn-hover-border-color:#1a1a1a;--bs-btn-focus-shadow-rgb:66,66,66;--bs-btn-active-color:#fff;--bs-btn-active-bg:#1a1a1a;--bs-btn-active-border-color:#191919;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212121;--bs-btn-disabled-border-color:#212121}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#efebe7;--bs-btn-border-color:#efebe7;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#cbc8c4;--bs-btn-hover-border-color:#bfbcb9;--bs-btn-focus-shadow-rgb:203,200,196;--bs-btn-active-color:#000;--bs-btn-active-bg:#bfbcb9;--bs-btn-active-border-color:#b3b0ad;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#efebe7;--bs-btn-disabled-border-color:#efebe7}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#da1e28;--bs-btn-border-color:#da1e28;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#b91a22;--bs-btn-hover-border-color:#ae1820;--bs-btn-focus-shadow-rgb:224,64,72;--bs-btn-active-color:#fff;--bs-btn-active-bg:#ae1820;--bs-btn-active-border-color:#a4171e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#da1e28;--bs-btn-disabled-border-color:#da1e28}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#fab92d;--bs-btn-border-color:#fab92d;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fbc44d;--bs-btn-hover-border-color:#fbc042;--bs-btn-focus-shadow-rgb:213,157,38;--bs-btn-active-color:#000;--bs-btn-active-bg:#fbc757;--bs-btn-active-border-color:#fbc042;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#fab92d;--bs-btn-disabled-border-color:#fab92d}.btn-success{--bs-btn-color:#000;--bs-btn-bg:#12b76a;--bs-btn-border-color:#12b76a;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#36c280;--bs-btn-hover-border-color:#2abe79;--bs-btn-focus-shadow-rgb:15,156,90;--bs-btn-active-color:#000;--bs-btn-active-bg:#41c588;--bs-btn-active-border-color:#2abe79;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#12b76a;--bs-btn-disabled-border-color:#12b76a}.btn-black{--bs-btn-color:#fff;--bs-btn-bg:#000;--bs-btn-border-color:#000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#000;--bs-btn-hover-border-color:#000;--bs-btn-focus-shadow-rgb:38,38,38;--bs-btn-active-color:#fff;--bs-btn-active-bg:#000;--bs-btn-active-border-color:#000;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#000;--bs-btn-disabled-border-color:#000}.btn-white{--bs-btn-color:#000;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:217,217,217;--bs-btn-active-color:#000;--bs-btn-active-bg:#fff;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#fff;--bs-btn-disabled-border-color:#fff}.btn-gray{--bs-btn-color:#000;--bs-btn-bg:#777;--bs-btn-border-color:#777;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#8b8b8b;--bs-btn-hover-border-color:#858585;--bs-btn-focus-shadow-rgb:101,101,101;--bs-btn-active-color:#000;--bs-btn-active-bg:#929292;--bs-btn-active-border-color:#858585;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#777;--bs-btn-disabled-border-color:#777}.btn-outline-primary{--bs-btn-color:#000;--bs-btn-border-color:#000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#000;--bs-btn-hover-border-color:#000;--bs-btn-focus-shadow-rgb:0,0,0;--bs-btn-active-color:#fff;--bs-btn-active-bg:#000;--bs-btn-active-border-color:#000;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#000;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:255,255,255;--bs-btn-active-color:#000;--bs-btn-active-bg:#fff;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#fff;--bs-gradient:none}.btn-outline-medium{--bs-btn-color:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212121;--bs-btn-hover-border-color:#212121;--bs-btn-focus-shadow-rgb:33,33,33;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212121;--bs-btn-active-border-color:#212121;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#212121;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212121;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#efebe7;--bs-btn-border-color:#efebe7;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#efebe7;--bs-btn-hover-border-color:#efebe7;--bs-btn-focus-shadow-rgb:239,235,231;--bs-btn-active-color:#000;--bs-btn-active-bg:#efebe7;--bs-btn-active-border-color:#efebe7;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#efebe7;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#efebe7;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#da1e28;--bs-btn-border-color:#da1e28;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#da1e28;--bs-btn-hover-border-color:#da1e28;--bs-btn-focus-shadow-rgb:218,30,40;--bs-btn-active-color:#fff;--bs-btn-active-bg:#da1e28;--bs-btn-active-border-color:#da1e28;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#da1e28;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#da1e28;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#fab92d;--bs-btn-border-color:#fab92d;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fab92d;--bs-btn-hover-border-color:#fab92d;--bs-btn-focus-shadow-rgb:250,185,45;--bs-btn-active-color:#000;--bs-btn-active-bg:#fab92d;--bs-btn-active-border-color:#fab92d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fab92d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#fab92d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#12b76a;--bs-btn-border-color:#12b76a;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#12b76a;--bs-btn-hover-border-color:#12b76a;--bs-btn-focus-shadow-rgb:18,183,106;--bs-btn-active-color:#000;--bs-btn-active-bg:#12b76a;--bs-btn-active-border-color:#12b76a;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#12b76a;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#12b76a;--bs-gradient:none}.btn-outline-black{--bs-btn-color:#000;--bs-btn-border-color:#000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#000;--bs-btn-hover-border-color:#000;--bs-btn-focus-shadow-rgb:0,0,0;--bs-btn-active-color:#fff;--bs-btn-active-bg:#000;--bs-btn-active-border-color:#000;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#000;--bs-gradient:none}.btn-outline-white{--bs-btn-color:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:255,255,255;--bs-btn-active-color:#000;--bs-btn-active-bg:#fff;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#fff;--bs-gradient:none}.btn-outline-gray{--bs-btn-color:#777;--bs-btn-border-color:#777;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#777;--bs-btn-hover-border-color:#777;--bs-btn-focus-shadow-rgb:119,119,119;--bs-btn-active-color:#000;--bs-btn-active-bg:#777;--bs-btn-active-border-color:#777;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#777;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#777;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:38,38,38;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.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}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--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:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--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(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#000;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;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:1400px){.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:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.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:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em 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:.255em;vertical-align:.255em;content:"";display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.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:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.dropdown-item:focus,.dropdown-item:hover{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:transparent}.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:.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:hsla(0,0%,100%,.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#000;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(var(--bs-border-width)*-1)}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(var(--bs-border-width)*-1)}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.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:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(0,0,0,.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1*var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{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:#000}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{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-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;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}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb),0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb),0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb),0.15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:50%;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media(min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:hsla(0,0%,100%,.55);--bs-navbar-hover-color:hsla(0,0%,100%,.75);--bs-navbar-disabled-color:hsla(0,0%,100%,.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:hsla(0,0%,100%,.1)}.navbar-dark,.navbar[data-bs-theme=dark],[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb),0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5*var(--bs-card-title-spacer-y));color:var(--bs-card-subtitle-color)}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5*var(--bs-card-cap-padding-x));margin-bottom:calc(-1*var(--bs-card-cap-padding-y));margin-left:calc(-.5*var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5*var(--bs-card-cap-padding-x));margin-left:calc(-.5*var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.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(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%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='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(0,0,0,.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.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='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666666'%3e%3cpath fill-rule='evenodd' d='M1.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-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666666'%3e%3cpath fill-rule='evenodd' d='M1.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-.708z'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider,"/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(0,0,0,.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#000;--bs-pagination-active-border-color:#000;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width)*-1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-medium{--bs-alert-color:var(--bs-medium-text-emphasis);--bs-alert-bg:var(--bs-medium-bg-subtle);--bs-alert-border-color:var(--bs-medium-border-subtle);--bs-alert-link-color:var(--bs-medium-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-black{--bs-alert-color:var(--bs-black-text-emphasis);--bs-alert-bg:var(--bs-black-bg-subtle);--bs-alert-border-color:var(--bs-black-border-subtle);--bs-alert-link-color:var(--bs-black-text-emphasis)}.alert-white{--bs-alert-color:var(--bs-white-text-emphasis);--bs-alert-bg:var(--bs-white-bg-subtle);--bs-alert-border-color:var(--bs-white-border-subtle);--bs-alert-link-color:var(--bs-white-text-emphasis)}.alert-gray{--bs-alert-color:var(--bs-gray-text-emphasis);--bs-alert-bg:var(--bs-gray-bg-subtle);--bs-alert-border-color:var(--bs-gray-border-subtle);--bs-alert-link-color:var(--bs-gray-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#000;--bs-progress-bar-transition:width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#000;--bs-list-group-active-border-color:#000;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1*var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-medium{--bs-list-group-color:var(--bs-medium-text-emphasis);--bs-list-group-bg:var(--bs-medium-bg-subtle);--bs-list-group-border-color:var(--bs-medium-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-medium-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-medium-border-subtle);--bs-list-group-active-color:var(--bs-medium-bg-subtle);--bs-list-group-active-bg:var(--bs-medium-text-emphasis);--bs-list-group-active-border-color:var(--bs-medium-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-black{--bs-list-group-color:var(--bs-black-text-emphasis);--bs-list-group-bg:var(--bs-black-bg-subtle);--bs-list-group-border-color:var(--bs-black-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-black-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-black-border-subtle);--bs-list-group-active-color:var(--bs-black-bg-subtle);--bs-list-group-active-bg:var(--bs-black-text-emphasis);--bs-list-group-active-border-color:var(--bs-black-text-emphasis)}.list-group-item-white{--bs-list-group-color:var(--bs-white-text-emphasis);--bs-list-group-bg:var(--bs-white-bg-subtle);--bs-list-group-border-color:var(--bs-white-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-white-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-white-border-subtle);--bs-list-group-active-color:var(--bs-white-bg-subtle);--bs-list-group-active-bg:var(--bs-white-text-emphasis);--bs-list-group-active-border-color:var(--bs-white-text-emphasis)}.list-group-item-gray{--bs-list-group-color:var(--bs-gray-text-emphasis);--bs-list-group-bg:var(--bs-gray-bg-subtle);--bs-list-group-border-color:var(--bs-gray-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-gray-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-gray-border-subtle);--bs-list-group-active-color:var(--bs-gray-bg-subtle);--bs-list-group-active-bg:var(--bs-gray-text-emphasis);--bs-list-group-active-border-color:var(--bs-gray-text-emphasis)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.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.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(0,0,0,.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em;background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close,.btn-close:hover{color:var(--bs-btn-close-color)}.btn-close:hover{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;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white,[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5*var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@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:calc(-.5*var(--bs-modal-header-padding-y)) calc(-.5*var(--bs-modal-header-padding-x)) calc(-.5*var(--bs-modal-header-padding-y)) 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:800px}}@media(min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{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-footer,.modal-fullscreen-sm-down .modal-header{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-footer,.modal-fullscreen-md-down .modal-header{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-footer,.modal-fullscreen-lg-down .modal-header{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-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow:after,.popover .popover-arrow:before{position:absolute;display:block;content:"";border:0 solid transparent}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5*var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.spinner-border,.spinner-grow{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border-right-color:currentcolor;border:var(--bs-spinner-border-width) solid;border-right:var(--bs-spinner-border-width) solid transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media(max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:575.98px)and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media(max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom,.offcanvas-sm.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-sm.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media(min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:767.98px)and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media(max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom,.offcanvas-md.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-md.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media(min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:991.98px)and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media(max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom,.offcanvas-lg.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-lg.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media(min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:1199.98px)and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media(max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom,.offcanvas-xl.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-xl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media(min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:1399.98px)and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media(max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom,.offcanvas-xxl.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-xxl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media(min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media(prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom,.offcanvas.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);margin:calc(-.5*var(--bs-offcanvas-padding-y)) calc(-.5*var(--bs-offcanvas-padding-x)) calc(-.5*var(--bs-offcanvas-padding-y)) auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn:before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.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:#000!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-medium{color:#fff!important;background-color:RGBA(var(--bs-medium-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-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-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-success{color:#000!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important}.text-bg-black{color:#fff!important;background-color:RGBA(var(--bs-black-rgb),var(--bs-bg-opacity,1))!important}.text-bg-white{color:#000!important;background-color:RGBA(var(--bs-white-rgb),var(--bs-bg-opacity,1))!important}.text-bg-gray{color:#000!important;background-color:RGBA(var(--bs-gray-rgb),var(--bs-bg-opacity,1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(0,0,0,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(0,0,0,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(0,0,0,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(255,255,255,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255,255,255,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255,255,255,var(--bs-link-underline-opacity,1))!important}.link-medium{color:RGBA(var(--bs-medium-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-medium-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-medium-rgb),var(--bs-link-underline-opacity,1))!important}.link-medium:focus,.link-medium:hover{color:RGBA(26,26,26,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(26,26,26,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(26,26,26,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(242,239,236,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(242,239,236,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(242,239,236,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(174,24,32,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(174,24,32,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(174,24,32,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(251,199,87,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(251,199,87,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(251,199,87,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(65,197,136,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(65,197,136,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(65,197,136,var(--bs-link-underline-opacity,1))!important}.link-black{color:RGBA(var(--bs-black-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-black-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-black-rgb),var(--bs-link-underline-opacity,1))!important}.link-black:focus,.link-black:hover{color:RGBA(0,0,0,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(0,0,0,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(0,0,0,var(--bs-link-underline-opacity,1))!important}.link-white{color:RGBA(var(--bs-white-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-white-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-white-rgb),var(--bs-link-underline-opacity,1))!important}.link-white:focus,.link-white:hover{color:RGBA(255,255,255,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255,255,255,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255,255,255,var(--bs-link-underline-opacity,1))!important}.link-gray{color:RGBA(var(--bs-gray-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-gray-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-gray-rgb),var(--bs-link-underline-opacity,1))!important}.link-gray:focus,.link-gray:hover{color:RGBA(146,146,146,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(146,146,146,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(146,146,146,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.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;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:transform .2s ease-in-out}@media(prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.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{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{top:0}.sticky-bottom,.sticky-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-bottom{bottom:0}@media(min-width:576px){.sticky-sm-top{top:0}.sticky-sm-bottom,.sticky-sm-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-sm-bottom{bottom:0}}@media(min-width:768px){.sticky-md-top{top:0}.sticky-md-bottom,.sticky-md-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-md-bottom{bottom:0}}@media(min-width:992px){.sticky-lg-top{top:0}.sticky-lg-bottom,.sticky-lg-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-lg-bottom{bottom:0}}@media(min-width:1200px){.sticky-xl-top{top:0}.sticky-xl-bottom,.sticky-xl-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-xl-bottom{bottom:0}}@media(min-width:1400px){.sticky-xxl-top{top:0}.sticky-xxl-bottom,.sticky-xxl-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-xxl-bottom{bottom:0}}.hstack{flex-direction:row;align-items:center}.hstack,.vstack{display:flex;align-self:stretch}.vstack{flex:1 1 auto;flex-direction:column}.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-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!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-medium{--bs-focus-ring-color:rgba(var(--bs-medium-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-danger{--bs-focus-ring-color:rgba(var(--bs-danger-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-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb),var(--bs-focus-ring-opacity))}.focus-ring-black{--bs-focus-ring-color:rgba(var(--bs-black-rgb),var(--bs-focus-ring-opacity))}.focus-ring-white{--bs-focus-ring-color:rgba(var(--bs-white-rgb),var(--bs-focus-ring-opacity))}.focus-ring-gray{--bs-focus-ring-color:rgba(var(--bs-gray-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:-webkit-sticky!important;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-medium{--bs-border-opacity:1;border-color:rgba(var(--bs-medium-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-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-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-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-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-gray{--bs-border-opacity:1;border-color:rgba(var(--bs-gray-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:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!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:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!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 + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .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-medium{--bs-text-opacity:1;color:rgba(var(--bs-medium-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-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-gray{--bs-text-opacity:1;color:rgba(var(--bs-gray-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,.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-medium{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-medium-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-medium-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-black{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-black-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-black-rgb),var(--bs-link-underline-opacity))!important}.link-underline-white{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-white-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-white-rgb),var(--bs-link-underline-opacity))!important}.link-underline-gray{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-gray-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-gray-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100,.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-medium{--bs-bg-opacity:1;background-color:rgba(var(--bs-medium-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-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-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-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-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-gray{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-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:transparent!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{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;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:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!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:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!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:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!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:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!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:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!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:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!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:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!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:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!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:1400px){.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:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!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:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!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}}#preloader{position:fixed;opacity:.5;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:9999}[data-preloader=disable] #preloader{opacity:0;visibility:hidden}#status{width:40px;height:40px;position:absolute;left:50%;top:50%;margin:-20px 0 0 -20px}.accordion-button{padding:0}.accordion-button p{font-size:14px}.accordion-button .filter-accordion-header-btn{z-index:1000000;font-size:12px}.accordion-item{border:none}.accordion-body{padding-top:0;padding-bottom:0}.accordion-header{padding:.5rem 0}.accordion-header button{font-size:24px;display:flex;justify-content:space-between;font-weight:700}.accordion-header button:focus{box-shadow:none}.accordion-header button .chevron{background-color:#f7f7f7;border-radius:50%;width:30px;height:30px;color:#000;border:1px solid #e1e1e1;font-size:15px;transition:all .3s ease-in-out;transform:rotate(-180deg)}.accordion-header button.collapsed{background-color:unset}.accordion-header button.collapsed .chevron{transform:rotate(0deg);transition:all .3s ease-in-out;color:#000}.accordion-header .accordion-button:not(.collapsed){background-color:unset!important;box-shadow:none}.accordion-header .accordion-button.collapse .chevron{transform:rotate(180deg);transition:all .3s ease-in-out}.accordion-header .accordion-button:after{display:none}.accordion-underline .accordion-item{border-bottom:1px solid #000;margin-bottom:.5rem}.accordion-underline .accordion-header{padding:1rem 0}.accordion-underline .accordion-header button{font-size:24px;display:flex;justify-content:space-between;font-weight:700}.accordion-underline .accordion-header button:focus{box-shadow:none}.accordion-underline .accordion-header button .chevron{background-color:transparent;border-radius:50%;width:25px;height:25px;color:#000;border:1px solid #000;font-size:14px;transition:all .3s ease-in-out;transform:rotate(-180deg)}.accordion-underline .accordion-header button.collapsed{background-color:unset}.accordion-underline .accordion-header button.collapsed .chevron{transform:rotate(0deg);transition:all .3s ease-in-out;color:#000}[data-layout-dir=rtl] .accordion-button:after{margin-left:0!important;margin-right:auto!important}[data-layout-dir=rtl] .accordion-header button .chevron{transform:rotate(180deg)}[data-layout-dir=rtl] .accordion-header button.collapsed .chevron{transform:rotate(0deg);transition:all .3s ease-in-out}[data-layout-dir=ltr] .accordion-button:after{margin-right:0!important;margin-left:auto!important}.button-maker{height:40px;font-family:inherit;border-radius:4px;text-wrap:nowrap;font-size:16px}.button-maker i{color:inherit}.button-maker:disabled{background-color:gray!important;color:#fff;border:0}.button-maker.btn-outline-primary{color:#000}.button-maker.btn-outline-primary:hover{background-color:#000}.button-maker:active,.button-maker:hover{opacity:.7;color:#fff}.button-maker:active i,.button-maker:hover i{color:inherit}.btn-outline{color:#000;border:1px solid #000;border-radius:5px;background-color:#fff;transition:all .5s ease;padding:.5rem 1rem}.btn-outline:hover{border:1px solid #fff}.btn-outline:hover,.btn-primary{background-color:#000;color:#fff}.btn-primary{border-radius:5px}.btn-close{width:1rem;height:1rem;opacity:1;padding:0!important;margin:0!important}.v-basic-product-card{min-width:224px;border-radius:8px}.v-basic-product-card .card-header{border-bottom:none;padding:0;-webkit-padding-end:.5rem;padding-inline-end:.5rem}.v-basic-product-card .card-header .badge{height:40px;display:flex;justify-content:center;align-items:center}.v-basic-product-card .card-img{border-bottom:1px solid #efebe7;margin:0 1rem;padding:0 1rem 1rem;border-radius:0}.v-basic-product-card .card-body{margin:.5rem}.h-basic-product-card{border-radius:10px!important}.h-basic-product-card .card{width:30%;min-width:20%;max-height:240px;padding:0}.h-basic-product-card .card .card-img{border-radius:10px;overflow:hidden}.h-basic-product-card .card .card-img-overlay{padding:0}.h-basic-product-card .card .card-img-overlay .badge{height:40px;display:flex;justify-content:center;align-items:center}.h-basic-product-card .card img{height:100%!important}.v-basic-service-card .card-img-overlay{padding:0}.v-basic-service-card .badge{height:26px;display:flex;align-items:center}.restaurant-card{border-radius:1.25rem;box-shadow:0 0 10px 0 rgba(0,0,0,.06);height:100}.restaurant-card .button-maker:disabled{background-color:transparent!important}.restaurant-card .card-img{border-radius:1.25rem;overflow:hidden;height:231px}.restaurant-card.flex-row{height:auto}.restaurant-card.flex-row .card-img{width:30%}.restaurant-card.flex-row .card-body{height:100%}.restaurant-card .card-body{padding:13px!important}.restaurant-card .card-body .favorite{padding:0}.restaurant-card .card-body .price{color:#fff}.restaurant-card .card-body .description{color:#686868}.pharma-card{height:100%;display:flex;flex-direction:column}.pharma-card .card-img{border-radius:1rem;overflow:hidden;height:300px}.pharma-card .disabled{background-color:rgba(0,0,0,.3)!important;color:#fff!important}.pharma-card .card-body{z-index:100;margin-top:-3rem}.pharma-card .card-body .name{font-weight:600}.pharma-card .card-body.flex-row{height:auto}.pharma-card.horizontal{display:flex;flex-direction:row}.fashion-card .card-img-container{overflow:hidden}.fashion-card .card-img-container .card-img{transition:all .4s linear}.fashion-card:hover .card-img-container .card-img{transform:scale(1.1)}.fashion-card:hover .price{text-decoration:underline}.fashion-card .button-maker{border:1px solid #000!important}.fashion-card .button-maker:hover{background-color:#000!important}.fashion-card .button-maker.disabled{background-color:transparent!important;color:rgba(0,0,0,.8)!important;border:1px solid rgba(0,0,0,.8)!important}.fashion-card .fav-btn{border:none!important;box-shadow:-1px 3px 10px -3px rgba(0,0,0,.75);-webkit-box-shadow:-1px 3px 10px -3px rgba(0,0,0,.75);-moz-box-shadow:-1px 3px 10px -3px rgba(0,0,0,.75)}.fashion-card .fav-btn:hover{background-color:#fff!important;opacity:.9!important;color:initial!important}.fashion-category-card .card-img{overflow:hidden}.fashion-category-card .card-img img{transition:all .3s linear}.fashion-category-card:hover .card-img img{transform:scale(1.1)}.fashion-category-card:hover .price{text-decoration:underline}.card{border:none;display:flex;width:100%;position:relative}.card .card-img{width:auto}.card .favorite-btn{width:29px;height:29px;padding:3px}.card .card-body{border:none;padding:0}.card .card-body th{padding:0;font-weight:400}.card .card-body th p{padding:0}.standard{padding-bottom:67%}.square{padding-bottom:100%}.square,.standard{background-position:50%;background-size:cover;background-repeat:no-repeat}@media only screen and (max-width:768px){.card.hcard{flex-direction:column}}.banner{width:100%;position:relative;background-size:cover;padding-bottom:50%;background-position:50%;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;color:#fff}.banner .floating{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.modal{margin-top:0;margin-bottom:0}.modal .modal-body{height:auto;overflow:auto;max-height:80vh;padding:0}.modal .modal-body::-webkit-scrollbar{width:8px;height:12px}.modal .modal-body::-webkit-scrollbar-thumb{background-color:gray;border-radius:6px}.modal .modal-body::-webkit-scrollbar-track{background-color:#f1f1f1;border-radius:6px}.modal .modal-body::-webkit-scrollbar-corner{background-color:#f1f1f1}.modal .modal-fullscreen .modal-body{max-height:unset}.modal .icon{width:20px;height:20px;border:2px solid #fff}ul.react-paginate{margin-bottom:2rem;display:flex;justify-content:center;list-style-type:none;padding:0 5rem}ul.react-paginate li{margin:0 5px;border:1px solid #efebe7;border-radius:50%;width:32px;height:32px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center}ul.react-paginate li.disabled{background-color:#777}ul.react-paginate li a{color:#000!important;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;height:100%;width:100%}ul.react-paginate li.next,ul.react-paginate li.previous{width:32px;height:32px;border-radius:50%}ul.react-paginate li.next a[aria-disabled=true],ul.react-paginate li.previous a[aria-disabled=true]{color:#000!important;cursor:default}ul.react-paginate li.next a[aria-disabled=false],ul.react-paginate li.previous a[aria-disabled=false]{color:#000!important}ul.react-paginate li.selected{background-color:#000}ul.react-paginate li.selected a{color:#fff!important}ul.react-paginate li.disabled a{color:#000}@media only screen and (max-width:480px){ul.react-paginate{padding:0}ul.react-paginate li a{font-size:12px;font-weight:500}}.formMaker .h3,.formMaker h3{padding:.3rem .1rem!important}.formMaker .h6,.formMaker h6{font-size:.875rem;line-height:20px}.formMaker .label,.formMaker .password{font-size:.875rem}.formMaker .forget-password{-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important}.contact-form form input{border-radius:.25rem;border:.5px solid #fff;background-color:transparent;color:#fff;display:flex;width:100%;height:3rem;padding:1.5rem .5rem;align-items:center;gap:.625rem;font-weight:300}.swiper-button-next,.swiper-button-prev{color:#000!important}@media only screen and (max-width:480px){.main-swiper .swiper-pagination-bullets{bottom:0!important}.main-swiper .swiper-pagination-bullets .swiper-pagination-bullet{width:8px!important;height:8px!important;margin:0 5px!important}.main-swiper .swiper-button-next,.main-swiper .swiper-button-prev{display:none!important}}.upper-navigation{overflow:visible!important}.upper-navigation .swiper-button-next,.upper-navigation .swiper-button-prev{top:-1.7rem}.upper-navigation .swiper-button-prev{right:var(--swiper-navigation-sides-offset,65px);width:42px;height:42px;border-radius:50%;color:#000;border:1px solid #efebe7}.upper-navigation .swiper-button-prev:after{content:""!important}.upper-navigation .swiper-button-next{width:42px;height:42px;color:#fff;background-color:#000}.upper-navigation .swiper-button-next:after{content:""!important}.dropdown .dropdown-toggle{background-color:transparent;color:#000;border:1px solid rgba(0,0,0,.5);font-size:16px;font-style:normal;position:relative}.dropdown .dropdown-toggle:after{content:"";font-family:FontAwesome;border:0;vertical-align:middle;font-size:14px}.dropdown .dropdown-toggle[aria-expanded=true]:after{transform:rotate(180deg)}.dropdown .dropdown-toggle[aria-expanded=true]:before{content:"";width:100%;height:4px;position:absolute;bottom:-1px;border-radius:0 0 4px 4px;left:0}.dropdown .dropdown-menu.show{margin:0;display:flex;flex-direction:column;padding:1rem 0;row-gap:.5rem;color:#000;border-radius:0 0 4px 4px;min-width:100%;box-shadow:0 1px 4px 0 rgba(0,0,0,.1);border:0}.dropdown .dropdown-menu.show .dropdown-item{width:100%}.dropdown .dropdown-menu.show button{color:#000;font-size:14px;position:relative;width:max-content;padding:0}.dropdown .dropdown-menu.show button:active{background-color:initial;color:initial}@media screen and (max-width:1280px){.offcanvas .offcanvas-header .offcanvas-title{display:flex;justify-content:space-between;width:100%}.offcanvas .offcanvas-header .offcanvas-title .canvas-close{padding:0}.offcanvas .offcanvas-body{position:relative;padding:0}.offcanvas .offcanvas-body .canvas-header{padding:1rem;border-bottom:1px solid #fff}.offcanvas .offcanvas-body .nav{padding:1rem 10px 1rem 0;display:flex;flex-direction:column;align-items:flex-start}.offcanvas .offcanvas-body .nav .nav-link{padding-right:0;padding-left:0}.offcanvas .offcanvas-body .nav .dropdown,.offcanvas .offcanvas-body .nav .nav-link{border-bottom:1px solid #d9d9d9;width:100%}.offcanvas .offcanvas-body .nav .dropdown .dropdown-toggle{border:0;padding-right:0;padding-left:0}.offcanvas .offcanvas-body .nav .dropdown .dropdown-toggle[aria-expanded=true]:before{content:none}.offcanvas .offcanvas-body .nav .dropdown .dropdown-menu{position:relative!important;box-shadow:none;transform:none!important}.offcanvas .offcanvas-body .nav .active{color:#000;position:relative}.offcanvas .offcanvas-body .canvas-close{position:absolute;top:1rem;left:.5rem;border:0}}.offcanvas{max-width:75%}.offcanvas .offcanvas-header .offcanvas-title{display:flex;justify-content:space-between;width:100%}[dir=rtl] .offcanvas .offcanvas-body .nav .active:after{right:unset;left:0}.p-tabview .p-tabview-panels{padding:0!important}.mountains .p-tabview-nav .p-unselectable-text .p-tabview-nav-link{color:#000;border-top-right-radius:16px;border-top-left-radius:16px;padding:8px 32px;margin:1rem 1rem 0;border:0}.mountains .p-tabview-nav .p-tabview-selected .p-tabview-nav-link{color:#fff;background-color:#000}@media(max-width:1024px){.mountains .p-tabview-nav{justify-content:flex-start!important}}.frameless .p-tabview-nav{border:0;border-bottom:1px solid #000}.frameless .p-tabview-nav .p-unselectable-text .p-tabview-nav-link{color:#000;background-color:transparent;border-top-right-radius:16px;border-top-left-radius:16px;padding:.7rem 1rem 24px;margin:0;border:0}.frameless .p-tabview-nav .p-tabview-selected{border-bottom:3px solid #000}.frameless .p-tabview-nav .p-tabview-selected .p-tabview-nav-link{color:#000}.pills .p-tabview-nav{border:0}.pills .p-tabview-nav .p-unselectable-text .p-tabview-nav-link{color:#000;background-color:transparent;border-top-right-radius:16px;border-top-left-radius:16px;padding:.7rem 1rem;margin:0;border:0}.pills .p-tabview-nav .p-tabview-selected{background-color:#000;border-radius:25px}.pills .p-tabview-nav .p-tabview-selected .p-tabview-nav-link{color:#fff;margin:0}.blocks{border:1px solid #fff;border-radius:15px;overflow:hidden}.blocks .p-tabview-nav{gap:1rem;background-color:rgba(245,246,250,.5);padding:1px}.blocks .p-tabview-nav .p-unselectable-text{color:#000;padding-left:.5rem;padding-right:.5rem}.blocks .p-tabview-nav .p-unselectable-text .p-tabview-nav-link{background:transparent;border:none}.blocks .p-tabview-nav .p-tabview-selected{background:#fff;border-top-left-radius:12px;border-top-right-radius:12px;overflow:hidden;color:#000;border:none}.p-tabview-nav{display:flex;align-items:center}.p-tabview-nav .p-tabview-ink-bar{display:none!important}.p-tabview.center .p-tabview-nav{justify-content:center}.p-tabview.start .p-tabview-nav{justify-content:flex-start}.p-tabview.between .p-tabview-nav{justify-content:space-between}.p-tabview.end .p-tabview-nav{justify-content:flex-end}.nav-pills .nav-link{color:#000;border-bottom:0!important}.nav-pills .nav-link.active{color:#000}.nav-pills.vtabs{border-radius:10px;background-color:#fff}.nav-pills.vtabs .nav-link{color:#000;padding:1rem 0;margin:0;border-radius:0}.nav-pills.vtabs .nav-link.active{background-color:transparent;font-weight:700;color:#000}.nav-pills.vtabs .nav-link.active:after{content:none}.nav-pills.vtabs .nav-item{border-bottom:1px solid #212121}.nav-pills.vtabs .nav-item:last-child{border-bottom:0}@media only screen and (max-width:991px){.nav-pills.vtabs{-webkit-margin-end:0;margin-inline-end:0}}.plans{overflow:visible;flex-wrap:nowrap}.plans .col{min-width:240px}.payment-plan{position:relative;display:flex;flex-direction:column;align-items:center;row-gap:1rem;border:1px solid #e1e1e1;border-radius:1rem;padding:3.5rem 2rem}.payment-plan .package-label{align-self:flex-start;top:0;right:1rem;background-color:#000;padding:.75rem}.payment-plan .plan-price .h2,.payment-plan .plan-price h2,.payment-plan .plan-price p{font-weight:300}.payment-plan .plan-title .h4,.payment-plan .plan-title h4{margin-bottom:0}.payment-plan .plan-btn{padding:2rem;text-align:center}.standard-plan{margin:1rem;transform:scale(1.14)}.standard-plan .plan-title{background-color:#fab92d;color:#fff}@media only screen and (max-width:1200px){.plans{overflow-x:auto}}.image-container img{object-fit:contain;width:100%!important;position:relative!important;height:unset}.p-rating-icon{color:#fab92d;width:14px!important;height:14px!important}.figure{background-repeat:no-repeat;background-size:cover;width:100%;position:relative;overflow:hidden;margin:0}.figure .fig-caption{width:100%;position:relative;padding:1rem 0}.cart-summary .card-header{padding-left:0!important;padding-right:0!important;font-weight:700!important}.sidebar-filter .accordion-button:not(.collapsed){background-color:transparent;box-shadow:none;border:none}.sidebar-filter .accordion-button:after{background-size:15px}.sidebar-filter .price-from{width:40px;height:40px;border:2px solid #e8e8e8}.sidebar-filter .close-icon{cursor:pointer}.sidebar-filter .header{font-size:14px}.sidebar-filter .allergens-header,.sidebar-filter .products-header{font-size:12px;color:#fff!important}.sidebar-filter .accordion-body{padding-left:0!important;padding-right:0!important}.canvas-filter-accordion .accordion-button .chevron{background-color:transparent}.canvas-filter-accordion .accordion-body{padding:0}.mobile-filter{max-width:100%}.mobile-filter .filter-items{overflow-x:auto;border-bottom:1px solid #d0d5dd;padding:1rem 1rem 1rem 0;margin-bottom:.5rem!important}.mobile-filter .filter-items .filter-item{text-wrap:nowrap}.mobile-filter.offcanvas{height:max-content!important}.mobile-filter.offcanvas .offcanvas-header .offcanvas-title{display:flex;justify-content:space-between;width:100%}.price-range input{width:40px;height:40px;border:2px solid #e8e8e8;border-radius:5px;outline:0;text-align:center}.p-steps ol{justify-content:space-between;position:relative;padding:0}.p-steps ol:before{content:" ";border-top:1px solid #000;width:100%;top:50%;left:0;display:block;position:absolute}.p-steps .p-steps-item{flex:0 1}.p-steps .p-steps-item:before{content:none}.p-steps .p-steps-item .step-circle{border:2px solid #000}.p-steps .p-steps-item .step-circle span{display:block}.p-steps .p-steps-item:not(.p-highlight) .step-circle{border:2px solid #d9d9d9}.p-steps .p-steps-item:not(.p-highlight) .step-circle span{display:none}.p-steps .p-disabled{opacity:1}.divider-text:after,.divider-text:before{content:"";flex:1 1;height:1px;background:#000}.outline-icon-1{width:1px;height:1px}.outline-icon-1,.outline-icon-2{display:flex;align-items:center;justify-content:center}.outline-icon-2{width:2px;height:2px}.outline-icon-3{width:3px;height:3px}.outline-icon-3,.outline-icon-4{display:flex;align-items:center;justify-content:center}.outline-icon-4{width:4px;height:4px}.outline-icon-5{width:5px;height:5px}.outline-icon-5,.outline-icon-6{display:flex;align-items:center;justify-content:center}.outline-icon-6{width:6px;height:6px}.outline-icon-7{width:7px;height:7px}.outline-icon-7,.outline-icon-8{display:flex;align-items:center;justify-content:center}.outline-icon-8{width:8px;height:8px}.outline-icon-9{width:9px;height:9px}.outline-icon-10,.outline-icon-9{display:flex;align-items:center;justify-content:center}.outline-icon-10{width:10px;height:10px}.outline-icon-11{width:11px;height:11px}.outline-icon-11,.outline-icon-12{display:flex;align-items:center;justify-content:center}.outline-icon-12{width:12px;height:12px}.outline-icon-13{width:13px;height:13px}.outline-icon-13,.outline-icon-14{display:flex;align-items:center;justify-content:center}.outline-icon-14{width:14px;height:14px}.outline-icon-15{width:15px;height:15px}.outline-icon-15,.outline-icon-16{display:flex;align-items:center;justify-content:center}.outline-icon-16{width:16px;height:16px}.outline-icon-17{width:17px;height:17px}.outline-icon-17,.outline-icon-18{display:flex;align-items:center;justify-content:center}.outline-icon-18{width:18px;height:18px}.outline-icon-19{width:19px;height:19px}.outline-icon-19,.outline-icon-20{display:flex;align-items:center;justify-content:center}.outline-icon-20{width:20px;height:20px}.outline-icon-21{width:21px;height:21px}.outline-icon-21,.outline-icon-22{display:flex;align-items:center;justify-content:center}.outline-icon-22{width:22px;height:22px}.outline-icon-23{width:23px;height:23px}.outline-icon-23,.outline-icon-24{display:flex;align-items:center;justify-content:center}.outline-icon-24{width:24px;height:24px}.outline-icon-25{width:25px;height:25px}.outline-icon-25,.outline-icon-26{display:flex;align-items:center;justify-content:center}.outline-icon-26{width:26px;height:26px}.outline-icon-27{width:27px;height:27px}.outline-icon-27,.outline-icon-28{display:flex;align-items:center;justify-content:center}.outline-icon-28{width:28px;height:28px}.outline-icon-29{width:29px;height:29px}.outline-icon-29,.outline-icon-30{display:flex;align-items:center;justify-content:center}.outline-icon-30{width:30px;height:30px}.outline-icon-31{width:31px;height:31px}.outline-icon-31,.outline-icon-32{display:flex;align-items:center;justify-content:center}.outline-icon-32{width:32px;height:32px}.outline-icon-33{width:33px;height:33px}.outline-icon-33,.outline-icon-34{display:flex;align-items:center;justify-content:center}.outline-icon-34{width:34px;height:34px}.outline-icon-35{width:35px;height:35px}.outline-icon-35,.outline-icon-36{display:flex;align-items:center;justify-content:center}.outline-icon-36{width:36px;height:36px}.outline-icon-37{width:37px;height:37px}.outline-icon-37,.outline-icon-38{display:flex;align-items:center;justify-content:center}.outline-icon-38{width:38px;height:38px}.outline-icon-39{width:39px;height:39px}.outline-icon-39,.outline-icon-40{display:flex;align-items:center;justify-content:center}.outline-icon-40{width:40px;height:40px}.outline-icon-41{width:41px;height:41px}.outline-icon-41,.outline-icon-42{display:flex;align-items:center;justify-content:center}.outline-icon-42{width:42px;height:42px}.outline-icon-43{width:43px;height:43px}.outline-icon-43,.outline-icon-44{display:flex;align-items:center;justify-content:center}.outline-icon-44{width:44px;height:44px}.outline-icon-45{width:45px;height:45px}.outline-icon-45,.outline-icon-46{display:flex;align-items:center;justify-content:center}.outline-icon-46{width:46px;height:46px}.outline-icon-47{width:47px;height:47px}.outline-icon-47,.outline-icon-48{display:flex;align-items:center;justify-content:center}.outline-icon-48{width:48px;height:48px}.outline-icon-49{width:49px;height:49px}.outline-icon-49,.outline-icon-50{display:flex;align-items:center;justify-content:center}.outline-icon-50{width:50px;height:50px}.outline-icon-51{width:51px;height:51px}.outline-icon-51,.outline-icon-52{display:flex;align-items:center;justify-content:center}.outline-icon-52{width:52px;height:52px}.outline-icon-53{width:53px;height:53px}.outline-icon-53,.outline-icon-54{display:flex;align-items:center;justify-content:center}.outline-icon-54{width:54px;height:54px}.outline-icon-55{width:55px;height:55px}.outline-icon-55,.outline-icon-56{display:flex;align-items:center;justify-content:center}.outline-icon-56{width:56px;height:56px}.outline-icon-57{width:57px;height:57px}.outline-icon-57,.outline-icon-58{display:flex;align-items:center;justify-content:center}.outline-icon-58{width:58px;height:58px}.outline-icon-59{width:59px;height:59px}.outline-icon-59,.outline-icon-60{display:flex;align-items:center;justify-content:center}.outline-icon-60{width:60px;height:60px}.outline-icon-61{width:61px;height:61px}.outline-icon-61,.outline-icon-62{display:flex;align-items:center;justify-content:center}.outline-icon-62{width:62px;height:62px}.outline-icon-63{width:63px;height:63px}.outline-icon-63,.outline-icon-64{display:flex;align-items:center;justify-content:center}.outline-icon-64{width:64px;height:64px}.outline-icon-65{width:65px;height:65px}.outline-icon-65,.outline-icon-66{display:flex;align-items:center;justify-content:center}.outline-icon-66{width:66px;height:66px}.outline-icon-67{width:67px;height:67px}.outline-icon-67,.outline-icon-68{display:flex;align-items:center;justify-content:center}.outline-icon-68{width:68px;height:68px}.outline-icon-69{width:69px;height:69px}.outline-icon-69,.outline-icon-70{display:flex;align-items:center;justify-content:center}.outline-icon-70{width:70px;height:70px}.outline-icon-71{width:71px;height:71px}.outline-icon-71,.outline-icon-72{display:flex;align-items:center;justify-content:center}.outline-icon-72{width:72px;height:72px}.outline-icon-73{width:73px;height:73px}.outline-icon-73,.outline-icon-74{display:flex;align-items:center;justify-content:center}.outline-icon-74{width:74px;height:74px}.outline-icon-75{width:75px;height:75px}.outline-icon-75,.outline-icon-76{display:flex;align-items:center;justify-content:center}.outline-icon-76{width:76px;height:76px}.outline-icon-77{width:77px;height:77px}.outline-icon-77,.outline-icon-78{display:flex;align-items:center;justify-content:center}.outline-icon-78{width:78px;height:78px}.outline-icon-79{width:79px;height:79px}.outline-icon-79,.outline-icon-80{display:flex;align-items:center;justify-content:center}.outline-icon-80{width:80px;height:80px}.outline-icon-81{width:81px;height:81px}.outline-icon-81,.outline-icon-82{display:flex;align-items:center;justify-content:center}.outline-icon-82{width:82px;height:82px}.outline-icon-83{width:83px;height:83px}.outline-icon-83,.outline-icon-84{display:flex;align-items:center;justify-content:center}.outline-icon-84{width:84px;height:84px}.outline-icon-85{width:85px;height:85px}.outline-icon-85,.outline-icon-86{display:flex;align-items:center;justify-content:center}.outline-icon-86{width:86px;height:86px}.outline-icon-87{width:87px;height:87px}.outline-icon-87,.outline-icon-88{display:flex;align-items:center;justify-content:center}.outline-icon-88{width:88px;height:88px}.outline-icon-89{width:89px;height:89px}.outline-icon-89,.outline-icon-90{display:flex;align-items:center;justify-content:center}.outline-icon-90{width:90px;height:90px}.outline-icon-91{width:91px;height:91px}.outline-icon-91,.outline-icon-92{display:flex;align-items:center;justify-content:center}.outline-icon-92{width:92px;height:92px}.outline-icon-93{width:93px;height:93px}.outline-icon-93,.outline-icon-94{display:flex;align-items:center;justify-content:center}.outline-icon-94{width:94px;height:94px}.outline-icon-95{width:95px;height:95px}.outline-icon-95,.outline-icon-96{display:flex;align-items:center;justify-content:center}.outline-icon-96{width:96px;height:96px}.outline-icon-97{width:97px;height:97px}.outline-icon-97,.outline-icon-98{display:flex;align-items:center;justify-content:center}.outline-icon-98{width:98px;height:98px}.outline-icon-99{width:99px;height:99px}.outline-icon-100,.outline-icon-99{display:flex;align-items:center;justify-content:center}.outline-icon-100{width:100px;height:100px}.outline-icon-101{width:101px;height:101px}.outline-icon-101,.outline-icon-102{display:flex;align-items:center;justify-content:center}.outline-icon-102{width:102px;height:102px}.outline-icon-103{width:103px;height:103px}.outline-icon-103,.outline-icon-104{display:flex;align-items:center;justify-content:center}.outline-icon-104{width:104px;height:104px}.outline-icon-105{width:105px;height:105px}.outline-icon-105,.outline-icon-106{display:flex;align-items:center;justify-content:center}.outline-icon-106{width:106px;height:106px}.outline-icon-107{width:107px;height:107px}.outline-icon-107,.outline-icon-108{display:flex;align-items:center;justify-content:center}.outline-icon-108{width:108px;height:108px}.outline-icon-109{width:109px;height:109px}.outline-icon-109,.outline-icon-110{display:flex;align-items:center;justify-content:center}.outline-icon-110{width:110px;height:110px}.outline-icon-111{width:111px;height:111px}.outline-icon-111,.outline-icon-112{display:flex;align-items:center;justify-content:center}.outline-icon-112{width:112px;height:112px}.outline-icon-113{width:113px;height:113px}.outline-icon-113,.outline-icon-114{display:flex;align-items:center;justify-content:center}.outline-icon-114{width:114px;height:114px}.outline-icon-115{width:115px;height:115px}.outline-icon-115,.outline-icon-116{display:flex;align-items:center;justify-content:center}.outline-icon-116{width:116px;height:116px}.outline-icon-117{width:117px;height:117px}.outline-icon-117,.outline-icon-118{display:flex;align-items:center;justify-content:center}.outline-icon-118{width:118px;height:118px}.outline-icon-119{width:119px;height:119px}.outline-icon-119,.outline-icon-120{display:flex;align-items:center;justify-content:center}.outline-icon-120{width:120px;height:120px}.outline-icon-121{width:121px;height:121px}.outline-icon-121,.outline-icon-122{display:flex;align-items:center;justify-content:center}.outline-icon-122{width:122px;height:122px}.outline-icon-123{width:123px;height:123px}.outline-icon-123,.outline-icon-124{display:flex;align-items:center;justify-content:center}.outline-icon-124{width:124px;height:124px}.outline-icon-125{width:125px;height:125px}.outline-icon-125,.outline-icon-126{display:flex;align-items:center;justify-content:center}.outline-icon-126{width:126px;height:126px}.outline-icon-127{width:127px;height:127px}.outline-icon-127,.outline-icon-128{display:flex;align-items:center;justify-content:center}.outline-icon-128{width:128px;height:128px}.outline-icon-129{width:129px;height:129px}.outline-icon-129,.outline-icon-130{display:flex;align-items:center;justify-content:center}.outline-icon-130{width:130px;height:130px}.outline-icon-131{width:131px;height:131px}.outline-icon-131,.outline-icon-132{display:flex;align-items:center;justify-content:center}.outline-icon-132{width:132px;height:132px}.outline-icon-133{width:133px;height:133px}.outline-icon-133,.outline-icon-134{display:flex;align-items:center;justify-content:center}.outline-icon-134{width:134px;height:134px}.outline-icon-135{width:135px;height:135px}.outline-icon-135,.outline-icon-136{display:flex;align-items:center;justify-content:center}.outline-icon-136{width:136px;height:136px}.outline-icon-137{width:137px;height:137px}.outline-icon-137,.outline-icon-138{display:flex;align-items:center;justify-content:center}.outline-icon-138{width:138px;height:138px}.outline-icon-139{width:139px;height:139px}.outline-icon-139,.outline-icon-140{display:flex;align-items:center;justify-content:center}.outline-icon-140{width:140px;height:140px}.outline-icon-141{width:141px;height:141px}.outline-icon-141,.outline-icon-142{display:flex;align-items:center;justify-content:center}.outline-icon-142{width:142px;height:142px}.outline-icon-143{width:143px;height:143px}.outline-icon-143,.outline-icon-144{display:flex;align-items:center;justify-content:center}.outline-icon-144{width:144px;height:144px}.outline-icon-145{width:145px;height:145px}.outline-icon-145,.outline-icon-146{display:flex;align-items:center;justify-content:center}.outline-icon-146{width:146px;height:146px}.outline-icon-147{width:147px;height:147px}.outline-icon-147,.outline-icon-148{display:flex;align-items:center;justify-content:center}.outline-icon-148{width:148px;height:148px}.outline-icon-149{width:149px;height:149px}.outline-icon-149,.outline-icon-150{display:flex;align-items:center;justify-content:center}.outline-icon-150{width:150px;height:150px}.outline-icon-151{width:151px;height:151px}.outline-icon-151,.outline-icon-152{display:flex;align-items:center;justify-content:center}.outline-icon-152{width:152px;height:152px}.outline-icon-153{width:153px;height:153px}.outline-icon-153,.outline-icon-154{display:flex;align-items:center;justify-content:center}.outline-icon-154{width:154px;height:154px}.outline-icon-155{width:155px;height:155px}.outline-icon-155,.outline-icon-156{display:flex;align-items:center;justify-content:center}.outline-icon-156{width:156px;height:156px}.outline-icon-157{width:157px;height:157px}.outline-icon-157,.outline-icon-158{display:flex;align-items:center;justify-content:center}.outline-icon-158{width:158px;height:158px}.outline-icon-159{width:159px;height:159px}.outline-icon-159,.outline-icon-160{display:flex;align-items:center;justify-content:center}.outline-icon-160{width:160px;height:160px}.outline-icon-161{width:161px;height:161px}.outline-icon-161,.outline-icon-162{display:flex;align-items:center;justify-content:center}.outline-icon-162{width:162px;height:162px}.outline-icon-163{width:163px;height:163px}.outline-icon-163,.outline-icon-164{display:flex;align-items:center;justify-content:center}.outline-icon-164{width:164px;height:164px}.outline-icon-165{width:165px;height:165px}.outline-icon-165,.outline-icon-166{display:flex;align-items:center;justify-content:center}.outline-icon-166{width:166px;height:166px}.outline-icon-167{width:167px;height:167px}.outline-icon-167,.outline-icon-168{display:flex;align-items:center;justify-content:center}.outline-icon-168{width:168px;height:168px}.outline-icon-169{width:169px;height:169px}.outline-icon-169,.outline-icon-170{display:flex;align-items:center;justify-content:center}.outline-icon-170{width:170px;height:170px}.outline-icon-171{width:171px;height:171px}.outline-icon-171,.outline-icon-172{display:flex;align-items:center;justify-content:center}.outline-icon-172{width:172px;height:172px}.outline-icon-173{width:173px;height:173px}.outline-icon-173,.outline-icon-174{display:flex;align-items:center;justify-content:center}.outline-icon-174{width:174px;height:174px}.outline-icon-175{width:175px;height:175px}.outline-icon-175,.outline-icon-176{display:flex;align-items:center;justify-content:center}.outline-icon-176{width:176px;height:176px}.outline-icon-177{width:177px;height:177px}.outline-icon-177,.outline-icon-178{display:flex;align-items:center;justify-content:center}.outline-icon-178{width:178px;height:178px}.outline-icon-179{width:179px;height:179px}.outline-icon-179,.outline-icon-180{display:flex;align-items:center;justify-content:center}.outline-icon-180{width:180px;height:180px}.outline-icon-181{width:181px;height:181px}.outline-icon-181,.outline-icon-182{display:flex;align-items:center;justify-content:center}.outline-icon-182{width:182px;height:182px}.outline-icon-183{width:183px;height:183px}.outline-icon-183,.outline-icon-184{display:flex;align-items:center;justify-content:center}.outline-icon-184{width:184px;height:184px}.outline-icon-185{width:185px;height:185px}.outline-icon-185,.outline-icon-186{display:flex;align-items:center;justify-content:center}.outline-icon-186{width:186px;height:186px}.outline-icon-187{width:187px;height:187px}.outline-icon-187,.outline-icon-188{display:flex;align-items:center;justify-content:center}.outline-icon-188{width:188px;height:188px}.outline-icon-189{width:189px;height:189px}.outline-icon-189,.outline-icon-190{display:flex;align-items:center;justify-content:center}.outline-icon-190{width:190px;height:190px}.outline-icon-191{width:191px;height:191px}.outline-icon-191,.outline-icon-192{display:flex;align-items:center;justify-content:center}.outline-icon-192{width:192px;height:192px}.outline-icon-193{width:193px;height:193px}.outline-icon-193,.outline-icon-194{display:flex;align-items:center;justify-content:center}.outline-icon-194{width:194px;height:194px}.outline-icon-195{width:195px;height:195px}.outline-icon-195,.outline-icon-196{display:flex;align-items:center;justify-content:center}.outline-icon-196{width:196px;height:196px}.outline-icon-197{width:197px;height:197px}.outline-icon-197,.outline-icon-198{display:flex;align-items:center;justify-content:center}.outline-icon-198{width:198px;height:198px}.outline-icon-199{width:199px;height:199px}.outline-icon-199,.outline-icon-200{display:flex;align-items:center;justify-content:center}.outline-icon-200{width:200px;height:200px}.loader-wrapper{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.loader-wrapper .dots{height:30px;aspect-ratio:2.5;background:var(--_g),var(--_g),var(--_g),var(--_g);background-size:20% 50%;animation:l43 1s linear infinite}.loader-wrapper .dots.primary{--_g:no-repeat radial-gradient(farthest-side,#000 90%,#0000)}.loader-wrapper .dots.white{--_g:no-repeat radial-gradient(farthest-side,#0000 90%,#0000)}@keyframes l43{0%{background-position:0 50%,33.3333333333% 50%,66.6666666667% 50%,100% 50%}16.67%{background-position:0 0,33.3333333333% 50%,66.6666666667% 50%,100% 50%}33.33%{background-position:0 100%,33.3333333333% 0,66.6666666667% 50%,100% 50%}50%{background-position:0 50%,33.3333333333% 100%,66.6666666667% 0,100% 50%}66.67%{background-position:0 50%,33.3333333333% 50%,66.6666666667% 100%,100% 0}83.33%{background-position:0 50%,33.3333333333% 50%,66.6666666667% 50%,100% 100%}to{background-position:0 50%,33.3333333333% 50%,66.6666666667% 50%,100% 50%}}.loader-wrapper .spinner{width:48px;height:48px;border-radius:50%;position:relative;animation:rotate 1s linear infinite}.loader-wrapper .spinner:before{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:5px solid #fff;animation:prixClipFix 2s linear infinite}@keyframes prixClipFix{0%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.loader-wrapper .sagitirius{width:70px;height:35px;position:relative;overflow:hidden}.loader-wrapper .sagitirius:before{content:"";width:70px;height:70px;position:absolute;left:0;top:0;border-color:#000 #000 transparent transparent;border-style:solid;border-width:5px;border-radius:50%;box-sizing:border-box;animation:rotate 3s ease-in-out infinite;transform:rotate(-200deg)}@keyframes rotate{0%{border-width:10px}25%{border-width:3px}50%{transform:rotate(115deg);border-width:10px}75%{border-width:3px}to{border-width:10px}}.loader-wrapper .follower-dots{width:10px;height:10px;border-radius:50%;display:block;margin:15px auto;position:relative;color:#fff;left:-100px;box-sizing:border-box;animation:shadowRolling 2s linear infinite}@keyframes shadowRolling{0%{box-shadow:0 0 hsla(0,0%,100%,0),0 0 hsla(0,0%,100%,0),0 0 hsla(0,0%,100%,0),0 0 hsla(0,0%,100%,0)}12%{box-shadow:100px 0 #fff,0 0 hsla(0,0%,100%,0),0 0 hsla(0,0%,100%,0),0 0 hsla(0,0%,100%,0)}25%{box-shadow:110px 0 #fff,100px 0 #fff,0 0 hsla(0,0%,100%,0),0 0 hsla(0,0%,100%,0)}36%{box-shadow:120px 0 #fff,110px 0 #fff,100px 0 #fff,0 0 hsla(0,0%,100%,0)}50%{box-shadow:130px 0 #fff,120px 0 #fff,110px 0 #fff,100px 0 #fff}62%{box-shadow:200px 0 hsla(0,0%,100%,0),130px 0 #fff,120px 0 #fff,110px 0 #fff}75%{box-shadow:200px 0 hsla(0,0%,100%,0),200px 0 hsla(0,0%,100%,0),130px 0 #fff,120px 0 #fff}87%{box-shadow:200px 0 hsla(0,0%,100%,0),200px 0 hsla(0,0%,100%,0),200px 0 hsla(0,0%,100%,0),130px 0 #fff}to{box-shadow:200px 0 hsla(0,0%,100%,0),200px 0 hsla(0,0%,100%,0),200px 0 hsla(0,0%,100%,0),200px 0 hsla(0,0%,100%,0)}}.loader-wrapper .round-dots{width:48px;height:48px;display:block;margin:15px auto;position:relative;color:#fff;box-sizing:border-box;animation:rotation 1s linear infinite}.loader-wrapper .round-dots:after,.loader-wrapper .round-dots:before{content:"";box-sizing:border-box;position:absolute;width:24px;height:24px;top:50%;left:50%;transform:scale(.5) translate(0);background-color:#fff;border-radius:50%;animation:animloader 1s ease-in-out infinite}.loader-wrapper .round-dots:before{background-color:#000;transform:scale(.5) translate(-48px,-48px)}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes animloader{50%{transform:scale(1) translate(-50%,-50%)}}.car__body{animation:shake .2s ease-in-out infinite alternate}.car__line{transform-origin:center right;stroke-dasharray:22;animation:line .8s ease-in-out infinite;animation-fill-mode:both}.car__line--top{animation-delay:0s}.car__line--middle{animation-delay:.2s}.car__line--bottom{animation-delay:.4s}@keyframes shake{0%{transform:translateY(-1%)}to{transform:translateY(3%)}}@keyframes line{0%{stroke-dashoffset:22}25%{stroke-dashoffset:22}50%{stroke-dashoffset:0}51%{stroke-dashoffset:0}80%{stroke-dashoffset:-22}to{stroke-dashoffset:-22}}.pizza{width:80px;height:80px;border-radius:50%;border:8px solid #d1914b;box-sizing:border-box;--c:no-repeat radial-gradient(farthest-side,#d64123 94%,#0000);--b:no-repeat radial-gradient(farthest-side,#000 94%,#0000);background:var(--c) 11px 15px,var(--b) 6px 15px,var(--c) 35px 23px,var(--b) 29px 15px,var(--c) 11px 46px,var(--b) 11px 34px,var(--c) 36px 0,var(--b) 50px 31px,var(--c) 47px 43px,var(--b) 31px 48px,#f6d353;background-size:15px 15px,6px 6px;animation:pizza-animation 3s infinite}@keyframes pizza-animation{0%{-webkit-mask:conic-gradient(transparent 0,#000 0)}16.67%{-webkit-mask:conic-gradient(transparent 60deg,#000 0)}33.33%{-webkit-mask:conic-gradient(transparent 120deg,#000 0)}50%{-webkit-mask:conic-gradient(transparent 180deg,#000 0)}66.67%{-webkit-mask:conic-gradient(transparent 240deg,#000 0)}83.33%{-webkit-mask:conic-gradient(transparent 300deg,#000 0)}to{-webkit-mask:conic-gradient(transparent 1turn,#000 0)}}.list-disc{list-style-type:disc}.list-circle,.list-disc{list-style-position:inside}.list-circle{list-style-type:circle}.list-decimal{list-style-type:decimal;list-style-position:inside}.list-square{list-style-type:square;list-style-position:inside}.list-initial{list-style-type:disc;list-style-position:inside}.list-armenian{list-style-type:armenian;list-style-position:inside}.list-zero-decimal{list-style-type:decimal-leading-zero;list-style-position:inside}.list-unset{list-style-type:unset}.list-none{list-style-type:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.check-box{cursor:pointer}.check-box .box-label .active-img{display:none}.check-box .box-radio:checked+.box-label{background-color:#000;color:#fff!important;cursor:auto}.check-box .box-radio:checked+.box-label i{color:#fff}.check-box .box-radio:checked+.box-label .active-img{display:block}.check-box .box-radio:checked+.box-label .default-img{display:none}.address-type.box-label{color:#000;cursor:pointer}.form-control:focus{box-shadow:none}.form-check-input{border:1px solid #000}input[type=checkbox]{flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:50%;background-size:contain;border:var(--bs-border-width) solid #000;print-color-adjust:exact}.subscribe-input::placeholder{color:hsla(0,0%,100%,.7)}.square-ratio{padding-bottom:100%}.square-ratio,.standard-ratio{background-position:50%;background-size:cover}.standard-ratio{padding-bottom:75%}.classic-ratio{padding-bottom:68%}.cinemascope-ratio,.classic-ratio{background-position:50%;background-size:cover}.cinemascope-ratio{padding-bottom:42%}.err-body{height:100vh}.view-option{height:30px;width:30px}.view-option img{width:18px;height:18px}header .info-bar{box-shadow:none;height:0;transition:all 1s linear;transition-delay:.8s}header .info-bar .info-bar-close,header .info-bar .info-bar-text{opacity:0;transition:all 1s linear;transition-delay:1.5s}header .info-bar.show{height:max-content;padding-top:4px;padding-bottom:4px;box-shadow:0 0 10px rgba(33,43,54,.1)}header .info-bar.show .info-bar-close,header .info-bar.show .info-bar-text{opacity:1}header .nav{gap:34px}header .nav .nav-link{line-height:24px;color:#fff;overflow:hidden;position:relative;padding:14px 0;font-weight:300}header .nav .nav-link.dropdown-toggle:hover:after,header .nav .nav-link.dropdown-toggle:hover:before{content:none!important}header .nav .nav-link:after{content:"";position:absolute;left:0;height:8px;width:0;bottom:-4px;background-color:#fff;transition:all .2s linear;border-radius:1px}header .nav .nav-link.active{color:#fff;font-weight:500!important}header .nav .nav-link.active:after{width:100%}header .nav .nav-link:hover:after{width:100%;height:8px;border-radius:1px;bottom:-4px}header .nav .nav-dropdown-menu.show{padding:1.5rem;box-sizing:content-box}header .nav .nav-dropdown-menu.show:after{content:"";width:10px;height:10px;position:absolute;top:-5px;left:50%;right:50%;transform:rotate(45deg);border-top:1px solid hsla(0,0%,47%,.4);-webkit-border-start:1px solid hsla(0,0%,47%,.4);border-inline-start:1px solid hsla(0,0%,47%,.4);background-color:#fff}.mini-cart-summary{right:-4px;top:0}.banner-title{display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.4);color:#fff;height:100%;width:100%}.page-desktop-banner .card-img-overlay{padding:0}.check-box .color-variation{margin:0}.check-box .color-variation .radio-variant{width:22px;height:22px;border-radius:50%;position:relative}.check-box .color-variation .radio-variant.active:after{content:"";width:50%;height:50%;position:absolute;top:50%;left:50%;background-color:#fff;border-radius:50%;transform:translate(-50%,-50%)}.check-box .box-radio:checked+.color-variation{background-color:unset;position:relative}.out-nav,.swiper-container{position:relative}.out-nav{padding:0 3.5rem}.out-nav .swiper{position:static!important}.swiper-thumbs .swiper-slide{border:1px solid #efebe7;border-radius:8px;overflow:hidden;padding:.5rem;opacity:.5}.swiper-thumbs .swiper-button-prev{left:0!important}.swiper-thumbs .swiper-button-next{right:0!important}.swiper-thumbs .swiper-slide-thumb-active{opacity:1}.swiper-button-next,.swiper-button-prev{margin-left:2rem;margin-right:2rem;background-color:#fff;color:#212529!important;border-radius:50%;width:3.5rem;height:3.5rem;z-index:1000}.main-swiper .swiper-pagination-bullets{bottom:0!important}.main-swiper .swiper-pagination-bullets .swiper-pagination-bullet{width:12px!important;height:12px!important;margin:0 10px!important}.main-swiper.dashes .swiper-pagination-bullets .swiper-pagination-bullet{width:15px!important;height:2px!important;margin:0 4px!important;border-radius:1px}.swiper-button-next:after{content:""!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:FontAwesome!important;font-size:30px;font-weight:200}.swiper-button-prev:after{content:""!important}.swiper-pagination-bullet-active{background:#000!important}.thumb-swiper{display:flex;flex-direction:column}.thumb-swiper .swiper-wrapper{align-items:center}.thumb-swiper .main-swiper{height:75%;width:100%}.thumb-swiper .thumbnail-swiper{height:25%;width:100%;padding:0 3rem}.thumb-swiper .swiper-button-next,.thumb-swiper .swiper-button-prev{color:#000;background-color:transparent;padding:0}.thumb-swiper .swiper-button-next:after,.thumb-swiper .swiper-button-prev:after{border:1px solid #efebe7;padding:1rem 1.25rem;border-radius:8px;font-family:FontAwesome!important;color:#000!important;font-size:16px;font-weight:700}.thumb-swiper .swiper-button-next{-webkit-margin-end:0;margin-inline-end:0}.thumb-swiper .swiper-button-next:after{content:""!important}.thumb-swiper .swiper-button-prev{-webkit-margin-start:0;margin-inline-start:0}.thumb-swiper .swiper-button-prev:after{content:""!important}.bottom-nav{padding-bottom:2.25rem!important}.bottom-nav .swiper-button-next,.bottom-nav .swiper-button-prev{margin-left:0;margin-right:0;top:96%}.bottom-nav .swiper-button-next:after,.bottom-nav .swiper-button-prev:after{color:#fff!important}@media only screen and (max-width:480px){.main-swiper .swiper-pagination-bullets{bottom:0!important}.main-swiper .swiper-pagination-bullets .swiper-pagination-bullet{width:8px!important;height:8px!important;margin:0 5px!important}}[data-layout-dir=rtl] .swiper-button-next:after{content:""!important}[data-layout-dir=rtl] .swiper-button-prev:after{content:""!important}[data-layout-dir=rtl] .thumb-swiper .swiper-button-next{-webkit-margin-end:0;margin-inline-end:0;right:auto!important;left:0!important}[data-layout-dir=rtl] .thumb-swiper .swiper-button-next:after{content:""!important}[data-layout-dir=rtl] .thumb-swiper .swiper-button-prev{-webkit-margin-start:0;margin-inline-start:0;left:auto!important;right:0!important}[data-layout-dir=rtl] .thumb-swiper .swiper-button-prev:after{content:""!important}.upper-navigation{overflow:initial!important;overflow-x:clip!important}.upper-navigation .swiper-button-next,.upper-navigation .swiper-button-prev{margin-right:0!important;margin-left:0!important;top:-1.75rem;background-color:transparent}.upper-navigation .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,60px);width:32px;height:32px}.upper-navigation .swiper-button-prev:after{content:""!important;font-size:16px}.upper-navigation .swiper-button-next{width:32px;height:32px;border-radius:50%}.upper-navigation .swiper-button-next:after{content:""!important;font-size:16px}[data-layout-dir=rtl] .upper-navigation .swiper-button-next{left:var(--swiper-navigation-sides-offset,60px)}[data-layout-dir=rtl] .upper-navigation .swiper-button-prev{right:auto!important;left:0!important}.images-carousel.main-swiper .swiper-pagination-bullets .swiper-pagination-bullet{width:14px!important;height:14px!important;background-color:#efebe7;transition:.3s ease;border-radius:100px!important}.images-carousel.main-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active{width:40px!important;background-color:#fff!important}.vertical-num .swiper-pagination-bullets{width:auto!important;display:flex;flex-direction:column;top:-10%!important;left:0!important;padding:10% 5%;right:auto;width:20%!important;background:linear-gradient(90deg,rgba(0,0,0,.15),rgba(0,0,0,.01));height:40%}.vertical-num .swiper-pagination-bullet{display:flex;gap:1rem}.vertical-num .swiper-pagination-bullet:before{content:"";border:1px solid hsla(0,0%,100%,.7);height:40px;-webkit-margin-start:22px;margin-inline-start:22px;border-radius:4px}.vertical-num .swiper-pagination-bullet-active:before{content:"";border:3px solid;height:40px;-webkit-margin-start:20px;margin-inline-start:20px;border-radius:4px}.vertical-num .swiper-pagination-bullet,.vertical-num .swiper-pagination-bullet-active{opacity:1!important;align-items:center;box-sizing:content-box;color:#fff!important;background-color:transparent!important;padding:.7rem 0}@media only screen and (max-width:480px){.vertical-num .swiper-pagination-bullets{left:0!important;top:0!important}}@media only screen and (max-width:991px){.vertical-num .swiper-pagination-bullets{padding:2%!important}}@media only screen and (max-width:1200px){.vertical-num .swiper-pagination-bullets{padding:7%!important}}@media only screen and (min-width:1600px){.vertical-num .swiper-pagination-bullets{padding:13%!important}}[data-layout-dir=rtl] .vertical-num .swiper-pagination-bullets{top:5%!important}@media only screen and (max-width:480px){[data-layout-dir=rtl] .vertical-num .swiper-pagination-bullets{left:0!important;top:0!important}}@media only screen and (max-width:991px){[data-layout-dir=rtl] .vertical-num .swiper-pagination-bullets{padding:0!important;top:5%!important}}@media only screen and (max-width:1200px){[data-layout-dir=rtl] .vertical-num .swiper-pagination-bullets{padding:0!important;top:5%!important}}@media only screen and (min-width:1600px){[data-layout-dir=rtl] .vertical-num .swiper-pagination-bullets{padding:0!important;top:5%!important}}.order-pagination-slider{padding-bottom:3.5rem!important}.order-pagination-slider .swiper-button-next,.order-pagination-slider .swiper-button-prev{top:unset;bottom:0;z-index:100;border:1px solid #fff;border-radius:50%;width:40px;height:40px}.order-pagination-slider .swiper-button-next{right:calc(50% - 115px)}.order-pagination-slider .swiper-button-next:after{content:""!important;font-size:16px}.order-pagination-slider .swiper-button-prev{left:calc(50% - 115px)}.order-pagination-slider .swiper-button-prev:after{content:""!important;font-size:16px}[data-layout-dir=rtl] .order-pagination-slider .swiper-button-next{left:calc(50% - 115px);right:unset}[data-layout-dir=rtl] .order-pagination-slider .swiper-button-prev{left:unset;right:calc(50% - 115px)}*{box-sizing:border-box}.width-1{width:1px}.height-1{height:1px}.font-1{font-size:1px}.underline-1{position:relative;padding-bottom:16px}.underline-1:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:1px;transition:all .15s ease-out}.underline-1-center{position:relative;padding-bottom:16px}.underline-1-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:1px;transition:all .15s ease-out}.width-2{width:2px}.height-2{height:2px}.font-2{font-size:2px}.underline-2{position:relative;padding-bottom:16px}.underline-2:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:2px;transition:all .15s ease-out}.underline-2-center{position:relative;padding-bottom:16px}.underline-2-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:2px;transition:all .15s ease-out}.width-3{width:3px}.height-3{height:3px}.font-3{font-size:3px}.underline-3{position:relative;padding-bottom:16px}.underline-3:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:3px;transition:all .15s ease-out}.underline-3-center{position:relative;padding-bottom:16px}.underline-3-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:3px;transition:all .15s ease-out}.width-4{width:4px}.height-4{height:4px}.font-4{font-size:4px}.underline-4{position:relative;padding-bottom:16px}.underline-4:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:4px;transition:all .15s ease-out}.underline-4-center{position:relative;padding-bottom:16px}.underline-4-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:4px;transition:all .15s ease-out}.width-5{width:5px}.height-5{height:5px}.font-5{font-size:5px}.underline-5{position:relative;padding-bottom:16px}.underline-5:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:5px;transition:all .15s ease-out}.underline-5-center{position:relative;padding-bottom:16px}.underline-5-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:5px;transition:all .15s ease-out}.width-6{width:6px}.height-6{height:6px}.font-6{font-size:6px}.underline-6{position:relative;padding-bottom:16px}.underline-6:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:6px;transition:all .15s ease-out}.underline-6-center{position:relative;padding-bottom:16px}.underline-6-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:6px;transition:all .15s ease-out}.width-7{width:7px}.height-7{height:7px}.font-7{font-size:7px}.underline-7{position:relative;padding-bottom:16px}.underline-7:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:7px;transition:all .15s ease-out}.underline-7-center{position:relative;padding-bottom:16px}.underline-7-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:7px;transition:all .15s ease-out}.width-8{width:8px}.height-8{height:8px}.font-8{font-size:8px}.underline-8{position:relative;padding-bottom:16px}.underline-8:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:8px;transition:all .15s ease-out}.underline-8-center{position:relative;padding-bottom:16px}.underline-8-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:8px;transition:all .15s ease-out}.width-9{width:9px}.height-9{height:9px}.font-9{font-size:9px}.underline-9{position:relative;padding-bottom:16px}.underline-9:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:9px;transition:all .15s ease-out}.underline-9-center{position:relative;padding-bottom:16px}.underline-9-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:9px;transition:all .15s ease-out}.width-10{width:10px}.height-10{height:10px}.font-10{font-size:10px}.underline-10{position:relative;padding-bottom:16px}.underline-10:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:10px;transition:all .15s ease-out}.underline-10-center{position:relative;padding-bottom:16px}.underline-10-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:10px;transition:all .15s ease-out}.width-11{width:11px}.height-11{height:11px}.font-11{font-size:11px}.underline-11{position:relative;padding-bottom:16px}.underline-11:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:11px;transition:all .15s ease-out}.underline-11-center{position:relative;padding-bottom:16px}.underline-11-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:11px;transition:all .15s ease-out}.width-12{width:12px}.height-12{height:12px}.font-12{font-size:12px}.underline-12{position:relative;padding-bottom:16px}.underline-12:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:12px;transition:all .15s ease-out}.underline-12-center{position:relative;padding-bottom:16px}.underline-12-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:12px;transition:all .15s ease-out}.width-13{width:13px}.height-13{height:13px}.font-13{font-size:13px}.underline-13{position:relative;padding-bottom:16px}.underline-13:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:13px;transition:all .15s ease-out}.underline-13-center{position:relative;padding-bottom:16px}.underline-13-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:13px;transition:all .15s ease-out}.width-14{width:14px}.height-14{height:14px}.font-14{font-size:14px}.underline-14{position:relative;padding-bottom:16px}.underline-14:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:14px;transition:all .15s ease-out}.underline-14-center{position:relative;padding-bottom:16px}.underline-14-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:14px;transition:all .15s ease-out}.width-15{width:15px}.height-15{height:15px}.font-15{font-size:15px}.underline-15{position:relative;padding-bottom:16px}.underline-15:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:15px;transition:all .15s ease-out}.underline-15-center{position:relative;padding-bottom:16px}.underline-15-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:15px;transition:all .15s ease-out}.width-16{width:16px}.height-16{height:16px}.font-16{font-size:16px}.underline-16{position:relative;padding-bottom:16px}.underline-16:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:16px;transition:all .15s ease-out}.underline-16-center{position:relative;padding-bottom:16px}.underline-16-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:16px;transition:all .15s ease-out}.width-17{width:17px}.height-17{height:17px}.font-17{font-size:17px}.underline-17{position:relative;padding-bottom:16px}.underline-17:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:17px;transition:all .15s ease-out}.underline-17-center{position:relative;padding-bottom:16px}.underline-17-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:17px;transition:all .15s ease-out}.width-18{width:18px}.height-18{height:18px}.font-18{font-size:18px}.underline-18{position:relative;padding-bottom:16px}.underline-18:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:18px;transition:all .15s ease-out}.underline-18-center{position:relative;padding-bottom:16px}.underline-18-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:18px;transition:all .15s ease-out}.width-19{width:19px}.height-19{height:19px}.font-19{font-size:19px}.underline-19{position:relative;padding-bottom:16px}.underline-19:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:19px;transition:all .15s ease-out}.underline-19-center{position:relative;padding-bottom:16px}.underline-19-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:19px;transition:all .15s ease-out}.width-20{width:20px}.height-20{height:20px}.font-20{font-size:20px}.underline-20{position:relative;padding-bottom:16px}.underline-20:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:20px;transition:all .15s ease-out}.underline-20-center{position:relative;padding-bottom:16px}.underline-20-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:20px;transition:all .15s ease-out}.width-21{width:21px}.height-21{height:21px}.font-21{font-size:21px}.underline-21{position:relative;padding-bottom:16px}.underline-21:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:21px;transition:all .15s ease-out}.underline-21-center{position:relative;padding-bottom:16px}.underline-21-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:21px;transition:all .15s ease-out}.width-22{width:22px}.height-22{height:22px}.font-22{font-size:22px}.underline-22{position:relative;padding-bottom:16px}.underline-22:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:22px;transition:all .15s ease-out}.underline-22-center{position:relative;padding-bottom:16px}.underline-22-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:22px;transition:all .15s ease-out}.width-23{width:23px}.height-23{height:23px}.font-23{font-size:23px}.underline-23{position:relative;padding-bottom:16px}.underline-23:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:23px;transition:all .15s ease-out}.underline-23-center{position:relative;padding-bottom:16px}.underline-23-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:23px;transition:all .15s ease-out}.width-24{width:24px}.height-24{height:24px}.font-24{font-size:24px}.underline-24{position:relative;padding-bottom:16px}.underline-24:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:24px;transition:all .15s ease-out}.underline-24-center{position:relative;padding-bottom:16px}.underline-24-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:24px;transition:all .15s ease-out}.width-25{width:25px}.height-25{height:25px}.font-25{font-size:25px}.underline-25{position:relative;padding-bottom:16px}.underline-25:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:25px;transition:all .15s ease-out}.underline-25-center{position:relative;padding-bottom:16px}.underline-25-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:25px;transition:all .15s ease-out}.width-26{width:26px}.height-26{height:26px}.font-26{font-size:26px}.underline-26{position:relative;padding-bottom:16px}.underline-26:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:26px;transition:all .15s ease-out}.underline-26-center{position:relative;padding-bottom:16px}.underline-26-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:26px;transition:all .15s ease-out}.width-27{width:27px}.height-27{height:27px}.font-27{font-size:27px}.underline-27{position:relative;padding-bottom:16px}.underline-27:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:27px;transition:all .15s ease-out}.underline-27-center{position:relative;padding-bottom:16px}.underline-27-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:27px;transition:all .15s ease-out}.width-28{width:28px}.height-28{height:28px}.font-28{font-size:28px}.underline-28{position:relative;padding-bottom:16px}.underline-28:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:28px;transition:all .15s ease-out}.underline-28-center{position:relative;padding-bottom:16px}.underline-28-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:28px;transition:all .15s ease-out}.width-29{width:29px}.height-29{height:29px}.font-29{font-size:29px}.underline-29{position:relative;padding-bottom:16px}.underline-29:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:29px;transition:all .15s ease-out}.underline-29-center{position:relative;padding-bottom:16px}.underline-29-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:29px;transition:all .15s ease-out}.width-30{width:30px}.height-30{height:30px}.font-30{font-size:30px}.underline-30{position:relative;padding-bottom:16px}.underline-30:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:30px;transition:all .15s ease-out}.underline-30-center{position:relative;padding-bottom:16px}.underline-30-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:30px;transition:all .15s ease-out}.width-31{width:31px}.height-31{height:31px}.font-31{font-size:31px}.underline-31{position:relative;padding-bottom:16px}.underline-31:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:31px;transition:all .15s ease-out}.underline-31-center{position:relative;padding-bottom:16px}.underline-31-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:31px;transition:all .15s ease-out}.width-32{width:32px}.height-32{height:32px}.font-32{font-size:32px}.underline-32{position:relative;padding-bottom:16px}.underline-32:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:32px;transition:all .15s ease-out}.underline-32-center{position:relative;padding-bottom:16px}.underline-32-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:32px;transition:all .15s ease-out}.width-33{width:33px}.height-33{height:33px}.font-33{font-size:33px}.underline-33{position:relative;padding-bottom:16px}.underline-33:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:33px;transition:all .15s ease-out}.underline-33-center{position:relative;padding-bottom:16px}.underline-33-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:33px;transition:all .15s ease-out}.width-34{width:34px}.height-34{height:34px}.font-34{font-size:34px}.underline-34{position:relative;padding-bottom:16px}.underline-34:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:34px;transition:all .15s ease-out}.underline-34-center{position:relative;padding-bottom:16px}.underline-34-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:34px;transition:all .15s ease-out}.width-35{width:35px}.height-35{height:35px}.font-35{font-size:35px}.underline-35{position:relative;padding-bottom:16px}.underline-35:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:35px;transition:all .15s ease-out}.underline-35-center{position:relative;padding-bottom:16px}.underline-35-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:35px;transition:all .15s ease-out}.width-36{width:36px}.height-36{height:36px}.font-36{font-size:36px}.underline-36{position:relative;padding-bottom:16px}.underline-36:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:36px;transition:all .15s ease-out}.underline-36-center{position:relative;padding-bottom:16px}.underline-36-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:36px;transition:all .15s ease-out}.width-37{width:37px}.height-37{height:37px}.font-37{font-size:37px}.underline-37{position:relative;padding-bottom:16px}.underline-37:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:37px;transition:all .15s ease-out}.underline-37-center{position:relative;padding-bottom:16px}.underline-37-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:37px;transition:all .15s ease-out}.width-38{width:38px}.height-38{height:38px}.font-38{font-size:38px}.underline-38{position:relative;padding-bottom:16px}.underline-38:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:38px;transition:all .15s ease-out}.underline-38-center{position:relative;padding-bottom:16px}.underline-38-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:38px;transition:all .15s ease-out}.width-39{width:39px}.height-39{height:39px}.font-39{font-size:39px}.underline-39{position:relative;padding-bottom:16px}.underline-39:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:39px;transition:all .15s ease-out}.underline-39-center{position:relative;padding-bottom:16px}.underline-39-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:39px;transition:all .15s ease-out}.width-40{width:40px}.height-40{height:40px}.font-40{font-size:40px}.underline-40{position:relative;padding-bottom:16px}.underline-40:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:40px;transition:all .15s ease-out}.underline-40-center{position:relative;padding-bottom:16px}.underline-40-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:40px;transition:all .15s ease-out}.width-41{width:41px}.height-41{height:41px}.font-41{font-size:41px}.underline-41{position:relative;padding-bottom:16px}.underline-41:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:41px;transition:all .15s ease-out}.underline-41-center{position:relative;padding-bottom:16px}.underline-41-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:41px;transition:all .15s ease-out}.width-42{width:42px}.height-42{height:42px}.font-42{font-size:42px}.underline-42{position:relative;padding-bottom:16px}.underline-42:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:42px;transition:all .15s ease-out}.underline-42-center{position:relative;padding-bottom:16px}.underline-42-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:42px;transition:all .15s ease-out}.width-43{width:43px}.height-43{height:43px}.font-43{font-size:43px}.underline-43{position:relative;padding-bottom:16px}.underline-43:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:43px;transition:all .15s ease-out}.underline-43-center{position:relative;padding-bottom:16px}.underline-43-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:43px;transition:all .15s ease-out}.width-44{width:44px}.height-44{height:44px}.font-44{font-size:44px}.underline-44{position:relative;padding-bottom:16px}.underline-44:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:44px;transition:all .15s ease-out}.underline-44-center{position:relative;padding-bottom:16px}.underline-44-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:44px;transition:all .15s ease-out}.width-45{width:45px}.height-45{height:45px}.font-45{font-size:45px}.underline-45{position:relative;padding-bottom:16px}.underline-45:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:45px;transition:all .15s ease-out}.underline-45-center{position:relative;padding-bottom:16px}.underline-45-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:45px;transition:all .15s ease-out}.width-46{width:46px}.height-46{height:46px}.font-46{font-size:46px}.underline-46{position:relative;padding-bottom:16px}.underline-46:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:46px;transition:all .15s ease-out}.underline-46-center{position:relative;padding-bottom:16px}.underline-46-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:46px;transition:all .15s ease-out}.width-47{width:47px}.height-47{height:47px}.font-47{font-size:47px}.underline-47{position:relative;padding-bottom:16px}.underline-47:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:47px;transition:all .15s ease-out}.underline-47-center{position:relative;padding-bottom:16px}.underline-47-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:47px;transition:all .15s ease-out}.width-48{width:48px}.height-48{height:48px}.font-48{font-size:48px}.underline-48{position:relative;padding-bottom:16px}.underline-48:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:48px;transition:all .15s ease-out}.underline-48-center{position:relative;padding-bottom:16px}.underline-48-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:48px;transition:all .15s ease-out}.width-49{width:49px}.height-49{height:49px}.font-49{font-size:49px}.underline-49{position:relative;padding-bottom:16px}.underline-49:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:49px;transition:all .15s ease-out}.underline-49-center{position:relative;padding-bottom:16px}.underline-49-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:49px;transition:all .15s ease-out}.width-50{width:50px}.height-50{height:50px}.font-50{font-size:50px}.underline-50{position:relative;padding-bottom:16px}.underline-50:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:50px;transition:all .15s ease-out}.underline-50-center{position:relative;padding-bottom:16px}.underline-50-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:50px;transition:all .15s ease-out}.width-51{width:51px}.height-51{height:51px}.font-51{font-size:51px}.underline-51{position:relative;padding-bottom:16px}.underline-51:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:51px;transition:all .15s ease-out}.underline-51-center{position:relative;padding-bottom:16px}.underline-51-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:51px;transition:all .15s ease-out}.width-52{width:52px}.height-52{height:52px}.font-52{font-size:52px}.underline-52{position:relative;padding-bottom:16px}.underline-52:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:52px;transition:all .15s ease-out}.underline-52-center{position:relative;padding-bottom:16px}.underline-52-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:52px;transition:all .15s ease-out}.width-53{width:53px}.height-53{height:53px}.font-53{font-size:53px}.underline-53{position:relative;padding-bottom:16px}.underline-53:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:53px;transition:all .15s ease-out}.underline-53-center{position:relative;padding-bottom:16px}.underline-53-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:53px;transition:all .15s ease-out}.width-54{width:54px}.height-54{height:54px}.font-54{font-size:54px}.underline-54{position:relative;padding-bottom:16px}.underline-54:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:54px;transition:all .15s ease-out}.underline-54-center{position:relative;padding-bottom:16px}.underline-54-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:54px;transition:all .15s ease-out}.width-55{width:55px}.height-55{height:55px}.font-55{font-size:55px}.underline-55{position:relative;padding-bottom:16px}.underline-55:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:55px;transition:all .15s ease-out}.underline-55-center{position:relative;padding-bottom:16px}.underline-55-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:55px;transition:all .15s ease-out}.width-56{width:56px}.height-56{height:56px}.font-56{font-size:56px}.underline-56{position:relative;padding-bottom:16px}.underline-56:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:56px;transition:all .15s ease-out}.underline-56-center{position:relative;padding-bottom:16px}.underline-56-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:56px;transition:all .15s ease-out}.width-57{width:57px}.height-57{height:57px}.font-57{font-size:57px}.underline-57{position:relative;padding-bottom:16px}.underline-57:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:57px;transition:all .15s ease-out}.underline-57-center{position:relative;padding-bottom:16px}.underline-57-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:57px;transition:all .15s ease-out}.width-58{width:58px}.height-58{height:58px}.font-58{font-size:58px}.underline-58{position:relative;padding-bottom:16px}.underline-58:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:58px;transition:all .15s ease-out}.underline-58-center{position:relative;padding-bottom:16px}.underline-58-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:58px;transition:all .15s ease-out}.width-59{width:59px}.height-59{height:59px}.font-59{font-size:59px}.underline-59{position:relative;padding-bottom:16px}.underline-59:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:59px;transition:all .15s ease-out}.underline-59-center{position:relative;padding-bottom:16px}.underline-59-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:59px;transition:all .15s ease-out}.width-60{width:60px}.height-60{height:60px}.font-60{font-size:60px}.underline-60{position:relative;padding-bottom:16px}.underline-60:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:60px;transition:all .15s ease-out}.underline-60-center{position:relative;padding-bottom:16px}.underline-60-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:60px;transition:all .15s ease-out}.width-61{width:61px}.height-61{height:61px}.font-61{font-size:61px}.underline-61{position:relative;padding-bottom:16px}.underline-61:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:61px;transition:all .15s ease-out}.underline-61-center{position:relative;padding-bottom:16px}.underline-61-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:61px;transition:all .15s ease-out}.width-62{width:62px}.height-62{height:62px}.font-62{font-size:62px}.underline-62{position:relative;padding-bottom:16px}.underline-62:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:62px;transition:all .15s ease-out}.underline-62-center{position:relative;padding-bottom:16px}.underline-62-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:62px;transition:all .15s ease-out}.width-63{width:63px}.height-63{height:63px}.font-63{font-size:63px}.underline-63{position:relative;padding-bottom:16px}.underline-63:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:63px;transition:all .15s ease-out}.underline-63-center{position:relative;padding-bottom:16px}.underline-63-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:63px;transition:all .15s ease-out}.width-64{width:64px}.height-64{height:64px}.font-64{font-size:64px}.underline-64{position:relative;padding-bottom:16px}.underline-64:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:64px;transition:all .15s ease-out}.underline-64-center{position:relative;padding-bottom:16px}.underline-64-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:64px;transition:all .15s ease-out}.width-65{width:65px}.height-65{height:65px}.font-65{font-size:65px}.underline-65{position:relative;padding-bottom:16px}.underline-65:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:65px;transition:all .15s ease-out}.underline-65-center{position:relative;padding-bottom:16px}.underline-65-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:65px;transition:all .15s ease-out}.width-66{width:66px}.height-66{height:66px}.font-66{font-size:66px}.underline-66{position:relative;padding-bottom:16px}.underline-66:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:66px;transition:all .15s ease-out}.underline-66-center{position:relative;padding-bottom:16px}.underline-66-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:66px;transition:all .15s ease-out}.width-67{width:67px}.height-67{height:67px}.font-67{font-size:67px}.underline-67{position:relative;padding-bottom:16px}.underline-67:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:67px;transition:all .15s ease-out}.underline-67-center{position:relative;padding-bottom:16px}.underline-67-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:67px;transition:all .15s ease-out}.width-68{width:68px}.height-68{height:68px}.font-68{font-size:68px}.underline-68{position:relative;padding-bottom:16px}.underline-68:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:68px;transition:all .15s ease-out}.underline-68-center{position:relative;padding-bottom:16px}.underline-68-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:68px;transition:all .15s ease-out}.width-69{width:69px}.height-69{height:69px}.font-69{font-size:69px}.underline-69{position:relative;padding-bottom:16px}.underline-69:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:69px;transition:all .15s ease-out}.underline-69-center{position:relative;padding-bottom:16px}.underline-69-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:69px;transition:all .15s ease-out}.width-70{width:70px}.height-70{height:70px}.font-70{font-size:70px}.underline-70{position:relative;padding-bottom:16px}.underline-70:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:70px;transition:all .15s ease-out}.underline-70-center{position:relative;padding-bottom:16px}.underline-70-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:70px;transition:all .15s ease-out}.width-71{width:71px}.height-71{height:71px}.font-71{font-size:71px}.underline-71{position:relative;padding-bottom:16px}.underline-71:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:71px;transition:all .15s ease-out}.underline-71-center{position:relative;padding-bottom:16px}.underline-71-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:71px;transition:all .15s ease-out}.width-72{width:72px}.height-72{height:72px}.font-72{font-size:72px}.underline-72{position:relative;padding-bottom:16px}.underline-72:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:72px;transition:all .15s ease-out}.underline-72-center{position:relative;padding-bottom:16px}.underline-72-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:72px;transition:all .15s ease-out}.width-73{width:73px}.height-73{height:73px}.font-73{font-size:73px}.underline-73{position:relative;padding-bottom:16px}.underline-73:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:73px;transition:all .15s ease-out}.underline-73-center{position:relative;padding-bottom:16px}.underline-73-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:73px;transition:all .15s ease-out}.width-74{width:74px}.height-74{height:74px}.font-74{font-size:74px}.underline-74{position:relative;padding-bottom:16px}.underline-74:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:74px;transition:all .15s ease-out}.underline-74-center{position:relative;padding-bottom:16px}.underline-74-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:74px;transition:all .15s ease-out}.width-75{width:75px}.height-75{height:75px}.font-75{font-size:75px}.underline-75{position:relative;padding-bottom:16px}.underline-75:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:75px;transition:all .15s ease-out}.underline-75-center{position:relative;padding-bottom:16px}.underline-75-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:75px;transition:all .15s ease-out}.width-76{width:76px}.height-76{height:76px}.font-76{font-size:76px}.underline-76{position:relative;padding-bottom:16px}.underline-76:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:76px;transition:all .15s ease-out}.underline-76-center{position:relative;padding-bottom:16px}.underline-76-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:76px;transition:all .15s ease-out}.width-77{width:77px}.height-77{height:77px}.font-77{font-size:77px}.underline-77{position:relative;padding-bottom:16px}.underline-77:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:77px;transition:all .15s ease-out}.underline-77-center{position:relative;padding-bottom:16px}.underline-77-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:77px;transition:all .15s ease-out}.width-78{width:78px}.height-78{height:78px}.font-78{font-size:78px}.underline-78{position:relative;padding-bottom:16px}.underline-78:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:78px;transition:all .15s ease-out}.underline-78-center{position:relative;padding-bottom:16px}.underline-78-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:78px;transition:all .15s ease-out}.width-79{width:79px}.height-79{height:79px}.font-79{font-size:79px}.underline-79{position:relative;padding-bottom:16px}.underline-79:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:79px;transition:all .15s ease-out}.underline-79-center{position:relative;padding-bottom:16px}.underline-79-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:79px;transition:all .15s ease-out}.width-80{width:80px}.height-80{height:80px}.font-80{font-size:80px}.underline-80{position:relative;padding-bottom:16px}.underline-80:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:80px;transition:all .15s ease-out}.underline-80-center{position:relative;padding-bottom:16px}.underline-80-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:80px;transition:all .15s ease-out}.width-81{width:81px}.height-81{height:81px}.font-81{font-size:81px}.underline-81{position:relative;padding-bottom:16px}.underline-81:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:81px;transition:all .15s ease-out}.underline-81-center{position:relative;padding-bottom:16px}.underline-81-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:81px;transition:all .15s ease-out}.width-82{width:82px}.height-82{height:82px}.font-82{font-size:82px}.underline-82{position:relative;padding-bottom:16px}.underline-82:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:82px;transition:all .15s ease-out}.underline-82-center{position:relative;padding-bottom:16px}.underline-82-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:82px;transition:all .15s ease-out}.width-83{width:83px}.height-83{height:83px}.font-83{font-size:83px}.underline-83{position:relative;padding-bottom:16px}.underline-83:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:83px;transition:all .15s ease-out}.underline-83-center{position:relative;padding-bottom:16px}.underline-83-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:83px;transition:all .15s ease-out}.width-84{width:84px}.height-84{height:84px}.font-84{font-size:84px}.underline-84{position:relative;padding-bottom:16px}.underline-84:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:84px;transition:all .15s ease-out}.underline-84-center{position:relative;padding-bottom:16px}.underline-84-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:84px;transition:all .15s ease-out}.width-85{width:85px}.height-85{height:85px}.font-85{font-size:85px}.underline-85{position:relative;padding-bottom:16px}.underline-85:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:85px;transition:all .15s ease-out}.underline-85-center{position:relative;padding-bottom:16px}.underline-85-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:85px;transition:all .15s ease-out}.width-86{width:86px}.height-86{height:86px}.font-86{font-size:86px}.underline-86{position:relative;padding-bottom:16px}.underline-86:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:86px;transition:all .15s ease-out}.underline-86-center{position:relative;padding-bottom:16px}.underline-86-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:86px;transition:all .15s ease-out}.width-87{width:87px}.height-87{height:87px}.font-87{font-size:87px}.underline-87{position:relative;padding-bottom:16px}.underline-87:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:87px;transition:all .15s ease-out}.underline-87-center{position:relative;padding-bottom:16px}.underline-87-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:87px;transition:all .15s ease-out}.width-88{width:88px}.height-88{height:88px}.font-88{font-size:88px}.underline-88{position:relative;padding-bottom:16px}.underline-88:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:88px;transition:all .15s ease-out}.underline-88-center{position:relative;padding-bottom:16px}.underline-88-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:88px;transition:all .15s ease-out}.width-89{width:89px}.height-89{height:89px}.font-89{font-size:89px}.underline-89{position:relative;padding-bottom:16px}.underline-89:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:89px;transition:all .15s ease-out}.underline-89-center{position:relative;padding-bottom:16px}.underline-89-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:89px;transition:all .15s ease-out}.width-90{width:90px}.height-90{height:90px}.font-90{font-size:90px}.underline-90{position:relative;padding-bottom:16px}.underline-90:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:90px;transition:all .15s ease-out}.underline-90-center{position:relative;padding-bottom:16px}.underline-90-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:90px;transition:all .15s ease-out}.width-91{width:91px}.height-91{height:91px}.font-91{font-size:91px}.underline-91{position:relative;padding-bottom:16px}.underline-91:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:91px;transition:all .15s ease-out}.underline-91-center{position:relative;padding-bottom:16px}.underline-91-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:91px;transition:all .15s ease-out}.width-92{width:92px}.height-92{height:92px}.font-92{font-size:92px}.underline-92{position:relative;padding-bottom:16px}.underline-92:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:92px;transition:all .15s ease-out}.underline-92-center{position:relative;padding-bottom:16px}.underline-92-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:92px;transition:all .15s ease-out}.width-93{width:93px}.height-93{height:93px}.font-93{font-size:93px}.underline-93{position:relative;padding-bottom:16px}.underline-93:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:93px;transition:all .15s ease-out}.underline-93-center{position:relative;padding-bottom:16px}.underline-93-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:93px;transition:all .15s ease-out}.width-94{width:94px}.height-94{height:94px}.font-94{font-size:94px}.underline-94{position:relative;padding-bottom:16px}.underline-94:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:94px;transition:all .15s ease-out}.underline-94-center{position:relative;padding-bottom:16px}.underline-94-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:94px;transition:all .15s ease-out}.width-95{width:95px}.height-95{height:95px}.font-95{font-size:95px}.underline-95{position:relative;padding-bottom:16px}.underline-95:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:95px;transition:all .15s ease-out}.underline-95-center{position:relative;padding-bottom:16px}.underline-95-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:95px;transition:all .15s ease-out}.width-96{width:96px}.height-96{height:96px}.font-96{font-size:96px}.underline-96{position:relative;padding-bottom:16px}.underline-96:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:96px;transition:all .15s ease-out}.underline-96-center{position:relative;padding-bottom:16px}.underline-96-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:96px;transition:all .15s ease-out}.width-97{width:97px}.height-97{height:97px}.font-97{font-size:97px}.underline-97{position:relative;padding-bottom:16px}.underline-97:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:97px;transition:all .15s ease-out}.underline-97-center{position:relative;padding-bottom:16px}.underline-97-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:97px;transition:all .15s ease-out}.width-98{width:98px}.height-98{height:98px}.font-98{font-size:98px}.underline-98{position:relative;padding-bottom:16px}.underline-98:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:98px;transition:all .15s ease-out}.underline-98-center{position:relative;padding-bottom:16px}.underline-98-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:98px;transition:all .15s ease-out}.width-99{width:99px}.height-99{height:99px}.font-99{font-size:99px}.underline-99{position:relative;padding-bottom:16px}.underline-99:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:99px;transition:all .15s ease-out}.underline-99-center{position:relative;padding-bottom:16px}.underline-99-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:99px;transition:all .15s ease-out}.width-100{width:100px}.height-100{height:100px}.font-100{font-size:100px}.underline-100{position:relative;padding-bottom:16px}.underline-100:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:100px;transition:all .15s ease-out}.underline-100-center{position:relative;padding-bottom:16px}.underline-100-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:100px;transition:all .15s ease-out}.width-101{width:101px}.height-101{height:101px}.font-101{font-size:101px}.underline-101{position:relative;padding-bottom:16px}.underline-101:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:101px;transition:all .15s ease-out}.underline-101-center{position:relative;padding-bottom:16px}.underline-101-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:101px;transition:all .15s ease-out}.width-102{width:102px}.height-102{height:102px}.font-102{font-size:102px}.underline-102{position:relative;padding-bottom:16px}.underline-102:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:102px;transition:all .15s ease-out}.underline-102-center{position:relative;padding-bottom:16px}.underline-102-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:102px;transition:all .15s ease-out}.width-103{width:103px}.height-103{height:103px}.font-103{font-size:103px}.underline-103{position:relative;padding-bottom:16px}.underline-103:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:103px;transition:all .15s ease-out}.underline-103-center{position:relative;padding-bottom:16px}.underline-103-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:103px;transition:all .15s ease-out}.width-104{width:104px}.height-104{height:104px}.font-104{font-size:104px}.underline-104{position:relative;padding-bottom:16px}.underline-104:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:104px;transition:all .15s ease-out}.underline-104-center{position:relative;padding-bottom:16px}.underline-104-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:104px;transition:all .15s ease-out}.width-105{width:105px}.height-105{height:105px}.font-105{font-size:105px}.underline-105{position:relative;padding-bottom:16px}.underline-105:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:105px;transition:all .15s ease-out}.underline-105-center{position:relative;padding-bottom:16px}.underline-105-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:105px;transition:all .15s ease-out}.width-106{width:106px}.height-106{height:106px}.font-106{font-size:106px}.underline-106{position:relative;padding-bottom:16px}.underline-106:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:106px;transition:all .15s ease-out}.underline-106-center{position:relative;padding-bottom:16px}.underline-106-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:106px;transition:all .15s ease-out}.width-107{width:107px}.height-107{height:107px}.font-107{font-size:107px}.underline-107{position:relative;padding-bottom:16px}.underline-107:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:107px;transition:all .15s ease-out}.underline-107-center{position:relative;padding-bottom:16px}.underline-107-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:107px;transition:all .15s ease-out}.width-108{width:108px}.height-108{height:108px}.font-108{font-size:108px}.underline-108{position:relative;padding-bottom:16px}.underline-108:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:108px;transition:all .15s ease-out}.underline-108-center{position:relative;padding-bottom:16px}.underline-108-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:108px;transition:all .15s ease-out}.width-109{width:109px}.height-109{height:109px}.font-109{font-size:109px}.underline-109{position:relative;padding-bottom:16px}.underline-109:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:109px;transition:all .15s ease-out}.underline-109-center{position:relative;padding-bottom:16px}.underline-109-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:109px;transition:all .15s ease-out}.width-110{width:110px}.height-110{height:110px}.font-110{font-size:110px}.underline-110{position:relative;padding-bottom:16px}.underline-110:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:110px;transition:all .15s ease-out}.underline-110-center{position:relative;padding-bottom:16px}.underline-110-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:110px;transition:all .15s ease-out}.width-111{width:111px}.height-111{height:111px}.font-111{font-size:111px}.underline-111{position:relative;padding-bottom:16px}.underline-111:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:111px;transition:all .15s ease-out}.underline-111-center{position:relative;padding-bottom:16px}.underline-111-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:111px;transition:all .15s ease-out}.width-112{width:112px}.height-112{height:112px}.font-112{font-size:112px}.underline-112{position:relative;padding-bottom:16px}.underline-112:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:112px;transition:all .15s ease-out}.underline-112-center{position:relative;padding-bottom:16px}.underline-112-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:112px;transition:all .15s ease-out}.width-113{width:113px}.height-113{height:113px}.font-113{font-size:113px}.underline-113{position:relative;padding-bottom:16px}.underline-113:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:113px;transition:all .15s ease-out}.underline-113-center{position:relative;padding-bottom:16px}.underline-113-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:113px;transition:all .15s ease-out}.width-114{width:114px}.height-114{height:114px}.font-114{font-size:114px}.underline-114{position:relative;padding-bottom:16px}.underline-114:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:114px;transition:all .15s ease-out}.underline-114-center{position:relative;padding-bottom:16px}.underline-114-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:114px;transition:all .15s ease-out}.width-115{width:115px}.height-115{height:115px}.font-115{font-size:115px}.underline-115{position:relative;padding-bottom:16px}.underline-115:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:115px;transition:all .15s ease-out}.underline-115-center{position:relative;padding-bottom:16px}.underline-115-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:115px;transition:all .15s ease-out}.width-116{width:116px}.height-116{height:116px}.font-116{font-size:116px}.underline-116{position:relative;padding-bottom:16px}.underline-116:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:116px;transition:all .15s ease-out}.underline-116-center{position:relative;padding-bottom:16px}.underline-116-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:116px;transition:all .15s ease-out}.width-117{width:117px}.height-117{height:117px}.font-117{font-size:117px}.underline-117{position:relative;padding-bottom:16px}.underline-117:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:117px;transition:all .15s ease-out}.underline-117-center{position:relative;padding-bottom:16px}.underline-117-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:117px;transition:all .15s ease-out}.width-118{width:118px}.height-118{height:118px}.font-118{font-size:118px}.underline-118{position:relative;padding-bottom:16px}.underline-118:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:118px;transition:all .15s ease-out}.underline-118-center{position:relative;padding-bottom:16px}.underline-118-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:118px;transition:all .15s ease-out}.width-119{width:119px}.height-119{height:119px}.font-119{font-size:119px}.underline-119{position:relative;padding-bottom:16px}.underline-119:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:119px;transition:all .15s ease-out}.underline-119-center{position:relative;padding-bottom:16px}.underline-119-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:119px;transition:all .15s ease-out}.width-120{width:120px}.height-120{height:120px}.font-120{font-size:120px}.underline-120{position:relative;padding-bottom:16px}.underline-120:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:120px;transition:all .15s ease-out}.underline-120-center{position:relative;padding-bottom:16px}.underline-120-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:120px;transition:all .15s ease-out}.width-121{width:121px}.height-121{height:121px}.font-121{font-size:121px}.underline-121{position:relative;padding-bottom:16px}.underline-121:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:121px;transition:all .15s ease-out}.underline-121-center{position:relative;padding-bottom:16px}.underline-121-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:121px;transition:all .15s ease-out}.width-122{width:122px}.height-122{height:122px}.font-122{font-size:122px}.underline-122{position:relative;padding-bottom:16px}.underline-122:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:122px;transition:all .15s ease-out}.underline-122-center{position:relative;padding-bottom:16px}.underline-122-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:122px;transition:all .15s ease-out}.width-123{width:123px}.height-123{height:123px}.font-123{font-size:123px}.underline-123{position:relative;padding-bottom:16px}.underline-123:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:123px;transition:all .15s ease-out}.underline-123-center{position:relative;padding-bottom:16px}.underline-123-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:123px;transition:all .15s ease-out}.width-124{width:124px}.height-124{height:124px}.font-124{font-size:124px}.underline-124{position:relative;padding-bottom:16px}.underline-124:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:124px;transition:all .15s ease-out}.underline-124-center{position:relative;padding-bottom:16px}.underline-124-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:124px;transition:all .15s ease-out}.width-125{width:125px}.height-125{height:125px}.font-125{font-size:125px}.underline-125{position:relative;padding-bottom:16px}.underline-125:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:125px;transition:all .15s ease-out}.underline-125-center{position:relative;padding-bottom:16px}.underline-125-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:125px;transition:all .15s ease-out}.width-126{width:126px}.height-126{height:126px}.font-126{font-size:126px}.underline-126{position:relative;padding-bottom:16px}.underline-126:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:126px;transition:all .15s ease-out}.underline-126-center{position:relative;padding-bottom:16px}.underline-126-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:126px;transition:all .15s ease-out}.width-127{width:127px}.height-127{height:127px}.font-127{font-size:127px}.underline-127{position:relative;padding-bottom:16px}.underline-127:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:127px;transition:all .15s ease-out}.underline-127-center{position:relative;padding-bottom:16px}.underline-127-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:127px;transition:all .15s ease-out}.width-128{width:128px}.height-128{height:128px}.font-128{font-size:128px}.underline-128{position:relative;padding-bottom:16px}.underline-128:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:128px;transition:all .15s ease-out}.underline-128-center{position:relative;padding-bottom:16px}.underline-128-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:128px;transition:all .15s ease-out}.width-129{width:129px}.height-129{height:129px}.font-129{font-size:129px}.underline-129{position:relative;padding-bottom:16px}.underline-129:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:129px;transition:all .15s ease-out}.underline-129-center{position:relative;padding-bottom:16px}.underline-129-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:129px;transition:all .15s ease-out}.width-130{width:130px}.height-130{height:130px}.font-130{font-size:130px}.underline-130{position:relative;padding-bottom:16px}.underline-130:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:130px;transition:all .15s ease-out}.underline-130-center{position:relative;padding-bottom:16px}.underline-130-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:130px;transition:all .15s ease-out}.width-131{width:131px}.height-131{height:131px}.font-131{font-size:131px}.underline-131{position:relative;padding-bottom:16px}.underline-131:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:131px;transition:all .15s ease-out}.underline-131-center{position:relative;padding-bottom:16px}.underline-131-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:131px;transition:all .15s ease-out}.width-132{width:132px}.height-132{height:132px}.font-132{font-size:132px}.underline-132{position:relative;padding-bottom:16px}.underline-132:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:132px;transition:all .15s ease-out}.underline-132-center{position:relative;padding-bottom:16px}.underline-132-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:132px;transition:all .15s ease-out}.width-133{width:133px}.height-133{height:133px}.font-133{font-size:133px}.underline-133{position:relative;padding-bottom:16px}.underline-133:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:133px;transition:all .15s ease-out}.underline-133-center{position:relative;padding-bottom:16px}.underline-133-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:133px;transition:all .15s ease-out}.width-134{width:134px}.height-134{height:134px}.font-134{font-size:134px}.underline-134{position:relative;padding-bottom:16px}.underline-134:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:134px;transition:all .15s ease-out}.underline-134-center{position:relative;padding-bottom:16px}.underline-134-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:134px;transition:all .15s ease-out}.width-135{width:135px}.height-135{height:135px}.font-135{font-size:135px}.underline-135{position:relative;padding-bottom:16px}.underline-135:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:135px;transition:all .15s ease-out}.underline-135-center{position:relative;padding-bottom:16px}.underline-135-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:135px;transition:all .15s ease-out}.width-136{width:136px}.height-136{height:136px}.font-136{font-size:136px}.underline-136{position:relative;padding-bottom:16px}.underline-136:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:136px;transition:all .15s ease-out}.underline-136-center{position:relative;padding-bottom:16px}.underline-136-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:136px;transition:all .15s ease-out}.width-137{width:137px}.height-137{height:137px}.font-137{font-size:137px}.underline-137{position:relative;padding-bottom:16px}.underline-137:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:137px;transition:all .15s ease-out}.underline-137-center{position:relative;padding-bottom:16px}.underline-137-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:137px;transition:all .15s ease-out}.width-138{width:138px}.height-138{height:138px}.font-138{font-size:138px}.underline-138{position:relative;padding-bottom:16px}.underline-138:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:138px;transition:all .15s ease-out}.underline-138-center{position:relative;padding-bottom:16px}.underline-138-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:138px;transition:all .15s ease-out}.width-139{width:139px}.height-139{height:139px}.font-139{font-size:139px}.underline-139{position:relative;padding-bottom:16px}.underline-139:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:139px;transition:all .15s ease-out}.underline-139-center{position:relative;padding-bottom:16px}.underline-139-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:139px;transition:all .15s ease-out}.width-140{width:140px}.height-140{height:140px}.font-140{font-size:140px}.underline-140{position:relative;padding-bottom:16px}.underline-140:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:140px;transition:all .15s ease-out}.underline-140-center{position:relative;padding-bottom:16px}.underline-140-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:140px;transition:all .15s ease-out}.width-141{width:141px}.height-141{height:141px}.font-141{font-size:141px}.underline-141{position:relative;padding-bottom:16px}.underline-141:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:141px;transition:all .15s ease-out}.underline-141-center{position:relative;padding-bottom:16px}.underline-141-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:141px;transition:all .15s ease-out}.width-142{width:142px}.height-142{height:142px}.font-142{font-size:142px}.underline-142{position:relative;padding-bottom:16px}.underline-142:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:142px;transition:all .15s ease-out}.underline-142-center{position:relative;padding-bottom:16px}.underline-142-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:142px;transition:all .15s ease-out}.width-143{width:143px}.height-143{height:143px}.font-143{font-size:143px}.underline-143{position:relative;padding-bottom:16px}.underline-143:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:143px;transition:all .15s ease-out}.underline-143-center{position:relative;padding-bottom:16px}.underline-143-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:143px;transition:all .15s ease-out}.width-144{width:144px}.height-144{height:144px}.font-144{font-size:144px}.underline-144{position:relative;padding-bottom:16px}.underline-144:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:144px;transition:all .15s ease-out}.underline-144-center{position:relative;padding-bottom:16px}.underline-144-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:144px;transition:all .15s ease-out}.width-145{width:145px}.height-145{height:145px}.font-145{font-size:145px}.underline-145{position:relative;padding-bottom:16px}.underline-145:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:145px;transition:all .15s ease-out}.underline-145-center{position:relative;padding-bottom:16px}.underline-145-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:145px;transition:all .15s ease-out}.width-146{width:146px}.height-146{height:146px}.font-146{font-size:146px}.underline-146{position:relative;padding-bottom:16px}.underline-146:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:146px;transition:all .15s ease-out}.underline-146-center{position:relative;padding-bottom:16px}.underline-146-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:146px;transition:all .15s ease-out}.width-147{width:147px}.height-147{height:147px}.font-147{font-size:147px}.underline-147{position:relative;padding-bottom:16px}.underline-147:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:147px;transition:all .15s ease-out}.underline-147-center{position:relative;padding-bottom:16px}.underline-147-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:147px;transition:all .15s ease-out}.width-148{width:148px}.height-148{height:148px}.font-148{font-size:148px}.underline-148{position:relative;padding-bottom:16px}.underline-148:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:148px;transition:all .15s ease-out}.underline-148-center{position:relative;padding-bottom:16px}.underline-148-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:148px;transition:all .15s ease-out}.width-149{width:149px}.height-149{height:149px}.font-149{font-size:149px}.underline-149{position:relative;padding-bottom:16px}.underline-149:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:149px;transition:all .15s ease-out}.underline-149-center{position:relative;padding-bottom:16px}.underline-149-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:149px;transition:all .15s ease-out}.width-150{width:150px}.height-150{height:150px}.font-150{font-size:150px}.underline-150{position:relative;padding-bottom:16px}.underline-150:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:150px;transition:all .15s ease-out}.underline-150-center{position:relative;padding-bottom:16px}.underline-150-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:150px;transition:all .15s ease-out}.width-151{width:151px}.height-151{height:151px}.font-151{font-size:151px}.underline-151{position:relative;padding-bottom:16px}.underline-151:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:151px;transition:all .15s ease-out}.underline-151-center{position:relative;padding-bottom:16px}.underline-151-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:151px;transition:all .15s ease-out}.width-152{width:152px}.height-152{height:152px}.font-152{font-size:152px}.underline-152{position:relative;padding-bottom:16px}.underline-152:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:152px;transition:all .15s ease-out}.underline-152-center{position:relative;padding-bottom:16px}.underline-152-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:152px;transition:all .15s ease-out}.width-153{width:153px}.height-153{height:153px}.font-153{font-size:153px}.underline-153{position:relative;padding-bottom:16px}.underline-153:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:153px;transition:all .15s ease-out}.underline-153-center{position:relative;padding-bottom:16px}.underline-153-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:153px;transition:all .15s ease-out}.width-154{width:154px}.height-154{height:154px}.font-154{font-size:154px}.underline-154{position:relative;padding-bottom:16px}.underline-154:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:154px;transition:all .15s ease-out}.underline-154-center{position:relative;padding-bottom:16px}.underline-154-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:154px;transition:all .15s ease-out}.width-155{width:155px}.height-155{height:155px}.font-155{font-size:155px}.underline-155{position:relative;padding-bottom:16px}.underline-155:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:155px;transition:all .15s ease-out}.underline-155-center{position:relative;padding-bottom:16px}.underline-155-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:155px;transition:all .15s ease-out}.width-156{width:156px}.height-156{height:156px}.font-156{font-size:156px}.underline-156{position:relative;padding-bottom:16px}.underline-156:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:156px;transition:all .15s ease-out}.underline-156-center{position:relative;padding-bottom:16px}.underline-156-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:156px;transition:all .15s ease-out}.width-157{width:157px}.height-157{height:157px}.font-157{font-size:157px}.underline-157{position:relative;padding-bottom:16px}.underline-157:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:157px;transition:all .15s ease-out}.underline-157-center{position:relative;padding-bottom:16px}.underline-157-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:157px;transition:all .15s ease-out}.width-158{width:158px}.height-158{height:158px}.font-158{font-size:158px}.underline-158{position:relative;padding-bottom:16px}.underline-158:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:158px;transition:all .15s ease-out}.underline-158-center{position:relative;padding-bottom:16px}.underline-158-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:158px;transition:all .15s ease-out}.width-159{width:159px}.height-159{height:159px}.font-159{font-size:159px}.underline-159{position:relative;padding-bottom:16px}.underline-159:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:159px;transition:all .15s ease-out}.underline-159-center{position:relative;padding-bottom:16px}.underline-159-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:159px;transition:all .15s ease-out}.width-160{width:160px}.height-160{height:160px}.font-160{font-size:160px}.underline-160{position:relative;padding-bottom:16px}.underline-160:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:160px;transition:all .15s ease-out}.underline-160-center{position:relative;padding-bottom:16px}.underline-160-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:160px;transition:all .15s ease-out}.width-161{width:161px}.height-161{height:161px}.font-161{font-size:161px}.underline-161{position:relative;padding-bottom:16px}.underline-161:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:161px;transition:all .15s ease-out}.underline-161-center{position:relative;padding-bottom:16px}.underline-161-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:161px;transition:all .15s ease-out}.width-162{width:162px}.height-162{height:162px}.font-162{font-size:162px}.underline-162{position:relative;padding-bottom:16px}.underline-162:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:162px;transition:all .15s ease-out}.underline-162-center{position:relative;padding-bottom:16px}.underline-162-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:162px;transition:all .15s ease-out}.width-163{width:163px}.height-163{height:163px}.font-163{font-size:163px}.underline-163{position:relative;padding-bottom:16px}.underline-163:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:163px;transition:all .15s ease-out}.underline-163-center{position:relative;padding-bottom:16px}.underline-163-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:163px;transition:all .15s ease-out}.width-164{width:164px}.height-164{height:164px}.font-164{font-size:164px}.underline-164{position:relative;padding-bottom:16px}.underline-164:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:164px;transition:all .15s ease-out}.underline-164-center{position:relative;padding-bottom:16px}.underline-164-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:164px;transition:all .15s ease-out}.width-165{width:165px}.height-165{height:165px}.font-165{font-size:165px}.underline-165{position:relative;padding-bottom:16px}.underline-165:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:165px;transition:all .15s ease-out}.underline-165-center{position:relative;padding-bottom:16px}.underline-165-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:165px;transition:all .15s ease-out}.width-166{width:166px}.height-166{height:166px}.font-166{font-size:166px}.underline-166{position:relative;padding-bottom:16px}.underline-166:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:166px;transition:all .15s ease-out}.underline-166-center{position:relative;padding-bottom:16px}.underline-166-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:166px;transition:all .15s ease-out}.width-167{width:167px}.height-167{height:167px}.font-167{font-size:167px}.underline-167{position:relative;padding-bottom:16px}.underline-167:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:167px;transition:all .15s ease-out}.underline-167-center{position:relative;padding-bottom:16px}.underline-167-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:167px;transition:all .15s ease-out}.width-168{width:168px}.height-168{height:168px}.font-168{font-size:168px}.underline-168{position:relative;padding-bottom:16px}.underline-168:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:168px;transition:all .15s ease-out}.underline-168-center{position:relative;padding-bottom:16px}.underline-168-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:168px;transition:all .15s ease-out}.width-169{width:169px}.height-169{height:169px}.font-169{font-size:169px}.underline-169{position:relative;padding-bottom:16px}.underline-169:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:169px;transition:all .15s ease-out}.underline-169-center{position:relative;padding-bottom:16px}.underline-169-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:169px;transition:all .15s ease-out}.width-170{width:170px}.height-170{height:170px}.font-170{font-size:170px}.underline-170{position:relative;padding-bottom:16px}.underline-170:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:170px;transition:all .15s ease-out}.underline-170-center{position:relative;padding-bottom:16px}.underline-170-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:170px;transition:all .15s ease-out}.width-171{width:171px}.height-171{height:171px}.font-171{font-size:171px}.underline-171{position:relative;padding-bottom:16px}.underline-171:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:171px;transition:all .15s ease-out}.underline-171-center{position:relative;padding-bottom:16px}.underline-171-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:171px;transition:all .15s ease-out}.width-172{width:172px}.height-172{height:172px}.font-172{font-size:172px}.underline-172{position:relative;padding-bottom:16px}.underline-172:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:172px;transition:all .15s ease-out}.underline-172-center{position:relative;padding-bottom:16px}.underline-172-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:172px;transition:all .15s ease-out}.width-173{width:173px}.height-173{height:173px}.font-173{font-size:173px}.underline-173{position:relative;padding-bottom:16px}.underline-173:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:173px;transition:all .15s ease-out}.underline-173-center{position:relative;padding-bottom:16px}.underline-173-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:173px;transition:all .15s ease-out}.width-174{width:174px}.height-174{height:174px}.font-174{font-size:174px}.underline-174{position:relative;padding-bottom:16px}.underline-174:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:174px;transition:all .15s ease-out}.underline-174-center{position:relative;padding-bottom:16px}.underline-174-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:174px;transition:all .15s ease-out}.width-175{width:175px}.height-175{height:175px}.font-175{font-size:175px}.underline-175{position:relative;padding-bottom:16px}.underline-175:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:175px;transition:all .15s ease-out}.underline-175-center{position:relative;padding-bottom:16px}.underline-175-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:175px;transition:all .15s ease-out}.width-176{width:176px}.height-176{height:176px}.font-176{font-size:176px}.underline-176{position:relative;padding-bottom:16px}.underline-176:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:176px;transition:all .15s ease-out}.underline-176-center{position:relative;padding-bottom:16px}.underline-176-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:176px;transition:all .15s ease-out}.width-177{width:177px}.height-177{height:177px}.font-177{font-size:177px}.underline-177{position:relative;padding-bottom:16px}.underline-177:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:177px;transition:all .15s ease-out}.underline-177-center{position:relative;padding-bottom:16px}.underline-177-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:177px;transition:all .15s ease-out}.width-178{width:178px}.height-178{height:178px}.font-178{font-size:178px}.underline-178{position:relative;padding-bottom:16px}.underline-178:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:178px;transition:all .15s ease-out}.underline-178-center{position:relative;padding-bottom:16px}.underline-178-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:178px;transition:all .15s ease-out}.width-179{width:179px}.height-179{height:179px}.font-179{font-size:179px}.underline-179{position:relative;padding-bottom:16px}.underline-179:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:179px;transition:all .15s ease-out}.underline-179-center{position:relative;padding-bottom:16px}.underline-179-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:179px;transition:all .15s ease-out}.width-180{width:180px}.height-180{height:180px}.font-180{font-size:180px}.underline-180{position:relative;padding-bottom:16px}.underline-180:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:180px;transition:all .15s ease-out}.underline-180-center{position:relative;padding-bottom:16px}.underline-180-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:180px;transition:all .15s ease-out}.width-181{width:181px}.height-181{height:181px}.font-181{font-size:181px}.underline-181{position:relative;padding-bottom:16px}.underline-181:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:181px;transition:all .15s ease-out}.underline-181-center{position:relative;padding-bottom:16px}.underline-181-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:181px;transition:all .15s ease-out}.width-182{width:182px}.height-182{height:182px}.font-182{font-size:182px}.underline-182{position:relative;padding-bottom:16px}.underline-182:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:182px;transition:all .15s ease-out}.underline-182-center{position:relative;padding-bottom:16px}.underline-182-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:182px;transition:all .15s ease-out}.width-183{width:183px}.height-183{height:183px}.font-183{font-size:183px}.underline-183{position:relative;padding-bottom:16px}.underline-183:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:183px;transition:all .15s ease-out}.underline-183-center{position:relative;padding-bottom:16px}.underline-183-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:183px;transition:all .15s ease-out}.width-184{width:184px}.height-184{height:184px}.font-184{font-size:184px}.underline-184{position:relative;padding-bottom:16px}.underline-184:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:184px;transition:all .15s ease-out}.underline-184-center{position:relative;padding-bottom:16px}.underline-184-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:184px;transition:all .15s ease-out}.width-185{width:185px}.height-185{height:185px}.font-185{font-size:185px}.underline-185{position:relative;padding-bottom:16px}.underline-185:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:185px;transition:all .15s ease-out}.underline-185-center{position:relative;padding-bottom:16px}.underline-185-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:185px;transition:all .15s ease-out}.width-186{width:186px}.height-186{height:186px}.font-186{font-size:186px}.underline-186{position:relative;padding-bottom:16px}.underline-186:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:186px;transition:all .15s ease-out}.underline-186-center{position:relative;padding-bottom:16px}.underline-186-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:186px;transition:all .15s ease-out}.width-187{width:187px}.height-187{height:187px}.font-187{font-size:187px}.underline-187{position:relative;padding-bottom:16px}.underline-187:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:187px;transition:all .15s ease-out}.underline-187-center{position:relative;padding-bottom:16px}.underline-187-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:187px;transition:all .15s ease-out}.width-188{width:188px}.height-188{height:188px}.font-188{font-size:188px}.underline-188{position:relative;padding-bottom:16px}.underline-188:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:188px;transition:all .15s ease-out}.underline-188-center{position:relative;padding-bottom:16px}.underline-188-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:188px;transition:all .15s ease-out}.width-189{width:189px}.height-189{height:189px}.font-189{font-size:189px}.underline-189{position:relative;padding-bottom:16px}.underline-189:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:189px;transition:all .15s ease-out}.underline-189-center{position:relative;padding-bottom:16px}.underline-189-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:189px;transition:all .15s ease-out}.width-190{width:190px}.height-190{height:190px}.font-190{font-size:190px}.underline-190{position:relative;padding-bottom:16px}.underline-190:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:190px;transition:all .15s ease-out}.underline-190-center{position:relative;padding-bottom:16px}.underline-190-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:190px;transition:all .15s ease-out}.width-191{width:191px}.height-191{height:191px}.font-191{font-size:191px}.underline-191{position:relative;padding-bottom:16px}.underline-191:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:191px;transition:all .15s ease-out}.underline-191-center{position:relative;padding-bottom:16px}.underline-191-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:191px;transition:all .15s ease-out}.width-192{width:192px}.height-192{height:192px}.font-192{font-size:192px}.underline-192{position:relative;padding-bottom:16px}.underline-192:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:192px;transition:all .15s ease-out}.underline-192-center{position:relative;padding-bottom:16px}.underline-192-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:192px;transition:all .15s ease-out}.width-193{width:193px}.height-193{height:193px}.font-193{font-size:193px}.underline-193{position:relative;padding-bottom:16px}.underline-193:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:193px;transition:all .15s ease-out}.underline-193-center{position:relative;padding-bottom:16px}.underline-193-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:193px;transition:all .15s ease-out}.width-194{width:194px}.height-194{height:194px}.font-194{font-size:194px}.underline-194{position:relative;padding-bottom:16px}.underline-194:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:194px;transition:all .15s ease-out}.underline-194-center{position:relative;padding-bottom:16px}.underline-194-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:194px;transition:all .15s ease-out}.width-195{width:195px}.height-195{height:195px}.font-195{font-size:195px}.underline-195{position:relative;padding-bottom:16px}.underline-195:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:195px;transition:all .15s ease-out}.underline-195-center{position:relative;padding-bottom:16px}.underline-195-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:195px;transition:all .15s ease-out}.width-196{width:196px}.height-196{height:196px}.font-196{font-size:196px}.underline-196{position:relative;padding-bottom:16px}.underline-196:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:196px;transition:all .15s ease-out}.underline-196-center{position:relative;padding-bottom:16px}.underline-196-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:196px;transition:all .15s ease-out}.width-197{width:197px}.height-197{height:197px}.font-197{font-size:197px}.underline-197{position:relative;padding-bottom:16px}.underline-197:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:197px;transition:all .15s ease-out}.underline-197-center{position:relative;padding-bottom:16px}.underline-197-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:197px;transition:all .15s ease-out}.width-198{width:198px}.height-198{height:198px}.font-198{font-size:198px}.underline-198{position:relative;padding-bottom:16px}.underline-198:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:198px;transition:all .15s ease-out}.underline-198-center{position:relative;padding-bottom:16px}.underline-198-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:198px;transition:all .15s ease-out}.width-199{width:199px}.height-199{height:199px}.font-199{font-size:199px}.underline-199{position:relative;padding-bottom:16px}.underline-199:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:199px;transition:all .15s ease-out}.underline-199-center{position:relative;padding-bottom:16px}.underline-199-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:199px;transition:all .15s ease-out}.width-200{width:200px}.height-200{height:200px}.font-200{font-size:200px}.underline-200{position:relative;padding-bottom:16px}.underline-200:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:200px;transition:all .15s ease-out}.underline-200-center{position:relative;padding-bottom:16px}.underline-200-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:200px;transition:all .15s ease-out}.width-201{width:201px}.height-201{height:201px}.font-201{font-size:201px}.underline-201{position:relative;padding-bottom:16px}.underline-201:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:201px;transition:all .15s ease-out}.underline-201-center{position:relative;padding-bottom:16px}.underline-201-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:201px;transition:all .15s ease-out}.width-202{width:202px}.height-202{height:202px}.font-202{font-size:202px}.underline-202{position:relative;padding-bottom:16px}.underline-202:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:202px;transition:all .15s ease-out}.underline-202-center{position:relative;padding-bottom:16px}.underline-202-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:202px;transition:all .15s ease-out}.width-203{width:203px}.height-203{height:203px}.font-203{font-size:203px}.underline-203{position:relative;padding-bottom:16px}.underline-203:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:203px;transition:all .15s ease-out}.underline-203-center{position:relative;padding-bottom:16px}.underline-203-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:203px;transition:all .15s ease-out}.width-204{width:204px}.height-204{height:204px}.font-204{font-size:204px}.underline-204{position:relative;padding-bottom:16px}.underline-204:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:204px;transition:all .15s ease-out}.underline-204-center{position:relative;padding-bottom:16px}.underline-204-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:204px;transition:all .15s ease-out}.width-205{width:205px}.height-205{height:205px}.font-205{font-size:205px}.underline-205{position:relative;padding-bottom:16px}.underline-205:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:205px;transition:all .15s ease-out}.underline-205-center{position:relative;padding-bottom:16px}.underline-205-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:205px;transition:all .15s ease-out}.width-206{width:206px}.height-206{height:206px}.font-206{font-size:206px}.underline-206{position:relative;padding-bottom:16px}.underline-206:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:206px;transition:all .15s ease-out}.underline-206-center{position:relative;padding-bottom:16px}.underline-206-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:206px;transition:all .15s ease-out}.width-207{width:207px}.height-207{height:207px}.font-207{font-size:207px}.underline-207{position:relative;padding-bottom:16px}.underline-207:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:207px;transition:all .15s ease-out}.underline-207-center{position:relative;padding-bottom:16px}.underline-207-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:207px;transition:all .15s ease-out}.width-208{width:208px}.height-208{height:208px}.font-208{font-size:208px}.underline-208{position:relative;padding-bottom:16px}.underline-208:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:208px;transition:all .15s ease-out}.underline-208-center{position:relative;padding-bottom:16px}.underline-208-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:208px;transition:all .15s ease-out}.width-209{width:209px}.height-209{height:209px}.font-209{font-size:209px}.underline-209{position:relative;padding-bottom:16px}.underline-209:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:209px;transition:all .15s ease-out}.underline-209-center{position:relative;padding-bottom:16px}.underline-209-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:209px;transition:all .15s ease-out}.width-210{width:210px}.height-210{height:210px}.font-210{font-size:210px}.underline-210{position:relative;padding-bottom:16px}.underline-210:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:210px;transition:all .15s ease-out}.underline-210-center{position:relative;padding-bottom:16px}.underline-210-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:210px;transition:all .15s ease-out}.width-211{width:211px}.height-211{height:211px}.font-211{font-size:211px}.underline-211{position:relative;padding-bottom:16px}.underline-211:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:211px;transition:all .15s ease-out}.underline-211-center{position:relative;padding-bottom:16px}.underline-211-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:211px;transition:all .15s ease-out}.width-212{width:212px}.height-212{height:212px}.font-212{font-size:212px}.underline-212{position:relative;padding-bottom:16px}.underline-212:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:212px;transition:all .15s ease-out}.underline-212-center{position:relative;padding-bottom:16px}.underline-212-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:212px;transition:all .15s ease-out}.width-213{width:213px}.height-213{height:213px}.font-213{font-size:213px}.underline-213{position:relative;padding-bottom:16px}.underline-213:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:213px;transition:all .15s ease-out}.underline-213-center{position:relative;padding-bottom:16px}.underline-213-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:213px;transition:all .15s ease-out}.width-214{width:214px}.height-214{height:214px}.font-214{font-size:214px}.underline-214{position:relative;padding-bottom:16px}.underline-214:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:214px;transition:all .15s ease-out}.underline-214-center{position:relative;padding-bottom:16px}.underline-214-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:214px;transition:all .15s ease-out}.width-215{width:215px}.height-215{height:215px}.font-215{font-size:215px}.underline-215{position:relative;padding-bottom:16px}.underline-215:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:215px;transition:all .15s ease-out}.underline-215-center{position:relative;padding-bottom:16px}.underline-215-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:215px;transition:all .15s ease-out}.width-216{width:216px}.height-216{height:216px}.font-216{font-size:216px}.underline-216{position:relative;padding-bottom:16px}.underline-216:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:216px;transition:all .15s ease-out}.underline-216-center{position:relative;padding-bottom:16px}.underline-216-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:216px;transition:all .15s ease-out}.width-217{width:217px}.height-217{height:217px}.font-217{font-size:217px}.underline-217{position:relative;padding-bottom:16px}.underline-217:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:217px;transition:all .15s ease-out}.underline-217-center{position:relative;padding-bottom:16px}.underline-217-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:217px;transition:all .15s ease-out}.width-218{width:218px}.height-218{height:218px}.font-218{font-size:218px}.underline-218{position:relative;padding-bottom:16px}.underline-218:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:218px;transition:all .15s ease-out}.underline-218-center{position:relative;padding-bottom:16px}.underline-218-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:218px;transition:all .15s ease-out}.width-219{width:219px}.height-219{height:219px}.font-219{font-size:219px}.underline-219{position:relative;padding-bottom:16px}.underline-219:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:219px;transition:all .15s ease-out}.underline-219-center{position:relative;padding-bottom:16px}.underline-219-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:219px;transition:all .15s ease-out}.width-220{width:220px}.height-220{height:220px}.font-220{font-size:220px}.underline-220{position:relative;padding-bottom:16px}.underline-220:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:220px;transition:all .15s ease-out}.underline-220-center{position:relative;padding-bottom:16px}.underline-220-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:220px;transition:all .15s ease-out}.width-221{width:221px}.height-221{height:221px}.font-221{font-size:221px}.underline-221{position:relative;padding-bottom:16px}.underline-221:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:221px;transition:all .15s ease-out}.underline-221-center{position:relative;padding-bottom:16px}.underline-221-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:221px;transition:all .15s ease-out}.width-222{width:222px}.height-222{height:222px}.font-222{font-size:222px}.underline-222{position:relative;padding-bottom:16px}.underline-222:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:222px;transition:all .15s ease-out}.underline-222-center{position:relative;padding-bottom:16px}.underline-222-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:222px;transition:all .15s ease-out}.width-223{width:223px}.height-223{height:223px}.font-223{font-size:223px}.underline-223{position:relative;padding-bottom:16px}.underline-223:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:223px;transition:all .15s ease-out}.underline-223-center{position:relative;padding-bottom:16px}.underline-223-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:223px;transition:all .15s ease-out}.width-224{width:224px}.height-224{height:224px}.font-224{font-size:224px}.underline-224{position:relative;padding-bottom:16px}.underline-224:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:224px;transition:all .15s ease-out}.underline-224-center{position:relative;padding-bottom:16px}.underline-224-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:224px;transition:all .15s ease-out}.width-225{width:225px}.height-225{height:225px}.font-225{font-size:225px}.underline-225{position:relative;padding-bottom:16px}.underline-225:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:225px;transition:all .15s ease-out}.underline-225-center{position:relative;padding-bottom:16px}.underline-225-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:225px;transition:all .15s ease-out}.width-226{width:226px}.height-226{height:226px}.font-226{font-size:226px}.underline-226{position:relative;padding-bottom:16px}.underline-226:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:226px;transition:all .15s ease-out}.underline-226-center{position:relative;padding-bottom:16px}.underline-226-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:226px;transition:all .15s ease-out}.width-227{width:227px}.height-227{height:227px}.font-227{font-size:227px}.underline-227{position:relative;padding-bottom:16px}.underline-227:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:227px;transition:all .15s ease-out}.underline-227-center{position:relative;padding-bottom:16px}.underline-227-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:227px;transition:all .15s ease-out}.width-228{width:228px}.height-228{height:228px}.font-228{font-size:228px}.underline-228{position:relative;padding-bottom:16px}.underline-228:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:228px;transition:all .15s ease-out}.underline-228-center{position:relative;padding-bottom:16px}.underline-228-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:228px;transition:all .15s ease-out}.width-229{width:229px}.height-229{height:229px}.font-229{font-size:229px}.underline-229{position:relative;padding-bottom:16px}.underline-229:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:229px;transition:all .15s ease-out}.underline-229-center{position:relative;padding-bottom:16px}.underline-229-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:229px;transition:all .15s ease-out}.width-230{width:230px}.height-230{height:230px}.font-230{font-size:230px}.underline-230{position:relative;padding-bottom:16px}.underline-230:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:230px;transition:all .15s ease-out}.underline-230-center{position:relative;padding-bottom:16px}.underline-230-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:230px;transition:all .15s ease-out}.width-231{width:231px}.height-231{height:231px}.font-231{font-size:231px}.underline-231{position:relative;padding-bottom:16px}.underline-231:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:231px;transition:all .15s ease-out}.underline-231-center{position:relative;padding-bottom:16px}.underline-231-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:231px;transition:all .15s ease-out}.width-232{width:232px}.height-232{height:232px}.font-232{font-size:232px}.underline-232{position:relative;padding-bottom:16px}.underline-232:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:232px;transition:all .15s ease-out}.underline-232-center{position:relative;padding-bottom:16px}.underline-232-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:232px;transition:all .15s ease-out}.width-233{width:233px}.height-233{height:233px}.font-233{font-size:233px}.underline-233{position:relative;padding-bottom:16px}.underline-233:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:233px;transition:all .15s ease-out}.underline-233-center{position:relative;padding-bottom:16px}.underline-233-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:233px;transition:all .15s ease-out}.width-234{width:234px}.height-234{height:234px}.font-234{font-size:234px}.underline-234{position:relative;padding-bottom:16px}.underline-234:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:234px;transition:all .15s ease-out}.underline-234-center{position:relative;padding-bottom:16px}.underline-234-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:234px;transition:all .15s ease-out}.width-235{width:235px}.height-235{height:235px}.font-235{font-size:235px}.underline-235{position:relative;padding-bottom:16px}.underline-235:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:235px;transition:all .15s ease-out}.underline-235-center{position:relative;padding-bottom:16px}.underline-235-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:235px;transition:all .15s ease-out}.width-236{width:236px}.height-236{height:236px}.font-236{font-size:236px}.underline-236{position:relative;padding-bottom:16px}.underline-236:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:236px;transition:all .15s ease-out}.underline-236-center{position:relative;padding-bottom:16px}.underline-236-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:236px;transition:all .15s ease-out}.width-237{width:237px}.height-237{height:237px}.font-237{font-size:237px}.underline-237{position:relative;padding-bottom:16px}.underline-237:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:237px;transition:all .15s ease-out}.underline-237-center{position:relative;padding-bottom:16px}.underline-237-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:237px;transition:all .15s ease-out}.width-238{width:238px}.height-238{height:238px}.font-238{font-size:238px}.underline-238{position:relative;padding-bottom:16px}.underline-238:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:238px;transition:all .15s ease-out}.underline-238-center{position:relative;padding-bottom:16px}.underline-238-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:238px;transition:all .15s ease-out}.width-239{width:239px}.height-239{height:239px}.font-239{font-size:239px}.underline-239{position:relative;padding-bottom:16px}.underline-239:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:239px;transition:all .15s ease-out}.underline-239-center{position:relative;padding-bottom:16px}.underline-239-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:239px;transition:all .15s ease-out}.width-240{width:240px}.height-240{height:240px}.font-240{font-size:240px}.underline-240{position:relative;padding-bottom:16px}.underline-240:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:240px;transition:all .15s ease-out}.underline-240-center{position:relative;padding-bottom:16px}.underline-240-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:240px;transition:all .15s ease-out}.width-241{width:241px}.height-241{height:241px}.font-241{font-size:241px}.underline-241{position:relative;padding-bottom:16px}.underline-241:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:241px;transition:all .15s ease-out}.underline-241-center{position:relative;padding-bottom:16px}.underline-241-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:241px;transition:all .15s ease-out}.width-242{width:242px}.height-242{height:242px}.font-242{font-size:242px}.underline-242{position:relative;padding-bottom:16px}.underline-242:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:242px;transition:all .15s ease-out}.underline-242-center{position:relative;padding-bottom:16px}.underline-242-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:242px;transition:all .15s ease-out}.width-243{width:243px}.height-243{height:243px}.font-243{font-size:243px}.underline-243{position:relative;padding-bottom:16px}.underline-243:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:243px;transition:all .15s ease-out}.underline-243-center{position:relative;padding-bottom:16px}.underline-243-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:243px;transition:all .15s ease-out}.width-244{width:244px}.height-244{height:244px}.font-244{font-size:244px}.underline-244{position:relative;padding-bottom:16px}.underline-244:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:244px;transition:all .15s ease-out}.underline-244-center{position:relative;padding-bottom:16px}.underline-244-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:244px;transition:all .15s ease-out}.width-245{width:245px}.height-245{height:245px}.font-245{font-size:245px}.underline-245{position:relative;padding-bottom:16px}.underline-245:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:245px;transition:all .15s ease-out}.underline-245-center{position:relative;padding-bottom:16px}.underline-245-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:245px;transition:all .15s ease-out}.width-246{width:246px}.height-246{height:246px}.font-246{font-size:246px}.underline-246{position:relative;padding-bottom:16px}.underline-246:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:246px;transition:all .15s ease-out}.underline-246-center{position:relative;padding-bottom:16px}.underline-246-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:246px;transition:all .15s ease-out}.width-247{width:247px}.height-247{height:247px}.font-247{font-size:247px}.underline-247{position:relative;padding-bottom:16px}.underline-247:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:247px;transition:all .15s ease-out}.underline-247-center{position:relative;padding-bottom:16px}.underline-247-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:247px;transition:all .15s ease-out}.width-248{width:248px}.height-248{height:248px}.font-248{font-size:248px}.underline-248{position:relative;padding-bottom:16px}.underline-248:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:248px;transition:all .15s ease-out}.underline-248-center{position:relative;padding-bottom:16px}.underline-248-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:248px;transition:all .15s ease-out}.width-249{width:249px}.height-249{height:249px}.font-249{font-size:249px}.underline-249{position:relative;padding-bottom:16px}.underline-249:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:249px;transition:all .15s ease-out}.underline-249-center{position:relative;padding-bottom:16px}.underline-249-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:249px;transition:all .15s ease-out}.width-250{width:250px}.height-250{height:250px}.font-250{font-size:250px}.underline-250{position:relative;padding-bottom:16px}.underline-250:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:250px;transition:all .15s ease-out}.underline-250-center{position:relative;padding-bottom:16px}.underline-250-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:250px;transition:all .15s ease-out}.width-251{width:251px}.height-251{height:251px}.font-251{font-size:251px}.underline-251{position:relative;padding-bottom:16px}.underline-251:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:251px;transition:all .15s ease-out}.underline-251-center{position:relative;padding-bottom:16px}.underline-251-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:251px;transition:all .15s ease-out}.width-252{width:252px}.height-252{height:252px}.font-252{font-size:252px}.underline-252{position:relative;padding-bottom:16px}.underline-252:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:252px;transition:all .15s ease-out}.underline-252-center{position:relative;padding-bottom:16px}.underline-252-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:252px;transition:all .15s ease-out}.width-253{width:253px}.height-253{height:253px}.font-253{font-size:253px}.underline-253{position:relative;padding-bottom:16px}.underline-253:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:253px;transition:all .15s ease-out}.underline-253-center{position:relative;padding-bottom:16px}.underline-253-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:253px;transition:all .15s ease-out}.width-254{width:254px}.height-254{height:254px}.font-254{font-size:254px}.underline-254{position:relative;padding-bottom:16px}.underline-254:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:254px;transition:all .15s ease-out}.underline-254-center{position:relative;padding-bottom:16px}.underline-254-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:254px;transition:all .15s ease-out}.width-255{width:255px}.height-255{height:255px}.font-255{font-size:255px}.underline-255{position:relative;padding-bottom:16px}.underline-255:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:255px;transition:all .15s ease-out}.underline-255-center{position:relative;padding-bottom:16px}.underline-255-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:255px;transition:all .15s ease-out}.width-256{width:256px}.height-256{height:256px}.font-256{font-size:256px}.underline-256{position:relative;padding-bottom:16px}.underline-256:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:256px;transition:all .15s ease-out}.underline-256-center{position:relative;padding-bottom:16px}.underline-256-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:256px;transition:all .15s ease-out}.width-257{width:257px}.height-257{height:257px}.font-257{font-size:257px}.underline-257{position:relative;padding-bottom:16px}.underline-257:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:257px;transition:all .15s ease-out}.underline-257-center{position:relative;padding-bottom:16px}.underline-257-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:257px;transition:all .15s ease-out}.width-258{width:258px}.height-258{height:258px}.font-258{font-size:258px}.underline-258{position:relative;padding-bottom:16px}.underline-258:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:258px;transition:all .15s ease-out}.underline-258-center{position:relative;padding-bottom:16px}.underline-258-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:258px;transition:all .15s ease-out}.width-259{width:259px}.height-259{height:259px}.font-259{font-size:259px}.underline-259{position:relative;padding-bottom:16px}.underline-259:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:259px;transition:all .15s ease-out}.underline-259-center{position:relative;padding-bottom:16px}.underline-259-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:259px;transition:all .15s ease-out}.width-260{width:260px}.height-260{height:260px}.font-260{font-size:260px}.underline-260{position:relative;padding-bottom:16px}.underline-260:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:260px;transition:all .15s ease-out}.underline-260-center{position:relative;padding-bottom:16px}.underline-260-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:260px;transition:all .15s ease-out}.width-261{width:261px}.height-261{height:261px}.font-261{font-size:261px}.underline-261{position:relative;padding-bottom:16px}.underline-261:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:261px;transition:all .15s ease-out}.underline-261-center{position:relative;padding-bottom:16px}.underline-261-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:261px;transition:all .15s ease-out}.width-262{width:262px}.height-262{height:262px}.font-262{font-size:262px}.underline-262{position:relative;padding-bottom:16px}.underline-262:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:262px;transition:all .15s ease-out}.underline-262-center{position:relative;padding-bottom:16px}.underline-262-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:262px;transition:all .15s ease-out}.width-263{width:263px}.height-263{height:263px}.font-263{font-size:263px}.underline-263{position:relative;padding-bottom:16px}.underline-263:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:263px;transition:all .15s ease-out}.underline-263-center{position:relative;padding-bottom:16px}.underline-263-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:263px;transition:all .15s ease-out}.width-264{width:264px}.height-264{height:264px}.font-264{font-size:264px}.underline-264{position:relative;padding-bottom:16px}.underline-264:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:264px;transition:all .15s ease-out}.underline-264-center{position:relative;padding-bottom:16px}.underline-264-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:264px;transition:all .15s ease-out}.width-265{width:265px}.height-265{height:265px}.font-265{font-size:265px}.underline-265{position:relative;padding-bottom:16px}.underline-265:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:265px;transition:all .15s ease-out}.underline-265-center{position:relative;padding-bottom:16px}.underline-265-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:265px;transition:all .15s ease-out}.width-266{width:266px}.height-266{height:266px}.font-266{font-size:266px}.underline-266{position:relative;padding-bottom:16px}.underline-266:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:266px;transition:all .15s ease-out}.underline-266-center{position:relative;padding-bottom:16px}.underline-266-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:266px;transition:all .15s ease-out}.width-267{width:267px}.height-267{height:267px}.font-267{font-size:267px}.underline-267{position:relative;padding-bottom:16px}.underline-267:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:267px;transition:all .15s ease-out}.underline-267-center{position:relative;padding-bottom:16px}.underline-267-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:267px;transition:all .15s ease-out}.width-268{width:268px}.height-268{height:268px}.font-268{font-size:268px}.underline-268{position:relative;padding-bottom:16px}.underline-268:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:268px;transition:all .15s ease-out}.underline-268-center{position:relative;padding-bottom:16px}.underline-268-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:268px;transition:all .15s ease-out}.width-269{width:269px}.height-269{height:269px}.font-269{font-size:269px}.underline-269{position:relative;padding-bottom:16px}.underline-269:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:269px;transition:all .15s ease-out}.underline-269-center{position:relative;padding-bottom:16px}.underline-269-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:269px;transition:all .15s ease-out}.width-270{width:270px}.height-270{height:270px}.font-270{font-size:270px}.underline-270{position:relative;padding-bottom:16px}.underline-270:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:270px;transition:all .15s ease-out}.underline-270-center{position:relative;padding-bottom:16px}.underline-270-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:270px;transition:all .15s ease-out}.width-271{width:271px}.height-271{height:271px}.font-271{font-size:271px}.underline-271{position:relative;padding-bottom:16px}.underline-271:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:271px;transition:all .15s ease-out}.underline-271-center{position:relative;padding-bottom:16px}.underline-271-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:271px;transition:all .15s ease-out}.width-272{width:272px}.height-272{height:272px}.font-272{font-size:272px}.underline-272{position:relative;padding-bottom:16px}.underline-272:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:272px;transition:all .15s ease-out}.underline-272-center{position:relative;padding-bottom:16px}.underline-272-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:272px;transition:all .15s ease-out}.width-273{width:273px}.height-273{height:273px}.font-273{font-size:273px}.underline-273{position:relative;padding-bottom:16px}.underline-273:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:273px;transition:all .15s ease-out}.underline-273-center{position:relative;padding-bottom:16px}.underline-273-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:273px;transition:all .15s ease-out}.width-274{width:274px}.height-274{height:274px}.font-274{font-size:274px}.underline-274{position:relative;padding-bottom:16px}.underline-274:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:274px;transition:all .15s ease-out}.underline-274-center{position:relative;padding-bottom:16px}.underline-274-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:274px;transition:all .15s ease-out}.width-275{width:275px}.height-275{height:275px}.font-275{font-size:275px}.underline-275{position:relative;padding-bottom:16px}.underline-275:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:275px;transition:all .15s ease-out}.underline-275-center{position:relative;padding-bottom:16px}.underline-275-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:275px;transition:all .15s ease-out}.width-276{width:276px}.height-276{height:276px}.font-276{font-size:276px}.underline-276{position:relative;padding-bottom:16px}.underline-276:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:276px;transition:all .15s ease-out}.underline-276-center{position:relative;padding-bottom:16px}.underline-276-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:276px;transition:all .15s ease-out}.width-277{width:277px}.height-277{height:277px}.font-277{font-size:277px}.underline-277{position:relative;padding-bottom:16px}.underline-277:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:277px;transition:all .15s ease-out}.underline-277-center{position:relative;padding-bottom:16px}.underline-277-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:277px;transition:all .15s ease-out}.width-278{width:278px}.height-278{height:278px}.font-278{font-size:278px}.underline-278{position:relative;padding-bottom:16px}.underline-278:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:278px;transition:all .15s ease-out}.underline-278-center{position:relative;padding-bottom:16px}.underline-278-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:278px;transition:all .15s ease-out}.width-279{width:279px}.height-279{height:279px}.font-279{font-size:279px}.underline-279{position:relative;padding-bottom:16px}.underline-279:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:279px;transition:all .15s ease-out}.underline-279-center{position:relative;padding-bottom:16px}.underline-279-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:279px;transition:all .15s ease-out}.width-280{width:280px}.height-280{height:280px}.font-280{font-size:280px}.underline-280{position:relative;padding-bottom:16px}.underline-280:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:280px;transition:all .15s ease-out}.underline-280-center{position:relative;padding-bottom:16px}.underline-280-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:280px;transition:all .15s ease-out}.width-281{width:281px}.height-281{height:281px}.font-281{font-size:281px}.underline-281{position:relative;padding-bottom:16px}.underline-281:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:281px;transition:all .15s ease-out}.underline-281-center{position:relative;padding-bottom:16px}.underline-281-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:281px;transition:all .15s ease-out}.width-282{width:282px}.height-282{height:282px}.font-282{font-size:282px}.underline-282{position:relative;padding-bottom:16px}.underline-282:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:282px;transition:all .15s ease-out}.underline-282-center{position:relative;padding-bottom:16px}.underline-282-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:282px;transition:all .15s ease-out}.width-283{width:283px}.height-283{height:283px}.font-283{font-size:283px}.underline-283{position:relative;padding-bottom:16px}.underline-283:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:283px;transition:all .15s ease-out}.underline-283-center{position:relative;padding-bottom:16px}.underline-283-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:283px;transition:all .15s ease-out}.width-284{width:284px}.height-284{height:284px}.font-284{font-size:284px}.underline-284{position:relative;padding-bottom:16px}.underline-284:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:284px;transition:all .15s ease-out}.underline-284-center{position:relative;padding-bottom:16px}.underline-284-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:284px;transition:all .15s ease-out}.width-285{width:285px}.height-285{height:285px}.font-285{font-size:285px}.underline-285{position:relative;padding-bottom:16px}.underline-285:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:285px;transition:all .15s ease-out}.underline-285-center{position:relative;padding-bottom:16px}.underline-285-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:285px;transition:all .15s ease-out}.width-286{width:286px}.height-286{height:286px}.font-286{font-size:286px}.underline-286{position:relative;padding-bottom:16px}.underline-286:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:286px;transition:all .15s ease-out}.underline-286-center{position:relative;padding-bottom:16px}.underline-286-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:286px;transition:all .15s ease-out}.width-287{width:287px}.height-287{height:287px}.font-287{font-size:287px}.underline-287{position:relative;padding-bottom:16px}.underline-287:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:287px;transition:all .15s ease-out}.underline-287-center{position:relative;padding-bottom:16px}.underline-287-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:287px;transition:all .15s ease-out}.width-288{width:288px}.height-288{height:288px}.font-288{font-size:288px}.underline-288{position:relative;padding-bottom:16px}.underline-288:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:288px;transition:all .15s ease-out}.underline-288-center{position:relative;padding-bottom:16px}.underline-288-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:288px;transition:all .15s ease-out}.width-289{width:289px}.height-289{height:289px}.font-289{font-size:289px}.underline-289{position:relative;padding-bottom:16px}.underline-289:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:289px;transition:all .15s ease-out}.underline-289-center{position:relative;padding-bottom:16px}.underline-289-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:289px;transition:all .15s ease-out}.width-290{width:290px}.height-290{height:290px}.font-290{font-size:290px}.underline-290{position:relative;padding-bottom:16px}.underline-290:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:290px;transition:all .15s ease-out}.underline-290-center{position:relative;padding-bottom:16px}.underline-290-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:290px;transition:all .15s ease-out}.width-291{width:291px}.height-291{height:291px}.font-291{font-size:291px}.underline-291{position:relative;padding-bottom:16px}.underline-291:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:291px;transition:all .15s ease-out}.underline-291-center{position:relative;padding-bottom:16px}.underline-291-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:291px;transition:all .15s ease-out}.width-292{width:292px}.height-292{height:292px}.font-292{font-size:292px}.underline-292{position:relative;padding-bottom:16px}.underline-292:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:292px;transition:all .15s ease-out}.underline-292-center{position:relative;padding-bottom:16px}.underline-292-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:292px;transition:all .15s ease-out}.width-293{width:293px}.height-293{height:293px}.font-293{font-size:293px}.underline-293{position:relative;padding-bottom:16px}.underline-293:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:293px;transition:all .15s ease-out}.underline-293-center{position:relative;padding-bottom:16px}.underline-293-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:293px;transition:all .15s ease-out}.width-294{width:294px}.height-294{height:294px}.font-294{font-size:294px}.underline-294{position:relative;padding-bottom:16px}.underline-294:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:294px;transition:all .15s ease-out}.underline-294-center{position:relative;padding-bottom:16px}.underline-294-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:294px;transition:all .15s ease-out}.width-295{width:295px}.height-295{height:295px}.font-295{font-size:295px}.underline-295{position:relative;padding-bottom:16px}.underline-295:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:295px;transition:all .15s ease-out}.underline-295-center{position:relative;padding-bottom:16px}.underline-295-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:295px;transition:all .15s ease-out}.width-296{width:296px}.height-296{height:296px}.font-296{font-size:296px}.underline-296{position:relative;padding-bottom:16px}.underline-296:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:296px;transition:all .15s ease-out}.underline-296-center{position:relative;padding-bottom:16px}.underline-296-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:296px;transition:all .15s ease-out}.width-297{width:297px}.height-297{height:297px}.font-297{font-size:297px}.underline-297{position:relative;padding-bottom:16px}.underline-297:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:297px;transition:all .15s ease-out}.underline-297-center{position:relative;padding-bottom:16px}.underline-297-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:297px;transition:all .15s ease-out}.width-298{width:298px}.height-298{height:298px}.font-298{font-size:298px}.underline-298{position:relative;padding-bottom:16px}.underline-298:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:298px;transition:all .15s ease-out}.underline-298-center{position:relative;padding-bottom:16px}.underline-298-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:298px;transition:all .15s ease-out}.width-299{width:299px}.height-299{height:299px}.font-299{font-size:299px}.underline-299{position:relative;padding-bottom:16px}.underline-299:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:299px;transition:all .15s ease-out}.underline-299-center{position:relative;padding-bottom:16px}.underline-299-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:299px;transition:all .15s ease-out}.width-300{width:300px}.height-300{height:300px}.font-300{font-size:300px}.underline{text-decoration:underline}.underline-300{position:relative;padding-bottom:16px}.underline-300:before{content:"";position:absolute;bottom:0;left:0;right:0;background:#000;height:4px;border-radius:6px;visibility:visible;width:300px;transition:all .15s ease-out}.underline-300-center{position:relative;padding-bottom:16px}.underline-300-center:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:4px;border-radius:6px;visibility:visible;width:300px;transition:all .15s ease-out}@media screen and (min-width:576px){.font-sm-0{font-size:0}.border-sm-0{border-width:0!important}.w-sm-0{width:0}.h-sm-0{height:0}}@media screen and (min-width:768px){.font-md-0{font-size:0}.border-md-0{border-width:0!important}.w-md-0{width:0}.h-md-0{height:0}}@media screen and (min-width:992px){.font-lg-0{font-size:0}.border-lg-0{border-width:0!important}.w-lg-0{width:0}.h-lg-0{height:0}}@media screen and (min-width:1200px){.font-xl-0{font-size:0}.border-xl-0{border-width:0!important}.w-xl-0{width:0}.h-xl-0{height:0}}@media screen and (min-width:1400px){.font-xxl-0{font-size:0}.border-xxl-0{border-width:0!important}.w-xxl-0{width:0}.h-xxl-0{height:0}}@media screen and (min-width:576px){.font-sm-1{font-size:1px}.border-sm-1{border-width:1px!important}.w-sm-1{width:1px}.h-sm-1{height:1px}}@media screen and (min-width:768px){.font-md-1{font-size:1px}.border-md-1{border-width:1px!important}.w-md-1{width:1px}.h-md-1{height:1px}}@media screen and (min-width:992px){.font-lg-1{font-size:1px}.border-lg-1{border-width:1px!important}.w-lg-1{width:1px}.h-lg-1{height:1px}}@media screen and (min-width:1200px){.font-xl-1{font-size:1px}.border-xl-1{border-width:1px!important}.w-xl-1{width:1px}.h-xl-1{height:1px}}@media screen and (min-width:1400px){.font-xxl-1{font-size:1px}.border-xxl-1{border-width:1px!important}.w-xxl-1{width:1px}.h-xxl-1{height:1px}}@media screen and (min-width:576px){.font-sm-2{font-size:2px}.border-sm-2{border-width:2px!important}.w-sm-2{width:2px}.h-sm-2{height:2px}}@media screen and (min-width:768px){.font-md-2{font-size:2px}.border-md-2{border-width:2px!important}.w-md-2{width:2px}.h-md-2{height:2px}}@media screen and (min-width:992px){.font-lg-2{font-size:2px}.border-lg-2{border-width:2px!important}.w-lg-2{width:2px}.h-lg-2{height:2px}}@media screen and (min-width:1200px){.font-xl-2{font-size:2px}.border-xl-2{border-width:2px!important}.w-xl-2{width:2px}.h-xl-2{height:2px}}@media screen and (min-width:1400px){.font-xxl-2{font-size:2px}.border-xxl-2{border-width:2px!important}.w-xxl-2{width:2px}.h-xxl-2{height:2px}}@media screen and (min-width:576px){.font-sm-3{font-size:3px}.border-sm-3{border-width:3px!important}.w-sm-3{width:3px}.h-sm-3{height:3px}}@media screen and (min-width:768px){.font-md-3{font-size:3px}.border-md-3{border-width:3px!important}.w-md-3{width:3px}.h-md-3{height:3px}}@media screen and (min-width:992px){.font-lg-3{font-size:3px}.border-lg-3{border-width:3px!important}.w-lg-3{width:3px}.h-lg-3{height:3px}}@media screen and (min-width:1200px){.font-xl-3{font-size:3px}.border-xl-3{border-width:3px!important}.w-xl-3{width:3px}.h-xl-3{height:3px}}@media screen and (min-width:1400px){.font-xxl-3{font-size:3px}.border-xxl-3{border-width:3px!important}.w-xxl-3{width:3px}.h-xxl-3{height:3px}}@media screen and (min-width:576px){.font-sm-4{font-size:4px}.border-sm-4{border-width:4px!important}.w-sm-4{width:4px}.h-sm-4{height:4px}}@media screen and (min-width:768px){.font-md-4{font-size:4px}.border-md-4{border-width:4px!important}.w-md-4{width:4px}.h-md-4{height:4px}}@media screen and (min-width:992px){.font-lg-4{font-size:4px}.border-lg-4{border-width:4px!important}.w-lg-4{width:4px}.h-lg-4{height:4px}}@media screen and (min-width:1200px){.font-xl-4{font-size:4px}.border-xl-4{border-width:4px!important}.w-xl-4{width:4px}.h-xl-4{height:4px}}@media screen and (min-width:1400px){.font-xxl-4{font-size:4px}.border-xxl-4{border-width:4px!important}.w-xxl-4{width:4px}.h-xxl-4{height:4px}}@media screen and (min-width:576px){.font-sm-5{font-size:5px}.border-sm-5{border-width:5px!important}.w-sm-5{width:5px}.h-sm-5{height:5px}}@media screen and (min-width:768px){.font-md-5{font-size:5px}.border-md-5{border-width:5px!important}.w-md-5{width:5px}.h-md-5{height:5px}}@media screen and (min-width:992px){.font-lg-5{font-size:5px}.border-lg-5{border-width:5px!important}.w-lg-5{width:5px}.h-lg-5{height:5px}}@media screen and (min-width:1200px){.font-xl-5{font-size:5px}.border-xl-5{border-width:5px!important}.w-xl-5{width:5px}.h-xl-5{height:5px}}@media screen and (min-width:1400px){.font-xxl-5{font-size:5px}.border-xxl-5{border-width:5px!important}.w-xxl-5{width:5px}.h-xxl-5{height:5px}}@media screen and (min-width:576px){.font-sm-6{font-size:6px}.border-sm-6{border-width:6px!important}.w-sm-6{width:6px}.h-sm-6{height:6px}}@media screen and (min-width:768px){.font-md-6{font-size:6px}.border-md-6{border-width:6px!important}.w-md-6{width:6px}.h-md-6{height:6px}}@media screen and (min-width:992px){.font-lg-6{font-size:6px}.border-lg-6{border-width:6px!important}.w-lg-6{width:6px}.h-lg-6{height:6px}}@media screen and (min-width:1200px){.font-xl-6{font-size:6px}.border-xl-6{border-width:6px!important}.w-xl-6{width:6px}.h-xl-6{height:6px}}@media screen and (min-width:1400px){.font-xxl-6{font-size:6px}.border-xxl-6{border-width:6px!important}.w-xxl-6{width:6px}.h-xxl-6{height:6px}}@media screen and (min-width:576px){.font-sm-7{font-size:7px}.border-sm-7{border-width:7px!important}.w-sm-7{width:7px}.h-sm-7{height:7px}}@media screen and (min-width:768px){.font-md-7{font-size:7px}.border-md-7{border-width:7px!important}.w-md-7{width:7px}.h-md-7{height:7px}}@media screen and (min-width:992px){.font-lg-7{font-size:7px}.border-lg-7{border-width:7px!important}.w-lg-7{width:7px}.h-lg-7{height:7px}}@media screen and (min-width:1200px){.font-xl-7{font-size:7px}.border-xl-7{border-width:7px!important}.w-xl-7{width:7px}.h-xl-7{height:7px}}@media screen and (min-width:1400px){.font-xxl-7{font-size:7px}.border-xxl-7{border-width:7px!important}.w-xxl-7{width:7px}.h-xxl-7{height:7px}}@media screen and (min-width:576px){.font-sm-8{font-size:8px}.border-sm-8{border-width:8px!important}.w-sm-8{width:8px}.h-sm-8{height:8px}}@media screen and (min-width:768px){.font-md-8{font-size:8px}.border-md-8{border-width:8px!important}.w-md-8{width:8px}.h-md-8{height:8px}}@media screen and (min-width:992px){.font-lg-8{font-size:8px}.border-lg-8{border-width:8px!important}.w-lg-8{width:8px}.h-lg-8{height:8px}}@media screen and (min-width:1200px){.font-xl-8{font-size:8px}.border-xl-8{border-width:8px!important}.w-xl-8{width:8px}.h-xl-8{height:8px}}@media screen and (min-width:1400px){.font-xxl-8{font-size:8px}.border-xxl-8{border-width:8px!important}.w-xxl-8{width:8px}.h-xxl-8{height:8px}}@media screen and (min-width:576px){.font-sm-9{font-size:9px}.border-sm-9{border-width:9px!important}.w-sm-9{width:9px}.h-sm-9{height:9px}}@media screen and (min-width:768px){.font-md-9{font-size:9px}.border-md-9{border-width:9px!important}.w-md-9{width:9px}.h-md-9{height:9px}}@media screen and (min-width:992px){.font-lg-9{font-size:9px}.border-lg-9{border-width:9px!important}.w-lg-9{width:9px}.h-lg-9{height:9px}}@media screen and (min-width:1200px){.font-xl-9{font-size:9px}.border-xl-9{border-width:9px!important}.w-xl-9{width:9px}.h-xl-9{height:9px}}@media screen and (min-width:1400px){.font-xxl-9{font-size:9px}.border-xxl-9{border-width:9px!important}.w-xxl-9{width:9px}.h-xxl-9{height:9px}}@media screen and (min-width:576px){.font-sm-10{font-size:10px}.border-sm-10{border-width:10px!important}.w-sm-10{width:10px}.h-sm-10{height:10px}}@media screen and (min-width:768px){.font-md-10{font-size:10px}.border-md-10{border-width:10px!important}.w-md-10{width:10px}.h-md-10{height:10px}}@media screen and (min-width:992px){.font-lg-10{font-size:10px}.border-lg-10{border-width:10px!important}.w-lg-10{width:10px}.h-lg-10{height:10px}}@media screen and (min-width:1200px){.font-xl-10{font-size:10px}.border-xl-10{border-width:10px!important}.w-xl-10{width:10px}.h-xl-10{height:10px}}@media screen and (min-width:1400px){.font-xxl-10{font-size:10px}.border-xxl-10{border-width:10px!important}.w-xxl-10{width:10px}.h-xxl-10{height:10px}}@media screen and (min-width:576px){.font-sm-11{font-size:11px}.border-sm-11{border-width:11px!important}.w-sm-11{width:11px}.h-sm-11{height:11px}}@media screen and (min-width:768px){.font-md-11{font-size:11px}.border-md-11{border-width:11px!important}.w-md-11{width:11px}.h-md-11{height:11px}}@media screen and (min-width:992px){.font-lg-11{font-size:11px}.border-lg-11{border-width:11px!important}.w-lg-11{width:11px}.h-lg-11{height:11px}}@media screen and (min-width:1200px){.font-xl-11{font-size:11px}.border-xl-11{border-width:11px!important}.w-xl-11{width:11px}.h-xl-11{height:11px}}@media screen and (min-width:1400px){.font-xxl-11{font-size:11px}.border-xxl-11{border-width:11px!important}.w-xxl-11{width:11px}.h-xxl-11{height:11px}}@media screen and (min-width:576px){.font-sm-12{font-size:12px}.border-sm-12{border-width:12px!important}.w-sm-12{width:12px}.h-sm-12{height:12px}}@media screen and (min-width:768px){.font-md-12{font-size:12px}.border-md-12{border-width:12px!important}.w-md-12{width:12px}.h-md-12{height:12px}}@media screen and (min-width:992px){.font-lg-12{font-size:12px}.border-lg-12{border-width:12px!important}.w-lg-12{width:12px}.h-lg-12{height:12px}}@media screen and (min-width:1200px){.font-xl-12{font-size:12px}.border-xl-12{border-width:12px!important}.w-xl-12{width:12px}.h-xl-12{height:12px}}@media screen and (min-width:1400px){.font-xxl-12{font-size:12px}.border-xxl-12{border-width:12px!important}.w-xxl-12{width:12px}.h-xxl-12{height:12px}}@media screen and (min-width:576px){.font-sm-13{font-size:13px}.border-sm-13{border-width:13px!important}.w-sm-13{width:13px}.h-sm-13{height:13px}}@media screen and (min-width:768px){.font-md-13{font-size:13px}.border-md-13{border-width:13px!important}.w-md-13{width:13px}.h-md-13{height:13px}}@media screen and (min-width:992px){.font-lg-13{font-size:13px}.border-lg-13{border-width:13px!important}.w-lg-13{width:13px}.h-lg-13{height:13px}}@media screen and (min-width:1200px){.font-xl-13{font-size:13px}.border-xl-13{border-width:13px!important}.w-xl-13{width:13px}.h-xl-13{height:13px}}@media screen and (min-width:1400px){.font-xxl-13{font-size:13px}.border-xxl-13{border-width:13px!important}.w-xxl-13{width:13px}.h-xxl-13{height:13px}}@media screen and (min-width:576px){.font-sm-14{font-size:14px}.border-sm-14{border-width:14px!important}.w-sm-14{width:14px}.h-sm-14{height:14px}}@media screen and (min-width:768px){.font-md-14{font-size:14px}.border-md-14{border-width:14px!important}.w-md-14{width:14px}.h-md-14{height:14px}}@media screen and (min-width:992px){.font-lg-14{font-size:14px}.border-lg-14{border-width:14px!important}.w-lg-14{width:14px}.h-lg-14{height:14px}}@media screen and (min-width:1200px){.font-xl-14{font-size:14px}.border-xl-14{border-width:14px!important}.w-xl-14{width:14px}.h-xl-14{height:14px}}@media screen and (min-width:1400px){.font-xxl-14{font-size:14px}.border-xxl-14{border-width:14px!important}.w-xxl-14{width:14px}.h-xxl-14{height:14px}}@media screen and (min-width:576px){.font-sm-15{font-size:15px}.border-sm-15{border-width:15px!important}.w-sm-15{width:15px}.h-sm-15{height:15px}}@media screen and (min-width:768px){.font-md-15{font-size:15px}.border-md-15{border-width:15px!important}.w-md-15{width:15px}.h-md-15{height:15px}}@media screen and (min-width:992px){.font-lg-15{font-size:15px}.border-lg-15{border-width:15px!important}.w-lg-15{width:15px}.h-lg-15{height:15px}}@media screen and (min-width:1200px){.font-xl-15{font-size:15px}.border-xl-15{border-width:15px!important}.w-xl-15{width:15px}.h-xl-15{height:15px}}@media screen and (min-width:1400px){.font-xxl-15{font-size:15px}.border-xxl-15{border-width:15px!important}.w-xxl-15{width:15px}.h-xxl-15{height:15px}}@media screen and (min-width:576px){.font-sm-16{font-size:16px}.border-sm-16{border-width:16px!important}.w-sm-16{width:16px}.h-sm-16{height:16px}}@media screen and (min-width:768px){.font-md-16{font-size:16px}.border-md-16{border-width:16px!important}.w-md-16{width:16px}.h-md-16{height:16px}}@media screen and (min-width:992px){.font-lg-16{font-size:16px}.border-lg-16{border-width:16px!important}.w-lg-16{width:16px}.h-lg-16{height:16px}}@media screen and (min-width:1200px){.font-xl-16{font-size:16px}.border-xl-16{border-width:16px!important}.w-xl-16{width:16px}.h-xl-16{height:16px}}@media screen and (min-width:1400px){.font-xxl-16{font-size:16px}.border-xxl-16{border-width:16px!important}.w-xxl-16{width:16px}.h-xxl-16{height:16px}}@media screen and (min-width:576px){.font-sm-17{font-size:17px}.border-sm-17{border-width:17px!important}.w-sm-17{width:17px}.h-sm-17{height:17px}}@media screen and (min-width:768px){.font-md-17{font-size:17px}.border-md-17{border-width:17px!important}.w-md-17{width:17px}.h-md-17{height:17px}}@media screen and (min-width:992px){.font-lg-17{font-size:17px}.border-lg-17{border-width:17px!important}.w-lg-17{width:17px}.h-lg-17{height:17px}}@media screen and (min-width:1200px){.font-xl-17{font-size:17px}.border-xl-17{border-width:17px!important}.w-xl-17{width:17px}.h-xl-17{height:17px}}@media screen and (min-width:1400px){.font-xxl-17{font-size:17px}.border-xxl-17{border-width:17px!important}.w-xxl-17{width:17px}.h-xxl-17{height:17px}}@media screen and (min-width:576px){.font-sm-18{font-size:18px}.border-sm-18{border-width:18px!important}.w-sm-18{width:18px}.h-sm-18{height:18px}}@media screen and (min-width:768px){.font-md-18{font-size:18px}.border-md-18{border-width:18px!important}.w-md-18{width:18px}.h-md-18{height:18px}}@media screen and (min-width:992px){.font-lg-18{font-size:18px}.border-lg-18{border-width:18px!important}.w-lg-18{width:18px}.h-lg-18{height:18px}}@media screen and (min-width:1200px){.font-xl-18{font-size:18px}.border-xl-18{border-width:18px!important}.w-xl-18{width:18px}.h-xl-18{height:18px}}@media screen and (min-width:1400px){.font-xxl-18{font-size:18px}.border-xxl-18{border-width:18px!important}.w-xxl-18{width:18px}.h-xxl-18{height:18px}}@media screen and (min-width:576px){.font-sm-19{font-size:19px}.border-sm-19{border-width:19px!important}.w-sm-19{width:19px}.h-sm-19{height:19px}}@media screen and (min-width:768px){.font-md-19{font-size:19px}.border-md-19{border-width:19px!important}.w-md-19{width:19px}.h-md-19{height:19px}}@media screen and (min-width:992px){.font-lg-19{font-size:19px}.border-lg-19{border-width:19px!important}.w-lg-19{width:19px}.h-lg-19{height:19px}}@media screen and (min-width:1200px){.font-xl-19{font-size:19px}.border-xl-19{border-width:19px!important}.w-xl-19{width:19px}.h-xl-19{height:19px}}@media screen and (min-width:1400px){.font-xxl-19{font-size:19px}.border-xxl-19{border-width:19px!important}.w-xxl-19{width:19px}.h-xxl-19{height:19px}}@media screen and (min-width:576px){.font-sm-20{font-size:20px}.border-sm-20{border-width:20px!important}.w-sm-20{width:20px}.h-sm-20{height:20px}}@media screen and (min-width:768px){.font-md-20{font-size:20px}.border-md-20{border-width:20px!important}.w-md-20{width:20px}.h-md-20{height:20px}}@media screen and (min-width:992px){.font-lg-20{font-size:20px}.border-lg-20{border-width:20px!important}.w-lg-20{width:20px}.h-lg-20{height:20px}}@media screen and (min-width:1200px){.font-xl-20{font-size:20px}.border-xl-20{border-width:20px!important}.w-xl-20{width:20px}.h-xl-20{height:20px}}@media screen and (min-width:1400px){.font-xxl-20{font-size:20px}.border-xxl-20{border-width:20px!important}.w-xxl-20{width:20px}.h-xxl-20{height:20px}}@media screen and (min-width:576px){.font-sm-21{font-size:21px}.border-sm-21{border-width:21px!important}.w-sm-21{width:21px}.h-sm-21{height:21px}}@media screen and (min-width:768px){.font-md-21{font-size:21px}.border-md-21{border-width:21px!important}.w-md-21{width:21px}.h-md-21{height:21px}}@media screen and (min-width:992px){.font-lg-21{font-size:21px}.border-lg-21{border-width:21px!important}.w-lg-21{width:21px}.h-lg-21{height:21px}}@media screen and (min-width:1200px){.font-xl-21{font-size:21px}.border-xl-21{border-width:21px!important}.w-xl-21{width:21px}.h-xl-21{height:21px}}@media screen and (min-width:1400px){.font-xxl-21{font-size:21px}.border-xxl-21{border-width:21px!important}.w-xxl-21{width:21px}.h-xxl-21{height:21px}}@media screen and (min-width:576px){.font-sm-22{font-size:22px}.border-sm-22{border-width:22px!important}.w-sm-22{width:22px}.h-sm-22{height:22px}}@media screen and (min-width:768px){.font-md-22{font-size:22px}.border-md-22{border-width:22px!important}.w-md-22{width:22px}.h-md-22{height:22px}}@media screen and (min-width:992px){.font-lg-22{font-size:22px}.border-lg-22{border-width:22px!important}.w-lg-22{width:22px}.h-lg-22{height:22px}}@media screen and (min-width:1200px){.font-xl-22{font-size:22px}.border-xl-22{border-width:22px!important}.w-xl-22{width:22px}.h-xl-22{height:22px}}@media screen and (min-width:1400px){.font-xxl-22{font-size:22px}.border-xxl-22{border-width:22px!important}.w-xxl-22{width:22px}.h-xxl-22{height:22px}}@media screen and (min-width:576px){.font-sm-23{font-size:23px}.border-sm-23{border-width:23px!important}.w-sm-23{width:23px}.h-sm-23{height:23px}}@media screen and (min-width:768px){.font-md-23{font-size:23px}.border-md-23{border-width:23px!important}.w-md-23{width:23px}.h-md-23{height:23px}}@media screen and (min-width:992px){.font-lg-23{font-size:23px}.border-lg-23{border-width:23px!important}.w-lg-23{width:23px}.h-lg-23{height:23px}}@media screen and (min-width:1200px){.font-xl-23{font-size:23px}.border-xl-23{border-width:23px!important}.w-xl-23{width:23px}.h-xl-23{height:23px}}@media screen and (min-width:1400px){.font-xxl-23{font-size:23px}.border-xxl-23{border-width:23px!important}.w-xxl-23{width:23px}.h-xxl-23{height:23px}}@media screen and (min-width:576px){.font-sm-24{font-size:24px}.border-sm-24{border-width:24px!important}.w-sm-24{width:24px}.h-sm-24{height:24px}}@media screen and (min-width:768px){.font-md-24{font-size:24px}.border-md-24{border-width:24px!important}.w-md-24{width:24px}.h-md-24{height:24px}}@media screen and (min-width:992px){.font-lg-24{font-size:24px}.border-lg-24{border-width:24px!important}.w-lg-24{width:24px}.h-lg-24{height:24px}}@media screen and (min-width:1200px){.font-xl-24{font-size:24px}.border-xl-24{border-width:24px!important}.w-xl-24{width:24px}.h-xl-24{height:24px}}@media screen and (min-width:1400px){.font-xxl-24{font-size:24px}.border-xxl-24{border-width:24px!important}.w-xxl-24{width:24px}.h-xxl-24{height:24px}}@media screen and (min-width:576px){.font-sm-25{font-size:25px}.border-sm-25{border-width:25px!important}.w-sm-25{width:25px}.h-sm-25{height:25px}}@media screen and (min-width:768px){.font-md-25{font-size:25px}.border-md-25{border-width:25px!important}.w-md-25{width:25px}.h-md-25{height:25px}}@media screen and (min-width:992px){.font-lg-25{font-size:25px}.border-lg-25{border-width:25px!important}.w-lg-25{width:25px}.h-lg-25{height:25px}}@media screen and (min-width:1200px){.font-xl-25{font-size:25px}.border-xl-25{border-width:25px!important}.w-xl-25{width:25px}.h-xl-25{height:25px}}@media screen and (min-width:1400px){.font-xxl-25{font-size:25px}.border-xxl-25{border-width:25px!important}.w-xxl-25{width:25px}.h-xxl-25{height:25px}}@media screen and (min-width:576px){.font-sm-26{font-size:26px}.border-sm-26{border-width:26px!important}.w-sm-26{width:26px}.h-sm-26{height:26px}}@media screen and (min-width:768px){.font-md-26{font-size:26px}.border-md-26{border-width:26px!important}.w-md-26{width:26px}.h-md-26{height:26px}}@media screen and (min-width:992px){.font-lg-26{font-size:26px}.border-lg-26{border-width:26px!important}.w-lg-26{width:26px}.h-lg-26{height:26px}}@media screen and (min-width:1200px){.font-xl-26{font-size:26px}.border-xl-26{border-width:26px!important}.w-xl-26{width:26px}.h-xl-26{height:26px}}@media screen and (min-width:1400px){.font-xxl-26{font-size:26px}.border-xxl-26{border-width:26px!important}.w-xxl-26{width:26px}.h-xxl-26{height:26px}}@media screen and (min-width:576px){.font-sm-27{font-size:27px}.border-sm-27{border-width:27px!important}.w-sm-27{width:27px}.h-sm-27{height:27px}}@media screen and (min-width:768px){.font-md-27{font-size:27px}.border-md-27{border-width:27px!important}.w-md-27{width:27px}.h-md-27{height:27px}}@media screen and (min-width:992px){.font-lg-27{font-size:27px}.border-lg-27{border-width:27px!important}.w-lg-27{width:27px}.h-lg-27{height:27px}}@media screen and (min-width:1200px){.font-xl-27{font-size:27px}.border-xl-27{border-width:27px!important}.w-xl-27{width:27px}.h-xl-27{height:27px}}@media screen and (min-width:1400px){.font-xxl-27{font-size:27px}.border-xxl-27{border-width:27px!important}.w-xxl-27{width:27px}.h-xxl-27{height:27px}}@media screen and (min-width:576px){.font-sm-28{font-size:28px}.border-sm-28{border-width:28px!important}.w-sm-28{width:28px}.h-sm-28{height:28px}}@media screen and (min-width:768px){.font-md-28{font-size:28px}.border-md-28{border-width:28px!important}.w-md-28{width:28px}.h-md-28{height:28px}}@media screen and (min-width:992px){.font-lg-28{font-size:28px}.border-lg-28{border-width:28px!important}.w-lg-28{width:28px}.h-lg-28{height:28px}}@media screen and (min-width:1200px){.font-xl-28{font-size:28px}.border-xl-28{border-width:28px!important}.w-xl-28{width:28px}.h-xl-28{height:28px}}@media screen and (min-width:1400px){.font-xxl-28{font-size:28px}.border-xxl-28{border-width:28px!important}.w-xxl-28{width:28px}.h-xxl-28{height:28px}}@media screen and (min-width:576px){.font-sm-29{font-size:29px}.border-sm-29{border-width:29px!important}.w-sm-29{width:29px}.h-sm-29{height:29px}}@media screen and (min-width:768px){.font-md-29{font-size:29px}.border-md-29{border-width:29px!important}.w-md-29{width:29px}.h-md-29{height:29px}}@media screen and (min-width:992px){.font-lg-29{font-size:29px}.border-lg-29{border-width:29px!important}.w-lg-29{width:29px}.h-lg-29{height:29px}}@media screen and (min-width:1200px){.font-xl-29{font-size:29px}.border-xl-29{border-width:29px!important}.w-xl-29{width:29px}.h-xl-29{height:29px}}@media screen and (min-width:1400px){.font-xxl-29{font-size:29px}.border-xxl-29{border-width:29px!important}.w-xxl-29{width:29px}.h-xxl-29{height:29px}}@media screen and (min-width:576px){.font-sm-30{font-size:30px}.border-sm-30{border-width:30px!important}.w-sm-30{width:30px}.h-sm-30{height:30px}}@media screen and (min-width:768px){.font-md-30{font-size:30px}.border-md-30{border-width:30px!important}.w-md-30{width:30px}.h-md-30{height:30px}}@media screen and (min-width:992px){.font-lg-30{font-size:30px}.border-lg-30{border-width:30px!important}.w-lg-30{width:30px}.h-lg-30{height:30px}}@media screen and (min-width:1200px){.font-xl-30{font-size:30px}.border-xl-30{border-width:30px!important}.w-xl-30{width:30px}.h-xl-30{height:30px}}@media screen and (min-width:1400px){.font-xxl-30{font-size:30px}.border-xxl-30{border-width:30px!important}.w-xxl-30{width:30px}.h-xxl-30{height:30px}}@media screen and (min-width:576px){.font-sm-31{font-size:31px}.border-sm-31{border-width:31px!important}.w-sm-31{width:31px}.h-sm-31{height:31px}}@media screen and (min-width:768px){.font-md-31{font-size:31px}.border-md-31{border-width:31px!important}.w-md-31{width:31px}.h-md-31{height:31px}}@media screen and (min-width:992px){.font-lg-31{font-size:31px}.border-lg-31{border-width:31px!important}.w-lg-31{width:31px}.h-lg-31{height:31px}}@media screen and (min-width:1200px){.font-xl-31{font-size:31px}.border-xl-31{border-width:31px!important}.w-xl-31{width:31px}.h-xl-31{height:31px}}@media screen and (min-width:1400px){.font-xxl-31{font-size:31px}.border-xxl-31{border-width:31px!important}.w-xxl-31{width:31px}.h-xxl-31{height:31px}}@media screen and (min-width:576px){.font-sm-32{font-size:32px}.border-sm-32{border-width:32px!important}.w-sm-32{width:32px}.h-sm-32{height:32px}}@media screen and (min-width:768px){.font-md-32{font-size:32px}.border-md-32{border-width:32px!important}.w-md-32{width:32px}.h-md-32{height:32px}}@media screen and (min-width:992px){.font-lg-32{font-size:32px}.border-lg-32{border-width:32px!important}.w-lg-32{width:32px}.h-lg-32{height:32px}}@media screen and (min-width:1200px){.font-xl-32{font-size:32px}.border-xl-32{border-width:32px!important}.w-xl-32{width:32px}.h-xl-32{height:32px}}@media screen and (min-width:1400px){.font-xxl-32{font-size:32px}.border-xxl-32{border-width:32px!important}.w-xxl-32{width:32px}.h-xxl-32{height:32px}}@media screen and (min-width:576px){.font-sm-33{font-size:33px}.border-sm-33{border-width:33px!important}.w-sm-33{width:33px}.h-sm-33{height:33px}}@media screen and (min-width:768px){.font-md-33{font-size:33px}.border-md-33{border-width:33px!important}.w-md-33{width:33px}.h-md-33{height:33px}}@media screen and (min-width:992px){.font-lg-33{font-size:33px}.border-lg-33{border-width:33px!important}.w-lg-33{width:33px}.h-lg-33{height:33px}}@media screen and (min-width:1200px){.font-xl-33{font-size:33px}.border-xl-33{border-width:33px!important}.w-xl-33{width:33px}.h-xl-33{height:33px}}@media screen and (min-width:1400px){.font-xxl-33{font-size:33px}.border-xxl-33{border-width:33px!important}.w-xxl-33{width:33px}.h-xxl-33{height:33px}}@media screen and (min-width:576px){.font-sm-34{font-size:34px}.border-sm-34{border-width:34px!important}.w-sm-34{width:34px}.h-sm-34{height:34px}}@media screen and (min-width:768px){.font-md-34{font-size:34px}.border-md-34{border-width:34px!important}.w-md-34{width:34px}.h-md-34{height:34px}}@media screen and (min-width:992px){.font-lg-34{font-size:34px}.border-lg-34{border-width:34px!important}.w-lg-34{width:34px}.h-lg-34{height:34px}}@media screen and (min-width:1200px){.font-xl-34{font-size:34px}.border-xl-34{border-width:34px!important}.w-xl-34{width:34px}.h-xl-34{height:34px}}@media screen and (min-width:1400px){.font-xxl-34{font-size:34px}.border-xxl-34{border-width:34px!important}.w-xxl-34{width:34px}.h-xxl-34{height:34px}}@media screen and (min-width:576px){.font-sm-35{font-size:35px}.border-sm-35{border-width:35px!important}.w-sm-35{width:35px}.h-sm-35{height:35px}}@media screen and (min-width:768px){.font-md-35{font-size:35px}.border-md-35{border-width:35px!important}.w-md-35{width:35px}.h-md-35{height:35px}}@media screen and (min-width:992px){.font-lg-35{font-size:35px}.border-lg-35{border-width:35px!important}.w-lg-35{width:35px}.h-lg-35{height:35px}}@media screen and (min-width:1200px){.font-xl-35{font-size:35px}.border-xl-35{border-width:35px!important}.w-xl-35{width:35px}.h-xl-35{height:35px}}@media screen and (min-width:1400px){.font-xxl-35{font-size:35px}.border-xxl-35{border-width:35px!important}.w-xxl-35{width:35px}.h-xxl-35{height:35px}}@media screen and (min-width:576px){.font-sm-36{font-size:36px}.border-sm-36{border-width:36px!important}.w-sm-36{width:36px}.h-sm-36{height:36px}}@media screen and (min-width:768px){.font-md-36{font-size:36px}.border-md-36{border-width:36px!important}.w-md-36{width:36px}.h-md-36{height:36px}}@media screen and (min-width:992px){.font-lg-36{font-size:36px}.border-lg-36{border-width:36px!important}.w-lg-36{width:36px}.h-lg-36{height:36px}}@media screen and (min-width:1200px){.font-xl-36{font-size:36px}.border-xl-36{border-width:36px!important}.w-xl-36{width:36px}.h-xl-36{height:36px}}@media screen and (min-width:1400px){.font-xxl-36{font-size:36px}.border-xxl-36{border-width:36px!important}.w-xxl-36{width:36px}.h-xxl-36{height:36px}}@media screen and (min-width:576px){.font-sm-37{font-size:37px}.border-sm-37{border-width:37px!important}.w-sm-37{width:37px}.h-sm-37{height:37px}}@media screen and (min-width:768px){.font-md-37{font-size:37px}.border-md-37{border-width:37px!important}.w-md-37{width:37px}.h-md-37{height:37px}}@media screen and (min-width:992px){.font-lg-37{font-size:37px}.border-lg-37{border-width:37px!important}.w-lg-37{width:37px}.h-lg-37{height:37px}}@media screen and (min-width:1200px){.font-xl-37{font-size:37px}.border-xl-37{border-width:37px!important}.w-xl-37{width:37px}.h-xl-37{height:37px}}@media screen and (min-width:1400px){.font-xxl-37{font-size:37px}.border-xxl-37{border-width:37px!important}.w-xxl-37{width:37px}.h-xxl-37{height:37px}}@media screen and (min-width:576px){.font-sm-38{font-size:38px}.border-sm-38{border-width:38px!important}.w-sm-38{width:38px}.h-sm-38{height:38px}}@media screen and (min-width:768px){.font-md-38{font-size:38px}.border-md-38{border-width:38px!important}.w-md-38{width:38px}.h-md-38{height:38px}}@media screen and (min-width:992px){.font-lg-38{font-size:38px}.border-lg-38{border-width:38px!important}.w-lg-38{width:38px}.h-lg-38{height:38px}}@media screen and (min-width:1200px){.font-xl-38{font-size:38px}.border-xl-38{border-width:38px!important}.w-xl-38{width:38px}.h-xl-38{height:38px}}@media screen and (min-width:1400px){.font-xxl-38{font-size:38px}.border-xxl-38{border-width:38px!important}.w-xxl-38{width:38px}.h-xxl-38{height:38px}}@media screen and (min-width:576px){.font-sm-39{font-size:39px}.border-sm-39{border-width:39px!important}.w-sm-39{width:39px}.h-sm-39{height:39px}}@media screen and (min-width:768px){.font-md-39{font-size:39px}.border-md-39{border-width:39px!important}.w-md-39{width:39px}.h-md-39{height:39px}}@media screen and (min-width:992px){.font-lg-39{font-size:39px}.border-lg-39{border-width:39px!important}.w-lg-39{width:39px}.h-lg-39{height:39px}}@media screen and (min-width:1200px){.font-xl-39{font-size:39px}.border-xl-39{border-width:39px!important}.w-xl-39{width:39px}.h-xl-39{height:39px}}@media screen and (min-width:1400px){.font-xxl-39{font-size:39px}.border-xxl-39{border-width:39px!important}.w-xxl-39{width:39px}.h-xxl-39{height:39px}}@media screen and (min-width:576px){.font-sm-40{font-size:40px}.border-sm-40{border-width:40px!important}.w-sm-40{width:40px}.h-sm-40{height:40px}}@media screen and (min-width:768px){.font-md-40{font-size:40px}.border-md-40{border-width:40px!important}.w-md-40{width:40px}.h-md-40{height:40px}}@media screen and (min-width:992px){.font-lg-40{font-size:40px}.border-lg-40{border-width:40px!important}.w-lg-40{width:40px}.h-lg-40{height:40px}}@media screen and (min-width:1200px){.font-xl-40{font-size:40px}.border-xl-40{border-width:40px!important}.w-xl-40{width:40px}.h-xl-40{height:40px}}@media screen and (min-width:1400px){.font-xxl-40{font-size:40px}.border-xxl-40{border-width:40px!important}.w-xxl-40{width:40px}.h-xxl-40{height:40px}}@media screen and (min-width:576px){.font-sm-41{font-size:41px}.border-sm-41{border-width:41px!important}.w-sm-41{width:41px}.h-sm-41{height:41px}}@media screen and (min-width:768px){.font-md-41{font-size:41px}.border-md-41{border-width:41px!important}.w-md-41{width:41px}.h-md-41{height:41px}}@media screen and (min-width:992px){.font-lg-41{font-size:41px}.border-lg-41{border-width:41px!important}.w-lg-41{width:41px}.h-lg-41{height:41px}}@media screen and (min-width:1200px){.font-xl-41{font-size:41px}.border-xl-41{border-width:41px!important}.w-xl-41{width:41px}.h-xl-41{height:41px}}@media screen and (min-width:1400px){.font-xxl-41{font-size:41px}.border-xxl-41{border-width:41px!important}.w-xxl-41{width:41px}.h-xxl-41{height:41px}}@media screen and (min-width:576px){.font-sm-42{font-size:42px}.border-sm-42{border-width:42px!important}.w-sm-42{width:42px}.h-sm-42{height:42px}}@media screen and (min-width:768px){.font-md-42{font-size:42px}.border-md-42{border-width:42px!important}.w-md-42{width:42px}.h-md-42{height:42px}}@media screen and (min-width:992px){.font-lg-42{font-size:42px}.border-lg-42{border-width:42px!important}.w-lg-42{width:42px}.h-lg-42{height:42px}}@media screen and (min-width:1200px){.font-xl-42{font-size:42px}.border-xl-42{border-width:42px!important}.w-xl-42{width:42px}.h-xl-42{height:42px}}@media screen and (min-width:1400px){.font-xxl-42{font-size:42px}.border-xxl-42{border-width:42px!important}.w-xxl-42{width:42px}.h-xxl-42{height:42px}}@media screen and (min-width:576px){.font-sm-43{font-size:43px}.border-sm-43{border-width:43px!important}.w-sm-43{width:43px}.h-sm-43{height:43px}}@media screen and (min-width:768px){.font-md-43{font-size:43px}.border-md-43{border-width:43px!important}.w-md-43{width:43px}.h-md-43{height:43px}}@media screen and (min-width:992px){.font-lg-43{font-size:43px}.border-lg-43{border-width:43px!important}.w-lg-43{width:43px}.h-lg-43{height:43px}}@media screen and (min-width:1200px){.font-xl-43{font-size:43px}.border-xl-43{border-width:43px!important}.w-xl-43{width:43px}.h-xl-43{height:43px}}@media screen and (min-width:1400px){.font-xxl-43{font-size:43px}.border-xxl-43{border-width:43px!important}.w-xxl-43{width:43px}.h-xxl-43{height:43px}}@media screen and (min-width:576px){.font-sm-44{font-size:44px}.border-sm-44{border-width:44px!important}.w-sm-44{width:44px}.h-sm-44{height:44px}}@media screen and (min-width:768px){.font-md-44{font-size:44px}.border-md-44{border-width:44px!important}.w-md-44{width:44px}.h-md-44{height:44px}}@media screen and (min-width:992px){.font-lg-44{font-size:44px}.border-lg-44{border-width:44px!important}.w-lg-44{width:44px}.h-lg-44{height:44px}}@media screen and (min-width:1200px){.font-xl-44{font-size:44px}.border-xl-44{border-width:44px!important}.w-xl-44{width:44px}.h-xl-44{height:44px}}@media screen and (min-width:1400px){.font-xxl-44{font-size:44px}.border-xxl-44{border-width:44px!important}.w-xxl-44{width:44px}.h-xxl-44{height:44px}}@media screen and (min-width:576px){.font-sm-45{font-size:45px}.border-sm-45{border-width:45px!important}.w-sm-45{width:45px}.h-sm-45{height:45px}}@media screen and (min-width:768px){.font-md-45{font-size:45px}.border-md-45{border-width:45px!important}.w-md-45{width:45px}.h-md-45{height:45px}}@media screen and (min-width:992px){.font-lg-45{font-size:45px}.border-lg-45{border-width:45px!important}.w-lg-45{width:45px}.h-lg-45{height:45px}}@media screen and (min-width:1200px){.font-xl-45{font-size:45px}.border-xl-45{border-width:45px!important}.w-xl-45{width:45px}.h-xl-45{height:45px}}@media screen and (min-width:1400px){.font-xxl-45{font-size:45px}.border-xxl-45{border-width:45px!important}.w-xxl-45{width:45px}.h-xxl-45{height:45px}}@media screen and (min-width:576px){.font-sm-46{font-size:46px}.border-sm-46{border-width:46px!important}.w-sm-46{width:46px}.h-sm-46{height:46px}}@media screen and (min-width:768px){.font-md-46{font-size:46px}.border-md-46{border-width:46px!important}.w-md-46{width:46px}.h-md-46{height:46px}}@media screen and (min-width:992px){.font-lg-46{font-size:46px}.border-lg-46{border-width:46px!important}.w-lg-46{width:46px}.h-lg-46{height:46px}}@media screen and (min-width:1200px){.font-xl-46{font-size:46px}.border-xl-46{border-width:46px!important}.w-xl-46{width:46px}.h-xl-46{height:46px}}@media screen and (min-width:1400px){.font-xxl-46{font-size:46px}.border-xxl-46{border-width:46px!important}.w-xxl-46{width:46px}.h-xxl-46{height:46px}}@media screen and (min-width:576px){.font-sm-47{font-size:47px}.border-sm-47{border-width:47px!important}.w-sm-47{width:47px}.h-sm-47{height:47px}}@media screen and (min-width:768px){.font-md-47{font-size:47px}.border-md-47{border-width:47px!important}.w-md-47{width:47px}.h-md-47{height:47px}}@media screen and (min-width:992px){.font-lg-47{font-size:47px}.border-lg-47{border-width:47px!important}.w-lg-47{width:47px}.h-lg-47{height:47px}}@media screen and (min-width:1200px){.font-xl-47{font-size:47px}.border-xl-47{border-width:47px!important}.w-xl-47{width:47px}.h-xl-47{height:47px}}@media screen and (min-width:1400px){.font-xxl-47{font-size:47px}.border-xxl-47{border-width:47px!important}.w-xxl-47{width:47px}.h-xxl-47{height:47px}}@media screen and (min-width:576px){.font-sm-48{font-size:48px}.border-sm-48{border-width:48px!important}.w-sm-48{width:48px}.h-sm-48{height:48px}}@media screen and (min-width:768px){.font-md-48{font-size:48px}.border-md-48{border-width:48px!important}.w-md-48{width:48px}.h-md-48{height:48px}}@media screen and (min-width:992px){.font-lg-48{font-size:48px}.border-lg-48{border-width:48px!important}.w-lg-48{width:48px}.h-lg-48{height:48px}}@media screen and (min-width:1200px){.font-xl-48{font-size:48px}.border-xl-48{border-width:48px!important}.w-xl-48{width:48px}.h-xl-48{height:48px}}@media screen and (min-width:1400px){.font-xxl-48{font-size:48px}.border-xxl-48{border-width:48px!important}.w-xxl-48{width:48px}.h-xxl-48{height:48px}}@media screen and (min-width:576px){.font-sm-49{font-size:49px}.border-sm-49{border-width:49px!important}.w-sm-49{width:49px}.h-sm-49{height:49px}}@media screen and (min-width:768px){.font-md-49{font-size:49px}.border-md-49{border-width:49px!important}.w-md-49{width:49px}.h-md-49{height:49px}}@media screen and (min-width:992px){.font-lg-49{font-size:49px}.border-lg-49{border-width:49px!important}.w-lg-49{width:49px}.h-lg-49{height:49px}}@media screen and (min-width:1200px){.font-xl-49{font-size:49px}.border-xl-49{border-width:49px!important}.w-xl-49{width:49px}.h-xl-49{height:49px}}@media screen and (min-width:1400px){.font-xxl-49{font-size:49px}.border-xxl-49{border-width:49px!important}.w-xxl-49{width:49px}.h-xxl-49{height:49px}}@media screen and (min-width:576px){.font-sm-50{font-size:50px}.border-sm-50{border-width:50px!important}.w-sm-50{width:50px}.h-sm-50{height:50px}}@media screen and (min-width:768px){.font-md-50{font-size:50px}.border-md-50{border-width:50px!important}.w-md-50{width:50px}.h-md-50{height:50px}}@media screen and (min-width:992px){.font-lg-50{font-size:50px}.border-lg-50{border-width:50px!important}.w-lg-50{width:50px}.h-lg-50{height:50px}}@media screen and (min-width:1200px){.font-xl-50{font-size:50px}.border-xl-50{border-width:50px!important}.w-xl-50{width:50px}.h-xl-50{height:50px}}@media screen and (min-width:1400px){.font-xxl-50{font-size:50px}.border-xxl-50{border-width:50px!important}.w-xxl-50{width:50px}.h-xxl-50{height:50px}}@media screen and (min-width:576px){.font-sm-51{font-size:51px}.border-sm-51{border-width:51px!important}.w-sm-51{width:51px}.h-sm-51{height:51px}}@media screen and (min-width:768px){.font-md-51{font-size:51px}.border-md-51{border-width:51px!important}.w-md-51{width:51px}.h-md-51{height:51px}}@media screen and (min-width:992px){.font-lg-51{font-size:51px}.border-lg-51{border-width:51px!important}.w-lg-51{width:51px}.h-lg-51{height:51px}}@media screen and (min-width:1200px){.font-xl-51{font-size:51px}.border-xl-51{border-width:51px!important}.w-xl-51{width:51px}.h-xl-51{height:51px}}@media screen and (min-width:1400px){.font-xxl-51{font-size:51px}.border-xxl-51{border-width:51px!important}.w-xxl-51{width:51px}.h-xxl-51{height:51px}}@media screen and (min-width:576px){.font-sm-52{font-size:52px}.border-sm-52{border-width:52px!important}.w-sm-52{width:52px}.h-sm-52{height:52px}}@media screen and (min-width:768px){.font-md-52{font-size:52px}.border-md-52{border-width:52px!important}.w-md-52{width:52px}.h-md-52{height:52px}}@media screen and (min-width:992px){.font-lg-52{font-size:52px}.border-lg-52{border-width:52px!important}.w-lg-52{width:52px}.h-lg-52{height:52px}}@media screen and (min-width:1200px){.font-xl-52{font-size:52px}.border-xl-52{border-width:52px!important}.w-xl-52{width:52px}.h-xl-52{height:52px}}@media screen and (min-width:1400px){.font-xxl-52{font-size:52px}.border-xxl-52{border-width:52px!important}.w-xxl-52{width:52px}.h-xxl-52{height:52px}}@media screen and (min-width:576px){.font-sm-53{font-size:53px}.border-sm-53{border-width:53px!important}.w-sm-53{width:53px}.h-sm-53{height:53px}}@media screen and (min-width:768px){.font-md-53{font-size:53px}.border-md-53{border-width:53px!important}.w-md-53{width:53px}.h-md-53{height:53px}}@media screen and (min-width:992px){.font-lg-53{font-size:53px}.border-lg-53{border-width:53px!important}.w-lg-53{width:53px}.h-lg-53{height:53px}}@media screen and (min-width:1200px){.font-xl-53{font-size:53px}.border-xl-53{border-width:53px!important}.w-xl-53{width:53px}.h-xl-53{height:53px}}@media screen and (min-width:1400px){.font-xxl-53{font-size:53px}.border-xxl-53{border-width:53px!important}.w-xxl-53{width:53px}.h-xxl-53{height:53px}}@media screen and (min-width:576px){.font-sm-54{font-size:54px}.border-sm-54{border-width:54px!important}.w-sm-54{width:54px}.h-sm-54{height:54px}}@media screen and (min-width:768px){.font-md-54{font-size:54px}.border-md-54{border-width:54px!important}.w-md-54{width:54px}.h-md-54{height:54px}}@media screen and (min-width:992px){.font-lg-54{font-size:54px}.border-lg-54{border-width:54px!important}.w-lg-54{width:54px}.h-lg-54{height:54px}}@media screen and (min-width:1200px){.font-xl-54{font-size:54px}.border-xl-54{border-width:54px!important}.w-xl-54{width:54px}.h-xl-54{height:54px}}@media screen and (min-width:1400px){.font-xxl-54{font-size:54px}.border-xxl-54{border-width:54px!important}.w-xxl-54{width:54px}.h-xxl-54{height:54px}}@media screen and (min-width:576px){.font-sm-55{font-size:55px}.border-sm-55{border-width:55px!important}.w-sm-55{width:55px}.h-sm-55{height:55px}}@media screen and (min-width:768px){.font-md-55{font-size:55px}.border-md-55{border-width:55px!important}.w-md-55{width:55px}.h-md-55{height:55px}}@media screen and (min-width:992px){.font-lg-55{font-size:55px}.border-lg-55{border-width:55px!important}.w-lg-55{width:55px}.h-lg-55{height:55px}}@media screen and (min-width:1200px){.font-xl-55{font-size:55px}.border-xl-55{border-width:55px!important}.w-xl-55{width:55px}.h-xl-55{height:55px}}@media screen and (min-width:1400px){.font-xxl-55{font-size:55px}.border-xxl-55{border-width:55px!important}.w-xxl-55{width:55px}.h-xxl-55{height:55px}}@media screen and (min-width:576px){.font-sm-56{font-size:56px}.border-sm-56{border-width:56px!important}.w-sm-56{width:56px}.h-sm-56{height:56px}}@media screen and (min-width:768px){.font-md-56{font-size:56px}.border-md-56{border-width:56px!important}.w-md-56{width:56px}.h-md-56{height:56px}}@media screen and (min-width:992px){.font-lg-56{font-size:56px}.border-lg-56{border-width:56px!important}.w-lg-56{width:56px}.h-lg-56{height:56px}}@media screen and (min-width:1200px){.font-xl-56{font-size:56px}.border-xl-56{border-width:56px!important}.w-xl-56{width:56px}.h-xl-56{height:56px}}@media screen and (min-width:1400px){.font-xxl-56{font-size:56px}.border-xxl-56{border-width:56px!important}.w-xxl-56{width:56px}.h-xxl-56{height:56px}}@media screen and (min-width:576px){.font-sm-57{font-size:57px}.border-sm-57{border-width:57px!important}.w-sm-57{width:57px}.h-sm-57{height:57px}}@media screen and (min-width:768px){.font-md-57{font-size:57px}.border-md-57{border-width:57px!important}.w-md-57{width:57px}.h-md-57{height:57px}}@media screen and (min-width:992px){.font-lg-57{font-size:57px}.border-lg-57{border-width:57px!important}.w-lg-57{width:57px}.h-lg-57{height:57px}}@media screen and (min-width:1200px){.font-xl-57{font-size:57px}.border-xl-57{border-width:57px!important}.w-xl-57{width:57px}.h-xl-57{height:57px}}@media screen and (min-width:1400px){.font-xxl-57{font-size:57px}.border-xxl-57{border-width:57px!important}.w-xxl-57{width:57px}.h-xxl-57{height:57px}}@media screen and (min-width:576px){.font-sm-58{font-size:58px}.border-sm-58{border-width:58px!important}.w-sm-58{width:58px}.h-sm-58{height:58px}}@media screen and (min-width:768px){.font-md-58{font-size:58px}.border-md-58{border-width:58px!important}.w-md-58{width:58px}.h-md-58{height:58px}}@media screen and (min-width:992px){.font-lg-58{font-size:58px}.border-lg-58{border-width:58px!important}.w-lg-58{width:58px}.h-lg-58{height:58px}}@media screen and (min-width:1200px){.font-xl-58{font-size:58px}.border-xl-58{border-width:58px!important}.w-xl-58{width:58px}.h-xl-58{height:58px}}@media screen and (min-width:1400px){.font-xxl-58{font-size:58px}.border-xxl-58{border-width:58px!important}.w-xxl-58{width:58px}.h-xxl-58{height:58px}}@media screen and (min-width:576px){.font-sm-59{font-size:59px}.border-sm-59{border-width:59px!important}.w-sm-59{width:59px}.h-sm-59{height:59px}}@media screen and (min-width:768px){.font-md-59{font-size:59px}.border-md-59{border-width:59px!important}.w-md-59{width:59px}.h-md-59{height:59px}}@media screen and (min-width:992px){.font-lg-59{font-size:59px}.border-lg-59{border-width:59px!important}.w-lg-59{width:59px}.h-lg-59{height:59px}}@media screen and (min-width:1200px){.font-xl-59{font-size:59px}.border-xl-59{border-width:59px!important}.w-xl-59{width:59px}.h-xl-59{height:59px}}@media screen and (min-width:1400px){.font-xxl-59{font-size:59px}.border-xxl-59{border-width:59px!important}.w-xxl-59{width:59px}.h-xxl-59{height:59px}}@media screen and (min-width:576px){.font-sm-60{font-size:60px}.border-sm-60{border-width:60px!important}.w-sm-60{width:60px}.h-sm-60{height:60px}}@media screen and (min-width:768px){.font-md-60{font-size:60px}.border-md-60{border-width:60px!important}.w-md-60{width:60px}.h-md-60{height:60px}}@media screen and (min-width:992px){.font-lg-60{font-size:60px}.border-lg-60{border-width:60px!important}.w-lg-60{width:60px}.h-lg-60{height:60px}}@media screen and (min-width:1200px){.font-xl-60{font-size:60px}.border-xl-60{border-width:60px!important}.w-xl-60{width:60px}.h-xl-60{height:60px}}@media screen and (min-width:1400px){.font-xxl-60{font-size:60px}.border-xxl-60{border-width:60px!important}.w-xxl-60{width:60px}.h-xxl-60{height:60px}}@media screen and (min-width:576px){.font-sm-61{font-size:61px}.border-sm-61{border-width:61px!important}.w-sm-61{width:61px}.h-sm-61{height:61px}}@media screen and (min-width:768px){.font-md-61{font-size:61px}.border-md-61{border-width:61px!important}.w-md-61{width:61px}.h-md-61{height:61px}}@media screen and (min-width:992px){.font-lg-61{font-size:61px}.border-lg-61{border-width:61px!important}.w-lg-61{width:61px}.h-lg-61{height:61px}}@media screen and (min-width:1200px){.font-xl-61{font-size:61px}.border-xl-61{border-width:61px!important}.w-xl-61{width:61px}.h-xl-61{height:61px}}@media screen and (min-width:1400px){.font-xxl-61{font-size:61px}.border-xxl-61{border-width:61px!important}.w-xxl-61{width:61px}.h-xxl-61{height:61px}}@media screen and (min-width:576px){.font-sm-62{font-size:62px}.border-sm-62{border-width:62px!important}.w-sm-62{width:62px}.h-sm-62{height:62px}}@media screen and (min-width:768px){.font-md-62{font-size:62px}.border-md-62{border-width:62px!important}.w-md-62{width:62px}.h-md-62{height:62px}}@media screen and (min-width:992px){.font-lg-62{font-size:62px}.border-lg-62{border-width:62px!important}.w-lg-62{width:62px}.h-lg-62{height:62px}}@media screen and (min-width:1200px){.font-xl-62{font-size:62px}.border-xl-62{border-width:62px!important}.w-xl-62{width:62px}.h-xl-62{height:62px}}@media screen and (min-width:1400px){.font-xxl-62{font-size:62px}.border-xxl-62{border-width:62px!important}.w-xxl-62{width:62px}.h-xxl-62{height:62px}}@media screen and (min-width:576px){.font-sm-63{font-size:63px}.border-sm-63{border-width:63px!important}.w-sm-63{width:63px}.h-sm-63{height:63px}}@media screen and (min-width:768px){.font-md-63{font-size:63px}.border-md-63{border-width:63px!important}.w-md-63{width:63px}.h-md-63{height:63px}}@media screen and (min-width:992px){.font-lg-63{font-size:63px}.border-lg-63{border-width:63px!important}.w-lg-63{width:63px}.h-lg-63{height:63px}}@media screen and (min-width:1200px){.font-xl-63{font-size:63px}.border-xl-63{border-width:63px!important}.w-xl-63{width:63px}.h-xl-63{height:63px}}@media screen and (min-width:1400px){.font-xxl-63{font-size:63px}.border-xxl-63{border-width:63px!important}.w-xxl-63{width:63px}.h-xxl-63{height:63px}}@media screen and (min-width:576px){.font-sm-64{font-size:64px}.border-sm-64{border-width:64px!important}.w-sm-64{width:64px}.h-sm-64{height:64px}}@media screen and (min-width:768px){.font-md-64{font-size:64px}.border-md-64{border-width:64px!important}.w-md-64{width:64px}.h-md-64{height:64px}}@media screen and (min-width:992px){.font-lg-64{font-size:64px}.border-lg-64{border-width:64px!important}.w-lg-64{width:64px}.h-lg-64{height:64px}}@media screen and (min-width:1200px){.font-xl-64{font-size:64px}.border-xl-64{border-width:64px!important}.w-xl-64{width:64px}.h-xl-64{height:64px}}@media screen and (min-width:1400px){.font-xxl-64{font-size:64px}.border-xxl-64{border-width:64px!important}.w-xxl-64{width:64px}.h-xxl-64{height:64px}}@media screen and (min-width:576px){.font-sm-65{font-size:65px}.border-sm-65{border-width:65px!important}.w-sm-65{width:65px}.h-sm-65{height:65px}}@media screen and (min-width:768px){.font-md-65{font-size:65px}.border-md-65{border-width:65px!important}.w-md-65{width:65px}.h-md-65{height:65px}}@media screen and (min-width:992px){.font-lg-65{font-size:65px}.border-lg-65{border-width:65px!important}.w-lg-65{width:65px}.h-lg-65{height:65px}}@media screen and (min-width:1200px){.font-xl-65{font-size:65px}.border-xl-65{border-width:65px!important}.w-xl-65{width:65px}.h-xl-65{height:65px}}@media screen and (min-width:1400px){.font-xxl-65{font-size:65px}.border-xxl-65{border-width:65px!important}.w-xxl-65{width:65px}.h-xxl-65{height:65px}}@media screen and (min-width:576px){.font-sm-66{font-size:66px}.border-sm-66{border-width:66px!important}.w-sm-66{width:66px}.h-sm-66{height:66px}}@media screen and (min-width:768px){.font-md-66{font-size:66px}.border-md-66{border-width:66px!important}.w-md-66{width:66px}.h-md-66{height:66px}}@media screen and (min-width:992px){.font-lg-66{font-size:66px}.border-lg-66{border-width:66px!important}.w-lg-66{width:66px}.h-lg-66{height:66px}}@media screen and (min-width:1200px){.font-xl-66{font-size:66px}.border-xl-66{border-width:66px!important}.w-xl-66{width:66px}.h-xl-66{height:66px}}@media screen and (min-width:1400px){.font-xxl-66{font-size:66px}.border-xxl-66{border-width:66px!important}.w-xxl-66{width:66px}.h-xxl-66{height:66px}}@media screen and (min-width:576px){.font-sm-67{font-size:67px}.border-sm-67{border-width:67px!important}.w-sm-67{width:67px}.h-sm-67{height:67px}}@media screen and (min-width:768px){.font-md-67{font-size:67px}.border-md-67{border-width:67px!important}.w-md-67{width:67px}.h-md-67{height:67px}}@media screen and (min-width:992px){.font-lg-67{font-size:67px}.border-lg-67{border-width:67px!important}.w-lg-67{width:67px}.h-lg-67{height:67px}}@media screen and (min-width:1200px){.font-xl-67{font-size:67px}.border-xl-67{border-width:67px!important}.w-xl-67{width:67px}.h-xl-67{height:67px}}@media screen and (min-width:1400px){.font-xxl-67{font-size:67px}.border-xxl-67{border-width:67px!important}.w-xxl-67{width:67px}.h-xxl-67{height:67px}}@media screen and (min-width:576px){.font-sm-68{font-size:68px}.border-sm-68{border-width:68px!important}.w-sm-68{width:68px}.h-sm-68{height:68px}}@media screen and (min-width:768px){.font-md-68{font-size:68px}.border-md-68{border-width:68px!important}.w-md-68{width:68px}.h-md-68{height:68px}}@media screen and (min-width:992px){.font-lg-68{font-size:68px}.border-lg-68{border-width:68px!important}.w-lg-68{width:68px}.h-lg-68{height:68px}}@media screen and (min-width:1200px){.font-xl-68{font-size:68px}.border-xl-68{border-width:68px!important}.w-xl-68{width:68px}.h-xl-68{height:68px}}@media screen and (min-width:1400px){.font-xxl-68{font-size:68px}.border-xxl-68{border-width:68px!important}.w-xxl-68{width:68px}.h-xxl-68{height:68px}}@media screen and (min-width:576px){.font-sm-69{font-size:69px}.border-sm-69{border-width:69px!important}.w-sm-69{width:69px}.h-sm-69{height:69px}}@media screen and (min-width:768px){.font-md-69{font-size:69px}.border-md-69{border-width:69px!important}.w-md-69{width:69px}.h-md-69{height:69px}}@media screen and (min-width:992px){.font-lg-69{font-size:69px}.border-lg-69{border-width:69px!important}.w-lg-69{width:69px}.h-lg-69{height:69px}}@media screen and (min-width:1200px){.font-xl-69{font-size:69px}.border-xl-69{border-width:69px!important}.w-xl-69{width:69px}.h-xl-69{height:69px}}@media screen and (min-width:1400px){.font-xxl-69{font-size:69px}.border-xxl-69{border-width:69px!important}.w-xxl-69{width:69px}.h-xxl-69{height:69px}}@media screen and (min-width:576px){.font-sm-70{font-size:70px}.border-sm-70{border-width:70px!important}.w-sm-70{width:70px}.h-sm-70{height:70px}}@media screen and (min-width:768px){.font-md-70{font-size:70px}.border-md-70{border-width:70px!important}.w-md-70{width:70px}.h-md-70{height:70px}}@media screen and (min-width:992px){.font-lg-70{font-size:70px}.border-lg-70{border-width:70px!important}.w-lg-70{width:70px}.h-lg-70{height:70px}}@media screen and (min-width:1200px){.font-xl-70{font-size:70px}.border-xl-70{border-width:70px!important}.w-xl-70{width:70px}.h-xl-70{height:70px}}@media screen and (min-width:1400px){.font-xxl-70{font-size:70px}.border-xxl-70{border-width:70px!important}.w-xxl-70{width:70px}.h-xxl-70{height:70px}}@media screen and (min-width:576px){.font-sm-71{font-size:71px}.border-sm-71{border-width:71px!important}.w-sm-71{width:71px}.h-sm-71{height:71px}}@media screen and (min-width:768px){.font-md-71{font-size:71px}.border-md-71{border-width:71px!important}.w-md-71{width:71px}.h-md-71{height:71px}}@media screen and (min-width:992px){.font-lg-71{font-size:71px}.border-lg-71{border-width:71px!important}.w-lg-71{width:71px}.h-lg-71{height:71px}}@media screen and (min-width:1200px){.font-xl-71{font-size:71px}.border-xl-71{border-width:71px!important}.w-xl-71{width:71px}.h-xl-71{height:71px}}@media screen and (min-width:1400px){.font-xxl-71{font-size:71px}.border-xxl-71{border-width:71px!important}.w-xxl-71{width:71px}.h-xxl-71{height:71px}}@media screen and (min-width:576px){.font-sm-72{font-size:72px}.border-sm-72{border-width:72px!important}.w-sm-72{width:72px}.h-sm-72{height:72px}}@media screen and (min-width:768px){.font-md-72{font-size:72px}.border-md-72{border-width:72px!important}.w-md-72{width:72px}.h-md-72{height:72px}}@media screen and (min-width:992px){.font-lg-72{font-size:72px}.border-lg-72{border-width:72px!important}.w-lg-72{width:72px}.h-lg-72{height:72px}}@media screen and (min-width:1200px){.font-xl-72{font-size:72px}.border-xl-72{border-width:72px!important}.w-xl-72{width:72px}.h-xl-72{height:72px}}@media screen and (min-width:1400px){.font-xxl-72{font-size:72px}.border-xxl-72{border-width:72px!important}.w-xxl-72{width:72px}.h-xxl-72{height:72px}}@media screen and (min-width:576px){.font-sm-73{font-size:73px}.border-sm-73{border-width:73px!important}.w-sm-73{width:73px}.h-sm-73{height:73px}}@media screen and (min-width:768px){.font-md-73{font-size:73px}.border-md-73{border-width:73px!important}.w-md-73{width:73px}.h-md-73{height:73px}}@media screen and (min-width:992px){.font-lg-73{font-size:73px}.border-lg-73{border-width:73px!important}.w-lg-73{width:73px}.h-lg-73{height:73px}}@media screen and (min-width:1200px){.font-xl-73{font-size:73px}.border-xl-73{border-width:73px!important}.w-xl-73{width:73px}.h-xl-73{height:73px}}@media screen and (min-width:1400px){.font-xxl-73{font-size:73px}.border-xxl-73{border-width:73px!important}.w-xxl-73{width:73px}.h-xxl-73{height:73px}}@media screen and (min-width:576px){.font-sm-74{font-size:74px}.border-sm-74{border-width:74px!important}.w-sm-74{width:74px}.h-sm-74{height:74px}}@media screen and (min-width:768px){.font-md-74{font-size:74px}.border-md-74{border-width:74px!important}.w-md-74{width:74px}.h-md-74{height:74px}}@media screen and (min-width:992px){.font-lg-74{font-size:74px}.border-lg-74{border-width:74px!important}.w-lg-74{width:74px}.h-lg-74{height:74px}}@media screen and (min-width:1200px){.font-xl-74{font-size:74px}.border-xl-74{border-width:74px!important}.w-xl-74{width:74px}.h-xl-74{height:74px}}@media screen and (min-width:1400px){.font-xxl-74{font-size:74px}.border-xxl-74{border-width:74px!important}.w-xxl-74{width:74px}.h-xxl-74{height:74px}}@media screen and (min-width:576px){.font-sm-75{font-size:75px}.border-sm-75{border-width:75px!important}.w-sm-75{width:75px}.h-sm-75{height:75px}}@media screen and (min-width:768px){.font-md-75{font-size:75px}.border-md-75{border-width:75px!important}.w-md-75{width:75px}.h-md-75{height:75px}}@media screen and (min-width:992px){.font-lg-75{font-size:75px}.border-lg-75{border-width:75px!important}.w-lg-75{width:75px}.h-lg-75{height:75px}}@media screen and (min-width:1200px){.font-xl-75{font-size:75px}.border-xl-75{border-width:75px!important}.w-xl-75{width:75px}.h-xl-75{height:75px}}@media screen and (min-width:1400px){.font-xxl-75{font-size:75px}.border-xxl-75{border-width:75px!important}.w-xxl-75{width:75px}.h-xxl-75{height:75px}}@media screen and (min-width:576px){.font-sm-76{font-size:76px}.border-sm-76{border-width:76px!important}.w-sm-76{width:76px}.h-sm-76{height:76px}}@media screen and (min-width:768px){.font-md-76{font-size:76px}.border-md-76{border-width:76px!important}.w-md-76{width:76px}.h-md-76{height:76px}}@media screen and (min-width:992px){.font-lg-76{font-size:76px}.border-lg-76{border-width:76px!important}.w-lg-76{width:76px}.h-lg-76{height:76px}}@media screen and (min-width:1200px){.font-xl-76{font-size:76px}.border-xl-76{border-width:76px!important}.w-xl-76{width:76px}.h-xl-76{height:76px}}@media screen and (min-width:1400px){.font-xxl-76{font-size:76px}.border-xxl-76{border-width:76px!important}.w-xxl-76{width:76px}.h-xxl-76{height:76px}}@media screen and (min-width:576px){.font-sm-77{font-size:77px}.border-sm-77{border-width:77px!important}.w-sm-77{width:77px}.h-sm-77{height:77px}}@media screen and (min-width:768px){.font-md-77{font-size:77px}.border-md-77{border-width:77px!important}.w-md-77{width:77px}.h-md-77{height:77px}}@media screen and (min-width:992px){.font-lg-77{font-size:77px}.border-lg-77{border-width:77px!important}.w-lg-77{width:77px}.h-lg-77{height:77px}}@media screen and (min-width:1200px){.font-xl-77{font-size:77px}.border-xl-77{border-width:77px!important}.w-xl-77{width:77px}.h-xl-77{height:77px}}@media screen and (min-width:1400px){.font-xxl-77{font-size:77px}.border-xxl-77{border-width:77px!important}.w-xxl-77{width:77px}.h-xxl-77{height:77px}}@media screen and (min-width:576px){.font-sm-78{font-size:78px}.border-sm-78{border-width:78px!important}.w-sm-78{width:78px}.h-sm-78{height:78px}}@media screen and (min-width:768px){.font-md-78{font-size:78px}.border-md-78{border-width:78px!important}.w-md-78{width:78px}.h-md-78{height:78px}}@media screen and (min-width:992px){.font-lg-78{font-size:78px}.border-lg-78{border-width:78px!important}.w-lg-78{width:78px}.h-lg-78{height:78px}}@media screen and (min-width:1200px){.font-xl-78{font-size:78px}.border-xl-78{border-width:78px!important}.w-xl-78{width:78px}.h-xl-78{height:78px}}@media screen and (min-width:1400px){.font-xxl-78{font-size:78px}.border-xxl-78{border-width:78px!important}.w-xxl-78{width:78px}.h-xxl-78{height:78px}}@media screen and (min-width:576px){.font-sm-79{font-size:79px}.border-sm-79{border-width:79px!important}.w-sm-79{width:79px}.h-sm-79{height:79px}}@media screen and (min-width:768px){.font-md-79{font-size:79px}.border-md-79{border-width:79px!important}.w-md-79{width:79px}.h-md-79{height:79px}}@media screen and (min-width:992px){.font-lg-79{font-size:79px}.border-lg-79{border-width:79px!important}.w-lg-79{width:79px}.h-lg-79{height:79px}}@media screen and (min-width:1200px){.font-xl-79{font-size:79px}.border-xl-79{border-width:79px!important}.w-xl-79{width:79px}.h-xl-79{height:79px}}@media screen and (min-width:1400px){.font-xxl-79{font-size:79px}.border-xxl-79{border-width:79px!important}.w-xxl-79{width:79px}.h-xxl-79{height:79px}}@media screen and (min-width:576px){.font-sm-80{font-size:80px}.border-sm-80{border-width:80px!important}.w-sm-80{width:80px}.h-sm-80{height:80px}}@media screen and (min-width:768px){.font-md-80{font-size:80px}.border-md-80{border-width:80px!important}.w-md-80{width:80px}.h-md-80{height:80px}}@media screen and (min-width:992px){.font-lg-80{font-size:80px}.border-lg-80{border-width:80px!important}.w-lg-80{width:80px}.h-lg-80{height:80px}}@media screen and (min-width:1200px){.font-xl-80{font-size:80px}.border-xl-80{border-width:80px!important}.w-xl-80{width:80px}.h-xl-80{height:80px}}@media screen and (min-width:1400px){.font-xxl-80{font-size:80px}.border-xxl-80{border-width:80px!important}.w-xxl-80{width:80px}.h-xxl-80{height:80px}}@media screen and (min-width:576px){.font-sm-81{font-size:81px}.border-sm-81{border-width:81px!important}.w-sm-81{width:81px}.h-sm-81{height:81px}}@media screen and (min-width:768px){.font-md-81{font-size:81px}.border-md-81{border-width:81px!important}.w-md-81{width:81px}.h-md-81{height:81px}}@media screen and (min-width:992px){.font-lg-81{font-size:81px}.border-lg-81{border-width:81px!important}.w-lg-81{width:81px}.h-lg-81{height:81px}}@media screen and (min-width:1200px){.font-xl-81{font-size:81px}.border-xl-81{border-width:81px!important}.w-xl-81{width:81px}.h-xl-81{height:81px}}@media screen and (min-width:1400px){.font-xxl-81{font-size:81px}.border-xxl-81{border-width:81px!important}.w-xxl-81{width:81px}.h-xxl-81{height:81px}}@media screen and (min-width:576px){.font-sm-82{font-size:82px}.border-sm-82{border-width:82px!important}.w-sm-82{width:82px}.h-sm-82{height:82px}}@media screen and (min-width:768px){.font-md-82{font-size:82px}.border-md-82{border-width:82px!important}.w-md-82{width:82px}.h-md-82{height:82px}}@media screen and (min-width:992px){.font-lg-82{font-size:82px}.border-lg-82{border-width:82px!important}.w-lg-82{width:82px}.h-lg-82{height:82px}}@media screen and (min-width:1200px){.font-xl-82{font-size:82px}.border-xl-82{border-width:82px!important}.w-xl-82{width:82px}.h-xl-82{height:82px}}@media screen and (min-width:1400px){.font-xxl-82{font-size:82px}.border-xxl-82{border-width:82px!important}.w-xxl-82{width:82px}.h-xxl-82{height:82px}}@media screen and (min-width:576px){.font-sm-83{font-size:83px}.border-sm-83{border-width:83px!important}.w-sm-83{width:83px}.h-sm-83{height:83px}}@media screen and (min-width:768px){.font-md-83{font-size:83px}.border-md-83{border-width:83px!important}.w-md-83{width:83px}.h-md-83{height:83px}}@media screen and (min-width:992px){.font-lg-83{font-size:83px}.border-lg-83{border-width:83px!important}.w-lg-83{width:83px}.h-lg-83{height:83px}}@media screen and (min-width:1200px){.font-xl-83{font-size:83px}.border-xl-83{border-width:83px!important}.w-xl-83{width:83px}.h-xl-83{height:83px}}@media screen and (min-width:1400px){.font-xxl-83{font-size:83px}.border-xxl-83{border-width:83px!important}.w-xxl-83{width:83px}.h-xxl-83{height:83px}}@media screen and (min-width:576px){.font-sm-84{font-size:84px}.border-sm-84{border-width:84px!important}.w-sm-84{width:84px}.h-sm-84{height:84px}}@media screen and (min-width:768px){.font-md-84{font-size:84px}.border-md-84{border-width:84px!important}.w-md-84{width:84px}.h-md-84{height:84px}}@media screen and (min-width:992px){.font-lg-84{font-size:84px}.border-lg-84{border-width:84px!important}.w-lg-84{width:84px}.h-lg-84{height:84px}}@media screen and (min-width:1200px){.font-xl-84{font-size:84px}.border-xl-84{border-width:84px!important}.w-xl-84{width:84px}.h-xl-84{height:84px}}@media screen and (min-width:1400px){.font-xxl-84{font-size:84px}.border-xxl-84{border-width:84px!important}.w-xxl-84{width:84px}.h-xxl-84{height:84px}}@media screen and (min-width:576px){.font-sm-85{font-size:85px}.border-sm-85{border-width:85px!important}.w-sm-85{width:85px}.h-sm-85{height:85px}}@media screen and (min-width:768px){.font-md-85{font-size:85px}.border-md-85{border-width:85px!important}.w-md-85{width:85px}.h-md-85{height:85px}}@media screen and (min-width:992px){.font-lg-85{font-size:85px}.border-lg-85{border-width:85px!important}.w-lg-85{width:85px}.h-lg-85{height:85px}}@media screen and (min-width:1200px){.font-xl-85{font-size:85px}.border-xl-85{border-width:85px!important}.w-xl-85{width:85px}.h-xl-85{height:85px}}@media screen and (min-width:1400px){.font-xxl-85{font-size:85px}.border-xxl-85{border-width:85px!important}.w-xxl-85{width:85px}.h-xxl-85{height:85px}}@media screen and (min-width:576px){.font-sm-86{font-size:86px}.border-sm-86{border-width:86px!important}.w-sm-86{width:86px}.h-sm-86{height:86px}}@media screen and (min-width:768px){.font-md-86{font-size:86px}.border-md-86{border-width:86px!important}.w-md-86{width:86px}.h-md-86{height:86px}}@media screen and (min-width:992px){.font-lg-86{font-size:86px}.border-lg-86{border-width:86px!important}.w-lg-86{width:86px}.h-lg-86{height:86px}}@media screen and (min-width:1200px){.font-xl-86{font-size:86px}.border-xl-86{border-width:86px!important}.w-xl-86{width:86px}.h-xl-86{height:86px}}@media screen and (min-width:1400px){.font-xxl-86{font-size:86px}.border-xxl-86{border-width:86px!important}.w-xxl-86{width:86px}.h-xxl-86{height:86px}}@media screen and (min-width:576px){.font-sm-87{font-size:87px}.border-sm-87{border-width:87px!important}.w-sm-87{width:87px}.h-sm-87{height:87px}}@media screen and (min-width:768px){.font-md-87{font-size:87px}.border-md-87{border-width:87px!important}.w-md-87{width:87px}.h-md-87{height:87px}}@media screen and (min-width:992px){.font-lg-87{font-size:87px}.border-lg-87{border-width:87px!important}.w-lg-87{width:87px}.h-lg-87{height:87px}}@media screen and (min-width:1200px){.font-xl-87{font-size:87px}.border-xl-87{border-width:87px!important}.w-xl-87{width:87px}.h-xl-87{height:87px}}@media screen and (min-width:1400px){.font-xxl-87{font-size:87px}.border-xxl-87{border-width:87px!important}.w-xxl-87{width:87px}.h-xxl-87{height:87px}}@media screen and (min-width:576px){.font-sm-88{font-size:88px}.border-sm-88{border-width:88px!important}.w-sm-88{width:88px}.h-sm-88{height:88px}}@media screen and (min-width:768px){.font-md-88{font-size:88px}.border-md-88{border-width:88px!important}.w-md-88{width:88px}.h-md-88{height:88px}}@media screen and (min-width:992px){.font-lg-88{font-size:88px}.border-lg-88{border-width:88px!important}.w-lg-88{width:88px}.h-lg-88{height:88px}}@media screen and (min-width:1200px){.font-xl-88{font-size:88px}.border-xl-88{border-width:88px!important}.w-xl-88{width:88px}.h-xl-88{height:88px}}@media screen and (min-width:1400px){.font-xxl-88{font-size:88px}.border-xxl-88{border-width:88px!important}.w-xxl-88{width:88px}.h-xxl-88{height:88px}}@media screen and (min-width:576px){.font-sm-89{font-size:89px}.border-sm-89{border-width:89px!important}.w-sm-89{width:89px}.h-sm-89{height:89px}}@media screen and (min-width:768px){.font-md-89{font-size:89px}.border-md-89{border-width:89px!important}.w-md-89{width:89px}.h-md-89{height:89px}}@media screen and (min-width:992px){.font-lg-89{font-size:89px}.border-lg-89{border-width:89px!important}.w-lg-89{width:89px}.h-lg-89{height:89px}}@media screen and (min-width:1200px){.font-xl-89{font-size:89px}.border-xl-89{border-width:89px!important}.w-xl-89{width:89px}.h-xl-89{height:89px}}@media screen and (min-width:1400px){.font-xxl-89{font-size:89px}.border-xxl-89{border-width:89px!important}.w-xxl-89{width:89px}.h-xxl-89{height:89px}}@media screen and (min-width:576px){.font-sm-90{font-size:90px}.border-sm-90{border-width:90px!important}.w-sm-90{width:90px}.h-sm-90{height:90px}}@media screen and (min-width:768px){.font-md-90{font-size:90px}.border-md-90{border-width:90px!important}.w-md-90{width:90px}.h-md-90{height:90px}}@media screen and (min-width:992px){.font-lg-90{font-size:90px}.border-lg-90{border-width:90px!important}.w-lg-90{width:90px}.h-lg-90{height:90px}}@media screen and (min-width:1200px){.font-xl-90{font-size:90px}.border-xl-90{border-width:90px!important}.w-xl-90{width:90px}.h-xl-90{height:90px}}@media screen and (min-width:1400px){.font-xxl-90{font-size:90px}.border-xxl-90{border-width:90px!important}.w-xxl-90{width:90px}.h-xxl-90{height:90px}}@media screen and (min-width:576px){.font-sm-91{font-size:91px}.border-sm-91{border-width:91px!important}.w-sm-91{width:91px}.h-sm-91{height:91px}}@media screen and (min-width:768px){.font-md-91{font-size:91px}.border-md-91{border-width:91px!important}.w-md-91{width:91px}.h-md-91{height:91px}}@media screen and (min-width:992px){.font-lg-91{font-size:91px}.border-lg-91{border-width:91px!important}.w-lg-91{width:91px}.h-lg-91{height:91px}}@media screen and (min-width:1200px){.font-xl-91{font-size:91px}.border-xl-91{border-width:91px!important}.w-xl-91{width:91px}.h-xl-91{height:91px}}@media screen and (min-width:1400px){.font-xxl-91{font-size:91px}.border-xxl-91{border-width:91px!important}.w-xxl-91{width:91px}.h-xxl-91{height:91px}}@media screen and (min-width:576px){.font-sm-92{font-size:92px}.border-sm-92{border-width:92px!important}.w-sm-92{width:92px}.h-sm-92{height:92px}}@media screen and (min-width:768px){.font-md-92{font-size:92px}.border-md-92{border-width:92px!important}.w-md-92{width:92px}.h-md-92{height:92px}}@media screen and (min-width:992px){.font-lg-92{font-size:92px}.border-lg-92{border-width:92px!important}.w-lg-92{width:92px}.h-lg-92{height:92px}}@media screen and (min-width:1200px){.font-xl-92{font-size:92px}.border-xl-92{border-width:92px!important}.w-xl-92{width:92px}.h-xl-92{height:92px}}@media screen and (min-width:1400px){.font-xxl-92{font-size:92px}.border-xxl-92{border-width:92px!important}.w-xxl-92{width:92px}.h-xxl-92{height:92px}}@media screen and (min-width:576px){.font-sm-93{font-size:93px}.border-sm-93{border-width:93px!important}.w-sm-93{width:93px}.h-sm-93{height:93px}}@media screen and (min-width:768px){.font-md-93{font-size:93px}.border-md-93{border-width:93px!important}.w-md-93{width:93px}.h-md-93{height:93px}}@media screen and (min-width:992px){.font-lg-93{font-size:93px}.border-lg-93{border-width:93px!important}.w-lg-93{width:93px}.h-lg-93{height:93px}}@media screen and (min-width:1200px){.font-xl-93{font-size:93px}.border-xl-93{border-width:93px!important}.w-xl-93{width:93px}.h-xl-93{height:93px}}@media screen and (min-width:1400px){.font-xxl-93{font-size:93px}.border-xxl-93{border-width:93px!important}.w-xxl-93{width:93px}.h-xxl-93{height:93px}}@media screen and (min-width:576px){.font-sm-94{font-size:94px}.border-sm-94{border-width:94px!important}.w-sm-94{width:94px}.h-sm-94{height:94px}}@media screen and (min-width:768px){.font-md-94{font-size:94px}.border-md-94{border-width:94px!important}.w-md-94{width:94px}.h-md-94{height:94px}}@media screen and (min-width:992px){.font-lg-94{font-size:94px}.border-lg-94{border-width:94px!important}.w-lg-94{width:94px}.h-lg-94{height:94px}}@media screen and (min-width:1200px){.font-xl-94{font-size:94px}.border-xl-94{border-width:94px!important}.w-xl-94{width:94px}.h-xl-94{height:94px}}@media screen and (min-width:1400px){.font-xxl-94{font-size:94px}.border-xxl-94{border-width:94px!important}.w-xxl-94{width:94px}.h-xxl-94{height:94px}}@media screen and (min-width:576px){.font-sm-95{font-size:95px}.border-sm-95{border-width:95px!important}.w-sm-95{width:95px}.h-sm-95{height:95px}}@media screen and (min-width:768px){.font-md-95{font-size:95px}.border-md-95{border-width:95px!important}.w-md-95{width:95px}.h-md-95{height:95px}}@media screen and (min-width:992px){.font-lg-95{font-size:95px}.border-lg-95{border-width:95px!important}.w-lg-95{width:95px}.h-lg-95{height:95px}}@media screen and (min-width:1200px){.font-xl-95{font-size:95px}.border-xl-95{border-width:95px!important}.w-xl-95{width:95px}.h-xl-95{height:95px}}@media screen and (min-width:1400px){.font-xxl-95{font-size:95px}.border-xxl-95{border-width:95px!important}.w-xxl-95{width:95px}.h-xxl-95{height:95px}}@media screen and (min-width:576px){.font-sm-96{font-size:96px}.border-sm-96{border-width:96px!important}.w-sm-96{width:96px}.h-sm-96{height:96px}}@media screen and (min-width:768px){.font-md-96{font-size:96px}.border-md-96{border-width:96px!important}.w-md-96{width:96px}.h-md-96{height:96px}}@media screen and (min-width:992px){.font-lg-96{font-size:96px}.border-lg-96{border-width:96px!important}.w-lg-96{width:96px}.h-lg-96{height:96px}}@media screen and (min-width:1200px){.font-xl-96{font-size:96px}.border-xl-96{border-width:96px!important}.w-xl-96{width:96px}.h-xl-96{height:96px}}@media screen and (min-width:1400px){.font-xxl-96{font-size:96px}.border-xxl-96{border-width:96px!important}.w-xxl-96{width:96px}.h-xxl-96{height:96px}}@media screen and (min-width:576px){.font-sm-97{font-size:97px}.border-sm-97{border-width:97px!important}.w-sm-97{width:97px}.h-sm-97{height:97px}}@media screen and (min-width:768px){.font-md-97{font-size:97px}.border-md-97{border-width:97px!important}.w-md-97{width:97px}.h-md-97{height:97px}}@media screen and (min-width:992px){.font-lg-97{font-size:97px}.border-lg-97{border-width:97px!important}.w-lg-97{width:97px}.h-lg-97{height:97px}}@media screen and (min-width:1200px){.font-xl-97{font-size:97px}.border-xl-97{border-width:97px!important}.w-xl-97{width:97px}.h-xl-97{height:97px}}@media screen and (min-width:1400px){.font-xxl-97{font-size:97px}.border-xxl-97{border-width:97px!important}.w-xxl-97{width:97px}.h-xxl-97{height:97px}}@media screen and (min-width:576px){.font-sm-98{font-size:98px}.border-sm-98{border-width:98px!important}.w-sm-98{width:98px}.h-sm-98{height:98px}}@media screen and (min-width:768px){.font-md-98{font-size:98px}.border-md-98{border-width:98px!important}.w-md-98{width:98px}.h-md-98{height:98px}}@media screen and (min-width:992px){.font-lg-98{font-size:98px}.border-lg-98{border-width:98px!important}.w-lg-98{width:98px}.h-lg-98{height:98px}}@media screen and (min-width:1200px){.font-xl-98{font-size:98px}.border-xl-98{border-width:98px!important}.w-xl-98{width:98px}.h-xl-98{height:98px}}@media screen and (min-width:1400px){.font-xxl-98{font-size:98px}.border-xxl-98{border-width:98px!important}.w-xxl-98{width:98px}.h-xxl-98{height:98px}}@media screen and (min-width:576px){.font-sm-99{font-size:99px}.border-sm-99{border-width:99px!important}.w-sm-99{width:99px}.h-sm-99{height:99px}}@media screen and (min-width:768px){.font-md-99{font-size:99px}.border-md-99{border-width:99px!important}.w-md-99{width:99px}.h-md-99{height:99px}}@media screen and (min-width:992px){.font-lg-99{font-size:99px}.border-lg-99{border-width:99px!important}.w-lg-99{width:99px}.h-lg-99{height:99px}}@media screen and (min-width:1200px){.font-xl-99{font-size:99px}.border-xl-99{border-width:99px!important}.w-xl-99{width:99px}.h-xl-99{height:99px}}@media screen and (min-width:1400px){.font-xxl-99{font-size:99px}.border-xxl-99{border-width:99px!important}.w-xxl-99{width:99px}.h-xxl-99{height:99px}}@media screen and (min-width:576px){.font-sm-100{font-size:100px}.border-sm-100{border-width:100px!important}.w-sm-100{width:100px}.h-sm-100{height:100px}}@media screen and (min-width:768px){.font-md-100{font-size:100px}.border-md-100{border-width:100px!important}.w-md-100{width:100px}.h-md-100{height:100px}}@media screen and (min-width:992px){.font-lg-100{font-size:100px}.border-lg-100{border-width:100px!important}.w-lg-100{width:100px}.h-lg-100{height:100px}}@media screen and (min-width:1200px){.font-xl-100{font-size:100px}.border-xl-100{border-width:100px!important}.w-xl-100{width:100px}.h-xl-100{height:100px}}@media screen and (min-width:1400px){.font-xxl-100{font-size:100px}.border-xxl-100{border-width:100px!important}.w-xxl-100{width:100px}.h-xxl-100{height:100px}}@media screen and (min-width:576px){.font-sm-101{font-size:101px}.border-sm-101{border-width:101px!important}.w-sm-101{width:101px}.h-sm-101{height:101px}}@media screen and (min-width:768px){.font-md-101{font-size:101px}.border-md-101{border-width:101px!important}.w-md-101{width:101px}.h-md-101{height:101px}}@media screen and (min-width:992px){.font-lg-101{font-size:101px}.border-lg-101{border-width:101px!important}.w-lg-101{width:101px}.h-lg-101{height:101px}}@media screen and (min-width:1200px){.font-xl-101{font-size:101px}.border-xl-101{border-width:101px!important}.w-xl-101{width:101px}.h-xl-101{height:101px}}@media screen and (min-width:1400px){.font-xxl-101{font-size:101px}.border-xxl-101{border-width:101px!important}.w-xxl-101{width:101px}.h-xxl-101{height:101px}}@media screen and (min-width:576px){.font-sm-102{font-size:102px}.border-sm-102{border-width:102px!important}.w-sm-102{width:102px}.h-sm-102{height:102px}}@media screen and (min-width:768px){.font-md-102{font-size:102px}.border-md-102{border-width:102px!important}.w-md-102{width:102px}.h-md-102{height:102px}}@media screen and (min-width:992px){.font-lg-102{font-size:102px}.border-lg-102{border-width:102px!important}.w-lg-102{width:102px}.h-lg-102{height:102px}}@media screen and (min-width:1200px){.font-xl-102{font-size:102px}.border-xl-102{border-width:102px!important}.w-xl-102{width:102px}.h-xl-102{height:102px}}@media screen and (min-width:1400px){.font-xxl-102{font-size:102px}.border-xxl-102{border-width:102px!important}.w-xxl-102{width:102px}.h-xxl-102{height:102px}}@media screen and (min-width:576px){.font-sm-103{font-size:103px}.border-sm-103{border-width:103px!important}.w-sm-103{width:103px}.h-sm-103{height:103px}}@media screen and (min-width:768px){.font-md-103{font-size:103px}.border-md-103{border-width:103px!important}.w-md-103{width:103px}.h-md-103{height:103px}}@media screen and (min-width:992px){.font-lg-103{font-size:103px}.border-lg-103{border-width:103px!important}.w-lg-103{width:103px}.h-lg-103{height:103px}}@media screen and (min-width:1200px){.font-xl-103{font-size:103px}.border-xl-103{border-width:103px!important}.w-xl-103{width:103px}.h-xl-103{height:103px}}@media screen and (min-width:1400px){.font-xxl-103{font-size:103px}.border-xxl-103{border-width:103px!important}.w-xxl-103{width:103px}.h-xxl-103{height:103px}}@media screen and (min-width:576px){.font-sm-104{font-size:104px}.border-sm-104{border-width:104px!important}.w-sm-104{width:104px}.h-sm-104{height:104px}}@media screen and (min-width:768px){.font-md-104{font-size:104px}.border-md-104{border-width:104px!important}.w-md-104{width:104px}.h-md-104{height:104px}}@media screen and (min-width:992px){.font-lg-104{font-size:104px}.border-lg-104{border-width:104px!important}.w-lg-104{width:104px}.h-lg-104{height:104px}}@media screen and (min-width:1200px){.font-xl-104{font-size:104px}.border-xl-104{border-width:104px!important}.w-xl-104{width:104px}.h-xl-104{height:104px}}@media screen and (min-width:1400px){.font-xxl-104{font-size:104px}.border-xxl-104{border-width:104px!important}.w-xxl-104{width:104px}.h-xxl-104{height:104px}}@media screen and (min-width:576px){.font-sm-105{font-size:105px}.border-sm-105{border-width:105px!important}.w-sm-105{width:105px}.h-sm-105{height:105px}}@media screen and (min-width:768px){.font-md-105{font-size:105px}.border-md-105{border-width:105px!important}.w-md-105{width:105px}.h-md-105{height:105px}}@media screen and (min-width:992px){.font-lg-105{font-size:105px}.border-lg-105{border-width:105px!important}.w-lg-105{width:105px}.h-lg-105{height:105px}}@media screen and (min-width:1200px){.font-xl-105{font-size:105px}.border-xl-105{border-width:105px!important}.w-xl-105{width:105px}.h-xl-105{height:105px}}@media screen and (min-width:1400px){.font-xxl-105{font-size:105px}.border-xxl-105{border-width:105px!important}.w-xxl-105{width:105px}.h-xxl-105{height:105px}}@media screen and (min-width:576px){.font-sm-106{font-size:106px}.border-sm-106{border-width:106px!important}.w-sm-106{width:106px}.h-sm-106{height:106px}}@media screen and (min-width:768px){.font-md-106{font-size:106px}.border-md-106{border-width:106px!important}.w-md-106{width:106px}.h-md-106{height:106px}}@media screen and (min-width:992px){.font-lg-106{font-size:106px}.border-lg-106{border-width:106px!important}.w-lg-106{width:106px}.h-lg-106{height:106px}}@media screen and (min-width:1200px){.font-xl-106{font-size:106px}.border-xl-106{border-width:106px!important}.w-xl-106{width:106px}.h-xl-106{height:106px}}@media screen and (min-width:1400px){.font-xxl-106{font-size:106px}.border-xxl-106{border-width:106px!important}.w-xxl-106{width:106px}.h-xxl-106{height:106px}}@media screen and (min-width:576px){.font-sm-107{font-size:107px}.border-sm-107{border-width:107px!important}.w-sm-107{width:107px}.h-sm-107{height:107px}}@media screen and (min-width:768px){.font-md-107{font-size:107px}.border-md-107{border-width:107px!important}.w-md-107{width:107px}.h-md-107{height:107px}}@media screen and (min-width:992px){.font-lg-107{font-size:107px}.border-lg-107{border-width:107px!important}.w-lg-107{width:107px}.h-lg-107{height:107px}}@media screen and (min-width:1200px){.font-xl-107{font-size:107px}.border-xl-107{border-width:107px!important}.w-xl-107{width:107px}.h-xl-107{height:107px}}@media screen and (min-width:1400px){.font-xxl-107{font-size:107px}.border-xxl-107{border-width:107px!important}.w-xxl-107{width:107px}.h-xxl-107{height:107px}}@media screen and (min-width:576px){.font-sm-108{font-size:108px}.border-sm-108{border-width:108px!important}.w-sm-108{width:108px}.h-sm-108{height:108px}}@media screen and (min-width:768px){.font-md-108{font-size:108px}.border-md-108{border-width:108px!important}.w-md-108{width:108px}.h-md-108{height:108px}}@media screen and (min-width:992px){.font-lg-108{font-size:108px}.border-lg-108{border-width:108px!important}.w-lg-108{width:108px}.h-lg-108{height:108px}}@media screen and (min-width:1200px){.font-xl-108{font-size:108px}.border-xl-108{border-width:108px!important}.w-xl-108{width:108px}.h-xl-108{height:108px}}@media screen and (min-width:1400px){.font-xxl-108{font-size:108px}.border-xxl-108{border-width:108px!important}.w-xxl-108{width:108px}.h-xxl-108{height:108px}}@media screen and (min-width:576px){.font-sm-109{font-size:109px}.border-sm-109{border-width:109px!important}.w-sm-109{width:109px}.h-sm-109{height:109px}}@media screen and (min-width:768px){.font-md-109{font-size:109px}.border-md-109{border-width:109px!important}.w-md-109{width:109px}.h-md-109{height:109px}}@media screen and (min-width:992px){.font-lg-109{font-size:109px}.border-lg-109{border-width:109px!important}.w-lg-109{width:109px}.h-lg-109{height:109px}}@media screen and (min-width:1200px){.font-xl-109{font-size:109px}.border-xl-109{border-width:109px!important}.w-xl-109{width:109px}.h-xl-109{height:109px}}@media screen and (min-width:1400px){.font-xxl-109{font-size:109px}.border-xxl-109{border-width:109px!important}.w-xxl-109{width:109px}.h-xxl-109{height:109px}}@media screen and (min-width:576px){.font-sm-110{font-size:110px}.border-sm-110{border-width:110px!important}.w-sm-110{width:110px}.h-sm-110{height:110px}}@media screen and (min-width:768px){.font-md-110{font-size:110px}.border-md-110{border-width:110px!important}.w-md-110{width:110px}.h-md-110{height:110px}}@media screen and (min-width:992px){.font-lg-110{font-size:110px}.border-lg-110{border-width:110px!important}.w-lg-110{width:110px}.h-lg-110{height:110px}}@media screen and (min-width:1200px){.font-xl-110{font-size:110px}.border-xl-110{border-width:110px!important}.w-xl-110{width:110px}.h-xl-110{height:110px}}@media screen and (min-width:1400px){.font-xxl-110{font-size:110px}.border-xxl-110{border-width:110px!important}.w-xxl-110{width:110px}.h-xxl-110{height:110px}}@media screen and (min-width:576px){.font-sm-111{font-size:111px}.border-sm-111{border-width:111px!important}.w-sm-111{width:111px}.h-sm-111{height:111px}}@media screen and (min-width:768px){.font-md-111{font-size:111px}.border-md-111{border-width:111px!important}.w-md-111{width:111px}.h-md-111{height:111px}}@media screen and (min-width:992px){.font-lg-111{font-size:111px}.border-lg-111{border-width:111px!important}.w-lg-111{width:111px}.h-lg-111{height:111px}}@media screen and (min-width:1200px){.font-xl-111{font-size:111px}.border-xl-111{border-width:111px!important}.w-xl-111{width:111px}.h-xl-111{height:111px}}@media screen and (min-width:1400px){.font-xxl-111{font-size:111px}.border-xxl-111{border-width:111px!important}.w-xxl-111{width:111px}.h-xxl-111{height:111px}}@media screen and (min-width:576px){.font-sm-112{font-size:112px}.border-sm-112{border-width:112px!important}.w-sm-112{width:112px}.h-sm-112{height:112px}}@media screen and (min-width:768px){.font-md-112{font-size:112px}.border-md-112{border-width:112px!important}.w-md-112{width:112px}.h-md-112{height:112px}}@media screen and (min-width:992px){.font-lg-112{font-size:112px}.border-lg-112{border-width:112px!important}.w-lg-112{width:112px}.h-lg-112{height:112px}}@media screen and (min-width:1200px){.font-xl-112{font-size:112px}.border-xl-112{border-width:112px!important}.w-xl-112{width:112px}.h-xl-112{height:112px}}@media screen and (min-width:1400px){.font-xxl-112{font-size:112px}.border-xxl-112{border-width:112px!important}.w-xxl-112{width:112px}.h-xxl-112{height:112px}}@media screen and (min-width:576px){.font-sm-113{font-size:113px}.border-sm-113{border-width:113px!important}.w-sm-113{width:113px}.h-sm-113{height:113px}}@media screen and (min-width:768px){.font-md-113{font-size:113px}.border-md-113{border-width:113px!important}.w-md-113{width:113px}.h-md-113{height:113px}}@media screen and (min-width:992px){.font-lg-113{font-size:113px}.border-lg-113{border-width:113px!important}.w-lg-113{width:113px}.h-lg-113{height:113px}}@media screen and (min-width:1200px){.font-xl-113{font-size:113px}.border-xl-113{border-width:113px!important}.w-xl-113{width:113px}.h-xl-113{height:113px}}@media screen and (min-width:1400px){.font-xxl-113{font-size:113px}.border-xxl-113{border-width:113px!important}.w-xxl-113{width:113px}.h-xxl-113{height:113px}}@media screen and (min-width:576px){.font-sm-114{font-size:114px}.border-sm-114{border-width:114px!important}.w-sm-114{width:114px}.h-sm-114{height:114px}}@media screen and (min-width:768px){.font-md-114{font-size:114px}.border-md-114{border-width:114px!important}.w-md-114{width:114px}.h-md-114{height:114px}}@media screen and (min-width:992px){.font-lg-114{font-size:114px}.border-lg-114{border-width:114px!important}.w-lg-114{width:114px}.h-lg-114{height:114px}}@media screen and (min-width:1200px){.font-xl-114{font-size:114px}.border-xl-114{border-width:114px!important}.w-xl-114{width:114px}.h-xl-114{height:114px}}@media screen and (min-width:1400px){.font-xxl-114{font-size:114px}.border-xxl-114{border-width:114px!important}.w-xxl-114{width:114px}.h-xxl-114{height:114px}}@media screen and (min-width:576px){.font-sm-115{font-size:115px}.border-sm-115{border-width:115px!important}.w-sm-115{width:115px}.h-sm-115{height:115px}}@media screen and (min-width:768px){.font-md-115{font-size:115px}.border-md-115{border-width:115px!important}.w-md-115{width:115px}.h-md-115{height:115px}}@media screen and (min-width:992px){.font-lg-115{font-size:115px}.border-lg-115{border-width:115px!important}.w-lg-115{width:115px}.h-lg-115{height:115px}}@media screen and (min-width:1200px){.font-xl-115{font-size:115px}.border-xl-115{border-width:115px!important}.w-xl-115{width:115px}.h-xl-115{height:115px}}@media screen and (min-width:1400px){.font-xxl-115{font-size:115px}.border-xxl-115{border-width:115px!important}.w-xxl-115{width:115px}.h-xxl-115{height:115px}}@media screen and (min-width:576px){.font-sm-116{font-size:116px}.border-sm-116{border-width:116px!important}.w-sm-116{width:116px}.h-sm-116{height:116px}}@media screen and (min-width:768px){.font-md-116{font-size:116px}.border-md-116{border-width:116px!important}.w-md-116{width:116px}.h-md-116{height:116px}}@media screen and (min-width:992px){.font-lg-116{font-size:116px}.border-lg-116{border-width:116px!important}.w-lg-116{width:116px}.h-lg-116{height:116px}}@media screen and (min-width:1200px){.font-xl-116{font-size:116px}.border-xl-116{border-width:116px!important}.w-xl-116{width:116px}.h-xl-116{height:116px}}@media screen and (min-width:1400px){.font-xxl-116{font-size:116px}.border-xxl-116{border-width:116px!important}.w-xxl-116{width:116px}.h-xxl-116{height:116px}}@media screen and (min-width:576px){.font-sm-117{font-size:117px}.border-sm-117{border-width:117px!important}.w-sm-117{width:117px}.h-sm-117{height:117px}}@media screen and (min-width:768px){.font-md-117{font-size:117px}.border-md-117{border-width:117px!important}.w-md-117{width:117px}.h-md-117{height:117px}}@media screen and (min-width:992px){.font-lg-117{font-size:117px}.border-lg-117{border-width:117px!important}.w-lg-117{width:117px}.h-lg-117{height:117px}}@media screen and (min-width:1200px){.font-xl-117{font-size:117px}.border-xl-117{border-width:117px!important}.w-xl-117{width:117px}.h-xl-117{height:117px}}@media screen and (min-width:1400px){.font-xxl-117{font-size:117px}.border-xxl-117{border-width:117px!important}.w-xxl-117{width:117px}.h-xxl-117{height:117px}}@media screen and (min-width:576px){.font-sm-118{font-size:118px}.border-sm-118{border-width:118px!important}.w-sm-118{width:118px}.h-sm-118{height:118px}}@media screen and (min-width:768px){.font-md-118{font-size:118px}.border-md-118{border-width:118px!important}.w-md-118{width:118px}.h-md-118{height:118px}}@media screen and (min-width:992px){.font-lg-118{font-size:118px}.border-lg-118{border-width:118px!important}.w-lg-118{width:118px}.h-lg-118{height:118px}}@media screen and (min-width:1200px){.font-xl-118{font-size:118px}.border-xl-118{border-width:118px!important}.w-xl-118{width:118px}.h-xl-118{height:118px}}@media screen and (min-width:1400px){.font-xxl-118{font-size:118px}.border-xxl-118{border-width:118px!important}.w-xxl-118{width:118px}.h-xxl-118{height:118px}}@media screen and (min-width:576px){.font-sm-119{font-size:119px}.border-sm-119{border-width:119px!important}.w-sm-119{width:119px}.h-sm-119{height:119px}}@media screen and (min-width:768px){.font-md-119{font-size:119px}.border-md-119{border-width:119px!important}.w-md-119{width:119px}.h-md-119{height:119px}}@media screen and (min-width:992px){.font-lg-119{font-size:119px}.border-lg-119{border-width:119px!important}.w-lg-119{width:119px}.h-lg-119{height:119px}}@media screen and (min-width:1200px){.font-xl-119{font-size:119px}.border-xl-119{border-width:119px!important}.w-xl-119{width:119px}.h-xl-119{height:119px}}@media screen and (min-width:1400px){.font-xxl-119{font-size:119px}.border-xxl-119{border-width:119px!important}.w-xxl-119{width:119px}.h-xxl-119{height:119px}}@media screen and (min-width:576px){.font-sm-120{font-size:120px}.border-sm-120{border-width:120px!important}.w-sm-120{width:120px}.h-sm-120{height:120px}}@media screen and (min-width:768px){.font-md-120{font-size:120px}.border-md-120{border-width:120px!important}.w-md-120{width:120px}.h-md-120{height:120px}}@media screen and (min-width:992px){.font-lg-120{font-size:120px}.border-lg-120{border-width:120px!important}.w-lg-120{width:120px}.h-lg-120{height:120px}}@media screen and (min-width:1200px){.font-xl-120{font-size:120px}.border-xl-120{border-width:120px!important}.w-xl-120{width:120px}.h-xl-120{height:120px}}@media screen and (min-width:1400px){.font-xxl-120{font-size:120px}.border-xxl-120{border-width:120px!important}.w-xxl-120{width:120px}.h-xxl-120{height:120px}}@media screen and (min-width:576px){.font-sm-121{font-size:121px}.border-sm-121{border-width:121px!important}.w-sm-121{width:121px}.h-sm-121{height:121px}}@media screen and (min-width:768px){.font-md-121{font-size:121px}.border-md-121{border-width:121px!important}.w-md-121{width:121px}.h-md-121{height:121px}}@media screen and (min-width:992px){.font-lg-121{font-size:121px}.border-lg-121{border-width:121px!important}.w-lg-121{width:121px}.h-lg-121{height:121px}}@media screen and (min-width:1200px){.font-xl-121{font-size:121px}.border-xl-121{border-width:121px!important}.w-xl-121{width:121px}.h-xl-121{height:121px}}@media screen and (min-width:1400px){.font-xxl-121{font-size:121px}.border-xxl-121{border-width:121px!important}.w-xxl-121{width:121px}.h-xxl-121{height:121px}}@media screen and (min-width:576px){.font-sm-122{font-size:122px}.border-sm-122{border-width:122px!important}.w-sm-122{width:122px}.h-sm-122{height:122px}}@media screen and (min-width:768px){.font-md-122{font-size:122px}.border-md-122{border-width:122px!important}.w-md-122{width:122px}.h-md-122{height:122px}}@media screen and (min-width:992px){.font-lg-122{font-size:122px}.border-lg-122{border-width:122px!important}.w-lg-122{width:122px}.h-lg-122{height:122px}}@media screen and (min-width:1200px){.font-xl-122{font-size:122px}.border-xl-122{border-width:122px!important}.w-xl-122{width:122px}.h-xl-122{height:122px}}@media screen and (min-width:1400px){.font-xxl-122{font-size:122px}.border-xxl-122{border-width:122px!important}.w-xxl-122{width:122px}.h-xxl-122{height:122px}}@media screen and (min-width:576px){.font-sm-123{font-size:123px}.border-sm-123{border-width:123px!important}.w-sm-123{width:123px}.h-sm-123{height:123px}}@media screen and (min-width:768px){.font-md-123{font-size:123px}.border-md-123{border-width:123px!important}.w-md-123{width:123px}.h-md-123{height:123px}}@media screen and (min-width:992px){.font-lg-123{font-size:123px}.border-lg-123{border-width:123px!important}.w-lg-123{width:123px}.h-lg-123{height:123px}}@media screen and (min-width:1200px){.font-xl-123{font-size:123px}.border-xl-123{border-width:123px!important}.w-xl-123{width:123px}.h-xl-123{height:123px}}@media screen and (min-width:1400px){.font-xxl-123{font-size:123px}.border-xxl-123{border-width:123px!important}.w-xxl-123{width:123px}.h-xxl-123{height:123px}}@media screen and (min-width:576px){.font-sm-124{font-size:124px}.border-sm-124{border-width:124px!important}.w-sm-124{width:124px}.h-sm-124{height:124px}}@media screen and (min-width:768px){.font-md-124{font-size:124px}.border-md-124{border-width:124px!important}.w-md-124{width:124px}.h-md-124{height:124px}}@media screen and (min-width:992px){.font-lg-124{font-size:124px}.border-lg-124{border-width:124px!important}.w-lg-124{width:124px}.h-lg-124{height:124px}}@media screen and (min-width:1200px){.font-xl-124{font-size:124px}.border-xl-124{border-width:124px!important}.w-xl-124{width:124px}.h-xl-124{height:124px}}@media screen and (min-width:1400px){.font-xxl-124{font-size:124px}.border-xxl-124{border-width:124px!important}.w-xxl-124{width:124px}.h-xxl-124{height:124px}}@media screen and (min-width:576px){.font-sm-125{font-size:125px}.border-sm-125{border-width:125px!important}.w-sm-125{width:125px}.h-sm-125{height:125px}}@media screen and (min-width:768px){.font-md-125{font-size:125px}.border-md-125{border-width:125px!important}.w-md-125{width:125px}.h-md-125{height:125px}}@media screen and (min-width:992px){.font-lg-125{font-size:125px}.border-lg-125{border-width:125px!important}.w-lg-125{width:125px}.h-lg-125{height:125px}}@media screen and (min-width:1200px){.font-xl-125{font-size:125px}.border-xl-125{border-width:125px!important}.w-xl-125{width:125px}.h-xl-125{height:125px}}@media screen and (min-width:1400px){.font-xxl-125{font-size:125px}.border-xxl-125{border-width:125px!important}.w-xxl-125{width:125px}.h-xxl-125{height:125px}}@media screen and (min-width:576px){.font-sm-126{font-size:126px}.border-sm-126{border-width:126px!important}.w-sm-126{width:126px}.h-sm-126{height:126px}}@media screen and (min-width:768px){.font-md-126{font-size:126px}.border-md-126{border-width:126px!important}.w-md-126{width:126px}.h-md-126{height:126px}}@media screen and (min-width:992px){.font-lg-126{font-size:126px}.border-lg-126{border-width:126px!important}.w-lg-126{width:126px}.h-lg-126{height:126px}}@media screen and (min-width:1200px){.font-xl-126{font-size:126px}.border-xl-126{border-width:126px!important}.w-xl-126{width:126px}.h-xl-126{height:126px}}@media screen and (min-width:1400px){.font-xxl-126{font-size:126px}.border-xxl-126{border-width:126px!important}.w-xxl-126{width:126px}.h-xxl-126{height:126px}}@media screen and (min-width:576px){.font-sm-127{font-size:127px}.border-sm-127{border-width:127px!important}.w-sm-127{width:127px}.h-sm-127{height:127px}}@media screen and (min-width:768px){.font-md-127{font-size:127px}.border-md-127{border-width:127px!important}.w-md-127{width:127px}.h-md-127{height:127px}}@media screen and (min-width:992px){.font-lg-127{font-size:127px}.border-lg-127{border-width:127px!important}.w-lg-127{width:127px}.h-lg-127{height:127px}}@media screen and (min-width:1200px){.font-xl-127{font-size:127px}.border-xl-127{border-width:127px!important}.w-xl-127{width:127px}.h-xl-127{height:127px}}@media screen and (min-width:1400px){.font-xxl-127{font-size:127px}.border-xxl-127{border-width:127px!important}.w-xxl-127{width:127px}.h-xxl-127{height:127px}}@media screen and (min-width:576px){.font-sm-128{font-size:128px}.border-sm-128{border-width:128px!important}.w-sm-128{width:128px}.h-sm-128{height:128px}}@media screen and (min-width:768px){.font-md-128{font-size:128px}.border-md-128{border-width:128px!important}.w-md-128{width:128px}.h-md-128{height:128px}}@media screen and (min-width:992px){.font-lg-128{font-size:128px}.border-lg-128{border-width:128px!important}.w-lg-128{width:128px}.h-lg-128{height:128px}}@media screen and (min-width:1200px){.font-xl-128{font-size:128px}.border-xl-128{border-width:128px!important}.w-xl-128{width:128px}.h-xl-128{height:128px}}@media screen and (min-width:1400px){.font-xxl-128{font-size:128px}.border-xxl-128{border-width:128px!important}.w-xxl-128{width:128px}.h-xxl-128{height:128px}}@media screen and (min-width:576px){.font-sm-129{font-size:129px}.border-sm-129{border-width:129px!important}.w-sm-129{width:129px}.h-sm-129{height:129px}}@media screen and (min-width:768px){.font-md-129{font-size:129px}.border-md-129{border-width:129px!important}.w-md-129{width:129px}.h-md-129{height:129px}}@media screen and (min-width:992px){.font-lg-129{font-size:129px}.border-lg-129{border-width:129px!important}.w-lg-129{width:129px}.h-lg-129{height:129px}}@media screen and (min-width:1200px){.font-xl-129{font-size:129px}.border-xl-129{border-width:129px!important}.w-xl-129{width:129px}.h-xl-129{height:129px}}@media screen and (min-width:1400px){.font-xxl-129{font-size:129px}.border-xxl-129{border-width:129px!important}.w-xxl-129{width:129px}.h-xxl-129{height:129px}}@media screen and (min-width:576px){.font-sm-130{font-size:130px}.border-sm-130{border-width:130px!important}.w-sm-130{width:130px}.h-sm-130{height:130px}}@media screen and (min-width:768px){.font-md-130{font-size:130px}.border-md-130{border-width:130px!important}.w-md-130{width:130px}.h-md-130{height:130px}}@media screen and (min-width:992px){.font-lg-130{font-size:130px}.border-lg-130{border-width:130px!important}.w-lg-130{width:130px}.h-lg-130{height:130px}}@media screen and (min-width:1200px){.font-xl-130{font-size:130px}.border-xl-130{border-width:130px!important}.w-xl-130{width:130px}.h-xl-130{height:130px}}@media screen and (min-width:1400px){.font-xxl-130{font-size:130px}.border-xxl-130{border-width:130px!important}.w-xxl-130{width:130px}.h-xxl-130{height:130px}}@media screen and (min-width:576px){.font-sm-131{font-size:131px}.border-sm-131{border-width:131px!important}.w-sm-131{width:131px}.h-sm-131{height:131px}}@media screen and (min-width:768px){.font-md-131{font-size:131px}.border-md-131{border-width:131px!important}.w-md-131{width:131px}.h-md-131{height:131px}}@media screen and (min-width:992px){.font-lg-131{font-size:131px}.border-lg-131{border-width:131px!important}.w-lg-131{width:131px}.h-lg-131{height:131px}}@media screen and (min-width:1200px){.font-xl-131{font-size:131px}.border-xl-131{border-width:131px!important}.w-xl-131{width:131px}.h-xl-131{height:131px}}@media screen and (min-width:1400px){.font-xxl-131{font-size:131px}.border-xxl-131{border-width:131px!important}.w-xxl-131{width:131px}.h-xxl-131{height:131px}}@media screen and (min-width:576px){.font-sm-132{font-size:132px}.border-sm-132{border-width:132px!important}.w-sm-132{width:132px}.h-sm-132{height:132px}}@media screen and (min-width:768px){.font-md-132{font-size:132px}.border-md-132{border-width:132px!important}.w-md-132{width:132px}.h-md-132{height:132px}}@media screen and (min-width:992px){.font-lg-132{font-size:132px}.border-lg-132{border-width:132px!important}.w-lg-132{width:132px}.h-lg-132{height:132px}}@media screen and (min-width:1200px){.font-xl-132{font-size:132px}.border-xl-132{border-width:132px!important}.w-xl-132{width:132px}.h-xl-132{height:132px}}@media screen and (min-width:1400px){.font-xxl-132{font-size:132px}.border-xxl-132{border-width:132px!important}.w-xxl-132{width:132px}.h-xxl-132{height:132px}}@media screen and (min-width:576px){.font-sm-133{font-size:133px}.border-sm-133{border-width:133px!important}.w-sm-133{width:133px}.h-sm-133{height:133px}}@media screen and (min-width:768px){.font-md-133{font-size:133px}.border-md-133{border-width:133px!important}.w-md-133{width:133px}.h-md-133{height:133px}}@media screen and (min-width:992px){.font-lg-133{font-size:133px}.border-lg-133{border-width:133px!important}.w-lg-133{width:133px}.h-lg-133{height:133px}}@media screen and (min-width:1200px){.font-xl-133{font-size:133px}.border-xl-133{border-width:133px!important}.w-xl-133{width:133px}.h-xl-133{height:133px}}@media screen and (min-width:1400px){.font-xxl-133{font-size:133px}.border-xxl-133{border-width:133px!important}.w-xxl-133{width:133px}.h-xxl-133{height:133px}}@media screen and (min-width:576px){.font-sm-134{font-size:134px}.border-sm-134{border-width:134px!important}.w-sm-134{width:134px}.h-sm-134{height:134px}}@media screen and (min-width:768px){.font-md-134{font-size:134px}.border-md-134{border-width:134px!important}.w-md-134{width:134px}.h-md-134{height:134px}}@media screen and (min-width:992px){.font-lg-134{font-size:134px}.border-lg-134{border-width:134px!important}.w-lg-134{width:134px}.h-lg-134{height:134px}}@media screen and (min-width:1200px){.font-xl-134{font-size:134px}.border-xl-134{border-width:134px!important}.w-xl-134{width:134px}.h-xl-134{height:134px}}@media screen and (min-width:1400px){.font-xxl-134{font-size:134px}.border-xxl-134{border-width:134px!important}.w-xxl-134{width:134px}.h-xxl-134{height:134px}}@media screen and (min-width:576px){.font-sm-135{font-size:135px}.border-sm-135{border-width:135px!important}.w-sm-135{width:135px}.h-sm-135{height:135px}}@media screen and (min-width:768px){.font-md-135{font-size:135px}.border-md-135{border-width:135px!important}.w-md-135{width:135px}.h-md-135{height:135px}}@media screen and (min-width:992px){.font-lg-135{font-size:135px}.border-lg-135{border-width:135px!important}.w-lg-135{width:135px}.h-lg-135{height:135px}}@media screen and (min-width:1200px){.font-xl-135{font-size:135px}.border-xl-135{border-width:135px!important}.w-xl-135{width:135px}.h-xl-135{height:135px}}@media screen and (min-width:1400px){.font-xxl-135{font-size:135px}.border-xxl-135{border-width:135px!important}.w-xxl-135{width:135px}.h-xxl-135{height:135px}}@media screen and (min-width:576px){.font-sm-136{font-size:136px}.border-sm-136{border-width:136px!important}.w-sm-136{width:136px}.h-sm-136{height:136px}}@media screen and (min-width:768px){.font-md-136{font-size:136px}.border-md-136{border-width:136px!important}.w-md-136{width:136px}.h-md-136{height:136px}}@media screen and (min-width:992px){.font-lg-136{font-size:136px}.border-lg-136{border-width:136px!important}.w-lg-136{width:136px}.h-lg-136{height:136px}}@media screen and (min-width:1200px){.font-xl-136{font-size:136px}.border-xl-136{border-width:136px!important}.w-xl-136{width:136px}.h-xl-136{height:136px}}@media screen and (min-width:1400px){.font-xxl-136{font-size:136px}.border-xxl-136{border-width:136px!important}.w-xxl-136{width:136px}.h-xxl-136{height:136px}}@media screen and (min-width:576px){.font-sm-137{font-size:137px}.border-sm-137{border-width:137px!important}.w-sm-137{width:137px}.h-sm-137{height:137px}}@media screen and (min-width:768px){.font-md-137{font-size:137px}.border-md-137{border-width:137px!important}.w-md-137{width:137px}.h-md-137{height:137px}}@media screen and (min-width:992px){.font-lg-137{font-size:137px}.border-lg-137{border-width:137px!important}.w-lg-137{width:137px}.h-lg-137{height:137px}}@media screen and (min-width:1200px){.font-xl-137{font-size:137px}.border-xl-137{border-width:137px!important}.w-xl-137{width:137px}.h-xl-137{height:137px}}@media screen and (min-width:1400px){.font-xxl-137{font-size:137px}.border-xxl-137{border-width:137px!important}.w-xxl-137{width:137px}.h-xxl-137{height:137px}}@media screen and (min-width:576px){.font-sm-138{font-size:138px}.border-sm-138{border-width:138px!important}.w-sm-138{width:138px}.h-sm-138{height:138px}}@media screen and (min-width:768px){.font-md-138{font-size:138px}.border-md-138{border-width:138px!important}.w-md-138{width:138px}.h-md-138{height:138px}}@media screen and (min-width:992px){.font-lg-138{font-size:138px}.border-lg-138{border-width:138px!important}.w-lg-138{width:138px}.h-lg-138{height:138px}}@media screen and (min-width:1200px){.font-xl-138{font-size:138px}.border-xl-138{border-width:138px!important}.w-xl-138{width:138px}.h-xl-138{height:138px}}@media screen and (min-width:1400px){.font-xxl-138{font-size:138px}.border-xxl-138{border-width:138px!important}.w-xxl-138{width:138px}.h-xxl-138{height:138px}}@media screen and (min-width:576px){.font-sm-139{font-size:139px}.border-sm-139{border-width:139px!important}.w-sm-139{width:139px}.h-sm-139{height:139px}}@media screen and (min-width:768px){.font-md-139{font-size:139px}.border-md-139{border-width:139px!important}.w-md-139{width:139px}.h-md-139{height:139px}}@media screen and (min-width:992px){.font-lg-139{font-size:139px}.border-lg-139{border-width:139px!important}.w-lg-139{width:139px}.h-lg-139{height:139px}}@media screen and (min-width:1200px){.font-xl-139{font-size:139px}.border-xl-139{border-width:139px!important}.w-xl-139{width:139px}.h-xl-139{height:139px}}@media screen and (min-width:1400px){.font-xxl-139{font-size:139px}.border-xxl-139{border-width:139px!important}.w-xxl-139{width:139px}.h-xxl-139{height:139px}}@media screen and (min-width:576px){.font-sm-140{font-size:140px}.border-sm-140{border-width:140px!important}.w-sm-140{width:140px}.h-sm-140{height:140px}}@media screen and (min-width:768px){.font-md-140{font-size:140px}.border-md-140{border-width:140px!important}.w-md-140{width:140px}.h-md-140{height:140px}}@media screen and (min-width:992px){.font-lg-140{font-size:140px}.border-lg-140{border-width:140px!important}.w-lg-140{width:140px}.h-lg-140{height:140px}}@media screen and (min-width:1200px){.font-xl-140{font-size:140px}.border-xl-140{border-width:140px!important}.w-xl-140{width:140px}.h-xl-140{height:140px}}@media screen and (min-width:1400px){.font-xxl-140{font-size:140px}.border-xxl-140{border-width:140px!important}.w-xxl-140{width:140px}.h-xxl-140{height:140px}}@media screen and (min-width:576px){.font-sm-141{font-size:141px}.border-sm-141{border-width:141px!important}.w-sm-141{width:141px}.h-sm-141{height:141px}}@media screen and (min-width:768px){.font-md-141{font-size:141px}.border-md-141{border-width:141px!important}.w-md-141{width:141px}.h-md-141{height:141px}}@media screen and (min-width:992px){.font-lg-141{font-size:141px}.border-lg-141{border-width:141px!important}.w-lg-141{width:141px}.h-lg-141{height:141px}}@media screen and (min-width:1200px){.font-xl-141{font-size:141px}.border-xl-141{border-width:141px!important}.w-xl-141{width:141px}.h-xl-141{height:141px}}@media screen and (min-width:1400px){.font-xxl-141{font-size:141px}.border-xxl-141{border-width:141px!important}.w-xxl-141{width:141px}.h-xxl-141{height:141px}}@media screen and (min-width:576px){.font-sm-142{font-size:142px}.border-sm-142{border-width:142px!important}.w-sm-142{width:142px}.h-sm-142{height:142px}}@media screen and (min-width:768px){.font-md-142{font-size:142px}.border-md-142{border-width:142px!important}.w-md-142{width:142px}.h-md-142{height:142px}}@media screen and (min-width:992px){.font-lg-142{font-size:142px}.border-lg-142{border-width:142px!important}.w-lg-142{width:142px}.h-lg-142{height:142px}}@media screen and (min-width:1200px){.font-xl-142{font-size:142px}.border-xl-142{border-width:142px!important}.w-xl-142{width:142px}.h-xl-142{height:142px}}@media screen and (min-width:1400px){.font-xxl-142{font-size:142px}.border-xxl-142{border-width:142px!important}.w-xxl-142{width:142px}.h-xxl-142{height:142px}}@media screen and (min-width:576px){.font-sm-143{font-size:143px}.border-sm-143{border-width:143px!important}.w-sm-143{width:143px}.h-sm-143{height:143px}}@media screen and (min-width:768px){.font-md-143{font-size:143px}.border-md-143{border-width:143px!important}.w-md-143{width:143px}.h-md-143{height:143px}}@media screen and (min-width:992px){.font-lg-143{font-size:143px}.border-lg-143{border-width:143px!important}.w-lg-143{width:143px}.h-lg-143{height:143px}}@media screen and (min-width:1200px){.font-xl-143{font-size:143px}.border-xl-143{border-width:143px!important}.w-xl-143{width:143px}.h-xl-143{height:143px}}@media screen and (min-width:1400px){.font-xxl-143{font-size:143px}.border-xxl-143{border-width:143px!important}.w-xxl-143{width:143px}.h-xxl-143{height:143px}}@media screen and (min-width:576px){.font-sm-144{font-size:144px}.border-sm-144{border-width:144px!important}.w-sm-144{width:144px}.h-sm-144{height:144px}}@media screen and (min-width:768px){.font-md-144{font-size:144px}.border-md-144{border-width:144px!important}.w-md-144{width:144px}.h-md-144{height:144px}}@media screen and (min-width:992px){.font-lg-144{font-size:144px}.border-lg-144{border-width:144px!important}.w-lg-144{width:144px}.h-lg-144{height:144px}}@media screen and (min-width:1200px){.font-xl-144{font-size:144px}.border-xl-144{border-width:144px!important}.w-xl-144{width:144px}.h-xl-144{height:144px}}@media screen and (min-width:1400px){.font-xxl-144{font-size:144px}.border-xxl-144{border-width:144px!important}.w-xxl-144{width:144px}.h-xxl-144{height:144px}}@media screen and (min-width:576px){.font-sm-145{font-size:145px}.border-sm-145{border-width:145px!important}.w-sm-145{width:145px}.h-sm-145{height:145px}}@media screen and (min-width:768px){.font-md-145{font-size:145px}.border-md-145{border-width:145px!important}.w-md-145{width:145px}.h-md-145{height:145px}}@media screen and (min-width:992px){.font-lg-145{font-size:145px}.border-lg-145{border-width:145px!important}.w-lg-145{width:145px}.h-lg-145{height:145px}}@media screen and (min-width:1200px){.font-xl-145{font-size:145px}.border-xl-145{border-width:145px!important}.w-xl-145{width:145px}.h-xl-145{height:145px}}@media screen and (min-width:1400px){.font-xxl-145{font-size:145px}.border-xxl-145{border-width:145px!important}.w-xxl-145{width:145px}.h-xxl-145{height:145px}}@media screen and (min-width:576px){.font-sm-146{font-size:146px}.border-sm-146{border-width:146px!important}.w-sm-146{width:146px}.h-sm-146{height:146px}}@media screen and (min-width:768px){.font-md-146{font-size:146px}.border-md-146{border-width:146px!important}.w-md-146{width:146px}.h-md-146{height:146px}}@media screen and (min-width:992px){.font-lg-146{font-size:146px}.border-lg-146{border-width:146px!important}.w-lg-146{width:146px}.h-lg-146{height:146px}}@media screen and (min-width:1200px){.font-xl-146{font-size:146px}.border-xl-146{border-width:146px!important}.w-xl-146{width:146px}.h-xl-146{height:146px}}@media screen and (min-width:1400px){.font-xxl-146{font-size:146px}.border-xxl-146{border-width:146px!important}.w-xxl-146{width:146px}.h-xxl-146{height:146px}}@media screen and (min-width:576px){.font-sm-147{font-size:147px}.border-sm-147{border-width:147px!important}.w-sm-147{width:147px}.h-sm-147{height:147px}}@media screen and (min-width:768px){.font-md-147{font-size:147px}.border-md-147{border-width:147px!important}.w-md-147{width:147px}.h-md-147{height:147px}}@media screen and (min-width:992px){.font-lg-147{font-size:147px}.border-lg-147{border-width:147px!important}.w-lg-147{width:147px}.h-lg-147{height:147px}}@media screen and (min-width:1200px){.font-xl-147{font-size:147px}.border-xl-147{border-width:147px!important}.w-xl-147{width:147px}.h-xl-147{height:147px}}@media screen and (min-width:1400px){.font-xxl-147{font-size:147px}.border-xxl-147{border-width:147px!important}.w-xxl-147{width:147px}.h-xxl-147{height:147px}}@media screen and (min-width:576px){.font-sm-148{font-size:148px}.border-sm-148{border-width:148px!important}.w-sm-148{width:148px}.h-sm-148{height:148px}}@media screen and (min-width:768px){.font-md-148{font-size:148px}.border-md-148{border-width:148px!important}.w-md-148{width:148px}.h-md-148{height:148px}}@media screen and (min-width:992px){.font-lg-148{font-size:148px}.border-lg-148{border-width:148px!important}.w-lg-148{width:148px}.h-lg-148{height:148px}}@media screen and (min-width:1200px){.font-xl-148{font-size:148px}.border-xl-148{border-width:148px!important}.w-xl-148{width:148px}.h-xl-148{height:148px}}@media screen and (min-width:1400px){.font-xxl-148{font-size:148px}.border-xxl-148{border-width:148px!important}.w-xxl-148{width:148px}.h-xxl-148{height:148px}}@media screen and (min-width:576px){.font-sm-149{font-size:149px}.border-sm-149{border-width:149px!important}.w-sm-149{width:149px}.h-sm-149{height:149px}}@media screen and (min-width:768px){.font-md-149{font-size:149px}.border-md-149{border-width:149px!important}.w-md-149{width:149px}.h-md-149{height:149px}}@media screen and (min-width:992px){.font-lg-149{font-size:149px}.border-lg-149{border-width:149px!important}.w-lg-149{width:149px}.h-lg-149{height:149px}}@media screen and (min-width:1200px){.font-xl-149{font-size:149px}.border-xl-149{border-width:149px!important}.w-xl-149{width:149px}.h-xl-149{height:149px}}@media screen and (min-width:1400px){.font-xxl-149{font-size:149px}.border-xxl-149{border-width:149px!important}.w-xxl-149{width:149px}.h-xxl-149{height:149px}}@media screen and (min-width:576px){.font-sm-150{font-size:150px}.border-sm-150{border-width:150px!important}.w-sm-150{width:150px}.h-sm-150{height:150px}}@media screen and (min-width:768px){.font-md-150{font-size:150px}.border-md-150{border-width:150px!important}.w-md-150{width:150px}.h-md-150{height:150px}}@media screen and (min-width:992px){.font-lg-150{font-size:150px}.border-lg-150{border-width:150px!important}.w-lg-150{width:150px}.h-lg-150{height:150px}}@media screen and (min-width:1200px){.font-xl-150{font-size:150px}.border-xl-150{border-width:150px!important}.w-xl-150{width:150px}.h-xl-150{height:150px}}@media screen and (min-width:1400px){.font-xxl-150{font-size:150px}.border-xxl-150{border-width:150px!important}.w-xxl-150{width:150px}.h-xxl-150{height:150px}}@media screen and (min-width:576px){.font-sm-151{font-size:151px}.border-sm-151{border-width:151px!important}.w-sm-151{width:151px}.h-sm-151{height:151px}}@media screen and (min-width:768px){.font-md-151{font-size:151px}.border-md-151{border-width:151px!important}.w-md-151{width:151px}.h-md-151{height:151px}}@media screen and (min-width:992px){.font-lg-151{font-size:151px}.border-lg-151{border-width:151px!important}.w-lg-151{width:151px}.h-lg-151{height:151px}}@media screen and (min-width:1200px){.font-xl-151{font-size:151px}.border-xl-151{border-width:151px!important}.w-xl-151{width:151px}.h-xl-151{height:151px}}@media screen and (min-width:1400px){.font-xxl-151{font-size:151px}.border-xxl-151{border-width:151px!important}.w-xxl-151{width:151px}.h-xxl-151{height:151px}}@media screen and (min-width:576px){.font-sm-152{font-size:152px}.border-sm-152{border-width:152px!important}.w-sm-152{width:152px}.h-sm-152{height:152px}}@media screen and (min-width:768px){.font-md-152{font-size:152px}.border-md-152{border-width:152px!important}.w-md-152{width:152px}.h-md-152{height:152px}}@media screen and (min-width:992px){.font-lg-152{font-size:152px}.border-lg-152{border-width:152px!important}.w-lg-152{width:152px}.h-lg-152{height:152px}}@media screen and (min-width:1200px){.font-xl-152{font-size:152px}.border-xl-152{border-width:152px!important}.w-xl-152{width:152px}.h-xl-152{height:152px}}@media screen and (min-width:1400px){.font-xxl-152{font-size:152px}.border-xxl-152{border-width:152px!important}.w-xxl-152{width:152px}.h-xxl-152{height:152px}}@media screen and (min-width:576px){.font-sm-153{font-size:153px}.border-sm-153{border-width:153px!important}.w-sm-153{width:153px}.h-sm-153{height:153px}}@media screen and (min-width:768px){.font-md-153{font-size:153px}.border-md-153{border-width:153px!important}.w-md-153{width:153px}.h-md-153{height:153px}}@media screen and (min-width:992px){.font-lg-153{font-size:153px}.border-lg-153{border-width:153px!important}.w-lg-153{width:153px}.h-lg-153{height:153px}}@media screen and (min-width:1200px){.font-xl-153{font-size:153px}.border-xl-153{border-width:153px!important}.w-xl-153{width:153px}.h-xl-153{height:153px}}@media screen and (min-width:1400px){.font-xxl-153{font-size:153px}.border-xxl-153{border-width:153px!important}.w-xxl-153{width:153px}.h-xxl-153{height:153px}}@media screen and (min-width:576px){.font-sm-154{font-size:154px}.border-sm-154{border-width:154px!important}.w-sm-154{width:154px}.h-sm-154{height:154px}}@media screen and (min-width:768px){.font-md-154{font-size:154px}.border-md-154{border-width:154px!important}.w-md-154{width:154px}.h-md-154{height:154px}}@media screen and (min-width:992px){.font-lg-154{font-size:154px}.border-lg-154{border-width:154px!important}.w-lg-154{width:154px}.h-lg-154{height:154px}}@media screen and (min-width:1200px){.font-xl-154{font-size:154px}.border-xl-154{border-width:154px!important}.w-xl-154{width:154px}.h-xl-154{height:154px}}@media screen and (min-width:1400px){.font-xxl-154{font-size:154px}.border-xxl-154{border-width:154px!important}.w-xxl-154{width:154px}.h-xxl-154{height:154px}}@media screen and (min-width:576px){.font-sm-155{font-size:155px}.border-sm-155{border-width:155px!important}.w-sm-155{width:155px}.h-sm-155{height:155px}}@media screen and (min-width:768px){.font-md-155{font-size:155px}.border-md-155{border-width:155px!important}.w-md-155{width:155px}.h-md-155{height:155px}}@media screen and (min-width:992px){.font-lg-155{font-size:155px}.border-lg-155{border-width:155px!important}.w-lg-155{width:155px}.h-lg-155{height:155px}}@media screen and (min-width:1200px){.font-xl-155{font-size:155px}.border-xl-155{border-width:155px!important}.w-xl-155{width:155px}.h-xl-155{height:155px}}@media screen and (min-width:1400px){.font-xxl-155{font-size:155px}.border-xxl-155{border-width:155px!important}.w-xxl-155{width:155px}.h-xxl-155{height:155px}}@media screen and (min-width:576px){.font-sm-156{font-size:156px}.border-sm-156{border-width:156px!important}.w-sm-156{width:156px}.h-sm-156{height:156px}}@media screen and (min-width:768px){.font-md-156{font-size:156px}.border-md-156{border-width:156px!important}.w-md-156{width:156px}.h-md-156{height:156px}}@media screen and (min-width:992px){.font-lg-156{font-size:156px}.border-lg-156{border-width:156px!important}.w-lg-156{width:156px}.h-lg-156{height:156px}}@media screen and (min-width:1200px){.font-xl-156{font-size:156px}.border-xl-156{border-width:156px!important}.w-xl-156{width:156px}.h-xl-156{height:156px}}@media screen and (min-width:1400px){.font-xxl-156{font-size:156px}.border-xxl-156{border-width:156px!important}.w-xxl-156{width:156px}.h-xxl-156{height:156px}}@media screen and (min-width:576px){.font-sm-157{font-size:157px}.border-sm-157{border-width:157px!important}.w-sm-157{width:157px}.h-sm-157{height:157px}}@media screen and (min-width:768px){.font-md-157{font-size:157px}.border-md-157{border-width:157px!important}.w-md-157{width:157px}.h-md-157{height:157px}}@media screen and (min-width:992px){.font-lg-157{font-size:157px}.border-lg-157{border-width:157px!important}.w-lg-157{width:157px}.h-lg-157{height:157px}}@media screen and (min-width:1200px){.font-xl-157{font-size:157px}.border-xl-157{border-width:157px!important}.w-xl-157{width:157px}.h-xl-157{height:157px}}@media screen and (min-width:1400px){.font-xxl-157{font-size:157px}.border-xxl-157{border-width:157px!important}.w-xxl-157{width:157px}.h-xxl-157{height:157px}}@media screen and (min-width:576px){.font-sm-158{font-size:158px}.border-sm-158{border-width:158px!important}.w-sm-158{width:158px}.h-sm-158{height:158px}}@media screen and (min-width:768px){.font-md-158{font-size:158px}.border-md-158{border-width:158px!important}.w-md-158{width:158px}.h-md-158{height:158px}}@media screen and (min-width:992px){.font-lg-158{font-size:158px}.border-lg-158{border-width:158px!important}.w-lg-158{width:158px}.h-lg-158{height:158px}}@media screen and (min-width:1200px){.font-xl-158{font-size:158px}.border-xl-158{border-width:158px!important}.w-xl-158{width:158px}.h-xl-158{height:158px}}@media screen and (min-width:1400px){.font-xxl-158{font-size:158px}.border-xxl-158{border-width:158px!important}.w-xxl-158{width:158px}.h-xxl-158{height:158px}}@media screen and (min-width:576px){.font-sm-159{font-size:159px}.border-sm-159{border-width:159px!important}.w-sm-159{width:159px}.h-sm-159{height:159px}}@media screen and (min-width:768px){.font-md-159{font-size:159px}.border-md-159{border-width:159px!important}.w-md-159{width:159px}.h-md-159{height:159px}}@media screen and (min-width:992px){.font-lg-159{font-size:159px}.border-lg-159{border-width:159px!important}.w-lg-159{width:159px}.h-lg-159{height:159px}}@media screen and (min-width:1200px){.font-xl-159{font-size:159px}.border-xl-159{border-width:159px!important}.w-xl-159{width:159px}.h-xl-159{height:159px}}@media screen and (min-width:1400px){.font-xxl-159{font-size:159px}.border-xxl-159{border-width:159px!important}.w-xxl-159{width:159px}.h-xxl-159{height:159px}}@media screen and (min-width:576px){.font-sm-160{font-size:160px}.border-sm-160{border-width:160px!important}.w-sm-160{width:160px}.h-sm-160{height:160px}}@media screen and (min-width:768px){.font-md-160{font-size:160px}.border-md-160{border-width:160px!important}.w-md-160{width:160px}.h-md-160{height:160px}}@media screen and (min-width:992px){.font-lg-160{font-size:160px}.border-lg-160{border-width:160px!important}.w-lg-160{width:160px}.h-lg-160{height:160px}}@media screen and (min-width:1200px){.font-xl-160{font-size:160px}.border-xl-160{border-width:160px!important}.w-xl-160{width:160px}.h-xl-160{height:160px}}@media screen and (min-width:1400px){.font-xxl-160{font-size:160px}.border-xxl-160{border-width:160px!important}.w-xxl-160{width:160px}.h-xxl-160{height:160px}}@media screen and (min-width:576px){.font-sm-161{font-size:161px}.border-sm-161{border-width:161px!important}.w-sm-161{width:161px}.h-sm-161{height:161px}}@media screen and (min-width:768px){.font-md-161{font-size:161px}.border-md-161{border-width:161px!important}.w-md-161{width:161px}.h-md-161{height:161px}}@media screen and (min-width:992px){.font-lg-161{font-size:161px}.border-lg-161{border-width:161px!important}.w-lg-161{width:161px}.h-lg-161{height:161px}}@media screen and (min-width:1200px){.font-xl-161{font-size:161px}.border-xl-161{border-width:161px!important}.w-xl-161{width:161px}.h-xl-161{height:161px}}@media screen and (min-width:1400px){.font-xxl-161{font-size:161px}.border-xxl-161{border-width:161px!important}.w-xxl-161{width:161px}.h-xxl-161{height:161px}}@media screen and (min-width:576px){.font-sm-162{font-size:162px}.border-sm-162{border-width:162px!important}.w-sm-162{width:162px}.h-sm-162{height:162px}}@media screen and (min-width:768px){.font-md-162{font-size:162px}.border-md-162{border-width:162px!important}.w-md-162{width:162px}.h-md-162{height:162px}}@media screen and (min-width:992px){.font-lg-162{font-size:162px}.border-lg-162{border-width:162px!important}.w-lg-162{width:162px}.h-lg-162{height:162px}}@media screen and (min-width:1200px){.font-xl-162{font-size:162px}.border-xl-162{border-width:162px!important}.w-xl-162{width:162px}.h-xl-162{height:162px}}@media screen and (min-width:1400px){.font-xxl-162{font-size:162px}.border-xxl-162{border-width:162px!important}.w-xxl-162{width:162px}.h-xxl-162{height:162px}}@media screen and (min-width:576px){.font-sm-163{font-size:163px}.border-sm-163{border-width:163px!important}.w-sm-163{width:163px}.h-sm-163{height:163px}}@media screen and (min-width:768px){.font-md-163{font-size:163px}.border-md-163{border-width:163px!important}.w-md-163{width:163px}.h-md-163{height:163px}}@media screen and (min-width:992px){.font-lg-163{font-size:163px}.border-lg-163{border-width:163px!important}.w-lg-163{width:163px}.h-lg-163{height:163px}}@media screen and (min-width:1200px){.font-xl-163{font-size:163px}.border-xl-163{border-width:163px!important}.w-xl-163{width:163px}.h-xl-163{height:163px}}@media screen and (min-width:1400px){.font-xxl-163{font-size:163px}.border-xxl-163{border-width:163px!important}.w-xxl-163{width:163px}.h-xxl-163{height:163px}}@media screen and (min-width:576px){.font-sm-164{font-size:164px}.border-sm-164{border-width:164px!important}.w-sm-164{width:164px}.h-sm-164{height:164px}}@media screen and (min-width:768px){.font-md-164{font-size:164px}.border-md-164{border-width:164px!important}.w-md-164{width:164px}.h-md-164{height:164px}}@media screen and (min-width:992px){.font-lg-164{font-size:164px}.border-lg-164{border-width:164px!important}.w-lg-164{width:164px}.h-lg-164{height:164px}}@media screen and (min-width:1200px){.font-xl-164{font-size:164px}.border-xl-164{border-width:164px!important}.w-xl-164{width:164px}.h-xl-164{height:164px}}@media screen and (min-width:1400px){.font-xxl-164{font-size:164px}.border-xxl-164{border-width:164px!important}.w-xxl-164{width:164px}.h-xxl-164{height:164px}}@media screen and (min-width:576px){.font-sm-165{font-size:165px}.border-sm-165{border-width:165px!important}.w-sm-165{width:165px}.h-sm-165{height:165px}}@media screen and (min-width:768px){.font-md-165{font-size:165px}.border-md-165{border-width:165px!important}.w-md-165{width:165px}.h-md-165{height:165px}}@media screen and (min-width:992px){.font-lg-165{font-size:165px}.border-lg-165{border-width:165px!important}.w-lg-165{width:165px}.h-lg-165{height:165px}}@media screen and (min-width:1200px){.font-xl-165{font-size:165px}.border-xl-165{border-width:165px!important}.w-xl-165{width:165px}.h-xl-165{height:165px}}@media screen and (min-width:1400px){.font-xxl-165{font-size:165px}.border-xxl-165{border-width:165px!important}.w-xxl-165{width:165px}.h-xxl-165{height:165px}}@media screen and (min-width:576px){.font-sm-166{font-size:166px}.border-sm-166{border-width:166px!important}.w-sm-166{width:166px}.h-sm-166{height:166px}}@media screen and (min-width:768px){.font-md-166{font-size:166px}.border-md-166{border-width:166px!important}.w-md-166{width:166px}.h-md-166{height:166px}}@media screen and (min-width:992px){.font-lg-166{font-size:166px}.border-lg-166{border-width:166px!important}.w-lg-166{width:166px}.h-lg-166{height:166px}}@media screen and (min-width:1200px){.font-xl-166{font-size:166px}.border-xl-166{border-width:166px!important}.w-xl-166{width:166px}.h-xl-166{height:166px}}@media screen and (min-width:1400px){.font-xxl-166{font-size:166px}.border-xxl-166{border-width:166px!important}.w-xxl-166{width:166px}.h-xxl-166{height:166px}}@media screen and (min-width:576px){.font-sm-167{font-size:167px}.border-sm-167{border-width:167px!important}.w-sm-167{width:167px}.h-sm-167{height:167px}}@media screen and (min-width:768px){.font-md-167{font-size:167px}.border-md-167{border-width:167px!important}.w-md-167{width:167px}.h-md-167{height:167px}}@media screen and (min-width:992px){.font-lg-167{font-size:167px}.border-lg-167{border-width:167px!important}.w-lg-167{width:167px}.h-lg-167{height:167px}}@media screen and (min-width:1200px){.font-xl-167{font-size:167px}.border-xl-167{border-width:167px!important}.w-xl-167{width:167px}.h-xl-167{height:167px}}@media screen and (min-width:1400px){.font-xxl-167{font-size:167px}.border-xxl-167{border-width:167px!important}.w-xxl-167{width:167px}.h-xxl-167{height:167px}}@media screen and (min-width:576px){.font-sm-168{font-size:168px}.border-sm-168{border-width:168px!important}.w-sm-168{width:168px}.h-sm-168{height:168px}}@media screen and (min-width:768px){.font-md-168{font-size:168px}.border-md-168{border-width:168px!important}.w-md-168{width:168px}.h-md-168{height:168px}}@media screen and (min-width:992px){.font-lg-168{font-size:168px}.border-lg-168{border-width:168px!important}.w-lg-168{width:168px}.h-lg-168{height:168px}}@media screen and (min-width:1200px){.font-xl-168{font-size:168px}.border-xl-168{border-width:168px!important}.w-xl-168{width:168px}.h-xl-168{height:168px}}@media screen and (min-width:1400px){.font-xxl-168{font-size:168px}.border-xxl-168{border-width:168px!important}.w-xxl-168{width:168px}.h-xxl-168{height:168px}}@media screen and (min-width:576px){.font-sm-169{font-size:169px}.border-sm-169{border-width:169px!important}.w-sm-169{width:169px}.h-sm-169{height:169px}}@media screen and (min-width:768px){.font-md-169{font-size:169px}.border-md-169{border-width:169px!important}.w-md-169{width:169px}.h-md-169{height:169px}}@media screen and (min-width:992px){.font-lg-169{font-size:169px}.border-lg-169{border-width:169px!important}.w-lg-169{width:169px}.h-lg-169{height:169px}}@media screen and (min-width:1200px){.font-xl-169{font-size:169px}.border-xl-169{border-width:169px!important}.w-xl-169{width:169px}.h-xl-169{height:169px}}@media screen and (min-width:1400px){.font-xxl-169{font-size:169px}.border-xxl-169{border-width:169px!important}.w-xxl-169{width:169px}.h-xxl-169{height:169px}}@media screen and (min-width:576px){.font-sm-170{font-size:170px}.border-sm-170{border-width:170px!important}.w-sm-170{width:170px}.h-sm-170{height:170px}}@media screen and (min-width:768px){.font-md-170{font-size:170px}.border-md-170{border-width:170px!important}.w-md-170{width:170px}.h-md-170{height:170px}}@media screen and (min-width:992px){.font-lg-170{font-size:170px}.border-lg-170{border-width:170px!important}.w-lg-170{width:170px}.h-lg-170{height:170px}}@media screen and (min-width:1200px){.font-xl-170{font-size:170px}.border-xl-170{border-width:170px!important}.w-xl-170{width:170px}.h-xl-170{height:170px}}@media screen and (min-width:1400px){.font-xxl-170{font-size:170px}.border-xxl-170{border-width:170px!important}.w-xxl-170{width:170px}.h-xxl-170{height:170px}}@media screen and (min-width:576px){.font-sm-171{font-size:171px}.border-sm-171{border-width:171px!important}.w-sm-171{width:171px}.h-sm-171{height:171px}}@media screen and (min-width:768px){.font-md-171{font-size:171px}.border-md-171{border-width:171px!important}.w-md-171{width:171px}.h-md-171{height:171px}}@media screen and (min-width:992px){.font-lg-171{font-size:171px}.border-lg-171{border-width:171px!important}.w-lg-171{width:171px}.h-lg-171{height:171px}}@media screen and (min-width:1200px){.font-xl-171{font-size:171px}.border-xl-171{border-width:171px!important}.w-xl-171{width:171px}.h-xl-171{height:171px}}@media screen and (min-width:1400px){.font-xxl-171{font-size:171px}.border-xxl-171{border-width:171px!important}.w-xxl-171{width:171px}.h-xxl-171{height:171px}}@media screen and (min-width:576px){.font-sm-172{font-size:172px}.border-sm-172{border-width:172px!important}.w-sm-172{width:172px}.h-sm-172{height:172px}}@media screen and (min-width:768px){.font-md-172{font-size:172px}.border-md-172{border-width:172px!important}.w-md-172{width:172px}.h-md-172{height:172px}}@media screen and (min-width:992px){.font-lg-172{font-size:172px}.border-lg-172{border-width:172px!important}.w-lg-172{width:172px}.h-lg-172{height:172px}}@media screen and (min-width:1200px){.font-xl-172{font-size:172px}.border-xl-172{border-width:172px!important}.w-xl-172{width:172px}.h-xl-172{height:172px}}@media screen and (min-width:1400px){.font-xxl-172{font-size:172px}.border-xxl-172{border-width:172px!important}.w-xxl-172{width:172px}.h-xxl-172{height:172px}}@media screen and (min-width:576px){.font-sm-173{font-size:173px}.border-sm-173{border-width:173px!important}.w-sm-173{width:173px}.h-sm-173{height:173px}}@media screen and (min-width:768px){.font-md-173{font-size:173px}.border-md-173{border-width:173px!important}.w-md-173{width:173px}.h-md-173{height:173px}}@media screen and (min-width:992px){.font-lg-173{font-size:173px}.border-lg-173{border-width:173px!important}.w-lg-173{width:173px}.h-lg-173{height:173px}}@media screen and (min-width:1200px){.font-xl-173{font-size:173px}.border-xl-173{border-width:173px!important}.w-xl-173{width:173px}.h-xl-173{height:173px}}@media screen and (min-width:1400px){.font-xxl-173{font-size:173px}.border-xxl-173{border-width:173px!important}.w-xxl-173{width:173px}.h-xxl-173{height:173px}}@media screen and (min-width:576px){.font-sm-174{font-size:174px}.border-sm-174{border-width:174px!important}.w-sm-174{width:174px}.h-sm-174{height:174px}}@media screen and (min-width:768px){.font-md-174{font-size:174px}.border-md-174{border-width:174px!important}.w-md-174{width:174px}.h-md-174{height:174px}}@media screen and (min-width:992px){.font-lg-174{font-size:174px}.border-lg-174{border-width:174px!important}.w-lg-174{width:174px}.h-lg-174{height:174px}}@media screen and (min-width:1200px){.font-xl-174{font-size:174px}.border-xl-174{border-width:174px!important}.w-xl-174{width:174px}.h-xl-174{height:174px}}@media screen and (min-width:1400px){.font-xxl-174{font-size:174px}.border-xxl-174{border-width:174px!important}.w-xxl-174{width:174px}.h-xxl-174{height:174px}}@media screen and (min-width:576px){.font-sm-175{font-size:175px}.border-sm-175{border-width:175px!important}.w-sm-175{width:175px}.h-sm-175{height:175px}}@media screen and (min-width:768px){.font-md-175{font-size:175px}.border-md-175{border-width:175px!important}.w-md-175{width:175px}.h-md-175{height:175px}}@media screen and (min-width:992px){.font-lg-175{font-size:175px}.border-lg-175{border-width:175px!important}.w-lg-175{width:175px}.h-lg-175{height:175px}}@media screen and (min-width:1200px){.font-xl-175{font-size:175px}.border-xl-175{border-width:175px!important}.w-xl-175{width:175px}.h-xl-175{height:175px}}@media screen and (min-width:1400px){.font-xxl-175{font-size:175px}.border-xxl-175{border-width:175px!important}.w-xxl-175{width:175px}.h-xxl-175{height:175px}}@media screen and (min-width:576px){.font-sm-176{font-size:176px}.border-sm-176{border-width:176px!important}.w-sm-176{width:176px}.h-sm-176{height:176px}}@media screen and (min-width:768px){.font-md-176{font-size:176px}.border-md-176{border-width:176px!important}.w-md-176{width:176px}.h-md-176{height:176px}}@media screen and (min-width:992px){.font-lg-176{font-size:176px}.border-lg-176{border-width:176px!important}.w-lg-176{width:176px}.h-lg-176{height:176px}}@media screen and (min-width:1200px){.font-xl-176{font-size:176px}.border-xl-176{border-width:176px!important}.w-xl-176{width:176px}.h-xl-176{height:176px}}@media screen and (min-width:1400px){.font-xxl-176{font-size:176px}.border-xxl-176{border-width:176px!important}.w-xxl-176{width:176px}.h-xxl-176{height:176px}}@media screen and (min-width:576px){.font-sm-177{font-size:177px}.border-sm-177{border-width:177px!important}.w-sm-177{width:177px}.h-sm-177{height:177px}}@media screen and (min-width:768px){.font-md-177{font-size:177px}.border-md-177{border-width:177px!important}.w-md-177{width:177px}.h-md-177{height:177px}}@media screen and (min-width:992px){.font-lg-177{font-size:177px}.border-lg-177{border-width:177px!important}.w-lg-177{width:177px}.h-lg-177{height:177px}}@media screen and (min-width:1200px){.font-xl-177{font-size:177px}.border-xl-177{border-width:177px!important}.w-xl-177{width:177px}.h-xl-177{height:177px}}@media screen and (min-width:1400px){.font-xxl-177{font-size:177px}.border-xxl-177{border-width:177px!important}.w-xxl-177{width:177px}.h-xxl-177{height:177px}}@media screen and (min-width:576px){.font-sm-178{font-size:178px}.border-sm-178{border-width:178px!important}.w-sm-178{width:178px}.h-sm-178{height:178px}}@media screen and (min-width:768px){.font-md-178{font-size:178px}.border-md-178{border-width:178px!important}.w-md-178{width:178px}.h-md-178{height:178px}}@media screen and (min-width:992px){.font-lg-178{font-size:178px}.border-lg-178{border-width:178px!important}.w-lg-178{width:178px}.h-lg-178{height:178px}}@media screen and (min-width:1200px){.font-xl-178{font-size:178px}.border-xl-178{border-width:178px!important}.w-xl-178{width:178px}.h-xl-178{height:178px}}@media screen and (min-width:1400px){.font-xxl-178{font-size:178px}.border-xxl-178{border-width:178px!important}.w-xxl-178{width:178px}.h-xxl-178{height:178px}}@media screen and (min-width:576px){.font-sm-179{font-size:179px}.border-sm-179{border-width:179px!important}.w-sm-179{width:179px}.h-sm-179{height:179px}}@media screen and (min-width:768px){.font-md-179{font-size:179px}.border-md-179{border-width:179px!important}.w-md-179{width:179px}.h-md-179{height:179px}}@media screen and (min-width:992px){.font-lg-179{font-size:179px}.border-lg-179{border-width:179px!important}.w-lg-179{width:179px}.h-lg-179{height:179px}}@media screen and (min-width:1200px){.font-xl-179{font-size:179px}.border-xl-179{border-width:179px!important}.w-xl-179{width:179px}.h-xl-179{height:179px}}@media screen and (min-width:1400px){.font-xxl-179{font-size:179px}.border-xxl-179{border-width:179px!important}.w-xxl-179{width:179px}.h-xxl-179{height:179px}}@media screen and (min-width:576px){.font-sm-180{font-size:180px}.border-sm-180{border-width:180px!important}.w-sm-180{width:180px}.h-sm-180{height:180px}}@media screen and (min-width:768px){.font-md-180{font-size:180px}.border-md-180{border-width:180px!important}.w-md-180{width:180px}.h-md-180{height:180px}}@media screen and (min-width:992px){.font-lg-180{font-size:180px}.border-lg-180{border-width:180px!important}.w-lg-180{width:180px}.h-lg-180{height:180px}}@media screen and (min-width:1200px){.font-xl-180{font-size:180px}.border-xl-180{border-width:180px!important}.w-xl-180{width:180px}.h-xl-180{height:180px}}@media screen and (min-width:1400px){.font-xxl-180{font-size:180px}.border-xxl-180{border-width:180px!important}.w-xxl-180{width:180px}.h-xxl-180{height:180px}}@media screen and (min-width:576px){.font-sm-181{font-size:181px}.border-sm-181{border-width:181px!important}.w-sm-181{width:181px}.h-sm-181{height:181px}}@media screen and (min-width:768px){.font-md-181{font-size:181px}.border-md-181{border-width:181px!important}.w-md-181{width:181px}.h-md-181{height:181px}}@media screen and (min-width:992px){.font-lg-181{font-size:181px}.border-lg-181{border-width:181px!important}.w-lg-181{width:181px}.h-lg-181{height:181px}}@media screen and (min-width:1200px){.font-xl-181{font-size:181px}.border-xl-181{border-width:181px!important}.w-xl-181{width:181px}.h-xl-181{height:181px}}@media screen and (min-width:1400px){.font-xxl-181{font-size:181px}.border-xxl-181{border-width:181px!important}.w-xxl-181{width:181px}.h-xxl-181{height:181px}}@media screen and (min-width:576px){.font-sm-182{font-size:182px}.border-sm-182{border-width:182px!important}.w-sm-182{width:182px}.h-sm-182{height:182px}}@media screen and (min-width:768px){.font-md-182{font-size:182px}.border-md-182{border-width:182px!important}.w-md-182{width:182px}.h-md-182{height:182px}}@media screen and (min-width:992px){.font-lg-182{font-size:182px}.border-lg-182{border-width:182px!important}.w-lg-182{width:182px}.h-lg-182{height:182px}}@media screen and (min-width:1200px){.font-xl-182{font-size:182px}.border-xl-182{border-width:182px!important}.w-xl-182{width:182px}.h-xl-182{height:182px}}@media screen and (min-width:1400px){.font-xxl-182{font-size:182px}.border-xxl-182{border-width:182px!important}.w-xxl-182{width:182px}.h-xxl-182{height:182px}}@media screen and (min-width:576px){.font-sm-183{font-size:183px}.border-sm-183{border-width:183px!important}.w-sm-183{width:183px}.h-sm-183{height:183px}}@media screen and (min-width:768px){.font-md-183{font-size:183px}.border-md-183{border-width:183px!important}.w-md-183{width:183px}.h-md-183{height:183px}}@media screen and (min-width:992px){.font-lg-183{font-size:183px}.border-lg-183{border-width:183px!important}.w-lg-183{width:183px}.h-lg-183{height:183px}}@media screen and (min-width:1200px){.font-xl-183{font-size:183px}.border-xl-183{border-width:183px!important}.w-xl-183{width:183px}.h-xl-183{height:183px}}@media screen and (min-width:1400px){.font-xxl-183{font-size:183px}.border-xxl-183{border-width:183px!important}.w-xxl-183{width:183px}.h-xxl-183{height:183px}}@media screen and (min-width:576px){.font-sm-184{font-size:184px}.border-sm-184{border-width:184px!important}.w-sm-184{width:184px}.h-sm-184{height:184px}}@media screen and (min-width:768px){.font-md-184{font-size:184px}.border-md-184{border-width:184px!important}.w-md-184{width:184px}.h-md-184{height:184px}}@media screen and (min-width:992px){.font-lg-184{font-size:184px}.border-lg-184{border-width:184px!important}.w-lg-184{width:184px}.h-lg-184{height:184px}}@media screen and (min-width:1200px){.font-xl-184{font-size:184px}.border-xl-184{border-width:184px!important}.w-xl-184{width:184px}.h-xl-184{height:184px}}@media screen and (min-width:1400px){.font-xxl-184{font-size:184px}.border-xxl-184{border-width:184px!important}.w-xxl-184{width:184px}.h-xxl-184{height:184px}}@media screen and (min-width:576px){.font-sm-185{font-size:185px}.border-sm-185{border-width:185px!important}.w-sm-185{width:185px}.h-sm-185{height:185px}}@media screen and (min-width:768px){.font-md-185{font-size:185px}.border-md-185{border-width:185px!important}.w-md-185{width:185px}.h-md-185{height:185px}}@media screen and (min-width:992px){.font-lg-185{font-size:185px}.border-lg-185{border-width:185px!important}.w-lg-185{width:185px}.h-lg-185{height:185px}}@media screen and (min-width:1200px){.font-xl-185{font-size:185px}.border-xl-185{border-width:185px!important}.w-xl-185{width:185px}.h-xl-185{height:185px}}@media screen and (min-width:1400px){.font-xxl-185{font-size:185px}.border-xxl-185{border-width:185px!important}.w-xxl-185{width:185px}.h-xxl-185{height:185px}}@media screen and (min-width:576px){.font-sm-186{font-size:186px}.border-sm-186{border-width:186px!important}.w-sm-186{width:186px}.h-sm-186{height:186px}}@media screen and (min-width:768px){.font-md-186{font-size:186px}.border-md-186{border-width:186px!important}.w-md-186{width:186px}.h-md-186{height:186px}}@media screen and (min-width:992px){.font-lg-186{font-size:186px}.border-lg-186{border-width:186px!important}.w-lg-186{width:186px}.h-lg-186{height:186px}}@media screen and (min-width:1200px){.font-xl-186{font-size:186px}.border-xl-186{border-width:186px!important}.w-xl-186{width:186px}.h-xl-186{height:186px}}@media screen and (min-width:1400px){.font-xxl-186{font-size:186px}.border-xxl-186{border-width:186px!important}.w-xxl-186{width:186px}.h-xxl-186{height:186px}}@media screen and (min-width:576px){.font-sm-187{font-size:187px}.border-sm-187{border-width:187px!important}.w-sm-187{width:187px}.h-sm-187{height:187px}}@media screen and (min-width:768px){.font-md-187{font-size:187px}.border-md-187{border-width:187px!important}.w-md-187{width:187px}.h-md-187{height:187px}}@media screen and (min-width:992px){.font-lg-187{font-size:187px}.border-lg-187{border-width:187px!important}.w-lg-187{width:187px}.h-lg-187{height:187px}}@media screen and (min-width:1200px){.font-xl-187{font-size:187px}.border-xl-187{border-width:187px!important}.w-xl-187{width:187px}.h-xl-187{height:187px}}@media screen and (min-width:1400px){.font-xxl-187{font-size:187px}.border-xxl-187{border-width:187px!important}.w-xxl-187{width:187px}.h-xxl-187{height:187px}}@media screen and (min-width:576px){.font-sm-188{font-size:188px}.border-sm-188{border-width:188px!important}.w-sm-188{width:188px}.h-sm-188{height:188px}}@media screen and (min-width:768px){.font-md-188{font-size:188px}.border-md-188{border-width:188px!important}.w-md-188{width:188px}.h-md-188{height:188px}}@media screen and (min-width:992px){.font-lg-188{font-size:188px}.border-lg-188{border-width:188px!important}.w-lg-188{width:188px}.h-lg-188{height:188px}}@media screen and (min-width:1200px){.font-xl-188{font-size:188px}.border-xl-188{border-width:188px!important}.w-xl-188{width:188px}.h-xl-188{height:188px}}@media screen and (min-width:1400px){.font-xxl-188{font-size:188px}.border-xxl-188{border-width:188px!important}.w-xxl-188{width:188px}.h-xxl-188{height:188px}}@media screen and (min-width:576px){.font-sm-189{font-size:189px}.border-sm-189{border-width:189px!important}.w-sm-189{width:189px}.h-sm-189{height:189px}}@media screen and (min-width:768px){.font-md-189{font-size:189px}.border-md-189{border-width:189px!important}.w-md-189{width:189px}.h-md-189{height:189px}}@media screen and (min-width:992px){.font-lg-189{font-size:189px}.border-lg-189{border-width:189px!important}.w-lg-189{width:189px}.h-lg-189{height:189px}}@media screen and (min-width:1200px){.font-xl-189{font-size:189px}.border-xl-189{border-width:189px!important}.w-xl-189{width:189px}.h-xl-189{height:189px}}@media screen and (min-width:1400px){.font-xxl-189{font-size:189px}.border-xxl-189{border-width:189px!important}.w-xxl-189{width:189px}.h-xxl-189{height:189px}}@media screen and (min-width:576px){.font-sm-190{font-size:190px}.border-sm-190{border-width:190px!important}.w-sm-190{width:190px}.h-sm-190{height:190px}}@media screen and (min-width:768px){.font-md-190{font-size:190px}.border-md-190{border-width:190px!important}.w-md-190{width:190px}.h-md-190{height:190px}}@media screen and (min-width:992px){.font-lg-190{font-size:190px}.border-lg-190{border-width:190px!important}.w-lg-190{width:190px}.h-lg-190{height:190px}}@media screen and (min-width:1200px){.font-xl-190{font-size:190px}.border-xl-190{border-width:190px!important}.w-xl-190{width:190px}.h-xl-190{height:190px}}@media screen and (min-width:1400px){.font-xxl-190{font-size:190px}.border-xxl-190{border-width:190px!important}.w-xxl-190{width:190px}.h-xxl-190{height:190px}}@media screen and (min-width:576px){.font-sm-191{font-size:191px}.border-sm-191{border-width:191px!important}.w-sm-191{width:191px}.h-sm-191{height:191px}}@media screen and (min-width:768px){.font-md-191{font-size:191px}.border-md-191{border-width:191px!important}.w-md-191{width:191px}.h-md-191{height:191px}}@media screen and (min-width:992px){.font-lg-191{font-size:191px}.border-lg-191{border-width:191px!important}.w-lg-191{width:191px}.h-lg-191{height:191px}}@media screen and (min-width:1200px){.font-xl-191{font-size:191px}.border-xl-191{border-width:191px!important}.w-xl-191{width:191px}.h-xl-191{height:191px}}@media screen and (min-width:1400px){.font-xxl-191{font-size:191px}.border-xxl-191{border-width:191px!important}.w-xxl-191{width:191px}.h-xxl-191{height:191px}}@media screen and (min-width:576px){.font-sm-192{font-size:192px}.border-sm-192{border-width:192px!important}.w-sm-192{width:192px}.h-sm-192{height:192px}}@media screen and (min-width:768px){.font-md-192{font-size:192px}.border-md-192{border-width:192px!important}.w-md-192{width:192px}.h-md-192{height:192px}}@media screen and (min-width:992px){.font-lg-192{font-size:192px}.border-lg-192{border-width:192px!important}.w-lg-192{width:192px}.h-lg-192{height:192px}}@media screen and (min-width:1200px){.font-xl-192{font-size:192px}.border-xl-192{border-width:192px!important}.w-xl-192{width:192px}.h-xl-192{height:192px}}@media screen and (min-width:1400px){.font-xxl-192{font-size:192px}.border-xxl-192{border-width:192px!important}.w-xxl-192{width:192px}.h-xxl-192{height:192px}}@media screen and (min-width:576px){.font-sm-193{font-size:193px}.border-sm-193{border-width:193px!important}.w-sm-193{width:193px}.h-sm-193{height:193px}}@media screen and (min-width:768px){.font-md-193{font-size:193px}.border-md-193{border-width:193px!important}.w-md-193{width:193px}.h-md-193{height:193px}}@media screen and (min-width:992px){.font-lg-193{font-size:193px}.border-lg-193{border-width:193px!important}.w-lg-193{width:193px}.h-lg-193{height:193px}}@media screen and (min-width:1200px){.font-xl-193{font-size:193px}.border-xl-193{border-width:193px!important}.w-xl-193{width:193px}.h-xl-193{height:193px}}@media screen and (min-width:1400px){.font-xxl-193{font-size:193px}.border-xxl-193{border-width:193px!important}.w-xxl-193{width:193px}.h-xxl-193{height:193px}}@media screen and (min-width:576px){.font-sm-194{font-size:194px}.border-sm-194{border-width:194px!important}.w-sm-194{width:194px}.h-sm-194{height:194px}}@media screen and (min-width:768px){.font-md-194{font-size:194px}.border-md-194{border-width:194px!important}.w-md-194{width:194px}.h-md-194{height:194px}}@media screen and (min-width:992px){.font-lg-194{font-size:194px}.border-lg-194{border-width:194px!important}.w-lg-194{width:194px}.h-lg-194{height:194px}}@media screen and (min-width:1200px){.font-xl-194{font-size:194px}.border-xl-194{border-width:194px!important}.w-xl-194{width:194px}.h-xl-194{height:194px}}@media screen and (min-width:1400px){.font-xxl-194{font-size:194px}.border-xxl-194{border-width:194px!important}.w-xxl-194{width:194px}.h-xxl-194{height:194px}}@media screen and (min-width:576px){.font-sm-195{font-size:195px}.border-sm-195{border-width:195px!important}.w-sm-195{width:195px}.h-sm-195{height:195px}}@media screen and (min-width:768px){.font-md-195{font-size:195px}.border-md-195{border-width:195px!important}.w-md-195{width:195px}.h-md-195{height:195px}}@media screen and (min-width:992px){.font-lg-195{font-size:195px}.border-lg-195{border-width:195px!important}.w-lg-195{width:195px}.h-lg-195{height:195px}}@media screen and (min-width:1200px){.font-xl-195{font-size:195px}.border-xl-195{border-width:195px!important}.w-xl-195{width:195px}.h-xl-195{height:195px}}@media screen and (min-width:1400px){.font-xxl-195{font-size:195px}.border-xxl-195{border-width:195px!important}.w-xxl-195{width:195px}.h-xxl-195{height:195px}}@media screen and (min-width:576px){.font-sm-196{font-size:196px}.border-sm-196{border-width:196px!important}.w-sm-196{width:196px}.h-sm-196{height:196px}}@media screen and (min-width:768px){.font-md-196{font-size:196px}.border-md-196{border-width:196px!important}.w-md-196{width:196px}.h-md-196{height:196px}}@media screen and (min-width:992px){.font-lg-196{font-size:196px}.border-lg-196{border-width:196px!important}.w-lg-196{width:196px}.h-lg-196{height:196px}}@media screen and (min-width:1200px){.font-xl-196{font-size:196px}.border-xl-196{border-width:196px!important}.w-xl-196{width:196px}.h-xl-196{height:196px}}@media screen and (min-width:1400px){.font-xxl-196{font-size:196px}.border-xxl-196{border-width:196px!important}.w-xxl-196{width:196px}.h-xxl-196{height:196px}}@media screen and (min-width:576px){.font-sm-197{font-size:197px}.border-sm-197{border-width:197px!important}.w-sm-197{width:197px}.h-sm-197{height:197px}}@media screen and (min-width:768px){.font-md-197{font-size:197px}.border-md-197{border-width:197px!important}.w-md-197{width:197px}.h-md-197{height:197px}}@media screen and (min-width:992px){.font-lg-197{font-size:197px}.border-lg-197{border-width:197px!important}.w-lg-197{width:197px}.h-lg-197{height:197px}}@media screen and (min-width:1200px){.font-xl-197{font-size:197px}.border-xl-197{border-width:197px!important}.w-xl-197{width:197px}.h-xl-197{height:197px}}@media screen and (min-width:1400px){.font-xxl-197{font-size:197px}.border-xxl-197{border-width:197px!important}.w-xxl-197{width:197px}.h-xxl-197{height:197px}}@media screen and (min-width:576px){.font-sm-198{font-size:198px}.border-sm-198{border-width:198px!important}.w-sm-198{width:198px}.h-sm-198{height:198px}}@media screen and (min-width:768px){.font-md-198{font-size:198px}.border-md-198{border-width:198px!important}.w-md-198{width:198px}.h-md-198{height:198px}}@media screen and (min-width:992px){.font-lg-198{font-size:198px}.border-lg-198{border-width:198px!important}.w-lg-198{width:198px}.h-lg-198{height:198px}}@media screen and (min-width:1200px){.font-xl-198{font-size:198px}.border-xl-198{border-width:198px!important}.w-xl-198{width:198px}.h-xl-198{height:198px}}@media screen and (min-width:1400px){.font-xxl-198{font-size:198px}.border-xxl-198{border-width:198px!important}.w-xxl-198{width:198px}.h-xxl-198{height:198px}}@media screen and (min-width:576px){.font-sm-199{font-size:199px}.border-sm-199{border-width:199px!important}.w-sm-199{width:199px}.h-sm-199{height:199px}}@media screen and (min-width:768px){.font-md-199{font-size:199px}.border-md-199{border-width:199px!important}.w-md-199{width:199px}.h-md-199{height:199px}}@media screen and (min-width:992px){.font-lg-199{font-size:199px}.border-lg-199{border-width:199px!important}.w-lg-199{width:199px}.h-lg-199{height:199px}}@media screen and (min-width:1200px){.font-xl-199{font-size:199px}.border-xl-199{border-width:199px!important}.w-xl-199{width:199px}.h-xl-199{height:199px}}@media screen and (min-width:1400px){.font-xxl-199{font-size:199px}.border-xxl-199{border-width:199px!important}.w-xxl-199{width:199px}.h-xxl-199{height:199px}}@media screen and (min-width:576px){.font-sm-200{font-size:200px}.border-sm-200{border-width:200px!important}.w-sm-200{width:200px}.h-sm-200{height:200px}}@media screen and (min-width:768px){.font-md-200{font-size:200px}.border-md-200{border-width:200px!important}.w-md-200{width:200px}.h-md-200{height:200px}}@media screen and (min-width:992px){.font-lg-200{font-size:200px}.border-lg-200{border-width:200px!important}.w-lg-200{width:200px}.h-lg-200{height:200px}}@media screen and (min-width:1200px){.font-xl-200{font-size:200px}.border-xl-200{border-width:200px!important}.w-xl-200{width:200px}.h-xl-200{height:200px}}@media screen and (min-width:1400px){.font-xxl-200{font-size:200px}.border-xxl-200{border-width:200px!important}.w-xxl-200{width:200px}.h-xxl-200{height:200px}}@media screen and (min-width:576px){.font-sm-201{font-size:201px}.border-sm-201{border-width:201px!important}.w-sm-201{width:201px}.h-sm-201{height:201px}}@media screen and (min-width:768px){.font-md-201{font-size:201px}.border-md-201{border-width:201px!important}.w-md-201{width:201px}.h-md-201{height:201px}}@media screen and (min-width:992px){.font-lg-201{font-size:201px}.border-lg-201{border-width:201px!important}.w-lg-201{width:201px}.h-lg-201{height:201px}}@media screen and (min-width:1200px){.font-xl-201{font-size:201px}.border-xl-201{border-width:201px!important}.w-xl-201{width:201px}.h-xl-201{height:201px}}@media screen and (min-width:1400px){.font-xxl-201{font-size:201px}.border-xxl-201{border-width:201px!important}.w-xxl-201{width:201px}.h-xxl-201{height:201px}}@media screen and (min-width:576px){.font-sm-202{font-size:202px}.border-sm-202{border-width:202px!important}.w-sm-202{width:202px}.h-sm-202{height:202px}}@media screen and (min-width:768px){.font-md-202{font-size:202px}.border-md-202{border-width:202px!important}.w-md-202{width:202px}.h-md-202{height:202px}}@media screen and (min-width:992px){.font-lg-202{font-size:202px}.border-lg-202{border-width:202px!important}.w-lg-202{width:202px}.h-lg-202{height:202px}}@media screen and (min-width:1200px){.font-xl-202{font-size:202px}.border-xl-202{border-width:202px!important}.w-xl-202{width:202px}.h-xl-202{height:202px}}@media screen and (min-width:1400px){.font-xxl-202{font-size:202px}.border-xxl-202{border-width:202px!important}.w-xxl-202{width:202px}.h-xxl-202{height:202px}}@media screen and (min-width:576px){.font-sm-203{font-size:203px}.border-sm-203{border-width:203px!important}.w-sm-203{width:203px}.h-sm-203{height:203px}}@media screen and (min-width:768px){.font-md-203{font-size:203px}.border-md-203{border-width:203px!important}.w-md-203{width:203px}.h-md-203{height:203px}}@media screen and (min-width:992px){.font-lg-203{font-size:203px}.border-lg-203{border-width:203px!important}.w-lg-203{width:203px}.h-lg-203{height:203px}}@media screen and (min-width:1200px){.font-xl-203{font-size:203px}.border-xl-203{border-width:203px!important}.w-xl-203{width:203px}.h-xl-203{height:203px}}@media screen and (min-width:1400px){.font-xxl-203{font-size:203px}.border-xxl-203{border-width:203px!important}.w-xxl-203{width:203px}.h-xxl-203{height:203px}}@media screen and (min-width:576px){.font-sm-204{font-size:204px}.border-sm-204{border-width:204px!important}.w-sm-204{width:204px}.h-sm-204{height:204px}}@media screen and (min-width:768px){.font-md-204{font-size:204px}.border-md-204{border-width:204px!important}.w-md-204{width:204px}.h-md-204{height:204px}}@media screen and (min-width:992px){.font-lg-204{font-size:204px}.border-lg-204{border-width:204px!important}.w-lg-204{width:204px}.h-lg-204{height:204px}}@media screen and (min-width:1200px){.font-xl-204{font-size:204px}.border-xl-204{border-width:204px!important}.w-xl-204{width:204px}.h-xl-204{height:204px}}@media screen and (min-width:1400px){.font-xxl-204{font-size:204px}.border-xxl-204{border-width:204px!important}.w-xxl-204{width:204px}.h-xxl-204{height:204px}}@media screen and (min-width:576px){.font-sm-205{font-size:205px}.border-sm-205{border-width:205px!important}.w-sm-205{width:205px}.h-sm-205{height:205px}}@media screen and (min-width:768px){.font-md-205{font-size:205px}.border-md-205{border-width:205px!important}.w-md-205{width:205px}.h-md-205{height:205px}}@media screen and (min-width:992px){.font-lg-205{font-size:205px}.border-lg-205{border-width:205px!important}.w-lg-205{width:205px}.h-lg-205{height:205px}}@media screen and (min-width:1200px){.font-xl-205{font-size:205px}.border-xl-205{border-width:205px!important}.w-xl-205{width:205px}.h-xl-205{height:205px}}@media screen and (min-width:1400px){.font-xxl-205{font-size:205px}.border-xxl-205{border-width:205px!important}.w-xxl-205{width:205px}.h-xxl-205{height:205px}}@media screen and (min-width:576px){.font-sm-206{font-size:206px}.border-sm-206{border-width:206px!important}.w-sm-206{width:206px}.h-sm-206{height:206px}}@media screen and (min-width:768px){.font-md-206{font-size:206px}.border-md-206{border-width:206px!important}.w-md-206{width:206px}.h-md-206{height:206px}}@media screen and (min-width:992px){.font-lg-206{font-size:206px}.border-lg-206{border-width:206px!important}.w-lg-206{width:206px}.h-lg-206{height:206px}}@media screen and (min-width:1200px){.font-xl-206{font-size:206px}.border-xl-206{border-width:206px!important}.w-xl-206{width:206px}.h-xl-206{height:206px}}@media screen and (min-width:1400px){.font-xxl-206{font-size:206px}.border-xxl-206{border-width:206px!important}.w-xxl-206{width:206px}.h-xxl-206{height:206px}}@media screen and (min-width:576px){.font-sm-207{font-size:207px}.border-sm-207{border-width:207px!important}.w-sm-207{width:207px}.h-sm-207{height:207px}}@media screen and (min-width:768px){.font-md-207{font-size:207px}.border-md-207{border-width:207px!important}.w-md-207{width:207px}.h-md-207{height:207px}}@media screen and (min-width:992px){.font-lg-207{font-size:207px}.border-lg-207{border-width:207px!important}.w-lg-207{width:207px}.h-lg-207{height:207px}}@media screen and (min-width:1200px){.font-xl-207{font-size:207px}.border-xl-207{border-width:207px!important}.w-xl-207{width:207px}.h-xl-207{height:207px}}@media screen and (min-width:1400px){.font-xxl-207{font-size:207px}.border-xxl-207{border-width:207px!important}.w-xxl-207{width:207px}.h-xxl-207{height:207px}}@media screen and (min-width:576px){.font-sm-208{font-size:208px}.border-sm-208{border-width:208px!important}.w-sm-208{width:208px}.h-sm-208{height:208px}}@media screen and (min-width:768px){.font-md-208{font-size:208px}.border-md-208{border-width:208px!important}.w-md-208{width:208px}.h-md-208{height:208px}}@media screen and (min-width:992px){.font-lg-208{font-size:208px}.border-lg-208{border-width:208px!important}.w-lg-208{width:208px}.h-lg-208{height:208px}}@media screen and (min-width:1200px){.font-xl-208{font-size:208px}.border-xl-208{border-width:208px!important}.w-xl-208{width:208px}.h-xl-208{height:208px}}@media screen and (min-width:1400px){.font-xxl-208{font-size:208px}.border-xxl-208{border-width:208px!important}.w-xxl-208{width:208px}.h-xxl-208{height:208px}}@media screen and (min-width:576px){.font-sm-209{font-size:209px}.border-sm-209{border-width:209px!important}.w-sm-209{width:209px}.h-sm-209{height:209px}}@media screen and (min-width:768px){.font-md-209{font-size:209px}.border-md-209{border-width:209px!important}.w-md-209{width:209px}.h-md-209{height:209px}}@media screen and (min-width:992px){.font-lg-209{font-size:209px}.border-lg-209{border-width:209px!important}.w-lg-209{width:209px}.h-lg-209{height:209px}}@media screen and (min-width:1200px){.font-xl-209{font-size:209px}.border-xl-209{border-width:209px!important}.w-xl-209{width:209px}.h-xl-209{height:209px}}@media screen and (min-width:1400px){.font-xxl-209{font-size:209px}.border-xxl-209{border-width:209px!important}.w-xxl-209{width:209px}.h-xxl-209{height:209px}}@media screen and (min-width:576px){.font-sm-210{font-size:210px}.border-sm-210{border-width:210px!important}.w-sm-210{width:210px}.h-sm-210{height:210px}}@media screen and (min-width:768px){.font-md-210{font-size:210px}.border-md-210{border-width:210px!important}.w-md-210{width:210px}.h-md-210{height:210px}}@media screen and (min-width:992px){.font-lg-210{font-size:210px}.border-lg-210{border-width:210px!important}.w-lg-210{width:210px}.h-lg-210{height:210px}}@media screen and (min-width:1200px){.font-xl-210{font-size:210px}.border-xl-210{border-width:210px!important}.w-xl-210{width:210px}.h-xl-210{height:210px}}@media screen and (min-width:1400px){.font-xxl-210{font-size:210px}.border-xxl-210{border-width:210px!important}.w-xxl-210{width:210px}.h-xxl-210{height:210px}}@media screen and (min-width:576px){.font-sm-211{font-size:211px}.border-sm-211{border-width:211px!important}.w-sm-211{width:211px}.h-sm-211{height:211px}}@media screen and (min-width:768px){.font-md-211{font-size:211px}.border-md-211{border-width:211px!important}.w-md-211{width:211px}.h-md-211{height:211px}}@media screen and (min-width:992px){.font-lg-211{font-size:211px}.border-lg-211{border-width:211px!important}.w-lg-211{width:211px}.h-lg-211{height:211px}}@media screen and (min-width:1200px){.font-xl-211{font-size:211px}.border-xl-211{border-width:211px!important}.w-xl-211{width:211px}.h-xl-211{height:211px}}@media screen and (min-width:1400px){.font-xxl-211{font-size:211px}.border-xxl-211{border-width:211px!important}.w-xxl-211{width:211px}.h-xxl-211{height:211px}}@media screen and (min-width:576px){.font-sm-212{font-size:212px}.border-sm-212{border-width:212px!important}.w-sm-212{width:212px}.h-sm-212{height:212px}}@media screen and (min-width:768px){.font-md-212{font-size:212px}.border-md-212{border-width:212px!important}.w-md-212{width:212px}.h-md-212{height:212px}}@media screen and (min-width:992px){.font-lg-212{font-size:212px}.border-lg-212{border-width:212px!important}.w-lg-212{width:212px}.h-lg-212{height:212px}}@media screen and (min-width:1200px){.font-xl-212{font-size:212px}.border-xl-212{border-width:212px!important}.w-xl-212{width:212px}.h-xl-212{height:212px}}@media screen and (min-width:1400px){.font-xxl-212{font-size:212px}.border-xxl-212{border-width:212px!important}.w-xxl-212{width:212px}.h-xxl-212{height:212px}}@media screen and (min-width:576px){.font-sm-213{font-size:213px}.border-sm-213{border-width:213px!important}.w-sm-213{width:213px}.h-sm-213{height:213px}}@media screen and (min-width:768px){.font-md-213{font-size:213px}.border-md-213{border-width:213px!important}.w-md-213{width:213px}.h-md-213{height:213px}}@media screen and (min-width:992px){.font-lg-213{font-size:213px}.border-lg-213{border-width:213px!important}.w-lg-213{width:213px}.h-lg-213{height:213px}}@media screen and (min-width:1200px){.font-xl-213{font-size:213px}.border-xl-213{border-width:213px!important}.w-xl-213{width:213px}.h-xl-213{height:213px}}@media screen and (min-width:1400px){.font-xxl-213{font-size:213px}.border-xxl-213{border-width:213px!important}.w-xxl-213{width:213px}.h-xxl-213{height:213px}}@media screen and (min-width:576px){.font-sm-214{font-size:214px}.border-sm-214{border-width:214px!important}.w-sm-214{width:214px}.h-sm-214{height:214px}}@media screen and (min-width:768px){.font-md-214{font-size:214px}.border-md-214{border-width:214px!important}.w-md-214{width:214px}.h-md-214{height:214px}}@media screen and (min-width:992px){.font-lg-214{font-size:214px}.border-lg-214{border-width:214px!important}.w-lg-214{width:214px}.h-lg-214{height:214px}}@media screen and (min-width:1200px){.font-xl-214{font-size:214px}.border-xl-214{border-width:214px!important}.w-xl-214{width:214px}.h-xl-214{height:214px}}@media screen and (min-width:1400px){.font-xxl-214{font-size:214px}.border-xxl-214{border-width:214px!important}.w-xxl-214{width:214px}.h-xxl-214{height:214px}}@media screen and (min-width:576px){.font-sm-215{font-size:215px}.border-sm-215{border-width:215px!important}.w-sm-215{width:215px}.h-sm-215{height:215px}}@media screen and (min-width:768px){.font-md-215{font-size:215px}.border-md-215{border-width:215px!important}.w-md-215{width:215px}.h-md-215{height:215px}}@media screen and (min-width:992px){.font-lg-215{font-size:215px}.border-lg-215{border-width:215px!important}.w-lg-215{width:215px}.h-lg-215{height:215px}}@media screen and (min-width:1200px){.font-xl-215{font-size:215px}.border-xl-215{border-width:215px!important}.w-xl-215{width:215px}.h-xl-215{height:215px}}@media screen and (min-width:1400px){.font-xxl-215{font-size:215px}.border-xxl-215{border-width:215px!important}.w-xxl-215{width:215px}.h-xxl-215{height:215px}}@media screen and (min-width:576px){.font-sm-216{font-size:216px}.border-sm-216{border-width:216px!important}.w-sm-216{width:216px}.h-sm-216{height:216px}}@media screen and (min-width:768px){.font-md-216{font-size:216px}.border-md-216{border-width:216px!important}.w-md-216{width:216px}.h-md-216{height:216px}}@media screen and (min-width:992px){.font-lg-216{font-size:216px}.border-lg-216{border-width:216px!important}.w-lg-216{width:216px}.h-lg-216{height:216px}}@media screen and (min-width:1200px){.font-xl-216{font-size:216px}.border-xl-216{border-width:216px!important}.w-xl-216{width:216px}.h-xl-216{height:216px}}@media screen and (min-width:1400px){.font-xxl-216{font-size:216px}.border-xxl-216{border-width:216px!important}.w-xxl-216{width:216px}.h-xxl-216{height:216px}}@media screen and (min-width:576px){.font-sm-217{font-size:217px}.border-sm-217{border-width:217px!important}.w-sm-217{width:217px}.h-sm-217{height:217px}}@media screen and (min-width:768px){.font-md-217{font-size:217px}.border-md-217{border-width:217px!important}.w-md-217{width:217px}.h-md-217{height:217px}}@media screen and (min-width:992px){.font-lg-217{font-size:217px}.border-lg-217{border-width:217px!important}.w-lg-217{width:217px}.h-lg-217{height:217px}}@media screen and (min-width:1200px){.font-xl-217{font-size:217px}.border-xl-217{border-width:217px!important}.w-xl-217{width:217px}.h-xl-217{height:217px}}@media screen and (min-width:1400px){.font-xxl-217{font-size:217px}.border-xxl-217{border-width:217px!important}.w-xxl-217{width:217px}.h-xxl-217{height:217px}}@media screen and (min-width:576px){.font-sm-218{font-size:218px}.border-sm-218{border-width:218px!important}.w-sm-218{width:218px}.h-sm-218{height:218px}}@media screen and (min-width:768px){.font-md-218{font-size:218px}.border-md-218{border-width:218px!important}.w-md-218{width:218px}.h-md-218{height:218px}}@media screen and (min-width:992px){.font-lg-218{font-size:218px}.border-lg-218{border-width:218px!important}.w-lg-218{width:218px}.h-lg-218{height:218px}}@media screen and (min-width:1200px){.font-xl-218{font-size:218px}.border-xl-218{border-width:218px!important}.w-xl-218{width:218px}.h-xl-218{height:218px}}@media screen and (min-width:1400px){.font-xxl-218{font-size:218px}.border-xxl-218{border-width:218px!important}.w-xxl-218{width:218px}.h-xxl-218{height:218px}}@media screen and (min-width:576px){.font-sm-219{font-size:219px}.border-sm-219{border-width:219px!important}.w-sm-219{width:219px}.h-sm-219{height:219px}}@media screen and (min-width:768px){.font-md-219{font-size:219px}.border-md-219{border-width:219px!important}.w-md-219{width:219px}.h-md-219{height:219px}}@media screen and (min-width:992px){.font-lg-219{font-size:219px}.border-lg-219{border-width:219px!important}.w-lg-219{width:219px}.h-lg-219{height:219px}}@media screen and (min-width:1200px){.font-xl-219{font-size:219px}.border-xl-219{border-width:219px!important}.w-xl-219{width:219px}.h-xl-219{height:219px}}@media screen and (min-width:1400px){.font-xxl-219{font-size:219px}.border-xxl-219{border-width:219px!important}.w-xxl-219{width:219px}.h-xxl-219{height:219px}}@media screen and (min-width:576px){.font-sm-220{font-size:220px}.border-sm-220{border-width:220px!important}.w-sm-220{width:220px}.h-sm-220{height:220px}}@media screen and (min-width:768px){.font-md-220{font-size:220px}.border-md-220{border-width:220px!important}.w-md-220{width:220px}.h-md-220{height:220px}}@media screen and (min-width:992px){.font-lg-220{font-size:220px}.border-lg-220{border-width:220px!important}.w-lg-220{width:220px}.h-lg-220{height:220px}}@media screen and (min-width:1200px){.font-xl-220{font-size:220px}.border-xl-220{border-width:220px!important}.w-xl-220{width:220px}.h-xl-220{height:220px}}@media screen and (min-width:1400px){.font-xxl-220{font-size:220px}.border-xxl-220{border-width:220px!important}.w-xxl-220{width:220px}.h-xxl-220{height:220px}}@media screen and (min-width:576px){.font-sm-221{font-size:221px}.border-sm-221{border-width:221px!important}.w-sm-221{width:221px}.h-sm-221{height:221px}}@media screen and (min-width:768px){.font-md-221{font-size:221px}.border-md-221{border-width:221px!important}.w-md-221{width:221px}.h-md-221{height:221px}}@media screen and (min-width:992px){.font-lg-221{font-size:221px}.border-lg-221{border-width:221px!important}.w-lg-221{width:221px}.h-lg-221{height:221px}}@media screen and (min-width:1200px){.font-xl-221{font-size:221px}.border-xl-221{border-width:221px!important}.w-xl-221{width:221px}.h-xl-221{height:221px}}@media screen and (min-width:1400px){.font-xxl-221{font-size:221px}.border-xxl-221{border-width:221px!important}.w-xxl-221{width:221px}.h-xxl-221{height:221px}}@media screen and (min-width:576px){.font-sm-222{font-size:222px}.border-sm-222{border-width:222px!important}.w-sm-222{width:222px}.h-sm-222{height:222px}}@media screen and (min-width:768px){.font-md-222{font-size:222px}.border-md-222{border-width:222px!important}.w-md-222{width:222px}.h-md-222{height:222px}}@media screen and (min-width:992px){.font-lg-222{font-size:222px}.border-lg-222{border-width:222px!important}.w-lg-222{width:222px}.h-lg-222{height:222px}}@media screen and (min-width:1200px){.font-xl-222{font-size:222px}.border-xl-222{border-width:222px!important}.w-xl-222{width:222px}.h-xl-222{height:222px}}@media screen and (min-width:1400px){.font-xxl-222{font-size:222px}.border-xxl-222{border-width:222px!important}.w-xxl-222{width:222px}.h-xxl-222{height:222px}}@media screen and (min-width:576px){.font-sm-223{font-size:223px}.border-sm-223{border-width:223px!important}.w-sm-223{width:223px}.h-sm-223{height:223px}}@media screen and (min-width:768px){.font-md-223{font-size:223px}.border-md-223{border-width:223px!important}.w-md-223{width:223px}.h-md-223{height:223px}}@media screen and (min-width:992px){.font-lg-223{font-size:223px}.border-lg-223{border-width:223px!important}.w-lg-223{width:223px}.h-lg-223{height:223px}}@media screen and (min-width:1200px){.font-xl-223{font-size:223px}.border-xl-223{border-width:223px!important}.w-xl-223{width:223px}.h-xl-223{height:223px}}@media screen and (min-width:1400px){.font-xxl-223{font-size:223px}.border-xxl-223{border-width:223px!important}.w-xxl-223{width:223px}.h-xxl-223{height:223px}}@media screen and (min-width:576px){.font-sm-224{font-size:224px}.border-sm-224{border-width:224px!important}.w-sm-224{width:224px}.h-sm-224{height:224px}}@media screen and (min-width:768px){.font-md-224{font-size:224px}.border-md-224{border-width:224px!important}.w-md-224{width:224px}.h-md-224{height:224px}}@media screen and (min-width:992px){.font-lg-224{font-size:224px}.border-lg-224{border-width:224px!important}.w-lg-224{width:224px}.h-lg-224{height:224px}}@media screen and (min-width:1200px){.font-xl-224{font-size:224px}.border-xl-224{border-width:224px!important}.w-xl-224{width:224px}.h-xl-224{height:224px}}@media screen and (min-width:1400px){.font-xxl-224{font-size:224px}.border-xxl-224{border-width:224px!important}.w-xxl-224{width:224px}.h-xxl-224{height:224px}}@media screen and (min-width:576px){.font-sm-225{font-size:225px}.border-sm-225{border-width:225px!important}.w-sm-225{width:225px}.h-sm-225{height:225px}}@media screen and (min-width:768px){.font-md-225{font-size:225px}.border-md-225{border-width:225px!important}.w-md-225{width:225px}.h-md-225{height:225px}}@media screen and (min-width:992px){.font-lg-225{font-size:225px}.border-lg-225{border-width:225px!important}.w-lg-225{width:225px}.h-lg-225{height:225px}}@media screen and (min-width:1200px){.font-xl-225{font-size:225px}.border-xl-225{border-width:225px!important}.w-xl-225{width:225px}.h-xl-225{height:225px}}@media screen and (min-width:1400px){.font-xxl-225{font-size:225px}.border-xxl-225{border-width:225px!important}.w-xxl-225{width:225px}.h-xxl-225{height:225px}}@media screen and (min-width:576px){.font-sm-226{font-size:226px}.border-sm-226{border-width:226px!important}.w-sm-226{width:226px}.h-sm-226{height:226px}}@media screen and (min-width:768px){.font-md-226{font-size:226px}.border-md-226{border-width:226px!important}.w-md-226{width:226px}.h-md-226{height:226px}}@media screen and (min-width:992px){.font-lg-226{font-size:226px}.border-lg-226{border-width:226px!important}.w-lg-226{width:226px}.h-lg-226{height:226px}}@media screen and (min-width:1200px){.font-xl-226{font-size:226px}.border-xl-226{border-width:226px!important}.w-xl-226{width:226px}.h-xl-226{height:226px}}@media screen and (min-width:1400px){.font-xxl-226{font-size:226px}.border-xxl-226{border-width:226px!important}.w-xxl-226{width:226px}.h-xxl-226{height:226px}}@media screen and (min-width:576px){.font-sm-227{font-size:227px}.border-sm-227{border-width:227px!important}.w-sm-227{width:227px}.h-sm-227{height:227px}}@media screen and (min-width:768px){.font-md-227{font-size:227px}.border-md-227{border-width:227px!important}.w-md-227{width:227px}.h-md-227{height:227px}}@media screen and (min-width:992px){.font-lg-227{font-size:227px}.border-lg-227{border-width:227px!important}.w-lg-227{width:227px}.h-lg-227{height:227px}}@media screen and (min-width:1200px){.font-xl-227{font-size:227px}.border-xl-227{border-width:227px!important}.w-xl-227{width:227px}.h-xl-227{height:227px}}@media screen and (min-width:1400px){.font-xxl-227{font-size:227px}.border-xxl-227{border-width:227px!important}.w-xxl-227{width:227px}.h-xxl-227{height:227px}}@media screen and (min-width:576px){.font-sm-228{font-size:228px}.border-sm-228{border-width:228px!important}.w-sm-228{width:228px}.h-sm-228{height:228px}}@media screen and (min-width:768px){.font-md-228{font-size:228px}.border-md-228{border-width:228px!important}.w-md-228{width:228px}.h-md-228{height:228px}}@media screen and (min-width:992px){.font-lg-228{font-size:228px}.border-lg-228{border-width:228px!important}.w-lg-228{width:228px}.h-lg-228{height:228px}}@media screen and (min-width:1200px){.font-xl-228{font-size:228px}.border-xl-228{border-width:228px!important}.w-xl-228{width:228px}.h-xl-228{height:228px}}@media screen and (min-width:1400px){.font-xxl-228{font-size:228px}.border-xxl-228{border-width:228px!important}.w-xxl-228{width:228px}.h-xxl-228{height:228px}}@media screen and (min-width:576px){.font-sm-229{font-size:229px}.border-sm-229{border-width:229px!important}.w-sm-229{width:229px}.h-sm-229{height:229px}}@media screen and (min-width:768px){.font-md-229{font-size:229px}.border-md-229{border-width:229px!important}.w-md-229{width:229px}.h-md-229{height:229px}}@media screen and (min-width:992px){.font-lg-229{font-size:229px}.border-lg-229{border-width:229px!important}.w-lg-229{width:229px}.h-lg-229{height:229px}}@media screen and (min-width:1200px){.font-xl-229{font-size:229px}.border-xl-229{border-width:229px!important}.w-xl-229{width:229px}.h-xl-229{height:229px}}@media screen and (min-width:1400px){.font-xxl-229{font-size:229px}.border-xxl-229{border-width:229px!important}.w-xxl-229{width:229px}.h-xxl-229{height:229px}}@media screen and (min-width:576px){.font-sm-230{font-size:230px}.border-sm-230{border-width:230px!important}.w-sm-230{width:230px}.h-sm-230{height:230px}}@media screen and (min-width:768px){.font-md-230{font-size:230px}.border-md-230{border-width:230px!important}.w-md-230{width:230px}.h-md-230{height:230px}}@media screen and (min-width:992px){.font-lg-230{font-size:230px}.border-lg-230{border-width:230px!important}.w-lg-230{width:230px}.h-lg-230{height:230px}}@media screen and (min-width:1200px){.font-xl-230{font-size:230px}.border-xl-230{border-width:230px!important}.w-xl-230{width:230px}.h-xl-230{height:230px}}@media screen and (min-width:1400px){.font-xxl-230{font-size:230px}.border-xxl-230{border-width:230px!important}.w-xxl-230{width:230px}.h-xxl-230{height:230px}}@media screen and (min-width:576px){.font-sm-231{font-size:231px}.border-sm-231{border-width:231px!important}.w-sm-231{width:231px}.h-sm-231{height:231px}}@media screen and (min-width:768px){.font-md-231{font-size:231px}.border-md-231{border-width:231px!important}.w-md-231{width:231px}.h-md-231{height:231px}}@media screen and (min-width:992px){.font-lg-231{font-size:231px}.border-lg-231{border-width:231px!important}.w-lg-231{width:231px}.h-lg-231{height:231px}}@media screen and (min-width:1200px){.font-xl-231{font-size:231px}.border-xl-231{border-width:231px!important}.w-xl-231{width:231px}.h-xl-231{height:231px}}@media screen and (min-width:1400px){.font-xxl-231{font-size:231px}.border-xxl-231{border-width:231px!important}.w-xxl-231{width:231px}.h-xxl-231{height:231px}}@media screen and (min-width:576px){.font-sm-232{font-size:232px}.border-sm-232{border-width:232px!important}.w-sm-232{width:232px}.h-sm-232{height:232px}}@media screen and (min-width:768px){.font-md-232{font-size:232px}.border-md-232{border-width:232px!important}.w-md-232{width:232px}.h-md-232{height:232px}}@media screen and (min-width:992px){.font-lg-232{font-size:232px}.border-lg-232{border-width:232px!important}.w-lg-232{width:232px}.h-lg-232{height:232px}}@media screen and (min-width:1200px){.font-xl-232{font-size:232px}.border-xl-232{border-width:232px!important}.w-xl-232{width:232px}.h-xl-232{height:232px}}@media screen and (min-width:1400px){.font-xxl-232{font-size:232px}.border-xxl-232{border-width:232px!important}.w-xxl-232{width:232px}.h-xxl-232{height:232px}}@media screen and (min-width:576px){.font-sm-233{font-size:233px}.border-sm-233{border-width:233px!important}.w-sm-233{width:233px}.h-sm-233{height:233px}}@media screen and (min-width:768px){.font-md-233{font-size:233px}.border-md-233{border-width:233px!important}.w-md-233{width:233px}.h-md-233{height:233px}}@media screen and (min-width:992px){.font-lg-233{font-size:233px}.border-lg-233{border-width:233px!important}.w-lg-233{width:233px}.h-lg-233{height:233px}}@media screen and (min-width:1200px){.font-xl-233{font-size:233px}.border-xl-233{border-width:233px!important}.w-xl-233{width:233px}.h-xl-233{height:233px}}@media screen and (min-width:1400px){.font-xxl-233{font-size:233px}.border-xxl-233{border-width:233px!important}.w-xxl-233{width:233px}.h-xxl-233{height:233px}}@media screen and (min-width:576px){.font-sm-234{font-size:234px}.border-sm-234{border-width:234px!important}.w-sm-234{width:234px}.h-sm-234{height:234px}}@media screen and (min-width:768px){.font-md-234{font-size:234px}.border-md-234{border-width:234px!important}.w-md-234{width:234px}.h-md-234{height:234px}}@media screen and (min-width:992px){.font-lg-234{font-size:234px}.border-lg-234{border-width:234px!important}.w-lg-234{width:234px}.h-lg-234{height:234px}}@media screen and (min-width:1200px){.font-xl-234{font-size:234px}.border-xl-234{border-width:234px!important}.w-xl-234{width:234px}.h-xl-234{height:234px}}@media screen and (min-width:1400px){.font-xxl-234{font-size:234px}.border-xxl-234{border-width:234px!important}.w-xxl-234{width:234px}.h-xxl-234{height:234px}}@media screen and (min-width:576px){.font-sm-235{font-size:235px}.border-sm-235{border-width:235px!important}.w-sm-235{width:235px}.h-sm-235{height:235px}}@media screen and (min-width:768px){.font-md-235{font-size:235px}.border-md-235{border-width:235px!important}.w-md-235{width:235px}.h-md-235{height:235px}}@media screen and (min-width:992px){.font-lg-235{font-size:235px}.border-lg-235{border-width:235px!important}.w-lg-235{width:235px}.h-lg-235{height:235px}}@media screen and (min-width:1200px){.font-xl-235{font-size:235px}.border-xl-235{border-width:235px!important}.w-xl-235{width:235px}.h-xl-235{height:235px}}@media screen and (min-width:1400px){.font-xxl-235{font-size:235px}.border-xxl-235{border-width:235px!important}.w-xxl-235{width:235px}.h-xxl-235{height:235px}}@media screen and (min-width:576px){.font-sm-236{font-size:236px}.border-sm-236{border-width:236px!important}.w-sm-236{width:236px}.h-sm-236{height:236px}}@media screen and (min-width:768px){.font-md-236{font-size:236px}.border-md-236{border-width:236px!important}.w-md-236{width:236px}.h-md-236{height:236px}}@media screen and (min-width:992px){.font-lg-236{font-size:236px}.border-lg-236{border-width:236px!important}.w-lg-236{width:236px}.h-lg-236{height:236px}}@media screen and (min-width:1200px){.font-xl-236{font-size:236px}.border-xl-236{border-width:236px!important}.w-xl-236{width:236px}.h-xl-236{height:236px}}@media screen and (min-width:1400px){.font-xxl-236{font-size:236px}.border-xxl-236{border-width:236px!important}.w-xxl-236{width:236px}.h-xxl-236{height:236px}}@media screen and (min-width:576px){.font-sm-237{font-size:237px}.border-sm-237{border-width:237px!important}.w-sm-237{width:237px}.h-sm-237{height:237px}}@media screen and (min-width:768px){.font-md-237{font-size:237px}.border-md-237{border-width:237px!important}.w-md-237{width:237px}.h-md-237{height:237px}}@media screen and (min-width:992px){.font-lg-237{font-size:237px}.border-lg-237{border-width:237px!important}.w-lg-237{width:237px}.h-lg-237{height:237px}}@media screen and (min-width:1200px){.font-xl-237{font-size:237px}.border-xl-237{border-width:237px!important}.w-xl-237{width:237px}.h-xl-237{height:237px}}@media screen and (min-width:1400px){.font-xxl-237{font-size:237px}.border-xxl-237{border-width:237px!important}.w-xxl-237{width:237px}.h-xxl-237{height:237px}}@media screen and (min-width:576px){.font-sm-238{font-size:238px}.border-sm-238{border-width:238px!important}.w-sm-238{width:238px}.h-sm-238{height:238px}}@media screen and (min-width:768px){.font-md-238{font-size:238px}.border-md-238{border-width:238px!important}.w-md-238{width:238px}.h-md-238{height:238px}}@media screen and (min-width:992px){.font-lg-238{font-size:238px}.border-lg-238{border-width:238px!important}.w-lg-238{width:238px}.h-lg-238{height:238px}}@media screen and (min-width:1200px){.font-xl-238{font-size:238px}.border-xl-238{border-width:238px!important}.w-xl-238{width:238px}.h-xl-238{height:238px}}@media screen and (min-width:1400px){.font-xxl-238{font-size:238px}.border-xxl-238{border-width:238px!important}.w-xxl-238{width:238px}.h-xxl-238{height:238px}}@media screen and (min-width:576px){.font-sm-239{font-size:239px}.border-sm-239{border-width:239px!important}.w-sm-239{width:239px}.h-sm-239{height:239px}}@media screen and (min-width:768px){.font-md-239{font-size:239px}.border-md-239{border-width:239px!important}.w-md-239{width:239px}.h-md-239{height:239px}}@media screen and (min-width:992px){.font-lg-239{font-size:239px}.border-lg-239{border-width:239px!important}.w-lg-239{width:239px}.h-lg-239{height:239px}}@media screen and (min-width:1200px){.font-xl-239{font-size:239px}.border-xl-239{border-width:239px!important}.w-xl-239{width:239px}.h-xl-239{height:239px}}@media screen and (min-width:1400px){.font-xxl-239{font-size:239px}.border-xxl-239{border-width:239px!important}.w-xxl-239{width:239px}.h-xxl-239{height:239px}}@media screen and (min-width:576px){.font-sm-240{font-size:240px}.border-sm-240{border-width:240px!important}.w-sm-240{width:240px}.h-sm-240{height:240px}}@media screen and (min-width:768px){.font-md-240{font-size:240px}.border-md-240{border-width:240px!important}.w-md-240{width:240px}.h-md-240{height:240px}}@media screen and (min-width:992px){.font-lg-240{font-size:240px}.border-lg-240{border-width:240px!important}.w-lg-240{width:240px}.h-lg-240{height:240px}}@media screen and (min-width:1200px){.font-xl-240{font-size:240px}.border-xl-240{border-width:240px!important}.w-xl-240{width:240px}.h-xl-240{height:240px}}@media screen and (min-width:1400px){.font-xxl-240{font-size:240px}.border-xxl-240{border-width:240px!important}.w-xxl-240{width:240px}.h-xxl-240{height:240px}}@media screen and (min-width:576px){.font-sm-241{font-size:241px}.border-sm-241{border-width:241px!important}.w-sm-241{width:241px}.h-sm-241{height:241px}}@media screen and (min-width:768px){.font-md-241{font-size:241px}.border-md-241{border-width:241px!important}.w-md-241{width:241px}.h-md-241{height:241px}}@media screen and (min-width:992px){.font-lg-241{font-size:241px}.border-lg-241{border-width:241px!important}.w-lg-241{width:241px}.h-lg-241{height:241px}}@media screen and (min-width:1200px){.font-xl-241{font-size:241px}.border-xl-241{border-width:241px!important}.w-xl-241{width:241px}.h-xl-241{height:241px}}@media screen and (min-width:1400px){.font-xxl-241{font-size:241px}.border-xxl-241{border-width:241px!important}.w-xxl-241{width:241px}.h-xxl-241{height:241px}}@media screen and (min-width:576px){.font-sm-242{font-size:242px}.border-sm-242{border-width:242px!important}.w-sm-242{width:242px}.h-sm-242{height:242px}}@media screen and (min-width:768px){.font-md-242{font-size:242px}.border-md-242{border-width:242px!important}.w-md-242{width:242px}.h-md-242{height:242px}}@media screen and (min-width:992px){.font-lg-242{font-size:242px}.border-lg-242{border-width:242px!important}.w-lg-242{width:242px}.h-lg-242{height:242px}}@media screen and (min-width:1200px){.font-xl-242{font-size:242px}.border-xl-242{border-width:242px!important}.w-xl-242{width:242px}.h-xl-242{height:242px}}@media screen and (min-width:1400px){.font-xxl-242{font-size:242px}.border-xxl-242{border-width:242px!important}.w-xxl-242{width:242px}.h-xxl-242{height:242px}}@media screen and (min-width:576px){.font-sm-243{font-size:243px}.border-sm-243{border-width:243px!important}.w-sm-243{width:243px}.h-sm-243{height:243px}}@media screen and (min-width:768px){.font-md-243{font-size:243px}.border-md-243{border-width:243px!important}.w-md-243{width:243px}.h-md-243{height:243px}}@media screen and (min-width:992px){.font-lg-243{font-size:243px}.border-lg-243{border-width:243px!important}.w-lg-243{width:243px}.h-lg-243{height:243px}}@media screen and (min-width:1200px){.font-xl-243{font-size:243px}.border-xl-243{border-width:243px!important}.w-xl-243{width:243px}.h-xl-243{height:243px}}@media screen and (min-width:1400px){.font-xxl-243{font-size:243px}.border-xxl-243{border-width:243px!important}.w-xxl-243{width:243px}.h-xxl-243{height:243px}}@media screen and (min-width:576px){.font-sm-244{font-size:244px}.border-sm-244{border-width:244px!important}.w-sm-244{width:244px}.h-sm-244{height:244px}}@media screen and (min-width:768px){.font-md-244{font-size:244px}.border-md-244{border-width:244px!important}.w-md-244{width:244px}.h-md-244{height:244px}}@media screen and (min-width:992px){.font-lg-244{font-size:244px}.border-lg-244{border-width:244px!important}.w-lg-244{width:244px}.h-lg-244{height:244px}}@media screen and (min-width:1200px){.font-xl-244{font-size:244px}.border-xl-244{border-width:244px!important}.w-xl-244{width:244px}.h-xl-244{height:244px}}@media screen and (min-width:1400px){.font-xxl-244{font-size:244px}.border-xxl-244{border-width:244px!important}.w-xxl-244{width:244px}.h-xxl-244{height:244px}}@media screen and (min-width:576px){.font-sm-245{font-size:245px}.border-sm-245{border-width:245px!important}.w-sm-245{width:245px}.h-sm-245{height:245px}}@media screen and (min-width:768px){.font-md-245{font-size:245px}.border-md-245{border-width:245px!important}.w-md-245{width:245px}.h-md-245{height:245px}}@media screen and (min-width:992px){.font-lg-245{font-size:245px}.border-lg-245{border-width:245px!important}.w-lg-245{width:245px}.h-lg-245{height:245px}}@media screen and (min-width:1200px){.font-xl-245{font-size:245px}.border-xl-245{border-width:245px!important}.w-xl-245{width:245px}.h-xl-245{height:245px}}@media screen and (min-width:1400px){.font-xxl-245{font-size:245px}.border-xxl-245{border-width:245px!important}.w-xxl-245{width:245px}.h-xxl-245{height:245px}}@media screen and (min-width:576px){.font-sm-246{font-size:246px}.border-sm-246{border-width:246px!important}.w-sm-246{width:246px}.h-sm-246{height:246px}}@media screen and (min-width:768px){.font-md-246{font-size:246px}.border-md-246{border-width:246px!important}.w-md-246{width:246px}.h-md-246{height:246px}}@media screen and (min-width:992px){.font-lg-246{font-size:246px}.border-lg-246{border-width:246px!important}.w-lg-246{width:246px}.h-lg-246{height:246px}}@media screen and (min-width:1200px){.font-xl-246{font-size:246px}.border-xl-246{border-width:246px!important}.w-xl-246{width:246px}.h-xl-246{height:246px}}@media screen and (min-width:1400px){.font-xxl-246{font-size:246px}.border-xxl-246{border-width:246px!important}.w-xxl-246{width:246px}.h-xxl-246{height:246px}}@media screen and (min-width:576px){.font-sm-247{font-size:247px}.border-sm-247{border-width:247px!important}.w-sm-247{width:247px}.h-sm-247{height:247px}}@media screen and (min-width:768px){.font-md-247{font-size:247px}.border-md-247{border-width:247px!important}.w-md-247{width:247px}.h-md-247{height:247px}}@media screen and (min-width:992px){.font-lg-247{font-size:247px}.border-lg-247{border-width:247px!important}.w-lg-247{width:247px}.h-lg-247{height:247px}}@media screen and (min-width:1200px){.font-xl-247{font-size:247px}.border-xl-247{border-width:247px!important}.w-xl-247{width:247px}.h-xl-247{height:247px}}@media screen and (min-width:1400px){.font-xxl-247{font-size:247px}.border-xxl-247{border-width:247px!important}.w-xxl-247{width:247px}.h-xxl-247{height:247px}}@media screen and (min-width:576px){.font-sm-248{font-size:248px}.border-sm-248{border-width:248px!important}.w-sm-248{width:248px}.h-sm-248{height:248px}}@media screen and (min-width:768px){.font-md-248{font-size:248px}.border-md-248{border-width:248px!important}.w-md-248{width:248px}.h-md-248{height:248px}}@media screen and (min-width:992px){.font-lg-248{font-size:248px}.border-lg-248{border-width:248px!important}.w-lg-248{width:248px}.h-lg-248{height:248px}}@media screen and (min-width:1200px){.font-xl-248{font-size:248px}.border-xl-248{border-width:248px!important}.w-xl-248{width:248px}.h-xl-248{height:248px}}@media screen and (min-width:1400px){.font-xxl-248{font-size:248px}.border-xxl-248{border-width:248px!important}.w-xxl-248{width:248px}.h-xxl-248{height:248px}}@media screen and (min-width:576px){.font-sm-249{font-size:249px}.border-sm-249{border-width:249px!important}.w-sm-249{width:249px}.h-sm-249{height:249px}}@media screen and (min-width:768px){.font-md-249{font-size:249px}.border-md-249{border-width:249px!important}.w-md-249{width:249px}.h-md-249{height:249px}}@media screen and (min-width:992px){.font-lg-249{font-size:249px}.border-lg-249{border-width:249px!important}.w-lg-249{width:249px}.h-lg-249{height:249px}}@media screen and (min-width:1200px){.font-xl-249{font-size:249px}.border-xl-249{border-width:249px!important}.w-xl-249{width:249px}.h-xl-249{height:249px}}@media screen and (min-width:1400px){.font-xxl-249{font-size:249px}.border-xxl-249{border-width:249px!important}.w-xxl-249{width:249px}.h-xxl-249{height:249px}}@media screen and (min-width:576px){.font-sm-250{font-size:250px}.border-sm-250{border-width:250px!important}.w-sm-250{width:250px}.h-sm-250{height:250px}}@media screen and (min-width:768px){.font-md-250{font-size:250px}.border-md-250{border-width:250px!important}.w-md-250{width:250px}.h-md-250{height:250px}}@media screen and (min-width:992px){.font-lg-250{font-size:250px}.border-lg-250{border-width:250px!important}.w-lg-250{width:250px}.h-lg-250{height:250px}}@media screen and (min-width:1200px){.font-xl-250{font-size:250px}.border-xl-250{border-width:250px!important}.w-xl-250{width:250px}.h-xl-250{height:250px}}@media screen and (min-width:1400px){.font-xxl-250{font-size:250px}.border-xxl-250{border-width:250px!important}.w-xxl-250{width:250px}.h-xxl-250{height:250px}}@media screen and (min-width:576px){.font-sm-251{font-size:251px}.border-sm-251{border-width:251px!important}.w-sm-251{width:251px}.h-sm-251{height:251px}}@media screen and (min-width:768px){.font-md-251{font-size:251px}.border-md-251{border-width:251px!important}.w-md-251{width:251px}.h-md-251{height:251px}}@media screen and (min-width:992px){.font-lg-251{font-size:251px}.border-lg-251{border-width:251px!important}.w-lg-251{width:251px}.h-lg-251{height:251px}}@media screen and (min-width:1200px){.font-xl-251{font-size:251px}.border-xl-251{border-width:251px!important}.w-xl-251{width:251px}.h-xl-251{height:251px}}@media screen and (min-width:1400px){.font-xxl-251{font-size:251px}.border-xxl-251{border-width:251px!important}.w-xxl-251{width:251px}.h-xxl-251{height:251px}}@media screen and (min-width:576px){.font-sm-252{font-size:252px}.border-sm-252{border-width:252px!important}.w-sm-252{width:252px}.h-sm-252{height:252px}}@media screen and (min-width:768px){.font-md-252{font-size:252px}.border-md-252{border-width:252px!important}.w-md-252{width:252px}.h-md-252{height:252px}}@media screen and (min-width:992px){.font-lg-252{font-size:252px}.border-lg-252{border-width:252px!important}.w-lg-252{width:252px}.h-lg-252{height:252px}}@media screen and (min-width:1200px){.font-xl-252{font-size:252px}.border-xl-252{border-width:252px!important}.w-xl-252{width:252px}.h-xl-252{height:252px}}@media screen and (min-width:1400px){.font-xxl-252{font-size:252px}.border-xxl-252{border-width:252px!important}.w-xxl-252{width:252px}.h-xxl-252{height:252px}}@media screen and (min-width:576px){.font-sm-253{font-size:253px}.border-sm-253{border-width:253px!important}.w-sm-253{width:253px}.h-sm-253{height:253px}}@media screen and (min-width:768px){.font-md-253{font-size:253px}.border-md-253{border-width:253px!important}.w-md-253{width:253px}.h-md-253{height:253px}}@media screen and (min-width:992px){.font-lg-253{font-size:253px}.border-lg-253{border-width:253px!important}.w-lg-253{width:253px}.h-lg-253{height:253px}}@media screen and (min-width:1200px){.font-xl-253{font-size:253px}.border-xl-253{border-width:253px!important}.w-xl-253{width:253px}.h-xl-253{height:253px}}@media screen and (min-width:1400px){.font-xxl-253{font-size:253px}.border-xxl-253{border-width:253px!important}.w-xxl-253{width:253px}.h-xxl-253{height:253px}}@media screen and (min-width:576px){.font-sm-254{font-size:254px}.border-sm-254{border-width:254px!important}.w-sm-254{width:254px}.h-sm-254{height:254px}}@media screen and (min-width:768px){.font-md-254{font-size:254px}.border-md-254{border-width:254px!important}.w-md-254{width:254px}.h-md-254{height:254px}}@media screen and (min-width:992px){.font-lg-254{font-size:254px}.border-lg-254{border-width:254px!important}.w-lg-254{width:254px}.h-lg-254{height:254px}}@media screen and (min-width:1200px){.font-xl-254{font-size:254px}.border-xl-254{border-width:254px!important}.w-xl-254{width:254px}.h-xl-254{height:254px}}@media screen and (min-width:1400px){.font-xxl-254{font-size:254px}.border-xxl-254{border-width:254px!important}.w-xxl-254{width:254px}.h-xxl-254{height:254px}}@media screen and (min-width:576px){.font-sm-255{font-size:255px}.border-sm-255{border-width:255px!important}.w-sm-255{width:255px}.h-sm-255{height:255px}}@media screen and (min-width:768px){.font-md-255{font-size:255px}.border-md-255{border-width:255px!important}.w-md-255{width:255px}.h-md-255{height:255px}}@media screen and (min-width:992px){.font-lg-255{font-size:255px}.border-lg-255{border-width:255px!important}.w-lg-255{width:255px}.h-lg-255{height:255px}}@media screen and (min-width:1200px){.font-xl-255{font-size:255px}.border-xl-255{border-width:255px!important}.w-xl-255{width:255px}.h-xl-255{height:255px}}@media screen and (min-width:1400px){.font-xxl-255{font-size:255px}.border-xxl-255{border-width:255px!important}.w-xxl-255{width:255px}.h-xxl-255{height:255px}}@media screen and (min-width:576px){.font-sm-256{font-size:256px}.border-sm-256{border-width:256px!important}.w-sm-256{width:256px}.h-sm-256{height:256px}}@media screen and (min-width:768px){.font-md-256{font-size:256px}.border-md-256{border-width:256px!important}.w-md-256{width:256px}.h-md-256{height:256px}}@media screen and (min-width:992px){.font-lg-256{font-size:256px}.border-lg-256{border-width:256px!important}.w-lg-256{width:256px}.h-lg-256{height:256px}}@media screen and (min-width:1200px){.font-xl-256{font-size:256px}.border-xl-256{border-width:256px!important}.w-xl-256{width:256px}.h-xl-256{height:256px}}@media screen and (min-width:1400px){.font-xxl-256{font-size:256px}.border-xxl-256{border-width:256px!important}.w-xxl-256{width:256px}.h-xxl-256{height:256px}}@media screen and (min-width:576px){.font-sm-257{font-size:257px}.border-sm-257{border-width:257px!important}.w-sm-257{width:257px}.h-sm-257{height:257px}}@media screen and (min-width:768px){.font-md-257{font-size:257px}.border-md-257{border-width:257px!important}.w-md-257{width:257px}.h-md-257{height:257px}}@media screen and (min-width:992px){.font-lg-257{font-size:257px}.border-lg-257{border-width:257px!important}.w-lg-257{width:257px}.h-lg-257{height:257px}}@media screen and (min-width:1200px){.font-xl-257{font-size:257px}.border-xl-257{border-width:257px!important}.w-xl-257{width:257px}.h-xl-257{height:257px}}@media screen and (min-width:1400px){.font-xxl-257{font-size:257px}.border-xxl-257{border-width:257px!important}.w-xxl-257{width:257px}.h-xxl-257{height:257px}}@media screen and (min-width:576px){.font-sm-258{font-size:258px}.border-sm-258{border-width:258px!important}.w-sm-258{width:258px}.h-sm-258{height:258px}}@media screen and (min-width:768px){.font-md-258{font-size:258px}.border-md-258{border-width:258px!important}.w-md-258{width:258px}.h-md-258{height:258px}}@media screen and (min-width:992px){.font-lg-258{font-size:258px}.border-lg-258{border-width:258px!important}.w-lg-258{width:258px}.h-lg-258{height:258px}}@media screen and (min-width:1200px){.font-xl-258{font-size:258px}.border-xl-258{border-width:258px!important}.w-xl-258{width:258px}.h-xl-258{height:258px}}@media screen and (min-width:1400px){.font-xxl-258{font-size:258px}.border-xxl-258{border-width:258px!important}.w-xxl-258{width:258px}.h-xxl-258{height:258px}}@media screen and (min-width:576px){.font-sm-259{font-size:259px}.border-sm-259{border-width:259px!important}.w-sm-259{width:259px}.h-sm-259{height:259px}}@media screen and (min-width:768px){.font-md-259{font-size:259px}.border-md-259{border-width:259px!important}.w-md-259{width:259px}.h-md-259{height:259px}}@media screen and (min-width:992px){.font-lg-259{font-size:259px}.border-lg-259{border-width:259px!important}.w-lg-259{width:259px}.h-lg-259{height:259px}}@media screen and (min-width:1200px){.font-xl-259{font-size:259px}.border-xl-259{border-width:259px!important}.w-xl-259{width:259px}.h-xl-259{height:259px}}@media screen and (min-width:1400px){.font-xxl-259{font-size:259px}.border-xxl-259{border-width:259px!important}.w-xxl-259{width:259px}.h-xxl-259{height:259px}}@media screen and (min-width:576px){.font-sm-260{font-size:260px}.border-sm-260{border-width:260px!important}.w-sm-260{width:260px}.h-sm-260{height:260px}}@media screen and (min-width:768px){.font-md-260{font-size:260px}.border-md-260{border-width:260px!important}.w-md-260{width:260px}.h-md-260{height:260px}}@media screen and (min-width:992px){.font-lg-260{font-size:260px}.border-lg-260{border-width:260px!important}.w-lg-260{width:260px}.h-lg-260{height:260px}}@media screen and (min-width:1200px){.font-xl-260{font-size:260px}.border-xl-260{border-width:260px!important}.w-xl-260{width:260px}.h-xl-260{height:260px}}@media screen and (min-width:1400px){.font-xxl-260{font-size:260px}.border-xxl-260{border-width:260px!important}.w-xxl-260{width:260px}.h-xxl-260{height:260px}}@media screen and (min-width:576px){.font-sm-261{font-size:261px}.border-sm-261{border-width:261px!important}.w-sm-261{width:261px}.h-sm-261{height:261px}}@media screen and (min-width:768px){.font-md-261{font-size:261px}.border-md-261{border-width:261px!important}.w-md-261{width:261px}.h-md-261{height:261px}}@media screen and (min-width:992px){.font-lg-261{font-size:261px}.border-lg-261{border-width:261px!important}.w-lg-261{width:261px}.h-lg-261{height:261px}}@media screen and (min-width:1200px){.font-xl-261{font-size:261px}.border-xl-261{border-width:261px!important}.w-xl-261{width:261px}.h-xl-261{height:261px}}@media screen and (min-width:1400px){.font-xxl-261{font-size:261px}.border-xxl-261{border-width:261px!important}.w-xxl-261{width:261px}.h-xxl-261{height:261px}}@media screen and (min-width:576px){.font-sm-262{font-size:262px}.border-sm-262{border-width:262px!important}.w-sm-262{width:262px}.h-sm-262{height:262px}}@media screen and (min-width:768px){.font-md-262{font-size:262px}.border-md-262{border-width:262px!important}.w-md-262{width:262px}.h-md-262{height:262px}}@media screen and (min-width:992px){.font-lg-262{font-size:262px}.border-lg-262{border-width:262px!important}.w-lg-262{width:262px}.h-lg-262{height:262px}}@media screen and (min-width:1200px){.font-xl-262{font-size:262px}.border-xl-262{border-width:262px!important}.w-xl-262{width:262px}.h-xl-262{height:262px}}@media screen and (min-width:1400px){.font-xxl-262{font-size:262px}.border-xxl-262{border-width:262px!important}.w-xxl-262{width:262px}.h-xxl-262{height:262px}}@media screen and (min-width:576px){.font-sm-263{font-size:263px}.border-sm-263{border-width:263px!important}.w-sm-263{width:263px}.h-sm-263{height:263px}}@media screen and (min-width:768px){.font-md-263{font-size:263px}.border-md-263{border-width:263px!important}.w-md-263{width:263px}.h-md-263{height:263px}}@media screen and (min-width:992px){.font-lg-263{font-size:263px}.border-lg-263{border-width:263px!important}.w-lg-263{width:263px}.h-lg-263{height:263px}}@media screen and (min-width:1200px){.font-xl-263{font-size:263px}.border-xl-263{border-width:263px!important}.w-xl-263{width:263px}.h-xl-263{height:263px}}@media screen and (min-width:1400px){.font-xxl-263{font-size:263px}.border-xxl-263{border-width:263px!important}.w-xxl-263{width:263px}.h-xxl-263{height:263px}}@media screen and (min-width:576px){.font-sm-264{font-size:264px}.border-sm-264{border-width:264px!important}.w-sm-264{width:264px}.h-sm-264{height:264px}}@media screen and (min-width:768px){.font-md-264{font-size:264px}.border-md-264{border-width:264px!important}.w-md-264{width:264px}.h-md-264{height:264px}}@media screen and (min-width:992px){.font-lg-264{font-size:264px}.border-lg-264{border-width:264px!important}.w-lg-264{width:264px}.h-lg-264{height:264px}}@media screen and (min-width:1200px){.font-xl-264{font-size:264px}.border-xl-264{border-width:264px!important}.w-xl-264{width:264px}.h-xl-264{height:264px}}@media screen and (min-width:1400px){.font-xxl-264{font-size:264px}.border-xxl-264{border-width:264px!important}.w-xxl-264{width:264px}.h-xxl-264{height:264px}}@media screen and (min-width:576px){.font-sm-265{font-size:265px}.border-sm-265{border-width:265px!important}.w-sm-265{width:265px}.h-sm-265{height:265px}}@media screen and (min-width:768px){.font-md-265{font-size:265px}.border-md-265{border-width:265px!important}.w-md-265{width:265px}.h-md-265{height:265px}}@media screen and (min-width:992px){.font-lg-265{font-size:265px}.border-lg-265{border-width:265px!important}.w-lg-265{width:265px}.h-lg-265{height:265px}}@media screen and (min-width:1200px){.font-xl-265{font-size:265px}.border-xl-265{border-width:265px!important}.w-xl-265{width:265px}.h-xl-265{height:265px}}@media screen and (min-width:1400px){.font-xxl-265{font-size:265px}.border-xxl-265{border-width:265px!important}.w-xxl-265{width:265px}.h-xxl-265{height:265px}}@media screen and (min-width:576px){.font-sm-266{font-size:266px}.border-sm-266{border-width:266px!important}.w-sm-266{width:266px}.h-sm-266{height:266px}}@media screen and (min-width:768px){.font-md-266{font-size:266px}.border-md-266{border-width:266px!important}.w-md-266{width:266px}.h-md-266{height:266px}}@media screen and (min-width:992px){.font-lg-266{font-size:266px}.border-lg-266{border-width:266px!important}.w-lg-266{width:266px}.h-lg-266{height:266px}}@media screen and (min-width:1200px){.font-xl-266{font-size:266px}.border-xl-266{border-width:266px!important}.w-xl-266{width:266px}.h-xl-266{height:266px}}@media screen and (min-width:1400px){.font-xxl-266{font-size:266px}.border-xxl-266{border-width:266px!important}.w-xxl-266{width:266px}.h-xxl-266{height:266px}}@media screen and (min-width:576px){.font-sm-267{font-size:267px}.border-sm-267{border-width:267px!important}.w-sm-267{width:267px}.h-sm-267{height:267px}}@media screen and (min-width:768px){.font-md-267{font-size:267px}.border-md-267{border-width:267px!important}.w-md-267{width:267px}.h-md-267{height:267px}}@media screen and (min-width:992px){.font-lg-267{font-size:267px}.border-lg-267{border-width:267px!important}.w-lg-267{width:267px}.h-lg-267{height:267px}}@media screen and (min-width:1200px){.font-xl-267{font-size:267px}.border-xl-267{border-width:267px!important}.w-xl-267{width:267px}.h-xl-267{height:267px}}@media screen and (min-width:1400px){.font-xxl-267{font-size:267px}.border-xxl-267{border-width:267px!important}.w-xxl-267{width:267px}.h-xxl-267{height:267px}}@media screen and (min-width:576px){.font-sm-268{font-size:268px}.border-sm-268{border-width:268px!important}.w-sm-268{width:268px}.h-sm-268{height:268px}}@media screen and (min-width:768px){.font-md-268{font-size:268px}.border-md-268{border-width:268px!important}.w-md-268{width:268px}.h-md-268{height:268px}}@media screen and (min-width:992px){.font-lg-268{font-size:268px}.border-lg-268{border-width:268px!important}.w-lg-268{width:268px}.h-lg-268{height:268px}}@media screen and (min-width:1200px){.font-xl-268{font-size:268px}.border-xl-268{border-width:268px!important}.w-xl-268{width:268px}.h-xl-268{height:268px}}@media screen and (min-width:1400px){.font-xxl-268{font-size:268px}.border-xxl-268{border-width:268px!important}.w-xxl-268{width:268px}.h-xxl-268{height:268px}}@media screen and (min-width:576px){.font-sm-269{font-size:269px}.border-sm-269{border-width:269px!important}.w-sm-269{width:269px}.h-sm-269{height:269px}}@media screen and (min-width:768px){.font-md-269{font-size:269px}.border-md-269{border-width:269px!important}.w-md-269{width:269px}.h-md-269{height:269px}}@media screen and (min-width:992px){.font-lg-269{font-size:269px}.border-lg-269{border-width:269px!important}.w-lg-269{width:269px}.h-lg-269{height:269px}}@media screen and (min-width:1200px){.font-xl-269{font-size:269px}.border-xl-269{border-width:269px!important}.w-xl-269{width:269px}.h-xl-269{height:269px}}@media screen and (min-width:1400px){.font-xxl-269{font-size:269px}.border-xxl-269{border-width:269px!important}.w-xxl-269{width:269px}.h-xxl-269{height:269px}}@media screen and (min-width:576px){.font-sm-270{font-size:270px}.border-sm-270{border-width:270px!important}.w-sm-270{width:270px}.h-sm-270{height:270px}}@media screen and (min-width:768px){.font-md-270{font-size:270px}.border-md-270{border-width:270px!important}.w-md-270{width:270px}.h-md-270{height:270px}}@media screen and (min-width:992px){.font-lg-270{font-size:270px}.border-lg-270{border-width:270px!important}.w-lg-270{width:270px}.h-lg-270{height:270px}}@media screen and (min-width:1200px){.font-xl-270{font-size:270px}.border-xl-270{border-width:270px!important}.w-xl-270{width:270px}.h-xl-270{height:270px}}@media screen and (min-width:1400px){.font-xxl-270{font-size:270px}.border-xxl-270{border-width:270px!important}.w-xxl-270{width:270px}.h-xxl-270{height:270px}}@media screen and (min-width:576px){.font-sm-271{font-size:271px}.border-sm-271{border-width:271px!important}.w-sm-271{width:271px}.h-sm-271{height:271px}}@media screen and (min-width:768px){.font-md-271{font-size:271px}.border-md-271{border-width:271px!important}.w-md-271{width:271px}.h-md-271{height:271px}}@media screen and (min-width:992px){.font-lg-271{font-size:271px}.border-lg-271{border-width:271px!important}.w-lg-271{width:271px}.h-lg-271{height:271px}}@media screen and (min-width:1200px){.font-xl-271{font-size:271px}.border-xl-271{border-width:271px!important}.w-xl-271{width:271px}.h-xl-271{height:271px}}@media screen and (min-width:1400px){.font-xxl-271{font-size:271px}.border-xxl-271{border-width:271px!important}.w-xxl-271{width:271px}.h-xxl-271{height:271px}}@media screen and (min-width:576px){.font-sm-272{font-size:272px}.border-sm-272{border-width:272px!important}.w-sm-272{width:272px}.h-sm-272{height:272px}}@media screen and (min-width:768px){.font-md-272{font-size:272px}.border-md-272{border-width:272px!important}.w-md-272{width:272px}.h-md-272{height:272px}}@media screen and (min-width:992px){.font-lg-272{font-size:272px}.border-lg-272{border-width:272px!important}.w-lg-272{width:272px}.h-lg-272{height:272px}}@media screen and (min-width:1200px){.font-xl-272{font-size:272px}.border-xl-272{border-width:272px!important}.w-xl-272{width:272px}.h-xl-272{height:272px}}@media screen and (min-width:1400px){.font-xxl-272{font-size:272px}.border-xxl-272{border-width:272px!important}.w-xxl-272{width:272px}.h-xxl-272{height:272px}}@media screen and (min-width:576px){.font-sm-273{font-size:273px}.border-sm-273{border-width:273px!important}.w-sm-273{width:273px}.h-sm-273{height:273px}}@media screen and (min-width:768px){.font-md-273{font-size:273px}.border-md-273{border-width:273px!important}.w-md-273{width:273px}.h-md-273{height:273px}}@media screen and (min-width:992px){.font-lg-273{font-size:273px}.border-lg-273{border-width:273px!important}.w-lg-273{width:273px}.h-lg-273{height:273px}}@media screen and (min-width:1200px){.font-xl-273{font-size:273px}.border-xl-273{border-width:273px!important}.w-xl-273{width:273px}.h-xl-273{height:273px}}@media screen and (min-width:1400px){.font-xxl-273{font-size:273px}.border-xxl-273{border-width:273px!important}.w-xxl-273{width:273px}.h-xxl-273{height:273px}}@media screen and (min-width:576px){.font-sm-274{font-size:274px}.border-sm-274{border-width:274px!important}.w-sm-274{width:274px}.h-sm-274{height:274px}}@media screen and (min-width:768px){.font-md-274{font-size:274px}.border-md-274{border-width:274px!important}.w-md-274{width:274px}.h-md-274{height:274px}}@media screen and (min-width:992px){.font-lg-274{font-size:274px}.border-lg-274{border-width:274px!important}.w-lg-274{width:274px}.h-lg-274{height:274px}}@media screen and (min-width:1200px){.font-xl-274{font-size:274px}.border-xl-274{border-width:274px!important}.w-xl-274{width:274px}.h-xl-274{height:274px}}@media screen and (min-width:1400px){.font-xxl-274{font-size:274px}.border-xxl-274{border-width:274px!important}.w-xxl-274{width:274px}.h-xxl-274{height:274px}}@media screen and (min-width:576px){.font-sm-275{font-size:275px}.border-sm-275{border-width:275px!important}.w-sm-275{width:275px}.h-sm-275{height:275px}}@media screen and (min-width:768px){.font-md-275{font-size:275px}.border-md-275{border-width:275px!important}.w-md-275{width:275px}.h-md-275{height:275px}}@media screen and (min-width:992px){.font-lg-275{font-size:275px}.border-lg-275{border-width:275px!important}.w-lg-275{width:275px}.h-lg-275{height:275px}}@media screen and (min-width:1200px){.font-xl-275{font-size:275px}.border-xl-275{border-width:275px!important}.w-xl-275{width:275px}.h-xl-275{height:275px}}@media screen and (min-width:1400px){.font-xxl-275{font-size:275px}.border-xxl-275{border-width:275px!important}.w-xxl-275{width:275px}.h-xxl-275{height:275px}}@media screen and (min-width:576px){.font-sm-276{font-size:276px}.border-sm-276{border-width:276px!important}.w-sm-276{width:276px}.h-sm-276{height:276px}}@media screen and (min-width:768px){.font-md-276{font-size:276px}.border-md-276{border-width:276px!important}.w-md-276{width:276px}.h-md-276{height:276px}}@media screen and (min-width:992px){.font-lg-276{font-size:276px}.border-lg-276{border-width:276px!important}.w-lg-276{width:276px}.h-lg-276{height:276px}}@media screen and (min-width:1200px){.font-xl-276{font-size:276px}.border-xl-276{border-width:276px!important}.w-xl-276{width:276px}.h-xl-276{height:276px}}@media screen and (min-width:1400px){.font-xxl-276{font-size:276px}.border-xxl-276{border-width:276px!important}.w-xxl-276{width:276px}.h-xxl-276{height:276px}}@media screen and (min-width:576px){.font-sm-277{font-size:277px}.border-sm-277{border-width:277px!important}.w-sm-277{width:277px}.h-sm-277{height:277px}}@media screen and (min-width:768px){.font-md-277{font-size:277px}.border-md-277{border-width:277px!important}.w-md-277{width:277px}.h-md-277{height:277px}}@media screen and (min-width:992px){.font-lg-277{font-size:277px}.border-lg-277{border-width:277px!important}.w-lg-277{width:277px}.h-lg-277{height:277px}}@media screen and (min-width:1200px){.font-xl-277{font-size:277px}.border-xl-277{border-width:277px!important}.w-xl-277{width:277px}.h-xl-277{height:277px}}@media screen and (min-width:1400px){.font-xxl-277{font-size:277px}.border-xxl-277{border-width:277px!important}.w-xxl-277{width:277px}.h-xxl-277{height:277px}}@media screen and (min-width:576px){.font-sm-278{font-size:278px}.border-sm-278{border-width:278px!important}.w-sm-278{width:278px}.h-sm-278{height:278px}}@media screen and (min-width:768px){.font-md-278{font-size:278px}.border-md-278{border-width:278px!important}.w-md-278{width:278px}.h-md-278{height:278px}}@media screen and (min-width:992px){.font-lg-278{font-size:278px}.border-lg-278{border-width:278px!important}.w-lg-278{width:278px}.h-lg-278{height:278px}}@media screen and (min-width:1200px){.font-xl-278{font-size:278px}.border-xl-278{border-width:278px!important}.w-xl-278{width:278px}.h-xl-278{height:278px}}@media screen and (min-width:1400px){.font-xxl-278{font-size:278px}.border-xxl-278{border-width:278px!important}.w-xxl-278{width:278px}.h-xxl-278{height:278px}}@media screen and (min-width:576px){.font-sm-279{font-size:279px}.border-sm-279{border-width:279px!important}.w-sm-279{width:279px}.h-sm-279{height:279px}}@media screen and (min-width:768px){.font-md-279{font-size:279px}.border-md-279{border-width:279px!important}.w-md-279{width:279px}.h-md-279{height:279px}}@media screen and (min-width:992px){.font-lg-279{font-size:279px}.border-lg-279{border-width:279px!important}.w-lg-279{width:279px}.h-lg-279{height:279px}}@media screen and (min-width:1200px){.font-xl-279{font-size:279px}.border-xl-279{border-width:279px!important}.w-xl-279{width:279px}.h-xl-279{height:279px}}@media screen and (min-width:1400px){.font-xxl-279{font-size:279px}.border-xxl-279{border-width:279px!important}.w-xxl-279{width:279px}.h-xxl-279{height:279px}}@media screen and (min-width:576px){.font-sm-280{font-size:280px}.border-sm-280{border-width:280px!important}.w-sm-280{width:280px}.h-sm-280{height:280px}}@media screen and (min-width:768px){.font-md-280{font-size:280px}.border-md-280{border-width:280px!important}.w-md-280{width:280px}.h-md-280{height:280px}}@media screen and (min-width:992px){.font-lg-280{font-size:280px}.border-lg-280{border-width:280px!important}.w-lg-280{width:280px}.h-lg-280{height:280px}}@media screen and (min-width:1200px){.font-xl-280{font-size:280px}.border-xl-280{border-width:280px!important}.w-xl-280{width:280px}.h-xl-280{height:280px}}@media screen and (min-width:1400px){.font-xxl-280{font-size:280px}.border-xxl-280{border-width:280px!important}.w-xxl-280{width:280px}.h-xxl-280{height:280px}}@media screen and (min-width:576px){.font-sm-281{font-size:281px}.border-sm-281{border-width:281px!important}.w-sm-281{width:281px}.h-sm-281{height:281px}}@media screen and (min-width:768px){.font-md-281{font-size:281px}.border-md-281{border-width:281px!important}.w-md-281{width:281px}.h-md-281{height:281px}}@media screen and (min-width:992px){.font-lg-281{font-size:281px}.border-lg-281{border-width:281px!important}.w-lg-281{width:281px}.h-lg-281{height:281px}}@media screen and (min-width:1200px){.font-xl-281{font-size:281px}.border-xl-281{border-width:281px!important}.w-xl-281{width:281px}.h-xl-281{height:281px}}@media screen and (min-width:1400px){.font-xxl-281{font-size:281px}.border-xxl-281{border-width:281px!important}.w-xxl-281{width:281px}.h-xxl-281{height:281px}}@media screen and (min-width:576px){.font-sm-282{font-size:282px}.border-sm-282{border-width:282px!important}.w-sm-282{width:282px}.h-sm-282{height:282px}}@media screen and (min-width:768px){.font-md-282{font-size:282px}.border-md-282{border-width:282px!important}.w-md-282{width:282px}.h-md-282{height:282px}}@media screen and (min-width:992px){.font-lg-282{font-size:282px}.border-lg-282{border-width:282px!important}.w-lg-282{width:282px}.h-lg-282{height:282px}}@media screen and (min-width:1200px){.font-xl-282{font-size:282px}.border-xl-282{border-width:282px!important}.w-xl-282{width:282px}.h-xl-282{height:282px}}@media screen and (min-width:1400px){.font-xxl-282{font-size:282px}.border-xxl-282{border-width:282px!important}.w-xxl-282{width:282px}.h-xxl-282{height:282px}}@media screen and (min-width:576px){.font-sm-283{font-size:283px}.border-sm-283{border-width:283px!important}.w-sm-283{width:283px}.h-sm-283{height:283px}}@media screen and (min-width:768px){.font-md-283{font-size:283px}.border-md-283{border-width:283px!important}.w-md-283{width:283px}.h-md-283{height:283px}}@media screen and (min-width:992px){.font-lg-283{font-size:283px}.border-lg-283{border-width:283px!important}.w-lg-283{width:283px}.h-lg-283{height:283px}}@media screen and (min-width:1200px){.font-xl-283{font-size:283px}.border-xl-283{border-width:283px!important}.w-xl-283{width:283px}.h-xl-283{height:283px}}@media screen and (min-width:1400px){.font-xxl-283{font-size:283px}.border-xxl-283{border-width:283px!important}.w-xxl-283{width:283px}.h-xxl-283{height:283px}}@media screen and (min-width:576px){.font-sm-284{font-size:284px}.border-sm-284{border-width:284px!important}.w-sm-284{width:284px}.h-sm-284{height:284px}}@media screen and (min-width:768px){.font-md-284{font-size:284px}.border-md-284{border-width:284px!important}.w-md-284{width:284px}.h-md-284{height:284px}}@media screen and (min-width:992px){.font-lg-284{font-size:284px}.border-lg-284{border-width:284px!important}.w-lg-284{width:284px}.h-lg-284{height:284px}}@media screen and (min-width:1200px){.font-xl-284{font-size:284px}.border-xl-284{border-width:284px!important}.w-xl-284{width:284px}.h-xl-284{height:284px}}@media screen and (min-width:1400px){.font-xxl-284{font-size:284px}.border-xxl-284{border-width:284px!important}.w-xxl-284{width:284px}.h-xxl-284{height:284px}}@media screen and (min-width:576px){.font-sm-285{font-size:285px}.border-sm-285{border-width:285px!important}.w-sm-285{width:285px}.h-sm-285{height:285px}}@media screen and (min-width:768px){.font-md-285{font-size:285px}.border-md-285{border-width:285px!important}.w-md-285{width:285px}.h-md-285{height:285px}}@media screen and (min-width:992px){.font-lg-285{font-size:285px}.border-lg-285{border-width:285px!important}.w-lg-285{width:285px}.h-lg-285{height:285px}}@media screen and (min-width:1200px){.font-xl-285{font-size:285px}.border-xl-285{border-width:285px!important}.w-xl-285{width:285px}.h-xl-285{height:285px}}@media screen and (min-width:1400px){.font-xxl-285{font-size:285px}.border-xxl-285{border-width:285px!important}.w-xxl-285{width:285px}.h-xxl-285{height:285px}}@media screen and (min-width:576px){.font-sm-286{font-size:286px}.border-sm-286{border-width:286px!important}.w-sm-286{width:286px}.h-sm-286{height:286px}}@media screen and (min-width:768px){.font-md-286{font-size:286px}.border-md-286{border-width:286px!important}.w-md-286{width:286px}.h-md-286{height:286px}}@media screen and (min-width:992px){.font-lg-286{font-size:286px}.border-lg-286{border-width:286px!important}.w-lg-286{width:286px}.h-lg-286{height:286px}}@media screen and (min-width:1200px){.font-xl-286{font-size:286px}.border-xl-286{border-width:286px!important}.w-xl-286{width:286px}.h-xl-286{height:286px}}@media screen and (min-width:1400px){.font-xxl-286{font-size:286px}.border-xxl-286{border-width:286px!important}.w-xxl-286{width:286px}.h-xxl-286{height:286px}}@media screen and (min-width:576px){.font-sm-287{font-size:287px}.border-sm-287{border-width:287px!important}.w-sm-287{width:287px}.h-sm-287{height:287px}}@media screen and (min-width:768px){.font-md-287{font-size:287px}.border-md-287{border-width:287px!important}.w-md-287{width:287px}.h-md-287{height:287px}}@media screen and (min-width:992px){.font-lg-287{font-size:287px}.border-lg-287{border-width:287px!important}.w-lg-287{width:287px}.h-lg-287{height:287px}}@media screen and (min-width:1200px){.font-xl-287{font-size:287px}.border-xl-287{border-width:287px!important}.w-xl-287{width:287px}.h-xl-287{height:287px}}@media screen and (min-width:1400px){.font-xxl-287{font-size:287px}.border-xxl-287{border-width:287px!important}.w-xxl-287{width:287px}.h-xxl-287{height:287px}}@media screen and (min-width:576px){.font-sm-288{font-size:288px}.border-sm-288{border-width:288px!important}.w-sm-288{width:288px}.h-sm-288{height:288px}}@media screen and (min-width:768px){.font-md-288{font-size:288px}.border-md-288{border-width:288px!important}.w-md-288{width:288px}.h-md-288{height:288px}}@media screen and (min-width:992px){.font-lg-288{font-size:288px}.border-lg-288{border-width:288px!important}.w-lg-288{width:288px}.h-lg-288{height:288px}}@media screen and (min-width:1200px){.font-xl-288{font-size:288px}.border-xl-288{border-width:288px!important}.w-xl-288{width:288px}.h-xl-288{height:288px}}@media screen and (min-width:1400px){.font-xxl-288{font-size:288px}.border-xxl-288{border-width:288px!important}.w-xxl-288{width:288px}.h-xxl-288{height:288px}}@media screen and (min-width:576px){.font-sm-289{font-size:289px}.border-sm-289{border-width:289px!important}.w-sm-289{width:289px}.h-sm-289{height:289px}}@media screen and (min-width:768px){.font-md-289{font-size:289px}.border-md-289{border-width:289px!important}.w-md-289{width:289px}.h-md-289{height:289px}}@media screen and (min-width:992px){.font-lg-289{font-size:289px}.border-lg-289{border-width:289px!important}.w-lg-289{width:289px}.h-lg-289{height:289px}}@media screen and (min-width:1200px){.font-xl-289{font-size:289px}.border-xl-289{border-width:289px!important}.w-xl-289{width:289px}.h-xl-289{height:289px}}@media screen and (min-width:1400px){.font-xxl-289{font-size:289px}.border-xxl-289{border-width:289px!important}.w-xxl-289{width:289px}.h-xxl-289{height:289px}}@media screen and (min-width:576px){.font-sm-290{font-size:290px}.border-sm-290{border-width:290px!important}.w-sm-290{width:290px}.h-sm-290{height:290px}}@media screen and (min-width:768px){.font-md-290{font-size:290px}.border-md-290{border-width:290px!important}.w-md-290{width:290px}.h-md-290{height:290px}}@media screen and (min-width:992px){.font-lg-290{font-size:290px}.border-lg-290{border-width:290px!important}.w-lg-290{width:290px}.h-lg-290{height:290px}}@media screen and (min-width:1200px){.font-xl-290{font-size:290px}.border-xl-290{border-width:290px!important}.w-xl-290{width:290px}.h-xl-290{height:290px}}@media screen and (min-width:1400px){.font-xxl-290{font-size:290px}.border-xxl-290{border-width:290px!important}.w-xxl-290{width:290px}.h-xxl-290{height:290px}}@media screen and (min-width:576px){.font-sm-291{font-size:291px}.border-sm-291{border-width:291px!important}.w-sm-291{width:291px}.h-sm-291{height:291px}}@media screen and (min-width:768px){.font-md-291{font-size:291px}.border-md-291{border-width:291px!important}.w-md-291{width:291px}.h-md-291{height:291px}}@media screen and (min-width:992px){.font-lg-291{font-size:291px}.border-lg-291{border-width:291px!important}.w-lg-291{width:291px}.h-lg-291{height:291px}}@media screen and (min-width:1200px){.font-xl-291{font-size:291px}.border-xl-291{border-width:291px!important}.w-xl-291{width:291px}.h-xl-291{height:291px}}@media screen and (min-width:1400px){.font-xxl-291{font-size:291px}.border-xxl-291{border-width:291px!important}.w-xxl-291{width:291px}.h-xxl-291{height:291px}}@media screen and (min-width:576px){.font-sm-292{font-size:292px}.border-sm-292{border-width:292px!important}.w-sm-292{width:292px}.h-sm-292{height:292px}}@media screen and (min-width:768px){.font-md-292{font-size:292px}.border-md-292{border-width:292px!important}.w-md-292{width:292px}.h-md-292{height:292px}}@media screen and (min-width:992px){.font-lg-292{font-size:292px}.border-lg-292{border-width:292px!important}.w-lg-292{width:292px}.h-lg-292{height:292px}}@media screen and (min-width:1200px){.font-xl-292{font-size:292px}.border-xl-292{border-width:292px!important}.w-xl-292{width:292px}.h-xl-292{height:292px}}@media screen and (min-width:1400px){.font-xxl-292{font-size:292px}.border-xxl-292{border-width:292px!important}.w-xxl-292{width:292px}.h-xxl-292{height:292px}}@media screen and (min-width:576px){.font-sm-293{font-size:293px}.border-sm-293{border-width:293px!important}.w-sm-293{width:293px}.h-sm-293{height:293px}}@media screen and (min-width:768px){.font-md-293{font-size:293px}.border-md-293{border-width:293px!important}.w-md-293{width:293px}.h-md-293{height:293px}}@media screen and (min-width:992px){.font-lg-293{font-size:293px}.border-lg-293{border-width:293px!important}.w-lg-293{width:293px}.h-lg-293{height:293px}}@media screen and (min-width:1200px){.font-xl-293{font-size:293px}.border-xl-293{border-width:293px!important}.w-xl-293{width:293px}.h-xl-293{height:293px}}@media screen and (min-width:1400px){.font-xxl-293{font-size:293px}.border-xxl-293{border-width:293px!important}.w-xxl-293{width:293px}.h-xxl-293{height:293px}}@media screen and (min-width:576px){.font-sm-294{font-size:294px}.border-sm-294{border-width:294px!important}.w-sm-294{width:294px}.h-sm-294{height:294px}}@media screen and (min-width:768px){.font-md-294{font-size:294px}.border-md-294{border-width:294px!important}.w-md-294{width:294px}.h-md-294{height:294px}}@media screen and (min-width:992px){.font-lg-294{font-size:294px}.border-lg-294{border-width:294px!important}.w-lg-294{width:294px}.h-lg-294{height:294px}}@media screen and (min-width:1200px){.font-xl-294{font-size:294px}.border-xl-294{border-width:294px!important}.w-xl-294{width:294px}.h-xl-294{height:294px}}@media screen and (min-width:1400px){.font-xxl-294{font-size:294px}.border-xxl-294{border-width:294px!important}.w-xxl-294{width:294px}.h-xxl-294{height:294px}}@media screen and (min-width:576px){.font-sm-295{font-size:295px}.border-sm-295{border-width:295px!important}.w-sm-295{width:295px}.h-sm-295{height:295px}}@media screen and (min-width:768px){.font-md-295{font-size:295px}.border-md-295{border-width:295px!important}.w-md-295{width:295px}.h-md-295{height:295px}}@media screen and (min-width:992px){.font-lg-295{font-size:295px}.border-lg-295{border-width:295px!important}.w-lg-295{width:295px}.h-lg-295{height:295px}}@media screen and (min-width:1200px){.font-xl-295{font-size:295px}.border-xl-295{border-width:295px!important}.w-xl-295{width:295px}.h-xl-295{height:295px}}@media screen and (min-width:1400px){.font-xxl-295{font-size:295px}.border-xxl-295{border-width:295px!important}.w-xxl-295{width:295px}.h-xxl-295{height:295px}}@media screen and (min-width:576px){.font-sm-296{font-size:296px}.border-sm-296{border-width:296px!important}.w-sm-296{width:296px}.h-sm-296{height:296px}}@media screen and (min-width:768px){.font-md-296{font-size:296px}.border-md-296{border-width:296px!important}.w-md-296{width:296px}.h-md-296{height:296px}}@media screen and (min-width:992px){.font-lg-296{font-size:296px}.border-lg-296{border-width:296px!important}.w-lg-296{width:296px}.h-lg-296{height:296px}}@media screen and (min-width:1200px){.font-xl-296{font-size:296px}.border-xl-296{border-width:296px!important}.w-xl-296{width:296px}.h-xl-296{height:296px}}@media screen and (min-width:1400px){.font-xxl-296{font-size:296px}.border-xxl-296{border-width:296px!important}.w-xxl-296{width:296px}.h-xxl-296{height:296px}}@media screen and (min-width:576px){.font-sm-297{font-size:297px}.border-sm-297{border-width:297px!important}.w-sm-297{width:297px}.h-sm-297{height:297px}}@media screen and (min-width:768px){.font-md-297{font-size:297px}.border-md-297{border-width:297px!important}.w-md-297{width:297px}.h-md-297{height:297px}}@media screen and (min-width:992px){.font-lg-297{font-size:297px}.border-lg-297{border-width:297px!important}.w-lg-297{width:297px}.h-lg-297{height:297px}}@media screen and (min-width:1200px){.font-xl-297{font-size:297px}.border-xl-297{border-width:297px!important}.w-xl-297{width:297px}.h-xl-297{height:297px}}@media screen and (min-width:1400px){.font-xxl-297{font-size:297px}.border-xxl-297{border-width:297px!important}.w-xxl-297{width:297px}.h-xxl-297{height:297px}}@media screen and (min-width:576px){.font-sm-298{font-size:298px}.border-sm-298{border-width:298px!important}.w-sm-298{width:298px}.h-sm-298{height:298px}}@media screen and (min-width:768px){.font-md-298{font-size:298px}.border-md-298{border-width:298px!important}.w-md-298{width:298px}.h-md-298{height:298px}}@media screen and (min-width:992px){.font-lg-298{font-size:298px}.border-lg-298{border-width:298px!important}.w-lg-298{width:298px}.h-lg-298{height:298px}}@media screen and (min-width:1200px){.font-xl-298{font-size:298px}.border-xl-298{border-width:298px!important}.w-xl-298{width:298px}.h-xl-298{height:298px}}@media screen and (min-width:1400px){.font-xxl-298{font-size:298px}.border-xxl-298{border-width:298px!important}.w-xxl-298{width:298px}.h-xxl-298{height:298px}}@media screen and (min-width:576px){.font-sm-299{font-size:299px}.border-sm-299{border-width:299px!important}.w-sm-299{width:299px}.h-sm-299{height:299px}}@media screen and (min-width:768px){.font-md-299{font-size:299px}.border-md-299{border-width:299px!important}.w-md-299{width:299px}.h-md-299{height:299px}}@media screen and (min-width:992px){.font-lg-299{font-size:299px}.border-lg-299{border-width:299px!important}.w-lg-299{width:299px}.h-lg-299{height:299px}}@media screen and (min-width:1200px){.font-xl-299{font-size:299px}.border-xl-299{border-width:299px!important}.w-xl-299{width:299px}.h-xl-299{height:299px}}@media screen and (min-width:1400px){.font-xxl-299{font-size:299px}.border-xxl-299{border-width:299px!important}.w-xxl-299{width:299px}.h-xxl-299{height:299px}}@media screen and (min-width:576px){.font-sm-300{font-size:300px}.border-sm-300{border-width:300px!important}.w-sm-300{width:300px}.h-sm-300{height:300px}}@media screen and (min-width:768px){.font-md-300{font-size:300px}.border-md-300{border-width:300px!important}.w-md-300{width:300px}.h-md-300{height:300px}}@media screen and (min-width:992px){.font-lg-300{font-size:300px}.border-lg-300{border-width:300px!important}.w-lg-300{width:300px}.h-lg-300{height:300px}}@media screen and (min-width:1200px){.font-xl-300{font-size:300px}.border-xl-300{border-width:300px!important}.w-xl-300{width:300px}.h-xl-300{height:300px}}@media screen and (min-width:1400px){.font-xxl-300{font-size:300px}.border-xxl-300{border-width:300px!important}.w-xxl-300{width:300px}.h-xxl-300{height:300px}}.fw-100{font-weight:100!important}@media screen and (min-width:576px){.fw-sm-100{font-weight:100!important}}@media screen and (min-width:768px){.fw-md-100{font-weight:100!important}}@media screen and (min-width:992px){.fw-lg-100{font-weight:100!important}}@media screen and (min-width:1200px){.fw-xl-100{font-weight:100!important}}@media screen and (min-width:1400px){.fw-xxl-100{font-weight:100!important}}.fw-200{font-weight:200!important}@media screen and (min-width:576px){.fw-sm-200{font-weight:200!important}}@media screen and (min-width:768px){.fw-md-200{font-weight:200!important}}@media screen and (min-width:992px){.fw-lg-200{font-weight:200!important}}@media screen and (min-width:1200px){.fw-xl-200{font-weight:200!important}}@media screen and (min-width:1400px){.fw-xxl-200{font-weight:200!important}}.fw-300{font-weight:300!important}@media screen and (min-width:576px){.fw-sm-300{font-weight:300!important}}@media screen and (min-width:768px){.fw-md-300{font-weight:300!important}}@media screen and (min-width:992px){.fw-lg-300{font-weight:300!important}}@media screen and (min-width:1200px){.fw-xl-300{font-weight:300!important}}@media screen and (min-width:1400px){.fw-xxl-300{font-weight:300!important}}.fw-400{font-weight:400!important}@media screen and (min-width:576px){.fw-sm-400{font-weight:400!important}}@media screen and (min-width:768px){.fw-md-400{font-weight:400!important}}@media screen and (min-width:992px){.fw-lg-400{font-weight:400!important}}@media screen and (min-width:1200px){.fw-xl-400{font-weight:400!important}}@media screen and (min-width:1400px){.fw-xxl-400{font-weight:400!important}}.fw-500{font-weight:500!important}@media screen and (min-width:576px){.fw-sm-500{font-weight:500!important}}@media screen and (min-width:768px){.fw-md-500{font-weight:500!important}}@media screen and (min-width:992px){.fw-lg-500{font-weight:500!important}}@media screen and (min-width:1200px){.fw-xl-500{font-weight:500!important}}@media screen and (min-width:1400px){.fw-xxl-500{font-weight:500!important}}.fw-600{font-weight:600!important}@media screen and (min-width:576px){.fw-sm-600{font-weight:600!important}}@media screen and (min-width:768px){.fw-md-600{font-weight:600!important}}@media screen and (min-width:992px){.fw-lg-600{font-weight:600!important}}@media screen and (min-width:1200px){.fw-xl-600{font-weight:600!important}}@media screen and (min-width:1400px){.fw-xxl-600{font-weight:600!important}}.fw-700{font-weight:700!important}@media screen and (min-width:576px){.fw-sm-700{font-weight:700!important}}@media screen and (min-width:768px){.fw-md-700{font-weight:700!important}}@media screen and (min-width:992px){.fw-lg-700{font-weight:700!important}}@media screen and (min-width:1200px){.fw-xl-700{font-weight:700!important}}@media screen and (min-width:1400px){.fw-xxl-700{font-weight:700!important}}.fw-800{font-weight:800!important}@media screen and (min-width:576px){.fw-sm-800{font-weight:800!important}}@media screen and (min-width:768px){.fw-md-800{font-weight:800!important}}@media screen and (min-width:992px){.fw-lg-800{font-weight:800!important}}@media screen and (min-width:1200px){.fw-xl-800{font-weight:800!important}}@media screen and (min-width:1400px){.fw-xxl-800{font-weight:800!important}}.fw-900{font-weight:900!important}@media screen and (min-width:576px){.fw-sm-900{font-weight:900!important}}@media screen and (min-width:768px){.fw-md-900{font-weight:900!important}}@media screen and (min-width:992px){.fw-lg-900{font-weight:900!important}}@media screen and (min-width:1200px){.fw-xl-900{font-weight:900!important}}@media screen and (min-width:1400px){.fw-xxl-900{font-weight:900!important}}.bg-primary{--bs-btn-color:#fff;--bs-btn-bg:#000;--bs-btn-border-color:#000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#000;--bs-btn-hover-border-color:#000;--bs-btn-focus-shadow-rgb:38,38,38;--bs-btn-active-color:#fff;--bs-btn-active-bg:#000;--bs-btn-active-border-color:#000;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#000;--bs-btn-disabled-border-color:#000}.bg-secondary{--bs-btn-color:#000;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:217,217,217;--bs-btn-active-color:#000;--bs-btn-active-bg:#fff;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#fff;--bs-btn-disabled-border-color:#fff}.bg-medium{--bs-btn-color:#fff;--bs-btn-bg:#212121;--bs-btn-border-color:#212121;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#1c1c1c;--bs-btn-hover-border-color:#1a1a1a;--bs-btn-focus-shadow-rgb:66,66,66;--bs-btn-active-color:#fff;--bs-btn-active-bg:#1a1a1a;--bs-btn-active-border-color:#191919;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212121;--bs-btn-disabled-border-color:#212121}.bg-light{color:#000}.bg-danger{--bs-btn-color:#fff;--bs-btn-bg:#da1e28;--bs-btn-border-color:#da1e28;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#b91a22;--bs-btn-hover-border-color:#ae1820;--bs-btn-focus-shadow-rgb:224,64,72;--bs-btn-active-color:#fff;--bs-btn-active-bg:#ae1820;--bs-btn-active-border-color:#a4171e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#da1e28;--bs-btn-disabled-border-color:#da1e28}.bg-warning{--bs-btn-color:#000;--bs-btn-bg:#fab92d;--bs-btn-border-color:#fab92d;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fbc44d;--bs-btn-hover-border-color:#fbc042;--bs-btn-focus-shadow-rgb:213,157,38;--bs-btn-active-color:#000;--bs-btn-active-bg:#fbc757;--bs-btn-active-border-color:#fbc042;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#fab92d;--bs-btn-disabled-border-color:#fab92d}.bg-success{--bs-btn-color:#000;--bs-btn-bg:#12b76a;--bs-btn-border-color:#12b76a;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#36c280;--bs-btn-hover-border-color:#2abe79;--bs-btn-focus-shadow-rgb:15,156,90;--bs-btn-active-color:#000;--bs-btn-active-bg:#41c588;--bs-btn-active-border-color:#2abe79;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#12b76a;--bs-btn-disabled-border-color:#12b76a}.bg-black{color:#000}.bg-white{--bs-btn-color:#000;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:217,217,217;--bs-btn-active-color:#000;--bs-btn-active-bg:#fff;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#fff;--bs-btn-disabled-border-color:#fff}.bg-gray{--bs-btn-color:#000;--bs-btn-bg:#777;--bs-btn-border-color:#777;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#8b8b8b;--bs-btn-hover-border-color:#858585;--bs-btn-focus-shadow-rgb:101,101,101;--bs-btn-active-color:#000;--bs-btn-active-bg:#929292;--bs-btn-active-border-color:#858585;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#777;--bs-btn-disabled-border-color:#777}body{display:flex;flex-direction:column;min-height:100vh}body main{flex-grow:1}section{margin-top:42px;margin-bottom:42px}.row{margin-left:0!important;margin-right:0!important}ul{list-style:none;padding:0}a{text-decoration:none}p{margin:0}.flex{display:flex;align-items:center}.justify-self-center{justify-self:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.align-center{align-items:center}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.flex-between{justify-content:space-between}.flex-between,.flex-start{display:flex;align-items:center}.flex-start{justify-content:flex-start}.flex-end{justify-content:flex-end}.flex-end,.flex-evenly{display:flex;align-items:center}.flex-evenly{justify-content:space-evenly}.flex-center,.flex-col{display:flex;justify-content:center;align-items:center}.flex-col{flex-direction:column}.flex-col-start{justify-content:center}.flex-col-between,.flex-col-start{display:flex;flex-direction:column;align-items:flex-start}.flex-col-between{justify-content:space-between}.top-right{right:0}.top-left,.top-right{position:absolute;top:0}.top-left{left:0}.bottom-right{position:absolute;bottom:0;right:0}.bottom-left{position:absolute;bottom:0;left:0}.fit-content{width:-moz-fit-content;width:fit-content}.row{margin-left:0;margin-right:0}.pointer{cursor:pointer}p{font-size:14px}a{color:unset}.box-shadow{box-shadow:0 8px 24px hsla(210,8%,62%,.2)}.wrapper{position:relative}.wrapper,.wrapper .mask{display:flex;align-items:center;justify-content:center}.wrapper .mask{position:absolute;z-index:9999;cursor:not-allowed;width:100%;height:100%;background-color:var(--green-50);opacity:.5}.disabled{opacity:.8;cursor:auto;pointer-events:none;background-color:gray;color:#fff}.row{row-gap:1rem}.round-start-0{border-start-start-radius:0!important;border-end-start-radius:0!important}.round-end-0{border-start-end-radius:0!important;border-end-end-radius:0!important}.round-start-1{border-start-start-radius:1px!important;border-end-start-radius:1px!important}.round-end-1{border-start-end-radius:1px!important;border-end-end-radius:1px!important}.round-start-2{border-start-start-radius:2px!important;border-end-start-radius:2px!important}.round-end-2{border-start-end-radius:2px!important;border-end-end-radius:2px!important}.round-start-3{border-start-start-radius:3px!important;border-end-start-radius:3px!important}.round-end-3{border-start-end-radius:3px!important;border-end-end-radius:3px!important}.round-start-4{border-start-start-radius:4px!important;border-end-start-radius:4px!important}.round-end-4{border-start-end-radius:4px!important;border-end-end-radius:4px!important}.round-start-5{border-start-start-radius:5px!important;border-end-start-radius:5px!important}.round-end-5{border-start-end-radius:5px!important;border-end-end-radius:5px!important}.round-start-6{border-start-start-radius:6px!important;border-end-start-radius:6px!important}.round-end-6{border-start-end-radius:6px!important;border-end-end-radius:6px!important}.round-start-7{border-start-start-radius:7px!important;border-end-start-radius:7px!important}.round-end-7{border-start-end-radius:7px!important;border-end-end-radius:7px!important}.round-start-8{border-start-start-radius:8px!important;border-end-start-radius:8px!important}.round-end-8{border-start-end-radius:8px!important;border-end-end-radius:8px!important}.round-start-9{border-start-start-radius:9px!important;border-end-start-radius:9px!important}.round-end-9{border-start-end-radius:9px!important;border-end-end-radius:9px!important}.round-start-10{border-start-start-radius:10px!important;border-end-start-radius:10px!important}.round-end-10{border-start-end-radius:10px!important;border-end-end-radius:10px!important}.round-start-11{border-start-start-radius:11px!important;border-end-start-radius:11px!important}.round-end-11{border-start-end-radius:11px!important;border-end-end-radius:11px!important}.round-start-12{border-start-start-radius:12px!important;border-end-start-radius:12px!important}.round-end-12{border-start-end-radius:12px!important;border-end-end-radius:12px!important}.round-start-13{border-start-start-radius:13px!important;border-end-start-radius:13px!important}.round-end-13{border-start-end-radius:13px!important;border-end-end-radius:13px!important}.round-start-14{border-start-start-radius:14px!important;border-end-start-radius:14px!important}.round-end-14{border-start-end-radius:14px!important;border-end-end-radius:14px!important}.round-start-15{border-start-start-radius:15px!important;border-end-start-radius:15px!important}.round-end-15{border-start-end-radius:15px!important;border-end-end-radius:15px!important}.round-start-16{border-start-start-radius:16px!important;border-end-start-radius:16px!important}.round-end-16{border-start-end-radius:16px!important;border-end-end-radius:16px!important}.round-start-17{border-start-start-radius:17px!important;border-end-start-radius:17px!important}.round-end-17{border-start-end-radius:17px!important;border-end-end-radius:17px!important}.round-start-18{border-start-start-radius:18px!important;border-end-start-radius:18px!important}.round-end-18{border-start-end-radius:18px!important;border-end-end-radius:18px!important}.round-start-19{border-start-start-radius:19px!important;border-end-start-radius:19px!important}.round-end-19{border-start-end-radius:19px!important;border-end-end-radius:19px!important}.round-start-20{border-start-start-radius:20px!important;border-end-start-radius:20px!important}.round-end-20{border-start-end-radius:20px!important;border-end-end-radius:20px!important}.round-start-21{border-start-start-radius:21px!important;border-end-start-radius:21px!important}.round-end-21{border-start-end-radius:21px!important;border-end-end-radius:21px!important}.round-start-22{border-start-start-radius:22px!important;border-end-start-radius:22px!important}.round-end-22{border-start-end-radius:22px!important;border-end-end-radius:22px!important}.round-start-23{border-start-start-radius:23px!important;border-end-start-radius:23px!important}.round-end-23{border-start-end-radius:23px!important;border-end-end-radius:23px!important}.round-start-24{border-start-start-radius:24px!important;border-end-start-radius:24px!important}.round-end-24{border-start-end-radius:24px!important;border-end-end-radius:24px!important}.round-start-25{border-start-start-radius:25px!important;border-end-start-radius:25px!important}.round-end-25{border-start-end-radius:25px!important;border-end-end-radius:25px!important}.round-start-26{border-start-start-radius:26px!important;border-end-start-radius:26px!important}.round-end-26{border-start-end-radius:26px!important;border-end-end-radius:26px!important}.round-start-27{border-start-start-radius:27px!important;border-end-start-radius:27px!important}.round-end-27{border-start-end-radius:27px!important;border-end-end-radius:27px!important}.round-start-28{border-start-start-radius:28px!important;border-end-start-radius:28px!important}.round-end-28{border-start-end-radius:28px!important;border-end-end-radius:28px!important}.round-start-29{border-start-start-radius:29px!important;border-end-start-radius:29px!important}.round-end-29{border-start-end-radius:29px!important;border-end-end-radius:29px!important}.round-start-30{border-start-start-radius:30px!important;border-end-start-radius:30px!important}.round-end-30{border-start-end-radius:30px!important;border-end-end-radius:30px!important}.round-start-31{border-start-start-radius:31px!important;border-end-start-radius:31px!important}.round-end-31{border-start-end-radius:31px!important;border-end-end-radius:31px!important}.round-start-32{border-start-start-radius:32px!important;border-end-start-radius:32px!important}.round-end-32{border-start-end-radius:32px!important;border-end-end-radius:32px!important}.round-start-33{border-start-start-radius:33px!important;border-end-start-radius:33px!important}.round-end-33{border-start-end-radius:33px!important;border-end-end-radius:33px!important}.round-start-34{border-start-start-radius:34px!important;border-end-start-radius:34px!important}.round-end-34{border-start-end-radius:34px!important;border-end-end-radius:34px!important}.round-start-35{border-start-start-radius:35px!important;border-end-start-radius:35px!important}.round-end-35{border-start-end-radius:35px!important;border-end-end-radius:35px!important}.round-start-36{border-start-start-radius:36px!important;border-end-start-radius:36px!important}.round-end-36{border-start-end-radius:36px!important;border-end-end-radius:36px!important}.round-start-37{border-start-start-radius:37px!important;border-end-start-radius:37px!important}.round-end-37{border-start-end-radius:37px!important;border-end-end-radius:37px!important}.round-start-38{border-start-start-radius:38px!important;border-end-start-radius:38px!important}.round-end-38{border-start-end-radius:38px!important;border-end-end-radius:38px!important}.round-start-39{border-start-start-radius:39px!important;border-end-start-radius:39px!important}.round-end-39{border-start-end-radius:39px!important;border-end-end-radius:39px!important}.round-start-40{border-start-start-radius:40px!important;border-end-start-radius:40px!important}.round-end-40{border-start-end-radius:40px!important;border-end-end-radius:40px!important}.round-start-41{border-start-start-radius:41px!important;border-end-start-radius:41px!important}.round-end-41{border-start-end-radius:41px!important;border-end-end-radius:41px!important}.round-start-42{border-start-start-radius:42px!important;border-end-start-radius:42px!important}.round-end-42{border-start-end-radius:42px!important;border-end-end-radius:42px!important}.round-start-43{border-start-start-radius:43px!important;border-end-start-radius:43px!important}.round-end-43{border-start-end-radius:43px!important;border-end-end-radius:43px!important}.round-start-44{border-start-start-radius:44px!important;border-end-start-radius:44px!important}.round-end-44{border-start-end-radius:44px!important;border-end-end-radius:44px!important}.round-start-45{border-start-start-radius:45px!important;border-end-start-radius:45px!important}.round-end-45{border-start-end-radius:45px!important;border-end-end-radius:45px!important}.round-start-46{border-start-start-radius:46px!important;border-end-start-radius:46px!important}.round-end-46{border-start-end-radius:46px!important;border-end-end-radius:46px!important}.round-start-47{border-start-start-radius:47px!important;border-end-start-radius:47px!important}.round-end-47{border-start-end-radius:47px!important;border-end-end-radius:47px!important}.round-start-48{border-start-start-radius:48px!important;border-end-start-radius:48px!important}.round-end-48{border-start-end-radius:48px!important;border-end-end-radius:48px!important}.round-start-49{border-start-start-radius:49px!important;border-end-start-radius:49px!important}.round-end-49{border-start-end-radius:49px!important;border-end-end-radius:49px!important}.round-start-50{border-start-start-radius:50px!important;border-end-start-radius:50px!important}.round-end-50{border-start-end-radius:50px!important;border-end-end-radius:50px!important}.round-start-51{border-start-start-radius:51px!important;border-end-start-radius:51px!important}.round-end-51{border-start-end-radius:51px!important;border-end-end-radius:51px!important}.round-start-52{border-start-start-radius:52px!important;border-end-start-radius:52px!important}.round-end-52{border-start-end-radius:52px!important;border-end-end-radius:52px!important}.round-start-53{border-start-start-radius:53px!important;border-end-start-radius:53px!important}.round-end-53{border-start-end-radius:53px!important;border-end-end-radius:53px!important}.round-start-54{border-start-start-radius:54px!important;border-end-start-radius:54px!important}.round-end-54{border-start-end-radius:54px!important;border-end-end-radius:54px!important}.round-start-55{border-start-start-radius:55px!important;border-end-start-radius:55px!important}.round-end-55{border-start-end-radius:55px!important;border-end-end-radius:55px!important}.round-start-56{border-start-start-radius:56px!important;border-end-start-radius:56px!important}.round-end-56{border-start-end-radius:56px!important;border-end-end-radius:56px!important}.round-start-57{border-start-start-radius:57px!important;border-end-start-radius:57px!important}.round-end-57{border-start-end-radius:57px!important;border-end-end-radius:57px!important}.round-start-58{border-start-start-radius:58px!important;border-end-start-radius:58px!important}.round-end-58{border-start-end-radius:58px!important;border-end-end-radius:58px!important}.round-start-59{border-start-start-radius:59px!important;border-end-start-radius:59px!important}.round-end-59{border-start-end-radius:59px!important;border-end-end-radius:59px!important}.round-start-60{border-start-start-radius:60px!important;border-end-start-radius:60px!important}.round-end-60{border-start-end-radius:60px!important;border-end-end-radius:60px!important}.round-start-61{border-start-start-radius:61px!important;border-end-start-radius:61px!important}.round-end-61{border-start-end-radius:61px!important;border-end-end-radius:61px!important}.round-start-62{border-start-start-radius:62px!important;border-end-start-radius:62px!important}.round-end-62{border-start-end-radius:62px!important;border-end-end-radius:62px!important}.round-start-63{border-start-start-radius:63px!important;border-end-start-radius:63px!important}.round-end-63{border-start-end-radius:63px!important;border-end-end-radius:63px!important}.round-start-64{border-start-start-radius:64px!important;border-end-start-radius:64px!important}.round-end-64{border-start-end-radius:64px!important;border-end-end-radius:64px!important}.round-start-65{border-start-start-radius:65px!important;border-end-start-radius:65px!important}.round-end-65{border-start-end-radius:65px!important;border-end-end-radius:65px!important}.round-start-66{border-start-start-radius:66px!important;border-end-start-radius:66px!important}.round-end-66{border-start-end-radius:66px!important;border-end-end-radius:66px!important}.round-start-67{border-start-start-radius:67px!important;border-end-start-radius:67px!important}.round-end-67{border-start-end-radius:67px!important;border-end-end-radius:67px!important}.round-start-68{border-start-start-radius:68px!important;border-end-start-radius:68px!important}.round-end-68{border-start-end-radius:68px!important;border-end-end-radius:68px!important}.round-start-69{border-start-start-radius:69px!important;border-end-start-radius:69px!important}.round-end-69{border-start-end-radius:69px!important;border-end-end-radius:69px!important}.round-start-70{border-start-start-radius:70px!important;border-end-start-radius:70px!important}.round-end-70{border-start-end-radius:70px!important;border-end-end-radius:70px!important}.round-start-71{border-start-start-radius:71px!important;border-end-start-radius:71px!important}.round-end-71{border-start-end-radius:71px!important;border-end-end-radius:71px!important}.round-start-72{border-start-start-radius:72px!important;border-end-start-radius:72px!important}.round-end-72{border-start-end-radius:72px!important;border-end-end-radius:72px!important}.round-start-73{border-start-start-radius:73px!important;border-end-start-radius:73px!important}.round-end-73{border-start-end-radius:73px!important;border-end-end-radius:73px!important}.round-start-74{border-start-start-radius:74px!important;border-end-start-radius:74px!important}.round-end-74{border-start-end-radius:74px!important;border-end-end-radius:74px!important}.round-start-75{border-start-start-radius:75px!important;border-end-start-radius:75px!important}.round-end-75{border-start-end-radius:75px!important;border-end-end-radius:75px!important}.round-start-76{border-start-start-radius:76px!important;border-end-start-radius:76px!important}.round-end-76{border-start-end-radius:76px!important;border-end-end-radius:76px!important}.round-start-77{border-start-start-radius:77px!important;border-end-start-radius:77px!important}.round-end-77{border-start-end-radius:77px!important;border-end-end-radius:77px!important}.round-start-78{border-start-start-radius:78px!important;border-end-start-radius:78px!important}.round-end-78{border-start-end-radius:78px!important;border-end-end-radius:78px!important}.round-start-79{border-start-start-radius:79px!important;border-end-start-radius:79px!important}.round-end-79{border-start-end-radius:79px!important;border-end-end-radius:79px!important}.round-start-80{border-start-start-radius:80px!important;border-end-start-radius:80px!important}.round-end-80{border-start-end-radius:80px!important;border-end-end-radius:80px!important}.round-start-81{border-start-start-radius:81px!important;border-end-start-radius:81px!important}.round-end-81{border-start-end-radius:81px!important;border-end-end-radius:81px!important}.round-start-82{border-start-start-radius:82px!important;border-end-start-radius:82px!important}.round-end-82{border-start-end-radius:82px!important;border-end-end-radius:82px!important}.round-start-83{border-start-start-radius:83px!important;border-end-start-radius:83px!important}.round-end-83{border-start-end-radius:83px!important;border-end-end-radius:83px!important}.round-start-84{border-start-start-radius:84px!important;border-end-start-radius:84px!important}.round-end-84{border-start-end-radius:84px!important;border-end-end-radius:84px!important}.round-start-85{border-start-start-radius:85px!important;border-end-start-radius:85px!important}.round-end-85{border-start-end-radius:85px!important;border-end-end-radius:85px!important}.round-start-86{border-start-start-radius:86px!important;border-end-start-radius:86px!important}.round-end-86{border-start-end-radius:86px!important;border-end-end-radius:86px!important}.round-start-87{border-start-start-radius:87px!important;border-end-start-radius:87px!important}.round-end-87{border-start-end-radius:87px!important;border-end-end-radius:87px!important}.round-start-88{border-start-start-radius:88px!important;border-end-start-radius:88px!important}.round-end-88{border-start-end-radius:88px!important;border-end-end-radius:88px!important}.round-start-89{border-start-start-radius:89px!important;border-end-start-radius:89px!important}.round-end-89{border-start-end-radius:89px!important;border-end-end-radius:89px!important}.round-start-90{border-start-start-radius:90px!important;border-end-start-radius:90px!important}.round-end-90{border-start-end-radius:90px!important;border-end-end-radius:90px!important}.round-start-91{border-start-start-radius:91px!important;border-end-start-radius:91px!important}.round-end-91{border-start-end-radius:91px!important;border-end-end-radius:91px!important}.round-start-92{border-start-start-radius:92px!important;border-end-start-radius:92px!important}.round-end-92{border-start-end-radius:92px!important;border-end-end-radius:92px!important}.round-start-93{border-start-start-radius:93px!important;border-end-start-radius:93px!important}.round-end-93{border-start-end-radius:93px!important;border-end-end-radius:93px!important}.round-start-94{border-start-start-radius:94px!important;border-end-start-radius:94px!important}.round-end-94{border-start-end-radius:94px!important;border-end-end-radius:94px!important}.round-start-95{border-start-start-radius:95px!important;border-end-start-radius:95px!important}.round-end-95{border-start-end-radius:95px!important;border-end-end-radius:95px!important}.round-start-96{border-start-start-radius:96px!important;border-end-start-radius:96px!important}.round-end-96{border-start-end-radius:96px!important;border-end-end-radius:96px!important}.round-start-97{border-start-start-radius:97px!important;border-end-start-radius:97px!important}.round-end-97{border-start-end-radius:97px!important;border-end-end-radius:97px!important}.round-start-98{border-start-start-radius:98px!important;border-end-start-radius:98px!important}.round-end-98{border-start-end-radius:98px!important;border-end-end-radius:98px!important}.round-start-99{border-start-start-radius:99px!important;border-end-start-radius:99px!important}.round-end-99{border-start-end-radius:99px!important;border-end-end-radius:99px!important}.round-start-100{border-start-start-radius:100px!important;border-end-start-radius:100px!important}.round-end-100{border-start-end-radius:100px!important;border-end-end-radius:100px!important}.diagonal-rounded-0{border-start-start-radius:0;border-end-end-radius:0}.diagonal-rounded-0,.diagonal-rounded-1{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-1{border-start-start-radius:1px;border-end-end-radius:1px}.diagonal-rounded-2{border-start-start-radius:2px;border-end-end-radius:2px}.diagonal-rounded-2,.diagonal-rounded-3{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-3{border-start-start-radius:3px;border-end-end-radius:3px}.diagonal-rounded-4{border-start-start-radius:4px;border-end-end-radius:4px}.diagonal-rounded-4,.diagonal-rounded-5{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-5{border-start-start-radius:5px;border-end-end-radius:5px}.diagonal-rounded-6{border-start-start-radius:6px;border-end-end-radius:6px}.diagonal-rounded-6,.diagonal-rounded-7{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-7{border-start-start-radius:7px;border-end-end-radius:7px}.diagonal-rounded-8{border-start-start-radius:8px;border-end-end-radius:8px}.diagonal-rounded-8,.diagonal-rounded-9{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-9{border-start-start-radius:9px;border-end-end-radius:9px}.diagonal-rounded-10{border-start-start-radius:10px;border-end-end-radius:10px}.diagonal-rounded-10,.diagonal-rounded-11{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-11{border-start-start-radius:11px;border-end-end-radius:11px}.diagonal-rounded-12{border-start-start-radius:12px;border-end-end-radius:12px}.diagonal-rounded-12,.diagonal-rounded-13{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-13{border-start-start-radius:13px;border-end-end-radius:13px}.diagonal-rounded-14{border-start-start-radius:14px;border-end-end-radius:14px}.diagonal-rounded-14,.diagonal-rounded-15{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-15{border-start-start-radius:15px;border-end-end-radius:15px}.diagonal-rounded-16{border-start-start-radius:16px;border-end-end-radius:16px}.diagonal-rounded-16,.diagonal-rounded-17{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-17{border-start-start-radius:17px;border-end-end-radius:17px}.diagonal-rounded-18{border-start-start-radius:18px;border-end-end-radius:18px}.diagonal-rounded-18,.diagonal-rounded-19{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-19{border-start-start-radius:19px;border-end-end-radius:19px}.diagonal-rounded-20{border-start-start-radius:20px;border-end-end-radius:20px}.diagonal-rounded-20,.diagonal-rounded-21{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-21{border-start-start-radius:21px;border-end-end-radius:21px}.diagonal-rounded-22{border-start-start-radius:22px;border-end-end-radius:22px}.diagonal-rounded-22,.diagonal-rounded-23{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-23{border-start-start-radius:23px;border-end-end-radius:23px}.diagonal-rounded-24{border-start-start-radius:24px;border-end-end-radius:24px}.diagonal-rounded-24,.diagonal-rounded-25{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-25{border-start-start-radius:25px;border-end-end-radius:25px}.diagonal-rounded-26{border-start-start-radius:26px;border-end-end-radius:26px}.diagonal-rounded-26,.diagonal-rounded-27{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-27{border-start-start-radius:27px;border-end-end-radius:27px}.diagonal-rounded-28{border-start-start-radius:28px;border-end-end-radius:28px}.diagonal-rounded-28,.diagonal-rounded-29{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-29{border-start-start-radius:29px;border-end-end-radius:29px}.diagonal-rounded-30{border-start-start-radius:30px;border-end-end-radius:30px}.diagonal-rounded-30,.diagonal-rounded-31{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-31{border-start-start-radius:31px;border-end-end-radius:31px}.diagonal-rounded-32{border-start-start-radius:32px;border-end-end-radius:32px}.diagonal-rounded-32,.diagonal-rounded-33{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-33{border-start-start-radius:33px;border-end-end-radius:33px}.diagonal-rounded-34{border-start-start-radius:34px;border-end-end-radius:34px}.diagonal-rounded-34,.diagonal-rounded-35{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-35{border-start-start-radius:35px;border-end-end-radius:35px}.diagonal-rounded-36{border-start-start-radius:36px;border-end-end-radius:36px}.diagonal-rounded-36,.diagonal-rounded-37{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-37{border-start-start-radius:37px;border-end-end-radius:37px}.diagonal-rounded-38{border-start-start-radius:38px;border-end-end-radius:38px}.diagonal-rounded-38,.diagonal-rounded-39{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-39{border-start-start-radius:39px;border-end-end-radius:39px}.diagonal-rounded-40{border-start-start-radius:40px;border-end-end-radius:40px}.diagonal-rounded-40,.diagonal-rounded-41{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-41{border-start-start-radius:41px;border-end-end-radius:41px}.diagonal-rounded-42{border-start-start-radius:42px;border-end-end-radius:42px}.diagonal-rounded-42,.diagonal-rounded-43{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-43{border-start-start-radius:43px;border-end-end-radius:43px}.diagonal-rounded-44{border-start-start-radius:44px;border-end-end-radius:44px}.diagonal-rounded-44,.diagonal-rounded-45{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-45{border-start-start-radius:45px;border-end-end-radius:45px}.diagonal-rounded-46{border-start-start-radius:46px;border-end-end-radius:46px}.diagonal-rounded-46,.diagonal-rounded-47{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-47{border-start-start-radius:47px;border-end-end-radius:47px}.diagonal-rounded-48{border-start-start-radius:48px;border-end-end-radius:48px}.diagonal-rounded-48,.diagonal-rounded-49{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-49{border-start-start-radius:49px;border-end-end-radius:49px}.diagonal-rounded-50{border-start-start-radius:50px;border-end-end-radius:50px}.diagonal-rounded-50,.diagonal-rounded-51{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-51{border-start-start-radius:51px;border-end-end-radius:51px}.diagonal-rounded-52{border-start-start-radius:52px;border-end-end-radius:52px}.diagonal-rounded-52,.diagonal-rounded-53{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-53{border-start-start-radius:53px;border-end-end-radius:53px}.diagonal-rounded-54{border-start-start-radius:54px;border-end-end-radius:54px}.diagonal-rounded-54,.diagonal-rounded-55{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-55{border-start-start-radius:55px;border-end-end-radius:55px}.diagonal-rounded-56{border-start-start-radius:56px;border-end-end-radius:56px}.diagonal-rounded-56,.diagonal-rounded-57{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-57{border-start-start-radius:57px;border-end-end-radius:57px}.diagonal-rounded-58{border-start-start-radius:58px;border-end-end-radius:58px}.diagonal-rounded-58,.diagonal-rounded-59{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-59{border-start-start-radius:59px;border-end-end-radius:59px}.diagonal-rounded-60{border-start-start-radius:60px;border-end-end-radius:60px}.diagonal-rounded-60,.diagonal-rounded-61{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-61{border-start-start-radius:61px;border-end-end-radius:61px}.diagonal-rounded-62{border-start-start-radius:62px;border-end-end-radius:62px}.diagonal-rounded-62,.diagonal-rounded-63{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-63{border-start-start-radius:63px;border-end-end-radius:63px}.diagonal-rounded-64{border-start-start-radius:64px;border-end-end-radius:64px}.diagonal-rounded-64,.diagonal-rounded-65{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-65{border-start-start-radius:65px;border-end-end-radius:65px}.diagonal-rounded-66{border-start-start-radius:66px;border-end-end-radius:66px}.diagonal-rounded-66,.diagonal-rounded-67{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-67{border-start-start-radius:67px;border-end-end-radius:67px}.diagonal-rounded-68{border-start-start-radius:68px;border-end-end-radius:68px}.diagonal-rounded-68,.diagonal-rounded-69{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-69{border-start-start-radius:69px;border-end-end-radius:69px}.diagonal-rounded-70{border-start-start-radius:70px;border-end-end-radius:70px}.diagonal-rounded-70,.diagonal-rounded-71{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-71{border-start-start-radius:71px;border-end-end-radius:71px}.diagonal-rounded-72{border-start-start-radius:72px;border-end-end-radius:72px}.diagonal-rounded-72,.diagonal-rounded-73{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-73{border-start-start-radius:73px;border-end-end-radius:73px}.diagonal-rounded-74{border-start-start-radius:74px;border-end-end-radius:74px}.diagonal-rounded-74,.diagonal-rounded-75{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-75{border-start-start-radius:75px;border-end-end-radius:75px}.diagonal-rounded-76{border-start-start-radius:76px;border-end-end-radius:76px}.diagonal-rounded-76,.diagonal-rounded-77{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-77{border-start-start-radius:77px;border-end-end-radius:77px}.diagonal-rounded-78{border-start-start-radius:78px;border-end-end-radius:78px}.diagonal-rounded-78,.diagonal-rounded-79{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-79{border-start-start-radius:79px;border-end-end-radius:79px}.diagonal-rounded-80{border-start-start-radius:80px;border-end-end-radius:80px}.diagonal-rounded-80,.diagonal-rounded-81{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-81{border-start-start-radius:81px;border-end-end-radius:81px}.diagonal-rounded-82{border-start-start-radius:82px;border-end-end-radius:82px}.diagonal-rounded-82,.diagonal-rounded-83{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-83{border-start-start-radius:83px;border-end-end-radius:83px}.diagonal-rounded-84{border-start-start-radius:84px;border-end-end-radius:84px}.diagonal-rounded-84,.diagonal-rounded-85{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-85{border-start-start-radius:85px;border-end-end-radius:85px}.diagonal-rounded-86{border-start-start-radius:86px;border-end-end-radius:86px}.diagonal-rounded-86,.diagonal-rounded-87{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-87{border-start-start-radius:87px;border-end-end-radius:87px}.diagonal-rounded-88{border-start-start-radius:88px;border-end-end-radius:88px}.diagonal-rounded-88,.diagonal-rounded-89{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-89{border-start-start-radius:89px;border-end-end-radius:89px}.diagonal-rounded-90{border-start-start-radius:90px;border-end-end-radius:90px}.diagonal-rounded-90,.diagonal-rounded-91{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-91{border-start-start-radius:91px;border-end-end-radius:91px}.diagonal-rounded-92{border-start-start-radius:92px;border-end-end-radius:92px}.diagonal-rounded-92,.diagonal-rounded-93{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-93{border-start-start-radius:93px;border-end-end-radius:93px}.diagonal-rounded-94{border-start-start-radius:94px;border-end-end-radius:94px}.diagonal-rounded-94,.diagonal-rounded-95{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-95{border-start-start-radius:95px;border-end-end-radius:95px}.diagonal-rounded-96{border-start-start-radius:96px;border-end-end-radius:96px}.diagonal-rounded-96,.diagonal-rounded-97{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-97{border-start-start-radius:97px;border-end-end-radius:97px}.diagonal-rounded-98{border-start-start-radius:98px;border-end-end-radius:98px}.diagonal-rounded-98,.diagonal-rounded-99{border-start-end-radius:0;border-end-start-radius:0}.diagonal-rounded-99{border-start-start-radius:99px;border-end-end-radius:99px}.diagonal-rounded-100{border-start-start-radius:100px;border-start-end-radius:0;border-end-end-radius:100px;border-end-start-radius:0}.draw-bg{position:relative}.draw-bg:after{content:"";width:102%;height:30%;position:absolute;top:52%;left:0;background-color:#ffc107;border-radius:20px;z-index:-1}.fade-up{animation:fade-up 1.5s}@keyframes fade-up{0%{opacity:0;transform:translateY(10%)}to{opacity:1;transform:translateY(0)}}[data-layout-dir=rtl] .flip{transform:scaleX(-1)}.home-banner{min-height:600px}.home-banner-card{max-width:430px;padding:8px}.yellow-border{position:relative}.yellow-border:after{content:"";position:absolute;bottom:-3px;left:0;width:90%;height:7px;background-color:#ffc107}@media only screen and (max-width:480px){.yellow-border:after{height:3px}}@media only screen and (max-width:991px){.home-banner{background-position-x:-200px;min-height:450px}}.product-slider{position:relative}.product-slider.main-swiper .swiper-button-next,.product-slider.main-swiper .swiper-button-prev{background-color:#000;color:#fff!important;margin:0 1.5rem;height:3rem;width:3rem;border-radius:2px!important;z-index:300}.product-slider .swiper-button-prev:after{content:""!important}.product-slider .swiper-button-next:after{content:""!important}.product-slider:after,.product-slider:before{content:"";position:absolute;z-index:100;top:0;width:10%!important;height:calc(100% - 31px)}.product-slider:after{left:0;background:linear-gradient(90deg,#fff,hsla(0,0%,100%,.01))}.product-slider:before{right:0;background:linear-gradient(90deg,hsla(0,0%,100%,.01),#fff)}.product-slider .swiper-pagination{bottom:-6px!important}.product-slider .swiper-pagination-bullets .swiper-pagination-bullet{width:12px!important;height:12px!important;z-index:700;border-radius:3px;background-color:#d7d7d7!important;opacity:.9}.product-slider .swiper-pagination-bullets .swiper-pagination-bullet-active{width:80px!important;height:12px!important;opacity:1;border-radius:3px;background-color:#000!important}.product-slider .swiper-android .swiper-slide,.product-slider .swiper-ios .swiper-slide,.product-slider .swiper-wrapper{padding-bottom:15px}@media only screen and (max-width:480px){.product-slider:after,.product-slider:before{width:0!important}}.slider-opt2 .swiper-pagination-bullets .swiper-pagination-bullet{background-color:#fff!important;opacity:.9}.slider-opt2 .swiper-pagination-bullets .swiper-pagination-bullet-active{border-radius:3px;background-color:#fff!important}.discover-banner,.fitness-banner{height:530px}@media only screen and (max-width:480px){.discover-banner{background-position-x:-130px;height:336px}.fitness-banner{background-position-x:-200px;height:336px}}@media only screen and (max-width:991px){.fit-banner{background-position-x:-500px}}.double-right-bg{background:linear-gradient(90deg,#000 50%,#fff 0)}.double-left-bg{background:linear-gradient(270deg,#000 50%,#fff 0)}.crossfit-img{height:500px}.crossfit-img img{border-radius:5px}@media only screen and (max-width:767px){.double-right-bg{background:linear-gradient(180deg,#000 50%,#fff 0)}.double-left-bg{background:linear-gradient(0deg,#000 50%,#fff 0)}}@media only screen and (max-width:991px){.crossfit-img{height:374px}}@media only screen and (max-width:480px){.crossfit-img{height:274px}}.text-badge{top:70%;border-radius:4px;right:0;background-color:rgba(250,185,45,.7);z-index:400;transform:rotate(270deg);transform-origin:100% 100%}.member-ul{list-style-type:disc}.popular-slider:after,.popular-slider:before{content:"";position:absolute;top:0;left:0;width:0!important}.items-end .swiper-wrapper{align-items:flex-end;display:flex}.flip img{transform:scaleX(-1)}.gym-card img{border-radius:4px!important}[data-layout-dir=rtl] .product-slider .swiper-button-prev:after{content:""!important}[data-layout-dir=rtl] .product-slider .swiper-button-next:after{content:""!important}[data-layout-dir=rtl] .yellow-border:after{content:"";position:absolute;bottom:-8px;right:0;width:90%;height:7px;background-color:#ffc107}[data-layout-dir=rtl] .double-left-bg{background:linear-gradient(90deg,#000 50%,#fff 0)}[data-layout-dir=rtl] .double-right-bg{background:linear-gradient(270deg,#000 50%,#fff 0)}@media only screen and (max-width:767px){[data-layout-dir=rtl] .double-right-bg{background:linear-gradient(180deg,#000 50%,#fff 0)}[data-layout-dir=rtl] .double-left-bg{background:linear-gradient(0deg,#000 50%,#fff 0)}}.item-recap{max-height:122px}.item-recap .card-img{max-width:20%;overflow:hidden}.item-recap .card-img img{height:100%!important}.profile-form .form-control{border:0!important;border-bottom:1px solid #d5d7dc!important;color:#404040;border-radius:0!important}.profile-form label{color:#666}.profile-tabs .active{color:#fff!important}.auth-page{background-image:url(/images/auth-bg.jpeg);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center}.auth-form{max-width:650px;box-shadow:-2px 3px 16px -8px rgba(0,0,0,.7);-webkit-box-shadow:-2px 3px 16px -8px rgba(0,0,0,.7);-moz-box-shadow:-2px 3px 16px -8px rgba(0,0,0,.7)}.auth-form .auth-header{font-weight:600;border-bottom:1px solid #777;margin-bottom:1.5rem;padding-bottom:1.5rem;width:100%;text-align:center}.auth-form .form-control{border-radius:12px!important}.auth-form .button-maker{border-radius:12px}.sign-up-modal .modal-body{max-height:95vh!important}.modal-body .formMaker .row{gap:0}@media only screen and (max-width:480px){.auth-page .auth-form{padding:2rem 1rem;margin:3rem 0}}.form-width{max-width:700px}.contact-border{border:0;border-left:3px;padding-left:10px;border-color:#fff;border-style:solid}[data-layout-dir=rtl] .contact-border{border:0;border-right:3px;padding-right:10px;border-color:#fff;border-style:solid}.bg-contact-us{background-color:#eef1f0}.button-maker{background-color:#000;color:#fff}.button-maker.btn-outline-primary{color:#fff;background-color:transparent}.button-maker.btn-outline-primary:hover{background-color:#000!important;color:#fff!important}header .account-btn .button-maker{background-color:transparent}.fav-btn:hover{background-color:transparent!important;opacity:.9!important}.cart-btn:hover{background-color:#000!important}