.HelpMenu-module__TvEjaa__container{flex-direction:column;width:330px;min-height:0;max-height:calc(100vh - 180px);display:flex;position:fixed;top:100px;left:0;overflow:hidden}.HelpMenu-module__TvEjaa__menu{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-gutter:stable;flex:1;width:100%;min-height:0;margin:40px 0;padding:0 20px 0 40px;overflow:hidden auto}.HelpMenu-module__TvEjaa__topLink{color:var(--helpAccordionLink);cursor:pointer;padding-top:24px;font-size:20px;font-weight:500;line-height:1.2;transition:color .12s;display:block}.HelpMenu-module__TvEjaa__topLink:hover{color:var(--helpAccordionHover)}.HelpMenu-module__TvEjaa__accordion{width:260px;padding-top:24px}.HelpMenu-module__TvEjaa__accordionSummary{cursor:pointer;color:var(--helpAccordionLink);padding-right:1.5rem;font-size:20px;font-weight:500;line-height:1.2;list-style:none;transition:color .12s;position:relative}.HelpMenu-module__TvEjaa__accordionSummary:hover{color:var(--helpAccordionHover)}.HelpMenu-module__TvEjaa__accordion[open]>.HelpMenu-module__TvEjaa__accordionSummary{color:var(--helpAccordionSelected)}.HelpMenu-module__TvEjaa__subAccordion{width:100%;padding-top:24px}.HelpMenu-module__TvEjaa__subSummary{cursor:pointer;color:var(--helpAccordionLink);padding-right:1.5rem;font-size:16px;font-weight:400;line-height:1.2;list-style:none;transition:color .12s;position:relative}.HelpMenu-module__TvEjaa__subSummary:hover{color:var(--helpAccordionHover)}.HelpMenu-module__TvEjaa__subAccordion[open]>.HelpMenu-module__TvEjaa__subSummary{color:var(--helpAccordionSelected)}.HelpMenu-module__TvEjaa__linkList{flex-direction:column;gap:24px;padding:24px 0 0 16px;display:flex}.HelpMenu-module__TvEjaa__link{color:var(--helpAccordionLink);cursor:pointer;font-size:14px;font-weight:400;line-height:1.2;transition:color .12s}.HelpMenu-module__TvEjaa__link:hover{color:var(--helpAccordionHover)}.HelpMenu-module__TvEjaa__accordionSummary::-webkit-details-marker{display:none}.HelpMenu-module__TvEjaa__subSummary::-webkit-details-marker{display:none}.HelpMenu-module__TvEjaa__accordionSummary:after,.HelpMenu-module__TvEjaa__subSummary:after{content:"";background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDEgMTEiIHN0cm9rZT0iI0FCQUJBQiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) 50%/.8rem .8rem no-repeat;width:1.1rem;height:1.1rem;transition:transform .15s ease-in;position:absolute;top:.15em;right:0}.HelpMenu-module__TvEjaa__accordion[open]>.HelpMenu-module__TvEjaa__accordionSummary:after,.HelpMenu-module__TvEjaa__subAccordion[open]>.HelpMenu-module__TvEjaa__subSummary:after{transform:rotate(90deg)}@media (prefers-reduced-motion:no-preference){.HelpMenu-module__TvEjaa__accordion,.HelpMenu-module__TvEjaa__subAccordion{interpolate-size:allow-keywords}}.HelpMenu-module__TvEjaa__accordion::details-content{opacity:0;block-size:0;transition:content-visibility .3s allow-discrete, opacity .3s, block-size .3s;overflow:clip}.HelpMenu-module__TvEjaa__subAccordion::details-content{opacity:0;block-size:0;transition:content-visibility .3s allow-discrete, opacity .3s, block-size .3s;overflow:clip}.HelpMenu-module__TvEjaa__accordion[open]::details-content{opacity:1;block-size:auto}.HelpMenu-module__TvEjaa__subAccordion[open]::details-content{opacity:1;block-size:auto}.HelpMenu-module__TvEjaa__burger,.HelpMenu-module__TvEjaa__close{display:none}@media not (min-width:1600px){.HelpMenu-module__TvEjaa__container{z-index:100;background-color:#fff;border-radius:0 16px 16px 0;width:340px;max-width:85vw;max-height:calc(100dvh - 150px);transition:transform .5s cubic-bezier(.16,1,.3,1);position:fixed;top:100px;left:0;transform:translate(-110%);box-shadow:4px 6px 25px #0000001a}.HelpMenu-module__TvEjaa__container.HelpMenu-module__TvEjaa__visible{transform:translate(0)}.HelpMenu-module__TvEjaa__accordion{width:100%}.HelpMenu-module__TvEjaa__burger{z-index:100;cursor:pointer;background-color:#475bbe;border:none;border-radius:0 24px 24px 0;justify-content:center;align-items:center;width:44px;height:36px;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .3s;display:flex;position:fixed;top:100px;left:0}.HelpMenu-module__TvEjaa__burger .HelpMenu-module__TvEjaa__icon{color:#fff;transition:color .3s;display:block;position:absolute;top:6px;left:8px}.HelpMenu-module__TvEjaa__burger .HelpMenu-module__TvEjaa__icon .HelpMenu-module__TvEjaa__lineTop,.HelpMenu-module__TvEjaa__burger .HelpMenu-module__TvEjaa__icon .HelpMenu-module__TvEjaa__lineMid,.HelpMenu-module__TvEjaa__burger .HelpMenu-module__TvEjaa__icon .HelpMenu-module__TvEjaa__lineBottom{transform-box:fill-box;transform-origin:50%;transition:transform .3s,opacity .3s}.HelpMenu-module__TvEjaa__burger:hover,.HelpMenu-module__TvEjaa__burger:active{background-color:#6c7ccb}.HelpMenu-module__TvEjaa__burger.HelpMenu-module__TvEjaa__notVisible{display:none}.HelpMenu-module__TvEjaa__close{color:#ababab;cursor:pointer;background-color:#0000;border:none;display:block;position:absolute;top:12px;right:12px}}
.HelpContent-module__stGEDq__welcomeHeader{max-width:600px;color:var(--mainTextColor);margin:0;font-size:64px;font-weight:500;line-height:1.2}.HelpContent-module__stGEDq__welcomeImg{width:441px;max-width:100%;height:372px;margin:-40px 0 0 auto;display:block}.HelpContent-module__stGEDq__sections{flex-direction:column;gap:100px;display:flex}.HelpContent-module__stGEDq__section{max-width:910px;scroll-margin-top:180px}.HelpContent-module__stGEDq__section:target,.HelpContent-module__stGEDq__subSection:target,.HelpContent-module__stGEDq__card:target{animation:.5s 1s HelpContent-module__stGEDq__shake}@keyframes HelpContent-module__stGEDq__shake{0%{transform:translate(0)}40%{transform:translate(15px)}to{transform:translate(0)}}.HelpContent-module__stGEDq__sectionHeader{color:#0c0c0c;margin-bottom:40px;font-size:2rem;font-weight:500;line-height:120%}.HelpContent-module__stGEDq__paragraph{color:#0c0c0c;margin-bottom:16px;font-size:1rem;font-weight:300;line-height:120%}.HelpContent-module__stGEDq__subSection{width:100%;margin:40px 0;scroll-margin-top:160px}.HelpContent-module__stGEDq__subSection article:first-of-type{padding-top:0}.HelpContent-module__stGEDq__subSection:last-child{margin-bottom:0}.HelpContent-module__stGEDq__subHeader{color:var(--mainTextColor);margin-bottom:40px;font-size:24px;font-weight:500;line-height:1.17}.HelpContent-module__stGEDq__subDescription{color:var(--mainTextColor);margin:16px 0 0;font-size:16px;font-weight:300;line-height:1.4}.HelpContent-module__stGEDq__subDescription:first-child{margin-top:0}.HelpContent-module__stGEDq__italic{font-style:italic}.HelpContent-module__stGEDq__italic b{font-weight:900}.HelpContent-module__stGEDq__list{color:#0c0c0c;padding-left:0;font-size:1rem;font-weight:300;line-height:120%;list-style-type:none}.HelpContent-module__stGEDq__list li{margin:12px 0 0}.HelpContent-module__stGEDq__list li:before{content:"—";color:#0c0c0c;margin-right:8px}.HelpContent-module__stGEDq__img{border-radius:16px;width:100%;margin:24px 0 36px;display:block}.HelpContent-module__stGEDq__card{flex-direction:column;margin:24px 0 36px;scroll-margin-top:160px;display:flex}.HelpContent-module__stGEDq__card:last-child{margin-bottom:0}.HelpContent-module__stGEDq__cardHeader{color:var(--mainTextColor);margin:0 0 24px;font-size:20px;font-weight:500;line-height:1.2}.HelpContent-module__stGEDq__cardImg{width:100%;padding-top:24px}.HelpContent-module__stGEDq__cardImage{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) max-content;align-items:center;column-gap:40px;margin:0;padding-top:60px;display:grid}.HelpContent-module__stGEDq__cardImage .HelpContent-module__stGEDq__cardHeaderImage{color:var(--helpSubHeader);grid-area:1/1;align-self:flex-end;margin-bottom:12px}.HelpContent-module__stGEDq__cardImage .HelpContent-module__stGEDq__cardImageDescription{grid-area:2/1;align-self:flex-start}.HelpContent-module__stGEDq__cardImage .HelpContent-module__stGEDq__cardImgInline{grid-area:1/2/span 2;align-self:center;width:auto;max-width:100%;padding-top:0}.HelpContent-module__stGEDq__cardImage:nth-child(odd){grid-template-columns:max-content minmax(0,1fr)}.HelpContent-module__stGEDq__cardImage:nth-child(odd) .HelpContent-module__stGEDq__cardHeaderImage,.HelpContent-module__stGEDq__cardImage:nth-child(odd) .HelpContent-module__stGEDq__cardImageDescription{grid-column:2}.HelpContent-module__stGEDq__cardImage:nth-child(odd) .HelpContent-module__stGEDq__cardImgInline{grid-column:1}.HelpContent-module__stGEDq__faqItem{width:90%;margin-bottom:20px;padding-top:20px;position:relative}.HelpContent-module__stGEDq__faqItem:not(:first-child){border-top:1px solid var(--faqAccordionBorder)}@media (prefers-reduced-motion:no-preference){.HelpContent-module__stGEDq__faqItem{interpolate-size:allow-keywords}}.HelpContent-module__stGEDq__faqItem::details-content{opacity:0;block-size:0;transition:content-visibility .3s allow-discrete, opacity .3s, block-size .3s;overflow-y:clip}.HelpContent-module__stGEDq__faqItem[open]::details-content{opacity:1;block-size:auto}.HelpContent-module__stGEDq__faqSummary{cursor:pointer;color:var(--mainTextColor);padding-right:2rem;font-size:20px;font-weight:500;line-height:1.2;list-style:none;display:block;position:relative}.HelpContent-module__stGEDq__faqSummary::-webkit-details-marker{display:none}.HelpContent-module__stGEDq__faqSummary:after{content:"";background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDEgMTEiIHN0cm9rZT0iI0FCQUJBQiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) 50%/.8rem .8rem no-repeat;width:1.1rem;height:1.1rem;transition:transform .15s ease-in;position:absolute;top:50%;right:0;transform:translateY(-50%)}.HelpContent-module__stGEDq__faqItem[open] .HelpContent-module__stGEDq__faqSummary:after{transform:translateY(-50%)rotate(90deg)}.HelpContent-module__stGEDq__faqAnswer{color:var(--mainTextColor);margin:0;padding:16px 0;font-size:16px;font-weight:300;line-height:1.4}@media screen and (max-width:900px){.HelpContent-module__stGEDq__welcomeHeader{max-width:90%}}@media screen and (max-width:768px){.HelpContent-module__stGEDq__welcomeHeader{font-size:44px}.HelpContent-module__stGEDq__sectionHeader{font-size:28px}.HelpContent-module__stGEDq__cardImage{flex-direction:column;gap:0;display:flex}.HelpContent-module__stGEDq__cardImage .HelpContent-module__stGEDq__cardHeaderImage{margin-bottom:0}.HelpContent-module__stGEDq__cardImage .HelpContent-module__stGEDq__cardImageDescription{margin:12px 0 40px}.HelpContent-module__stGEDq__cardImage .HelpContent-module__stGEDq__cardImgInline{max-width:100%}}@media screen and (max-width:576px){.HelpContent-module__stGEDq__welcomeHeader{font-size:32px}.HelpContent-module__stGEDq__welcomeImg{margin-top:0}.HelpContent-module__stGEDq__sectionHeader{font-size:24px}}@media (max-width:744px){.HelpContent-module__stGEDq__cardHeader{margin-right:auto}.HelpContent-module__stGEDq__sections{gap:80px}}
.HelpSection-module__dqX36a__helpSection{max-width:min(910px,100% - 80px);margin:0 auto;padding:190px 0 80px;position:relative}@media (max-width:744px){.HelpSection-module__dqX36a__helpSection{max-width:min(910px,100% - 70px)}}@media (max-width:374px){.HelpSection-module__dqX36a__helpSection{padding-top:96px}}
.HelpHeader-module__20rLPG__headerMask{z-index:30;pointer-events:none;background:linear-gradient(to bottom, var(--mainBackground) 57%, #f9f9f900 100%);width:100%;height:150px;position:fixed;top:0;left:0}.HelpHeader-module__20rLPG__header{--pad:40px;padding:0 var(--pad);position:relative}.HelpHeader-module__20rLPG__bar{pointer-events:auto;box-sizing:border-box;width:100%;max-width:910px;box-shadow:var(--headerBoxShadow);background:#fff;border-radius:0 0 40px 40px;align-items:center;gap:40px;margin:0 auto;padding:20px 56px;display:flex}.HelpHeader-module__20rLPG__back{pointer-events:auto;left:var(--pad);background:var(--helpCentreBtnColor);color:#fff;white-space:nowrap;border-radius:24px;justify-content:center;align-items:center;gap:12px;height:36px;margin:auto 0;padding:8.5px 24px;font-size:1rem;font-weight:400;transition:background .3s,color .3s;display:inline-flex;position:absolute;top:0;bottom:0}.HelpHeader-module__20rLPG__back:hover{background:var(--helpCentreBtnColorHovered)}.HelpHeader-module__20rLPG__logo{flex-shrink:0;align-items:center;display:flex}.HelpHeader-module__20rLPG__searchSlot{flex:1;min-width:0;position:relative}@media screen and (max-width:1352px){.HelpHeader-module__20rLPG__back{height:auto;color:var(--helpCentreBtnColor);background:0 0;border-radius:0;flex-shrink:0;margin:0;padding:0;position:static}.HelpHeader-module__20rLPG__back:hover{color:var(--helpCentreBtnColorHovered);background:0 0}.HelpHeader-module__20rLPG__logo{display:none}}@media screen and (max-width:744px){.HelpHeader-module__20rLPG__header{padding-left:0;padding-right:0}.HelpHeader-module__20rLPG__back svg{display:none}}@media screen and (max-width:391px){.HelpHeader-module__20rLPG__header{--pad:16px}.HelpHeader-module__20rLPG__bar{padding:20px}.HelpHeader-module__20rLPG__headerMask{height:120px}}
.HelpSearch-module__OaG9Sq__form,.HelpSearch-module__OaG9Sq__inputWrap{width:100%;position:relative}.HelpSearch-module__OaG9Sq__form:after{content:"";pointer-events:none;z-index:1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iNy41IiByPSI2IiBzdHJva2U9IiM1ODU4NTgiLz4KPHBhdGggZD0iTTE1LjIxMDYgMTcuNjEzOUMxNS41NDk3IDE4LjA0OTkgMTYuMTc4IDE4LjEyODQgMTYuNjEzOSAxNy43ODk0QzE3LjA0OTkgMTcuNDUwMyAxNy4xMjg0IDE2LjgyMiAxNi43ODk0IDE2LjM4NjFMMTUuMjEwNiAxNy42MTM5Wk0xNi43ODk0IDE2LjM4NjFMMTMuMjg5NCAxMS44ODYxTDExLjcxMDYgMTMuMTEzOUwxNS4yMTA2IDE3LjYxMzlMMTYuNzg5NCAxNi4zODYxWiIgZmlsbD0iIzU4NTg1OCIvPgo8L3N2Zz4K);background-repeat:no-repeat;background-size:cover;width:18px;height:18px;margin:auto 0;position:absolute;top:0;bottom:0;left:18px}.HelpSearch-module__OaG9Sq__input{box-sizing:border-box;background-color:var(--helpHeaderInputSearchBackground);border:2px solid var(--helpHeaderInputSearchBackground);width:100%;height:40px;color:var(--mainTextColor);border-radius:30px;outline:none;padding:0 40px 0 48px;font-size:16px;transition:border-color .3s,background-color .3s}.HelpSearch-module__OaG9Sq__input::placeholder{color:var(--helpAccordionLink);font-size:16px;font-weight:400}.HelpSearch-module__OaG9Sq__input:hover{background-color:var(--helpHeaderInputSearchHoverBackground);border-color:var(--helpHeaderInputSearchHoverBackground)}.HelpSearch-module__OaG9Sq__input:focus{background-color:var(--helpMenuBackground);border-color:var(--helpHeaderInputSearchBorder)}.HelpSearch-module__OaG9Sq__clear{width:28px;height:28px;color:var(--helpHeaderInputSearchBorder);cursor:pointer;z-index:2;background:0 0;border:0;margin:auto 0;padding:0;font-size:24px;line-height:1;position:absolute;top:0;bottom:0;right:8px}.HelpSearch-module__OaG9Sq__results{z-index:10;box-sizing:border-box;background:var(--helpMenuBackground);border-radius:9px;width:100%;position:absolute;top:calc(100% + 14px);left:0;overflow:hidden;box-shadow:0 8px 12.2px -5px #0000001a}.HelpSearch-module__OaG9Sq__resultsList{overscroll-behavior:contain;scrollbar-width:thin;max-height:320px;margin:0;padding:0;list-style:none;overflow-y:auto}.HelpSearch-module__OaG9Sq__resultItem{border-left:2px solid var(--helpHeaderInputSearchBorderValid);cursor:pointer;margin:18px 16px 18px 30px;padding:0 12px;position:relative}.HelpSearch-module__OaG9Sq__resultItem:hover{border-left-color:var(--helpHeaderInputSearchBorder)}.HelpSearch-module__OaG9Sq__resultTitle{color:var(--mainTextColor);margin:0 0 8px;font-size:16px;font-weight:500;line-height:1.2}.HelpSearch-module__OaG9Sq__resultDesc{-webkit-line-clamp:3;line-clamp:3;color:var(--helpAccordionLink);-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:300;line-height:1.4;display:-webkit-box;overflow:hidden}.HelpSearch-module__OaG9Sq__noResults{text-align:center;color:var(--helpAccordionLink);margin:0;padding:18px;font-size:16px}
.page-module__wS7i-W__content{background:var(--mainBackground);flex:1;max-width:100%}
