html{box-sizing:border-box}.col{flex:1 0 100%}.row{display:flex;flex-flow:row wrap}.cursor-pointer{cursor:pointer}*,:after,:before{box-sizing:inherit}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.button-loading{flex-flow:row-reverse}.button-loading:before{animation:spinner 1.5s linear 0s infinite normal;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff;content:"";display:inline-block;flex-shrink:0;height:15px;margin-left:5px;width:15px}.button-with-loading>.button-label{position:relative;transition:all .3s}.button-with-loading>.button-label:before{animation:spinner 1.5s linear 0s infinite normal,fadeIn .5s;border:2px solid #fff;border-radius:50%;border-right-color:#000;content:"";display:inline-block;height:20px;left:-25px;margin:0;position:absolute;transition:all .2s;width:20px}.button-with-loading.grey-loader>.button-label:before{border:2px solid #8f8f8f;border-right-color:#fff}.btn-download,.btn-outline{align-items:center;background:#3b3b39;border:none;border-radius:20px;color:#fff;cursor:pointer;display:inline-flex;flex-flow:row nowrap;font-family:Roboto,sans-serif;font-size:16px;height:auto;justify-content:center;line-height:1.2em;padding:10px 24px;text-decoration:none;white-space:nowrap}@media(min-width:993px){.btn-download,.btn-outline{font-size:14px;padding:11px 39px}}.btn-download:not(.btn),.btn-outline:not(.btn){color:#fff}.active.btn-download,.active.btn-outline{background:#000;color:#fff}@media(hover:hover){.btn-download:hover:not(.btn),.btn-outline:hover:not(.btn){background:#000;color:#fff}}.btn-download svg,.btn-outline svg{flex-shrink:0}.with-icon.btn-download svg,.with-icon.btn-outline svg{margin-right:4px}@media(min-width:993px){.with-icon.btn-download,.with-icon.btn-outline{padding-bottom:8px;padding-top:8px}}.dark.btn-download:not(.btn),.dark.btn-outline:not(.btn){background:#3b3b39;color:#fff}.dark.btn-download:not(.btn).active,.dark.btn-download:not(.btn):active,.dark.btn-outline:not(.btn).active,.dark.btn-outline:not(.btn):active{background:#000;color:#fff}@media(hover:hover){.dark.btn-download:not(.btn):hover,.dark.btn-outline:not(.btn):hover{background:#000;color:#fff}}.light.btn-download:not(.btn),.light.btn-outline:not(.btn){background:#e1e1e1;color:#fff}.light.btn-download:not(.btn).active,.light.btn-download:not(.btn):active,.light.btn-outline:not(.btn).active,.light.btn-outline:not(.btn):active{background:#000;color:#fff}@media(hover:hover){.light.btn-download:not(.btn):hover,.light.btn-outline:not(.btn):hover{background:#000;color:#fff}}.white.btn-download:not(.btn),.white.btn-outline:not(.btn){background-color:#fff;color:#000}.white.btn-download:not(.btn).active,.white.btn-download:not(.btn):active,.white.btn-outline:not(.btn).active,.white.btn-outline:not(.btn):active{background-color:#faf9f7;color:#000}@media(hover:hover){.white.btn-download:not(.btn):hover,.white.btn-outline:not(.btn):hover{background-color:#faf9f7;color:#000}}.bordered.btn-download,.bordered.btn-outline,.light-grey-bordered.btn-download,.light-grey-bordered.btn-outline{border:2px solid #8a8480;padding:8px 24px}@media(min-width:993px){.bordered.btn-download,.bordered.btn-outline,.light-grey-bordered.btn-download,.light-grey-bordered.btn-outline{padding:9px 38px}}.light-border.btn-download,.light-border.btn-outline{border:1px solid #e1e1e1;padding:9px 24px}@media(min-width:993px){.light-border.btn-download,.light-border.btn-outline{padding:10px 38px}}.white-light-grey.btn-download:not(.btn),.white-light-grey.btn-outline:not(.btn){background-color:#fff;border-color:#e1e1e1;color:#3b3b39;padding:8px 24px}@media(min-width:993px){.white-light-grey.btn-download:not(.btn),.white-light-grey.btn-outline:not(.btn){padding:9px 36px}}.white-light-grey.btn-download:not(.btn).active,.white-light-grey.btn-download:not(.btn):active,.white-light-grey.btn-outline:not(.btn).active,.white-light-grey.btn-outline:not(.btn):active{border-color:#000;color:#000}@media(hover:hover){.white-light-grey.btn-download:not(.btn):hover,.white-light-grey.btn-outline:not(.btn):hover{border-color:#000;color:#000}}.square.btn-download,.square.btn-outline{border-radius:3px;justify-content:flex-start;padding:6px 4px}.cancel-white.btn-download:not(.btn),.cancel-white.btn-outline:not(.btn){background-color:#fff;border-color:#e1e1e1;color:#3b3b39}.cancel-white.btn-download:not(.btn).active,.cancel-white.btn-download:not(.btn):active,.cancel-white.btn-outline:not(.btn).active,.cancel-white.btn-outline:not(.btn):active{background-color:#fff;border-color:#a02b49;color:#a02b49}@media(hover:hover){.cancel-white.btn-download:not(.btn):hover,.cancel-white.btn-outline:not(.btn):hover{background-color:#fff;border-color:#a02b49;color:#a02b49}}.white-bordered.btn-download:not(.btn),.white-bordered.btn-outline:not(.btn){background-color:#fff;border:1px solid #3b3b39;color:#3b3b39;padding:8px 24px}@media(min-width:993px){.white-bordered.btn-download:not(.btn),.white-bordered.btn-outline:not(.btn){padding:9px 36px}}.white-bordered.btn-download:not(.btn).active,.white-bordered.btn-download:not(.btn):active,.white-bordered.btn-outline:not(.btn).active,.white-bordered.btn-outline:not(.btn):active{border-color:#000;color:#000}@media(hover:hover){.white-bordered.btn-download:not(.btn):hover,.white-bordered.btn-outline:not(.btn):hover{border-color:#000;color:#000}}.red.btn-download,.red.btn-outline{background:#d83a3a;color:#fff}@media(hover:hover){.red.btn-download:hover,.red.btn-outline:hover{background:#d83a3a;color:#fff}}.button-with-plus.btn-download,.button-with-plus.btn-outline{padding-left:25px;position:relative}.button-with-plus.btn-download:after,.button-with-plus.btn-download:before,.button-with-plus.btn-outline:after,.button-with-plus.btn-outline:before{background:currentColor;content:"";display:block;height:1px;margin:auto 4.5px;width:15px}.button-with-plus.btn-download:after,.button-with-plus.btn-outline:after{left:25px;position:absolute;transform:rotate(90deg)}.button-with-plus.button-with-loading.btn-download:after,.button-with-plus.button-with-loading.btn-download:before,.button-with-plus.button-with-loading.btn-outline:after,.button-with-plus.button-with-loading.btn-outline:before{visibility:hidden}.disabled.btn-download:not(.btn),.disabled.btn-outline:not(.btn){background:#d1d3d4;border-color:#d1d3d4;color:#fff;cursor:auto;pointer-events:none}.disabled.btn-download:not(.btn).active,.disabled.btn-download:not(.btn):active,.disabled.btn-outline:not(.btn).active,.disabled.btn-outline:not(.btn):active{background:#d1d3d4;color:#fff}@media(hover:hover){.disabled.btn-download:not(.btn):hover,.disabled.btn-outline:not(.btn):hover{background:#d1d3d4;color:#fff}}.as-toggle .radio-icon{background:#d1d3d4;border-radius:14px;height:28px;margin:0 0 0 12px;position:relative;width:48px}.as-toggle .radio-icon:before{background:#fff;border-radius:50%;content:"";height:22px;left:3px;position:absolute;top:3px;transition:left .3s;width:22px}.as-toggle.selected .radio-icon{background:#000}.as-toggle.selected .radio-icon:before{left:calc(100% - 25px)}.has-small-arrow{--wrapper-height:24px;--arrow-warapper-width:24px;cursor:pointer;padding-right:calc(var(--arrow-warapper-width) + 10px);position:relative}.has-small-arrow:after,.has-small-arrow:before{border-radius:1.2px;border-top:2px solid;content:"";display:block;height:0;position:absolute;right:calc((var(--arrow-warapper-width) - 10px)/2);top:calc(var(--wrapper-height)/2);transform:translate(4px,3px) rotate(-45deg);transform-origin:0 50%;transition:all .2s linear,width .1s linear;width:9px;z-index:1}.has-small-arrow:after{transform:translate(-4px,3px) rotate(45deg);transform-origin:100% 50%}.has-small-arrow.active:after,.has-small-arrow.active:before{right:calc((var(--arrow-warapper-width) - 8px)/2);transform:translate(3px,-2px) rotate(0deg);width:7px}.has-small-arrow.active:after{transform:translate(-3px,-2px) rotate(0deg)}.has-small-arrow.arrow-up:before{transform:translate(4px,-6px) rotate(45deg)}.has-small-arrow.arrow-up:after{transform:translate(-4px,-6px) rotate(-45deg)}.has-small-arrow.arrow-up.active:before{transform:translate(4px,-2px) rotate(0deg)}.has-small-arrow.arrow-up.active:after{transform:translate(-2px,-2px) rotate(0deg)}.has-small-arrow.arrow-down-up.active:after,.has-small-arrow.arrow-down-up.active:before{right:calc((var(--arrow-warapper-width) - 10px)/2);width:9px}.has-small-arrow.arrow-down-up.active:before{transform:translate(4px,-4px) rotate(45deg)}.has-small-arrow.arrow-down-up.active:after{transform:translate(-4px,-4px) rotate(-45deg)}@media(max-width:480px){.hidden-lt-480{display:none!important}}@media(min-width:481px){.hidden-gt-480{display:none!important}}@media(max-width:640px){.hidden-lt-640{display:none!important}}@media(min-width:640px){.hidden-gt-640{display:none!important}}@media(max-width:992px){.hidden-lt-992{display:none!important}}@media(min-width:993px){.hidden-gt-992{display:none!important}}@media(max-width:1280px){.hidden-lt-1280{display:none!important}}@media(min-width:1281px){.hidden-gt-1280{display:none!important}}.pre-wrap{white-space:pre-wrap}.transparent{opacity:0}.row-group{display:flex;flex-flow:row nowrap;overflow:hidden}.text-nowrap{white-space:nowrap}@counter-style cs-lower-alpha{system:extends lower-alpha;suffix:") "}body{--page-scroll-progress-ratio:0;--page-scroll-top:0;--sm-color-brand-pink:#ed4d6e}.container-fluid{background:#eee;display:flex;justify-content:center;margin:0 auto;position:relative;width:100%;z-index:0}@media(max-width:992px){.container-fluid{padding-left:0;padding-right:0}}.account-shell{display:grid;gap:12px;grid-template-columns:303px 1fr;margin:0 auto;max-width:1415px;padding:24px;width:100%}@media(max-width:992px){.account-shell{gap:12px;grid-template-columns:1fr;padding:12px 0}}@media(max-width:480px){.account-shell{padding:12px 0}}.account-breadcrumb{display:none}@media(max-width:992px){.account-breadcrumb{display:block;grid-column:1/-1;padding:0 16px}}.account-breadcrumb-list{align-items:center;display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.account-breadcrumb-item{color:#000;font-family:Roboto Light,sans-serif;font-size:14px;line-height:22px}.account-breadcrumb-item a{color:#000;text-decoration:none}.account-breadcrumb-item.is-current{font-family:Roboto,sans-serif}.account-breadcrumb-sep{color:#000;font-size:14px;line-height:22px}.account-sidebar{align-items:flex-start;align-self:stretch;background:#fff;display:flex;flex-direction:column;gap:9px;padding:24px}@media(max-width:992px){.account-sidebar{background:#fff;padding:16px;position:relative}}.account-sidebar-trigger{appearance:none;color:inherit;display:none;font:inherit;text-align:left;width:100%}@media(max-width:992px){.account-sidebar-trigger{align-items:center;background:#fff;border:1px solid #bbe2d0;cursor:pointer;display:flex;font-family:Roboto Light,sans-serif;font-size:16px;gap:12px;height:48px;line-height:24px;padding:0 16px}}.account-sidebar.is-open .account-sidebar-trigger{border-color:#bbe2d0}.account-sidebar-trigger-label{color:#000;flex:1;font-family:Roboto Medium,sans-serif;font-size:14px;line-height:20px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-sidebar-trigger-chevron{color:#000;flex-shrink:0;height:20px;transform:rotate(90deg);transition:transform .2s ease;width:20px}.account-sidebar.is-open .account-sidebar-trigger-chevron{transform:rotate(-90deg)}.account-sidebar-list{display:flex;flex-direction:column;gap:9px;list-style:none;margin:0;padding:0;width:100%}@media(max-width:992px){.account-sidebar-list{background:#fff;border:1px solid #bbe2d0;box-shadow:0 6px 4px 0 rgba(0,0,0,.14),0 0 6px 0 rgba(0,0,0,.16);display:none;gap:4px;left:16px;margin-top:8px;padding:8px;position:absolute;right:16px;top:100%;width:auto;z-index:999}.account-sidebar.is-open .account-sidebar-list{display:flex}}.account-sidebar-link{align-items:center;border-radius:6px;box-sizing:border-box;display:flex;font-family:Roboto Light,sans-serif;font-size:16px;gap:10px;height:44px;line-height:24px;padding:0 16px}.account-sidebar-link:hover:not(.is-active){background:#f2f2f2}.account-sidebar-link.is-active{background:#bbe2d0;color:#000;font-family:Roboto,sans-serif;gap:12px;line-height:20px}@media(max-width:992px){.account-sidebar-link{gap:12px;height:40px}}.account-sidebar-icon{flex-shrink:0;height:24px;width:24px}@media(max-width:992px){.account-sidebar-icon{height:20px;width:20px}}.account-main{display:flex;flex-direction:column;gap:12px;min-width:0}.account-card{background:#fff;box-sizing:border-box;padding:24px}@media(max-width:768px){.account-card{padding-bottom:40px;padding-top:32px}}.account-empty-title,.help-title,.notice-box-title,.service-bar-label,.service-section-title{color:#000;font-family:Roboto Medium,sans-serif;font-weight:500;margin:0}.help-title{font-size:28px;line-height:34px}.service-section-title{font-size:20px;line-height:24px}.account-empty-title,.notice-box-title,.service-bar-label{font-size:16px;line-height:20px}.account-empty-text,.chat-question-answer,.chat-question-link,.notice-box-text,.service-info-text{color:#000;font-family:Roboto Light,sans-serif;font-size:16px;line-height:24px;margin:0}.account-filter-search-icon,.btn-download svg,.chat-question-icon,.notice-box-icon,.service-bar-label svg{fill:none;stroke:currentColor;flex-shrink:0;height:24px;width:24px}.btn-download{border-radius:24px;gap:4px}.btn-outline{background:#fff;border:1px solid #3b3b39;border-radius:24px;color:#000;font-family:Roboto,sans-serif;font-size:16px;height:48px;line-height:20px;padding:0 32px}.btn-outline:not(.btn){color:#000}@media(hover:hover){.btn-outline:hover:not(.btn){background:#3b3b39;color:#fff}}.modal-custom-popup.services-popup .modal-header{border-bottom:none}.modal-custom-popup.services-popup .modal-content button.close{background:transparent;height:32px;opacity:1;right:16px;text-shadow:none;top:16px;width:32px;z-index:2}.modal-custom-popup.services-popup .modal-content button.close>[aria-hidden]{display:none}.modal-custom-popup.services-popup .modal-content button.close:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.168.168a.575.575 0 0 1 .814 0l6.593 6.594L14.168.168a.575.575 0 0 1 .814.814L8.388 7.575l6.594 6.594a.575.575 0 1 1-.814.814L7.575 8.388.982 14.982a.575.575 0 0 1-.814-.814l6.594-6.593L.168.982a.575.575 0 0 1 0-.814z' fill='%23000'/%3E%3C/svg%3E") 50%/16px no-repeat;content:"";inset:0;position:absolute}.btn-download{background:#3b3b39;color:#fff;font-family:Roboto,sans-serif;font-size:14px;height:44px;line-height:16px;line-height:20px;padding:0 24px}.btn-download.is-outline{background:#fff;border:1px solid #8f8f8f;color:#8f8f8f}@media(hover:hover){.btn-download.is-outline:hover{background:#3b3b39;border-color:#3b3b39;color:#fff}}.account-filter{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.account-filter-search{align-items:center;background:#fff;border:1px solid #8f8f8f;border-radius:8px;display:flex;gap:8px;height:44px;padding:0 16px;width:400px}@media(max-width:480px){.account-filter-search{min-width:0;width:100%}}.account-filter-search-icon{color:#8f8f8f}.account-filter-input{background:transparent;border:none;color:#000;flex:1;font-family:Roboto Light,sans-serif;font-size:16px;height:100%;line-height:24px;outline:none;padding:0}.account-filter-input::placeholder{color:#8f8f8f;opacity:1}.account-filter-pills{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:768px){.account-filter-pills{width:100%}}input.account-filter-input[type=text]{background:transparent;border:none;color:#000;font-family:Roboto Light,sans-serif;font-size:16px;height:100%;line-height:24px;padding:0}.filter-pill{align-items:center;background:#f6f5f4;border:1px solid #d1d3d4;border-radius:24px;color:#000;cursor:pointer;display:flex;flex-shrink:0;font-family:Roboto,sans-serif;font-size:16px;gap:4px;height:44px;justify-content:center;line-height:20px;padding:0 24px;white-space:nowrap;width:130px}@media(max-width:768px){.filter-pill{flex:1;min-width:0;width:auto}}.filter-pill:hover{background:#3b3b39;color:#fff}.filter-pill.is-active{background:#67a8a4;border:none;color:#fff}.filter-pill-check{flex-shrink:0;height:20px;width:24px}.account-table{display:flex;flex-direction:column}.account-table-head,.account-table-row{align-items:center;display:grid;gap:16px;padding:12px 0}.account-table-head{color:#000;font-family:Roboto Light,sans-serif;font-size:14px;line-height:22px}.account-table-head,.account-table-row{border-bottom:1px solid #d1d3d4}.account-table-row:last-child{border-bottom:none}.account-table-col{color:#000;font-family:Roboto Light,sans-serif;font-size:16px;line-height:24px;min-width:0}@media(max-width:768px){.account-table-head{display:none}.account-table-row{gap:8px;grid-template-columns:1fr;padding:16px 0}}.account-empty{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:48px 24px;text-align:center}.account-empty-title{margin:0}.notice-box{align-items:flex-start;border-radius:8px;display:flex;gap:12px;padding:16px}.notice-box.success{background:#e4f3ec;border:1px solid #bbe2d0}.notice-box-icon{color:#000;margin-top:2px}.notice-box-title{margin:0 0 4px}@media(max-width:768px){.service-section{padding-left:16px;padding-right:16px}}.service-section-header{align-items:center;display:flex;gap:8px;margin-bottom:16px}.service-section-icon{color:#000;flex-shrink:0;height:24px;width:24px}@media(max-width:768px){.service-section-title{font-size:18px}}.service-section-grid{display:grid;gap:16px;grid-template-columns:1fr 1fr}@media(max-width:992px){.service-section-grid{grid-template-columns:1fr}}.service-section-col{display:flex;flex-direction:column;gap:16px;min-width:0}.service-section-col.chat{gap:24px;padding-bottom:16px}.service-bar,.service-section-col.chat{border:1px solid #d1d3d4;border-radius:8px;box-sizing:border-box}.service-bar{align-items:center;display:flex;gap:8px;justify-content:space-between;padding:10px 16px}.service-bar.accent{background:#e4f3ec;border:none;border-radius:8px 8px 0 0}@media(max-width:480px){.service-bar{align-items:stretch;flex-direction:column;gap:12px}.service-bar .btn-outline{box-sizing:border-box;justify-content:center;padding:0 16px;width:50%}}.service-bar-label{align-items:center;display:flex;gap:8px}.service-info-box{align-items:center;background:#f6f5f4;display:flex;flex:1;flex-direction:column;gap:24px;justify-content:center;padding:40px 32px;text-align:center}@media(max-width:768px){.service-info-box{gap:16px;padding:24px 16px}}.service-info-icon{align-items:center;color:#000;display:flex;height:86px;justify-content:center;width:86px}.service-info-icon svg{height:100%;width:100%}@media(max-width:768px){.service-info-icon{height:64px;width:64px}}.service-info-title{color:#000;font-family:Playfair Display,serif;font-size:18px;line-height:24px;margin:0}@media(max-width:768px){.service-info-title{font-size:16px;line-height:22px}}.service-info-text p{line-height:1.5;margin:0}.service-info-text p+p{margin-top:4px}.service-info-text .service-info-link{color:#000;text-decoration:underline}.chat-questions{display:flex;flex-direction:column;list-style:none;margin:0;padding:0 16px}.chat-question-item+.chat-question-item{border-top:1px solid #d1d3d4}.chat-question-link{align-items:center;cursor:pointer;display:flex;gap:8px;list-style:none;padding:8px 0;text-decoration:none}.chat-question-link::-webkit-details-marker{display:none}.chat-question-icon{transition:transform .15s ease}.chat-question-text{font-weight:600}.chat-question-details[open] .chat-question-icon{transform:rotate(90deg)}.chat-question-answer{color:#595959;margin:0 0 12px 32px;padding:0}.help-contact{padding:32px 24px 48px}.help-header{border-bottom:0;margin-bottom:32px}.help-title{margin:0 0 4px}.help-subtitle{color:#000;font-family:Roboto Light,sans-serif;font-size:16px;font-weight:300;line-height:24px;margin:0}.help-categories{align-items:center;display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.help-categories-heading{align-items:center;display:flex;gap:36px;width:100%}.help-categories-heading-line{background:#3b3b39;display:block;flex:1;height:2px}.help-categories-title{color:#000;font-family:Playfair Display,serif;font-size:30px;font-weight:400;line-height:1.1;margin:0;text-align:center;white-space:nowrap}@media(max-width:768px){.help-categories-title{font-size:22px;white-space:normal}}.help-categories-lead{color:#000;font-family:Roboto Light,sans-serif;font-size:20px;font-weight:300;line-height:30px;margin:0;text-align:center}.help-categories-list{align-items:stretch;display:flex;gap:16px;justify-content:space-between;max-width:1018px;position:relative;width:100%}.help-categories-list:before{background:#3b3b39;content:"";height:5px;left:12.5%;position:absolute;right:12.5%;top:47.5px;z-index:0}@media(max-width:768px){.help-categories-list{gap:8px}.help-categories-list:before{height:5px;top:37.5px}}.help-category-bubble-wrap{align-items:center;display:flex;height:100px;justify-content:center}@media(max-width:768px){.help-category-bubble-wrap{height:80px}}.help-category{align-items:center;background:transparent;border:none;color:#000;cursor:pointer;display:flex;flex:1;flex-direction:column;font:inherit;gap:8px;min-width:0;padding:0;position:relative;text-align:center;text-decoration:none;z-index:1}.help-category:hover{color:#000}.help-category.is-active .help-category-label{font-family:Roboto Medium,sans-serif}.help-category-bubble{align-items:center;background:#3b3b39;border-radius:50%;display:flex;flex-shrink:0;height:80px;justify-content:center;transition:width .2s ease,height .2s ease,box-shadow .2s ease;width:80px}.help-category:hover .help-category-bubble{box-shadow:0 0 0 12px #fff}.help-category-bubble svg{fill:#fff;fill-rule:evenodd;height:36px;transition:width .2s ease,height .2s ease;width:36px}@media(max-width:768px){.help-category-bubble{height:48px;width:48px}.help-category-bubble svg{height:28px;width:28px}}.help-category.is-active .help-category-bubble{box-shadow:0 0 0 12px #fff;height:100px;width:100px}.help-category.is-active .help-category-bubble svg{height:44px;width:44px}@media(max-width:768px){.help-category.is-active .help-category-bubble{box-shadow:0 0 0 8px #fff;height:64px;width:64px}.help-category.is-active .help-category-bubble svg{height:32px;width:32px}}.help-category-label{color:#000;font-family:Roboto,sans-serif;font-size:16px;line-height:20px}@media(max-width:768px){.help-category-label{font-size:13px;line-height:16px}}.help-faq-list{list-style:none;margin:0;padding:0}.help-faq-item{border-bottom:1px solid #8f8f8f}.help-faq-details{width:100%}.help-faq-summary{align-items:center;cursor:pointer;display:flex;gap:16px;justify-content:space-between;list-style:none;padding:28px 12px}.help-faq-summary::-webkit-details-marker{display:none}.help-faq-question{color:#000;flex:1;font-family:Roboto,sans-serif;font-size:18px;line-height:1.4}.help-faq-icon{color:#000;flex-shrink:0;height:28px;transition:transform .2s ease;width:28px}.help-faq-details[open] .help-faq-icon{transform:rotate(90deg)}.help-faq-answer{margin:0 12px 24px;padding:0}.help-faq-answer,.help-faq-answer p{color:#000;font-family:Roboto Light,sans-serif;font-size:16px;line-height:24px}.help-faq-answer p{margin:0 0 12px}.help-faq-answer p:last-child{margin-bottom:0}.help-faq-answer b,.help-faq-answer strong{font-family:Roboto Medium,sans-serif;font-weight:500}.help-faq-answer a{color:#000;text-decoration:underline}.help-faq-answer a:hover{opacity:.7}.help-faq-answer u{text-decoration:underline}.help-faq-answer ol,.help-faq-answer ul{margin:8px 0 12px;padding-left:20px}.help-faq-answer ul{list-style:disc}.help-faq-answer ol{list-style:decimal}.help-faq-answer li{color:#000;font-family:Roboto Light,sans-serif;font-size:16px;line-height:24px;margin-bottom:4px}