:root{--cookieadmin-primary-color:#001d39;--cookieadmin-primary-hover-color:#985e23;--cookieadmin-secondary-color:#0046b2;--cookieadmin-secondary-hover-color:#0065ff;--cookieadmin-txcolor:#0f172a;--cookieadmin-green-txtcolor:#3a8356;--cookieadmin-warning-txtcolor:#9c7930;--cookieadmin-red-txtcolor:#b55355;--cookieadmin-green-color:#15a448;--cookieadmin-warning-color:#e9b306;--cookieadmin-red-color:#dd2727}.cookieadmin_cookie_modal label,.cookieadmin_cookie_modal input{padding:5px;margin-right:5px;font-size:15px}.cookieadmin_cookie_modal label{font-weight:501}.cookieadmin_bottom{bottom:20px}.cookieadmin_top{top:20px}.cookieadmin_right{right:15px}.cookieadmin_left{left:15px}@keyframes cookieadmin_slideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes cookieadmin_slideSide{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.cookieadmin_law_container{position:fixed;width:25%;box-sizing:border-box;z-index:99999;display:none}.cookieadmin_consent_btns{align-content:center;display:flex;justify-content:space-evenly;flex-wrap:wrap}.cookieadmin_box{width:25%;box-sizing:border-box;display:none}.cookieadmin_notice_group{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.cookieadmin_consent_inside{color:#000;background-color:#FFF;border:1px solid #f4f4f4;padding:15px;border-radius:4px;box-shadow:1px 3px 10px rgb(0 0 0 / .2)}#cookieadmin_notice_title{font-weight:601;margin:0;padding-left:5px}.cookieadmin_notice_con{font-size:initial;padding:0 6px;flex:1}.cookieadmin_cookie_modal{display:none;flex-direction:column;position:fixed;max-height:80vh;background-color:#FFF;border:1px solid #F4F4F4;border-radius:8px;box-shadow:0 4px 8px rgb(0 0 0 / .2);z-index:999999}.cookieadmin_center{top:10%;left:22%;max-width:60vw}.cookieadmin_side{flex-direction:column;position:fixed;width:35vw;bottom:0;animation:0.5s ease-out forwards cookieadmin_slideSide;max-height:100vh;left:0;top:0;border-radius:0}.cookieadmin_down{position:fixed;max-width:100%;max-height:55vh;bottom:0;animation:0.5s ease-out forwards cookieadmin_slideUp}.cookieadmin_modal_overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);z-index:1000}.cookieadmin_mod_head{display:flex;justify-content:space-between}.cookieadmin_mod_head,.cookieadmin_wrapper{padding:15px;border-bottom:1px solid #CCC}.cookieadmin_close_pref{background:none;border:none;align-self:baseline;color:gray;cursor:pointer;padding:0}.cookieadmin_preference_title{font-size:20px;font-weight:801;margin:9px}.cookieadmin_preference_details{padding:0 10px}.cookieadmin_preference{overflow:auto;font-size:15px;height:auto;padding:10px 0}.cookieadmin_details_wrapper{padding:0 15px;height:calc(100% - 6%);overflow:auto;scrollbar-width:thin}.cookieadmin_types{padding:10px 10px;border-top:1px solid #CCC}.cookieadmin_header{display:flex;justify-content:space-between}.cookieadmin_header>span>label{cursor:pointer}.cookieadmin_remark{display:none;justify-self:right}.cookieadmin_act{display:inline;color:#1863dc}.cookieadmin-modal-cookies-list{display:none;padding:1px;border-radius:10px;margin:0 20px;margin-right:4rem;font-size:smaller;font-size:1rem;text-align:center}.cookieadmin_desc{padding:5px 20px;font-size:15px;padding-right:4rem}.cookieadmin_footer{left:0;padding:15px;flex-wrap:wrap;width:100%}.cookieadmin_modal_footer{left:0;padding:15px;flex-wrap:wrap;border-top:1px solid #CCC}button.cookieadmin_btn{background-color:#fff0;border:1px solid gray;color:#1863dc;padding:.4rem .9rem;border-radius:4px;margin:2px 5px;cursor:pointer;flex:auto;text-wrap:auto}.cookieadmin_btn:hover{opacity:.8}.cookieadmin_show_pref_cookies{cursor:pointer;font-size:18px;font-family:initial}button.cookieadmin_re_consent{display:none;position:fixed;bottom:15px;left:15px;background-color:#374FD4;height:50px;width:50px;border-radius:50%!important;cursor:pointer;border:0;z-index:99999;padding:5px!important;box-shadow:-4px 5px 10px rgb(0 0 0 / .4);align-items:center;justify-content:center}.cookieadmin-cookie-card{border:1px solid ghostwhite;border-radius:10px;padding:16px;font-family:'Open Sans','Segoe UI',sans-serif;box-shadow:0 2px 6px rgb(0 0 0 / .1);margin:10px auto;text-align:left}.cookieadmin-cookie-header{display:flex;justify-content:space-between;font-size:1rem;margin-bottom:6px}.cookieadmin-cookie-name{font-weight:700;color:#333}.cookieadmin-cookie-duration{font-size:.85rem}.cookieadmin-cookie-duration>b{font-weight:700}.cookieadmin-cookie-description{font-size:.9rem;margin-bottom:12px}.cookieadmin-cookie-tags{display:flex;gap:8px}.cookieadmin-tag{background:#e0e0e0;padding:4px 10px;border-radius:12px;font-size:.75rem;color:#333}.cookieadmin_toggle{position:relative;display:inline-block;width:24px;height:11px}.cookieadmin_toggle input{display:none}.cookieadmin_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;height:21px;width:34px;background-color:gray;transition:.4s;border-radius:34px}.cookieadmin_slider:before{position:absolute;content:"";height:15px;width:15px;left:3.2px;bottom:3.2px;background-color:#fff;transition:.2s;border-radius:50%}input:checked+.cookieadmin_slider{background-color:#3582c4}input:checked+.cookieadmin_slider:before{transform:translateX(13px)}.cookieadmin_law_container .cookieadmin-poweredby{margin-top:10px}.cookieadmin_modal_footer_links .cookieadmin-poweredby{margin-left:auto}.cookieadmin-poweredby a img{height:15px}.cookieadmin-poweredby a{color:unset;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:11px;gap:2px;text-decoration:none}.cookieadmin_modal_footer .cookieadmin-poweredby a{justify-content:end}#cookieadmin-gpc-toast{display:flex;visibility:hidden;position:fixed;bottom:24px;right:24px;color:#fff;padding:10px 14px;border-radius:6px;box-shadow:0 4px 12px rgb(0 0 0 / .15);align-items:center;justify-content:space-between;gap:10px;font-size:14px;z-index:99999;opacity:0;transform:translateY(20px);transition:opacity 0.3s ease,transform 0.3s ease,visibility 0s 0.3s;line-height:1.5}#cookieadmin_gpc_override{padding-bottom:10px}.cookieadmin_policy_link_box{display:flex;justify-content:space-around;font-size:13px;flex-wrap:wrap}.cookieadmin_modal_policy_link_box{display:flex;gap:5px;font-size:13px;flex-wrap:wrap}.cookieadmin_modal_footer_links{display:flex;justify-content:space-between;margin:9px 9px 0 9px}@media (max-width:767px){.cookieadmin_center{top:10%;left:5%;max-width:90vw}.cookieadmin_show_pref_cookies{font-size:14px}.cookieadmin_law_container,.cookieadmin_box{width:90%}.cookieadmin_side{width:100%}}@media (min-width:768px) and (max-width:991px){.cookieadmin_box{width:45%}}@media (min-width:992px) and (max-width:1199px){.cookieadmin_box{width:35%}}@media (min-width:1200px) and (max-width:1360px){.cookieadmin_box{width:30%}}@media (min-width:768px){.cookieadmin_notice_group{flex-direction:row;justify-content:space-between;align-items:center}.cookieadmin_notice_con{flex:1}.cookieadmin_consent_btns{flex-shrink:0}}@media (max-width:480px){.cookieadmin_consent_inside .cookieadmin_btn{width:100%;margin:5px 0}.cookieadmin_modal_footer{padding:8px}}:root{--sharemypost-facebook:#0866ff;--sharemypost-twitter:#000000;--sharemypost-linkedin:#0A66C2;--sharemypost-pinterest:#E60023;--sharemypost-reddit:#FF4500;--sharemypost-telegram:#0088CC;--sharemypost-whatsapp:#1ec25a;--sharemypost-email:#4A90E2;--sharemypost-print:#666666;--sharemypost-mastodon:#6364FF;--sharemypost-bluesky:#1185FE;--sharemypost-threads:#000000;--sharemypost-chatgpt:#10A37F;--sharemypost-perplexity:#8B5CF6;--sharemypost-messenger:#0084FF;--sharemypost-flipboard:#E51937;--sharemypost-hackernews:#FF6600;--sharemypost-snapchat:#FFFC00;--sharemypost-wechat:#7BB32E;--sharemypost-line:#00B900;--sharemypost-mix:#FFA500;--sharemypost-pocket:#EF4056;--sharemypost-sms:#0084FF;--sharemypost-tumblr:#36465D;--sharemypost-xing:#126567;--sharemypost-vk:#4680C2;--sharemypost-buffer:#323B43;--sharemypost-yummly:#E6771D;--sharemypost-nextdoor:#60ADA4;--sharemypost-gab:#21B581;--sharemypost-claude:#D97757;--sharemypost-google:#4285F4;--sharemypost-gemini:#1A73E8;--sharemypost-grok:#000000}.sharemypost-share-bar{display:flex;align-items:center;gap:12px;padding:16px;transition:all 0.2s ease}.sharemypost-share-bar.sharemypost-inline-left{justify-content:flex-start}.sharemypost-share-bar.sharemypost-inline-center{justify-content:center}.sharemypost-share-bar.sharemypost-inline-right{justify-content:flex-end}.sharemypost-button-group{display:flex;flex-wrap:wrap;gap:var(--sharemypost-button-gap,10px);align-items:center;width:100%}.sharemypost-share-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:var(--sharemypost-button-padding,10px 16px);border:2px solid #fff0;text-decoration:none;color:#fff;background:var(--sharemypost-button-color,#1f75e1);transition:all 0.2s ease;font-size:var(--sharemypost-button-font-size,13px);font-weight:600;white-space:nowrap;overflow:visible;text-overflow:ellipsis;max-width:100%;position:relative;cursor:pointer;box-sizing:content-box}.sharemypost-share-button:hover{background:var(--sharemypost-button-hover,#0d5aa6);transform:translateY(-2px);box-shadow:0 4px 8px rgb(0 0 0 / .15)}.sharemypost-share-button:active{transform:translateY(0)}.sharemypost-shape-square .sharemypost-share-button{border-radius:0}.sharemypost-shape-rounded .sharemypost-share-button{border-radius:6px}.sharemypost-shape-circle .sharemypost-share-button{border-radius:50%;width:var(--sharemypost-button-size,40px);height:var(--sharemypost-button-size,40px);padding:0}.sharemypost-shape-circle.sharemypost-size-custom .sharemypost-share-button{width:var(--sharemypost-button-size,auto);height:var(--sharemypost-button-size,auto)}.sharemypost-shape-drop .sharemypost-share-button{width:var(--sharemypost-button-size,40px);height:var(--sharemypost-button-size,40px);border-radius:50% 50% 0 50%;transform:rotate(45deg);position:relative}.sharemypost-shape-drop .sharemypost-share-button i,.sharemypost-shape-drop .sharemypost-share-button svg{transform:rotate(-45deg)}.sharemypost-shape-circle.sharemypost-size-small .sharemypost-share-button{width:32px;height:32px}.sharemypost-shape-circle.sharemypost-size-large .sharemypost-share-button{width:48px;height:48px}.sharemypost-shape-pill .sharemypost-share-button{border-radius:999px;padding:8px 24px}.sharemypost-shape-pill.sharemypost-labels-icon_only .sharemypost-share-button{padding:10px 28px;width:auto;height:40px}.sharemypost-shape-pill.sharemypost-labels-icon_only.sharemypost-size-small .sharemypost-share-button{padding:6px 22px;width:auto;height:32px}.sharemypost-shape-pill.sharemypost-labels-icon_only.sharemypost-size-large .sharemypost-share-button{padding:12px 34px;width:auto;height:48px}.sharemypost-style-filled .sharemypost-share-button{background:var(--sharemypost-button-color,#1f75e1);color:#fff}.sharemypost-style-outline .sharemypost-share-button{background:#fff0;color:var(--sharemypost-button-color,#1f75e1);border:2px solid var(--sharemypost-button-color,#1f75e1)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-universal:hover{background:var(--sharemypost-universal-color,var(--sharemypost-button-color))}.sharemypost-style-minimal .sharemypost-share-button{background:#fff0;color:var(--sharemypost-button-color,#1f75e1);border:none;box-shadow:none;padding:8px 12px}.sharemypost-style-minimal .sharemypost-share-button:hover{background:rgb(31 117 225 / .1);text-decoration:underline}.sharemypost-style-dashed .sharemypost-share-button{background:#fff0;color:var(--sharemypost-button-color,#1f75e1);border:2px dashed var(--sharemypost-button-color,#1f75e1)}.sharemypost-style-dashed .sharemypost-share-button:hover{background:var(--sharemypost-button-color,#1f75e1);color:#fff}.sharemypost-style-glass .sharemypost-share-button{background:#fff0;color:var(--sharemypost-button-color,#1f75e1);border:1px solid rgb(255 255 255 / .3);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);position:relative;z-index:1}.sharemypost-style-glass .sharemypost-share-button::before{content:'';position:absolute;inset:0;border-radius:inherit;background:currentColor;opacity:.08;z-index:-1;pointer-events:none}.sharemypost-style-glass .sharemypost-share-button:hover::before{opacity:.15}.sharemypost-style-glass .sharemypost-share-button:hover{border-color:rgb(255 255 255 / .5)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-universal{background:var(--sharemypost-universal-color,var(--sharemypost-button-color));color:#fff}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-universal,.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-universal{background:#fff0;color:var(--sharemypost-universal-color,var(--sharemypost-button-color));border-color:var(--sharemypost-universal-color,var(--sharemypost-button-color))}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-universal:hover,.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-universal:hover{background:var(--sharemypost-universal-color,var(--sharemypost-button-color));color:#fff}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-universal,.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-universal{color:var(--sharemypost-universal-color,var(--sharemypost-button-color))}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-universal:hover{background:rgb(31 117 225 / .1)}.sharemypost-size-small .sharemypost-share-button{padding:4px 6px;font-size:12px}.sharemypost-size-medium .sharemypost-share-button{padding:8px 10px;font-size:13px}.sharemypost-size-large .sharemypost-share-button{padding:10px 14px;font-size:14px}.sharemypost-size-custom .sharemypost-share-button{width:var(--sharemypost-button-size,auto);height:var(--sharemypost-button-size,auto)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-facebook{background:var(--sharemypost-facebook)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-twitter{background:var(--sharemypost-twitter)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-linkedin{background:var(--sharemypost-linkedin)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-pinterest{background:var(--sharemypost-pinterest)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-reddit{background:var(--sharemypost-reddit)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-telegram{background:var(--sharemypost-telegram)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-whatsapp{background:var(--sharemypost-whatsapp)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-email{background:var(--sharemypost-email)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-print{background:var(--sharemypost-print)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-mastodon{background:var(--sharemypost-mastodon)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-bluesky{background:var(--sharemypost-bluesky)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-threads{background:var(--sharemypost-threads)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-chatgpt{background:var(--sharemypost-chatgpt)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-perplexity{background:var(--sharemypost-perplexity)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-messenger{background:var(--sharemypost-messenger)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-flipboard{background:var(--sharemypost-flipboard)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-hackernews{background:var(--sharemypost-hackernews)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-snapchat{background:var(--sharemypost-snapchat)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-wechat{background:var(--sharemypost-wechat)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-line{background:var(--sharemypost-line)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-mix{background:var(--sharemypost-mix)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-pocket{background:var(--sharemypost-pocket)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-sms{background:var(--sharemypost-sms)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-tumblr{background:var(--sharemypost-tumblr)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-xing{background:var(--sharemypost-xing)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-vk{background:var(--sharemypost-vk)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-buffer{background:var(--sharemypost-buffer)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-yummly{background:var(--sharemypost-yummly)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-nextdoor{background:var(--sharemypost-nextdoor)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-gab{background:var(--sharemypost-gab)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-claude{background:var(--sharemypost-claude)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-google{background:var(--sharemypost-google)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-gemini{background:var(--sharemypost-gemini)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-grok{background:var(--sharemypost-grok)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-facebook{border-color:var(--sharemypost-facebook);color:var(--sharemypost-facebook)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-twitter{border-color:var(--sharemypost-twitter);color:var(--sharemypost-twitter)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-linkedin{border-color:var(--sharemypost-linkedin);color:var(--sharemypost-linkedin)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-pinterest{border-color:var(--sharemypost-pinterest);color:var(--sharemypost-pinterest)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-reddit{border-color:var(--sharemypost-reddit);color:var(--sharemypost-reddit)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-telegram{border-color:var(--sharemypost-telegram);color:var(--sharemypost-telegram)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-whatsapp{border-color:var(--sharemypost-whatsapp);color:var(--sharemypost-whatsapp)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-email{border-color:var(--sharemypost-email);color:var(--sharemypost-email)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-print{border-color:var(--sharemypost-print);color:var(--sharemypost-print)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-mastodon{border-color:var(--sharemypost-mastodon);color:var(--sharemypost-mastodon)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-bluesky{border-color:var(--sharemypost-bluesky);color:var(--sharemypost-bluesky)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-threads{border-color:var(--sharemypost-threads);color:var(--sharemypost-threads)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-chatgpt{border-color:var(--sharemypost-chatgpt);color:var(--sharemypost-chatgpt)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-perplexity{border-color:var(--sharemypost-perplexity);color:var(--sharemypost-perplexity)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-messenger{border-color:var(--sharemypost-messenger);color:var(--sharemypost-messenger)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-flipboard{border-color:var(--sharemypost-flipboard);color:var(--sharemypost-flipboard)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-hackernews{border-color:var(--sharemypost-hackernews);color:var(--sharemypost-hackernews)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-snapchat{border-color:var(--sharemypost-snapchat);color:var(--sharemypost-snapchat)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-wechat{border-color:var(--sharemypost-wechat);color:var(--sharemypost-wechat)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-line{border-color:var(--sharemypost-line);color:var(--sharemypost-line)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-mix{border-color:var(--sharemypost-mix);color:var(--sharemypost-mix)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-pocket{border-color:var(--sharemypost-pocket);color:var(--sharemypost-pocket)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-sms{border-color:var(--sharemypost-sms);color:var(--sharemypost-sms)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-tumblr{border-color:var(--sharemypost-tumblr);color:var(--sharemypost-tumblr)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-xing{border-color:var(--sharemypost-xing);color:var(--sharemypost-xing)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-vk{border-color:var(--sharemypost-vk);color:var(--sharemypost-vk)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-buffer{border-color:var(--sharemypost-buffer);color:var(--sharemypost-buffer)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-yummly{border-color:var(--sharemypost-yummly);color:var(--sharemypost-yummly)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-nextdoor{border-color:var(--sharemypost-nextdoor);color:var(--sharemypost-nextdoor)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-gab{border-color:var(--sharemypost-gab);color:var(--sharemypost-gab)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-claude{border-color:var(--sharemypost-claude);color:var(--sharemypost-claude)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-google{border-color:var(--sharemypost-google);color:var(--sharemypost-google)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-gemini{border-color:var(--sharemypost-gemini);color:var(--sharemypost-gemini)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-grok{border-color:var(--sharemypost-grok);color:var(--sharemypost-grok)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-facebook{border-color:var(--sharemypost-facebook);color:var(--sharemypost-facebook)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-twitter{border-color:var(--sharemypost-twitter);color:var(--sharemypost-twitter)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-linkedin{border-color:var(--sharemypost-linkedin);color:var(--sharemypost-linkedin)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-pinterest{border-color:var(--sharemypost-pinterest);color:var(--sharemypost-pinterest)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-reddit{border-color:var(--sharemypost-reddit);color:var(--sharemypost-reddit)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-telegram{border-color:var(--sharemypost-telegram);color:var(--sharemypost-telegram)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-whatsapp{border-color:var(--sharemypost-whatsapp);color:var(--sharemypost-whatsapp)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-email{border-color:var(--sharemypost-email);color:var(--sharemypost-email)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-print{border-color:var(--sharemypost-print);color:var(--sharemypost-print)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-mastodon{border-color:var(--sharemypost-mastodon);color:var(--sharemypost-mastodon)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-bluesky{border-color:var(--sharemypost-bluesky);color:var(--sharemypost-bluesky)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-threads{border-color:var(--sharemypost-threads);color:var(--sharemypost-threads)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-chatgpt{border-color:var(--sharemypost-chatgpt);color:var(--sharemypost-chatgpt)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-perplexity{border-color:var(--sharemypost-perplexity);color:var(--sharemypost-perplexity)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-messenger{border-color:var(--sharemypost-messenger);color:var(--sharemypost-messenger)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-flipboard{border-color:var(--sharemypost-flipboard);color:var(--sharemypost-flipboard)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-hackernews{border-color:var(--sharemypost-hackernews);color:var(--sharemypost-hackernews)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-snapchat{border-color:var(--sharemypost-snapchat);color:var(--sharemypost-snapchat)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-wechat{border-color:var(--sharemypost-wechat);color:var(--sharemypost-wechat)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-line{border-color:var(--sharemypost-line);color:var(--sharemypost-line)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-mix{border-color:var(--sharemypost-mix);color:var(--sharemypost-mix)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-pocket{border-color:var(--sharemypost-pocket);color:var(--sharemypost-pocket)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-sms{border-color:var(--sharemypost-sms);color:var(--sharemypost-sms)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-tumblr{border-color:var(--sharemypost-tumblr);color:var(--sharemypost-tumblr)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-xing{border-color:var(--sharemypost-xing);color:var(--sharemypost-xing)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-vk{border-color:var(--sharemypost-vk);color:var(--sharemypost-vk)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-buffer{border-color:var(--sharemypost-buffer);color:var(--sharemypost-buffer)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-yummly{border-color:var(--sharemypost-yummly);color:var(--sharemypost-yummly)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-nextdoor{border-color:var(--sharemypost-nextdoor);color:var(--sharemypost-nextdoor)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-gab{border-color:var(--sharemypost-gab);color:var(--sharemypost-gab)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-claude{border-color:var(--sharemypost-claude);color:var(--sharemypost-claude)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-google{border-color:var(--sharemypost-google);color:var(--sharemypost-google)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-gemini{border-color:var(--sharemypost-gemini);color:var(--sharemypost-gemini)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-grok{border-color:var(--sharemypost-grok);color:var(--sharemypost-grok)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-facebook{color:var(--sharemypost-facebook)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-twitter{color:var(--sharemypost-twitter)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-linkedin{color:var(--sharemypost-linkedin)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-pinterest{color:var(--sharemypost-pinterest)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-reddit{color:var(--sharemypost-reddit)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-telegram{color:var(--sharemypost-telegram)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-whatsapp{color:var(--sharemypost-whatsapp)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-email{color:var(--sharemypost-email)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-print{color:var(--sharemypost-print)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-mastodon{color:var(--sharemypost-mastodon)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-bluesky{color:var(--sharemypost-bluesky)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-threads{color:var(--sharemypost-threads)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-chatgpt{color:var(--sharemypost-chatgpt)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-perplexity{color:var(--sharemypost-perplexity)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-messenger{color:var(--sharemypost-messenger)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-flipboard{color:var(--sharemypost-flipboard)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-hackernews{color:var(--sharemypost-hackernews)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-snapchat{color:var(--sharemypost-snapchat)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-wechat{color:var(--sharemypost-wechat)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-line{color:var(--sharemypost-line)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-mix{color:var(--sharemypost-mix)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-pocket{color:var(--sharemypost-pocket)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-sms{color:var(--sharemypost-sms)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-tumblr{color:var(--sharemypost-tumblr)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-xing{color:var(--sharemypost-xing)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-vk{color:var(--sharemypost-vk)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-buffer{color:var(--sharemypost-buffer)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-yummly{color:var(--sharemypost-yummly)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-nextdoor{color:var(--sharemypost-nextdoor)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-gab{color:var(--sharemypost-gab)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-claude{color:var(--sharemypost-claude)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-google{color:var(--sharemypost-google)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-gemini{color:var(--sharemypost-gemini)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-grok{color:var(--sharemypost-grok)}.sharemypost-style-minimal .sharemypost-share-button[class*="sharemypost-network-"]{background:#fff0}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-facebook{color:var(--sharemypost-facebook)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-twitter{color:var(--sharemypost-twitter)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-linkedin{color:var(--sharemypost-linkedin)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-pinterest{color:var(--sharemypost-pinterest)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-reddit{color:var(--sharemypost-reddit)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-telegram{color:var(--sharemypost-telegram)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-whatsapp{color:var(--sharemypost-whatsapp)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-email{color:var(--sharemypost-email)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-print{color:var(--sharemypost-print)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-mastodon{color:var(--sharemypost-mastodon)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-bluesky{color:var(--sharemypost-bluesky)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-threads{color:var(--sharemypost-threads)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-chatgpt{color:var(--sharemypost-chatgpt)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-perplexity{color:var(--sharemypost-perplexity)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-messenger{color:var(--sharemypost-messenger)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-flipboard{color:var(--sharemypost-flipboard)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-hackernews{color:var(--sharemypost-hackernews)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-snapchat{color:var(--sharemypost-snapchat)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-wechat{color:var(--sharemypost-wechat)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-line{color:var(--sharemypost-line)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-mix{color:var(--sharemypost-mix)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-pocket{color:var(--sharemypost-pocket)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-sms{color:var(--sharemypost-sms)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-tumblr{color:var(--sharemypost-tumblr)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-xing{color:var(--sharemypost-xing)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-vk{color:var(--sharemypost-vk)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-buffer{color:var(--sharemypost-buffer)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-yummly{color:var(--sharemypost-yummly)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-nextdoor{color:var(--sharemypost-nextdoor)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-gab{color:var(--sharemypost-gab)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-claude{color:var(--sharemypost-claude)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-google{color:var(--sharemypost-google)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-gemini{color:var(--sharemypost-gemini)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-grok{color:var(--sharemypost-grok)}.sharemypost-button-icon{display:inline-flex;align-items:center;justify-content:center;width:var(--sharemypost-button-icon-size,20px);height:var(--sharemypost-button-icon-size,20px);min-width:var(--sharemypost-button-icon-size,20px);transition:opacity 0.18s ease}.sharemypost-button-icon svg{display:block;width:100%;height:100%;max-width:100%;max-height:100%}.sharemypost-labels-icon_only .sharemypost-share-button{padding:10px;width:var(--sharemypost-button-size,40px);height:var(--sharemypost-button-size,40px)}.sharemypost-labels-icon_only.sharemypost-size-custom .sharemypost-share-button{width:var(--sharemypost-button-size,auto);height:var(--sharemypost-button-size,auto)}.sharemypost-labels-icon_only .sharemypost-button-label{display:none}.sharemypost-labels-icon_only.sharemypost-size-small .sharemypost-share-button{width:32px;height:32px;padding:6px}.sharemypost-labels-icon_only.sharemypost-size-large .sharemypost-share-button{width:48px;height:48px;padding:12px}.sharemypost-label{font-size:10px;color:#777}.sharemypost-color-type-custom .sharemypost-share-button{background:var(--sharemypost-button-color,#1f75e1)!important;color:#fff!important;border-color:transparent!important}.sharemypost-color-type-custom.sharemypost-style-outline .sharemypost-share-button{background:transparent!important;color:var(--sharemypost-button-color,#1f75e1)!important;border:2px solid var(--sharemypost-button-color,#1f75e1)!important}.sharemypost-color-type-custom.sharemypost-style-outline .sharemypost-share-button:hover{background:var(--sharemypost-button-color,#1f75e1)!important;color:#fff!important}.sharemypost-color-type-custom.sharemypost-style-dashed .sharemypost-share-button{background:transparent!important;color:var(--sharemypost-button-color,#1f75e1)!important;border:2px dashed var(--sharemypost-button-color,#1f75e1)!important}.sharemypost-color-type-custom.sharemypost-style-dashed .sharemypost-share-button:hover{background:var(--sharemypost-button-color,#1f75e1)!important;color:#fff!important}.sharemypost-color-type-custom.sharemypost-style-glass .sharemypost-share-button{background:transparent!important;color:var(--sharemypost-button-color,#1f75e1)!important;border:1px solid rgb(255 255 255 / .3)!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media(max-width:600px){.sharemypost-share-bar{padding:10px;gap:8px}.sharemypost-share-button{font-size:12px;padding:6px 10px;gap:4px}.sharemypost-size-small .sharemypost-share-button{padding:3px 5px;font-size:11px}.sharemypost-size-medium .sharemypost-share-button{padding:6px 8px;font-size:12px}.sharemypost-size-large .sharemypost-share-button{padding:8px 10px;font-size:13px}}
/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url(https://promosarda.it/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url("https://promosarda.it/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(https://promosarda.it/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}.sharemypost-share-bar.sharemypost-floating-bar{position:fixed;top:50%;transform:translateY(-50%);flex-direction:column;z-index:9999;padding:12px 8px;max-width:80px;border-radius:12px;opacity:0}.sharemypost-share-bar.sharemypost-floating-bar.is-visible{opacity:1}.sharemypost-share-bar.sharemypost-floating-bar.sharemypost-floating-left{left:20px}.sharemypost-share-bar.sharemypost-floating-bar.sharemypost-floating-right{right:20px}.sharemypost-share-bar.sharemypost-floating-bar .sharemypost-button-group{flex-direction:column;width:auto}@media(max-width:860px){.sharemypost-share-bar.sharemypost-floating-left,.sharemypost-share-bar.sharemypost-floating-right{top:auto;bottom:16px;left:50%!important;right:auto!important;transform:translateX(-50%);max-width:calc(100% - 32px);width:max-content;flex-direction:row;justify-content:center;border-radius:50px}.sharemypost-share-bar.sharemypost-floating-bar .sharemypost-button-group{flex-direction:row}}@media(max-width:860px){.sharemypost-share-bar.sharemypost-floating-left,.sharemypost-share-bar.sharemypost-floating-right{padding-bottom:calc(16px + env(safe-area-inset-bottom, 0px))}}@media(max-width:400px){.sharemypost-share-bar.sharemypost-floating-left,.sharemypost-share-bar.sharemypost-floating-right{max-width:calc(100% - 16px);bottom:8px;border-radius:40px;padding:8px 6px}.sharemypost-share-bar.sharemypost-floating-bar .sharemypost-share-button{width:32px;height:32px;padding:0}.sharemypost-share-bar.sharemypost-floating-bar .sharemypost-button-icon{width:16px;height:16px;min-width:16px}}:root{--sharemypost-ctt-accent-color:#1f75e1;--sharemypost-ctt-text-color:#0f172a;--sharemypost-ctt-surface:#ffffff;--sharemypost-ctt-muted:#475569;--sharemypost-ctt-border-color:rgba(15, 23, 42, 0.08);--sharemypost-ctt-shadow:0 18px 44px rgba(15, 23, 42, 0.08)}.sharemypost-click-to-tweet{display:flex;align-items:center;gap:18px;padding:30px 70px;max-width:750px;margin:24px 0;border-radius:12px;border:1px solid var(--sharemypost-ctt-border-color);background:var(--sharemypost-ctt-surface);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Oxygen','Ubuntu','Cantarell','Fira Sans','Droid Sans','Helvetica Neue',sans-serif;box-shadow:var(--sharemypost-ctt-shadow);transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.sharemypost-click-to-tweet:hover{transform:translateY(-1px);box-shadow:0 24px 50px rgb(15 23 42 / .12)}.sharemypost-ctt-content{flex:1;min-width:0}.sharemypost-ctt-text{margin:0;padding:0;font-size:15px;line-height:1.7;color:var(--sharemypost-ctt-text-color);word-break:break-word}.sharemypost-ctt-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 18px;background:linear-gradient(135deg,var(--sharemypost-ctt-accent-color),color-mix(in srgb,var(--sharemypost-ctt-accent-color) 80%,#000000 20%));color:#fff;text-decoration:none;border-radius:999px;font-weight:700;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;cursor:pointer;transition:transform 0.2s ease,box-shadow 0.2s ease,filter 0.2s ease;flex-shrink:0;border:none}.sharemypost-ctt-button:hover{filter:brightness(1.02);transform:translateY(-1px);box-shadow:0 16px 28px rgb(31 117 225 / .28)}.sharemypost-ctt-button:active{transform:translateY(0)}.sharemypost-ctt-button::before{content:'';display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2s9 5 20 5a9.5 9.5 0 00-9-5.5c4.75 2.25 7-0.1 7-0.1'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center}.sharemypost-click-to-tweet.cta-left{flex-direction:row-reverse}.sharemypost-click-to-tweet.cta-right{flex-direction:row}.sharemypost-click-to-tweet.sharemypost-ctt-default,.sharemypost-click-to-tweet.sharemypost-ctt-light{--sharemypost-ctt-surface:#ffffff;--sharemypost-ctt-text-color:#0f172a;--sharemypost-ctt-border-color:rgba(15, 23, 42, 0.08);--sharemypost-ctt-shadow:0 18px 44px rgba(15, 23, 42, 0.08)}.sharemypost-click-to-tweet.sharemypost-ctt-gray{--sharemypost-ctt-surface:#d8dcdf;--sharemypost-ctt-text-color:#0f172a;--sharemypost-ctt-border-color:rgba(15, 23, 42, 0.08);--sharemypost-ctt-shadow:0 18px 44px rgba(15, 23, 42, 0.06)}.sharemypost-click-to-tweet.sharemypost-ctt-dark{--sharemypost-ctt-surface:#0f172a;--sharemypost-ctt-text-color:#f8fafc;--sharemypost-ctt-border-color:rgba(148, 163, 184, 0.28)}@media (max-width:768px){.sharemypost-click-to-tweet{flex-direction:column;align-items:flex-start;gap:14px;padding:16px}.sharemypost-click-to-tweet.cta-left,.sharemypost-click-to-tweet.cta-right{flex-direction:column}.sharemypost-ctt-button{width:100%;text-align:center}.sharemypost-ctt-text{font-size:14px}}@media (max-width:480px){.sharemypost-click-to-tweet{padding:14px;gap:12px;border-radius:18px}.sharemypost-ctt-text{font-size:13px}.sharemypost-ctt-button{padding:10px 16px;font-size:13px}}@keyframes sharemypost-slideInUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sharemypost-click-to-tweet{animation:sharemypost-slideInUp 0.3s ease}.sharemypost-modal-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .6);display:flex;align-items:center;justify-content:center;z-index:10000;animation:sharemypost-modal-fade 0.3s ease}.sharemypost-modal-hidden{display:none!important}.sharemypost-modal-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px rgb(0 0 0 / .1);max-width:500px;width:90%;max-height:70vh;overflow-y:auto;animation:sharemypost-modal-slide 0.3s ease}.sharemypost-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #eee}.sharemypost-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#333}.sharemypost-modal-close{background:#f0f0f0;border:none;font-size:20px;color:#333;cursor:pointer;width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background 0.2s}.sharemypost-modal-close:hover{background:#e0e0e0}.sharemypost-modal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));padding:20px}.sharemypost-modal-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 8px;border-radius:10px;text-decoration:none;transition:all 0.2s ease;cursor:pointer}.sharemypost-modal-item:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px rgb(0 0 0 / .1)}.sharemypost-modal-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.sharemypost-modal-icon svg{width:100%;height:100%;fill:currentColor}.sharemypost-modal-label{font-size:12px;font-weight:500;text-align:center;color:#555}.sharemypost-modal-item.sharemypost-network-facebook .sharemypost-modal-icon{color:var(--sharemypost-facebook)}.sharemypost-modal-item.sharemypost-network-twitter .sharemypost-modal-icon{color:var(--sharemypost-twitter)}.sharemypost-modal-item.sharemypost-network-linkedin .sharemypost-modal-icon{color:var(--sharemypost-linkedin)}.sharemypost-modal-item.sharemypost-network-pinterest .sharemypost-modal-icon{color:var(--sharemypost-pinterest)}.sharemypost-modal-item.sharemypost-network-reddit .sharemypost-modal-icon{color:var(--sharemypost-reddit)}.sharemypost-modal-item.sharemypost-network-telegram .sharemypost-modal-icon{color:var(--sharemypost-telegram)}.sharemypost-modal-item.sharemypost-network-whatsapp .sharemypost-modal-icon{color:var(--sharemypost-whatsapp)}.sharemypost-modal-item.sharemypost-network-email .sharemypost-modal-icon{color:var(--sharemypost-email)}.sharemypost-modal-item.sharemypost-network-print .sharemypost-modal-icon{color:var(--sharemypost-print)}.sharemypost-modal-item.sharemypost-network-mastodon .sharemypost-modal-icon{color:var(--sharemypost-mastodon)}.sharemypost-modal-item.sharemypost-network-bluesky .sharemypost-modal-icon{color:var(--sharemypost-bluesky)}.sharemypost-modal-item.sharemypost-network-threads .sharemypost-modal-icon{color:var(--sharemypost-threads)}.sharemypost-modal-item.sharemypost-network-chatgpt .sharemypost-modal-icon{color:var(--sharemypost-chatgpt)}.sharemypost-modal-item.sharemypost-network-perplexity .sharemypost-modal-icon{color:var(--sharemypost-perplexity)}.sharemypost-modal-item.sharemypost-network-messenger .sharemypost-modal-icon{color:var(--sharemypost-messenger)}.sharemypost-modal-item.sharemypost-network-flipboard .sharemypost-modal-icon{color:var(--sharemypost-flipboard)}.sharemypost-modal-item.sharemypost-network-hackernews .sharemypost-modal-icon{color:var(--sharemypost-hackernews)}.sharemypost-modal-item.sharemypost-network-snapchat .sharemypost-modal-icon{color:var(--sharemypost-snapchat)}.sharemypost-modal-item.sharemypost-network-wechat .sharemypost-modal-icon{color:var(--sharemypost-wechat)}.sharemypost-modal-item.sharemypost-network-line .sharemypost-modal-icon{color:var(--sharemypost-line)}.sharemypost-modal-item.sharemypost-network-mix .sharemypost-modal-icon{color:var(--sharemypost-mix)}.sharemypost-modal-item.sharemypost-network-pocket .sharemypost-modal-icon{color:var(--sharemypost-pocket)}.sharemypost-modal-item.sharemypost-network-sms .sharemypost-modal-icon{color:var(--sharemypost-sms)}.sharemypost-modal-item.sharemypost-network-tumblr .sharemypost-modal-icon{color:var(--sharemypost-tumblr)}.sharemypost-modal-item.sharemypost-network-xing .sharemypost-modal-icon{color:var(--sharemypost-xing)}.sharemypost-modal-item.sharemypost-network-vk .sharemypost-modal-icon{color:var(--sharemypost-vk)}.sharemypost-modal-item.sharemypost-network-buffer .sharemypost-modal-icon{color:var(--sharemypost-buffer)}.sharemypost-modal-item.sharemypost-network-yummly .sharemypost-modal-icon{color:var(--sharemypost-yummly)}.sharemypost-modal-item.sharemypost-network-nextdoor .sharemypost-modal-icon{color:var(--sharemypost-nextdoor)}.sharemypost-modal-item.sharemypost-network-gab .sharemypost-modal-icon{color:var(--sharemypost-gab)}.sharemypost-modal-item.sharemypost-network-claude .sharemypost-modal-icon{color:var(--sharemypost-claude)}.sharemypost-modal-item.sharemypost-network-google .sharemypost-modal-icon{color:var(--sharemypost-google)}.sharemypost-modal-item.sharemypost-network-gemini .sharemypost-modal-icon{color:var(--sharemypost-gemini)}.sharemypost-modal-item.sharemypost-network-grok .sharemypost-modal-icon{color:var(--sharemypost-grok)}@keyframes sharemypost-modal-fade{from{opacity:0}to{opacity:1}}@keyframes sharemypost-modal-slide{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:480px){.sharemypost-modal-card{width:95%;max-height:80vh}.sharemypost-modal-grid{grid-template-columns:repeat(3,1fr);gap:8px;padding:12px}.sharemypost-modal-item{padding:8px 4px}.sharemypost-modal-icon{width:32px;height:32px}.sharemypost-modal-label{font-size:10px}.sharemypost-modal-header{padding:12px}.sharemypost-modal-header h3{font-size:16px}}@media (max-width:360px){.sharemypost-modal-grid{grid-template-columns:repeat(2,1fr)}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:#fff0;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:#fff0}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset #fff0}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgb(0 0 0 / .6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgb(0 0 0 / .6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgb(0 0 0 / .6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgb(0 0 0 / .6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}@font-face{font-family:'citykid';src:url(https://promosarda.it/wp-content/themes/citykid/assets/fonts/citykid.eot?83dbjk);src:url("https://promosarda.it/wp-content/themes/citykid/assets/fonts/citykid.eot?83dbjk#iefix") format('embedded-opentype'),url(https://promosarda.it/wp-content/themes/citykid/assets/fonts/citykid.ttf?83dbjk) format('truetype'),url(https://promosarda.it/wp-content/themes/citykid/assets/fonts/citykid.woff?83dbjk) format('woff'),url("https://promosarda.it/wp-content/themes/citykid/assets/fonts/citykid.svg?83dbjk#citykid") format('svg');font-weight:inherit;font-style:inherit}[class^="citykid-"],[class*=" citykid-"]{font-family:'citykid'!important;speak:none;font-style:inherit;font-weight:inherit;font-variant:inherit;line-height:inherit;font-size:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.citykid-angle-down:before{content:"\e900"}.citykid-angle-left:before{content:"\e901"}.citykid-angle-long-left-o:before{content:"\e902"}.citykid-angle-long-right:before{content:"\e903"}.citykid-angle-long-right-o:before{content:"\e904"}.citykid-angle-right:before{content:"\e905"}.citykid-angle-up:before{content:"\e906"}.citykid-arro-right:before{content:"\e907"}.citykid-caret-down:before{content:"\e908"}.citykid-caret-left:before{content:"\e909"}.citykid-caret-right:before{content:"\e90a"}.citykid-cart:before{content:"\e90b"}.citykid-check:before{content:"\e90c"}.citykid-child:before{content:"\e90d"}.citykid-clender:before{content:"\e90e"}.citykid-close:before{content:"\e90f"}.citykid-comment:before{content:"\e910"}.citykid-envelop:before{content:"\e911"}.citykid-facebook:before{content:"\e912"}.citykid-globe:before{content:"\e913"}.citykid-heart:before{content:"\e914"}.citykid-home:before{content:"\e915"}.citykid-map-marker:before{content:"\e916"}.citykid-phone:before{content:"\e917"}.citykid-pinterest:before{content:"\e918"}.citykid-play:before{content:"\e919"}.citykid-plus:before{content:"\e91a"}.citykid-quote-left:before{content:"\e91b"}.citykid-remove:before{content:"\e91c"}.citykid-remove-folder:before{content:"\e91d"}.citykid-serch:before{content:"\e91e"}.citykid-share:before{content:"\e91f"}.citykid-sign-out:before{content:"\e920"}.citykid-star:before{content:"\e921"}.citykid-star-o:before{content:"\e922"}.citykid-tag:before{content:"\e923"}.citykid-time:before{content:"\e924"}.citykid-twitter:before{content:"\e925"}.citykid-user:before{content:"\e926"}
/*!
   * Bootstrap  v5.2.3 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root{--citykid-blue:#0d6efd;--citykid-indigo:#6610f2;--citykid-purple:#6f42c1;--citykid-pink:#d63384;--citykid-red:#dc3545;--citykid-orange:#fd7e14;--citykid-yellow:#ffc107;--citykid-green:#198754;--citykid-teal:#20c997;--citykid-cyan:#0dcaf0;--citykid-black:#000;--citykid-white:#fff;--citykid-gray:#6c757d;--citykid-gray-dark:#343a40;--citykid-gray-100:#f8f9fa;--citykid-gray-200:#e9ecef;--citykid-gray-300:#dee2e6;--citykid-gray-400:#ced4da;--citykid-gray-500:#adb5bd;--citykid-gray-600:#6c757d;--citykid-gray-700:#495057;--citykid-gray-800:#343a40;--citykid-gray-900:#212529;--citykid-primary:#fa4a47;--citykid-secondary:#424242;--citykid-success:#198754;--citykid-info:#0dcaf0;--citykid-warning:#ffc107;--citykid-danger:#dc3545;--citykid-light:#f7f7f7;--citykid-dark:#242424;--citykid-primary-rgb:250, 74, 71;--citykid-secondary-rgb:66, 66, 66;--citykid-success-rgb:25, 135, 84;--citykid-info-rgb:13, 202, 240;--citykid-warning-rgb:255, 193, 7;--citykid-danger-rgb:220, 53, 69;--citykid-light-rgb:247, 247, 247;--citykid-dark-rgb:36, 36, 36;--citykid-white-rgb:255, 255, 255;--citykid-black-rgb:0, 0, 0;--citykid-body-color-rgb:53, 53, 53;--citykid-body-bg-rgb:247, 247, 247;--citykid-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";--citykid-font-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--citykid-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--citykid-body-font-family:Source Sans Pro, sans-serif;--citykid-body-font-size:1rem;--citykid-body-font-weight:400;--citykid-body-line-height:1.5;--citykid-body-color:#353535;--citykid-body-bg:#f7f7f7;--citykid-border-width:1px;--citykid-border-style:solid;--citykid-border-color:#dee2e6;--citykid-border-color-translucent:rgba(0, 0, 0, 0.175);--citykid-border-radius:0;--citykid-border-radius-sm:0;--citykid-border-radius-lg:0.5rem;--citykid-border-radius-xl:1rem;--citykid-border-radius-2xl:2rem;--citykid-border-radius-pill:50rem;--citykid-link-color:#fa4a47;--citykid-link-hover-color:#c83b39;--citykid-code-color:#d63384;--citykid-highlight-bg:#fff3cd}*,*::before,*::after{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--citykid-body-font-family);font-size:var(--citykid-body-font-size);font-weight:var(--citykid-body-font-weight);line-height:var(--citykid-body-line-height);color:var(--citykid-body-color);text-align:var(--citykid-body-text-align);background-color:var(--citykid-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:#fff0}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-top:0;margin-bottom:.5rem;font-family:var(--citykid-headings-font-family,var(--citykid-body-font-family));font-weight:600;line-height:1.2;color:var(--citykid-headings-color,#140000)}h1,.h1{font-size:calc(1.4125rem + 1.95vw)}@media (min-width:1200px){h1,.h1{font-size:2.875rem}}h2,.h2{font-size:calc(1.34375rem + 1.125vw)}@media (min-width:1200px){h2,.h2{font-size:2.1875rem}}h3,.h3{font-size:calc(1.29375rem + 0.525vw)}@media (min-width:1200px){h3,.h3{font-size:1.6875rem}}h4,.h4{font-size:calc(1.275rem + 0.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}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:.875em}mark,.mark{padding:.1875em;background-color:var(--citykid-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:var(--citykid-link-color);-webkit-text-decoration:var(--citykid-link-decoration,none);text-decoration:var(--citykid-link-decoration,none)}a:hover{color:var(--citykid-link-hover-color);-webkit-text-decoration:var(--citykid-link-hover-decoration,none);text-decoration:var(--citykid-link-hover-decoration,none)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--citykid-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(--citykid-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--citykid-body-bg);background-color:var(--citykid-body-color);border-radius:0}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:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator{display:none!important}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.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-unstyled{padding-left:0;list-style:none}.list-inline{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:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#f7f7f7;border:1px solid var(--citykid-border-color);border-radius:0;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{--citykid-gutter-x:1.5rem;--citykid-gutter-y:0;width:100%;padding-right:calc(var(--citykid-gutter-x) * .5);padding-left:calc(var(--citykid-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-sm,.container-md{max-width:720px}}@media (min-width:992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width:1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:1320px}}.row{--citykid-gutter-x:1.5rem;--citykid-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--citykid-gutter-y));margin-right:calc(-.5 * var(--citykid-gutter-x));margin-left:calc(-.5 * var(--citykid-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--citykid-gutter-x) * .5);padding-left:calc(var(--citykid-gutter-x) * .5);margin-top:var(--citykid-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.333333%}.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.666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.333333%}.col-2{flex:0 0 auto;width:16.666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.333333%}.col-5{flex:0 0 auto;width:41.666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.333333%}.col-8{flex:0 0 auto;width:66.666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.333333%}.col-11{flex:0 0 auto;width:91.666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}.g-0,.gx-0{--citykid-gutter-x:0}.g-0,.gy-0{--citykid-gutter-y:0}.g-1,.gx-1{--citykid-gutter-x:0.25rem}.g-1,.gy-1{--citykid-gutter-y:0.25rem}.g-2,.gx-2{--citykid-gutter-x:0.5rem}.g-2,.gy-2{--citykid-gutter-y:0.5rem}.g-3,.gx-3{--citykid-gutter-x:1rem}.g-3,.gy-3{--citykid-gutter-y:1rem}.g-4,.gx-4{--citykid-gutter-x:1.5rem}.g-4,.gy-4{--citykid-gutter-y:1.5rem}.g-5,.gx-5{--citykid-gutter-x:0.3125rem}.g-5,.gy-5{--citykid-gutter-y:0.3125rem}.g-10,.gx-10{--citykid-gutter-x:0.625rem}.g-10,.gy-10{--citykid-gutter-y:0.625rem}.g-15,.gx-15{--citykid-gutter-x:0.9375rem}.g-15,.gy-15{--citykid-gutter-y:0.9375rem}.g-20,.gx-20{--citykid-gutter-x:1.25rem}.g-20,.gy-20{--citykid-gutter-y:1.25rem}.g-30,.gx-30{--citykid-gutter-x:1.875rem}.g-30,.gy-30{--citykid-gutter-y:1.875rem}.g-40,.gx-40{--citykid-gutter-x:2.5rem}.g-40,.gy-40{--citykid-gutter-y:2.5rem}.g-50,.gx-50{--citykid-gutter-x:3.125rem}.g-50,.gy-50{--citykid-gutter-y:3.125rem}.g-60,.gx-60{--citykid-gutter-x:3.75rem}.g-60,.gy-60{--citykid-gutter-y:3.75rem}.g-70,.gx-70{--citykid-gutter-x:4.375rem}.g-70,.gy-70{--citykid-gutter-y:4.375rem}.g-80,.gx-80{--citykid-gutter-x:5rem}.g-80,.gy-80{--citykid-gutter-y:5rem}.g-100,.gx-100{--citykid-gutter-x:6.25rem}.g-100,.gy-100{--citykid-gutter-y:6.25rem}.g-120,.gx-120{--citykid-gutter-x:7.5rem}.g-120,.gy-120{--citykid-gutter-y:7.5rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.333333%}.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.666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.333333%}.col-sm-2{flex:0 0 auto;width:16.666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.333333%}.col-sm-5{flex:0 0 auto;width:41.666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.333333%}.col-sm-8{flex:0 0 auto;width:66.666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.333333%}.col-sm-11{flex:0 0 auto;width:91.666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}.g-sm-0,.gx-sm-0{--citykid-gutter-x:0}.g-sm-0,.gy-sm-0{--citykid-gutter-y:0}.g-sm-1,.gx-sm-1{--citykid-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--citykid-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--citykid-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--citykid-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--citykid-gutter-x:1rem}.g-sm-3,.gy-sm-3{--citykid-gutter-y:1rem}.g-sm-4,.gx-sm-4{--citykid-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--citykid-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--citykid-gutter-x:0.3125rem}.g-sm-5,.gy-sm-5{--citykid-gutter-y:0.3125rem}.g-sm-10,.gx-sm-10{--citykid-gutter-x:0.625rem}.g-sm-10,.gy-sm-10{--citykid-gutter-y:0.625rem}.g-sm-15,.gx-sm-15{--citykid-gutter-x:0.9375rem}.g-sm-15,.gy-sm-15{--citykid-gutter-y:0.9375rem}.g-sm-20,.gx-sm-20{--citykid-gutter-x:1.25rem}.g-sm-20,.gy-sm-20{--citykid-gutter-y:1.25rem}.g-sm-30,.gx-sm-30{--citykid-gutter-x:1.875rem}.g-sm-30,.gy-sm-30{--citykid-gutter-y:1.875rem}.g-sm-40,.gx-sm-40{--citykid-gutter-x:2.5rem}.g-sm-40,.gy-sm-40{--citykid-gutter-y:2.5rem}.g-sm-50,.gx-sm-50{--citykid-gutter-x:3.125rem}.g-sm-50,.gy-sm-50{--citykid-gutter-y:3.125rem}.g-sm-60,.gx-sm-60{--citykid-gutter-x:3.75rem}.g-sm-60,.gy-sm-60{--citykid-gutter-y:3.75rem}.g-sm-70,.gx-sm-70{--citykid-gutter-x:4.375rem}.g-sm-70,.gy-sm-70{--citykid-gutter-y:4.375rem}.g-sm-80,.gx-sm-80{--citykid-gutter-x:5rem}.g-sm-80,.gy-sm-80{--citykid-gutter-y:5rem}.g-sm-100,.gx-sm-100{--citykid-gutter-x:6.25rem}.g-sm-100,.gy-sm-100{--citykid-gutter-y:6.25rem}.g-sm-120,.gx-sm-120{--citykid-gutter-x:7.5rem}.g-sm-120,.gy-sm-120{--citykid-gutter-y:7.5rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.333333%}.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.666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.333333%}.col-md-2{flex:0 0 auto;width:16.666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.333333%}.col-md-5{flex:0 0 auto;width:41.666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.333333%}.col-md-8{flex:0 0 auto;width:66.666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.333333%}.col-md-11{flex:0 0 auto;width:91.666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}.g-md-0,.gx-md-0{--citykid-gutter-x:0}.g-md-0,.gy-md-0{--citykid-gutter-y:0}.g-md-1,.gx-md-1{--citykid-gutter-x:0.25rem}.g-md-1,.gy-md-1{--citykid-gutter-y:0.25rem}.g-md-2,.gx-md-2{--citykid-gutter-x:0.5rem}.g-md-2,.gy-md-2{--citykid-gutter-y:0.5rem}.g-md-3,.gx-md-3{--citykid-gutter-x:1rem}.g-md-3,.gy-md-3{--citykid-gutter-y:1rem}.g-md-4,.gx-md-4{--citykid-gutter-x:1.5rem}.g-md-4,.gy-md-4{--citykid-gutter-y:1.5rem}.g-md-5,.gx-md-5{--citykid-gutter-x:0.3125rem}.g-md-5,.gy-md-5{--citykid-gutter-y:0.3125rem}.g-md-10,.gx-md-10{--citykid-gutter-x:0.625rem}.g-md-10,.gy-md-10{--citykid-gutter-y:0.625rem}.g-md-15,.gx-md-15{--citykid-gutter-x:0.9375rem}.g-md-15,.gy-md-15{--citykid-gutter-y:0.9375rem}.g-md-20,.gx-md-20{--citykid-gutter-x:1.25rem}.g-md-20,.gy-md-20{--citykid-gutter-y:1.25rem}.g-md-30,.gx-md-30{--citykid-gutter-x:1.875rem}.g-md-30,.gy-md-30{--citykid-gutter-y:1.875rem}.g-md-40,.gx-md-40{--citykid-gutter-x:2.5rem}.g-md-40,.gy-md-40{--citykid-gutter-y:2.5rem}.g-md-50,.gx-md-50{--citykid-gutter-x:3.125rem}.g-md-50,.gy-md-50{--citykid-gutter-y:3.125rem}.g-md-60,.gx-md-60{--citykid-gutter-x:3.75rem}.g-md-60,.gy-md-60{--citykid-gutter-y:3.75rem}.g-md-70,.gx-md-70{--citykid-gutter-x:4.375rem}.g-md-70,.gy-md-70{--citykid-gutter-y:4.375rem}.g-md-80,.gx-md-80{--citykid-gutter-x:5rem}.g-md-80,.gy-md-80{--citykid-gutter-y:5rem}.g-md-100,.gx-md-100{--citykid-gutter-x:6.25rem}.g-md-100,.gy-md-100{--citykid-gutter-y:6.25rem}.g-md-120,.gx-md-120{--citykid-gutter-x:7.5rem}.g-md-120,.gy-md-120{--citykid-gutter-y:7.5rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.333333%}.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.666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.333333%}.col-lg-2{flex:0 0 auto;width:16.666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.333333%}.col-lg-5{flex:0 0 auto;width:41.666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.333333%}.col-lg-8{flex:0 0 auto;width:66.666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.333333%}.col-lg-11{flex:0 0 auto;width:91.666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}.g-lg-0,.gx-lg-0{--citykid-gutter-x:0}.g-lg-0,.gy-lg-0{--citykid-gutter-y:0}.g-lg-1,.gx-lg-1{--citykid-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--citykid-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--citykid-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--citykid-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--citykid-gutter-x:1rem}.g-lg-3,.gy-lg-3{--citykid-gutter-y:1rem}.g-lg-4,.gx-lg-4{--citykid-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--citykid-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--citykid-gutter-x:0.3125rem}.g-lg-5,.gy-lg-5{--citykid-gutter-y:0.3125rem}.g-lg-10,.gx-lg-10{--citykid-gutter-x:0.625rem}.g-lg-10,.gy-lg-10{--citykid-gutter-y:0.625rem}.g-lg-15,.gx-lg-15{--citykid-gutter-x:0.9375rem}.g-lg-15,.gy-lg-15{--citykid-gutter-y:0.9375rem}.g-lg-20,.gx-lg-20{--citykid-gutter-x:1.25rem}.g-lg-20,.gy-lg-20{--citykid-gutter-y:1.25rem}.g-lg-30,.gx-lg-30{--citykid-gutter-x:1.875rem}.g-lg-30,.gy-lg-30{--citykid-gutter-y:1.875rem}.g-lg-40,.gx-lg-40{--citykid-gutter-x:2.5rem}.g-lg-40,.gy-lg-40{--citykid-gutter-y:2.5rem}.g-lg-50,.gx-lg-50{--citykid-gutter-x:3.125rem}.g-lg-50,.gy-lg-50{--citykid-gutter-y:3.125rem}.g-lg-60,.gx-lg-60{--citykid-gutter-x:3.75rem}.g-lg-60,.gy-lg-60{--citykid-gutter-y:3.75rem}.g-lg-70,.gx-lg-70{--citykid-gutter-x:4.375rem}.g-lg-70,.gy-lg-70{--citykid-gutter-y:4.375rem}.g-lg-80,.gx-lg-80{--citykid-gutter-x:5rem}.g-lg-80,.gy-lg-80{--citykid-gutter-y:5rem}.g-lg-100,.gx-lg-100{--citykid-gutter-x:6.25rem}.g-lg-100,.gy-lg-100{--citykid-gutter-y:6.25rem}.g-lg-120,.gx-lg-120{--citykid-gutter-x:7.5rem}.g-lg-120,.gy-lg-120{--citykid-gutter-y:7.5rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.333333%}.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.666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.333333%}.col-xl-2{flex:0 0 auto;width:16.666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.333333%}.col-xl-5{flex:0 0 auto;width:41.666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.333333%}.col-xl-8{flex:0 0 auto;width:66.666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.333333%}.col-xl-11{flex:0 0 auto;width:91.666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}.g-xl-0,.gx-xl-0{--citykid-gutter-x:0}.g-xl-0,.gy-xl-0{--citykid-gutter-y:0}.g-xl-1,.gx-xl-1{--citykid-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--citykid-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--citykid-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--citykid-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--citykid-gutter-x:1rem}.g-xl-3,.gy-xl-3{--citykid-gutter-y:1rem}.g-xl-4,.gx-xl-4{--citykid-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--citykid-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--citykid-gutter-x:0.3125rem}.g-xl-5,.gy-xl-5{--citykid-gutter-y:0.3125rem}.g-xl-10,.gx-xl-10{--citykid-gutter-x:0.625rem}.g-xl-10,.gy-xl-10{--citykid-gutter-y:0.625rem}.g-xl-15,.gx-xl-15{--citykid-gutter-x:0.9375rem}.g-xl-15,.gy-xl-15{--citykid-gutter-y:0.9375rem}.g-xl-20,.gx-xl-20{--citykid-gutter-x:1.25rem}.g-xl-20,.gy-xl-20{--citykid-gutter-y:1.25rem}.g-xl-30,.gx-xl-30{--citykid-gutter-x:1.875rem}.g-xl-30,.gy-xl-30{--citykid-gutter-y:1.875rem}.g-xl-40,.gx-xl-40{--citykid-gutter-x:2.5rem}.g-xl-40,.gy-xl-40{--citykid-gutter-y:2.5rem}.g-xl-50,.gx-xl-50{--citykid-gutter-x:3.125rem}.g-xl-50,.gy-xl-50{--citykid-gutter-y:3.125rem}.g-xl-60,.gx-xl-60{--citykid-gutter-x:3.75rem}.g-xl-60,.gy-xl-60{--citykid-gutter-y:3.75rem}.g-xl-70,.gx-xl-70{--citykid-gutter-x:4.375rem}.g-xl-70,.gy-xl-70{--citykid-gutter-y:4.375rem}.g-xl-80,.gx-xl-80{--citykid-gutter-x:5rem}.g-xl-80,.gy-xl-80{--citykid-gutter-y:5rem}.g-xl-100,.gx-xl-100{--citykid-gutter-x:6.25rem}.g-xl-100,.gy-xl-100{--citykid-gutter-y:6.25rem}.g-xl-120,.gx-xl-120{--citykid-gutter-x:7.5rem}.g-xl-120,.gy-xl-120{--citykid-gutter-y:7.5rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.333333%}.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.666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.333333%}.col-xxl-2{flex:0 0 auto;width:16.666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.333333%}.col-xxl-5{flex:0 0 auto;width:41.666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.333333%}.col-xxl-8{flex:0 0 auto;width:66.666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.333333%}.col-xxl-11{flex:0 0 auto;width:91.666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.333333%}.offset-xxl-2{margin-left:16.666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.333333%}.offset-xxl-5{margin-left:41.666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.333333%}.offset-xxl-8{margin-left:66.666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.333333%}.offset-xxl-11{margin-left:91.666667%}.g-xxl-0,.gx-xxl-0{--citykid-gutter-x:0}.g-xxl-0,.gy-xxl-0{--citykid-gutter-y:0}.g-xxl-1,.gx-xxl-1{--citykid-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--citykid-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--citykid-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--citykid-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--citykid-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--citykid-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--citykid-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--citykid-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--citykid-gutter-x:0.3125rem}.g-xxl-5,.gy-xxl-5{--citykid-gutter-y:0.3125rem}.g-xxl-10,.gx-xxl-10{--citykid-gutter-x:0.625rem}.g-xxl-10,.gy-xxl-10{--citykid-gutter-y:0.625rem}.g-xxl-15,.gx-xxl-15{--citykid-gutter-x:0.9375rem}.g-xxl-15,.gy-xxl-15{--citykid-gutter-y:0.9375rem}.g-xxl-20,.gx-xxl-20{--citykid-gutter-x:1.25rem}.g-xxl-20,.gy-xxl-20{--citykid-gutter-y:1.25rem}.g-xxl-30,.gx-xxl-30{--citykid-gutter-x:1.875rem}.g-xxl-30,.gy-xxl-30{--citykid-gutter-y:1.875rem}.g-xxl-40,.gx-xxl-40{--citykid-gutter-x:2.5rem}.g-xxl-40,.gy-xxl-40{--citykid-gutter-y:2.5rem}.g-xxl-50,.gx-xxl-50{--citykid-gutter-x:3.125rem}.g-xxl-50,.gy-xxl-50{--citykid-gutter-y:3.125rem}.g-xxl-60,.gx-xxl-60{--citykid-gutter-x:3.75rem}.g-xxl-60,.gy-xxl-60{--citykid-gutter-y:3.75rem}.g-xxl-70,.gx-xxl-70{--citykid-gutter-x:4.375rem}.g-xxl-70,.gy-xxl-70{--citykid-gutter-y:4.375rem}.g-xxl-80,.gx-xxl-80{--citykid-gutter-x:5rem}.g-xxl-80,.gy-xxl-80{--citykid-gutter-y:5rem}.g-xxl-100,.gx-xxl-100{--citykid-gutter-x:6.25rem}.g-xxl-100,.gy-xxl-100{--citykid-gutter-y:6.25rem}.g-xxl-120,.gx-xxl-120{--citykid-gutter-x:7.5rem}.g-xxl-120,.gy-xxl-120{--citykid-gutter-y:7.5rem}}table,.table{--citykid-table-color:var(--citykid-body-color);--citykid-table-bg:transparent;--citykid-table-border-color:var(--citykid-border-color);--citykid-table-accent-bg:transparent;--citykid-table-striped-color:var(--citykid-body-color);--citykid-table-striped-bg:rgba(0, 0, 0, 0.05);--citykid-table-active-color:var(--citykid-body-color);--citykid-table-active-bg:rgba(0, 0, 0, 0.1);--citykid-table-hover-color:var(--citykid-body-color);--citykid-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:var(--citykid-table-color);vertical-align:top;border-color:var(--citykid-table-border-color)}table>:not(caption)>*>*,.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--citykid-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--citykid-table-accent-bg)}table>tbody,.table>tbody{vertical-align:inherit}table>thead,.table>thead{vertical-align:bottom}.table-group-divider{border-top:2px solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--citykid-table-accent-bg:var(--citykid-table-striped-bg);color:var(--citykid-table-striped-color)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--citykid-table-accent-bg:var(--citykid-table-striped-bg);color:var(--citykid-table-striped-color)}.table-active{--citykid-table-accent-bg:var(--citykid-table-active-bg);color:var(--citykid-table-active-color)}.table-hover>tbody>tr:hover>*{--citykid-table-accent-bg:var(--citykid-table-hover-bg);color:var(--citykid-table-hover-color)}.table-primary{--citykid-table-color:#000;--citykid-table-bg:#fedbda;--citykid-table-border-color:#e5c5c4;--citykid-table-striped-bg:#f1d0cf;--citykid-table-striped-color:#000;--citykid-table-active-bg:#e5c5c4;--citykid-table-active-color:#000;--citykid-table-hover-bg:#ebcbca;--citykid-table-hover-color:#000;color:var(--citykid-table-color);border-color:var(--citykid-table-border-color)}.table-secondary{--citykid-table-color:#000;--citykid-table-bg:#d9d9d9;--citykid-table-border-color:#c3c3c3;--citykid-table-striped-bg:#cecece;--citykid-table-striped-color:#000;--citykid-table-active-bg:#c3c3c3;--citykid-table-active-color:#000;--citykid-table-hover-bg:#c9c9c9;--citykid-table-hover-color:#000;color:var(--citykid-table-color);border-color:var(--citykid-table-border-color)}.table-success{--citykid-table-color:#000;--citykid-table-bg:#d1e7dd;--citykid-table-border-color:#bcd0c7;--citykid-table-striped-bg:#c7dbd2;--citykid-table-striped-color:#000;--citykid-table-active-bg:#bcd0c7;--citykid-table-active-color:#000;--citykid-table-hover-bg:#c1d6cc;--citykid-table-hover-color:#000;color:var(--citykid-table-color);border-color:var(--citykid-table-border-color)}.table-info{--citykid-table-color:#000;--citykid-table-bg:#cff4fc;--citykid-table-border-color:#badce3;--citykid-table-striped-bg:#c5e8ef;--citykid-table-striped-color:#000;--citykid-table-active-bg:#badce3;--citykid-table-active-color:#000;--citykid-table-hover-bg:#bfe2e9;--citykid-table-hover-color:#000;color:var(--citykid-table-color);border-color:var(--citykid-table-border-color)}.table-warning{--citykid-table-color:#000;--citykid-table-bg:#fff3cd;--citykid-table-border-color:#e6dbb9;--citykid-table-striped-bg:#f2e7c3;--citykid-table-striped-color:#000;--citykid-table-active-bg:#e6dbb9;--citykid-table-active-color:#000;--citykid-table-hover-bg:#ece1be;--citykid-table-hover-color:#000;color:var(--citykid-table-color);border-color:var(--citykid-table-border-color)}.table-danger{--citykid-table-color:#000;--citykid-table-bg:#f8d7da;--citykid-table-border-color:#dfc2c4;--citykid-table-striped-bg:#eccccf;--citykid-table-striped-color:#000;--citykid-table-active-bg:#dfc2c4;--citykid-table-active-color:#000;--citykid-table-hover-bg:#e5c7ca;--citykid-table-hover-color:#000;color:var(--citykid-table-color);border-color:var(--citykid-table-border-color)}.table-light{--citykid-table-color:#000;--citykid-table-bg:#f7f7f7;--citykid-table-border-color:#dedede;--citykid-table-striped-bg:#ebebeb;--citykid-table-striped-color:#000;--citykid-table-active-bg:#dedede;--citykid-table-active-color:#000;--citykid-table-hover-bg:#e4e4e4;--citykid-table-hover-color:#000;color:var(--citykid-table-color);border-color:var(--citykid-table-border-color)}.table-dark{--citykid-table-color:#fff;--citykid-table-bg:#242424;--citykid-table-border-color:#3a3a3a;--citykid-table-striped-bg:#2f2f2f;--citykid-table-striped-color:#fff;--citykid-table-active-bg:#3a3a3a;--citykid-table-active-color:#fff;--citykid-table-hover-bg:#343434;--citykid-table-hover-color:#fff;color:var(--citykid-table-color);border-color:var(--citykid-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(0.75rem + 2px);padding-bottom:calc(0.75rem + 2px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 2px);padding-bottom:calc(0.5rem + 2px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + 2px);padding-bottom:calc(0.25rem + 2px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}input[type="text"],input[type="email"],input[type="password"],input[type="url"],input[type="number"],input[type="search"],textarea,.form-control{display:block;width:100%;padding:.75rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#353535;background-color:#f7f7f7;background-clip:padding-box;border:2px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){input[type="text"],input[type="email"],input[type="password"],input[type="url"],input[type="number"],input[type="search"],textarea,.form-control{transition:none}}input[type="text"][type="file"],input[type="email"][type="file"],input[type="password"][type="file"],input[type="url"][type="file"],input[type="number"][type="file"],input[type="search"][type="file"],textarea[type="file"],.form-control[type="file"]{overflow:hidden}input[type="text"][type="file"]:not(:disabled):not([readonly]),input[type="email"][type="file"]:not(:disabled):not([readonly]),input[type="password"][type="file"]:not(:disabled):not([readonly]),input[type="url"][type="file"]:not(:disabled):not([readonly]),input[type="number"][type="file"]:not(:disabled):not([readonly]),input[type="search"][type="file"]:not(:disabled):not([readonly]),textarea[type="file"]:not(:disabled):not([readonly]),.form-control[type="file"]:not(:disabled):not([readonly]){cursor:pointer}input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="url"]:focus,input[type="number"]:focus,input[type="search"]:focus,textarea:focus,.form-control:focus{color:#353535;background-color:#fff;border-color:inherit;outline:0;box-shadow:none}input[type="text"]::-webkit-date-and-time-value,input[type="email"]::-webkit-date-and-time-value,input[type="password"]::-webkit-date-and-time-value,input[type="url"]::-webkit-date-and-time-value,input[type="number"]::-webkit-date-and-time-value,input[type="search"]::-webkit-date-and-time-value,textarea::-webkit-date-and-time-value,.form-control::-webkit-date-and-time-value{height:1.5em}input[type="text"]::-moz-placeholder,input[type="email"]::-moz-placeholder,input[type="password"]::-moz-placeholder,input[type="url"]::-moz-placeholder,input[type="number"]::-moz-placeholder,input[type="search"]::-moz-placeholder,textarea::-moz-placeholder,.form-control::-moz-placeholder{color:#6c757d;opacity:1}input[type="text"]::placeholder,input[type="email"]::placeholder,input[type="password"]::placeholder,input[type="url"]::placeholder,input[type="number"]::placeholder,input[type="search"]::placeholder,textarea::placeholder,.form-control::placeholder{color:#6c757d;opacity:1}input[type="text"]:disabled,input[type="email"]:disabled,input[type="password"]:disabled,input[type="url"]:disabled,input[type="number"]:disabled,input[type="search"]:disabled,textarea:disabled,.form-control:disabled{background-color:#e9ecef;opacity:1}input[type="text"]::file-selector-button,input[type="email"]::file-selector-button,input[type="password"]::file-selector-button,input[type="url"]::file-selector-button,input[type="number"]::file-selector-button,input[type="search"]::file-selector-button,textarea::file-selector-button,.form-control::file-selector-button{padding:.75rem .75rem;margin:-.75rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#353535;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:2px;border-radius:0;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}@media (prefers-reduced-motion:reduce){input[type="text"]::file-selector-button,input[type="email"]::file-selector-button,input[type="password"]::file-selector-button,input[type="url"]::file-selector-button,input[type="number"]::file-selector-button,input[type="search"]::file-selector-button,textarea::file-selector-button,.form-control::file-selector-button{transition:none}}input[type="text"]:hover:not(:disabled):not([readonly])::file-selector-button,input[type="email"]:hover:not(:disabled):not([readonly])::file-selector-button,input[type="password"]:hover:not(:disabled):not([readonly])::file-selector-button,input[type="url"]:hover:not(:disabled):not([readonly])::file-selector-button,input[type="number"]:hover:not(:disabled):not([readonly])::file-selector-button,input[type="search"]:hover:not(:disabled):not([readonly])::file-selector-button,textarea:hover:not(:disabled):not([readonly])::file-selector-button,.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.75rem 0;margin-bottom:0;line-height:1.5;color:#353535;background-color:#fff0;border:solid #fff0;border-width:2px 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + 4px);padding:.25rem .5rem;font-size:.875rem;border-radius:0}.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 + 4px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.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 + 1.5rem + 4px)}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + 4px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 4px)}.form-control-color{width:3rem;height:calc(1.5em + 1.5rem + 4px);padding:.75rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:0}.form-control-color::-webkit-color-swatch{border-radius:0}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + 4px)}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + 4px)}select:not(.attachment-filters),.form-select{display:block;width:100%;padding:.75rem 2.25rem .75rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#353535;background-color:#f7f7f7;background-image: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");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:2px solid #ced4da;border-radius:0;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){select:not(.attachment-filters),.form-select{transition:none}}select:not(.attachment-filters):focus,.form-select:focus{border-color:inherit;outline:0;box-shadow:0 0 0 0 rgb(250 74 71 / .25)}select:not(.attachment-filters)[multiple],select:not(.attachment-filters)[size]:not([size="1"]),.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}select:not(.attachment-filters):disabled,.form-select:disabled{background-color:#e9ecef}select:not(.attachment-filters):-moz-focusring,.form-select:-moz-focusring{color:#fff0;text-shadow:0 0 0 #353535}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:0}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.5rem}.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{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#f7f7f7;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgb(0 0 0 / .25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;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:inherit;outline:0;box-shadow:0 0 0 .25rem rgb(250 74 71 / .25)}.form-check-input:checked{background-color:#fa4a47;border-color:#fa4a47}.form-check-input:checked[type="checkbox"]{background-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"]{background-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:#fa4a47;border-color:#fa4a47;background-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{width:2em;margin-left:-2.5em;background-image: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");background-position:left center;border-radius:2em;transition:background-position 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='inherit'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image: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}.form-range{width:100%;height:1rem;padding:0;background-color:#fff0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #f7f7f7,none}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f7f7f7,none}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#fa4a47;border:0;border-radius:1rem;-webkit-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#fec9c8}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:#fff0;cursor:pointer;background-color:#dee2e6;border-color:#fff0;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#fa4a47;border:0;border-radius:1rem;-moz-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#fec9c8}.form-range::-moz-range-track{width:100%;height:.5rem;color:#fff0;cursor:pointer;background-color:#dee2e6;border-color:#fff0;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + 4px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:2px solid #fff0;transform-origin:0 0;transition:opacity 0.1s ease-in-out,transform 0.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::-moz-placeholder,.form-floating>.form-control-plaintext::-moz-placeholder{color:#fff0}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:#fff0}.form-floating>.form-control:not(:-moz-placeholder-shown),.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:2px 0}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{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:.75rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#353535;text-align:center;white-space:nowrap;background-color:#e9ecef;border:2px solid #ced4da;border-radius:0}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:0}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):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{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.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{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:-2px;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:#198754}.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:rgb(25 135 84 / .9);border-radius:0}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#198754;padding-right:calc(1.5em + 1.5rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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(0.375em + 0.375rem) center;background-size:calc(0.75em + 0.75rem) calc(0.75em + 0.75rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#198754;box-shadow:0 0 0 0 rgb(25 135 84 / .25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 1.5rem);background-position:top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:#198754}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image: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"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.75rem) calc(0.75em + 0.75rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#198754;box-shadow:0 0 0 0 rgb(25 135 84 / .25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.5em + 1.5rem))}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#198754}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#198754}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 0 rgb(25 135 84 / .25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.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:rgb(220 53 69 / .9);border-radius:0}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + 1.5rem);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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.375rem) center;background-size:calc(0.75em + 0.75rem) calc(0.75em + 0.75rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 0 rgb(220 53 69 / .25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 1.5rem);background-position:top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#dc3545}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image: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"),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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.75rem) calc(0.75em + 0.75rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 0 rgb(220 53 69 / .25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + 1.5rem))}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#dc3545}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#dc3545}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 0 rgb(220 53 69 / .25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}[type="button"]:not(.btn),[type="submit"]:not(.btn),.btn{--citykid-btn-padding-x:2.375rem;--citykid-btn-padding-y:0.75rem;--citykid-btn-font-family:;--citykid-btn-font-size:0.875rem;--citykid-btn-font-weight:600;--citykid-btn-line-height:1.5;--citykid-btn-color:#353535;--citykid-btn-bg:transparent;--citykid-btn-border-width:2px;--citykid-btn-border-color:transparent;--citykid-btn-border-radius:0;--citykid-btn-hover-border-color:transparent;--citykid-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--citykid-btn-disabled-opacity:0.65;--citykid-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--citykid-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--citykid-btn-padding-y) var(--citykid-btn-padding-x);font-family:var(--citykid-btn-font-family);font-size:var(--citykid-btn-font-size);font-weight:var(--citykid-btn-font-weight);letter-spacing:1px;line-height:var(--citykid-btn-line-height);color:var(--citykid-btn-color);text-align:center;text-decoration:none;text-transform:uppercase;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--citykid-btn-border-width) solid var(--citykid-btn-border-color);border-radius:var(--citykid-btn-border-radius);background-color:var(--citykid-btn-bg);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}@media (prefers-reduced-motion:reduce){[type="button"]:not(.btn),[type="submit"]:not(.btn),.btn{transition:none}}[type="button"]:not(.btn):hover,[type="submit"]:not(.btn):hover,.btn:hover{color:var(--citykid-btn-hover-color);background-color:var(--citykid-btn-hover-bg);border-color:var(--citykid-btn-hover-border-color)}.btn-check+[type="button"]:not(.btn):hover,.btn-check+[type="submit"]:not(.btn):hover,.btn-check+.btn:hover{color:var(--citykid-btn-color);background-color:var(--citykid-btn-bg);border-color:var(--citykid-btn-border-color)}[type="button"]:not(.btn):focus-visible,[type="submit"]:not(.btn):focus-visible,.btn:focus-visible{color:var(--citykid-btn-hover-color);background-color:var(--citykid-btn-hover-bg);border-color:var(--citykid-btn-hover-border-color);outline:0;box-shadow:var(--citykid-btn-focus-box-shadow)}.btn-check:focus-visible+[type="button"]:not(.btn),.btn-check:focus-visible+[type="submit"]:not(.btn),.btn-check:focus-visible+.btn{border-color:var(--citykid-btn-hover-border-color);outline:0;box-shadow:var(--citykid-btn-focus-box-shadow)}.btn-check:checked+[type="button"]:not(.btn),:not(.btn-check)+[type="button"]:not(.btn):active,[type="button"]:not(.btn):first-child:active,[type="button"]:not(.btn).active,[type="button"]:not(.btn).show,.btn-check:checked+[type="submit"]:not(.btn),:not(.btn-check)+[type="submit"]:not(.btn):active,[type="submit"]:not(.btn):first-child:active,[type="submit"]:not(.btn).active,[type="submit"]:not(.btn).show,.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--citykid-btn-active-color);background-color:var(--citykid-btn-active-bg);border-color:var(--citykid-btn-active-border-color)}.btn-check:checked+[type="button"]:not(.btn):focus-visible,:not(.btn-check)+[type="button"]:not(.btn):active:focus-visible,[type="button"]:not(.btn):first-child:active:focus-visible,[type="button"]:not(.btn).active:focus-visible,[type="button"]:not(.btn).show:focus-visible,.btn-check:checked+[type="submit"]:not(.btn):focus-visible,:not(.btn-check)+[type="submit"]:not(.btn):active:focus-visible,[type="submit"]:not(.btn):first-child:active:focus-visible,[type="submit"]:not(.btn).active:focus-visible,[type="submit"]:not(.btn).show:focus-visible,.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--citykid-btn-focus-box-shadow)}[type="button"]:not(.btn):disabled,[type="button"]:not(.btn).disabled,fieldset:disabled [type="button"]:not(.btn),[type="submit"]:not(.btn):disabled,[type="submit"]:not(.btn).disabled,fieldset:disabled [type="submit"]:not(.btn),.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--citykid-btn-disabled-color);pointer-events:none;background-color:var(--citykid-btn-disabled-bg);border-color:var(--citykid-btn-disabled-border-color);opacity:var(--citykid-btn-disabled-opacity)}.btn-primary{--citykid-btn-color:#000;--citykid-btn-bg:#fa4a47;--citykid-btn-border-color:#fa4a47;--citykid-btn-hover-color:#000;--citykid-btn-hover-bg:#fb6563;--citykid-btn-hover-border-color:#fb5c59;--citykid-btn-focus-shadow-rgb:213, 63, 60;--citykid-btn-active-color:#000;--citykid-btn-active-bg:#fb6e6c;--citykid-btn-active-border-color:#fb5c59;--citykid-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--citykid-btn-disabled-color:#000;--citykid-btn-disabled-bg:#fa4a47;--citykid-btn-disabled-border-color:#fa4a47}.btn-secondary{--citykid-btn-color:#fff;--citykid-btn-bg:#424242;--citykid-btn-border-color:#424242;--citykid-btn-hover-color:#fff;--citykid-btn-hover-bg:#383838;--citykid-btn-hover-border-color:#353535;--citykid-btn-focus-shadow-rgb:94, 94, 94;--citykid-btn-active-color:#fff;--citykid-btn-active-bg:#353535;--citykid-btn-active-border-color:#323232;--citykid-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--citykid-btn-disabled-color:#fff;--citykid-btn-disabled-bg:#424242;--citykid-btn-disabled-border-color:#424242}.btn-success{--citykid-btn-color:#fff;--citykid-btn-bg:#198754;--citykid-btn-border-color:#198754;--citykid-btn-hover-color:#fff;--citykid-btn-hover-bg:#157347;--citykid-btn-hover-border-color:#146c43;--citykid-btn-focus-shadow-rgb:60, 153, 110;--citykid-btn-active-color:#fff;--citykid-btn-active-bg:#146c43;--citykid-btn-active-border-color:#13653f;--citykid-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--citykid-btn-disabled-color:#fff;--citykid-btn-disabled-bg:#198754;--citykid-btn-disabled-border-color:#198754}.btn-info{--citykid-btn-color:#000;--citykid-btn-bg:#0dcaf0;--citykid-btn-border-color:#0dcaf0;--citykid-btn-hover-color:#000;--citykid-btn-hover-bg:#31d2f2;--citykid-btn-hover-border-color:#25cff2;--citykid-btn-focus-shadow-rgb:11, 172, 204;--citykid-btn-active-color:#000;--citykid-btn-active-bg:#3dd5f3;--citykid-btn-active-border-color:#25cff2;--citykid-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--citykid-btn-disabled-color:#000;--citykid-btn-disabled-bg:#0dcaf0;--citykid-btn-disabled-border-color:#0dcaf0}.btn-warning{--citykid-btn-color:#000;--citykid-btn-bg:#ffc107;--citykid-btn-border-color:#ffc107;--citykid-btn-hover-color:#000;--citykid-btn-hover-bg:#ffca2c;--citykid-btn-hover-border-color:#ffc720;--citykid-btn-focus-shadow-rgb:217, 164, 6;--citykid-btn-active-color:#000;--citykid-btn-active-bg:#ffcd39;--citykid-btn-active-border-color:#ffc720;--citykid-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--citykid-btn-disabled-color:#000;--citykid-btn-disabled-bg:#ffc107;--citykid-btn-disabled-border-color:#ffc107}.btn-danger{--citykid-btn-color:#fff;--citykid-btn-bg:#dc3545;--citykid-btn-border-color:#dc3545;--citykid-btn-hover-color:#fff;--citykid-btn-hover-bg:#bb2d3b;--citykid-btn-hover-border-color:#b02a37;--citykid-btn-focus-shadow-rgb:225, 83, 97;--citykid-btn-active-color:#fff;--citykid-btn-active-bg:#b02a37;--citykid-btn-active-border-color:#a52834;--citykid-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--citykid-btn-disabled-color:#fff;--citykid-btn-disabled-bg:#dc3545;--citykid-btn-disabled-border-color:#dc3545}.btn-light{--citykid-btn-color:#000;--citykid-btn-bg:#f7f7f7;--citykid-btn-border-color:#f7f7f7;--citykid-btn-hover-color:#000;--citykid-btn-hover-bg:#d2d2d2;--citykid-btn-hover-border-color:#c6c6c6;--citykid-btn-focus-shadow-rgb:210, 210, 210;--citykid-btn-active-color:#000;--citykid-btn-active-bg:#c6c6c6;--citykid-btn-active-border-color:#b9b9b9;--citykid-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--citykid-btn-disabled-color:#000;--citykid-btn-disabled-bg:#f7f7f7;--citykid-btn-disabled-border-color:#f7f7f7}.btn-dark{--citykid-btn-color:#fff;--citykid-btn-bg:#242424;--citykid-btn-border-color:#242424;--citykid-btn-hover-color:#fff;--citykid-btn-hover-bg:#454545;--citykid-btn-hover-border-color:#3a3a3a;--citykid-btn-focus-shadow-rgb:69, 69, 69;--citykid-btn-active-color:#fff;--citykid-btn-active-bg:#505050;--citykid-btn-active-border-color:#3a3a3a;--citykid-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--citykid-btn-disabled-color:#fff;--citykid-btn-disabled-bg:#242424;--citykid-btn-disabled-border-color:#242424}.btn-outline-primary{--citykid-btn-color:#fa4a47;--citykid-btn-border-color:#fa4a47;--citykid-btn-hover-color:#000;--citykid-btn-hover-bg:#fa4a47;--citykid-btn-hover-border-color:#fa4a47;--citykid-btn-focus-shadow-rgb:250, 74, 71;--citykid-btn-active-color:#000;--citykid-btn-active-bg:#fa4a47;--citykid-btn-active-border-color:#fa4a47;--citykid-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--citykid-btn-disabled-color:#fa4a47;--citykid-btn-disabled-bg:transparent;--citykid-btn-disabled-border-color:#fa4a47;--citykid-gradient:none}.btn-outline-secondary{--citykid-btn-color:#424242;--citykid-btn-border-color:#424242;--citykid-btn-hover-color:#fff;--citykid-btn-hover-bg:#424242;--citykid-btn-hover-border-color:#424242;--citykid-btn-focus-shadow-rgb:66, 66, 66;--citykid-btn-active-color:#fff;--citykid-btn-active-bg:#424242;--citykid-btn-active-border-color:#424242;--citykid-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--citykid-btn-disabled-color:#424242;--citykid-btn-disabled-bg:transparent;--citykid-btn-disabled-border-color:#424242;--citykid-gradient:none}.btn-outline-success{--citykid-btn-color:#198754;--citykid-btn-border-color:#198754;--citykid-btn-hover-color:#fff;--citykid-btn-hover-bg:#198754;--citykid-btn-hover-border-color:#198754;--citykid-btn-focus-shadow-rgb:25, 135, 84;--citykid-btn-active-color:#fff;--citykid-btn-active-bg:#198754;--citykid-btn-active-border-color:#198754;--citykid-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--citykid-btn-disabled-color:#198754;--citykid-btn-disabled-bg:transparent;--citykid-btn-disabled-border-color:#198754;--citykid-gradient:none}.btn-outline-info{--citykid-btn-color:#0dcaf0;--citykid-btn-border-color:#0dcaf0;--citykid-btn-hover-color:#000;--citykid-btn-hover-bg:#0dcaf0;--citykid-btn-hover-border-color:#0dcaf0;--citykid-btn-focus-shadow-rgb:13, 202, 240;--citykid-btn-active-color:#000;--citykid-btn-active-bg:#0dcaf0;--citykid-btn-active-border-color:#0dcaf0;--citykid-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--citykid-btn-disabled-color:#0dcaf0;--citykid-btn-disabled-bg:transparent;--citykid-btn-disabled-border-color:#0dcaf0;--citykid-gradient:none}.btn-outline-warning{--citykid-btn-color:#ffc107;--citykid-btn-border-color:#ffc107;--citykid-btn-hover-color:#000;--citykid-btn-hover-bg:#ffc107;--citykid-btn-hover-border-color:#ffc107;--citykid-btn-focus-shadow-rgb:255, 193, 7;--citykid-btn-active-color:#000;--citykid-btn-active-bg:#ffc107;--citykid-btn-active-border-color:#ffc107;--citykid-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--citykid-btn-disabled-color:#ffc107;--citykid-btn-disabled-bg:transparent;--citykid-btn-disabled-border-color:#ffc107;--citykid-gradient:none}.btn-outline-danger{--citykid-btn-color:#dc3545;--citykid-btn-border-color:#dc3545;--citykid-btn-hover-color:#fff;--citykid-btn-hover-bg:#dc3545;--citykid-btn-hover-border-color:#dc3545;--citykid-btn-focus-shadow-rgb:220, 53, 69;--citykid-btn-active-color:#fff;--citykid-btn-active-bg:#dc3545;--citykid-btn-active-border-color:#dc3545;--citykid-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--citykid-btn-disabled-color:#dc3545;--citykid-btn-disabled-bg:transparent;--citykid-btn-disabled-border-color:#dc3545;--citykid-gradient:none}.btn-outline-light{--citykid-btn-color:#f7f7f7;--citykid-btn-border-color:#f7f7f7;--citykid-btn-hover-color:#000;--citykid-btn-hover-bg:#f7f7f7;--citykid-btn-hover-border-color:#f7f7f7;--citykid-btn-focus-shadow-rgb:247, 247, 247;--citykid-btn-active-color:#000;--citykid-btn-active-bg:#f7f7f7;--citykid-btn-active-border-color:#f7f7f7;--citykid-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--citykid-btn-disabled-color:#f7f7f7;--citykid-btn-disabled-bg:transparent;--citykid-btn-disabled-border-color:#f7f7f7;--citykid-gradient:none}.btn-outline-dark{--citykid-btn-color:#242424;--citykid-btn-border-color:#242424;--citykid-btn-hover-color:#fff;--citykid-btn-hover-bg:#242424;--citykid-btn-hover-border-color:#242424;--citykid-btn-focus-shadow-rgb:36, 36, 36;--citykid-btn-active-color:#fff;--citykid-btn-active-bg:#242424;--citykid-btn-active-border-color:#242424;--citykid-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--citykid-btn-disabled-color:#242424;--citykid-btn-disabled-bg:transparent;--citykid-btn-disabled-border-color:#242424;--citykid-gradient:none}.btn-link{--citykid-btn-font-weight:400;--citykid-btn-color:var(--citykid-link-color);--citykid-btn-bg:transparent;--citykid-btn-border-color:transparent;--citykid-btn-hover-color:var(--citykid-link-hover-color);--citykid-btn-hover-border-color:transparent;--citykid-btn-active-color:var(--citykid-link-hover-color);--citykid-btn-active-border-color:transparent;--citykid-btn-disabled-color:#6c757d;--citykid-btn-disabled-border-color:transparent;--citykid-btn-box-shadow:none;--citykid-btn-focus-shadow-rgb:213, 63, 60;-webkit-text-decoration:var(--citykid-link-decoration,none);text-decoration:var(--citykid-link-decoration,none)}.btn-link:hover,.btn-link:focus-visible{-webkit-text-decoration:var(--citykid-link-hover-decoration,none);text-decoration:var(--citykid-link-hover-decoration,none)}.btn-link:focus-visible{color:var(--citykid-btn-color)}.btn-link:hover{color:var(--citykid-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--citykid-btn-padding-y:0.5rem;--citykid-btn-padding-x:1rem;--citykid-btn-font-size:1.25rem;--citykid-btn-border-radius:0.5rem}.btn-sm,.btn-group-sm>.btn{--citykid-btn-padding-y:0.25rem;--citykid-btn-padding-x:0.5rem;--citykid-btn-font-size:0.875rem;--citykid-btn-border-radius:0}.fade{transition:opacity 0.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 0.35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width 0.35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-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 #fff0;border-bottom:0;border-left:.3em solid #fff0}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--citykid-dropdown-zindex:1000;--citykid-dropdown-min-width:10rem;--citykid-dropdown-padding-x:0;--citykid-dropdown-padding-y:0;--citykid-dropdown-spacer:0;--citykid-dropdown-font-size:1rem;--citykid-dropdown-color:#353535;--citykid-dropdown-bg:#fff;--citykid-dropdown-border-color:var(--citykid-border-color-translucent);--citykid-dropdown-border-radius:0;--citykid-dropdown-border-width:0;--citykid-dropdown-inner-border-radius:0;--citykid-dropdown-divider-bg:var(--citykid-border-color-translucent);--citykid-dropdown-divider-margin-y:0.5rem;--citykid-dropdown-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--citykid-dropdown-link-color:#212529;--citykid-dropdown-link-hover-color:#fa4a47;--citykid-dropdown-link-hover-bg:#e9ecef;--citykid-dropdown-link-active-color:#fff;--citykid-dropdown-link-active-bg:#fa4a47;--citykid-dropdown-link-disabled-color:#adb5bd;--citykid-dropdown-item-padding-x:1rem;--citykid-dropdown-item-padding-y:0.5rem;--citykid-dropdown-header-color:#6c757d;--citykid-dropdown-header-padding-x:1rem;--citykid-dropdown-header-padding-y:0;position:absolute;z-index:var(--citykid-dropdown-zindex);display:none;min-width:var(--citykid-dropdown-min-width);padding:var(--citykid-dropdown-padding-y) var(--citykid-dropdown-padding-x);margin:0;font-size:var(--citykid-dropdown-font-size);color:var(--citykid-dropdown-color);text-align:left;list-style:none;background-color:var(--citykid-dropdown-bg);background-clip:padding-box;border:var(--citykid-dropdown-border-width) solid var(--citykid-dropdown-border-color);border-radius:var(--citykid-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--citykid-dropdown-spacer)}.dropdown-menu>.dropdown-item:first-child,.dropdown-menu>li:first-child .dropdown-item{border-top-left-radius:var(--citykid-dropdown-inner-border-radius);border-top-right-radius:var(--citykid-dropdown-inner-border-radius)}.dropdown-menu>.dropdown-item:last-child,.dropdown-menu>li:last-child .dropdown-item{border-bottom-right-radius:var(--citykid-dropdown-inner-border-radius);border-bottom-left-radius:var(--citykid-dropdown-inner-border-radius)}.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(--citykid-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid #fff0;border-bottom:.3em solid;border-left:.3em solid #fff0}.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(--citykid-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid #fff0;border-right:0;border-bottom:.3em solid #fff0;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(--citykid-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid #fff0;border-right:.3em solid;border-bottom:.3em solid #fff0}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--citykid-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--citykid-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--citykid-dropdown-item-padding-y) var(--citykid-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--citykid-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:#fff0;border:0}.dropdown-item:hover,.dropdown-item:focus{color:var(--citykid-dropdown-link-hover-color);background-color:var(--citykid-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--citykid-dropdown-link-active-color);text-decoration:none;background-color:var(--citykid-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--citykid-dropdown-link-disabled-color);pointer-events:none;background-color:#fff0}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--citykid-dropdown-header-padding-y) var(--citykid-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--citykid-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--citykid-dropdown-item-padding-y) var(--citykid-dropdown-item-padding-x);color:var(--citykid-dropdown-link-color)}.dropdown-menu-dark{--citykid-dropdown-color:#dee2e6;--citykid-dropdown-bg:#343a40;--citykid-dropdown-border-color:var(--citykid-border-color-translucent);--citykid-dropdown-box-shadow:;--citykid-dropdown-link-color:#dee2e6;--citykid-dropdown-link-hover-color:#fff;--citykid-dropdown-divider-bg:var(--citykid-border-color-translucent);--citykid-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);--citykid-dropdown-link-active-color:#fff;--citykid-dropdown-link-active-bg:#fa4a47;--citykid-dropdown-link-disabled-color:#adb5bd;--citykid-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:0}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:-2px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:1.78125rem;padding-left:1.78125rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.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:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-2px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--citykid-nav-link-padding-x:1rem;--citykid-nav-link-padding-y:0.5rem;--citykid-nav-link-font-weight:;--citykid-nav-link-color:var(--citykid-link-color);--citykid-nav-link-hover-color:var(--citykid-link-hover-color);--citykid-nav-link-disabled-color:#6c757d;display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--citykid-nav-link-padding-y) var(--citykid-nav-link-padding-x);font-size:var(--citykid-nav-link-font-size);font-weight:var(--citykid-nav-link-font-weight);color:var(--citykid-nav-link-color);text-decoration:none;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--citykid-nav-link-hover-color)}.nav-link.disabled{color:var(--citykid-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--citykid-nav-tabs-border-width:1px;--citykid-nav-tabs-border-color:#dee2e6;--citykid-nav-tabs-border-radius:0;--citykid-nav-tabs-link-hover-border-color:#e9ecef #e9ecef #dee2e6;--citykid-nav-tabs-link-active-color:#495057;--citykid-nav-tabs-link-active-bg:#f7f7f7;--citykid-nav-tabs-link-active-border-color:#dee2e6 #dee2e6 #f7f7f7;border-bottom:var(--citykid-nav-tabs-border-width) solid var(--citykid-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--citykid-nav-tabs-border-width));background:none;border:var(--citykid-nav-tabs-border-width) solid #fff0;border-top-left-radius:var(--citykid-nav-tabs-border-radius);border-top-right-radius:var(--citykid-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--citykid-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled{color:var(--citykid-nav-link-disabled-color);background-color:#fff0;border-color:#fff0}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--citykid-nav-tabs-link-active-color);background-color:var(--citykid-nav-tabs-link-active-bg);border-color:var(--citykid-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--citykid-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--citykid-nav-pills-border-radius:0;--citykid-nav-pills-link-active-color:#fff;--citykid-nav-pills-link-active-bg:#fa4a47}.nav-pills .nav-link{background:none;border:0;border-radius:var(--citykid-nav-pills-border-radius)}.nav-pills .nav-link:disabled{color:var(--citykid-nav-link-disabled-color);background-color:#fff0;border-color:#fff0}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--citykid-nav-pills-link-active-color);background-color:var(--citykid-nav-pills-link-active-bg)}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{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{--citykid-navbar-padding-x:0;--citykid-navbar-padding-y:0.5rem;--citykid-navbar-color:#140000;--citykid-navbar-hover-color:#fa4a47;--citykid-navbar-disabled-color:rgba(0, 0, 0, 0.3);--citykid-navbar-active-color:#fa4a47;--citykid-navbar-brand-padding-y:0.3125rem;--citykid-navbar-brand-margin-end:1rem;--citykid-navbar-brand-font-size:1.25rem;--citykid-navbar-brand-color:#fa4a47;--citykid-navbar-brand-hover-color:#fa4a47;--citykid-navbar-nav-link-padding-x:1.25rem;--citykid-navbar-toggler-padding-y:0.25rem;--citykid-navbar-toggler-padding-x:0.75rem;--citykid-navbar-toggler-font-size:1.25rem;--citykid-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='%23140000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--citykid-navbar-toggler-border-color:rgba(0, 0, 0, 0.1);--citykid-navbar-toggler-border-radius:0;--citykid-navbar-toggler-focus-width:0.25rem;--citykid-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(--citykid-navbar-padding-y) var(--citykid-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--citykid-navbar-brand-padding-y);padding-bottom:var(--citykid-navbar-brand-padding-y);margin-right:var(--citykid-navbar-brand-margin-end);font-size:var(--citykid-navbar-brand-font-size);color:var(--citykid-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--citykid-navbar-brand-hover-color)}.navbar-nav{--citykid-nav-link-padding-x:0;--citykid-nav-link-padding-y:0.5rem;--citykid-nav-link-font-weight:;--citykid-nav-link-color:var(--citykid-navbar-color);--citykid-nav-link-hover-color:var(--citykid-navbar-hover-color);--citykid-nav-link-disabled-color:var(--citykid-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .show>.nav-link,.navbar-nav .nav-link.active{color:var(--citykid-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--citykid-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--citykid-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--citykid-navbar-toggler-padding-y) var(--citykid-navbar-toggler-padding-x);font-size:var(--citykid-navbar-toggler-font-size);line-height:1;color:var(--citykid-navbar-color);background-color:#fff0;border:var(--citykid-border-width) solid var(--citykid-navbar-toggler-border-color);border-radius:var(--citykid-navbar-toggler-border-radius);transition:var(--citykid-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(--citykid-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--citykid-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--citykid-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(--citykid-navbar-nav-link-padding-x);padding-left:var(--citykid-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(--citykid-navbar-nav-link-padding-x);padding-left:var(--citykid-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(--citykid-navbar-nav-link-padding-x);padding-left:var(--citykid-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(--citykid-navbar-nav-link-padding-x);padding-left:var(--citykid-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(--citykid-navbar-nav-link-padding-x);padding-left:var(--citykid-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(--citykid-navbar-nav-link-padding-x);padding-left:var(--citykid-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{--citykid-navbar-color:#fff;--citykid-navbar-hover-color:#fff;--citykid-navbar-disabled-color:rgba(255, 255, 255, 0.25);--citykid-navbar-active-color:#fa4a47;--citykid-navbar-brand-color:#fa4a47;--citykid-navbar-brand-hover-color:#fa4a47;--citykid-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);--citykid-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='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--citykid-card-spacer-y:35px;--citykid-card-spacer-x:30px;--citykid-card-title-spacer-y:0.5rem;--citykid-card-border-width:1px;--citykid-card-border-color:var(--citykid-border-color-translucent);--citykid-card-border-radius:0;--citykid-card-box-shadow:;--citykid-card-inner-border-radius:-1px;--citykid-card-cap-padding-y:17.5px;--citykid-card-cap-padding-x:30px;--citykid-card-cap-bg:rgba(0, 0, 0, 0.03);--citykid-card-cap-color:;--citykid-card-height:;--citykid-card-color:;--citykid-card-bg:#fff;--citykid-card-img-overlay-padding:1rem;--citykid-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--citykid-card-height);word-wrap:break-word;background-color:var(--citykid-card-bg);background-clip:border-box;border:var(--citykid-card-border-width) solid var(--citykid-card-border-color);border-radius:var(--citykid-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(--citykid-card-inner-border-radius);border-top-right-radius:var(--citykid-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--citykid-card-inner-border-radius);border-bottom-left-radius:var(--citykid-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(--citykid-card-spacer-y) var(--citykid-card-spacer-x);color:var(--citykid-card-color)}.card-title{margin-bottom:var(--citykid-card-title-spacer-y)}.card-subtitle{margin-top:calc(-.5 * var(--citykid-card-title-spacer-y));margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--citykid-card-spacer-x)}.card-header{padding:var(--citykid-card-cap-padding-y) var(--citykid-card-cap-padding-x);margin-bottom:0;color:var(--citykid-card-cap-color);background-color:var(--citykid-card-cap-bg);border-bottom:var(--citykid-card-border-width) solid var(--citykid-card-border-color)}.card-header:first-child{border-radius:var(--citykid-card-inner-border-radius) var(--citykid-card-inner-border-radius) 0 0}.card-footer{padding:var(--citykid-card-cap-padding-y) var(--citykid-card-cap-padding-x);color:var(--citykid-card-cap-color);background-color:var(--citykid-card-cap-bg);border-top:var(--citykid-card-border-width) solid var(--citykid-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--citykid-card-inner-border-radius) var(--citykid-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--citykid-card-cap-padding-x));margin-bottom:calc(-1 * var(--citykid-card-cap-padding-y));margin-left:calc(-.5 * var(--citykid-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--citykid-card-bg);border-bottom-color:var(--citykid-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--citykid-card-cap-padding-x));margin-left:calc(-.5 * var(--citykid-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--citykid-card-img-overlay-padding);border-radius:var(--citykid-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--citykid-card-inner-border-radius);border-top-right-radius:var(--citykid-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--citykid-card-inner-border-radius);border-bottom-left-radius:var(--citykid-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--citykid-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 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-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{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-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion{--citykid-accordion-color:#353535;--citykid-accordion-bg:#f7f7f7;--citykid-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;--citykid-accordion-border-color:var(--citykid-border-color);--citykid-accordion-border-width:0;--citykid-accordion-border-radius:0;--citykid-accordion-inner-border-radius:0;--citykid-accordion-btn-padding-x:0;--citykid-accordion-btn-padding-y:1rem;--citykid-accordion-btn-color:#353535;--citykid-accordion-btn-bg:var(--citykid-accordion-bg);--citykid-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23353535'%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");--citykid-accordion-btn-icon-width:1.25rem;--citykid-accordion-btn-icon-transform:rotate(-180deg);--citykid-accordion-btn-icon-transition:transform 0.2s ease-in-out;--citykid-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--citykid-headings-color, %23140000%29'%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");--citykid-accordion-btn-focus-border-color:transparent;--citykid-accordion-btn-focus-box-shadow:none;--citykid-accordion-body-padding-x:0;--citykid-accordion-body-padding-y:1rem;--citykid-accordion-active-color:#e14340;--citykid-accordion-active-bg:transparent}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--citykid-accordion-btn-padding-y) var(--citykid-accordion-btn-padding-x);font-size:1rem;color:var(--citykid-accordion-btn-color);text-align:left;background-color:var(--citykid-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--citykid-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--citykid-accordion-active-color);background-color:var(--citykid-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--citykid-accordion-border-width)) 0 var(--citykid-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--citykid-accordion-btn-active-icon);transform:var(--citykid-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--citykid-accordion-btn-icon-width);height:var(--citykid-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--citykid-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--citykid-accordion-btn-icon-width);transition:var(--citykid-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;border-color:var(--citykid-accordion-btn-focus-border-color);outline:0;box-shadow:var(--citykid-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--citykid-accordion-color);background-color:var(--citykid-accordion-bg);border:var(--citykid-accordion-border-width) solid var(--citykid-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--citykid-accordion-border-radius);border-top-right-radius:var(--citykid-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--citykid-accordion-inner-border-radius);border-top-right-radius:var(--citykid-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--citykid-accordion-border-radius);border-bottom-left-radius:var(--citykid-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--citykid-accordion-inner-border-radius);border-bottom-left-radius:var(--citykid-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--citykid-accordion-border-radius);border-bottom-left-radius:var(--citykid-accordion-border-radius)}.accordion-body{padding:var(--citykid-accordion-body-padding-y) var(--citykid-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.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-button,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}.breadcrumb{--citykid-breadcrumb-padding-x:0;--citykid-breadcrumb-padding-y:0;--citykid-breadcrumb-margin-bottom:1rem;--citykid-breadcrumb-bg:;--citykid-breadcrumb-border-radius:;--citykid-breadcrumb-divider-color:#6c757d;--citykid-breadcrumb-item-padding-x:0.5rem;--citykid-breadcrumb-item-active-color:#6c757d;display:flex;flex-wrap:wrap;padding:var(--citykid-breadcrumb-padding-y) var(--citykid-breadcrumb-padding-x);margin-bottom:var(--citykid-breadcrumb-margin-bottom);font-size:var(--citykid-breadcrumb-font-size);list-style:none;background-color:var(--citykid-breadcrumb-bg);border-radius:var(--citykid-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--citykid-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--citykid-breadcrumb-item-padding-x);color:var(--citykid-breadcrumb-divider-color);content:var(--citykid-breadcrumb-divider,"/")}.breadcrumb-item.active{color:var(--citykid-breadcrumb-item-active-color)}.pagination{--citykid-pagination-padding-x:0.75rem;--citykid-pagination-padding-y:0.375rem;--citykid-pagination-font-size:1rem;--citykid-pagination-color:var(--citykid-link-color);--citykid-pagination-bg:#fff;--citykid-pagination-border-width:1px;--citykid-pagination-border-color:#dee2e6;--citykid-pagination-border-radius:0;--citykid-pagination-hover-color:var(--citykid-link-hover-color);--citykid-pagination-hover-bg:#e9ecef;--citykid-pagination-hover-border-color:#dee2e6;--citykid-pagination-focus-color:var(--citykid-link-hover-color);--citykid-pagination-focus-bg:#e9ecef;--citykid-pagination-focus-box-shadow:0 0 0 0.25rem rgba(250, 74, 71, 0.25);--citykid-pagination-active-color:#fff;--citykid-pagination-active-bg:#fa4a47;--citykid-pagination-active-border-color:#fa4a47;--citykid-pagination-disabled-color:#6c757d;--citykid-pagination-disabled-bg:#fff;--citykid-pagination-disabled-border-color:#dee2e6;display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--citykid-pagination-padding-y) var(--citykid-pagination-padding-x);font-size:var(--citykid-pagination-font-size);color:var(--citykid-pagination-color);text-decoration:none;background-color:var(--citykid-pagination-bg);border:var(--citykid-pagination-border-width) solid var(--citykid-pagination-border-color);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}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--citykid-pagination-hover-color);background-color:var(--citykid-pagination-hover-bg);border-color:var(--citykid-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--citykid-pagination-focus-color);background-color:var(--citykid-pagination-focus-bg);outline:0;box-shadow:var(--citykid-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--citykid-pagination-active-color);background-color:var(--citykid-pagination-active-bg);border-color:var(--citykid-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--citykid-pagination-disabled-color);pointer-events:none;background-color:var(--citykid-pagination-disabled-bg);border-color:var(--citykid-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item:first-child .page-link{border-top-left-radius:var(--citykid-pagination-border-radius);border-bottom-left-radius:var(--citykid-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--citykid-pagination-border-radius);border-bottom-right-radius:var(--citykid-pagination-border-radius)}.pagination-lg{--citykid-pagination-padding-x:1.5rem;--citykid-pagination-padding-y:0.75rem;--citykid-pagination-font-size:1.25rem;--citykid-pagination-border-radius:0.5rem}.pagination-sm{--citykid-pagination-padding-x:0.5rem;--citykid-pagination-padding-y:0.25rem;--citykid-pagination-font-size:0.875rem;--citykid-pagination-border-radius:0}.badge{--citykid-badge-padding-x:0.85em;--citykid-badge-padding-y:0.55em;--citykid-badge-font-size:0.75em;--citykid-badge-font-weight:600;--citykid-badge-color:#fff;--citykid-badge-border-radius:3px;display:inline-block;padding:var(--citykid-badge-padding-y) var(--citykid-badge-padding-x);font-size:var(--citykid-badge-font-size);font-weight:var(--citykid-badge-font-weight);line-height:1;color:var(--citykid-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--citykid-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--citykid-alert-bg:transparent;--citykid-alert-padding-x:1rem;--citykid-alert-padding-y:1rem;--citykid-alert-margin-bottom:1rem;--citykid-alert-color:inherit;--citykid-alert-border-color:transparent;--citykid-alert-border:1px solid var(--citykid-alert-border-color);--citykid-alert-border-radius:0;position:relative;padding:var(--citykid-alert-padding-y) var(--citykid-alert-padding-x);margin-bottom:var(--citykid-alert-margin-bottom);color:var(--citykid-alert-color);background-color:var(--citykid-alert-bg);border:var(--citykid-alert-border);border-radius:var(--citykid-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--citykid-alert-color:#962c2b;--citykid-alert-bg:#fedbda;--citykid-alert-border-color:#fec9c8}.alert-primary .alert-link{color:#782322}.alert-secondary{--citykid-alert-color:#282828;--citykid-alert-bg:#d9d9d9;--citykid-alert-border-color:#c6c6c6}.alert-secondary .alert-link{color:#202020}.alert-success{--citykid-alert-color:#0f5132;--citykid-alert-bg:#d1e7dd;--citykid-alert-border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{--citykid-alert-color:#055160;--citykid-alert-bg:#cff4fc;--citykid-alert-border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{--citykid-alert-color:#664d03;--citykid-alert-bg:#fff3cd;--citykid-alert-border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{--citykid-alert-color:#842029;--citykid-alert-bg:#f8d7da;--citykid-alert-border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{--citykid-alert-color:#636363;--citykid-alert-bg:#fdfdfd;--citykid-alert-border-color:#fdfdfd}.alert-light .alert-link{color:#4f4f4f}.alert-dark{--citykid-alert-color:#161616;--citykid-alert-bg:lightgray;--citykid-alert-border-color:#bdbdbd}.alert-dark .alert-link{color:#121212}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{--citykid-progress-height:1rem;--citykid-progress-font-size:0.75rem;--citykid-progress-bg:#e9ecef;--citykid-progress-border-radius:0;--citykid-progress-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075);--citykid-progress-bar-color:#fff;--citykid-progress-bar-bg:#fa4a47;--citykid-progress-bar-transition:width 0.6s ease;display:flex;height:var(--citykid-progress-height);overflow:hidden;font-size:var(--citykid-progress-font-size);background-color:var(--citykid-progress-bg);border-radius:var(--citykid-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--citykid-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--citykid-progress-bar-bg);transition:var(--citykid-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);background-size:var(--citykid-progress-height) var(--citykid-progress-height)}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--citykid-list-group-color:#212529;--citykid-list-group-bg:#fff;--citykid-list-group-border-color:rgba(0, 0, 0, 0.125);--citykid-list-group-border-width:1px;--citykid-list-group-border-radius:0;--citykid-list-group-item-padding-x:1rem;--citykid-list-group-item-padding-y:0.5rem;--citykid-list-group-action-color:#495057;--citykid-list-group-action-hover-color:#495057;--citykid-list-group-action-hover-bg:#f8f9fa;--citykid-list-group-action-active-color:#353535;--citykid-list-group-action-active-bg:#e9ecef;--citykid-list-group-disabled-color:#6c757d;--citykid-list-group-disabled-bg:#fff;--citykid-list-group-active-color:#fff;--citykid-list-group-active-bg:#fa4a47;--citykid-list-group-active-border-color:#fa4a47;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--citykid-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(--citykid-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--citykid-list-group-action-hover-color);text-decoration:none;background-color:var(--citykid-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--citykid-list-group-action-active-color);background-color:var(--citykid-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--citykid-list-group-item-padding-y) var(--citykid-list-group-item-padding-x);color:var(--citykid-list-group-color);text-decoration:none;background-color:var(--citykid-list-group-bg);border:var(--citykid-list-group-border-width) solid var(--citykid-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(--citykid-list-group-disabled-color);pointer-events:none;background-color:var(--citykid-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--citykid-list-group-active-color);background-color:var(--citykid-list-group-active-bg);border-color:var(--citykid-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(--citykid-list-group-border-width));border-top-width:var(--citykid-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(--citykid-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(--citykid-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(--citykid-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--citykid-list-group-border-width));border-left-width:var(--citykid-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(--citykid-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(--citykid-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(--citykid-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--citykid-list-group-border-width));border-left-width:var(--citykid-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(--citykid-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(--citykid-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(--citykid-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--citykid-list-group-border-width));border-left-width:var(--citykid-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(--citykid-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(--citykid-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(--citykid-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--citykid-list-group-border-width));border-left-width:var(--citykid-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(--citykid-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(--citykid-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(--citykid-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--citykid-list-group-border-width));border-left-width:var(--citykid-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(--citykid-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(--citykid-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(--citykid-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--citykid-list-group-border-width));border-left-width:var(--citykid-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--citykid-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#962c2b;background-color:#fedbda}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#962c2b;background-color:#e5c5c4}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#962c2b;border-color:#962c2b}.list-group-item-secondary{color:#282828;background-color:#d9d9d9}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#282828;background-color:#c3c3c3}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#282828;border-color:#282828}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636363;background-color:#fdfdfd}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#636363;background-color:#e4e4e4}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636363;border-color:#636363}.list-group-item-dark{color:#161616;background-color:lightgray}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#161616;background-color:#bebebe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#161616;border-color:#161616}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:#fff0 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") center/1em auto no-repeat;border:0;border-radius:0;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgb(250 74 71 / .25);opacity:1}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{--citykid-toast-zindex:1090;--citykid-toast-padding-x:0.75rem;--citykid-toast-padding-y:0.5rem;--citykid-toast-spacing:1.5rem;--citykid-toast-max-width:350px;--citykid-toast-font-size:0.875rem;--citykid-toast-color:;--citykid-toast-bg:rgba(255, 255, 255, 0.85);--citykid-toast-border-width:1px;--citykid-toast-border-color:var(--citykid-border-color-translucent);--citykid-toast-border-radius:0;--citykid-toast-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--citykid-toast-header-color:#6c757d;--citykid-toast-header-bg:rgba(255, 255, 255, 0.85);--citykid-toast-header-border-color:rgba(0, 0, 0, 0.05);width:var(--citykid-toast-max-width);max-width:100%;font-size:var(--citykid-toast-font-size);color:var(--citykid-toast-color);pointer-events:auto;background-color:var(--citykid-toast-bg);background-clip:padding-box;border:var(--citykid-toast-border-width) solid var(--citykid-toast-border-color);box-shadow:var(--citykid-toast-box-shadow);border-radius:var(--citykid-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--citykid-toast-zindex:1090;position:absolute;z-index:var(--citykid-toast-zindex);width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--citykid-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--citykid-toast-padding-y) var(--citykid-toast-padding-x);color:var(--citykid-toast-header-color);background-color:var(--citykid-toast-header-bg);background-clip:padding-box;border-bottom:var(--citykid-toast-border-width) solid var(--citykid-toast-header-border-color);border-top-left-radius:calc(var(--citykid-toast-border-radius) - var(--citykid-toast-border-width));border-top-right-radius:calc(var(--citykid-toast-border-radius) - var(--citykid-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--citykid-toast-padding-x));margin-left:var(--citykid-toast-padding-x)}.toast-body{padding:var(--citykid-toast-padding-x);word-wrap:break-word}.modal{--citykid-modal-zindex:1055;--citykid-modal-width:500px;--citykid-modal-padding:1rem;--citykid-modal-margin:0.5rem;--citykid-modal-color:;--citykid-modal-bg:#fff;--citykid-modal-border-color:var(--citykid-border-color-translucent);--citykid-modal-border-width:1px;--citykid-modal-border-radius:0.5rem;--citykid-modal-box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--citykid-modal-inner-border-radius:calc(0.5rem - 1px);--citykid-modal-header-padding-x:1rem;--citykid-modal-header-padding-y:1rem;--citykid-modal-header-padding:1rem 1rem;--citykid-modal-header-border-color:var(--citykid-border-color);--citykid-modal-header-border-width:1px;--citykid-modal-title-line-height:1.5;--citykid-modal-footer-gap:0.5rem;--citykid-modal-footer-bg:;--citykid-modal-footer-border-color:var(--citykid-border-color);--citykid-modal-footer-border-width:1px;position:fixed;top:0;left:0;z-index:var(--citykid-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--citykid-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform 0.3s ease-out;transform:translate(0,-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(--citykid-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(--citykid-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--citykid-modal-color);pointer-events:auto;background-color:var(--citykid-modal-bg);background-clip:padding-box;border:var(--citykid-modal-border-width) solid var(--citykid-modal-border-color);border-radius:var(--citykid-modal-border-radius);outline:0}.modal-backdrop{--citykid-backdrop-zindex:1050;--citykid-backdrop-bg:#000;--citykid-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--citykid-backdrop-zindex);width:100vw;height:100vh;background-color:var(--citykid-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--citykid-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--citykid-modal-header-padding);border-bottom:var(--citykid-modal-header-border-width) solid var(--citykid-modal-header-border-color);border-top-left-radius:var(--citykid-modal-inner-border-radius);border-top-right-radius:var(--citykid-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--citykid-modal-header-padding-y) * .5) calc(var(--citykid-modal-header-padding-x) * .5);margin:calc(-.5 * var(--citykid-modal-header-padding-y)) calc(-.5 * var(--citykid-modal-header-padding-x)) calc(-.5 * var(--citykid-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--citykid-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--citykid-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--citykid-modal-padding) - var(--citykid-modal-footer-gap) * .5);background-color:var(--citykid-modal-footer-bg);border-top:var(--citykid-modal-footer-border-width) solid var(--citykid-modal-footer-border-color);border-bottom-right-radius:var(--citykid-modal-inner-border-radius);border-bottom-left-radius:var(--citykid-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--citykid-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--citykid-modal-margin:1.75rem;--citykid-modal-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15)}.modal-dialog{max-width:var(--citykid-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--citykid-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--citykid-modal-width:800px}}@media (min-width:1200px){.modal-xl{--citykid-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width: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-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--citykid-tooltip-zindex:1080;--citykid-tooltip-max-width:200px;--citykid-tooltip-padding-x:0.5rem;--citykid-tooltip-padding-y:0.25rem;--citykid-tooltip-margin:;--citykid-tooltip-font-size:0.875rem;--citykid-tooltip-color:#fff;--citykid-tooltip-bg:#000;--citykid-tooltip-border-radius:0;--citykid-tooltip-opacity:0.9;--citykid-tooltip-arrow-width:0.8rem;--citykid-tooltip-arrow-height:0.4rem;z-index:var(--citykid-tooltip-zindex);display:block;padding:var(--citykid-tooltip-arrow-height);margin:var(--citykid-tooltip-margin);font-family:"Source Sans Pro",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(--citykid-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--citykid-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--citykid-tooltip-arrow-width);height:var(--citykid-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:#fff0;border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow{bottom:0}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before{top:-1px;border-width:var(--citykid-tooltip-arrow-height) calc(var(--citykid-tooltip-arrow-width) * .5) 0;border-top-color:var(--citykid-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow{left:0;width:var(--citykid-tooltip-arrow-height);height:var(--citykid-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before{right:-1px;border-width:calc(var(--citykid-tooltip-arrow-width) * .5) var(--citykid-tooltip-arrow-height) calc(var(--citykid-tooltip-arrow-width) * .5) 0;border-right-color:var(--citykid-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow{top:0}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--citykid-tooltip-arrow-width) * .5) var(--citykid-tooltip-arrow-height);border-bottom-color:var(--citykid-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow{right:0;width:var(--citykid-tooltip-arrow-height);height:var(--citykid-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before{left:-1px;border-width:calc(var(--citykid-tooltip-arrow-width) * .5) 0 calc(var(--citykid-tooltip-arrow-width) * .5) var(--citykid-tooltip-arrow-height);border-left-color:var(--citykid-tooltip-bg)}.tooltip-inner{max-width:var(--citykid-tooltip-max-width);padding:var(--citykid-tooltip-padding-y) var(--citykid-tooltip-padding-x);color:var(--citykid-tooltip-color);text-align:center;background-color:var(--citykid-tooltip-bg);border-radius:var(--citykid-tooltip-border-radius)}.popover{--citykid-popover-zindex:1070;--citykid-popover-max-width:276px;--citykid-popover-font-size:0.875rem;--citykid-popover-bg:#fff;--citykid-popover-border-width:1px;--citykid-popover-border-color:var(--citykid-border-color-translucent);--citykid-popover-border-radius:0.5rem;--citykid-popover-inner-border-radius:calc(0.5rem - 1px);--citykid-popover-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--citykid-popover-header-padding-x:1rem;--citykid-popover-header-padding-y:0.5rem;--citykid-popover-header-font-size:1rem;--citykid-popover-header-color:var(--citykid-headings-color, #140000);--citykid-popover-header-bg:#f0f0f0;--citykid-popover-body-padding-x:1rem;--citykid-popover-body-padding-y:1rem;--citykid-popover-body-color:#353535;--citykid-popover-arrow-width:1rem;--citykid-popover-arrow-height:0.5rem;--citykid-popover-arrow-border:var(--citykid-popover-border-color);z-index:var(--citykid-popover-zindex);display:block;max-width:var(--citykid-popover-max-width);font-family:"Source Sans Pro",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(--citykid-popover-font-size);word-wrap:break-word;background-color:var(--citykid-popover-bg);background-clip:padding-box;border:var(--citykid-popover-border-width) solid var(--citykid-popover-border-color);border-radius:var(--citykid-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--citykid-popover-arrow-width);height:var(--citykid-popover-arrow-height)}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:#fff0;border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow{bottom:calc(-1 * (var(--citykid-popover-arrow-height)) - var(--citykid-popover-border-width))}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after{border-width:var(--citykid-popover-arrow-height) calc(var(--citykid-popover-arrow-width) * .5) 0}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before{bottom:0;border-top-color:var(--citykid-popover-arrow-border)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after{bottom:var(--citykid-popover-border-width);border-top-color:var(--citykid-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow{left:calc(-1 * (var(--citykid-popover-arrow-height)) - var(--citykid-popover-border-width));width:var(--citykid-popover-arrow-height);height:var(--citykid-popover-arrow-width)}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after{border-width:calc(var(--citykid-popover-arrow-width) * .5) var(--citykid-popover-arrow-height) calc(var(--citykid-popover-arrow-width) * .5) 0}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before{left:0;border-right-color:var(--citykid-popover-arrow-border)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after{left:var(--citykid-popover-border-width);border-right-color:var(--citykid-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow{top:calc(-1 * (var(--citykid-popover-arrow-height)) - var(--citykid-popover-border-width))}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after{border-width:0 calc(var(--citykid-popover-arrow-width) * .5) var(--citykid-popover-arrow-height)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before{top:0;border-bottom-color:var(--citykid-popover-arrow-border)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after{top:var(--citykid-popover-border-width);border-bottom-color:var(--citykid-popover-bg)}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--citykid-popover-arrow-width);margin-left:calc(-.5 * var(--citykid-popover-arrow-width));content:"";border-bottom:var(--citykid-popover-border-width) solid var(--citykid-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow{right:calc(-1 * (var(--citykid-popover-arrow-height)) - var(--citykid-popover-border-width));width:var(--citykid-popover-arrow-height);height:var(--citykid-popover-arrow-width)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after{border-width:calc(var(--citykid-popover-arrow-width) * .5) 0 calc(var(--citykid-popover-arrow-width) * .5) var(--citykid-popover-arrow-height)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before{right:0;border-left-color:var(--citykid-popover-arrow-border)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after{right:var(--citykid-popover-border-width);border-left-color:var(--citykid-popover-bg)}.popover-header{padding:var(--citykid-popover-header-padding-y) var(--citykid-popover-header-padding-x);margin-bottom:0;font-size:var(--citykid-popover-header-font-size);color:var(--citykid-popover-header-color);background-color:var(--citykid-popover-header-bg);border-bottom:var(--citykid-popover-border-width) solid var(--citykid-popover-border-color);border-top-left-radius:var(--citykid-popover-inner-border-radius);border-top-right-radius:var(--citykid-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--citykid-popover-body-padding-y) var(--citykid-popover-body-padding-x);color:var(--citykid-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 0.6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s 0.6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{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 0.15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-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%;list-style:none}.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 #fff0;border-bottom:10px solid #fff0;opacity:.5;transition:opacity 0.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-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}.spinner-grow,.spinner-border{display:inline-block;width:var(--citykid-spinner-width);height:var(--citykid-spinner-height);vertical-align:var(--citykid-spinner-vertical-align);border-radius:50%;animation:var(--citykid-spinner-animation-speed) linear infinite var(--citykid-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--citykid-spinner-width:2rem;--citykid-spinner-height:2rem;--citykid-spinner-vertical-align:-0.125em;--citykid-spinner-border-width:0.25em;--citykid-spinner-animation-speed:0.75s;--citykid-spinner-animation-name:spinner-border;border:var(--citykid-spinner-border-width) solid currentcolor;border-right-color:#fff0}.spinner-border-sm{--citykid-spinner-width:1rem;--citykid-spinner-height:1rem;--citykid-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--citykid-spinner-width:2rem;--citykid-spinner-height:2rem;--citykid-spinner-vertical-align:-0.125em;--citykid-spinner-animation-speed:0.75s;--citykid-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--citykid-spinner-width:1rem;--citykid-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--citykid-spinner-animation-speed:1.5s}}.offcanvas-sm,.offcanvas-md,.offcanvas-lg,.offcanvas-xl,.offcanvas-xxl,.offcanvas{--citykid-offcanvas-zindex:1045;--citykid-offcanvas-width:400px;--citykid-offcanvas-height:30vh;--citykid-offcanvas-padding-x:1rem;--citykid-offcanvas-padding-y:1rem;--citykid-offcanvas-color:;--citykid-offcanvas-bg:#fff;--citykid-offcanvas-border-width:1px;--citykid-offcanvas-border-color:var(--citykid-border-color-translucent);--citykid-offcanvas-box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--citykid-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--citykid-offcanvas-color);visibility:hidden;background-color:var(--citykid-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform 0.3s ease-in-out}}@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(--citykid-offcanvas-width);border-right:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--citykid-offcanvas-width);border-left:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--citykid-offcanvas-height);max-height:100%;border-bottom:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--citykid-offcanvas-height);max-height:100%;border-top:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--citykid-offcanvas-height:auto;--citykid-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(--citykid-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--citykid-offcanvas-color);visibility:hidden;background-color:var(--citykid-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform 0.3s ease-in-out}}@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(--citykid-offcanvas-width);border-right:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--citykid-offcanvas-width);border-left:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--citykid-offcanvas-height);max-height:100%;border-bottom:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--citykid-offcanvas-height);max-height:100%;border-top:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media (min-width:768px){.offcanvas-md{--citykid-offcanvas-height:auto;--citykid-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(--citykid-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--citykid-offcanvas-color);visibility:hidden;background-color:var(--citykid-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform 0.3s ease-in-out}}@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(--citykid-offcanvas-width);border-right:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--citykid-offcanvas-width);border-left:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--citykid-offcanvas-height);max-height:100%;border-bottom:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--citykid-offcanvas-height);max-height:100%;border-top:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--citykid-offcanvas-height:auto;--citykid-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(--citykid-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--citykid-offcanvas-color);visibility:hidden;background-color:var(--citykid-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform 0.3s ease-in-out}}@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(--citykid-offcanvas-width);border-right:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--citykid-offcanvas-width);border-left:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--citykid-offcanvas-height);max-height:100%;border-bottom:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--citykid-offcanvas-height);max-height:100%;border-top:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--citykid-offcanvas-height:auto;--citykid-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(--citykid-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--citykid-offcanvas-color);visibility:hidden;background-color:var(--citykid-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform 0.3s ease-in-out}}@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(--citykid-offcanvas-width);border-right:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--citykid-offcanvas-width);border-left:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--citykid-offcanvas-height);max-height:100%;border-bottom:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--citykid-offcanvas-height);max-height:100%;border-top:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--citykid-offcanvas-height:auto;--citykid-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(--citykid-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--citykid-offcanvas-color);visibility:hidden;background-color:var(--citykid-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform 0.3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--citykid-offcanvas-width);border-right:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--citykid-offcanvas-width);border-left:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--citykid-offcanvas-height);max-height:100%;border-bottom:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--citykid-offcanvas-height);max-height:100%;border-top:var(--citykid-offcanvas-border-width) solid var(--citykid-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{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;justify-content:space-between;padding:var(--citykid-offcanvas-padding-y) var(--citykid-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--citykid-offcanvas-padding-y) * .5) calc(var(--citykid-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--citykid-offcanvas-padding-y));margin-right:calc(-.5 * var(--citykid-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--citykid-offcanvas-padding-y))}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:var(--citykid-offcanvas-padding-y) var(--citykid-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%,rgb(0 0 0 / .8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgb(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{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#000!important;background-color:RGBA(250,74,71,var(--citykid-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(66,66,66,var(--citykid-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(25,135,84,var(--citykid-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(13,202,240,var(--citykid-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(255,193,7,var(--citykid-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(220,53,69,var(--citykid-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(247,247,247,var(--citykid-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(36,36,36,var(--citykid-bg-opacity,1))!important}.link-primary{color:#fa4a47!important}.link-primary:hover,.link-primary:focus{color:#fb6e6c!important}.link-secondary{color:#424242!important}.link-secondary:hover,.link-secondary:focus{color:#353535!important}.link-success{color:#198754!important}.link-success:hover,.link-success:focus{color:#146c43!important}.link-info{color:#0dcaf0!important}.link-info:hover,.link-info:focus{color:#3dd5f3!important}.link-warning{color:#ffc107!important}.link-warning:hover,.link-warning:focus{color:#ffcd39!important}.link-danger{color:#dc3545!important}.link-danger:hover,.link-danger:focus{color:#b02a37!important}.link-light{color:#f7f7f7!important}.link-light:hover,.link-light:focus{color:#f9f9f9!important}.link-dark{color:#242424!important}.link-dark:hover,.link-dark:focus{color:#1d1d1d!important}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--citykid-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--citykid-aspect-ratio:100%}.ratio-4x3{--citykid-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--citykid-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--citykid-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;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}.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:1px;min-height:1em;background-color:currentcolor;opacity:.25}.text-white .nav{--citykid-nav-link-color:var(--citykid-white)}.text-light .nav{--citykid-nav-link-color:rgba(var(--citykid-light-rgb), .8)}.topbar-section .nav{--citykid-nav-link-padding-x:0;--citykid-nav-link-padding-y:0;--citykid-nav-link-font-size:.875rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.primary-nav .nav-item>.nav-link{--citykid-navbar-active-color:var(--citykid-primary)}.navbar .dropdown-toggle:after{border-style:solid;border-width:0 2px 2px 0;height:.5rem;pointer-events:none;width:.5rem;display:inline-block;margin-left:8px;border-right-color:inherit;transform:translateY(-70%) rotate(45deg);vertical-align:middle;position:relative;top:3px}.navbar .dropdown-toggle.show:after{transform:translateY(-30%) rotate(-135deg)}.breadcrumb-item{--citykid-breadcrumb-divider:'\e90a';--citykid-breadcrumb-divider-color:var(--citykid-primary)}.breadcrumb-item:before{font-family:"citykid";font-size:12px;float:none!important}.breadcrumb-item .home>span{display:none}.breadcrumb-item .home:before{content:"\e915";font-family:"citykid";color:var(--citykid-primary)}.header-section .logo-white{display:none}.header-section .navbar-brand{--citykid-navbar-brand-color:var(--citykid-headings-color)}.header-section .navbar-dark .logo-white{display:block}.header-section .navbar-dark .logo-dark{display:none}.header-section .navbar-dark .navbar-brand{--citykid-navbar-brand-color:var(--citykid-white)}.header-section.bg-tra{position:fixed;top:0;left:0;width:100%;z-index:9;margin-top:var(--wp-admin--admin-bar--height,0)}.header-section.bg-tra+.banner-section{margin-top:var(--citykid-topbar-height,44px)}.header-section.bg-tra+.banner-section .banner-title{padding-top:var(--citykid-navbar-height,73px)}.header-section.bg-tra+.banner-section.border-bottom{--citykid-border-width:0}.header-section.bg-tra .navbar-dark{--citykid-nav-link-color:var(--citykid-white);border-bottom:1px solid rgb(255 255 255 / .1)}.header-section.bg-tra .navbar-light{border-bottom:1px solid rgb(0 0 0 / .1)}.header-section.bg-tra.sticky-header-off{position:absolute}.header-section.fixed-top{margin-top:var(--wp-admin--admin-bar--height,0)}.header-section.fixed-top.scroll{border-bottom:1px solid var(--citykid-border-color);box-shadow:0 .125rem .25rem rgb(0 0 0 / .075);background-color:var(--citykid-white)!important}.header-section.fixed-top.scroll .navbar{border-bottom-width:0;--citykid-navbar-color:var(--citykid-headings-color)}.header-section.fixed-top.scroll .navbar-brand{--citykid-navbar-brand-color:var(--citykid-headings-color)}.header-section.fixed-top.scroll .logo-white{display:none}.header-section.fixed-top.scroll .logo-dark{display:block}.header-section .navbar{--citykid-nav-link-color:var(--citykid-headings-color);--citykid-navbar-hover-color:var(--citykid-primary)}.header-section .dropdown-menu{--citykid-dropdown-link-hover-color:var(--citykid-primary);--citykid-dropdown-link-active-bg:var(--citykid-primary)}.header-section+.banner-section{margin-top:var(--citykid-header-height,0)}.navbar-section .nav-link{--citykid-nav-link-font-weight:600}.offcanvas-search{--citykid-offcanvas-height:100px}.offcanvas-search .btn-close:focus{box-shadow:none}.offcanvas-search .form-control{background-color:#fff0}.offcanvas-search .form-control:focus{border-color:none;border:none;outline:0;box-shadow:none}.offcanvas-search .btn-close{top:30%;border:0}.offcanvas-search .btn-close:active,.offcanvas-search .btn-close:focus{outline:none}@media (max-width:1199.98px){.header-section .offcanvas-body .navbar-nav{margin-bottom:20px}.header-section .offcanvas-body .navbar-nav>.nav-item{border-bottom:1px solid var(--citykid-border-color)}.header-section .offcanvas-body .navbar-nav>.nav-item:last-child{border-bottom-width:0}.header-section .nav-link{--citykid-nav-link-color:var(--citykid-headings-color);display:flex;align-items:center;justify-content:space-between}.header-section.scroll .navbar-toggler{--citykid-navbar-color:var(--citykid-headings-color);--citykid-navbar-toggler-border-color:rgba(var(--citykid-dark-rgb), .1);--citykid-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='%23140000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.offcanvas-search .btn-close{padding-right:0}}@media (max-width:600px){.header-section.fixed-top.scroll{--wp-admin--admin-bar--height:0}}.footer-widgets{--citykid-body-font-size:.875rem;--citykid-border-color:rgba(var(--citykid-dark-rgb), .1)}.footer-widget{--citykid-link-hover-color:var(--citykid-primary);--citykid-list-icon-color:var(--citykid-primary);--citykid-list-gap:15px;font-size:var(--citykid-body-font-size)}.footer-widget a:before{display:none}.footer-section{--citykid-link-color:var(--citykid-heading-color)}.footer-section.text-white{--citykid-text-opacity:.8;--citykid-link-color:var(--citykid-white);--citykid-body-color:var(--citykid-white)}.footer-section.text-white .footer-widgets{--citykid-border-color:rgba(var(--citykid-white-rgb), .1)}.footer-section .copyright-section{--citykid-link-color:var(--citykid-heading-color);--citykid-border-color:rgba(var(--citykid-dark-rgb), .1)}.footer-section .copyright-section .nav{--citykid-nav-link-color:inherit}.footer-section .copyright-section.text-white{--citykid-text-opacity:.8;--citykid-link-color:var(--citykid-white);--citykid-body-color:var(--citykid-white);--citykid-border-color:rgba(var(--citykid-white-rgb), .1)}.footer-section .copyright-section.bg-tra .copyright-inner{border-top:1px solid var(--citykid-border-color)}.scrolltop{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(var(--citykid-white-rgb),.1)}#scrollUp{display:none;width:40px;height:40px;position:fixed;bottom:30px;right:30px}#scrollUp .icon-wrap{position:absolute;width:100%;height:100%;justify-content:center;align-items:center;display:flex;border-radius:var(--citykid-border-width);border:1px solid rgba(var(--citykid-white-rgb),.1);background-color:rgba(var(--citykid-dark-rgb),1);transition:all 250ms linear;color:rgba(var(--citykid-primary-rgb),1)}#scrollUp .arrow-up{border-style:solid;border-color:#fff;border-width:0 2px 2px 0;display:inline-flex;padding:4px;position:relative;top:2px;transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}#scrollUp:hover .icon-wrap,#scrollUp:focus .icon-wrap{background-color:rgba(var(--citykid-primary-rgb),1)}.list-arrow{--citykid-list-icon-color:var(--citykid-primary);--citykid-link-color:var(--citykid-headings-color);--citykid-link-hover-color:var(--citykid-primary);--citykid-link-decoration:none;--citykid-link-hover-decoration:none;padding-left:0;list-style:none}.list-arrow>li:before{content:"\e90a";font-family:"citykid";font-size:14px;color:var(--citykid-list-icon-color);margin-right:5px}.widget{--citykid-link-color:var(--citykid-body-color);--citykid-link-hover-color:var(--citykid-primary);--citykid-list-icon-color:var(--citykid-primary)}.widget ul{list-style:none;margin-bottom:0}.widget img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.widget>div>ul,.widget>nav>ul{padding-left:0;display:grid;row-gap:var(--citykid-list-gap,20px);--citykid-link-decoration:none;--citykid-link-hover-decoration:none;list-style:none}.widget>div>ul>li:not(.recentcomments) ul,.widget>nav>ul>li:not(.recentcomments) ul{margin-bottom:0;display:grid;row-gap:10px}.widget>div>ul>li:not(.recentcomments) ul ul ul,.widget>nav>ul>li:not(.recentcomments) ul ul ul{padding-left:0}.widget>div>ul>li:not(.recentcomments)>a:before,.widget>nav>ul>li:not(.recentcomments)>a:before{content:"\e90a";font-family:"citykid";font-size:14px;color:var(--citykid-list-icon-color);margin-right:5px}.widget .widget-title{margin-bottom:1.25rem}.widget .wp-block-group__inner-container{display:grid;gap:10px}.widget .wp-block-group__inner-container>h2,.widget .wp-block-group__inner-container>.h2{font-size:1.5rem}.widget .wp-block-group__inner-container>*:last-child{margin-bottom:0}.wp-block-categories-list,.wp-block-archives-list{--citykid-link-color:var(--citykid-body-color);--citykid-link-hover-color:var(--citykid-primary);--citykid-list-icon-color:var(--citykid-primary);padding-left:0;display:grid;row-gap:var(--citykid-list-gap,20px);--citykid-link-decoration:none;--citykid-link-hover-decoration:none;list-style:none}.wp-block-categories-list>li:not(.recentcomments) ul,.wp-block-archives-list>li:not(.recentcomments) ul{margin-bottom:0;display:grid;row-gap:10px}.wp-block-categories-list>li:not(.recentcomments) ul ul ul,.wp-block-archives-list>li:not(.recentcomments) ul ul ul{padding-left:0}.wp-block-categories-list>li:not(.recentcomments)>a:before,.wp-block-archives-list>li:not(.recentcomments)>a:before{content:"\e90a";font-family:"citykid";font-size:14px;color:var(--citykid-list-icon-color);margin-right:5px}.widget_rss li,.recentcomments,.wp-block-latest-comments__comment,.wp-block-rss{--citykid-link-color:var(--citykid-headings-color);--citykid-link-hover-color:var(--citykid-primary);--citykid-list-icon-color:var(--citykid-primary);--citykid-link-decoration:underline;--citykid-link-hover-decoration:underline}.comment-content>ul,.comment-content>ol,.entry-content>ul,.entry-content>ol{list-style-position:var(--citykid-list-style-position,inside);padding-left:0;margin-bottom:1rem}.wp-block-latest-comments,.wp-block-latest-posts{--citykid-link-color:var(--citykid-headings-color);--citykid-link-hover-color:var(--citykid-primary);--citykid-link-decoration:none;--citykid-link-hover-decoration:none;padding-left:0;display:grid;row-gap:var(--citykid-list-gap,20px);list-style:none}.wp-block-latest-comments>li,.wp-block-latest-posts>li{margin-bottom:0}.wp-block-latest-comments .wp-block-latest-posts__post-author,.wp-block-latest-comments time,.wp-block-latest-posts .wp-block-latest-posts__post-author,.wp-block-latest-posts time{font-size:.875rem;color:#6c757d}.wp-block-latest-comments .alignleft,.wp-block-latest-posts .alignleft{margin-bottom:0}.has-sidebar{--citykid-sidebar-sticky-offset:calc(var(--wp-admin--admin-bar--height, 0px) + 2rem)}.has-sidebar.has-sticky-navigation{--citykid-sidebar-sticky-offset:calc(var(--wp-admin--admin-bar--height, 0px) + 6rem)}.widget-area.position-sticky{top:var(--citykid-sidebar-sticky-offset,0)}.listing-terms .active .term-name{font-weight:600}.inline-terms .active{--citykid-cat-bg-color:var(--citykid-dark)}html{overflow-x:hidden}html,body{min-height:100vh}body{overflow-x:hidden;--swiper-theme-color:var(--citykid-primary);display:flex;flex-direction:column;-ms-word-wrap:break-word;word-wrap:break-word;padding-right:0!important}.footer-section{margin-top:auto}figure,iframe{max-width:100%}svg{fill:currentColor;fill-rule:evenodd}.text-light,.text-white{--citykid-headings-color:#fff}.author-name,.nav-links,.card-title,.post-title,.text-heading{--citykid-link-color:var(--citykid-headings-color);--citykid-link-hover-color:var(--citykid-primary);--citykid-link-decoration:none;--citykid-link-hover-decoration:none}.link-white{--citykid-link-color:var(--citykid-white);--citykid-link-hover-color:var(--citykid-white)}.link-underline{--citykid-link-decoration:underline}.more-link{--citykid-link-hover-color:var(--citykid-dark)}.card-body .list-group{--citykid-list-group-item-padding-x:0}.card-body .list-group-item{display:flex;-moz-column-gap:7px;column-gap:7px;align-items:center}.card-body .list-group-item svg{color:var(--citykid-primary)}.text-muted{--citykid-link-color:#6c757d;--citykid-link-hover-color:var(--citykid-primary)}input[type="submit"]:not(.btn),button[type="submit"]:not(.btn){--citykid-btn-color:var(--citykid-white);--citykid-btn-bg:var(--citykid-primary);--citykid-btn-border-color:var(--citykid-primary);--citykid-btn-hover-color:var(--citykid-white);--citykid-btn-hover-bg:var(--citykid-dark);--citykid-btn-hover-border-color:var(--citykid-dark)}.badge{text-transform:uppercase;letter-spacing:1px;--citykid-link-hover-color:var(--citykid-dark)}.badge-primary{background-color:rgba(var(--citykid-primary-rgb),.1);--citykid-link-hover-color:var(--citykid-dark)}.badge-secondary{background-color:rgba(var(--citykid-secondary-rgb),.1);--citykid-link-hover-color:var(--citykid-primary)}.post-password-form,.searchform>div{display:flex;-moz-column-gap:5px;column-gap:5px;row-gap:5px}.post-password-form__label,.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.wp-block-tag-cloud,.tagcloud{display:flex;flex-wrap:wrap;-moz-column-gap:6px;column-gap:6px;row-gap:6px;--citykid-link-color:var(--citykid-white);--citykid-link-hover-color:var(--citykid-white);--citykid-link-decoration:none;--citykid-link-hover-decoration:none}.wp-block-tag-cloud a,.tagcloud a{font-size:12px!important;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:8px 12px;background-color:var(--citykid-primary);border-radius:0}.wp-block-tag-cloud a:hover,.wp-block-tag-cloud a:focus,.tagcloud a:hover,.tagcloud a:focus{background-color:var(--citykid-secondary)}.btn{--citykid-link-decoration:none;--citykid-link-hover-decoration:none}.btn-primary{--citykid-btn-color:var(--citykid-white);--citykid-btn-hover-color:var(--citykid-white);--citykid-btn-bg:var(--citykid-primary);--citykid-btn-hover-bg:var(--citykid-dark);--citykid-btn-border-color:var(--citykid-primary);--citykid-btn-hover-border-color:var(--citykid-dark)}.btn-outline-primary{--citykid-btn-border-color:var(--citykid-primary);--citykid-btn-color:var(--citykid-dark);--citykid-btn-hover-color:var(--citykid-white);--citykid-btn-hover-bg:var(--citykid-primary);--citykid-btn-hover-border-color:var(--citykid-primary)}.nav-pills{--citykid-nav-pills-link-active-bg:var(--citykid-primary)}.wp-block-image figcaption,figcaption{font-style:italic;font-size:13px}.card-img-top-content{padding:var(--citykid-card-spacer-x)}.entry-footer{clear:both}.alignright{float:right;margin:0 0 1em 1em}.alignleft{float:left;margin:0 1em 1em 0}.aligncenter{display:block;margin-left:auto;margin-right:auto}.alignright{float:right}.alignleft{float:left}.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-audio-shortcode [type="button"]{padding:0;border:0}.has-parallax{position:relative;overflow:hidden}.has-parallax>*:not(.parallax){z-index:1;position:relative}.parallax{position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--citykid-parallax-bg);opacity:var(--citykid-parallax-opacity,.25);background-size:var(--citykid-parallax-bg-size,cover);background-position:var(--citykid-parallax-bg-position,center);z-index:0}.text-bg-dark,.text-bg-primary,.text-bg-secondary{--citykid-headings-color:#fff}.text-bg-dark .blockquote-footer,.text-bg-primary .blockquote-footer,.text-bg-secondary .blockquote-footer{color:#fff}.entry-content figure,.entry-content>*{margin-bottom:30px}.entry-content blockquote{border-left:4px solid var(--citykid-blockquote-border-color,#000);padding-left:1rem}.entry-content .wp-block-pullquote blockquote{border-left:0}.comment-metadata>a{--citykid-link-color:rgba(var(--citykid-body-color-rgb), .8)}.comment-metadata .reviewr-name{--citykid-link-color:var(--citykid-headings-color)}.comment-content{padding-left:95px}.required-field-message{display:block}.card.comment-respond{padding:var(--citykid-card-spacer-y) var(--citykid-card-spacer-x)}.comment .card.comment-respond{margin-bottom:var(--citykid-card-spacer-y)}.list-unstyled .children{list-style:none}.banner-subtitle p{max-width:768px}.banner-subtitle p:last-child{margin-bottom:0}.numeric-pagination{--citykid-pagination-border-width:2px;--citykid-pagination-border-color:var(--citykid-border-color);--citykid-link-hover-color:var(--citykid-primary);--citykid-link-color:var(--citykid-headings-color);clear:both}.numeric-pagination>a,.numeric-pagination>span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;border:var(--citykid-pagination-border-width) solid var(--citykid-pagination-border-color);border-radius:var(--citykid-border-radius);font-weight:600;line-height:1}.numeric-pagination>.current{--citykid-pagination-border-color:var(--citykid-primary);background-color:var(--citykid-pagination-border-color);color:#fff}.numeric-pagination>span.dots{--citykid-pagination-border-width:0;min-width:auto}.numeric-pagination>.next,.numeric-pagination>.prev{--citykid-pagination-border-width:0;-moz-column-gap:5px;column-gap:5px}.numeric-pagination>.next svg,.numeric-pagination>.prev svg{margin-bottom:-2px}.listing-categories{--citykid-cat-bg-color:var(--citykid-primary)}.listing-categories a{--citykid-link-color:#fff;--citykid-link-hover-color:#fff;background-color:var(--citykid-cat-bg-color);display:inline-block;padding:2px 10px;letter-spacing:1px;border-radius:1px;display:none}.listing-categories a:hover,.listing-categories a:focus{background-color:var(--citykid-dark)}.listing-categories a:nth-child(-n+5){display:inline-flex}.offcanvas.showing,.offcanvas.show{margin-top:var(--wp-admin--admin-bar--height)}.swiper{--swiper-pagination-bullet-width:12px;--swiper-pagination-bullet-height:12px;--swiper-pagination-bullet-inactive-opacity:1;--swiper-pagination-bullet-inactive-color:transparent}.swiper .swiper-pagination-bullet{border:2px solid var(--swiper-theme-color);transform:scale(1)!important}.swiper:not(.swiper-initialized) .swiper-wrapper{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.video-icon{color:#fff;width:80px;height:80px;border-radius:100%;background-color:var(--citykid-primary);display:inline-flex;align-items:center;justify-content:center;position:relative}.video-icon svg{fill:var(--citykid-white);position:relative;right:-2px}.video-icon:before{content:'';position:absolute;left:-5px;right:-5px;top:-5px;bottom:-5px;background:rgb(255 255 255 / .2);opacity:0;border-radius:50%;transition:all 400ms ease-in-out}.video-icon:hover::before{opacity:.75;left:-20px;right:-20px;top:-20px;bottom:-20px}.max-width-100{max-width:100px}.max-width-200{max-width:200px}.max-width-300{max-width:300px}.max-width-400{max-width:400px}.max-width-500{max-width:500px}.max-width-600{max-width:600px}.bypostauthor,.gallery-caption,.wp-caption-text,.wp-caption{font-variant:normal}.gallery{--citykid-gutter-x:20px;display:flex;flex-wrap:wrap;row-gap:var(--citykid-gutter-x);-moz-column-count:var(--citykid-gallery-column-count,1);column-count:var(--citykid-gallery-column-count,1);margin-right:calc(-.5 * var(--citykid-gutter-x));margin-left:calc(-.5 * var(--citykid-gutter-x))}.gallery .gallery-item{flex:0 0 auto;flex-shrink:0;width:calc(100% / var(--citykid-gallery-column-count));max-width:100%;padding-right:calc(var(--citykid-gutter-x) * .5);padding-left:calc(var(--citykid-gutter-x) * .5);margin-bottom:0;position:relative}.gallery .gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gallery .gallery-item figcaption{padding-top:calc(var(--citykid-gutter-x) * .25)}.gallery-columns-1{--citykid-gallery-column-count:1}.gallery-columns-2{--citykid-gallery-column-count:2}.gallery-columns-3{--citykid-gallery-column-count:3}.gallery-columns-4{--citykid-gallery-column-count:4}.gallery-columns-5{--citykid-gallery-column-count:5;--citykid-gutter-x:10px}.gallery-columns-6{--citykid-gallery-column-count:6;--citykid-gutter-x:10px}.gallery-columns-7{--citykid-gallery-column-count:7;--citykid-gutter-x:10px}.gallery-columns-8{--citykid-gallery-column-count:8;--citykid-gutter-x:10px}.gallery-columns-9{--citykid-gallery-column-count:9;--citykid-gutter-x:10px}@media (max-width:767.98px){.gallery-columns-1{--citykid-gallery-column-count:1}.gallery-columns-2{--citykid-gallery-column-count:1}.gallery-columns-3{--citykid-gallery-column-count:2;--citykid-gutter-x:10px}.gallery-columns-4{--citykid-gallery-column-count:2;--citykid-gutter-x:10px}.gallery-columns-5{--citykid-gallery-column-count:2;--citykid-gutter-x:10px}.gallery-columns-6{--citykid-gallery-column-count:2;--citykid-gutter-x:10px}.gallery-columns-7{--citykid-gallery-column-count:2;--citykid-gutter-x:10px}.gallery-columns-8{--citykid-gallery-column-count:2;--citykid-gutter-x:10px}.gallery-columns-9{--citykid-gallery-column-count:2;--citykid-gutter-x:10px}}.container-wrap>.wp-block-group__inner-container{--citykid-gutter-x:1.5rem;--citykid-gutter-y:0;width:100%;padding-right:calc(var(--citykid-gutter-x) * .5);padding-left:calc(var(--citykid-gutter-x) * .5);margin-right:auto;margin-left:auto;position:initial}@media (min-width:576px){.container-wrap>.wp-block-group__inner-container{max-width:540px}}@media (min-width:768px){.container-wrap>.wp-block-group__inner-container{max-width:720px}}@media (min-width:992px){.container-wrap>.wp-block-group__inner-container{max-width:960px}}@media (min-width:1200px){.container-wrap>.wp-block-group__inner-container{max-width:1140px}}@media (min-width:1400px){.container-wrap>.wp-block-group__inner-container{max-width:1320px}}.wp-block-quote{border-left:.25em solid var(--citykid-dark);margin:0 0 1.75em;padding-left:1em}.comment-reply-title #cancel-comment-reply-link{margin-left:20px}.more-link{--citykid-link-color:initial;--citykid-link-hover-color:var(--citykid-primary);--citykid-link-decoration:none;--citykid-link-hover-decoration:none}.wp-block-cover-image,.wp-block-cover{position:relative;background-position:center center;min-height:430px;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-background-dim:not([class*="-background-color"]),.wp-block-cover-image .has-background-dim:not([class*="-background-color"]),.wp-block-cover.has-background-dim:not([class*="-background-color"]),.wp-block-cover .has-background-dim:not([class*="-background-color"]){background-color:#000;color:#fff}.wp-block-cover-image .has-background-dim.has-background-gradient,.wp-block-cover .has-background-dim.has-background-gradient{background-color:#fff0}.wp-block-cover-image.has-background-dim::before,.wp-block-cover.has-background-dim::before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient)::before,.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:z-index(".wp-block-cover.has-background-dim::before");opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background{opacity:1}.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:370px;width:100%}.wp-block-cover-image::after,.wp-block-cover::after{display:block;content:"";font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image::after,.wp-block-cover::after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:z-index(".wp-block-cover__inner-container");color:#fff}.wp-block-cover-image.is-light .wp-block-cover__inner-container,.wp-block-cover.is-light .wp-block-cover__inner-container{color:#000}.wp-block-cover-image.is-light .has-background-dim~.wp-block-cover__inner-container,.wp-block-cover.is-light .has-background-dim~.wp-block-cover__inner-container{color:#fff}.wp-block-cover-image p:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image .h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image .h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image .h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image .h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image .h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image .h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover .h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover .h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover .h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover .h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover .h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover .h6:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;width:100%;height:100%;max-width:none;max-height:none;-o-object-fit:cover;object-fit:cover;outline:none;border:none;box-shadow:none}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-size:cover;background-repeat:no-repeat}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__video-background{z-index:z-index(".wp-block-cover__video-background")}.wp-block-cover__image-background{z-index:z-index(".wp-block-cover__image-background")}section.wp-block-cover-image h2,section.wp-block-cover-image .h2,.wp-block-cover-image-text,.wp-block-cover-text{color:#fff}section.wp-block-cover-image h2 a,section.wp-block-cover-image .h2 a,section.wp-block-cover-image h2 a:hover,section.wp-block-cover-image .h2 a:hover,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image .h2 a:focus,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image .h2 a:active,.wp-block-cover-image-text a,.wp-block-cover-image-text a:hover,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:active,.wp-block-cover-text a,.wp-block-cover-text a:hover,.wp-block-cover-text a:focus,.wp-block-cover-text a:active{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}section.wp-block-cover-image.has-left-content>h2,section.wp-block-cover-image.has-left-content>.h2,.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text{margin-left:0;text-align:left}section.wp-block-cover-image.has-right-content>h2,section.wp-block-cover-image.has-right-content>.h2,.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text{margin-right:0;text-align:right}section.wp-block-cover-image>h2,section.wp-block-cover-image>.h2,.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:740px;padding:.44em;text-align:center}.shadow-hover,.card-listing{transition:all 0.2s ease-in-out}.shadow-hover:hover,.card-listing:hover{box-shadow:0 .5rem 1rem rgb(0 0 0 / .15)}.card .card-img-wrap{overflow:hidden}.card .card-img-wrap .card-img-top{transition:all .5s ease-in-out;height:auto!important}.card:hover .card-img-wrap .card-img-top,.card:focus .card-img-wrap .card-img-top{transform:scale(1.05)}.card-post .card-img-top{max-width:100%!important}.card-member .card-body p:last-child{margin-bottom:0}@media (min-width:992px){.card-list .card-img-wrap{width:400px;flex-shrink:0;border-right:var(--citykid-card-border-width) solid var(--citykid-card-border-color)}.card-list .card-img-wrap img{-o-object-fit:cover;object-fit:cover}.card-list .card-img-wrap .card-img-top{height:100%!important}}.modal-body .mbup-form h2,.modal-body .mbup-form .h2{display:none}@media (min-width:992px){.listing-slider-wrapper{max-width:750px}.listing-slider-wrapper .swiper{overflow:visible}.listing-slider-wrapper .swiper-button-prev{left:-45px}.listing-slider-wrapper .swiper-button-next{right:-45px}}.listing-slider-wrapper .swiper{display:none}.listing-slider-wrapper .swiper.swiper-initialized{display:block}.listing-slider-wrapper .swiper-button{--swiper-navigation-size:24px;display:none}.listing-slider-wrapper:hover .swiper-button,.listing-slider-wrapper:focus .swiper-button{display:block}.listing-slider-wrapper .slide-caption{position:absolute;width:100%;height:100%;left:0;bottom:0;display:none}.listing-slider-wrapper .single-listing-gallery-image{width:100%;-o-object-fit:cover;object-fit:cover}.listing-slider-wrapper .swiper-slide-active:hover .slide-caption,.listing-slider-wrapper .swiper-slide-active:focus .slide-caption{display:flex}.listing-slider-wrapper .swiper-slide-active:hover .single-listing-gallery-image,.listing-slider-wrapper .swiper-slide-active:focus .single-listing-gallery-image{opacity:.5}.section-title{max-width:768px;margin-left:auto;margin-right:auto}.section-title.text-start{margin-left:0}.section-title.text-end{margin-right:0}.section-title p:last-child{margin-bottom:0}.search-listings-group{padding:10px;background-color:#fff;max-width:900px}.search-listings-group .form-select,.search-listings-group .form-control{border-color:#fff;background-color:#fff;padding-top:0;padding-bottom:0}.search-listings-group .form-select:focus,.search-listings-group .form-control:focus{border-color:#fff}.search-listings-group .btn{--citykid-btn-border-color:#fff;--citykid-btn-hover-border-color:#fff}.search-listings-group .age-select{max-width:100px}.search-listings-group .category-select{max-width:180px}.icon-square{width:60px;height:60px;border-radius:var(--citykid-border-radius)}.listing-category .listing-category-info,.listing-category .listing-category-icon{transform:translate3d(0);transition:all 0.2s ease-in-out}.listing-category .btn{text-align:center;margin-bottom:-26px;transition:all 0.2s ease-in-out}.listing-category:hover .btn,.listing-category:focus .btn{margin-bottom:0}.listing-category:hover .listing-category-info,.listing-category:hover .listing-category-icon,.listing-category:focus .listing-category-info,.listing-category:focus .listing-category-icon{transform:translate3d(0,-15px,0)}.client-logo{min-height:110px}@media (max-width:767.98px){.search-listings-wrapper .input-group{flex-direction:column;row-gap:15px}.search-listings-wrapper .input-group>.form-control,.search-listings-wrapper .input-group>.form-select,.search-listings-wrapper .input-group>.form-floating{min-width:100%}}.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}.opacity-0{opacity:0!important}.opacity-25{opacity:0.25!important}.opacity-50{opacity:0.5!important}.opacity-75{opacity:0.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}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display: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:0 .5rem 1rem rgb(0 0 0 / .15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgb(0 0 0 / .075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgb(0 0 0 / .175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--citykid-border-width) var(--citykid-border-style) var(--citykid-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--citykid-border-width) var(--citykid-border-style) var(--citykid-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--citykid-border-width) var(--citykid-border-style) var(--citykid-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--citykid-border-width) var(--citykid-border-style) var(--citykid-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--citykid-border-width) var(--citykid-border-style) var(--citykid-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--citykid-border-opacity:1;border-color:rgba(var(--citykid-primary-rgb),var(--citykid-border-opacity))!important}.border-secondary{--citykid-border-opacity:1;border-color:rgba(var(--citykid-secondary-rgb),var(--citykid-border-opacity))!important}.border-success{--citykid-border-opacity:1;border-color:rgba(var(--citykid-success-rgb),var(--citykid-border-opacity))!important}.border-info{--citykid-border-opacity:1;border-color:rgba(var(--citykid-info-rgb),var(--citykid-border-opacity))!important}.border-warning{--citykid-border-opacity:1;border-color:rgba(var(--citykid-warning-rgb),var(--citykid-border-opacity))!important}.border-danger{--citykid-border-opacity:1;border-color:rgba(var(--citykid-danger-rgb),var(--citykid-border-opacity))!important}.border-light{--citykid-border-opacity:1;border-color:rgba(var(--citykid-light-rgb),var(--citykid-border-opacity))!important}.border-dark{--citykid-border-opacity:1;border-color:rgba(var(--citykid-dark-rgb),var(--citykid-border-opacity))!important}.border-white{--citykid-border-opacity:1;border-color:rgba(var(--citykid-white-rgb),var(--citykid-border-opacity))!important}.border-1{--citykid-border-width:1px}.border-2{--citykid-border-width:2px}.border-3{--citykid-border-width:3px}.border-4{--citykid-border-width:4px}.border-5{--citykid-border-width:5px}.border-opacity-10{--citykid-border-opacity:0.1}.border-opacity-25{--citykid-border-opacity:0.25}.border-opacity-50{--citykid-border-opacity:0.5}.border-opacity-75{--citykid-border-opacity:0.75}.border-opacity-100{--citykid-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:0.25rem!important}.m-2{margin:0.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:0.3125rem!important}.m-10{margin:0.625rem!important}.m-15{margin:0.9375rem!important}.m-20{margin:1.25rem!important}.m-30{margin:1.875rem!important}.m-40{margin:2.5rem!important}.m-50{margin:3.125rem!important}.m-60{margin:3.75rem!important}.m-70{margin:4.375rem!important}.m-80{margin:5rem!important}.m-100{margin:6.25rem!important}.m-120{margin:7.5rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-2{margin-right:0.5rem!important;margin-left:0.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:0.3125rem!important;margin-left:0.3125rem!important}.mx-10{margin-right:0.625rem!important;margin-left:0.625rem!important}.mx-15{margin-right:0.9375rem!important;margin-left:0.9375rem!important}.mx-20{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-30{margin-right:1.875rem!important;margin-left:1.875rem!important}.mx-40{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-50{margin-right:3.125rem!important;margin-left:3.125rem!important}.mx-60{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-70{margin-right:4.375rem!important;margin-left:4.375rem!important}.mx-80{margin-right:5rem!important;margin-left:5rem!important}.mx-100{margin-right:6.25rem!important;margin-left:6.25rem!important}.mx-120{margin-right:7.5rem!important;margin-left:7.5rem!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:0.25rem!important;margin-bottom:0.25rem!important}.my-2{margin-top:0.5rem!important;margin-bottom:0.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:0.3125rem!important;margin-bottom:0.3125rem!important}.my-10{margin-top:0.625rem!important;margin-bottom:0.625rem!important}.my-15{margin-top:0.9375rem!important;margin-bottom:0.9375rem!important}.my-20{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-30{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-40{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-50{margin-top:3.125rem!important;margin-bottom:3.125rem!important}.my-60{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-70{margin-top:4.375rem!important;margin-bottom:4.375rem!important}.my-80{margin-top:5rem!important;margin-bottom:5rem!important}.my-100{margin-top:6.25rem!important;margin-bottom:6.25rem!important}.my-120{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:0.25rem!important}.mt-2{margin-top:0.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:0.3125rem!important}.mt-10{margin-top:0.625rem!important}.mt-15{margin-top:0.9375rem!important}.mt-20{margin-top:1.25rem!important}.mt-30{margin-top:1.875rem!important}.mt-40{margin-top:2.5rem!important}.mt-50{margin-top:3.125rem!important}.mt-60{margin-top:3.75rem!important}.mt-70{margin-top:4.375rem!important}.mt-80{margin-top:5rem!important}.mt-100{margin-top:6.25rem!important}.mt-120{margin-top:7.5rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:0.25rem!important}.me-2{margin-right:0.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:0.3125rem!important}.me-10{margin-right:0.625rem!important}.me-15{margin-right:0.9375rem!important}.me-20{margin-right:1.25rem!important}.me-30{margin-right:1.875rem!important}.me-40{margin-right:2.5rem!important}.me-50{margin-right:3.125rem!important}.me-60{margin-right:3.75rem!important}.me-70{margin-right:4.375rem!important}.me-80{margin-right:5rem!important}.me-100{margin-right:6.25rem!important}.me-120{margin-right:7.5rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:0.25rem!important}.mb-2{margin-bottom:0.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:0.3125rem!important}.mb-10{margin-bottom:0.625rem!important}.mb-15{margin-bottom:0.9375rem!important}.mb-20{margin-bottom:1.25rem!important}.mb-30{margin-bottom:1.875rem!important}.mb-40{margin-bottom:2.5rem!important}.mb-50{margin-bottom:3.125rem!important}.mb-60{margin-bottom:3.75rem!important}.mb-70{margin-bottom:4.375rem!important}.mb-80{margin-bottom:5rem!important}.mb-100{margin-bottom:6.25rem!important}.mb-120{margin-bottom:7.5rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:0.25rem!important}.ms-2{margin-left:0.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:0.3125rem!important}.ms-10{margin-left:0.625rem!important}.ms-15{margin-left:0.9375rem!important}.ms-20{margin-left:1.25rem!important}.ms-30{margin-left:1.875rem!important}.ms-40{margin-left:2.5rem!important}.ms-50{margin-left:3.125rem!important}.ms-60{margin-left:3.75rem!important}.ms-70{margin-left:4.375rem!important}.ms-80{margin-left:5rem!important}.ms-100{margin-left:6.25rem!important}.ms-120{margin-left:7.5rem!important}.ms-auto{margin-left:auto!important}.m-n1{margin:-0.25rem!important}.m-n2{margin:-0.5rem!important}.m-n3{margin:-1rem!important}.m-n4{margin:-1.5rem!important}.m-n5{margin:-0.3125rem!important}.m-n10{margin:-0.625rem!important}.m-n15{margin:-0.9375rem!important}.m-n20{margin:-1.25rem!important}.m-n30{margin:-1.875rem!important}.m-n40{margin:-2.5rem!important}.m-n50{margin:-3.125rem!important}.m-n60{margin:-3.75rem!important}.m-n70{margin:-4.375rem!important}.m-n80{margin:-5rem!important}.m-n100{margin:-6.25rem!important}.m-n120{margin:-7.5rem!important}.mx-n1{margin-right:-0.25rem!important;margin-left:-0.25rem!important}.mx-n2{margin-right:-0.5rem!important;margin-left:-0.5rem!important}.mx-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-n5{margin-right:-0.3125rem!important;margin-left:-0.3125rem!important}.mx-n10{margin-right:-0.625rem!important;margin-left:-0.625rem!important}.mx-n15{margin-right:-0.9375rem!important;margin-left:-0.9375rem!important}.mx-n20{margin-right:-1.25rem!important;margin-left:-1.25rem!important}.mx-n30{margin-right:-1.875rem!important;margin-left:-1.875rem!important}.mx-n40{margin-right:-2.5rem!important;margin-left:-2.5rem!important}.mx-n50{margin-right:-3.125rem!important;margin-left:-3.125rem!important}.mx-n60{margin-right:-3.75rem!important;margin-left:-3.75rem!important}.mx-n70{margin-right:-4.375rem!important;margin-left:-4.375rem!important}.mx-n80{margin-right:-5rem!important;margin-left:-5rem!important}.mx-n100{margin-right:-6.25rem!important;margin-left:-6.25rem!important}.mx-n120{margin-right:-7.5rem!important;margin-left:-7.5rem!important}.my-n1{margin-top:-0.25rem!important;margin-bottom:-0.25rem!important}.my-n2{margin-top:-0.5rem!important;margin-bottom:-0.5rem!important}.my-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-n5{margin-top:-0.3125rem!important;margin-bottom:-0.3125rem!important}.my-n10{margin-top:-0.625rem!important;margin-bottom:-0.625rem!important}.my-n15{margin-top:-0.9375rem!important;margin-bottom:-0.9375rem!important}.my-n20{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.my-n30{margin-top:-1.875rem!important;margin-bottom:-1.875rem!important}.my-n40{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-n50{margin-top:-3.125rem!important;margin-bottom:-3.125rem!important}.my-n60{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}.my-n70{margin-top:-4.375rem!important;margin-bottom:-4.375rem!important}.my-n80{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-n100{margin-top:-6.25rem!important;margin-bottom:-6.25rem!important}.my-n120{margin-top:-7.5rem!important;margin-bottom:-7.5rem!important}.mt-n1{margin-top:-0.25rem!important}.mt-n2{margin-top:-0.5rem!important}.mt-n3{margin-top:-1rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-0.3125rem!important}.mt-n10{margin-top:-0.625rem!important}.mt-n15{margin-top:-0.9375rem!important}.mt-n20{margin-top:-1.25rem!important}.mt-n30{margin-top:-1.875rem!important}.mt-n40{margin-top:-2.5rem!important}.mt-n50{margin-top:-3.125rem!important}.mt-n60{margin-top:-3.75rem!important}.mt-n70{margin-top:-4.375rem!important}.mt-n80{margin-top:-5rem!important}.mt-n100{margin-top:-6.25rem!important}.mt-n120{margin-top:-7.5rem!important}.me-n1{margin-right:-0.25rem!important}.me-n2{margin-right:-0.5rem!important}.me-n3{margin-right:-1rem!important}.me-n4{margin-right:-1.5rem!important}.me-n5{margin-right:-0.3125rem!important}.me-n10{margin-right:-0.625rem!important}.me-n15{margin-right:-0.9375rem!important}.me-n20{margin-right:-1.25rem!important}.me-n30{margin-right:-1.875rem!important}.me-n40{margin-right:-2.5rem!important}.me-n50{margin-right:-3.125rem!important}.me-n60{margin-right:-3.75rem!important}.me-n70{margin-right:-4.375rem!important}.me-n80{margin-right:-5rem!important}.me-n100{margin-right:-6.25rem!important}.me-n120{margin-right:-7.5rem!important}.mb-n1{margin-bottom:-0.25rem!important}.mb-n2{margin-bottom:-0.5rem!important}.mb-n3{margin-bottom:-1rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-0.3125rem!important}.mb-n10{margin-bottom:-0.625rem!important}.mb-n15{margin-bottom:-0.9375rem!important}.mb-n20{margin-bottom:-1.25rem!important}.mb-n30{margin-bottom:-1.875rem!important}.mb-n40{margin-bottom:-2.5rem!important}.mb-n50{margin-bottom:-3.125rem!important}.mb-n60{margin-bottom:-3.75rem!important}.mb-n70{margin-bottom:-4.375rem!important}.mb-n80{margin-bottom:-5rem!important}.mb-n100{margin-bottom:-6.25rem!important}.mb-n120{margin-bottom:-7.5rem!important}.ms-n1{margin-left:-0.25rem!important}.ms-n2{margin-left:-0.5rem!important}.ms-n3{margin-left:-1rem!important}.ms-n4{margin-left:-1.5rem!important}.ms-n5{margin-left:-0.3125rem!important}.ms-n10{margin-left:-0.625rem!important}.ms-n15{margin-left:-0.9375rem!important}.ms-n20{margin-left:-1.25rem!important}.ms-n30{margin-left:-1.875rem!important}.ms-n40{margin-left:-2.5rem!important}.ms-n50{margin-left:-3.125rem!important}.ms-n60{margin-left:-3.75rem!important}.ms-n70{margin-left:-4.375rem!important}.ms-n80{margin-left:-5rem!important}.ms-n100{margin-left:-6.25rem!important}.ms-n120{margin-left:-7.5rem!important}.p-0{padding:0!important}.p-1{padding:0.25rem!important}.p-2{padding:0.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:0.3125rem!important}.p-10{padding:0.625rem!important}.p-15{padding:0.9375rem!important}.p-20{padding:1.25rem!important}.p-30{padding:1.875rem!important}.p-40{padding:2.5rem!important}.p-50{padding:3.125rem!important}.p-60{padding:3.75rem!important}.p-70{padding:4.375rem!important}.p-80{padding:5rem!important}.p-100{padding:6.25rem!important}.p-120{padding:7.5rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-2{padding-right:0.5rem!important;padding-left:0.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:0.3125rem!important;padding-left:0.3125rem!important}.px-10{padding-right:0.625rem!important;padding-left:0.625rem!important}.px-15{padding-right:0.9375rem!important;padding-left:0.9375rem!important}.px-20{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-30{padding-right:1.875rem!important;padding-left:1.875rem!important}.px-40{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-50{padding-right:3.125rem!important;padding-left:3.125rem!important}.px-60{padding-right:3.75rem!important;padding-left:3.75rem!important}.px-70{padding-right:4.375rem!important;padding-left:4.375rem!important}.px-80{padding-right:5rem!important;padding-left:5rem!important}.px-100{padding-right:6.25rem!important;padding-left:6.25rem!important}.px-120{padding-right:7.5rem!important;padding-left:7.5rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-2{padding-top:0.5rem!important;padding-bottom:0.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:0.3125rem!important;padding-bottom:0.3125rem!important}.py-10{padding-top:0.625rem!important;padding-bottom:0.625rem!important}.py-15{padding-top:0.9375rem!important;padding-bottom:0.9375rem!important}.py-20{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-30{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-40{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-50{padding-top:3.125rem!important;padding-bottom:3.125rem!important}.py-60{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-70{padding-top:4.375rem!important;padding-bottom:4.375rem!important}.py-80{padding-top:5rem!important;padding-bottom:5rem!important}.py-100{padding-top:6.25rem!important;padding-bottom:6.25rem!important}.py-120{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:0.25rem!important}.pt-2{padding-top:0.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:0.3125rem!important}.pt-10{padding-top:0.625rem!important}.pt-15{padding-top:0.9375rem!important}.pt-20{padding-top:1.25rem!important}.pt-30{padding-top:1.875rem!important}.pt-40{padding-top:2.5rem!important}.pt-50{padding-top:3.125rem!important}.pt-60{padding-top:3.75rem!important}.pt-70{padding-top:4.375rem!important}.pt-80{padding-top:5rem!important}.pt-100{padding-top:6.25rem!important}.pt-120{padding-top:7.5rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:0.25rem!important}.pe-2{padding-right:0.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:0.3125rem!important}.pe-10{padding-right:0.625rem!important}.pe-15{padding-right:0.9375rem!important}.pe-20{padding-right:1.25rem!important}.pe-30{padding-right:1.875rem!important}.pe-40{padding-right:2.5rem!important}.pe-50{padding-right:3.125rem!important}.pe-60{padding-right:3.75rem!important}.pe-70{padding-right:4.375rem!important}.pe-80{padding-right:5rem!important}.pe-100{padding-right:6.25rem!important}.pe-120{padding-right:7.5rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:0.25rem!important}.pb-2{padding-bottom:0.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:0.3125rem!important}.pb-10{padding-bottom:0.625rem!important}.pb-15{padding-bottom:0.9375rem!important}.pb-20{padding-bottom:1.25rem!important}.pb-30{padding-bottom:1.875rem!important}.pb-40{padding-bottom:2.5rem!important}.pb-50{padding-bottom:3.125rem!important}.pb-60{padding-bottom:3.75rem!important}.pb-70{padding-bottom:4.375rem!important}.pb-80{padding-bottom:5rem!important}.pb-100{padding-bottom:6.25rem!important}.pb-120{padding-bottom:7.5rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:0.25rem!important}.ps-2{padding-left:0.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:0.3125rem!important}.ps-10{padding-left:0.625rem!important}.ps-15{padding-left:0.9375rem!important}.ps-20{padding-left:1.25rem!important}.ps-30{padding-left:1.875rem!important}.ps-40{padding-left:2.5rem!important}.ps-50{padding-left:3.125rem!important}.ps-60{padding-left:3.75rem!important}.ps-70{padding-left:4.375rem!important}.ps-80{padding-left:5rem!important}.ps-100{padding-left:6.25rem!important}.ps-120{padding-left:7.5rem!important}.gap-0{gap:0!important}.gap-1{gap:0.25rem!important}.gap-2{gap:0.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:0.3125rem!important}.gap-10{gap:0.625rem!important}.gap-15{gap:0.9375rem!important}.gap-20{gap:1.25rem!important}.gap-30{gap:1.875rem!important}.gap-40{gap:2.5rem!important}.gap-50{gap:3.125rem!important}.gap-60{gap:3.75rem!important}.gap-70{gap:4.375rem!important}.gap-80{gap:5rem!important}.gap-100{gap:6.25rem!important}.gap-120{gap:7.5rem!important}.font-monospace{font-family:var(--citykid-font-monospace)!important}.fs-1{font-size:calc(1.4125rem + 1.95vw)!important}.fs-2{font-size:calc(1.34375rem + 1.125vw)!important}.fs-3{font-size:calc(1.29375rem + 0.525vw)!important}.fs-4{font-size:calc(1.275rem + 0.3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-semibold{font-weight:600!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{--citykid-text-opacity:1;color:rgba(var(--citykid-primary-rgb),var(--citykid-text-opacity))!important}.text-secondary{--citykid-text-opacity:1;color:rgba(var(--citykid-secondary-rgb),var(--citykid-text-opacity))!important}.text-success{--citykid-text-opacity:1;color:rgba(var(--citykid-success-rgb),var(--citykid-text-opacity))!important}.text-info{--citykid-text-opacity:1;color:rgba(var(--citykid-info-rgb),var(--citykid-text-opacity))!important}.text-warning{--citykid-text-opacity:1;color:rgba(var(--citykid-warning-rgb),var(--citykid-text-opacity))!important}.text-danger{--citykid-text-opacity:1;color:rgba(var(--citykid-danger-rgb),var(--citykid-text-opacity))!important}.text-light{--citykid-text-opacity:1;color:rgba(var(--citykid-light-rgb),var(--citykid-text-opacity))!important}.text-dark{--citykid-text-opacity:1;color:rgba(var(--citykid-dark-rgb),var(--citykid-text-opacity))!important}.text-black{--citykid-text-opacity:1;color:rgba(var(--citykid-black-rgb),var(--citykid-text-opacity))!important}.text-white{--citykid-text-opacity:1;color:rgba(var(--citykid-white-rgb),var(--citykid-text-opacity))!important}.text-body{--citykid-text-opacity:1;color:rgba(var(--citykid-body-color-rgb),var(--citykid-text-opacity))!important}.text-muted{--citykid-text-opacity:1;color:#6c757d!important}.text-black-50{--citykid-text-opacity:1;color:rgb(0 0 0 / .5)!important}.text-white-50{--citykid-text-opacity:1;color:rgb(255 255 255 / .5)!important}.text-reset{--citykid-text-opacity:1;color:inherit!important}.text-opacity-25{--citykid-text-opacity:0.25}.text-opacity-50{--citykid-text-opacity:0.5}.text-opacity-75{--citykid-text-opacity:0.75}.text-opacity-100{--citykid-text-opacity:1}.bg-primary{--citykid-bg-opacity:1;background-color:rgba(var(--citykid-primary-rgb),var(--citykid-bg-opacity))!important}.bg-secondary{--citykid-bg-opacity:1;background-color:rgba(var(--citykid-secondary-rgb),var(--citykid-bg-opacity))!important}.bg-success{--citykid-bg-opacity:1;background-color:rgba(var(--citykid-success-rgb),var(--citykid-bg-opacity))!important}.bg-info{--citykid-bg-opacity:1;background-color:rgba(var(--citykid-info-rgb),var(--citykid-bg-opacity))!important}.bg-warning{--citykid-bg-opacity:1;background-color:rgba(var(--citykid-warning-rgb),var(--citykid-bg-opacity))!important}.bg-danger{--citykid-bg-opacity:1;background-color:rgba(var(--citykid-danger-rgb),var(--citykid-bg-opacity))!important}.bg-light{--citykid-bg-opacity:1;background-color:rgba(var(--citykid-light-rgb),var(--citykid-bg-opacity))!important}.bg-dark{--citykid-bg-opacity:1;background-color:rgba(var(--citykid-dark-rgb),var(--citykid-bg-opacity))!important}.bg-black{--citykid-bg-opacity:1;background-color:rgba(var(--citykid-black-rgb),var(--citykid-bg-opacity))!important}.bg-white{--citykid-bg-opacity:1;background-color:rgba(var(--citykid-white-rgb),var(--citykid-bg-opacity))!important}.bg-body{--citykid-bg-opacity:1;background-color:rgba(var(--citykid-body-bg-rgb),var(--citykid-bg-opacity))!important}.bg-transparent{--citykid-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--citykid-bg-opacity:0.1}.bg-opacity-25{--citykid-bg-opacity:0.25}.bg-opacity-50{--citykid-bg-opacity:0.5}.bg-opacity-75{--citykid-bg-opacity:0.75}.bg-opacity-100{--citykid-bg-opacity:1}.bg-gradient{background-image:var(--citykid-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(--citykid-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--citykid-border-radius-sm)!important}.rounded-2{border-radius:var(--citykid-border-radius)!important}.rounded-3{border-radius:var(--citykid-border-radius-lg)!important}.rounded-4{border-radius:var(--citykid-border-radius-xl)!important}.rounded-5{border-radius:var(--citykid-border-radius-2xl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--citykid-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--citykid-border-radius)!important;border-top-right-radius:var(--citykid-border-radius)!important}.rounded-end{border-top-right-radius:var(--citykid-border-radius)!important;border-bottom-right-radius:var(--citykid-border-radius)!important}.rounded-bottom{border-bottom-right-radius:var(--citykid-border-radius)!important;border-bottom-left-radius:var(--citykid-border-radius)!important}.rounded-start{border-bottom-left-radius:var(--citykid-border-radius)!important;border-top-left-radius:var(--citykid-border-radius)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.cursor-auto{cursor:auto!important}.cursor-pointer{cursor:pointer!important}.cursor-grab{cursor:grab!important}.letter-spacing-1{letter-spacing:1px!important}.letter-spacing-2{letter-spacing:2px!important}.letter-spacing-3{letter-spacing:3px!important}.letter-spacing-4{letter-spacing:4px!important}.letter-spacing-5{letter-spacing:5px!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float: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-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:0.25rem!important}.m-sm-2{margin:0.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:0.3125rem!important}.m-sm-10{margin:0.625rem!important}.m-sm-15{margin:0.9375rem!important}.m-sm-20{margin:1.25rem!important}.m-sm-30{margin:1.875rem!important}.m-sm-40{margin:2.5rem!important}.m-sm-50{margin:3.125rem!important}.m-sm-60{margin:3.75rem!important}.m-sm-70{margin:4.375rem!important}.m-sm-80{margin:5rem!important}.m-sm-100{margin:6.25rem!important}.m-sm-120{margin:7.5rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-sm-2{margin-right:0.5rem!important;margin-left:0.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:0.3125rem!important;margin-left:0.3125rem!important}.mx-sm-10{margin-right:0.625rem!important;margin-left:0.625rem!important}.mx-sm-15{margin-right:0.9375rem!important;margin-left:0.9375rem!important}.mx-sm-20{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-sm-30{margin-right:1.875rem!important;margin-left:1.875rem!important}.mx-sm-40{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-sm-50{margin-right:3.125rem!important;margin-left:3.125rem!important}.mx-sm-60{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-sm-70{margin-right:4.375rem!important;margin-left:4.375rem!important}.mx-sm-80{margin-right:5rem!important;margin-left:5rem!important}.mx-sm-100{margin-right:6.25rem!important;margin-left:6.25rem!important}.mx-sm-120{margin-right:7.5rem!important;margin-left:7.5rem!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:0.25rem!important;margin-bottom:0.25rem!important}.my-sm-2{margin-top:0.5rem!important;margin-bottom:0.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:0.3125rem!important;margin-bottom:0.3125rem!important}.my-sm-10{margin-top:0.625rem!important;margin-bottom:0.625rem!important}.my-sm-15{margin-top:0.9375rem!important;margin-bottom:0.9375rem!important}.my-sm-20{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-sm-30{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-sm-40{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-sm-50{margin-top:3.125rem!important;margin-bottom:3.125rem!important}.my-sm-60{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-sm-70{margin-top:4.375rem!important;margin-bottom:4.375rem!important}.my-sm-80{margin-top:5rem!important;margin-bottom:5rem!important}.my-sm-100{margin-top:6.25rem!important;margin-bottom:6.25rem!important}.my-sm-120{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:0.25rem!important}.mt-sm-2{margin-top:0.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:0.3125rem!important}.mt-sm-10{margin-top:0.625rem!important}.mt-sm-15{margin-top:0.9375rem!important}.mt-sm-20{margin-top:1.25rem!important}.mt-sm-30{margin-top:1.875rem!important}.mt-sm-40{margin-top:2.5rem!important}.mt-sm-50{margin-top:3.125rem!important}.mt-sm-60{margin-top:3.75rem!important}.mt-sm-70{margin-top:4.375rem!important}.mt-sm-80{margin-top:5rem!important}.mt-sm-100{margin-top:6.25rem!important}.mt-sm-120{margin-top:7.5rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:0.25rem!important}.me-sm-2{margin-right:0.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:0.3125rem!important}.me-sm-10{margin-right:0.625rem!important}.me-sm-15{margin-right:0.9375rem!important}.me-sm-20{margin-right:1.25rem!important}.me-sm-30{margin-right:1.875rem!important}.me-sm-40{margin-right:2.5rem!important}.me-sm-50{margin-right:3.125rem!important}.me-sm-60{margin-right:3.75rem!important}.me-sm-70{margin-right:4.375rem!important}.me-sm-80{margin-right:5rem!important}.me-sm-100{margin-right:6.25rem!important}.me-sm-120{margin-right:7.5rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:0.25rem!important}.mb-sm-2{margin-bottom:0.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:0.3125rem!important}.mb-sm-10{margin-bottom:0.625rem!important}.mb-sm-15{margin-bottom:0.9375rem!important}.mb-sm-20{margin-bottom:1.25rem!important}.mb-sm-30{margin-bottom:1.875rem!important}.mb-sm-40{margin-bottom:2.5rem!important}.mb-sm-50{margin-bottom:3.125rem!important}.mb-sm-60{margin-bottom:3.75rem!important}.mb-sm-70{margin-bottom:4.375rem!important}.mb-sm-80{margin-bottom:5rem!important}.mb-sm-100{margin-bottom:6.25rem!important}.mb-sm-120{margin-bottom:7.5rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:0.25rem!important}.ms-sm-2{margin-left:0.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:0.3125rem!important}.ms-sm-10{margin-left:0.625rem!important}.ms-sm-15{margin-left:0.9375rem!important}.ms-sm-20{margin-left:1.25rem!important}.ms-sm-30{margin-left:1.875rem!important}.ms-sm-40{margin-left:2.5rem!important}.ms-sm-50{margin-left:3.125rem!important}.ms-sm-60{margin-left:3.75rem!important}.ms-sm-70{margin-left:4.375rem!important}.ms-sm-80{margin-left:5rem!important}.ms-sm-100{margin-left:6.25rem!important}.ms-sm-120{margin-left:7.5rem!important}.ms-sm-auto{margin-left:auto!important}.m-sm-n1{margin:-0.25rem!important}.m-sm-n2{margin:-0.5rem!important}.m-sm-n3{margin:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.m-sm-n5{margin:-0.3125rem!important}.m-sm-n10{margin:-0.625rem!important}.m-sm-n15{margin:-0.9375rem!important}.m-sm-n20{margin:-1.25rem!important}.m-sm-n30{margin:-1.875rem!important}.m-sm-n40{margin:-2.5rem!important}.m-sm-n50{margin:-3.125rem!important}.m-sm-n60{margin:-3.75rem!important}.m-sm-n70{margin:-4.375rem!important}.m-sm-n80{margin:-5rem!important}.m-sm-n100{margin:-6.25rem!important}.m-sm-n120{margin:-7.5rem!important}.mx-sm-n1{margin-right:-0.25rem!important;margin-left:-0.25rem!important}.mx-sm-n2{margin-right:-0.5rem!important;margin-left:-0.5rem!important}.mx-sm-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-sm-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-sm-n5{margin-right:-0.3125rem!important;margin-left:-0.3125rem!important}.mx-sm-n10{margin-right:-0.625rem!important;margin-left:-0.625rem!important}.mx-sm-n15{margin-right:-0.9375rem!important;margin-left:-0.9375rem!important}.mx-sm-n20{margin-right:-1.25rem!important;margin-left:-1.25rem!important}.mx-sm-n30{margin-right:-1.875rem!important;margin-left:-1.875rem!important}.mx-sm-n40{margin-right:-2.5rem!important;margin-left:-2.5rem!important}.mx-sm-n50{margin-right:-3.125rem!important;margin-left:-3.125rem!important}.mx-sm-n60{margin-right:-3.75rem!important;margin-left:-3.75rem!important}.mx-sm-n70{margin-right:-4.375rem!important;margin-left:-4.375rem!important}.mx-sm-n80{margin-right:-5rem!important;margin-left:-5rem!important}.mx-sm-n100{margin-right:-6.25rem!important;margin-left:-6.25rem!important}.mx-sm-n120{margin-right:-7.5rem!important;margin-left:-7.5rem!important}.my-sm-n1{margin-top:-0.25rem!important;margin-bottom:-0.25rem!important}.my-sm-n2{margin-top:-0.5rem!important;margin-bottom:-0.5rem!important}.my-sm-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-sm-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-sm-n5{margin-top:-0.3125rem!important;margin-bottom:-0.3125rem!important}.my-sm-n10{margin-top:-0.625rem!important;margin-bottom:-0.625rem!important}.my-sm-n15{margin-top:-0.9375rem!important;margin-bottom:-0.9375rem!important}.my-sm-n20{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.my-sm-n30{margin-top:-1.875rem!important;margin-bottom:-1.875rem!important}.my-sm-n40{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-sm-n50{margin-top:-3.125rem!important;margin-bottom:-3.125rem!important}.my-sm-n60{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}.my-sm-n70{margin-top:-4.375rem!important;margin-bottom:-4.375rem!important}.my-sm-n80{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-sm-n100{margin-top:-6.25rem!important;margin-bottom:-6.25rem!important}.my-sm-n120{margin-top:-7.5rem!important;margin-bottom:-7.5rem!important}.mt-sm-n1{margin-top:-0.25rem!important}.mt-sm-n2{margin-top:-0.5rem!important}.mt-sm-n3{margin-top:-1rem!important}.mt-sm-n4{margin-top:-1.5rem!important}.mt-sm-n5{margin-top:-0.3125rem!important}.mt-sm-n10{margin-top:-0.625rem!important}.mt-sm-n15{margin-top:-0.9375rem!important}.mt-sm-n20{margin-top:-1.25rem!important}.mt-sm-n30{margin-top:-1.875rem!important}.mt-sm-n40{margin-top:-2.5rem!important}.mt-sm-n50{margin-top:-3.125rem!important}.mt-sm-n60{margin-top:-3.75rem!important}.mt-sm-n70{margin-top:-4.375rem!important}.mt-sm-n80{margin-top:-5rem!important}.mt-sm-n100{margin-top:-6.25rem!important}.mt-sm-n120{margin-top:-7.5rem!important}.me-sm-n1{margin-right:-0.25rem!important}.me-sm-n2{margin-right:-0.5rem!important}.me-sm-n3{margin-right:-1rem!important}.me-sm-n4{margin-right:-1.5rem!important}.me-sm-n5{margin-right:-0.3125rem!important}.me-sm-n10{margin-right:-0.625rem!important}.me-sm-n15{margin-right:-0.9375rem!important}.me-sm-n20{margin-right:-1.25rem!important}.me-sm-n30{margin-right:-1.875rem!important}.me-sm-n40{margin-right:-2.5rem!important}.me-sm-n50{margin-right:-3.125rem!important}.me-sm-n60{margin-right:-3.75rem!important}.me-sm-n70{margin-right:-4.375rem!important}.me-sm-n80{margin-right:-5rem!important}.me-sm-n100{margin-right:-6.25rem!important}.me-sm-n120{margin-right:-7.5rem!important}.mb-sm-n1{margin-bottom:-0.25rem!important}.mb-sm-n2{margin-bottom:-0.5rem!important}.mb-sm-n3{margin-bottom:-1rem!important}.mb-sm-n4{margin-bottom:-1.5rem!important}.mb-sm-n5{margin-bottom:-0.3125rem!important}.mb-sm-n10{margin-bottom:-0.625rem!important}.mb-sm-n15{margin-bottom:-0.9375rem!important}.mb-sm-n20{margin-bottom:-1.25rem!important}.mb-sm-n30{margin-bottom:-1.875rem!important}.mb-sm-n40{margin-bottom:-2.5rem!important}.mb-sm-n50{margin-bottom:-3.125rem!important}.mb-sm-n60{margin-bottom:-3.75rem!important}.mb-sm-n70{margin-bottom:-4.375rem!important}.mb-sm-n80{margin-bottom:-5rem!important}.mb-sm-n100{margin-bottom:-6.25rem!important}.mb-sm-n120{margin-bottom:-7.5rem!important}.ms-sm-n1{margin-left:-0.25rem!important}.ms-sm-n2{margin-left:-0.5rem!important}.ms-sm-n3{margin-left:-1rem!important}.ms-sm-n4{margin-left:-1.5rem!important}.ms-sm-n5{margin-left:-0.3125rem!important}.ms-sm-n10{margin-left:-0.625rem!important}.ms-sm-n15{margin-left:-0.9375rem!important}.ms-sm-n20{margin-left:-1.25rem!important}.ms-sm-n30{margin-left:-1.875rem!important}.ms-sm-n40{margin-left:-2.5rem!important}.ms-sm-n50{margin-left:-3.125rem!important}.ms-sm-n60{margin-left:-3.75rem!important}.ms-sm-n70{margin-left:-4.375rem!important}.ms-sm-n80{margin-left:-5rem!important}.ms-sm-n100{margin-left:-6.25rem!important}.ms-sm-n120{margin-left:-7.5rem!important}.p-sm-0{padding:0!important}.p-sm-1{padding:0.25rem!important}.p-sm-2{padding:0.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:0.3125rem!important}.p-sm-10{padding:0.625rem!important}.p-sm-15{padding:0.9375rem!important}.p-sm-20{padding:1.25rem!important}.p-sm-30{padding:1.875rem!important}.p-sm-40{padding:2.5rem!important}.p-sm-50{padding:3.125rem!important}.p-sm-60{padding:3.75rem!important}.p-sm-70{padding:4.375rem!important}.p-sm-80{padding:5rem!important}.p-sm-100{padding:6.25rem!important}.p-sm-120{padding:7.5rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-sm-2{padding-right:0.5rem!important;padding-left:0.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:0.3125rem!important;padding-left:0.3125rem!important}.px-sm-10{padding-right:0.625rem!important;padding-left:0.625rem!important}.px-sm-15{padding-right:0.9375rem!important;padding-left:0.9375rem!important}.px-sm-20{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-sm-30{padding-right:1.875rem!important;padding-left:1.875rem!important}.px-sm-40{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-sm-50{padding-right:3.125rem!important;padding-left:3.125rem!important}.px-sm-60{padding-right:3.75rem!important;padding-left:3.75rem!important}.px-sm-70{padding-right:4.375rem!important;padding-left:4.375rem!important}.px-sm-80{padding-right:5rem!important;padding-left:5rem!important}.px-sm-100{padding-right:6.25rem!important;padding-left:6.25rem!important}.px-sm-120{padding-right:7.5rem!important;padding-left:7.5rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-sm-2{padding-top:0.5rem!important;padding-bottom:0.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:0.3125rem!important;padding-bottom:0.3125rem!important}.py-sm-10{padding-top:0.625rem!important;padding-bottom:0.625rem!important}.py-sm-15{padding-top:0.9375rem!important;padding-bottom:0.9375rem!important}.py-sm-20{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-sm-30{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-sm-40{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-sm-50{padding-top:3.125rem!important;padding-bottom:3.125rem!important}.py-sm-60{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-sm-70{padding-top:4.375rem!important;padding-bottom:4.375rem!important}.py-sm-80{padding-top:5rem!important;padding-bottom:5rem!important}.py-sm-100{padding-top:6.25rem!important;padding-bottom:6.25rem!important}.py-sm-120{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:0.25rem!important}.pt-sm-2{padding-top:0.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:0.3125rem!important}.pt-sm-10{padding-top:0.625rem!important}.pt-sm-15{padding-top:0.9375rem!important}.pt-sm-20{padding-top:1.25rem!important}.pt-sm-30{padding-top:1.875rem!important}.pt-sm-40{padding-top:2.5rem!important}.pt-sm-50{padding-top:3.125rem!important}.pt-sm-60{padding-top:3.75rem!important}.pt-sm-70{padding-top:4.375rem!important}.pt-sm-80{padding-top:5rem!important}.pt-sm-100{padding-top:6.25rem!important}.pt-sm-120{padding-top:7.5rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:0.25rem!important}.pe-sm-2{padding-right:0.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:0.3125rem!important}.pe-sm-10{padding-right:0.625rem!important}.pe-sm-15{padding-right:0.9375rem!important}.pe-sm-20{padding-right:1.25rem!important}.pe-sm-30{padding-right:1.875rem!important}.pe-sm-40{padding-right:2.5rem!important}.pe-sm-50{padding-right:3.125rem!important}.pe-sm-60{padding-right:3.75rem!important}.pe-sm-70{padding-right:4.375rem!important}.pe-sm-80{padding-right:5rem!important}.pe-sm-100{padding-right:6.25rem!important}.pe-sm-120{padding-right:7.5rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:0.25rem!important}.pb-sm-2{padding-bottom:0.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:0.3125rem!important}.pb-sm-10{padding-bottom:0.625rem!important}.pb-sm-15{padding-bottom:0.9375rem!important}.pb-sm-20{padding-bottom:1.25rem!important}.pb-sm-30{padding-bottom:1.875rem!important}.pb-sm-40{padding-bottom:2.5rem!important}.pb-sm-50{padding-bottom:3.125rem!important}.pb-sm-60{padding-bottom:3.75rem!important}.pb-sm-70{padding-bottom:4.375rem!important}.pb-sm-80{padding-bottom:5rem!important}.pb-sm-100{padding-bottom:6.25rem!important}.pb-sm-120{padding-bottom:7.5rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:0.25rem!important}.ps-sm-2{padding-left:0.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:0.3125rem!important}.ps-sm-10{padding-left:0.625rem!important}.ps-sm-15{padding-left:0.9375rem!important}.ps-sm-20{padding-left:1.25rem!important}.ps-sm-30{padding-left:1.875rem!important}.ps-sm-40{padding-left:2.5rem!important}.ps-sm-50{padding-left:3.125rem!important}.ps-sm-60{padding-left:3.75rem!important}.ps-sm-70{padding-left:4.375rem!important}.ps-sm-80{padding-left:5rem!important}.ps-sm-100{padding-left:6.25rem!important}.ps-sm-120{padding-left:7.5rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:0.25rem!important}.gap-sm-2{gap:0.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:0.3125rem!important}.gap-sm-10{gap:0.625rem!important}.gap-sm-15{gap:0.9375rem!important}.gap-sm-20{gap:1.25rem!important}.gap-sm-30{gap:1.875rem!important}.gap-sm-40{gap:2.5rem!important}.gap-sm-50{gap:3.125rem!important}.gap-sm-60{gap:3.75rem!important}.gap-sm-70{gap:4.375rem!important}.gap-sm-80{gap:5rem!important}.gap-sm-100{gap:6.25rem!important}.gap-sm-120{gap:7.5rem!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}.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-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:0.25rem!important}.m-md-2{margin:0.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:0.3125rem!important}.m-md-10{margin:0.625rem!important}.m-md-15{margin:0.9375rem!important}.m-md-20{margin:1.25rem!important}.m-md-30{margin:1.875rem!important}.m-md-40{margin:2.5rem!important}.m-md-50{margin:3.125rem!important}.m-md-60{margin:3.75rem!important}.m-md-70{margin:4.375rem!important}.m-md-80{margin:5rem!important}.m-md-100{margin:6.25rem!important}.m-md-120{margin:7.5rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-md-2{margin-right:0.5rem!important;margin-left:0.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:0.3125rem!important;margin-left:0.3125rem!important}.mx-md-10{margin-right:0.625rem!important;margin-left:0.625rem!important}.mx-md-15{margin-right:0.9375rem!important;margin-left:0.9375rem!important}.mx-md-20{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-md-30{margin-right:1.875rem!important;margin-left:1.875rem!important}.mx-md-40{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-md-50{margin-right:3.125rem!important;margin-left:3.125rem!important}.mx-md-60{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-md-70{margin-right:4.375rem!important;margin-left:4.375rem!important}.mx-md-80{margin-right:5rem!important;margin-left:5rem!important}.mx-md-100{margin-right:6.25rem!important;margin-left:6.25rem!important}.mx-md-120{margin-right:7.5rem!important;margin-left:7.5rem!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:0.25rem!important;margin-bottom:0.25rem!important}.my-md-2{margin-top:0.5rem!important;margin-bottom:0.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:0.3125rem!important;margin-bottom:0.3125rem!important}.my-md-10{margin-top:0.625rem!important;margin-bottom:0.625rem!important}.my-md-15{margin-top:0.9375rem!important;margin-bottom:0.9375rem!important}.my-md-20{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-md-30{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-md-40{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-md-50{margin-top:3.125rem!important;margin-bottom:3.125rem!important}.my-md-60{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-md-70{margin-top:4.375rem!important;margin-bottom:4.375rem!important}.my-md-80{margin-top:5rem!important;margin-bottom:5rem!important}.my-md-100{margin-top:6.25rem!important;margin-bottom:6.25rem!important}.my-md-120{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:0.25rem!important}.mt-md-2{margin-top:0.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:0.3125rem!important}.mt-md-10{margin-top:0.625rem!important}.mt-md-15{margin-top:0.9375rem!important}.mt-md-20{margin-top:1.25rem!important}.mt-md-30{margin-top:1.875rem!important}.mt-md-40{margin-top:2.5rem!important}.mt-md-50{margin-top:3.125rem!important}.mt-md-60{margin-top:3.75rem!important}.mt-md-70{margin-top:4.375rem!important}.mt-md-80{margin-top:5rem!important}.mt-md-100{margin-top:6.25rem!important}.mt-md-120{margin-top:7.5rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:0.25rem!important}.me-md-2{margin-right:0.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:0.3125rem!important}.me-md-10{margin-right:0.625rem!important}.me-md-15{margin-right:0.9375rem!important}.me-md-20{margin-right:1.25rem!important}.me-md-30{margin-right:1.875rem!important}.me-md-40{margin-right:2.5rem!important}.me-md-50{margin-right:3.125rem!important}.me-md-60{margin-right:3.75rem!important}.me-md-70{margin-right:4.375rem!important}.me-md-80{margin-right:5rem!important}.me-md-100{margin-right:6.25rem!important}.me-md-120{margin-right:7.5rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:0.25rem!important}.mb-md-2{margin-bottom:0.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:0.3125rem!important}.mb-md-10{margin-bottom:0.625rem!important}.mb-md-15{margin-bottom:0.9375rem!important}.mb-md-20{margin-bottom:1.25rem!important}.mb-md-30{margin-bottom:1.875rem!important}.mb-md-40{margin-bottom:2.5rem!important}.mb-md-50{margin-bottom:3.125rem!important}.mb-md-60{margin-bottom:3.75rem!important}.mb-md-70{margin-bottom:4.375rem!important}.mb-md-80{margin-bottom:5rem!important}.mb-md-100{margin-bottom:6.25rem!important}.mb-md-120{margin-bottom:7.5rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:0.25rem!important}.ms-md-2{margin-left:0.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:0.3125rem!important}.ms-md-10{margin-left:0.625rem!important}.ms-md-15{margin-left:0.9375rem!important}.ms-md-20{margin-left:1.25rem!important}.ms-md-30{margin-left:1.875rem!important}.ms-md-40{margin-left:2.5rem!important}.ms-md-50{margin-left:3.125rem!important}.ms-md-60{margin-left:3.75rem!important}.ms-md-70{margin-left:4.375rem!important}.ms-md-80{margin-left:5rem!important}.ms-md-100{margin-left:6.25rem!important}.ms-md-120{margin-left:7.5rem!important}.ms-md-auto{margin-left:auto!important}.m-md-n1{margin:-0.25rem!important}.m-md-n2{margin:-0.5rem!important}.m-md-n3{margin:-1rem!important}.m-md-n4{margin:-1.5rem!important}.m-md-n5{margin:-0.3125rem!important}.m-md-n10{margin:-0.625rem!important}.m-md-n15{margin:-0.9375rem!important}.m-md-n20{margin:-1.25rem!important}.m-md-n30{margin:-1.875rem!important}.m-md-n40{margin:-2.5rem!important}.m-md-n50{margin:-3.125rem!important}.m-md-n60{margin:-3.75rem!important}.m-md-n70{margin:-4.375rem!important}.m-md-n80{margin:-5rem!important}.m-md-n100{margin:-6.25rem!important}.m-md-n120{margin:-7.5rem!important}.mx-md-n1{margin-right:-0.25rem!important;margin-left:-0.25rem!important}.mx-md-n2{margin-right:-0.5rem!important;margin-left:-0.5rem!important}.mx-md-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-md-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-md-n5{margin-right:-0.3125rem!important;margin-left:-0.3125rem!important}.mx-md-n10{margin-right:-0.625rem!important;margin-left:-0.625rem!important}.mx-md-n15{margin-right:-0.9375rem!important;margin-left:-0.9375rem!important}.mx-md-n20{margin-right:-1.25rem!important;margin-left:-1.25rem!important}.mx-md-n30{margin-right:-1.875rem!important;margin-left:-1.875rem!important}.mx-md-n40{margin-right:-2.5rem!important;margin-left:-2.5rem!important}.mx-md-n50{margin-right:-3.125rem!important;margin-left:-3.125rem!important}.mx-md-n60{margin-right:-3.75rem!important;margin-left:-3.75rem!important}.mx-md-n70{margin-right:-4.375rem!important;margin-left:-4.375rem!important}.mx-md-n80{margin-right:-5rem!important;margin-left:-5rem!important}.mx-md-n100{margin-right:-6.25rem!important;margin-left:-6.25rem!important}.mx-md-n120{margin-right:-7.5rem!important;margin-left:-7.5rem!important}.my-md-n1{margin-top:-0.25rem!important;margin-bottom:-0.25rem!important}.my-md-n2{margin-top:-0.5rem!important;margin-bottom:-0.5rem!important}.my-md-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-md-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-md-n5{margin-top:-0.3125rem!important;margin-bottom:-0.3125rem!important}.my-md-n10{margin-top:-0.625rem!important;margin-bottom:-0.625rem!important}.my-md-n15{margin-top:-0.9375rem!important;margin-bottom:-0.9375rem!important}.my-md-n20{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.my-md-n30{margin-top:-1.875rem!important;margin-bottom:-1.875rem!important}.my-md-n40{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-md-n50{margin-top:-3.125rem!important;margin-bottom:-3.125rem!important}.my-md-n60{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}.my-md-n70{margin-top:-4.375rem!important;margin-bottom:-4.375rem!important}.my-md-n80{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-md-n100{margin-top:-6.25rem!important;margin-bottom:-6.25rem!important}.my-md-n120{margin-top:-7.5rem!important;margin-bottom:-7.5rem!important}.mt-md-n1{margin-top:-0.25rem!important}.mt-md-n2{margin-top:-0.5rem!important}.mt-md-n3{margin-top:-1rem!important}.mt-md-n4{margin-top:-1.5rem!important}.mt-md-n5{margin-top:-0.3125rem!important}.mt-md-n10{margin-top:-0.625rem!important}.mt-md-n15{margin-top:-0.9375rem!important}.mt-md-n20{margin-top:-1.25rem!important}.mt-md-n30{margin-top:-1.875rem!important}.mt-md-n40{margin-top:-2.5rem!important}.mt-md-n50{margin-top:-3.125rem!important}.mt-md-n60{margin-top:-3.75rem!important}.mt-md-n70{margin-top:-4.375rem!important}.mt-md-n80{margin-top:-5rem!important}.mt-md-n100{margin-top:-6.25rem!important}.mt-md-n120{margin-top:-7.5rem!important}.me-md-n1{margin-right:-0.25rem!important}.me-md-n2{margin-right:-0.5rem!important}.me-md-n3{margin-right:-1rem!important}.me-md-n4{margin-right:-1.5rem!important}.me-md-n5{margin-right:-0.3125rem!important}.me-md-n10{margin-right:-0.625rem!important}.me-md-n15{margin-right:-0.9375rem!important}.me-md-n20{margin-right:-1.25rem!important}.me-md-n30{margin-right:-1.875rem!important}.me-md-n40{margin-right:-2.5rem!important}.me-md-n50{margin-right:-3.125rem!important}.me-md-n60{margin-right:-3.75rem!important}.me-md-n70{margin-right:-4.375rem!important}.me-md-n80{margin-right:-5rem!important}.me-md-n100{margin-right:-6.25rem!important}.me-md-n120{margin-right:-7.5rem!important}.mb-md-n1{margin-bottom:-0.25rem!important}.mb-md-n2{margin-bottom:-0.5rem!important}.mb-md-n3{margin-bottom:-1rem!important}.mb-md-n4{margin-bottom:-1.5rem!important}.mb-md-n5{margin-bottom:-0.3125rem!important}.mb-md-n10{margin-bottom:-0.625rem!important}.mb-md-n15{margin-bottom:-0.9375rem!important}.mb-md-n20{margin-bottom:-1.25rem!important}.mb-md-n30{margin-bottom:-1.875rem!important}.mb-md-n40{margin-bottom:-2.5rem!important}.mb-md-n50{margin-bottom:-3.125rem!important}.mb-md-n60{margin-bottom:-3.75rem!important}.mb-md-n70{margin-bottom:-4.375rem!important}.mb-md-n80{margin-bottom:-5rem!important}.mb-md-n100{margin-bottom:-6.25rem!important}.mb-md-n120{margin-bottom:-7.5rem!important}.ms-md-n1{margin-left:-0.25rem!important}.ms-md-n2{margin-left:-0.5rem!important}.ms-md-n3{margin-left:-1rem!important}.ms-md-n4{margin-left:-1.5rem!important}.ms-md-n5{margin-left:-0.3125rem!important}.ms-md-n10{margin-left:-0.625rem!important}.ms-md-n15{margin-left:-0.9375rem!important}.ms-md-n20{margin-left:-1.25rem!important}.ms-md-n30{margin-left:-1.875rem!important}.ms-md-n40{margin-left:-2.5rem!important}.ms-md-n50{margin-left:-3.125rem!important}.ms-md-n60{margin-left:-3.75rem!important}.ms-md-n70{margin-left:-4.375rem!important}.ms-md-n80{margin-left:-5rem!important}.ms-md-n100{margin-left:-6.25rem!important}.ms-md-n120{margin-left:-7.5rem!important}.p-md-0{padding:0!important}.p-md-1{padding:0.25rem!important}.p-md-2{padding:0.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:0.3125rem!important}.p-md-10{padding:0.625rem!important}.p-md-15{padding:0.9375rem!important}.p-md-20{padding:1.25rem!important}.p-md-30{padding:1.875rem!important}.p-md-40{padding:2.5rem!important}.p-md-50{padding:3.125rem!important}.p-md-60{padding:3.75rem!important}.p-md-70{padding:4.375rem!important}.p-md-80{padding:5rem!important}.p-md-100{padding:6.25rem!important}.p-md-120{padding:7.5rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-md-2{padding-right:0.5rem!important;padding-left:0.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:0.3125rem!important;padding-left:0.3125rem!important}.px-md-10{padding-right:0.625rem!important;padding-left:0.625rem!important}.px-md-15{padding-right:0.9375rem!important;padding-left:0.9375rem!important}.px-md-20{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-md-30{padding-right:1.875rem!important;padding-left:1.875rem!important}.px-md-40{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-md-50{padding-right:3.125rem!important;padding-left:3.125rem!important}.px-md-60{padding-right:3.75rem!important;padding-left:3.75rem!important}.px-md-70{padding-right:4.375rem!important;padding-left:4.375rem!important}.px-md-80{padding-right:5rem!important;padding-left:5rem!important}.px-md-100{padding-right:6.25rem!important;padding-left:6.25rem!important}.px-md-120{padding-right:7.5rem!important;padding-left:7.5rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-md-2{padding-top:0.5rem!important;padding-bottom:0.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:0.3125rem!important;padding-bottom:0.3125rem!important}.py-md-10{padding-top:0.625rem!important;padding-bottom:0.625rem!important}.py-md-15{padding-top:0.9375rem!important;padding-bottom:0.9375rem!important}.py-md-20{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-md-30{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-md-40{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-md-50{padding-top:3.125rem!important;padding-bottom:3.125rem!important}.py-md-60{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-md-70{padding-top:4.375rem!important;padding-bottom:4.375rem!important}.py-md-80{padding-top:5rem!important;padding-bottom:5rem!important}.py-md-100{padding-top:6.25rem!important;padding-bottom:6.25rem!important}.py-md-120{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:0.25rem!important}.pt-md-2{padding-top:0.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:0.3125rem!important}.pt-md-10{padding-top:0.625rem!important}.pt-md-15{padding-top:0.9375rem!important}.pt-md-20{padding-top:1.25rem!important}.pt-md-30{padding-top:1.875rem!important}.pt-md-40{padding-top:2.5rem!important}.pt-md-50{padding-top:3.125rem!important}.pt-md-60{padding-top:3.75rem!important}.pt-md-70{padding-top:4.375rem!important}.pt-md-80{padding-top:5rem!important}.pt-md-100{padding-top:6.25rem!important}.pt-md-120{padding-top:7.5rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:0.25rem!important}.pe-md-2{padding-right:0.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:0.3125rem!important}.pe-md-10{padding-right:0.625rem!important}.pe-md-15{padding-right:0.9375rem!important}.pe-md-20{padding-right:1.25rem!important}.pe-md-30{padding-right:1.875rem!important}.pe-md-40{padding-right:2.5rem!important}.pe-md-50{padding-right:3.125rem!important}.pe-md-60{padding-right:3.75rem!important}.pe-md-70{padding-right:4.375rem!important}.pe-md-80{padding-right:5rem!important}.pe-md-100{padding-right:6.25rem!important}.pe-md-120{padding-right:7.5rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:0.25rem!important}.pb-md-2{padding-bottom:0.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:0.3125rem!important}.pb-md-10{padding-bottom:0.625rem!important}.pb-md-15{padding-bottom:0.9375rem!important}.pb-md-20{padding-bottom:1.25rem!important}.pb-md-30{padding-bottom:1.875rem!important}.pb-md-40{padding-bottom:2.5rem!important}.pb-md-50{padding-bottom:3.125rem!important}.pb-md-60{padding-bottom:3.75rem!important}.pb-md-70{padding-bottom:4.375rem!important}.pb-md-80{padding-bottom:5rem!important}.pb-md-100{padding-bottom:6.25rem!important}.pb-md-120{padding-bottom:7.5rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:0.25rem!important}.ps-md-2{padding-left:0.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:0.3125rem!important}.ps-md-10{padding-left:0.625rem!important}.ps-md-15{padding-left:0.9375rem!important}.ps-md-20{padding-left:1.25rem!important}.ps-md-30{padding-left:1.875rem!important}.ps-md-40{padding-left:2.5rem!important}.ps-md-50{padding-left:3.125rem!important}.ps-md-60{padding-left:3.75rem!important}.ps-md-70{padding-left:4.375rem!important}.ps-md-80{padding-left:5rem!important}.ps-md-100{padding-left:6.25rem!important}.ps-md-120{padding-left:7.5rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:0.25rem!important}.gap-md-2{gap:0.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:0.3125rem!important}.gap-md-10{gap:0.625rem!important}.gap-md-15{gap:0.9375rem!important}.gap-md-20{gap:1.25rem!important}.gap-md-30{gap:1.875rem!important}.gap-md-40{gap:2.5rem!important}.gap-md-50{gap:3.125rem!important}.gap-md-60{gap:3.75rem!important}.gap-md-70{gap:4.375rem!important}.gap-md-80{gap:5rem!important}.gap-md-100{gap:6.25rem!important}.gap-md-120{gap:7.5rem!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}.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-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:0.25rem!important}.m-lg-2{margin:0.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:0.3125rem!important}.m-lg-10{margin:0.625rem!important}.m-lg-15{margin:0.9375rem!important}.m-lg-20{margin:1.25rem!important}.m-lg-30{margin:1.875rem!important}.m-lg-40{margin:2.5rem!important}.m-lg-50{margin:3.125rem!important}.m-lg-60{margin:3.75rem!important}.m-lg-70{margin:4.375rem!important}.m-lg-80{margin:5rem!important}.m-lg-100{margin:6.25rem!important}.m-lg-120{margin:7.5rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-lg-2{margin-right:0.5rem!important;margin-left:0.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:0.3125rem!important;margin-left:0.3125rem!important}.mx-lg-10{margin-right:0.625rem!important;margin-left:0.625rem!important}.mx-lg-15{margin-right:0.9375rem!important;margin-left:0.9375rem!important}.mx-lg-20{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-lg-30{margin-right:1.875rem!important;margin-left:1.875rem!important}.mx-lg-40{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-lg-50{margin-right:3.125rem!important;margin-left:3.125rem!important}.mx-lg-60{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-lg-70{margin-right:4.375rem!important;margin-left:4.375rem!important}.mx-lg-80{margin-right:5rem!important;margin-left:5rem!important}.mx-lg-100{margin-right:6.25rem!important;margin-left:6.25rem!important}.mx-lg-120{margin-right:7.5rem!important;margin-left:7.5rem!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:0.25rem!important;margin-bottom:0.25rem!important}.my-lg-2{margin-top:0.5rem!important;margin-bottom:0.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:0.3125rem!important;margin-bottom:0.3125rem!important}.my-lg-10{margin-top:0.625rem!important;margin-bottom:0.625rem!important}.my-lg-15{margin-top:0.9375rem!important;margin-bottom:0.9375rem!important}.my-lg-20{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-lg-30{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-lg-40{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-lg-50{margin-top:3.125rem!important;margin-bottom:3.125rem!important}.my-lg-60{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-lg-70{margin-top:4.375rem!important;margin-bottom:4.375rem!important}.my-lg-80{margin-top:5rem!important;margin-bottom:5rem!important}.my-lg-100{margin-top:6.25rem!important;margin-bottom:6.25rem!important}.my-lg-120{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:0.25rem!important}.mt-lg-2{margin-top:0.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:0.3125rem!important}.mt-lg-10{margin-top:0.625rem!important}.mt-lg-15{margin-top:0.9375rem!important}.mt-lg-20{margin-top:1.25rem!important}.mt-lg-30{margin-top:1.875rem!important}.mt-lg-40{margin-top:2.5rem!important}.mt-lg-50{margin-top:3.125rem!important}.mt-lg-60{margin-top:3.75rem!important}.mt-lg-70{margin-top:4.375rem!important}.mt-lg-80{margin-top:5rem!important}.mt-lg-100{margin-top:6.25rem!important}.mt-lg-120{margin-top:7.5rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:0.25rem!important}.me-lg-2{margin-right:0.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:0.3125rem!important}.me-lg-10{margin-right:0.625rem!important}.me-lg-15{margin-right:0.9375rem!important}.me-lg-20{margin-right:1.25rem!important}.me-lg-30{margin-right:1.875rem!important}.me-lg-40{margin-right:2.5rem!important}.me-lg-50{margin-right:3.125rem!important}.me-lg-60{margin-right:3.75rem!important}.me-lg-70{margin-right:4.375rem!important}.me-lg-80{margin-right:5rem!important}.me-lg-100{margin-right:6.25rem!important}.me-lg-120{margin-right:7.5rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:0.25rem!important}.mb-lg-2{margin-bottom:0.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:0.3125rem!important}.mb-lg-10{margin-bottom:0.625rem!important}.mb-lg-15{margin-bottom:0.9375rem!important}.mb-lg-20{margin-bottom:1.25rem!important}.mb-lg-30{margin-bottom:1.875rem!important}.mb-lg-40{margin-bottom:2.5rem!important}.mb-lg-50{margin-bottom:3.125rem!important}.mb-lg-60{margin-bottom:3.75rem!important}.mb-lg-70{margin-bottom:4.375rem!important}.mb-lg-80{margin-bottom:5rem!important}.mb-lg-100{margin-bottom:6.25rem!important}.mb-lg-120{margin-bottom:7.5rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:0.25rem!important}.ms-lg-2{margin-left:0.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:0.3125rem!important}.ms-lg-10{margin-left:0.625rem!important}.ms-lg-15{margin-left:0.9375rem!important}.ms-lg-20{margin-left:1.25rem!important}.ms-lg-30{margin-left:1.875rem!important}.ms-lg-40{margin-left:2.5rem!important}.ms-lg-50{margin-left:3.125rem!important}.ms-lg-60{margin-left:3.75rem!important}.ms-lg-70{margin-left:4.375rem!important}.ms-lg-80{margin-left:5rem!important}.ms-lg-100{margin-left:6.25rem!important}.ms-lg-120{margin-left:7.5rem!important}.ms-lg-auto{margin-left:auto!important}.m-lg-n1{margin:-0.25rem!important}.m-lg-n2{margin:-0.5rem!important}.m-lg-n3{margin:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.m-lg-n5{margin:-0.3125rem!important}.m-lg-n10{margin:-0.625rem!important}.m-lg-n15{margin:-0.9375rem!important}.m-lg-n20{margin:-1.25rem!important}.m-lg-n30{margin:-1.875rem!important}.m-lg-n40{margin:-2.5rem!important}.m-lg-n50{margin:-3.125rem!important}.m-lg-n60{margin:-3.75rem!important}.m-lg-n70{margin:-4.375rem!important}.m-lg-n80{margin:-5rem!important}.m-lg-n100{margin:-6.25rem!important}.m-lg-n120{margin:-7.5rem!important}.mx-lg-n1{margin-right:-0.25rem!important;margin-left:-0.25rem!important}.mx-lg-n2{margin-right:-0.5rem!important;margin-left:-0.5rem!important}.mx-lg-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-lg-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-lg-n5{margin-right:-0.3125rem!important;margin-left:-0.3125rem!important}.mx-lg-n10{margin-right:-0.625rem!important;margin-left:-0.625rem!important}.mx-lg-n15{margin-right:-0.9375rem!important;margin-left:-0.9375rem!important}.mx-lg-n20{margin-right:-1.25rem!important;margin-left:-1.25rem!important}.mx-lg-n30{margin-right:-1.875rem!important;margin-left:-1.875rem!important}.mx-lg-n40{margin-right:-2.5rem!important;margin-left:-2.5rem!important}.mx-lg-n50{margin-right:-3.125rem!important;margin-left:-3.125rem!important}.mx-lg-n60{margin-right:-3.75rem!important;margin-left:-3.75rem!important}.mx-lg-n70{margin-right:-4.375rem!important;margin-left:-4.375rem!important}.mx-lg-n80{margin-right:-5rem!important;margin-left:-5rem!important}.mx-lg-n100{margin-right:-6.25rem!important;margin-left:-6.25rem!important}.mx-lg-n120{margin-right:-7.5rem!important;margin-left:-7.5rem!important}.my-lg-n1{margin-top:-0.25rem!important;margin-bottom:-0.25rem!important}.my-lg-n2{margin-top:-0.5rem!important;margin-bottom:-0.5rem!important}.my-lg-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-lg-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-lg-n5{margin-top:-0.3125rem!important;margin-bottom:-0.3125rem!important}.my-lg-n10{margin-top:-0.625rem!important;margin-bottom:-0.625rem!important}.my-lg-n15{margin-top:-0.9375rem!important;margin-bottom:-0.9375rem!important}.my-lg-n20{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.my-lg-n30{margin-top:-1.875rem!important;margin-bottom:-1.875rem!important}.my-lg-n40{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-lg-n50{margin-top:-3.125rem!important;margin-bottom:-3.125rem!important}.my-lg-n60{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}.my-lg-n70{margin-top:-4.375rem!important;margin-bottom:-4.375rem!important}.my-lg-n80{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-lg-n100{margin-top:-6.25rem!important;margin-bottom:-6.25rem!important}.my-lg-n120{margin-top:-7.5rem!important;margin-bottom:-7.5rem!important}.mt-lg-n1{margin-top:-0.25rem!important}.mt-lg-n2{margin-top:-0.5rem!important}.mt-lg-n3{margin-top:-1rem!important}.mt-lg-n4{margin-top:-1.5rem!important}.mt-lg-n5{margin-top:-0.3125rem!important}.mt-lg-n10{margin-top:-0.625rem!important}.mt-lg-n15{margin-top:-0.9375rem!important}.mt-lg-n20{margin-top:-1.25rem!important}.mt-lg-n30{margin-top:-1.875rem!important}.mt-lg-n40{margin-top:-2.5rem!important}.mt-lg-n50{margin-top:-3.125rem!important}.mt-lg-n60{margin-top:-3.75rem!important}.mt-lg-n70{margin-top:-4.375rem!important}.mt-lg-n80{margin-top:-5rem!important}.mt-lg-n100{margin-top:-6.25rem!important}.mt-lg-n120{margin-top:-7.5rem!important}.me-lg-n1{margin-right:-0.25rem!important}.me-lg-n2{margin-right:-0.5rem!important}.me-lg-n3{margin-right:-1rem!important}.me-lg-n4{margin-right:-1.5rem!important}.me-lg-n5{margin-right:-0.3125rem!important}.me-lg-n10{margin-right:-0.625rem!important}.me-lg-n15{margin-right:-0.9375rem!important}.me-lg-n20{margin-right:-1.25rem!important}.me-lg-n30{margin-right:-1.875rem!important}.me-lg-n40{margin-right:-2.5rem!important}.me-lg-n50{margin-right:-3.125rem!important}.me-lg-n60{margin-right:-3.75rem!important}.me-lg-n70{margin-right:-4.375rem!important}.me-lg-n80{margin-right:-5rem!important}.me-lg-n100{margin-right:-6.25rem!important}.me-lg-n120{margin-right:-7.5rem!important}.mb-lg-n1{margin-bottom:-0.25rem!important}.mb-lg-n2{margin-bottom:-0.5rem!important}.mb-lg-n3{margin-bottom:-1rem!important}.mb-lg-n4{margin-bottom:-1.5rem!important}.mb-lg-n5{margin-bottom:-0.3125rem!important}.mb-lg-n10{margin-bottom:-0.625rem!important}.mb-lg-n15{margin-bottom:-0.9375rem!important}.mb-lg-n20{margin-bottom:-1.25rem!important}.mb-lg-n30{margin-bottom:-1.875rem!important}.mb-lg-n40{margin-bottom:-2.5rem!important}.mb-lg-n50{margin-bottom:-3.125rem!important}.mb-lg-n60{margin-bottom:-3.75rem!important}.mb-lg-n70{margin-bottom:-4.375rem!important}.mb-lg-n80{margin-bottom:-5rem!important}.mb-lg-n100{margin-bottom:-6.25rem!important}.mb-lg-n120{margin-bottom:-7.5rem!important}.ms-lg-n1{margin-left:-0.25rem!important}.ms-lg-n2{margin-left:-0.5rem!important}.ms-lg-n3{margin-left:-1rem!important}.ms-lg-n4{margin-left:-1.5rem!important}.ms-lg-n5{margin-left:-0.3125rem!important}.ms-lg-n10{margin-left:-0.625rem!important}.ms-lg-n15{margin-left:-0.9375rem!important}.ms-lg-n20{margin-left:-1.25rem!important}.ms-lg-n30{margin-left:-1.875rem!important}.ms-lg-n40{margin-left:-2.5rem!important}.ms-lg-n50{margin-left:-3.125rem!important}.ms-lg-n60{margin-left:-3.75rem!important}.ms-lg-n70{margin-left:-4.375rem!important}.ms-lg-n80{margin-left:-5rem!important}.ms-lg-n100{margin-left:-6.25rem!important}.ms-lg-n120{margin-left:-7.5rem!important}.p-lg-0{padding:0!important}.p-lg-1{padding:0.25rem!important}.p-lg-2{padding:0.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:0.3125rem!important}.p-lg-10{padding:0.625rem!important}.p-lg-15{padding:0.9375rem!important}.p-lg-20{padding:1.25rem!important}.p-lg-30{padding:1.875rem!important}.p-lg-40{padding:2.5rem!important}.p-lg-50{padding:3.125rem!important}.p-lg-60{padding:3.75rem!important}.p-lg-70{padding:4.375rem!important}.p-lg-80{padding:5rem!important}.p-lg-100{padding:6.25rem!important}.p-lg-120{padding:7.5rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-lg-2{padding-right:0.5rem!important;padding-left:0.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:0.3125rem!important;padding-left:0.3125rem!important}.px-lg-10{padding-right:0.625rem!important;padding-left:0.625rem!important}.px-lg-15{padding-right:0.9375rem!important;padding-left:0.9375rem!important}.px-lg-20{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-lg-30{padding-right:1.875rem!important;padding-left:1.875rem!important}.px-lg-40{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-lg-50{padding-right:3.125rem!important;padding-left:3.125rem!important}.px-lg-60{padding-right:3.75rem!important;padding-left:3.75rem!important}.px-lg-70{padding-right:4.375rem!important;padding-left:4.375rem!important}.px-lg-80{padding-right:5rem!important;padding-left:5rem!important}.px-lg-100{padding-right:6.25rem!important;padding-left:6.25rem!important}.px-lg-120{padding-right:7.5rem!important;padding-left:7.5rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-lg-2{padding-top:0.5rem!important;padding-bottom:0.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:0.3125rem!important;padding-bottom:0.3125rem!important}.py-lg-10{padding-top:0.625rem!important;padding-bottom:0.625rem!important}.py-lg-15{padding-top:0.9375rem!important;padding-bottom:0.9375rem!important}.py-lg-20{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-lg-30{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-lg-40{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-lg-50{padding-top:3.125rem!important;padding-bottom:3.125rem!important}.py-lg-60{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-lg-70{padding-top:4.375rem!important;padding-bottom:4.375rem!important}.py-lg-80{padding-top:5rem!important;padding-bottom:5rem!important}.py-lg-100{padding-top:6.25rem!important;padding-bottom:6.25rem!important}.py-lg-120{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:0.25rem!important}.pt-lg-2{padding-top:0.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:0.3125rem!important}.pt-lg-10{padding-top:0.625rem!important}.pt-lg-15{padding-top:0.9375rem!important}.pt-lg-20{padding-top:1.25rem!important}.pt-lg-30{padding-top:1.875rem!important}.pt-lg-40{padding-top:2.5rem!important}.pt-lg-50{padding-top:3.125rem!important}.pt-lg-60{padding-top:3.75rem!important}.pt-lg-70{padding-top:4.375rem!important}.pt-lg-80{padding-top:5rem!important}.pt-lg-100{padding-top:6.25rem!important}.pt-lg-120{padding-top:7.5rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:0.25rem!important}.pe-lg-2{padding-right:0.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:0.3125rem!important}.pe-lg-10{padding-right:0.625rem!important}.pe-lg-15{padding-right:0.9375rem!important}.pe-lg-20{padding-right:1.25rem!important}.pe-lg-30{padding-right:1.875rem!important}.pe-lg-40{padding-right:2.5rem!important}.pe-lg-50{padding-right:3.125rem!important}.pe-lg-60{padding-right:3.75rem!important}.pe-lg-70{padding-right:4.375rem!important}.pe-lg-80{padding-right:5rem!important}.pe-lg-100{padding-right:6.25rem!important}.pe-lg-120{padding-right:7.5rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:0.25rem!important}.pb-lg-2{padding-bottom:0.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:0.3125rem!important}.pb-lg-10{padding-bottom:0.625rem!important}.pb-lg-15{padding-bottom:0.9375rem!important}.pb-lg-20{padding-bottom:1.25rem!important}.pb-lg-30{padding-bottom:1.875rem!important}.pb-lg-40{padding-bottom:2.5rem!important}.pb-lg-50{padding-bottom:3.125rem!important}.pb-lg-60{padding-bottom:3.75rem!important}.pb-lg-70{padding-bottom:4.375rem!important}.pb-lg-80{padding-bottom:5rem!important}.pb-lg-100{padding-bottom:6.25rem!important}.pb-lg-120{padding-bottom:7.5rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:0.25rem!important}.ps-lg-2{padding-left:0.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:0.3125rem!important}.ps-lg-10{padding-left:0.625rem!important}.ps-lg-15{padding-left:0.9375rem!important}.ps-lg-20{padding-left:1.25rem!important}.ps-lg-30{padding-left:1.875rem!important}.ps-lg-40{padding-left:2.5rem!important}.ps-lg-50{padding-left:3.125rem!important}.ps-lg-60{padding-left:3.75rem!important}.ps-lg-70{padding-left:4.375rem!important}.ps-lg-80{padding-left:5rem!important}.ps-lg-100{padding-left:6.25rem!important}.ps-lg-120{padding-left:7.5rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:0.25rem!important}.gap-lg-2{gap:0.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:0.3125rem!important}.gap-lg-10{gap:0.625rem!important}.gap-lg-15{gap:0.9375rem!important}.gap-lg-20{gap:1.25rem!important}.gap-lg-30{gap:1.875rem!important}.gap-lg-40{gap:2.5rem!important}.gap-lg-50{gap:3.125rem!important}.gap-lg-60{gap:3.75rem!important}.gap-lg-70{gap:4.375rem!important}.gap-lg-80{gap:5rem!important}.gap-lg-100{gap:6.25rem!important}.gap-lg-120{gap:7.5rem!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}.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-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:0.25rem!important}.m-xl-2{margin:0.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:0.3125rem!important}.m-xl-10{margin:0.625rem!important}.m-xl-15{margin:0.9375rem!important}.m-xl-20{margin:1.25rem!important}.m-xl-30{margin:1.875rem!important}.m-xl-40{margin:2.5rem!important}.m-xl-50{margin:3.125rem!important}.m-xl-60{margin:3.75rem!important}.m-xl-70{margin:4.375rem!important}.m-xl-80{margin:5rem!important}.m-xl-100{margin:6.25rem!important}.m-xl-120{margin:7.5rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-xl-2{margin-right:0.5rem!important;margin-left:0.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:0.3125rem!important;margin-left:0.3125rem!important}.mx-xl-10{margin-right:0.625rem!important;margin-left:0.625rem!important}.mx-xl-15{margin-right:0.9375rem!important;margin-left:0.9375rem!important}.mx-xl-20{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-xl-30{margin-right:1.875rem!important;margin-left:1.875rem!important}.mx-xl-40{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-xl-50{margin-right:3.125rem!important;margin-left:3.125rem!important}.mx-xl-60{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-xl-70{margin-right:4.375rem!important;margin-left:4.375rem!important}.mx-xl-80{margin-right:5rem!important;margin-left:5rem!important}.mx-xl-100{margin-right:6.25rem!important;margin-left:6.25rem!important}.mx-xl-120{margin-right:7.5rem!important;margin-left:7.5rem!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:0.25rem!important;margin-bottom:0.25rem!important}.my-xl-2{margin-top:0.5rem!important;margin-bottom:0.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:0.3125rem!important;margin-bottom:0.3125rem!important}.my-xl-10{margin-top:0.625rem!important;margin-bottom:0.625rem!important}.my-xl-15{margin-top:0.9375rem!important;margin-bottom:0.9375rem!important}.my-xl-20{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-xl-30{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-xl-40{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-xl-50{margin-top:3.125rem!important;margin-bottom:3.125rem!important}.my-xl-60{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-xl-70{margin-top:4.375rem!important;margin-bottom:4.375rem!important}.my-xl-80{margin-top:5rem!important;margin-bottom:5rem!important}.my-xl-100{margin-top:6.25rem!important;margin-bottom:6.25rem!important}.my-xl-120{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:0.25rem!important}.mt-xl-2{margin-top:0.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:0.3125rem!important}.mt-xl-10{margin-top:0.625rem!important}.mt-xl-15{margin-top:0.9375rem!important}.mt-xl-20{margin-top:1.25rem!important}.mt-xl-30{margin-top:1.875rem!important}.mt-xl-40{margin-top:2.5rem!important}.mt-xl-50{margin-top:3.125rem!important}.mt-xl-60{margin-top:3.75rem!important}.mt-xl-70{margin-top:4.375rem!important}.mt-xl-80{margin-top:5rem!important}.mt-xl-100{margin-top:6.25rem!important}.mt-xl-120{margin-top:7.5rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:0.25rem!important}.me-xl-2{margin-right:0.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:0.3125rem!important}.me-xl-10{margin-right:0.625rem!important}.me-xl-15{margin-right:0.9375rem!important}.me-xl-20{margin-right:1.25rem!important}.me-xl-30{margin-right:1.875rem!important}.me-xl-40{margin-right:2.5rem!important}.me-xl-50{margin-right:3.125rem!important}.me-xl-60{margin-right:3.75rem!important}.me-xl-70{margin-right:4.375rem!important}.me-xl-80{margin-right:5rem!important}.me-xl-100{margin-right:6.25rem!important}.me-xl-120{margin-right:7.5rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:0.25rem!important}.mb-xl-2{margin-bottom:0.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:0.3125rem!important}.mb-xl-10{margin-bottom:0.625rem!important}.mb-xl-15{margin-bottom:0.9375rem!important}.mb-xl-20{margin-bottom:1.25rem!important}.mb-xl-30{margin-bottom:1.875rem!important}.mb-xl-40{margin-bottom:2.5rem!important}.mb-xl-50{margin-bottom:3.125rem!important}.mb-xl-60{margin-bottom:3.75rem!important}.mb-xl-70{margin-bottom:4.375rem!important}.mb-xl-80{margin-bottom:5rem!important}.mb-xl-100{margin-bottom:6.25rem!important}.mb-xl-120{margin-bottom:7.5rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:0.25rem!important}.ms-xl-2{margin-left:0.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:0.3125rem!important}.ms-xl-10{margin-left:0.625rem!important}.ms-xl-15{margin-left:0.9375rem!important}.ms-xl-20{margin-left:1.25rem!important}.ms-xl-30{margin-left:1.875rem!important}.ms-xl-40{margin-left:2.5rem!important}.ms-xl-50{margin-left:3.125rem!important}.ms-xl-60{margin-left:3.75rem!important}.ms-xl-70{margin-left:4.375rem!important}.ms-xl-80{margin-left:5rem!important}.ms-xl-100{margin-left:6.25rem!important}.ms-xl-120{margin-left:7.5rem!important}.ms-xl-auto{margin-left:auto!important}.m-xl-n1{margin:-0.25rem!important}.m-xl-n2{margin:-0.5rem!important}.m-xl-n3{margin:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.m-xl-n5{margin:-0.3125rem!important}.m-xl-n10{margin:-0.625rem!important}.m-xl-n15{margin:-0.9375rem!important}.m-xl-n20{margin:-1.25rem!important}.m-xl-n30{margin:-1.875rem!important}.m-xl-n40{margin:-2.5rem!important}.m-xl-n50{margin:-3.125rem!important}.m-xl-n60{margin:-3.75rem!important}.m-xl-n70{margin:-4.375rem!important}.m-xl-n80{margin:-5rem!important}.m-xl-n100{margin:-6.25rem!important}.m-xl-n120{margin:-7.5rem!important}.mx-xl-n1{margin-right:-0.25rem!important;margin-left:-0.25rem!important}.mx-xl-n2{margin-right:-0.5rem!important;margin-left:-0.5rem!important}.mx-xl-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-xl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xl-n5{margin-right:-0.3125rem!important;margin-left:-0.3125rem!important}.mx-xl-n10{margin-right:-0.625rem!important;margin-left:-0.625rem!important}.mx-xl-n15{margin-right:-0.9375rem!important;margin-left:-0.9375rem!important}.mx-xl-n20{margin-right:-1.25rem!important;margin-left:-1.25rem!important}.mx-xl-n30{margin-right:-1.875rem!important;margin-left:-1.875rem!important}.mx-xl-n40{margin-right:-2.5rem!important;margin-left:-2.5rem!important}.mx-xl-n50{margin-right:-3.125rem!important;margin-left:-3.125rem!important}.mx-xl-n60{margin-right:-3.75rem!important;margin-left:-3.75rem!important}.mx-xl-n70{margin-right:-4.375rem!important;margin-left:-4.375rem!important}.mx-xl-n80{margin-right:-5rem!important;margin-left:-5rem!important}.mx-xl-n100{margin-right:-6.25rem!important;margin-left:-6.25rem!important}.mx-xl-n120{margin-right:-7.5rem!important;margin-left:-7.5rem!important}.my-xl-n1{margin-top:-0.25rem!important;margin-bottom:-0.25rem!important}.my-xl-n2{margin-top:-0.5rem!important;margin-bottom:-0.5rem!important}.my-xl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xl-n5{margin-top:-0.3125rem!important;margin-bottom:-0.3125rem!important}.my-xl-n10{margin-top:-0.625rem!important;margin-bottom:-0.625rem!important}.my-xl-n15{margin-top:-0.9375rem!important;margin-bottom:-0.9375rem!important}.my-xl-n20{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.my-xl-n30{margin-top:-1.875rem!important;margin-bottom:-1.875rem!important}.my-xl-n40{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-xl-n50{margin-top:-3.125rem!important;margin-bottom:-3.125rem!important}.my-xl-n60{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}.my-xl-n70{margin-top:-4.375rem!important;margin-bottom:-4.375rem!important}.my-xl-n80{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-xl-n100{margin-top:-6.25rem!important;margin-bottom:-6.25rem!important}.my-xl-n120{margin-top:-7.5rem!important;margin-bottom:-7.5rem!important}.mt-xl-n1{margin-top:-0.25rem!important}.mt-xl-n2{margin-top:-0.5rem!important}.mt-xl-n3{margin-top:-1rem!important}.mt-xl-n4{margin-top:-1.5rem!important}.mt-xl-n5{margin-top:-0.3125rem!important}.mt-xl-n10{margin-top:-0.625rem!important}.mt-xl-n15{margin-top:-0.9375rem!important}.mt-xl-n20{margin-top:-1.25rem!important}.mt-xl-n30{margin-top:-1.875rem!important}.mt-xl-n40{margin-top:-2.5rem!important}.mt-xl-n50{margin-top:-3.125rem!important}.mt-xl-n60{margin-top:-3.75rem!important}.mt-xl-n70{margin-top:-4.375rem!important}.mt-xl-n80{margin-top:-5rem!important}.mt-xl-n100{margin-top:-6.25rem!important}.mt-xl-n120{margin-top:-7.5rem!important}.me-xl-n1{margin-right:-0.25rem!important}.me-xl-n2{margin-right:-0.5rem!important}.me-xl-n3{margin-right:-1rem!important}.me-xl-n4{margin-right:-1.5rem!important}.me-xl-n5{margin-right:-0.3125rem!important}.me-xl-n10{margin-right:-0.625rem!important}.me-xl-n15{margin-right:-0.9375rem!important}.me-xl-n20{margin-right:-1.25rem!important}.me-xl-n30{margin-right:-1.875rem!important}.me-xl-n40{margin-right:-2.5rem!important}.me-xl-n50{margin-right:-3.125rem!important}.me-xl-n60{margin-right:-3.75rem!important}.me-xl-n70{margin-right:-4.375rem!important}.me-xl-n80{margin-right:-5rem!important}.me-xl-n100{margin-right:-6.25rem!important}.me-xl-n120{margin-right:-7.5rem!important}.mb-xl-n1{margin-bottom:-0.25rem!important}.mb-xl-n2{margin-bottom:-0.5rem!important}.mb-xl-n3{margin-bottom:-1rem!important}.mb-xl-n4{margin-bottom:-1.5rem!important}.mb-xl-n5{margin-bottom:-0.3125rem!important}.mb-xl-n10{margin-bottom:-0.625rem!important}.mb-xl-n15{margin-bottom:-0.9375rem!important}.mb-xl-n20{margin-bottom:-1.25rem!important}.mb-xl-n30{margin-bottom:-1.875rem!important}.mb-xl-n40{margin-bottom:-2.5rem!important}.mb-xl-n50{margin-bottom:-3.125rem!important}.mb-xl-n60{margin-bottom:-3.75rem!important}.mb-xl-n70{margin-bottom:-4.375rem!important}.mb-xl-n80{margin-bottom:-5rem!important}.mb-xl-n100{margin-bottom:-6.25rem!important}.mb-xl-n120{margin-bottom:-7.5rem!important}.ms-xl-n1{margin-left:-0.25rem!important}.ms-xl-n2{margin-left:-0.5rem!important}.ms-xl-n3{margin-left:-1rem!important}.ms-xl-n4{margin-left:-1.5rem!important}.ms-xl-n5{margin-left:-0.3125rem!important}.ms-xl-n10{margin-left:-0.625rem!important}.ms-xl-n15{margin-left:-0.9375rem!important}.ms-xl-n20{margin-left:-1.25rem!important}.ms-xl-n30{margin-left:-1.875rem!important}.ms-xl-n40{margin-left:-2.5rem!important}.ms-xl-n50{margin-left:-3.125rem!important}.ms-xl-n60{margin-left:-3.75rem!important}.ms-xl-n70{margin-left:-4.375rem!important}.ms-xl-n80{margin-left:-5rem!important}.ms-xl-n100{margin-left:-6.25rem!important}.ms-xl-n120{margin-left:-7.5rem!important}.p-xl-0{padding:0!important}.p-xl-1{padding:0.25rem!important}.p-xl-2{padding:0.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:0.3125rem!important}.p-xl-10{padding:0.625rem!important}.p-xl-15{padding:0.9375rem!important}.p-xl-20{padding:1.25rem!important}.p-xl-30{padding:1.875rem!important}.p-xl-40{padding:2.5rem!important}.p-xl-50{padding:3.125rem!important}.p-xl-60{padding:3.75rem!important}.p-xl-70{padding:4.375rem!important}.p-xl-80{padding:5rem!important}.p-xl-100{padding:6.25rem!important}.p-xl-120{padding:7.5rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-xl-2{padding-right:0.5rem!important;padding-left:0.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:0.3125rem!important;padding-left:0.3125rem!important}.px-xl-10{padding-right:0.625rem!important;padding-left:0.625rem!important}.px-xl-15{padding-right:0.9375rem!important;padding-left:0.9375rem!important}.px-xl-20{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-xl-30{padding-right:1.875rem!important;padding-left:1.875rem!important}.px-xl-40{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-xl-50{padding-right:3.125rem!important;padding-left:3.125rem!important}.px-xl-60{padding-right:3.75rem!important;padding-left:3.75rem!important}.px-xl-70{padding-right:4.375rem!important;padding-left:4.375rem!important}.px-xl-80{padding-right:5rem!important;padding-left:5rem!important}.px-xl-100{padding-right:6.25rem!important;padding-left:6.25rem!important}.px-xl-120{padding-right:7.5rem!important;padding-left:7.5rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-xl-2{padding-top:0.5rem!important;padding-bottom:0.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:0.3125rem!important;padding-bottom:0.3125rem!important}.py-xl-10{padding-top:0.625rem!important;padding-bottom:0.625rem!important}.py-xl-15{padding-top:0.9375rem!important;padding-bottom:0.9375rem!important}.py-xl-20{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-xl-30{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-xl-40{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-xl-50{padding-top:3.125rem!important;padding-bottom:3.125rem!important}.py-xl-60{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-xl-70{padding-top:4.375rem!important;padding-bottom:4.375rem!important}.py-xl-80{padding-top:5rem!important;padding-bottom:5rem!important}.py-xl-100{padding-top:6.25rem!important;padding-bottom:6.25rem!important}.py-xl-120{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:0.25rem!important}.pt-xl-2{padding-top:0.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:0.3125rem!important}.pt-xl-10{padding-top:0.625rem!important}.pt-xl-15{padding-top:0.9375rem!important}.pt-xl-20{padding-top:1.25rem!important}.pt-xl-30{padding-top:1.875rem!important}.pt-xl-40{padding-top:2.5rem!important}.pt-xl-50{padding-top:3.125rem!important}.pt-xl-60{padding-top:3.75rem!important}.pt-xl-70{padding-top:4.375rem!important}.pt-xl-80{padding-top:5rem!important}.pt-xl-100{padding-top:6.25rem!important}.pt-xl-120{padding-top:7.5rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:0.25rem!important}.pe-xl-2{padding-right:0.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:0.3125rem!important}.pe-xl-10{padding-right:0.625rem!important}.pe-xl-15{padding-right:0.9375rem!important}.pe-xl-20{padding-right:1.25rem!important}.pe-xl-30{padding-right:1.875rem!important}.pe-xl-40{padding-right:2.5rem!important}.pe-xl-50{padding-right:3.125rem!important}.pe-xl-60{padding-right:3.75rem!important}.pe-xl-70{padding-right:4.375rem!important}.pe-xl-80{padding-right:5rem!important}.pe-xl-100{padding-right:6.25rem!important}.pe-xl-120{padding-right:7.5rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:0.25rem!important}.pb-xl-2{padding-bottom:0.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:0.3125rem!important}.pb-xl-10{padding-bottom:0.625rem!important}.pb-xl-15{padding-bottom:0.9375rem!important}.pb-xl-20{padding-bottom:1.25rem!important}.pb-xl-30{padding-bottom:1.875rem!important}.pb-xl-40{padding-bottom:2.5rem!important}.pb-xl-50{padding-bottom:3.125rem!important}.pb-xl-60{padding-bottom:3.75rem!important}.pb-xl-70{padding-bottom:4.375rem!important}.pb-xl-80{padding-bottom:5rem!important}.pb-xl-100{padding-bottom:6.25rem!important}.pb-xl-120{padding-bottom:7.5rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:0.25rem!important}.ps-xl-2{padding-left:0.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:0.3125rem!important}.ps-xl-10{padding-left:0.625rem!important}.ps-xl-15{padding-left:0.9375rem!important}.ps-xl-20{padding-left:1.25rem!important}.ps-xl-30{padding-left:1.875rem!important}.ps-xl-40{padding-left:2.5rem!important}.ps-xl-50{padding-left:3.125rem!important}.ps-xl-60{padding-left:3.75rem!important}.ps-xl-70{padding-left:4.375rem!important}.ps-xl-80{padding-left:5rem!important}.ps-xl-100{padding-left:6.25rem!important}.ps-xl-120{padding-left:7.5rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:0.25rem!important}.gap-xl-2{gap:0.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:0.3125rem!important}.gap-xl-10{gap:0.625rem!important}.gap-xl-15{gap:0.9375rem!important}.gap-xl-20{gap:1.25rem!important}.gap-xl-30{gap:1.875rem!important}.gap-xl-40{gap:2.5rem!important}.gap-xl-50{gap:3.125rem!important}.gap-xl-60{gap:3.75rem!important}.gap-xl-70{gap:4.375rem!important}.gap-xl-80{gap:5rem!important}.gap-xl-100{gap:6.25rem!important}.gap-xl-120{gap:7.5rem!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}.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-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:0.25rem!important}.m-xxl-2{margin:0.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:0.3125rem!important}.m-xxl-10{margin:0.625rem!important}.m-xxl-15{margin:0.9375rem!important}.m-xxl-20{margin:1.25rem!important}.m-xxl-30{margin:1.875rem!important}.m-xxl-40{margin:2.5rem!important}.m-xxl-50{margin:3.125rem!important}.m-xxl-60{margin:3.75rem!important}.m-xxl-70{margin:4.375rem!important}.m-xxl-80{margin:5rem!important}.m-xxl-100{margin:6.25rem!important}.m-xxl-120{margin:7.5rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-xxl-2{margin-right:0.5rem!important;margin-left:0.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:0.3125rem!important;margin-left:0.3125rem!important}.mx-xxl-10{margin-right:0.625rem!important;margin-left:0.625rem!important}.mx-xxl-15{margin-right:0.9375rem!important;margin-left:0.9375rem!important}.mx-xxl-20{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-xxl-30{margin-right:1.875rem!important;margin-left:1.875rem!important}.mx-xxl-40{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-xxl-50{margin-right:3.125rem!important;margin-left:3.125rem!important}.mx-xxl-60{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-xxl-70{margin-right:4.375rem!important;margin-left:4.375rem!important}.mx-xxl-80{margin-right:5rem!important;margin-left:5rem!important}.mx-xxl-100{margin-right:6.25rem!important;margin-left:6.25rem!important}.mx-xxl-120{margin-right:7.5rem!important;margin-left:7.5rem!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:0.25rem!important;margin-bottom:0.25rem!important}.my-xxl-2{margin-top:0.5rem!important;margin-bottom:0.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:0.3125rem!important;margin-bottom:0.3125rem!important}.my-xxl-10{margin-top:0.625rem!important;margin-bottom:0.625rem!important}.my-xxl-15{margin-top:0.9375rem!important;margin-bottom:0.9375rem!important}.my-xxl-20{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-xxl-30{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-xxl-40{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-xxl-50{margin-top:3.125rem!important;margin-bottom:3.125rem!important}.my-xxl-60{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-xxl-70{margin-top:4.375rem!important;margin-bottom:4.375rem!important}.my-xxl-80{margin-top:5rem!important;margin-bottom:5rem!important}.my-xxl-100{margin-top:6.25rem!important;margin-bottom:6.25rem!important}.my-xxl-120{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:0.25rem!important}.mt-xxl-2{margin-top:0.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:0.3125rem!important}.mt-xxl-10{margin-top:0.625rem!important}.mt-xxl-15{margin-top:0.9375rem!important}.mt-xxl-20{margin-top:1.25rem!important}.mt-xxl-30{margin-top:1.875rem!important}.mt-xxl-40{margin-top:2.5rem!important}.mt-xxl-50{margin-top:3.125rem!important}.mt-xxl-60{margin-top:3.75rem!important}.mt-xxl-70{margin-top:4.375rem!important}.mt-xxl-80{margin-top:5rem!important}.mt-xxl-100{margin-top:6.25rem!important}.mt-xxl-120{margin-top:7.5rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:0.25rem!important}.me-xxl-2{margin-right:0.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:0.3125rem!important}.me-xxl-10{margin-right:0.625rem!important}.me-xxl-15{margin-right:0.9375rem!important}.me-xxl-20{margin-right:1.25rem!important}.me-xxl-30{margin-right:1.875rem!important}.me-xxl-40{margin-right:2.5rem!important}.me-xxl-50{margin-right:3.125rem!important}.me-xxl-60{margin-right:3.75rem!important}.me-xxl-70{margin-right:4.375rem!important}.me-xxl-80{margin-right:5rem!important}.me-xxl-100{margin-right:6.25rem!important}.me-xxl-120{margin-right:7.5rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:0.25rem!important}.mb-xxl-2{margin-bottom:0.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:0.3125rem!important}.mb-xxl-10{margin-bottom:0.625rem!important}.mb-xxl-15{margin-bottom:0.9375rem!important}.mb-xxl-20{margin-bottom:1.25rem!important}.mb-xxl-30{margin-bottom:1.875rem!important}.mb-xxl-40{margin-bottom:2.5rem!important}.mb-xxl-50{margin-bottom:3.125rem!important}.mb-xxl-60{margin-bottom:3.75rem!important}.mb-xxl-70{margin-bottom:4.375rem!important}.mb-xxl-80{margin-bottom:5rem!important}.mb-xxl-100{margin-bottom:6.25rem!important}.mb-xxl-120{margin-bottom:7.5rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:0.25rem!important}.ms-xxl-2{margin-left:0.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:0.3125rem!important}.ms-xxl-10{margin-left:0.625rem!important}.ms-xxl-15{margin-left:0.9375rem!important}.ms-xxl-20{margin-left:1.25rem!important}.ms-xxl-30{margin-left:1.875rem!important}.ms-xxl-40{margin-left:2.5rem!important}.ms-xxl-50{margin-left:3.125rem!important}.ms-xxl-60{margin-left:3.75rem!important}.ms-xxl-70{margin-left:4.375rem!important}.ms-xxl-80{margin-left:5rem!important}.ms-xxl-100{margin-left:6.25rem!important}.ms-xxl-120{margin-left:7.5rem!important}.ms-xxl-auto{margin-left:auto!important}.m-xxl-n1{margin:-0.25rem!important}.m-xxl-n2{margin:-0.5rem!important}.m-xxl-n3{margin:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.m-xxl-n5{margin:-0.3125rem!important}.m-xxl-n10{margin:-0.625rem!important}.m-xxl-n15{margin:-0.9375rem!important}.m-xxl-n20{margin:-1.25rem!important}.m-xxl-n30{margin:-1.875rem!important}.m-xxl-n40{margin:-2.5rem!important}.m-xxl-n50{margin:-3.125rem!important}.m-xxl-n60{margin:-3.75rem!important}.m-xxl-n70{margin:-4.375rem!important}.m-xxl-n80{margin:-5rem!important}.m-xxl-n100{margin:-6.25rem!important}.m-xxl-n120{margin:-7.5rem!important}.mx-xxl-n1{margin-right:-0.25rem!important;margin-left:-0.25rem!important}.mx-xxl-n2{margin-right:-0.5rem!important;margin-left:-0.5rem!important}.mx-xxl-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-xxl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xxl-n5{margin-right:-0.3125rem!important;margin-left:-0.3125rem!important}.mx-xxl-n10{margin-right:-0.625rem!important;margin-left:-0.625rem!important}.mx-xxl-n15{margin-right:-0.9375rem!important;margin-left:-0.9375rem!important}.mx-xxl-n20{margin-right:-1.25rem!important;margin-left:-1.25rem!important}.mx-xxl-n30{margin-right:-1.875rem!important;margin-left:-1.875rem!important}.mx-xxl-n40{margin-right:-2.5rem!important;margin-left:-2.5rem!important}.mx-xxl-n50{margin-right:-3.125rem!important;margin-left:-3.125rem!important}.mx-xxl-n60{margin-right:-3.75rem!important;margin-left:-3.75rem!important}.mx-xxl-n70{margin-right:-4.375rem!important;margin-left:-4.375rem!important}.mx-xxl-n80{margin-right:-5rem!important;margin-left:-5rem!important}.mx-xxl-n100{margin-right:-6.25rem!important;margin-left:-6.25rem!important}.mx-xxl-n120{margin-right:-7.5rem!important;margin-left:-7.5rem!important}.my-xxl-n1{margin-top:-0.25rem!important;margin-bottom:-0.25rem!important}.my-xxl-n2{margin-top:-0.5rem!important;margin-bottom:-0.5rem!important}.my-xxl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xxl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xxl-n5{margin-top:-0.3125rem!important;margin-bottom:-0.3125rem!important}.my-xxl-n10{margin-top:-0.625rem!important;margin-bottom:-0.625rem!important}.my-xxl-n15{margin-top:-0.9375rem!important;margin-bottom:-0.9375rem!important}.my-xxl-n20{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.my-xxl-n30{margin-top:-1.875rem!important;margin-bottom:-1.875rem!important}.my-xxl-n40{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-xxl-n50{margin-top:-3.125rem!important;margin-bottom:-3.125rem!important}.my-xxl-n60{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}.my-xxl-n70{margin-top:-4.375rem!important;margin-bottom:-4.375rem!important}.my-xxl-n80{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-xxl-n100{margin-top:-6.25rem!important;margin-bottom:-6.25rem!important}.my-xxl-n120{margin-top:-7.5rem!important;margin-bottom:-7.5rem!important}.mt-xxl-n1{margin-top:-0.25rem!important}.mt-xxl-n2{margin-top:-0.5rem!important}.mt-xxl-n3{margin-top:-1rem!important}.mt-xxl-n4{margin-top:-1.5rem!important}.mt-xxl-n5{margin-top:-0.3125rem!important}.mt-xxl-n10{margin-top:-0.625rem!important}.mt-xxl-n15{margin-top:-0.9375rem!important}.mt-xxl-n20{margin-top:-1.25rem!important}.mt-xxl-n30{margin-top:-1.875rem!important}.mt-xxl-n40{margin-top:-2.5rem!important}.mt-xxl-n50{margin-top:-3.125rem!important}.mt-xxl-n60{margin-top:-3.75rem!important}.mt-xxl-n70{margin-top:-4.375rem!important}.mt-xxl-n80{margin-top:-5rem!important}.mt-xxl-n100{margin-top:-6.25rem!important}.mt-xxl-n120{margin-top:-7.5rem!important}.me-xxl-n1{margin-right:-0.25rem!important}.me-xxl-n2{margin-right:-0.5rem!important}.me-xxl-n3{margin-right:-1rem!important}.me-xxl-n4{margin-right:-1.5rem!important}.me-xxl-n5{margin-right:-0.3125rem!important}.me-xxl-n10{margin-right:-0.625rem!important}.me-xxl-n15{margin-right:-0.9375rem!important}.me-xxl-n20{margin-right:-1.25rem!important}.me-xxl-n30{margin-right:-1.875rem!important}.me-xxl-n40{margin-right:-2.5rem!important}.me-xxl-n50{margin-right:-3.125rem!important}.me-xxl-n60{margin-right:-3.75rem!important}.me-xxl-n70{margin-right:-4.375rem!important}.me-xxl-n80{margin-right:-5rem!important}.me-xxl-n100{margin-right:-6.25rem!important}.me-xxl-n120{margin-right:-7.5rem!important}.mb-xxl-n1{margin-bottom:-0.25rem!important}.mb-xxl-n2{margin-bottom:-0.5rem!important}.mb-xxl-n3{margin-bottom:-1rem!important}.mb-xxl-n4{margin-bottom:-1.5rem!important}.mb-xxl-n5{margin-bottom:-0.3125rem!important}.mb-xxl-n10{margin-bottom:-0.625rem!important}.mb-xxl-n15{margin-bottom:-0.9375rem!important}.mb-xxl-n20{margin-bottom:-1.25rem!important}.mb-xxl-n30{margin-bottom:-1.875rem!important}.mb-xxl-n40{margin-bottom:-2.5rem!important}.mb-xxl-n50{margin-bottom:-3.125rem!important}.mb-xxl-n60{margin-bottom:-3.75rem!important}.mb-xxl-n70{margin-bottom:-4.375rem!important}.mb-xxl-n80{margin-bottom:-5rem!important}.mb-xxl-n100{margin-bottom:-6.25rem!important}.mb-xxl-n120{margin-bottom:-7.5rem!important}.ms-xxl-n1{margin-left:-0.25rem!important}.ms-xxl-n2{margin-left:-0.5rem!important}.ms-xxl-n3{margin-left:-1rem!important}.ms-xxl-n4{margin-left:-1.5rem!important}.ms-xxl-n5{margin-left:-0.3125rem!important}.ms-xxl-n10{margin-left:-0.625rem!important}.ms-xxl-n15{margin-left:-0.9375rem!important}.ms-xxl-n20{margin-left:-1.25rem!important}.ms-xxl-n30{margin-left:-1.875rem!important}.ms-xxl-n40{margin-left:-2.5rem!important}.ms-xxl-n50{margin-left:-3.125rem!important}.ms-xxl-n60{margin-left:-3.75rem!important}.ms-xxl-n70{margin-left:-4.375rem!important}.ms-xxl-n80{margin-left:-5rem!important}.ms-xxl-n100{margin-left:-6.25rem!important}.ms-xxl-n120{margin-left:-7.5rem!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:0.25rem!important}.p-xxl-2{padding:0.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:0.3125rem!important}.p-xxl-10{padding:0.625rem!important}.p-xxl-15{padding:0.9375rem!important}.p-xxl-20{padding:1.25rem!important}.p-xxl-30{padding:1.875rem!important}.p-xxl-40{padding:2.5rem!important}.p-xxl-50{padding:3.125rem!important}.p-xxl-60{padding:3.75rem!important}.p-xxl-70{padding:4.375rem!important}.p-xxl-80{padding:5rem!important}.p-xxl-100{padding:6.25rem!important}.p-xxl-120{padding:7.5rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-xxl-2{padding-right:0.5rem!important;padding-left:0.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:0.3125rem!important;padding-left:0.3125rem!important}.px-xxl-10{padding-right:0.625rem!important;padding-left:0.625rem!important}.px-xxl-15{padding-right:0.9375rem!important;padding-left:0.9375rem!important}.px-xxl-20{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-xxl-30{padding-right:1.875rem!important;padding-left:1.875rem!important}.px-xxl-40{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-xxl-50{padding-right:3.125rem!important;padding-left:3.125rem!important}.px-xxl-60{padding-right:3.75rem!important;padding-left:3.75rem!important}.px-xxl-70{padding-right:4.375rem!important;padding-left:4.375rem!important}.px-xxl-80{padding-right:5rem!important;padding-left:5rem!important}.px-xxl-100{padding-right:6.25rem!important;padding-left:6.25rem!important}.px-xxl-120{padding-right:7.5rem!important;padding-left:7.5rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-xxl-2{padding-top:0.5rem!important;padding-bottom:0.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:0.3125rem!important;padding-bottom:0.3125rem!important}.py-xxl-10{padding-top:0.625rem!important;padding-bottom:0.625rem!important}.py-xxl-15{padding-top:0.9375rem!important;padding-bottom:0.9375rem!important}.py-xxl-20{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-xxl-30{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-xxl-40{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-xxl-50{padding-top:3.125rem!important;padding-bottom:3.125rem!important}.py-xxl-60{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-xxl-70{padding-top:4.375rem!important;padding-bottom:4.375rem!important}.py-xxl-80{padding-top:5rem!important;padding-bottom:5rem!important}.py-xxl-100{padding-top:6.25rem!important;padding-bottom:6.25rem!important}.py-xxl-120{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:0.25rem!important}.pt-xxl-2{padding-top:0.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:0.3125rem!important}.pt-xxl-10{padding-top:0.625rem!important}.pt-xxl-15{padding-top:0.9375rem!important}.pt-xxl-20{padding-top:1.25rem!important}.pt-xxl-30{padding-top:1.875rem!important}.pt-xxl-40{padding-top:2.5rem!important}.pt-xxl-50{padding-top:3.125rem!important}.pt-xxl-60{padding-top:3.75rem!important}.pt-xxl-70{padding-top:4.375rem!important}.pt-xxl-80{padding-top:5rem!important}.pt-xxl-100{padding-top:6.25rem!important}.pt-xxl-120{padding-top:7.5rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:0.25rem!important}.pe-xxl-2{padding-right:0.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:0.3125rem!important}.pe-xxl-10{padding-right:0.625rem!important}.pe-xxl-15{padding-right:0.9375rem!important}.pe-xxl-20{padding-right:1.25rem!important}.pe-xxl-30{padding-right:1.875rem!important}.pe-xxl-40{padding-right:2.5rem!important}.pe-xxl-50{padding-right:3.125rem!important}.pe-xxl-60{padding-right:3.75rem!important}.pe-xxl-70{padding-right:4.375rem!important}.pe-xxl-80{padding-right:5rem!important}.pe-xxl-100{padding-right:6.25rem!important}.pe-xxl-120{padding-right:7.5rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:0.25rem!important}.pb-xxl-2{padding-bottom:0.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:0.3125rem!important}.pb-xxl-10{padding-bottom:0.625rem!important}.pb-xxl-15{padding-bottom:0.9375rem!important}.pb-xxl-20{padding-bottom:1.25rem!important}.pb-xxl-30{padding-bottom:1.875rem!important}.pb-xxl-40{padding-bottom:2.5rem!important}.pb-xxl-50{padding-bottom:3.125rem!important}.pb-xxl-60{padding-bottom:3.75rem!important}.pb-xxl-70{padding-bottom:4.375rem!important}.pb-xxl-80{padding-bottom:5rem!important}.pb-xxl-100{padding-bottom:6.25rem!important}.pb-xxl-120{padding-bottom:7.5rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:0.25rem!important}.ps-xxl-2{padding-left:0.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:0.3125rem!important}.ps-xxl-10{padding-left:0.625rem!important}.ps-xxl-15{padding-left:0.9375rem!important}.ps-xxl-20{padding-left:1.25rem!important}.ps-xxl-30{padding-left:1.875rem!important}.ps-xxl-40{padding-left:2.5rem!important}.ps-xxl-50{padding-left:3.125rem!important}.ps-xxl-60{padding-left:3.75rem!important}.ps-xxl-70{padding-left:4.375rem!important}.ps-xxl-80{padding-left:5rem!important}.ps-xxl-100{padding-left:6.25rem!important}.ps-xxl-120{padding-left:7.5rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:0.25rem!important}.gap-xxl-2{gap:0.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:0.3125rem!important}.gap-xxl-10{gap:0.625rem!important}.gap-xxl-15{gap:0.9375rem!important}.gap-xxl-20{gap:1.25rem!important}.gap-xxl-30{gap:1.875rem!important}.gap-xxl-40{gap:2.5rem!important}.gap-xxl-50{gap:3.125rem!important}.gap-xxl-60{gap:3.75rem!important}.gap-xxl-70{gap:4.375rem!important}.gap-xxl-80{gap:5rem!important}.gap-xxl-100{gap:6.25rem!important}.gap-xxl-120{gap:7.5rem!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.875rem!important}.fs-2{font-size:2.1875rem!important}.fs-3{font-size:1.6875rem!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-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}}.copyright-text a.promosarda-highlight-link,.copyright-text a.promosarda-highlight-link:visited{color:#fff!important}.copyright-text a.promosarda-highlight-link:hover{color:#b43abc!important}.formlayer-form label{display:block;margin-bottom:8px;font-weight:600;color:#1e293b;font-size:14px}.formlayer-form input[type="text"],.formlayer-form input[type="email"],.formlayer-form input[type="number"],.formlayer-form input[type="tel"],.formlayer-form input[type="date"],.formlayer-form input[type="password"],.formlayer-form input[type="url"],.formlayer-form textarea{width:100%;padding:12px 16px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;color:#1d2327;background:#fff;transition:all 0.3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;box-shadow:0 1px 2px rgb(0 0 0 / .02)}.formlayer-form select{width:100%;height:48px;padding:0 40px 0 16px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;color:#1d2327;background:#fff;transition:all 0.3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px;cursor:pointer;box-shadow:0 1px 2px rgb(0 0 0 / .02)}.formlayer-form input:focus,.formlayer-form textarea:focus,.formlayer-form select:focus{outline:none;border-color:#5525d6;box-shadow:0 0 0 4px rgb(85 37 214 / .12);transform:translateY(-1px)}.formlayer-form textarea{min-height:120px;resize:vertical;line-height:1.6}.formlayer-submit-btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:0 24px;height:46px;background:#5525d6;color:#fff;border:none;border-radius:10px;font-weight:700;font-size:15px;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 10px rgb(85 37 214 / .2);box-sizing:border-box;text-decoration:none;line-height:1}.formlayer-submit-btn:hover{background:#441eb1;transform:translateY(-1px);box-shadow:0 6px 15px rgb(85 37 214 / .3)}.formlayer-submit-btn.loading{color:transparent!important;position:relative;pointer-events:none;opacity:.8}.formlayer-submit-btn.loading::after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin:-10px 0 0 -10px;border:3px solid rgb(255 255 255 / .3);border-top-color:#fff;border-radius:50%;animation:fl-button-spin 0.8s ease-in-out infinite}@keyframes fl-button-spin{to{transform:rotate(360deg)}}.formlayer-form .required-indicator{color:#ef4444;margin-left:4px}.formlayer-radio-group,.formlayer-check-wrap{display:flex;flex-direction:column;gap:12px}.formlayer-radio-group label,.formlayer-check-wrap label{display:flex;align-items:center;gap:10px;font-weight:400;cursor:pointer}.formlayer-field-wrap{margin-bottom:24px;display:flex;flex-direction:column}.formlayer-field-wrap.label-top{flex-direction:column}.formlayer-field-wrap.label-left,.formlayer-field-wrap.label-right{flex-direction:row;align-items:center;gap:20px;flex-wrap:nowrap}.formlayer-field-wrap.label-left .formlayer-label,.formlayer-field-wrap.label-right .formlayer-label{width:30%;min-width:120px;margin-bottom:0;padding-top:0}.formlayer-field-wrap.label-right .formlayer-label{order:2}.formlayer-field-wrap.label-right .formlayer-input{order:1}.formlayer-field-wrap.label-hidden .formlayer-label{display:none}.formlayer-help-text{width:100%;font-size:12px;color:#94a3b8;margin-top:8px;font-style:italic}.formlayer-field-wrap.label-left .formlayer-help-text,.formlayer-field-wrap.label-right .formlayer-help-text{margin-left:calc(30% + 20px)}.formlayer-submit-wrap{margin-top:20px}.formlayer-success-message{background:#fff;color:#1e293b;padding:20px 24px;border-radius:8px;margin-bottom:24px;border:1px solid #e2e8f0;font-size:16px;font-weight:400;line-height:1.6;box-shadow:0 1px 3px rgb(0 0 0 / .02);animation:flFadeInSlide 0.3s cubic-bezier(.16,1,.3,1) forwards}.formlayer-error-message{background:#fef2f2;color:#991b1b;padding:16px 20px;border-radius:10px;margin-bottom:24px;border:1px solid rgb(239 68 68 / .2);border-left:4px solid #ef4444;font-size:14px;font-weight:500;line-height:1.5;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05),0 2px 4px -2px rgb(0 0 0 / .05);animation:flFadeInSlide 0.3s cubic-bezier(.16,1,.3,1) forwards}.formlayer-error{background:#fef2f2;color:#991b1b;padding:18px 20px;border-radius:10px;border:1px solid rgb(239 68 68 / .2);border-left:4px solid #ef4444;margin:24px 0;text-align:left;font-size:14px;font-weight:500;line-height:1.5;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05),0 2px 4px -2px rgb(0 0 0 / .05);animation:flFadeInSlide 0.3s cubic-bezier(.16,1,.3,1) forwards}@keyframes flFadeInSlide{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.formlayer-submit-wrap.align-center{display:flex;justify-content:center}.formlayer-submit-wrap.align-right{display:flex;justify-content:flex-end}.formlayer-submit-wrap.align-full .formlayer-submit-btn{width:100%}.formlayer-submit-btn.btn-sm{height:38px;padding:0 16px;font-size:13px}.formlayer-submit-btn.btn-md{height:46px;padding:0 24px;font-size:15px}.formlayer-submit-btn.btn-lg{height:56px;padding:0 32px;font-size:17px}.formlayer-submit-btn{width:auto!important;max-width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.align-full .formlayer-submit-btn{width:100%!important;display:flex!important}.formlayer-container{display:grid;gap:20px;margin-bottom:24px;width:100%}.formlayer-container.grid-cols-1{grid-template-columns:1fr}.formlayer-container.grid-cols-2{grid-template-columns:1fr 1fr}.formlayer-container.grid-cols-3{grid-template-columns:1fr 1fr 1fr}.formlayer-container.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.formlayer-container.grid-cols-2,.formlayer-container.grid-cols-3,.formlayer-container.grid-cols-4{grid-template-columns:1fr}}.formlayer-html-content{margin-bottom:24px}.formlayer-name-fields-wrap{display:flex;flex-direction:column;gap:15px}.formlayer-grid{display:grid;gap:20px;width:100%}.formlayer-grid-2{grid-template-columns:1fr 1fr}.formlayer-grid-3{grid-template-columns:1fr 1fr 1fr}.formlayer-sub-field{display:flex;flex-direction:column}.formlayer-sub-field.full-width{grid-column:1 / -1}.formlayer-sub-label{font-size:11px;color:#64748b;margin-top:4px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.formlayer-address-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.formlayer-address-grid .full-width{grid-column:1 / -1;margin-bottom:5px}.formlayer-address-grid .formlayer-sub-field:not(.full-width){margin-bottom:5px}.formlayer-field-wrap{margin-bottom:28px}.formlayer-form input[type="number"],.formlayer-form input[type="date"],.formlayer-form input[type="tel"]{height:48px}.formlayer-date-wrap,.formlayer-select-wrap{position:relative;width:100%}.formlayer-date-wrap .dashicons,.formlayer-select-wrap .dashicons{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none;font-size:18px;z-index:10}.formlayer-form input[type="date"],.formlayer-form select{padding-left:45px!important}.formlayer-options-list{display:flex;flex-direction:column;gap:10px}.formlayer-option-label,.formlayer-terms-wrap,.formlayer-gdpr-wrap{display:flex!important;align-items:flex-start!important;gap:12px!important;margin-bottom:10px!important}.formlayer-option-label input[type="radio"],.formlayer-option-label input[type="checkbox"],.formlayer-terms-wrap input[type="checkbox"],.formlayer-gdpr-wrap input[type="checkbox"]{width:20px!important;height:20px!important;margin:2px 10px 0 0!important;cursor:pointer;accent-color:#5525d6!important;flex-shrink:0!important;vertical-align:middle!important;display:inline-block!important;opacity:1!important;visibility:visible!important;-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important}.formlayer-option-label span,.formlayer-terms-label,.formlayer-gdpr-label,.formlayer-gdpr-wrap .formlayer-gdpr-info span{line-height:1.5!important;display:inline-block!important;font-size:14px!important;font-weight:400!important;color:#334155}.formlayer-rating{display:flex;gap:8px}.formlayer-rating .dashicons{font-size:32px;width:32px;height:32px;color:#e2e8f0;cursor:pointer;transition:color 0.2s}.formlayer-rating .dashicons.active,.formlayer-rating .dashicons:hover,.formlayer-rating .dashicons:hover~.dashicons{color:#f59e0b}.formlayer-section-break{margin:32px 0 20px 0;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.formlayer-section-break h3{margin:0 0 5px 0!important;font-size:18px!important;color:#1e293b!important;font-weight:700!important;line-height:1.3!important;padding:0!important;border:none!important;background:none!important}.formlayer-section-break p{margin:5px 0 0 0!important;color:#64748b!important;font-size:13px!important;font-weight:400!important}.formlayer-file-upload-box{display:flex;align-items:center;gap:15px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 15px;width:100%;box-sizing:border-box;transition:all 0.2s}.formlayer-file-upload-box:hover{border-color:#5525d6;background:#f1f5f9}.formlayer-file-fake-btn{background:#5525d6;color:#fff;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s;display:inline-block;white-space:nowrap}.formlayer-file-fake-btn:hover{background:#441eb1}.formlayer-file-chosen-name{font-size:14px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:600px){.formlayer-grid-2,.formlayer-address-grid,.formlayer-grid{grid-template-columns:1fr!important}}.formlayer-gdpr-info{line-height:1.4}.formlayer-gdpr-label{font-size:14px;color:#475569}.formlayer-gdpr-desc{font-size:12px;color:#64748b;margin-top:4px}