html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;touch-action:none}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input[type=submit]{-webkit-appearance:none}*{-webkit-tap-highlight-color:transparent}*{-webkit-text-size-adjust:100%}:root{--safeAreaInsetTop: env(safe-area-inset-top);--safeAreaInsetBottom: env(safe-area-inset-bottom);--safeAreaInsetLeft: env(safe-area-inset-left);--safeAreaInsetRight: env(safe-area-inset-right)}:root{--primaryBlue: #007bff;--primaryBlueTint: #006fe6;--primaryBlueHighlight: #b3d7ff;--disabledColor: #b6b6b9;--disabledBorderColor: #6d6d72;--neutralColor: #aaaaaa;--whiteHighlightColor: #ccc;--warnYellow: #ffe44d;--errorRed: #ff5e4d;--desktopBackColor: #12264d}:lang(ja-JP){--notoFontFamily: "Noto Sans JP"}:lang(en-US){--notoFontFamily: "Noto Sans JP"}:lang(zh-cmn-Hant){--notoFontFamily: "Noto Sans TC"}:lang(zh-cmn-Hans){--notoFontFamily: "Noto Sans SC"}:root *{--fallbackFontFamilies: "Roboto", YuGothic, "Yu Gothic", "\6e38\30b4\30b7\30c3\30af\4f53", "\30d2\30e9\30ae\30ce\89d2\30b4  Pro W3", "Hiragino Kaku Gothic Pro", Roboto, \30e1\30a4\30ea\30aa, Meiryo, "\ff2d\ff33  \ff30\30b4\30b7\30c3\30af", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;font-family:var(--notoFontFamily),var(--fallbackFontFamilies)}:root{--vh: 1vh}body{background-color:var(--desktopBackColor)}:root{--loginWidth: 382px;--loginPadding: 0px;--loginWidthNoPadding: var(--loginWidth);--loginContentMargin: 20px;--loginContentWidth: calc( var(--loginWidthNoPadding) - var(--loginContentMargin) * 2 );--loginSelectAccountLabelHeight: 44px}@media (max-width: 480px){:root{--loginWidth: 100vw}}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){:root{--loginPadding: 0 15px;--loginWidthNoPadding: calc(var(--loginWidth) - 30px)}}.login-root{box-sizing:border-box;width:100%;height:100%;padding-bottom:var(--safeAreaInsetBottom);display:flex;justify-content:center;overflow-y:auto}#main .login-root .brand{display:flex;justify-content:center;padding:44px 0;font-weight:700;text-align:center;color:#fff;font-size:40pt}.brandImage{display:flex;flex-direction:column;align-items:center;gap:10px}@media (min-width: 480px){.login-main{width:var(--loginWidth)}}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){.login-main{width:var(--loginWidth);padding:var(--loginPadding);margin:0;box-sizing:border-box}}#main .login-root .login-main .alert-message{border-radius:4px;display:block;border-top:5px var(--errorRed) solid;background-color:#fff;color:#000;padding:20px;margin-bottom:15px}.alertMessageBody{line-height:1.2em}#main .login-root .login-main .login-form{border-radius:4px;padding:20px;background-color:#f0f0f0;margin-bottom:15px}.form-label,.form-input{display:block;padding:5px 0}.form-input{width:100%;box-sizing:border-box;font-size:12pt;padding:5px;border:1px solid #000;margin-bottom:10px}.submit-button{cursor:pointer;width:100%;text-align:center;font-size:17px;font-weight:700;padding:10px;margin-top:10px;margin-bottom:10px;background-color:#1b73e8;border:none;border-radius:4px;color:#fff}.submit-button:active{background-color:#fff;color:#1b73e8}.submit-button:disabled{background-color:#ccc}#main .login-root .login-main .login-form .guest-login-button{background-color:#616161}.forgotPasswordLink{display:flex;justify-content:center}.forgotPasswordLink a{color:#f0f0f0;margin-top:5px;margin-bottom:50px}.secondaryLoginLinks{display:flex;flex-direction:column;align-items:center}.secondaryLoginLinks a{color:#f0f0f0;margin-top:10px;margin-bottom:10px}.ssoLoginLinks{display:flex;align-items:center;flex-direction:column}.ssoLoginLink{margin-bottom:15px}.ssoLoginLinks a{padding:0 10px;max-width:100%;display:flex;box-sizing:border-box;align-items:center;width:250px;height:44px;background-color:#fff;border:1px #ccc solid;border-radius:4px;text-decoration:none;color:#000}.ssoLoginLinks a:active{background-color:#1b73e8;color:#fff}.ssoLoginLinks span{text-align:center;flex:1}.loginFooter{width:var(--loginWidth);margin-top:40px}.loginFooterInner{margin:0 auto}@media (max-width: 480px) and (orientation: portrait),(max-height: 640px) and (orientation: landscape){.loginFooter{width:100%}}.loginLocaleLinkList{padding:15px 0;margin:0 auto;display:flex;justify-content:space-evenly}.loginLocaleLinkItem{display:flex;justify-content:center}.loginLocaleLink{text-decoration:none;padding-bottom:5px;color:#fff;border-bottom:2px transparent solid;box-sizing:border-box}.loginLocaleLink[data-selected=true]{border-bottom:2px white solid}@media (hover: hover){.loginLocaleLink:hover{border-bottom:2px white solid}}.loginSelectAccountTitle{text-align:center;margin-bottom:10px}.loginSelectAccountList{border:1px solid #ccc;max-height:calc(var(--loginSelectAccountLabelHeight) * 5.5);overflow-y:scroll}.loginSelectAccountLabel{cursor:pointer;display:flex;align-items:center;min-height:var(--loginSelectAccountLabelHeight);padding:5px;box-sizing:border-box;border-bottom:1px solid #ccc;background-color:#fff}.loginSelectAccountLabel:active{background-color:var(--primaryBlueHighlight)}.loginSelectAccountLabel:last-child{border-bottom:none}.loginSelectAccountSchoolName{padding:0 5px;overflow:hidden;height:100%;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;width:calc(var(--loginContentWidth) - 20px - 10px);font-size:17px;font-weight:700}:root{--toggle-password-icon-size: 20px;--toggle-password-button-size: calc(var(--toggle-password-icon-size) + 2px)}#form-input-password{padding-right:calc(var(--toggle-password-icon-size) + 18px)}.password-container{position:relative}.toggle-password{position:absolute;top:51%;right:5px;transform:translateY(-50%);cursor:pointer;border:0;background-color:transparent}#password-invisible-state{width:var(--toggle-password-button-size);height:var(--toggle-password-button-size);display:block}#password-visible-state{width:var(--toggle-password-button-size);height:var(--toggle-password-button-size);display:none}.password-invisible-icon{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 96 960 960" width="48"><path d="m629 637-44-44q26-71-27-118t-115-24l-44-44q17-11 38-16t43-5q71 0 120.5 49.5T650 556q0 22-5.5 43.5T629 637Zm129 129-40-40q49-36 85.5-80.5T857 556q-50-111-150-175.5T490 316q-42 0-86 8t-69 19l-46-47q35-16 89.5-28T485 256q143 0 261.5 81.5T920 556q-26 64-67 117t-95 93Zm58 226L648 827q-35 14-79 21.5t-89 7.5q-146 0-265-81.5T40 556q20-52 55.5-101.5T182 360L56 234l42-43 757 757-39 44ZM223 402q-37 27-71.5 71T102 556q51 111 153.5 175.5T488 796q33 0 65-4t48-12l-64-64q-11 5-27 7.5t-30 2.5q-70 0-120-49t-50-121q0-15 2.5-30t7.5-27l-97-97Zm305 142Zm-116 58Z"/></svg>') no-repeat center / var(--toggle-password-icon-size) var(--toggle-password-icon-size);width:100%;height:100%;-webkit-mask:var(--mask);mask:var(--mask);background-position:center;background-color:#000}.password-visible-icon{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 96 960 960" width="48"><path d="M480.118 726Q551 726 600.5 676.382q49.5-49.617 49.5-120.5Q650 485 600.382 435.5q-49.617-49.5-120.5-49.5Q409 386 359.5 435.618q-49.5 49.617-49.5 120.5Q310 627 359.618 676.5q49.617 49.5 120.5 49.5Zm-.353-58Q433 668 400.5 635.265q-32.5-32.736-32.5-79.5Q368 509 400.735 476.5q32.736-32.5 79.5-32.5Q527 444 559.5 476.735q32.5 32.736 32.5 79.5Q592 603 559.265 635.5q-32.736 32.5-79.5 32.5ZM480 856q-146 0-264-83T40 556q58-134 176-217t264-83q146 0 264 83t176 217q-58 134-176 217t-264 83Zm0-300Zm-.169 240Q601 796 702.5 730.5 804 665 857 556q-53-109-154.331-174.5-101.332-65.5-222.5-65.5Q359 316 257.5 381.5 156 447 102 556q54 109 155.331 174.5 101.332 65.5 222.5 65.5Z"/></svg>') no-repeat center / var(--toggle-password-icon-size) var(--toggle-password-icon-size);width:100%;height:100%;-webkit-mask:var(--mask);mask:var(--mask);background-position:center;background-color:#000}::-ms-reveal{display:none}:root{--loginWarningDialogWidth: 900px}@media (max-width: 900px){:root{--loginWarningDialogWidth: 100%}}#continue[data-internal]:target{display:none}.loginWarningWrapper{width:100%;height:100%;position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;background-color:#fffffff2;overflow-y:auto}.loginWarning{width:var(--loginWarningDialogWidth);padding:15px;margin-left:max(15px,var(--safeAreaInsetLeft));margin-right:max(15px,var(--safeAreaInsetRight));box-sizing:border-box;background-color:#fff;border-radius:4px;box-shadow:0 2px 10px #00000026}.loginWarningTitle{text-align:center;font-weight:700;margin:10px 0;font-size:22px}.loginWarningDescription{padding:10px 0}.loginWarningText{width:75%;text-align:center;line-height:20px;margin:auto}.loginWarningLink{font-size:19px;font-weight:700;padding:20px 0}.loginYourBrowser{margin:10px 0;padding:10px 0;width:100%;box-sizing:border-box;font-size:13px;text-align:center;background-color:#efefef;border-radius:4px}.loginContinueButton{display:inline-block;width:16px;height:16px;border:none;background-color:transparent;background-image:linear-gradient(-45deg,transparent,transparent calc(50% - 1px),#6c737a calc(50% - 1px),#6c737a calc(50% + 1px),transparent calc(50% + 1px),transparent),linear-gradient(45deg,transparent,transparent calc(50% - 1px),#6c737a calc(50% - 1px),#6c737a calc(50% + 1px),transparent calc(50% + 1px),transparent)}.loginContinueButton:active{background-color:#b2d8ff}.unSupportBrowserInfo{border-radius:4px;padding:15px;margin-bottom:40px;background-color:#fff;color:#000;text-align:center}.unSupportBrowserInfoTitle{margin-bottom:14px}.unSupportBrowserInfoDescription{font-size:13px;padding:10px 0}.unSupportBrowserInfoDescriptionLine{margin-bottom:10px;font-weight:700}.unSupportBrowserInfoDescriptionLine:last-child{margin-bottom:0}.pwaInstallPromotion{position:absolute;top:-4em;left:0;right:0;display:none;justify-content:center;align-items:center;animation-name:none;animation-timing-function:ease;animation-duration:.3s;animation-iteration-count:1;animation-fill-mode:forwards}@keyframes slide-in{0%{top:-4em}to{top:0}}@keyframes slide-out{0%{top:0}to{top:-4em}}.pwaInstallButtonContainer{position:relative;width:100%}.pwaInstallButton{display:flex;flex-direction:row;align-items:center;justify-content:center;height:3em;gap:8px;cursor:pointer;background-color:#fff}.pwaInstallButton:active{background-color:#1b73e8}.pwaAppIcon{width:22px;height:22px;background-position:center;background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_9" data-name="\30ec\30a4\30e4\30fc  9" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 290 290">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_11-2);%0A      }%0A%0A      .cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9, .cls-10, .cls-11, .cls-12, .cls-13, .cls-14, .cls-15, .cls-16, .cls-17, .cls-18, .cls-19, .cls-20, .cls-21, .cls-22, .cls-23, .cls-24, .cls-25, .cls-26, .cls-27, .cls-28 {%0A        stroke-width: 0px;%0A      }%0A%0A      .cls-2 {%0A        fill: %2300cba0;%0A      }%0A%0A      .cls-29 {%0A        clip-path: url(%23clippath);%0A      }%0A%0A      .cls-3 {%0A        fill: none;%0A      }%0A%0A      .cls-4 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_11);%0A      }%0A%0A      .cls-5 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_155);%0A      }%0A%0A      .cls-6 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_160);%0A      }%0A%0A      .cls-7 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580);%0A      }%0A%0A      .cls-8 {%0A        fill: %2300c677;%0A      }%0A%0A      .cls-9 {%0A        fill: %2300c14b;%0A      }%0A%0A      .cls-10 {%0A        fill: %23077259;%0A      }%0A%0A      .cls-11 {%0A        fill: %23febd08;%0A      }%0A%0A      .cls-12 {%0A        fill: %2307bc02;%0A      }%0A%0A      .cls-13 {%0A        fill: %2313254d;%0A      }%0A%0A      .cls-14 {%0A        fill: %23da762c;%0A      }%0A%0A      .cls-15 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_160-4);%0A      }%0A%0A      .cls-16 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_160-2);%0A      }%0A%0A      .cls-17 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_160-3);%0A      }%0A%0A      .cls-18 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_155-3);%0A      }%0A%0A      .cls-19 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_155-4);%0A      }%0A%0A      .cls-20 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_155-2);%0A      }%0A%0A      .cls-21 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580-3);%0A      }%0A%0A      .cls-22 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580-2);%0A      }%0A%0A      .cls-23 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580-5);%0A      }%0A%0A      .cls-24 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580-8);%0A      }%0A%0A      .cls-25 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580-7);%0A      }%0A%0A      .cls-26 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580-4);%0A      }%0A%0A      .cls-27 {%0A        fill: url(%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580-6);%0A      }%0A%0A      .cls-28 {%0A        fill: %23fff;%0A      }%0A    <\/style>%0A    <clipPath id="clippath">%0A      <rect class="cls-3" x="0" y="0" width="290" height="290" rx="56.64" ry="56.64"/>%0A    </clipPath>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_11" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  11" x1="181.01" y1="175.51" x2="181.01" y2="110.96" gradientUnits="userSpaceOnUse">%0A      <stop offset="0" stop-color="%23000" stop-opacity="0"/>%0A      <stop offset="1" stop-color="%23000"/>%0A    </linearGradient>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_11-2" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  11" x1="137.24" y1="166.73" x2="137.24" y2="25.13" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_11"/>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_160" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  160" x1="192.75" y1="230.18" x2="192.75" y2="191.35" gradientUnits="userSpaceOnUse">%0A      <stop offset=".4" stop-color="%23fff"/>%0A      <stop offset=".49" stop-color="%23fbfaff"/>%0A      <stop offset=".58" stop-color="%23f2eeff"/>%0A      <stop offset=".6" stop-color="%23f0ebff"/>%0A      <stop offset=".7" stop-color="%23f5e9f6"/>%0A      <stop offset=".85" stop-color="%23fff9bf"/>%0A    </linearGradient>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_155" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  155" x1="192.75" y1="192.49" x2="192.75" y2="229.05" gradientUnits="userSpaceOnUse">%0A      <stop offset=".4" stop-color="%23fff"/>%0A      <stop offset=".49" stop-color="%23fbfaff"/>%0A      <stop offset=".58" stop-color="%23f2eeff"/>%0A      <stop offset=".6" stop-color="%23f0ebff"/>%0A      <stop offset=".7" stop-color="%23f5e9f6"/>%0A      <stop offset=".85" stop-color="%23fff9bf"/>%0A    </linearGradient>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_160-2" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  160" x1="189.29" y1="245.16" x2="189.29" y2="198.57" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_160"/>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_155-2" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  155" x1="189.29" y1="199.7" x2="189.29" y2="244.03" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_155"/>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  580" x1="149.99" y1="199.56" x2="149.99" y2="180.01" gradientUnits="userSpaceOnUse">%0A      <stop offset=".4" stop-color="%23fff"/>%0A      <stop offset=".49" stop-color="%23fbfaff"/>%0A      <stop offset=".58" stop-color="%23f2eeff"/>%0A      <stop offset=".6" stop-color="%23f0ebff"/>%0A      <stop offset=".7" stop-color="%23f5e9f6"/>%0A      <stop offset=".85" stop-color="%23ffffe3"/>%0A    </linearGradient>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580-2" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  580" x1="149.99" y1="181.14" x2="149.99" y2="198.43" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580"/>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_160-3" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  160" x1="133.34" y1="241.13" x2="133.34" y2="192.21" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_160"/>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_155-3" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  155" x1="133.34" y1="194.47" x2="133.34" y2="238.87" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_155"/>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_160-4" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  160" x1="92.24" y1="241.13" x2="92.24" y2="182.87" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_160"/>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_155-4" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  155" x1="92.24" y1="185.13" x2="92.24" y2="238.87" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_155"/>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580-3" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  580" x1="97.24" y1="251.05" x2="97.24" y2="273" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580"/>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580-4" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  580" x1="121.85" y1="251.34" x2="121.85" y2="273.33" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580"/>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580-5" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  580" x1="147.2" y1="251.34" x2="147.2" y2="273.33" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580"/>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580-6" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  580" x1="167.22" y1="250.8" x2="167.22" y2="273.62" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580"/>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580-7" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  580" x1="186.2" y1="251.41" x2="186.2" y2="273.35" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580"/>%0A    <linearGradient id="_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580-8" data-name="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3  580" x1="204.64" y1="264.26" x2="204.64" y2="275.47" xlink:href="%23_\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_580"/>%0A  </defs>%0A  <g class="cls-29">%0A    <rect class="cls-13" x="-28.2" y="-13.03" width="344.43" height="344.43"/>%0A    <g>%0A      <path class="cls-12" d="M144.02,147.75c-64.11,0-120.7,12.15-154.65,30.68v127.45h309.31v-127.45c-33.96-18.54-90.54-30.68-154.65-30.68Z"/>%0A      <path class="cls-9" d="M144.02,183.33c-64.11,0-120.7,12.15-154.65,30.68v127.45h309.31v-127.45c-33.96-18.54-90.54-30.68-154.65-30.68Z"/>%0A      <path class="cls-8" d="M144.02,218.91c-64.11,0-120.7,12.15-154.65,30.68v127.45h309.31v-127.45c-33.96-18.54-90.54-30.68-154.65-30.68Z"/>%0A      <path class="cls-2" d="M144.02,254.48c-64.11,0-120.7,12.15-154.65,30.68v127.45h309.31v-127.45c-33.96-18.54-90.54-30.68-154.65-30.68Z"/>%0A    </g>%0A    <g>%0A      <path class="cls-13" d="M224.83,161.69l-4.8-45.62c-.31-2.93-2.78-5.1-5.66-5.1-.2,0-.4.01-.6.03l-71.51,7.53c-3.13.33-5.4,3.13-5.07,6.26l4.8,45.62c.31,2.93,2.78,5.1,5.66,5.1.2,0,.4-.01.6-.03l71.51-7.53c3.13-.33,5.4-3.13,5.07-6.26Z"/>%0A      <path class="cls-13" d="M208.33,65.35c-.6-4.77-2.79-8.62-6.5-11.45-10.89-8.35-31.79-5.77-47.04-3.88l-.49.06-2.09-19.84c-.31-2.93-2.78-5.1-5.66-5.1-.2,0-.4.01-.6.03l-71.51,7.53c-3.13.33-5.4,3.13-5.07,6.26l4.8,45.62c.31,2.93,2.78,5.1,5.66,5.1.2,0,.4-.01.6-.03l71.51-7.53c3.13-.33,5.4-3.13,5.07-6.26l-1.89-17.95.4-.05c2.43-.3,4.96-.6,7.54-.87,12.16-1.28,27-2.08,33.82,3.13,2.02,1.56,3.16,3.6,3.49,6.24,1.81,14.48-23.5,22.1-52.99,29.99-3.71.99-7.42,1.98-11.1,3-4.15,1.14-8.36,2.24-12.56,3.33l-1.03.27c-31.16,8.07-60.59,15.68-56.3,37.58.96,4.91,3.62,8.8,7.9,11.56,4.94,3.19,12.04,4.81,21.11,4.8,3.11,0,6.49-.2,10.04-.58l2.05-.25,1.16,10.27c.02.17.14.32.31.39.16.06.37.04.53-.08l24-18.69c.14-.1.21-.27.19-.43l-.83-7.09-11.75.99h0l-15.29-7.12c-.17-.08-.38-.06-.53.05-.15.11-.23.27-.21.44l1.53,13.43-1.95.21c-15.2,1.6-22.48-.7-25.91-2.92-2.46-1.59-3.92-3.71-4.46-6.5-2.87-14.65,23.03-21.36,50.44-28.46l3.07-.8c3.55-.93,7.11-1.86,10.62-2.83,3.11-.85,6.25-1.7,9.38-2.54l1.65-.44c34.31-9.18,61.55-17.31,58.88-38.58Z"/>%0A      <path class="cls-4" d="M224.83,161.69l-4.8-45.62c-.31-2.93-2.78-5.1-5.66-5.1-.2,0-.4.01-.6.03l-71.51,7.53c-3.13.33-5.4,3.13-5.07,6.26l4.8,45.62c.31,2.93,2.78,5.1,5.66,5.1.2,0,.4-.01.6-.03l71.51-7.53c3.13-.33,5.4-3.13,5.07-6.26Z"/>%0A      <path class="cls-1" d="M208.33,65.35c-.6-4.77-2.79-8.62-6.5-11.45-10.89-8.35-31.79-5.77-47.04-3.88l-.49.06-2.09-19.84c-.31-2.93-2.78-5.1-5.66-5.1-.2,0-.4.01-.6.03l-71.51,7.53c-3.13.33-5.4,3.13-5.07,6.26l4.8,45.62c.31,2.93,2.78,5.1,5.66,5.1.2,0,.4-.01.6-.03l71.51-7.53c3.13-.33,5.4-3.13,5.07-6.26l-1.89-17.95.4-.05c2.43-.3,4.96-.6,7.54-.87,12.16-1.28,27-2.08,33.82,3.13,2.02,1.56,3.16,3.6,3.49,6.24,1.81,14.48-23.5,22.1-52.99,29.99-3.71.99-7.42,1.98-11.1,3-4.15,1.14-8.36,2.24-12.56,3.33l-1.03.27c-31.16,8.07-60.59,15.68-56.3,37.58.96,4.91,3.62,8.8,7.9,11.56,4.94,3.19,12.04,4.81,21.11,4.8,3.11,0,6.49-.2,10.04-.58l2.05-.25,1.16,10.27c.02.17.14.32.31.39.16.06.37.04.53-.08l24-18.69c.14-.1.21-.27.19-.43l-.83-7.09-11.75.99h0l-15.29-7.12c-.17-.08-.38-.06-.53.05-.15.11-.23.27-.21.44l1.53,13.43-1.95.21c-15.2,1.6-22.48-.7-25.91-2.92-2.46-1.59-3.92-3.71-4.46-6.5-2.87-14.65,23.03-21.36,50.44-28.46l3.07-.8c3.55-.93,7.11-1.86,10.62-2.83,3.11-.85,6.25-1.7,9.38-2.54l1.65-.44c34.31-9.18,61.55-17.31,58.88-38.58Z"/>%0A      <rect class="cls-28" x="88.94" y="13.87" width="46.85" height="72.88" transform="translate(150.63 -66.71) rotate(83.99)"/>%0A      <path class="cls-11" d="M207.5,58.25c-.6-4.77-2.79-8.62-6.5-11.45-10.89-8.35-31.79-5.77-47.04-3.88l-.49.06-2.09-19.84c-.31-2.93-2.78-5.1-5.66-5.1-.2,0-.4.01-.6.03l-71.51,7.53c-3.13.33-5.4,3.13-5.07,6.26l4.8,45.62c.31,2.93,2.78,5.1,5.66,5.1.2,0,.4-.01.6-.03l71.51-7.53c3.13-.33,5.4-3.13,5.07-6.26l-1.89-17.95.4-.05c2.43-.3,4.96-.6,7.54-.87,12.16-1.28,27-2.08,33.82,3.13,2.02,1.56,3.16,3.6,3.49,6.24,1.81,14.48-23.5,22.1-52.99,29.99-3.71.99-7.42,1.98-11.1,3-4.15,1.14-8.36,2.24-12.56,3.33l-1.03.27c-31.16,8.07-60.59,15.68-56.3,37.58.96,4.91,3.62,8.8,7.9,11.56,4.94,3.19,12.04,4.81,21.11,4.8,3.11,0,6.49-.2,10.04-.58l2.05-.25,1.16,10.27c.02.17.14.32.31.39.16.06.37.04.53-.08l24-18.69c.14-.1.21-.27.19-.43-.02-.16-.12-.3-.28-.37l-27.59-12.85c-.17-.08-.38-.06-.53.05-.15.11-.23.27-.21.44l1.53,13.43-1.96.21c-15.2,1.6-22.48-.7-25.91-2.92-2.46-1.59-3.92-3.71-4.46-6.5-2.87-14.65,23.03-21.36,50.44-28.46l3.07-.8c3.55-.93,7.11-1.86,10.62-2.83,3.11-.85,6.25-1.7,9.38-2.54l1.65-.44c34.31-9.18,61.55-17.31,58.88-38.58ZM80.7,74.8l-4.41-41.85,67.73-7.13,4.41,41.85-67.73,7.13Z"/>%0A      <rect class="cls-28" x="156.83" y="99.7" width="46.85" height="72.88" transform="translate(296.78 -57.38) rotate(83.99)"/>%0A      <path class="cls-11" d="M211.93,111.65l4.41,41.85-67.73,7.13-4.41-41.85,67.73-7.13M213.62,103.87c-.2,0-.4.01-.6.03l-71.51,7.53c-3.13.33-5.4,3.13-5.07,6.26l4.8,45.62c.31,2.93,2.78,5.1,5.66,5.1.2,0,.4-.01.6-.03l71.51-7.53c3.13-.33,5.4-3.13,5.07-6.26l-4.8-45.62c-.31-2.93-2.78-5.1-5.66-5.1h0Z"/>%0A      <path class="cls-14" d="M143.14,26.86l4.15,39.91-65.74,7-4.21-40.05,65.8-6.86M143.98,25.82l-67.68,7.06,4.41,41.94,67.62-7.2-4.35-41.8h0Z"/>%0A      <path class="cls-14" d="M211.03,112.76l4.15,39.91-65.74,7-4.21-40.05,65.8-6.86M211.87,111.72l-67.68,7.06,4.41,41.94,67.62-7.2-4.35-41.8h0Z"/>%0A    </g>%0A    <g>%0A      <path class="cls-10" d="M206.54,269.87l-.77-2.08c-.39-1.04-1.86-1.04-2.24,0l-.77,2.08h-3.71v2.83h0c.03.43.29.85.77,1.03l2.7,1,1,2.7c.39,1.04,1.86,1.04,2.24,0l1-2.7,2.7-1c.49-.18.74-.6.77-1.03h0v-2.83h-3.71Z"/>%0A      <g>%0A        <path class="cls-10" d="M195.19,254.15h-4.17c-.68,0-1.28.46-1.46,1.11l-3.22,11.9-3.57-11.93c-.19-.64-.78-1.08-1.45-1.08h-3.52v-1.23h-2.17v2.72h0c0,.16.02.33.07.49l6.14,18.92c.2.63.79,1.05,1.45,1.04l6.18-.05c.66,0,1.24-.44,1.43-1.07l5.77-18.87c.05-.16.07-.31.06-.46h0v-2.72h-1.56v1.23Z"/>%0A        <path class="cls-10" d="M185.18,232.61c1.77,0,3.21-1.44,3.21-3.21v-11.93c0-1,.43-1.92,1.18-2.54.91-.75,2-1.12,3.33-1.12s2.36.42,3.11,1.25c.73.86,1.1,1.97,1.1,3.3v11.34c0,1.77,1.44,3.21,3.21,3.21h0c1.77,0,3.21-1.44,3.21-3.21v-11.34c0-3.15-.98-5.8-2.92-7.88-2-2.09-4.53-3.1-7.75-3.1-1.53,0-2.99.3-4.46.92v-11c0-1.77-1.44-3.21-3.21-3.21s-3.21,1.44-3.21,3.21v32.09c0,1.77,1.44,3.21,3.21,3.21Z"/>%0A        <path class="cls-10" d="M133.34,194.94c-13.51,0-24.46,10.95-24.46,24.46s10.95,24.46,24.46,24.46,24.46-10.95,24.46-24.46-10.95-24.46-24.46-24.46ZM133.34,229.3c-5.45,0-9.89-4.44-9.89-9.89s4.44-9.89,9.89-9.89,9.89,4.44,9.89,9.89-4.44,9.89-9.89,9.89Z"/>%0A        <path class="cls-10" d="M89.84,205.85v31.96c0,3.34,2.71,6.05,6.05,6.05h2.89c3.34,0,6.05-2.71,6.05-6.05v-46.8c0-1.9-.97-3.62-2.58-4.61-1.62-.99-3.6-1.07-5.29-.21l-1.89.96c-4.79,2.44-8.93,4.55-12.16,6.24-2.85,1.49-4.03,4.95-2.7,7.88l.89,1.95c.69,1.51,1.93,2.64,3.5,3.19,1.57.55,3.24.44,4.73-.31l.52-.26Z"/>%0A        <path class="cls-10" d="M130.61,254.09l-3.6.04c-.83,0-1.49.68-1.49,1.51v9.81l-8.31-10.79c-.29-.37-.73-.59-1.2-.59h-2.95c-.83,0-1.51.68-1.51,1.51v18.97c0,.83.68,1.51,1.51,1.51h3.49c.83,0,1.51-.68,1.51-1.51v-8.12l7.73,9.1c.29.34.71.53,1.15.53h3.68c.83,0,1.51-.68,1.51-1.51v-18.95c0-.84-.69-1.52-1.52-1.51Z"/>%0A        <path class="cls-10" d="M155.96,254.09l-3.6.04c-.83,0-1.49.68-1.49,1.51v9.81l-8.31-10.79c-.29-.37-.73-.59-1.2-.59h-2.95c-.83,0-1.51.68-1.51,1.51v18.97c0,.83.68,1.51,1.51,1.51h3.49c.83,0,1.51-.68,1.51-1.51v-8.12l7.73,9.1c.29.34.71.53,1.15.53h3.68c.83,0,1.51-.68,1.51-1.51v-18.95c0-.84-.69-1.52-1.52-1.51Z"/>%0A        <path class="cls-10" d="M169.31,253.56l-4.18-.02c-.84,0-1.52.67-1.52,1.51v19.8c0,.83.68,1.51,1.51,1.51h4.15c.83,0,1.51-.67,1.51-1.51l.03-19.78c0-.83-.67-1.51-1.5-1.51Z"/>%0A        <path class="cls-10" d="M100.74,254.78c-.22-.6-.78-.99-1.42-.99h-4.83c-.65,0-1.23.42-1.43,1.04l-5.48,16.63h-.84v2.78h0c0,.8.64,1.51,1.51,1.51h3.39c.66,0,1.24-.43,1.44-1.06l.87-2.76h6.51l.9,2.77c.2.62.78,1.04,1.43,1.04h3.44c.87,0,1.51-.71,1.51-1.51h0v-2.78h-.92l-6.07-16.67Z"/>%0A        <path class="cls-10" d="M215.67,237.98v.64l-8.67-5.01c-1.21-.7-2.72.17-2.72,1.57v2.23h-20.5c-5.73,0-10.39-4.66-10.39-10.39v-12.91h2.5c1.78,0,3.22-1.44,3.22-3.22v-2.74h-1.53c-.49-.3-1.07-.48-1.69-.48h-2.5v-3.15c0-1.78-1.44-3.22-3.22-3.22s-3.22,1.44-3.22,3.22v3.15h-2.5c-.62,0-1.2.18-1.69.48h-1.53v2.74c0,1.78,1.44,3.22,3.22,3.22h2.5v12.91c0,9.28,7.55,16.83,16.83,16.83h20.5v2.23c0,1.39,1.51,2.27,2.72,1.57l9.44-5.45c.6-.35.91-.96.91-1.57h0s0,0,0,0v-2.65h-1.67Z"/>%0A        <path class="cls-10" d="M161.21,190.82h-2.2v1.91l-4.66,2.49.27-8.19c.03-.93-.96-1.54-1.78-1.1l-7.23,3.86.19-5.78c.04-1.23-1.58-1.73-2.23-.68l-3.32,5.33h-1.52v2.8h0c0,.55.39,1.06.98,1.17,5.91,1.1,10.93,4.25,14.64,9.2.51.67,1.54.62,1.98-.09l4.7-7.54c.17-.28.22-.57.17-.84v-2.54Z"/>%0A      </g>%0A    </g>%0A    <g>%0A      <g>%0A        <path class="cls-6" d="M200.61,207.75c-2-2.09-4.53-3.1-7.75-3.1-1.53,0-2.99.3-4.46.92v-11c0-1.77-1.44-3.21-3.21-3.21s-3.21,1.44-3.21,3.21v32.09c0,1.77,1.44,3.21,3.21,3.21s3.21-1.44,3.21-3.21v-11.93c0-1,.43-1.92,1.18-2.54.91-.75,2-1.12,3.33-1.12s2.36.42,3.11,1.25c.73.86,1.1,1.97,1.1,3.3v11.34c0,1.77,1.44,3.21,3.21,3.21h0c1.77,0,3.21-1.44,3.21-3.21v-11.34c0-3.15-.98-5.8-2.92-7.88Z"/>%0A        <path class="cls-5" d="M200.32,229.05c-1.15,0-2.08-.93-2.08-2.08v-11.34c0-1.61-.46-2.97-1.37-4.03l-.02-.02c-.96-1.06-2.32-1.63-3.95-1.63s-2.93.45-4.05,1.37c-1.01.83-1.59,2.08-1.59,3.42v11.93c0,1.15-.93,2.08-2.08,2.08s-2.08-.93-2.08-2.08v-32.09c0-1.15.93-2.08,2.08-2.08s2.08.93,2.08,2.08v12.7l1.57-.66c1.33-.56,2.65-.83,4.02-.83,2.89,0,5.16.9,6.93,2.75,1.73,1.85,2.61,4.24,2.61,7.09v11.34c0,1.15-.93,2.08-2.08,2.08Z"/>%0A        <path class="cls-16" d="M216.43,236.33l-9.44-5.45c-1.21-.7-2.72.17-2.72,1.57v2.23h-20.5c-5.73,0-10.39-4.66-10.39-10.39v-12.91h2.5c1.78,0,3.22-1.44,3.22-3.22s-1.44-3.22-3.22-3.22h-2.5v-3.15c0-1.78-1.44-3.22-3.22-3.22s-3.22,1.44-3.22,3.22v3.15h-2.5c-1.78,0-3.22,1.44-3.22,3.22s1.44,3.22,3.22,3.22h2.5v12.91c0,9.28,7.55,16.83,16.83,16.83h20.5v2.23c0,1.39,1.51,2.27,2.72,1.57l9.44-5.45c1.21-.7,1.21-2.44,0-3.14Z"/>%0A        <path class="cls-20" d="M206.09,244.03c-.33,0-.68-.26-.68-.68v-3.36h-21.63c-8.65,0-15.69-7.04-15.69-15.69v-14.05h-3.63c-1.15,0-2.09-.94-2.09-2.09s.94-2.09,2.09-2.09h3.63v-4.29c0-1.15.94-2.09,2.09-2.09s2.09.94,2.09,2.09v4.29h3.63c1.15,0,2.09.94,2.09,2.09s-.94,2.09-2.09,2.09h-3.63v14.05c0,6.35,5.17,11.52,11.52,11.52h21.63v-3.36c0-.42.35-.68.68-.68.12,0,.23.03.34.09l9.44,5.45c.31.18.34.47.34.59,0,.12-.03.41-.34.59l-9.44,5.45c-.11.06-.22.09-.34.09Z"/>%0A      </g>%0A      <path class="cls-7" d="M156.35,198.99l4.7-7.54c.65-1.05-.5-2.29-1.59-1.7l-5.09,2.72.27-8.19c.03-.93-.96-1.54-1.78-1.1l-7.23,3.86.19-5.78c.04-1.23-1.58-1.73-2.23-.68l-4.65,7.48c-.45.72-.03,1.67.8,1.82,5.91,1.1,10.93,4.25,14.64,9.2.51.67,1.54.62,1.98-.09Z"/>%0A      <path class="cls-22" d="M155.32,198.43s-.04-.01-.05-.02c-3.87-5.16-9.18-8.49-15.34-9.63-.01,0-.03,0-.05-.04-.02-.04,0-.06,0-.07l4.65-7.48s.03-.04.05-.04c.03,0,.07.02.08.03,0,0,0,.03,0,.05l-.21,6.27c-.02.65.67,1.09,1.25.78l7.66-4.1s.03-.01.03-.01c.02,0,.04.01.06.03.01.01.02.03.02.05l-.28,8.68c-.02.65.67,1.09,1.25.78l5.52-2.95s.04-.02.04-.02c.01,0,.05.02.07.06.01.02.01.03,0,.06l-4.7,7.54s-.02.04-.07.04Z"/>%0A      <path class="cls-17" d="M133.34,206.78c5.45,0,9.89,4.44,9.89,9.89s-4.44,9.89-9.89,9.89-9.89-4.44-9.89-9.89,4.44-9.89,9.89-9.89M133.34,192.21c-13.51,0-24.46,10.95-24.46,24.46s10.95,24.46,24.46,24.46,24.46-10.95,24.46-24.46-10.95-24.46-24.46-24.46h0Z"/>%0A      <path class="cls-18" d="M133.34,238.87c-12.24,0-22.2-9.96-22.2-22.2s9.96-22.2,22.2-22.2,22.2,9.96,22.2,22.2-9.96,22.2-22.2,22.2ZM133.34,204.51c-6.7,0-12.16,5.45-12.16,12.16s5.45,12.16,12.16,12.16,12.16-5.45,12.16-12.16-5.45-12.16-12.16-12.16Z"/>%0A      <path class="cls-15" d="M102.24,183.67c-1.62-.99-3.6-1.07-5.29-.21l-1.89.96c-4.79,2.44-8.93,4.55-12.16,6.24-2.85,1.49-4.03,4.95-2.7,7.88l.89,1.95c.69,1.51,1.93,2.64,3.5,3.19,1.57.55,3.24.44,4.73-.31l.52-.26v31.96c0,3.34,2.71,6.05,6.05,6.05h2.89c3.34,0,6.05-2.71,6.05-6.05v-46.8c0-1.9-.97-3.62-2.58-4.61Z"/>%0A      <path class="cls-19" d="M95.89,238.87c-2.09,0-3.78-1.7-3.78-3.78v-35.64l-3.8,1.92c-.54.27-1.11.41-1.7.41-.42,0-.85-.07-1.26-.22-.98-.34-1.76-1.05-2.19-2l-.89-1.95c-.84-1.83-.1-4,1.69-4.93,3.23-1.69,7.36-3.79,12.14-6.23l1.88-.96c.46-.23.94-.35,1.44-.35.57,0,1.14.16,1.65.47.94.58,1.5,1.58,1.5,2.68v46.8c0,2.09-1.7,3.78-3.78,3.78h-2.89Z"/>%0A    </g>%0A    <g>%0A      <g>%0A        <path class="cls-21" d="M93.95,269.18l-.87,2.76c-.2.63-.78,1.06-1.44,1.06h-3.39c-1.03,0-1.75-1-1.43-1.98l6.24-18.93c.2-.62.78-1.04,1.43-1.04h4.83c.63,0,1.2.4,1.42.99l6.9,18.93c.36.98-.37,2.02-1.42,2.02h-3.44c-.65,0-1.23-.42-1.43-1.04l-.9-2.77h-6.51ZM96.93,257.81l-1.74,7.01h3.82l-2.07-7.01Z"/>%0A        <path class="cls-26" d="M125.52,262.71v-9.81c0-.83.67-1.5,1.49-1.51l3.6-.04c.84,0,1.52.67,1.52,1.51v18.95c0,.83-.68,1.51-1.51,1.51h-3.68c-.44,0-.86-.19-1.15-.53l-7.73-9.1v8.12c0,.83-.68,1.51-1.51,1.51h-3.49c-.83,0-1.51-.68-1.51-1.51v-18.97c0-.83.68-1.51,1.51-1.51h2.95c.47,0,.91.22,1.2.59l8.31,10.79Z"/>%0A        <path class="cls-23" d="M150.87,262.71v-9.81c0-.83.67-1.5,1.49-1.51l3.6-.04c.84,0,1.52.67,1.52,1.51v18.95c0,.83-.68,1.51-1.51,1.51h-3.68c-.44,0-.86-.19-1.15-.53l-7.73-9.1v8.12c0,.83-.68,1.51-1.51,1.51h-3.49c-.83,0-1.51-.68-1.51-1.51v-18.97c0-.83.68-1.51,1.51-1.51h2.95c.47,0,.91.22,1.2.59l8.31,10.79Z"/>%0A        <path class="cls-27" d="M165.14,250.8l4.18.02c.83,0,1.5.68,1.5,1.51l-.03,19.78c0,.83-.68,1.51-1.51,1.51h-4.15c-.83,0-1.51-.68-1.51-1.51v-19.8c0-.84.68-1.51,1.52-1.51Z"/>%0A        <path class="cls-25" d="M186.35,264.42l3.22-11.9c.18-.66.77-1.11,1.46-1.11h4.22c1.01,0,1.74.98,1.44,1.95l-5.77,18.87c-.19.63-.77,1.06-1.43,1.07l-6.18.05c-.66,0-1.24-.42-1.45-1.04l-6.14-18.92c-.32-.97.41-1.97,1.43-1.97h4.18c.67,0,1.25.44,1.45,1.08l3.57,11.93Z"/>%0A      </g>%0A      <path class="cls-24" d="M205.77,265.05l1,2.7,2.7,1c1.04.39,1.04,1.86,0,2.24l-2.7,1-1,2.7c-.39,1.04-1.86,1.04-2.24,0l-1-2.7-2.7-1c-1.04-.39-1.04-1.86,0-2.24l2.7-1,1-2.7c.39-1.04,1.86-1.04,2.24,0Z"/>%0A    </g>%0A  </g>%0A</svg>')}.pwaInstallButton span{color:#000}.pwaInstallButton:active span{color:#fff}.pwaInstallCloseButton{position:absolute;top:50%;transform:translateY(-50%);right:0;display:flex;justify-content:center;align-items:center;width:60px;height:3em;cursor:pointer}.pwaInstallCloseIcon{--mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 20 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:1.5;"><g><path d="M1.548,1.643l16.09,15.691" style="fill:none;stroke:%23007aff;stroke-width:2px;"/><path d="M17.439,1.443l-15.692,16.091" style="fill:none;stroke:%23007aff;stroke-width:2px;"/></g></svg>') no-repeat center center / 20px 19px;width:20px;height:19px;-webkit-mask:var(--mask);mask:var(--mask);background-color:#000}.pwaInstallCloseButton:active .pwaInstallCloseIcon{transform:scale(.8);transition:transform .25s}.noScriptContainer{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.noScriptContainerForLogin{padding-top:20px}.noscriptFullScreen{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--desktopBackColor)}.noScriptMessage{max-width:600px;border-radius:4px;padding:20px 15px;margin:0 15px;background-color:#fff;color:#000;text-align:center;line-height:1.5}
