@import"https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@400;700&display=swap";.section{position:relative;padding:var(--block-padding, 1.875rem) var(--inline-padding, 1.25rem);border-radius:2.5rem;margin-bottom:var(--gutter, .625rem);overflow:hidden;max-width:105.5rem;margin-inline:auto}.button{display:inline-flex;gap:.4em;justify-content:center;align-items:center;font-size:1.375rem;font-family:Noto Sans HK,sans-serif;font-weight:700;line-height:1;text-decoration:none;padding:1em 1.5em;background:#F98469;color:#343232;border-radius:2em;cursor:pointer}.button .icon{width:1.5em}.button:disabled{opacity:.7;cursor:not-allowed}.button:hover{text-decoration:none}@media screen and (min-width: 50rem){.button{font-size:1.625rem}}.icon{display:inline-flex;justify-content:center;align-items:center;width:1em;vertical-align:middle}.icon svg{max-width:100%;max-height:100%;display:block;margin:auto}.icon path{fill:currentColor}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-10%)}}.marquee{display:flex;line-height:1;overflow:hidden}.marquee__track{flex:none;display:flex;align-items:center;animation:marquee 5s linear infinite}.marquee__track>*{flex:none;padding-right:3em}.card{position:relative}.card__content{padding:1.25rem;border-top-left-radius:.625rem;border-top-right-radius:.625rem}.card__author{display:flex;align-items:center;margin:0 0 .625rem}.card__author:before{flex:none;content:"";width:2.5rem;height:2.5rem;background:#F98469;border-radius:50%;margin-right:.625rem}.card__author__name{line-height:1.5}.card__author__name small{display:block;font-size:inherit;font-weight:700}.card__footer{display:flex;justify-content:space-between;padding:1.25rem;border-bottom-left-radius:.625rem;border-bottom-right-radius:.625rem}.card__footer>:last-child{margin-left:auto}.card__stat{display:flex;font-size:1rem;font-weight:600;align-items:center;background:none}.card__stat .icon{width:1.5em;margin-right:.5em}.card__stat:disabled{opacity:.5}@media screen and (min-width: 50rem){.card__content{padding:1.875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem}.card__footer{padding:1.25rem 1.875rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}}.question-card{color:#fff}.question-card .card__decor{position:absolute;top:50%;left:-5rem;width:5rem;height:auto;transform:translateY(-50%);margin-top:-1.875rem}.question-card .card__decor path,.question-card .card__decor circle{fill:#367d99}.question-card .card__content{font-size:1.125rem;font-weight:700;min-height:5rem;padding-left:4.75rem;background:#367D99 no-repeat;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 34'%3E%3Cpath d='M31.71,27.623C31.35,27.623 31.028,27.83 30.867,28.145C30.139,29.61 28.301,32.918 26.125,33.969C25.987,34.03 25.826,33.999 25.711,33.892C25.604,33.785 25.566,33.623 25.612,33.485C26.14,31.928 27.098,28.475 25.305,27.615L10.045,27.615C7.517,27.615 5.089,26.61 3.296,24.815C1.504,23.019 0.5,20.587 0.5,18.055L0.5,9.553C0.5,7.021 1.504,4.589 3.296,2.793C5.089,1.005 7.517,0 10.045,0L31.955,0C34.483,0 36.911,1.005 38.704,2.801C40.496,4.596 41.5,7.029 41.5,9.561L41.5,18.062C41.5,20.595 40.496,23.027 38.704,24.822C36.911,26.618 34.483,27.623 31.955,27.623L31.71,27.623Z' fill='%23226985' /%3E%3C/svg%3E");background-position:left 1rem top 1.25rem;background-size:2.875rem 2.5rem}.question-card .card__footer{background:#226985}.question-card .card__footer .icon{color:#f98469}@media screen and (min-width: 50rem){.question-card{margin-left:5rem}.question-card .card__content{font-size:1.625rem;padding-left:16.25rem;background-position:left 3rem bottom -.75rem;background-size:11.875rem 10.375rem}}.answer-card{color:#343232}.answer-card:before{content:"";display:block;width:1.625rem;height:1.625rem;background:#C0A97B;border-radius:50%;margin-bottom:.625rem}.answer-card .card__content{background:#fff}.answer-card .card__footer{background:#F2B05E}.answer-card .card__footer .icon{color:#fff}@media screen and (min-width: 50rem){.answer-card{margin-left:5rem}.answer-card:before{position:absolute;top:0;left:-2.5rem}}.modal{position:fixed;inset:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;overflow:auto;padding:1.25rem;background:rgba(255,255,255,.5)}.modal__frame{position:relative;flex:1;width:100%;max-width:50rem;padding:1.25rem;border-radius:2.5rem;background:#F2EEDA;color:#343232;margin:auto;box-shadow:5px 5px 10px #0000001a;transform:none}.modal__frame .button{display:block;font-size:.75rem;margin-left:auto;margin-bottom:1em}.modal.v-enter-active,.modal.v-leave-active{overflow:hidden;transition:opacity .2s,visibility .4s,z-index .4s}.modal.v-enter-active .modal__frame,.modal.v-leave-active .modal__frame{transition:transform .2s ease-out}.modal.v-enter-active .modal__frame{transition-delay:.2s}.modal.v-leave-active{transition-delay:.2s,0s}.modal.v-enter-from,.modal.v-leave-to{opacity:0;visibility:hidden}.modal.v-enter-from .modal__frame,.modal.v-leave-to .modal__frame{transform:translateY(100vh)}@media screen and (min-width: 50rem){.modal{padding:3.75rem}.modal__frame{padding:2.5rem}.modal__frame .button{font-size:1.25rem}}*{box-sizing:inherit}address,cite,th,button,input,select,optgroup,option,textarea{font:inherit}dialog,legend,button,input,select,optgroup,option,textarea{color:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}body,dt,dd,ol,ul,figure,blockquote,form,fieldset,button,input,select{margin:0}dt,dd,ol,ul,th,td,blockquote,fieldset,legend,button,input,select{padding:0}body{box-sizing:border-box;scroll-behavior:smooth}iframe{display:block}textarea{overflow:auto}legend{display:table;max-width:100%;white-space:normal}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}summary{display:list-item}template,[hidden]{display:none}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:antialiased;-webkit-text-size-adjust:100%}button,input,select,textarea{appearance:none;border-radius:0}hr,img,iframe,dialog,fieldset,button,input,select,textarea,table,col,colgroup,thead,tbody,tfoot,tr,th,td{border:none}b,strong{font-weight:bolder}ol,ul{list-style:none}table{border-spacing:0;border-collapse:collapse}@media screen and (min-width: 50rem){:root{--gutter: 1.5rem;--block-padding: 5rem;--inline-padding: 3.125rem}}body{font-family:Noto Sans HK,sans-serif;font-size:.875rem;background:#fff;color:#343232}button{cursor:pointer;background:none}button:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{font-family:Noto Sans HK,sans-serif;font-weight:300}strong{font-weight:700}h1,h2,h3,h4,h5,h6,p,ul,ol{margin-top:0;margin-bottom:1em}a{color:inherit}#app{overflow:hidden;padding:var(--gutter, .625rem)}.banner{overflow:hidden;isolation:isolate;padding-bottom:7.5rem;background:linear-gradient(to bottom,#F2EEDA 0%,#F2EEDA 75%,#C0A97B 75%,#C0A97B 100%)}.banner .animation{position:absolute;z-index:-1;top:25%;left:0;width:100%;overflow:hidden}.banner .animation svg{position:relative;height:auto!important;width:68.75rem!important}.banner .animation--1{height:50%}.banner h1{font-size:2.125rem;margin:0 0 .4em}.banner .marquee{font-size:1.625rem;padding:.6em;margin:10rem calc(var(--inline-padding, 1.25rem) * -1) 0;background:#367D99;color:#fff}@media screen and (min-width: 50rem){.banner{padding-bottom:var(--block-padding, 1.875rem);background:linear-gradient(to right,#F2EEDA 0%,#F2EEDA 66%,#C0A97B 66%,#C0A97B 100%)}.banner .animation{top:50%;left:0;transform:translateY(-50%);display:flex}.banner .animation svg{position:relative;flex:none;height:100%!important;width:105.5rem!important}.banner .animation--1{height:auto;width:66%}.banner h1{font-size:4rem}.banner .marquee{font-size:3rem}}.interface{background:#F2EEDA}.interface .marquee{font-size:1.625rem;padding:1em;margin:calc(var(--block-padding, 1.875rem) * -1) calc(var(--inline-padding, 1.25rem) * -1) 1.25rem;background:#F98469;color:#343232}.interface__sidebar{margin-bottom:var(--gutter, .625rem)}@media screen and (min-width: 50rem){.interface .marquee{font-size:2rem;margin-bottom:4.25rem}.interface__inner{display:flex;align-items:flex-start}.interface__sidebar{flex:0 1 25%;position:sticky;top:var(--gutter, .625rem);margin-right:var(--inline-padding, 1.25rem);margin-bottom:0}.interface__content{flex:0 1 75%}}.question-form{display:flex;flex-direction:column;background:#367D99;color:#fff;border-radius:2.5rem;padding:1.875rem}.question-form__title{position:relative;z-index:0;max-width:60%;background:#F98469;color:#343232;border-radius:1.875rem;padding:1.25rem;font-size:1.5rem;font-weight:400;margin:0 0 .5em auto}.question-form__title svg{position:absolute;top:100%;right:3.125rem;width:25%;height:auto;margin-top:-1px}.question-form__title path{fill:#f98469}.question-form textarea{position:relative;z-index:1;background:#fff;color:#343232;padding:1.875rem;border-radius:.625rem;max-width:100%}.question-form__consent{margin-top:var(--gutter, .625rem);display:flex;align-items:flex-start;background:#fff;color:#343232;padding:1em;border-radius:5px}.question-form__consent input{flex:none;width:2em;height:2em;border:3px solid #F98469;border-radius:inherit;margin-right:1em}.question-form__consent input:focus{border-color:#343232}.question-form__consent input:checked{background:url(/assets/check-cc46579e.svg) center no-repeat;background-size:75%}.question-form button{margin-top:.625rem}@media screen and (min-width: 50rem){.question-form__title{min-width:12.5rem;font-size:2rem;padding:1.875rem;border-radius:3.125rem}.question-form button{margin-top:2.5rem}}.questions-list>li,.answers-list>li{margin-bottom:1em}.questions-list{margin:0 0 2rem}.answers-list{padding-left:.625rem;margin-top:1em}@media screen and (min-width: 50rem){.answers-list{padding-left:5rem}}.show-more{width:100%}@media screen and (min-width: 50rem){.show-more{width:auto;min-width:12.5rem}}.column{margin-bottom:var(--gutter, .625rem)}@media screen and (min-width: 50rem){.columns{display:flex}.column{flex:1 1 0;margin-bottom:0}.column:not(:first-child){margin-left:2.5rem}}.about,.footer{font-family:Noto Sans HK,sans-serif;padding:3.125rem 1.5rem}.about>:last-child,.footer>:last-child{margin-bottom:0}@media screen and (min-width: 50rem){.about,.footer{padding:var(--block-padding, 1.875rem) var(--inline-padding, 1.25rem)}}.about{font-size:1.25rem;background:#F98469 no-repeat}.about h2{font-size:1.625rem;font-weight:700}.about .column{max-width:28.125rem}@media screen and (min-width: 50rem){.about{font-size:1.5rem;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 34'%3E%3Cpath d='M31.71,27.623C31.35,27.623 31.028,27.83 30.867,28.145C30.139,29.61 28.301,32.918 26.125,33.969C25.987,34.03 25.826,33.999 25.711,33.892C25.604,33.785 25.566,33.623 25.612,33.485C26.14,31.928 27.098,28.475 25.305,27.615L10.045,27.615C7.517,27.615 5.089,26.61 3.296,24.815C1.504,23.019 0.5,20.587 0.5,18.055L0.5,9.553C0.5,7.021 1.504,4.589 3.296,2.793C5.089,1.005 7.517,0 10.045,0L31.955,0C34.483,0 36.911,1.005 38.704,2.801C40.496,4.596 41.5,7.029 41.5,9.561L41.5,18.062C41.5,20.595 40.496,23.027 38.704,24.822C36.911,26.618 34.483,27.623 31.955,27.623L31.71,27.623Z' fill='%23e57055' /%3E%3C/svg%3E");background-position:right 1.25rem bottom -1.25rem;background-size:38rem 31.125rem}}.footer{font-size:1.25rem;background:#367D99 no-repeat;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1688 738'%3E%3Cpath d='M5.43399e-05 427.212C57.3518 428.208 110.355 424.877 160.34 458.117C213.5 493.48 260.123 571.649 333.673 564.338C450.138 552.767 488.442 367.036 612.613 418.11C776.111 485.346 707.918 747.123 919.939 737.755C1074.65 730.921 1055.02 521.146 1147.79 447.209C1178.87 422.422 1213.11 417.791 1250.88 428.938C1301.84 443.959 1347.69 480.277 1403.52 471.612C1435.47 466.663 1458.6 449.054 1486.71 434.75C1546.86 404.15 1621.05 383.665 1688 398.858L1688 335.217C1621.05 350.41 1546.86 333.836 1486.71 303.251C1458.6 288.947 1435.47 271.338 1403.52 266.375C1347.69 257.723 1301.84 294.028 1250.88 309.063C1213.11 320.196 1178.87 315.564 1147.79 290.791C1055.02 216.854 1074.65 7.07962 919.94 0.245339C707.918 -9.12228 776.111 252.655 612.613 319.891C488.442 370.964 450.138 185.22 333.673 173.662C260.123 166.351 213.5 244.521 160.34 279.883C110.355 313.123 57.3518 309.792 7.46962e-05 310.788L5.43399e-05 427.212Z' fill='%23226985' /%3E%3C/svg%3E");background-position:left 50% top -10%;background-size:150rem 67.5rem;color:#fff}.footer h2{font-size:inherit;font-weight:700;margin:0}.footer a{font-weight:700}@media screen and (min-width: 50rem){.footer{font-size:1.625rem}}
