@keyframes caret-blink{0%,70%,to{opacity:1}20%,50%{opacity:0}}.caret-blink{animation:caret-blink 1.2s ease-out infinite}.drag-active{background-color:#eaf4fe;border-color:#1e88e5}.rdp-root{--rdp-accent-color: var( --color-blue-500, #387bf0 );--rdp-background-color: var(--bg-primary, #ffffff);--rdp-accent-background-color: var(--bg-quaternary, #f0f0f0);--rdp-text-color: var(--text-primary, #171717);--rdp-text-disabled: var(--text-quaternary, #a3a3a3);--rdp-text-secondary: var(--text-secondary, #6e6e6e);--rdp-border-radius: 6px;--rdp-day-width: 32px;--rdp-day-height: 32px;--rdp-day-button-width: 32px;--rdp-day-button-height: 32px;--rdp-day-button-border: 0;--rdp-day-button-border-radius: var(--rdp-border-radius);margin:0;padding:12px}.rdp-root{position:relative;box-sizing:border-box;font-family:var(--mui-typography-fontFamily, var(--mui-font-family))}.rdp-months{position:relative;display:flex}.rdp-month-caption{position:relative;margin:0 40px;display:flex;height:28px;align-items:center;justify-content:center}.rdp-caption{position:relative;display:flex;align-items:center;justify-content:center;padding-top:4px}.rdp-caption_label{height:28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;display:flex;align-items:center;justify-content:center;cursor:pointer}.rdp-nav{display:flex;align-items:flex-start}.rdp-button_previous,.rdp-button_next{position:absolute;height:28px;width:28px;background-color:transparent;padding:0;opacity:.8;border:1px solid var(--mui-palette-divider);border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer}.rdp-button_previous:hover,.rdp-button_next:hover{opacity:1;background-color:transparent}.rdp-button_previous{left:0}.rdp-button_next{right:0}.rdp-weekdays{display:flex;flex-direction:row;width:100%}.rdp-weekday{flex:1;font-size:.875rem;font-weight:400;color:var(--rdp-text-secondary);text-align:center}.rdp-month{width:100%;min-width:260px}.rdp-month-grid{margin:16px 0 0;width:100%}.rdp-week{margin-top:8px;display:flex;align-items:flex-start}.rdp-day{display:flex;width:var(--rdp-day-width);height:var(--rdp-day-height);flex:1;align-items:center;justify-content:center;padding:0;font-size:.875rem}.rdp-day-button{width:var(--rdp-day-button-width);height:var(--rdp-day-button-height);border-radius:var(--rdp-day-button-border-radius);padding:0;font-weight:400;transition:none;background:none;border:var(--rdp-day-button-border);cursor:pointer;color:var(--rdp-text-color);display:flex;align-items:center;justify-content:center;flex:1}.rdp-day-button:hover{background-color:var(--rdp-accent-background-color)}.rdp-selected .rdp-day,.rdp-selected .rdp-day-button{background-color:var(--rdp-accent-color)!important;color:#fff!important;border-radius:var(--rdp-border-radius)}.rdp-today .rdp-day-button{background-color:var( --rdp-accent-background-color );color:var(--rdp-text-color)}.rdp-today.rdp-range-start .rdp-day-button,.rdp-today.rdp-range-end .rdp-day-button{background-color:var(--rdp-accent-color)!important;color:#fff!important}.rdp-outside{color:var(--rdp-text-secondary);opacity:.5}.rdp-outside .rdp-day-button{color:var(--rdp-text-secondary)}.rdp-outside.rdp-selected .rdp-day-button{background-color:rgba(var(--rdp-accent-color-rgb),.5);color:var(--rdp-text-secondary);opacity:.3}.rdp-disabled{color:var(--rdp-text-disabled);opacity:.5}.rdp-disabled .rdp-day-button{cursor:default}.rdp-range-start{background-color:var(--rdp-accent-background-color);border-top-left-radius:var(--rdp-border-radius);border-bottom-left-radius:var(--rdp-border-radius)}.rdp-range-start .rdp-day-button{background-color:var( --rdp-accent-color );color:#fff!important;border-radius:var(--rdp-border-radius)!important;position:relative;z-index:1}.rdp-range-middle{background-color:var( --rdp-accent-background-color )!important}.rdp-range-middle .rdp-day-button{background-color:transparent!important;color:var(--rdp-text-color)!important;border-radius:0!important}.rdp-range-end{background-color:var(--rdp-accent-background-color);border-top-right-radius:var(--rdp-border-radius);border-bottom-right-radius:var(--rdp-border-radius)}.rdp-range-end .rdp-day-button{background-color:var( --rdp-accent-color );color:#fff!important;border-radius:var(--rdp-border-radius)!important;position:relative;z-index:1}.rdp-hidden{visibility:hidden;flex:1}.rdp-year-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:16px}.rdp-year-button{height:28px;width:100%;font-size:.875rem;font-weight:400;color:var(--rdp-text-color);background:none;border:none;cursor:pointer;border-radius:var(--rdp-border-radius);display:flex;align-items:center;justify-content:center}.rdp-year-button:hover{background-color:var(--rdp-accent-background-color)}.rdp-year-button.current-year{background-color:var(--rdp-accent-background-color);font-weight:500}.rdp-year-button:disabled{color:var(--rdp-text-disabled);opacity:.5;cursor:default}.rdp-month-selection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.rdp-month-button{height:36px;width:100%;font-size:.875rem;font-weight:400;color:var(--rdp-text-color);background:none;border:none;cursor:pointer;border-radius:var(--rdp-border-radius);display:flex;align-items:center;justify-content:center;overflow:visible;white-space:normal;text-overflow:clip}.rdp-month-button:hover{background-color:var(--rdp-accent-background-color)}.rdp-month-button.current-month{background-color:var(--rdp-accent-background-color);font-weight:500}.rdp-month-button.selected-month{background-color:var(--rdp-accent-color);color:#fff}.rdp-month-button:disabled{color:var(--rdp-text-disabled);opacity:.5;cursor:default}.bill-pay-pdf-viewer .pdf-document-container{height:100%;padding-top:1.5rem;display:flex;flex-direction:column;gap:.5rem;margin:0 auto}.bill-pay-pdf-viewer .pdf-document-container .react-pdf__Document{height:100%}.bill-pay-pdf-viewer .react-pdf__message--error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bill-pay-pdf-viewer .react-pdf__Page{margin-top:0!important;background-color:transparent!important;position:relative}.bill-pay-pdf-viewer .react-pdf__Page__canvas{display:block!important;margin:0 auto;border:1px solid #e5e5e5;border-radius:0!important;box-shadow:0 3px 6px -3px #0000000d,0 2px 4px -2px #0000000d,0 1px 2px -1px #0000000d,0 1px 1px -1px #0000000d,0 1px 0 -1px #0000000d;height:auto!important}.bill-pay-pdf-viewer .react-pdf__Page__textContent{z-index:2}.bill-pay-pdf-viewer .react-pdf__Page__textContent span{color:transparent;cursor:text}.bill-pay-pdf-viewer .react-pdf__Page__textContent ::selection{background-color:#0000ff4d}.bill-pay-pdf-viewer .all-page-container{height:100%;max-height:500px;overflow:auto}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors:active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.react-pdf__Page{margin-top:10px;background-color:#525659!important}.react-pdf__Page__annotations.annotationLayer{padding:20px}.react-pdf__Page__canvas{margin:0 auto;border:1px solid darkgrey;border-radius:5px}.all-page-container{height:100%;max-height:500px;overflow:auto}.react-pdf__Page__textContent .textLayer{display:flex;margin:0 auto}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.currency-flag{display:inline-block;width:24px;height:16px;background-size:cover;background-image:url(https://wise.com/public-resources/assets/flags/rectangle_fallback.png)}.np-theme-personal .currency-flag{height:24px;background-image:url(https://wise.com/web-art/assets/flags/wise.svg)}.currency-flag-sm{width:16px;height:10px}.np-theme-personal .currency-flag-sm{height:16px}.currency-flag-lg{width:36px;height:24px}.np-theme-personal .currency-flag-lg{height:36px}.currency-flag-xl{width:48px;height:32px}.np-theme-personal .currency-flag-xl{height:48px}.currency-flag.currency-flag-aed{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/aed.png)}.currency-flag.currency-flag-afn{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/afn.png)}.currency-flag.currency-flag-all{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/all.png)}.currency-flag.currency-flag-amd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/amd.png)}.currency-flag.currency-flag-ang{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/ang.png)}.currency-flag.currency-flag-aoa{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/aoa.png)}.currency-flag.currency-flag-ars{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/ars.png)}.currency-flag.currency-flag-aud{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/aud.png)}.currency-flag.currency-flag-awg{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/awg.png)}.currency-flag.currency-flag-azn{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/azn.png)}.currency-flag.currency-flag-bam{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bam.png)}.currency-flag.currency-flag-bbd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bbd.png)}.currency-flag.currency-flag-bdt{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bdt.png)}.currency-flag.currency-flag-bgn{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bgn.png)}.currency-flag.currency-flag-bhd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bhd.png)}.currency-flag.currency-flag-bif{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bif.png)}.currency-flag.currency-flag-bmd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bmd.png)}.currency-flag.currency-flag-bnd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bnd.png)}.currency-flag.currency-flag-bob{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bob.png)}.currency-flag.currency-flag-brl{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/brl.png)}.currency-flag.currency-flag-bsd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bsd.png)}.currency-flag.currency-flag-btn{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/btn.png)}.currency-flag.currency-flag-bwp{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bwp.png)}.currency-flag.currency-flag-byn{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/byn.png)}.currency-flag.currency-flag-bzd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bzd.png)}.currency-flag.currency-flag-cad{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/cad.png)}.currency-flag.currency-flag-cdf{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/cdf.png)}.currency-flag.currency-flag-chf{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/chf.png)}.currency-flag.currency-flag-clp{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/clp.png)}.currency-flag.currency-flag-cny{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/cny.png)}.currency-flag.currency-flag-cop{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/cop.png)}.currency-flag.currency-flag-crc{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/crc.png)}.currency-flag.currency-flag-cup{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/cup.png)}.currency-flag.currency-flag-cve{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/cve.png)}.currency-flag.currency-flag-czk{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/czk.png)}.currency-flag.currency-flag-djf{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/djf.png)}.currency-flag.currency-flag-dkk{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/dkk.png)}.currency-flag.currency-flag-dop{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/dop.png)}.currency-flag.currency-flag-dzd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/dzd.png)}.currency-flag.currency-flag-egp{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/egp.png)}.currency-flag.currency-flag-ern{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/ern.png)}.currency-flag.currency-flag-etb{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/etb.png)}.currency-flag.currency-flag-eur{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/eur.png)}.currency-flag.currency-flag-fjd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/fjd.png)}.currency-flag.currency-flag-fkp{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/fkp.png)}.currency-flag.currency-flag-gbp{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/gbp.png)}.currency-flag.currency-flag-gel{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/gel.png)}.currency-flag.currency-flag-ggp{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/ggp.png)}.currency-flag.currency-flag-ghs{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/ghs.png)}.currency-flag.currency-flag-gip{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/gip.png)}.currency-flag.currency-flag-gmd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/gmd.png)}.currency-flag.currency-flag-gnf{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/gnf.png)}.currency-flag.currency-flag-gtq{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/gtq.png)}.currency-flag.currency-flag-gyd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/gyd.png)}.currency-flag.currency-flag-hkd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/hkd.png)}.currency-flag.currency-flag-hnl{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/hnl.png)}.currency-flag.currency-flag-hrk{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/hrk.png)}.currency-flag.currency-flag-htg{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/htg.png)}.currency-flag.currency-flag-huf{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/huf.png)}.currency-flag.currency-flag-idr{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/idr.png)}.currency-flag.currency-flag-ils{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/ils.png)}.currency-flag.currency-flag-imp{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/imp.png)}.currency-flag.currency-flag-inr{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/inr.png)}.currency-flag.currency-flag-iqd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/iqd.png)}.currency-flag.currency-flag-irr{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/irr.png)}.currency-flag.currency-flag-isk{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/isk.png)}.currency-flag.currency-flag-jep{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/jep.png)}.currency-flag.currency-flag-jmd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/jmd.png)}.currency-flag.currency-flag-jod{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/jod.png)}.currency-flag.currency-flag-jpy{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/jpy.png)}.currency-flag.currency-flag-kes{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/kes.png)}.currency-flag.currency-flag-kgs{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/kgs.png)}.currency-flag.currency-flag-khr{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/khr.png)}.currency-flag.currency-flag-kmf{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/kmf.png)}.currency-flag.currency-flag-kpw{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/kpw.png)}.currency-flag.currency-flag-krw{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/krw.png)}.currency-flag.currency-flag-kwd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/kwd.png)}.currency-flag.currency-flag-kyd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/kyd.png)}.currency-flag.currency-flag-kzt{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/kzt.png)}.currency-flag.currency-flag-lak{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/lak.png)}.currency-flag.currency-flag-lbp{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/lbp.png)}.currency-flag.currency-flag-lkr{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/lkr.png)}.currency-flag.currency-flag-lrd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/lrd.png)}.currency-flag.currency-flag-lsl{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/lsl.png)}.currency-flag.currency-flag-ltl{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/ltl.png)}.currency-flag.currency-flag-lyd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/lyd.png)}.currency-flag.currency-flag-mad{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mad.png)}.currency-flag.currency-flag-mdl{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mdl.png)}.currency-flag.currency-flag-mga{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mga.png)}.currency-flag.currency-flag-mkd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mkd.png)}.currency-flag.currency-flag-mmk{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mmk.png)}.currency-flag.currency-flag-mnt{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mnt.png)}.currency-flag.currency-flag-mop{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mop.png)}.currency-flag.currency-flag-mro{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mro.png)}.currency-flag.currency-flag-mur{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mur.png)}.currency-flag.currency-flag-mvr{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mvr.png)}.currency-flag.currency-flag-mwk{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mwk.png)}.currency-flag.currency-flag-mxn{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mxn.png)}.currency-flag.currency-flag-myr{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/myr.png)}.currency-flag.currency-flag-mzn{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mzn.png)}.currency-flag.currency-flag-nad{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/nad.png)}.currency-flag.currency-flag-ngn{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/ngn.png)}.currency-flag.currency-flag-nio{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/nio.png)}.currency-flag.currency-flag-nok{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/nok.png)}.currency-flag.currency-flag-npr{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/npr.png)}.currency-flag.currency-flag-nzd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/nzd.png)}.currency-flag.currency-flag-omr{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/omr.png)}.currency-flag.currency-flag-pab{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/pab.png)}.currency-flag.currency-flag-pen{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/pen.png)}.currency-flag.currency-flag-pgk{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/pgk.png)}.currency-flag.currency-flag-php{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/php.png)}.currency-flag.currency-flag-pkr{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/pkr.png)}.currency-flag.currency-flag-pln{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/pln.png)}.currency-flag.currency-flag-pyg{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/pyg.png)}.currency-flag.currency-flag-qar{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/qar.png)}.currency-flag.currency-flag-ron{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/ron.png)}.currency-flag.currency-flag-rsd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/rsd.png)}.currency-flag.currency-flag-rub{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/rub.png)}.currency-flag.currency-flag-rwf{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/rwf.png)}.currency-flag.currency-flag-sar{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/sar.png)}.currency-flag.currency-flag-sbd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/sbd.png)}.currency-flag.currency-flag-scr{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/scr.png)}.currency-flag.currency-flag-sek{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/sek.png)}.currency-flag.currency-flag-sgd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/sgd.png)}.currency-flag.currency-flag-shp{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/shp.png)}.currency-flag.currency-flag-sll{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/sll.png)}.currency-flag.currency-flag-sle{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/sll.png)}.currency-flag.currency-flag-sos{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/sos.png)}.currency-flag.currency-flag-srd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/srd.png)}.currency-flag.currency-flag-std{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/std.png)}.currency-flag.currency-flag-svc{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/svc.png)}.currency-flag.currency-flag-syp{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/syp.png)}.currency-flag.currency-flag-szl{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/szl.png)}.currency-flag.currency-flag-thb{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/thb.png)}.currency-flag.currency-flag-tjs{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/tjs.png)}.currency-flag.currency-flag-tmt{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/tmt.png)}.currency-flag.currency-flag-tnd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/tnd.png)}.currency-flag.currency-flag-top{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/top.png)}.currency-flag.currency-flag-try{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/try.png)}.currency-flag.currency-flag-ttd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/ttd.png)}.currency-flag.currency-flag-twd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/twd.png)}.currency-flag.currency-flag-tzs{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/tzs.png)}.currency-flag.currency-flag-uah{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/uah.png)}.currency-flag.currency-flag-ugx{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/ugx.png)}.currency-flag.currency-flag-usd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/usd.png)}.currency-flag.currency-flag-uyu{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/uyu.png)}.currency-flag.currency-flag-uzs{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/uzs.png)}.currency-flag.currency-flag-vef{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/vef.png)}.currency-flag.currency-flag-vnd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/vnd.png)}.currency-flag.currency-flag-vuv{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/vuv.png)}.currency-flag.currency-flag-wst{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/wst.png)}.currency-flag.currency-flag-xaf{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/xaf.png)}.currency-flag.currency-flag-xcd{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/xcd.png)}.currency-flag.currency-flag-xof{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/xof.png)}.currency-flag.currency-flag-xpf{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/xpf.png)}.currency-flag.currency-flag-yer{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/yer.png)}.currency-flag.currency-flag-zar{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/zar.png)}.currency-flag.currency-flag-zmw{background-image:url(https://wise.com/public-resources/assets/flags/rectangle/zmw.png)}.np-theme-personal .currency-flag.currency-flag-aed{background-image:url(https://wise.com/web-art/assets/flags/aed.svg)}.np-theme-personal .currency-flag.currency-flag-afn{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/afn.png)}.np-theme-personal .currency-flag.currency-flag-all{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/all.png)}.np-theme-personal .currency-flag.currency-flag-amd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/amd.png)}.np-theme-personal .currency-flag.currency-flag-ang{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/ang.png)}.np-theme-personal .currency-flag.currency-flag-aoa{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/aoa.png)}.np-theme-personal .currency-flag.currency-flag-ars{background-image:url(https://wise.com/web-art/assets/flags/ars.svg)}.np-theme-personal .currency-flag.currency-flag-aud{background-image:url(https://wise.com/web-art/assets/flags/aud.svg)}.np-theme-personal .currency-flag.currency-flag-awg{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/awg.png)}.np-theme-personal .currency-flag.currency-flag-azn{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/azn.png)}.np-theme-personal .currency-flag.currency-flag-bam{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bam.png)}.np-theme-personal .currency-flag.currency-flag-bbd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bbd.png)}.np-theme-personal .currency-flag.currency-flag-bdt{background-image:url(https://wise.com/web-art/assets/flags/bdt.svg)}.np-theme-personal .currency-flag.currency-flag-bgn{background-image:url(https://wise.com/web-art/assets/flags/bgn.svg)}.np-theme-personal .currency-flag.currency-flag-bhd{background-image:url(https://wise.com/web-art/assets/flags/bhd.svg)}.np-theme-personal .currency-flag.currency-flag-bif{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bif.png)}.np-theme-personal .currency-flag.currency-flag-bmd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bmd.png)}.np-theme-personal .currency-flag.currency-flag-bnd{background-image:url(https://wise.com/web-art/assets/flags/bnd.svg)}.np-theme-personal .currency-flag.currency-flag-bob{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bob.png)}.np-theme-personal .currency-flag.currency-flag-brl{background-image:url(https://wise.com/web-art/assets/flags/brl.svg)}.np-theme-personal .currency-flag.currency-flag-bsd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bsd.png)}.np-theme-personal .currency-flag.currency-flag-btn{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/btn.png)}.np-theme-personal .currency-flag.currency-flag-bwp{background-image:url(https://wise.com/web-art/assets/flags/bwp.svg)}.np-theme-personal .currency-flag.currency-flag-byn{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/byn.png)}.np-theme-personal .currency-flag.currency-flag-bzd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/bzd.png)}.np-theme-personal .currency-flag.currency-flag-cad{background-image:url(https://wise.com/web-art/assets/flags/cad.svg)}.np-theme-personal .currency-flag.currency-flag-cdf{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/cdf.png)}.np-theme-personal .currency-flag.currency-flag-chf{background-image:url(https://wise.com/web-art/assets/flags/chf.svg)}.np-theme-personal .currency-flag.currency-flag-clp{background-image:url(https://wise.com/web-art/assets/flags/clp.svg)}.np-theme-personal .currency-flag.currency-flag-cny{background-image:url(https://wise.com/web-art/assets/flags/cny.svg)}.np-theme-personal .currency-flag.currency-flag-cop{background-image:url(https://wise.com/web-art/assets/flags/cop.svg)}.np-theme-personal .currency-flag.currency-flag-crc{background-image:url(https://wise.com/web-art/assets/flags/crc.svg)}.np-theme-personal .currency-flag.currency-flag-cup{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/cup.png)}.np-theme-personal .currency-flag.currency-flag-cve{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/cve.png)}.np-theme-personal .currency-flag.currency-flag-czk{background-image:url(https://wise.com/web-art/assets/flags/czk.svg)}.np-theme-personal .currency-flag.currency-flag-djf{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/djf.png)}.np-theme-personal .currency-flag.currency-flag-dkk{background-image:url(https://wise.com/web-art/assets/flags/dkk.svg)}.np-theme-personal .currency-flag.currency-flag-dop{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/dop.png)}.np-theme-personal .currency-flag.currency-flag-dzd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/dzd.png)}.np-theme-personal .currency-flag.currency-flag-egp{background-image:url(https://wise.com/web-art/assets/flags/egp.svg)}.np-theme-personal .currency-flag.currency-flag-ern{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/ern.png)}.np-theme-personal .currency-flag.currency-flag-etb{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/etb.png)}.np-theme-personal .currency-flag.currency-flag-eur{background-image:url(https://wise.com/web-art/assets/flags/eur.svg)}.np-theme-personal .currency-flag.currency-flag-fjd{background-image:url(https://wise.com/web-art/assets/flags/fjd.svg)}.np-theme-personal .currency-flag.currency-flag-fkp{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/fkp.png)}.np-theme-personal .currency-flag.currency-flag-gbp{background-image:url(https://wise.com/web-art/assets/flags/gbp.svg)}.np-theme-personal .currency-flag.currency-flag-gel{background-image:url(https://wise.com/web-art/assets/flags/gel.svg)}.np-theme-personal .currency-flag.currency-flag-ggp{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/ggp.png)}.np-theme-personal .currency-flag.currency-flag-ghs{background-image:url(https://wise.com/web-art/assets/flags/ghs.svg)}.np-theme-personal .currency-flag.currency-flag-gip{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/gip.png)}.np-theme-personal .currency-flag.currency-flag-gmd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/gmd.png)}.np-theme-personal .currency-flag.currency-flag-gnf{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/gnf.png)}.np-theme-personal .currency-flag.currency-flag-gtq{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/gtq.png)}.np-theme-personal .currency-flag.currency-flag-gyd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/gyd.png)}.np-theme-personal .currency-flag.currency-flag-hkd{background-image:url(https://wise.com/web-art/assets/flags/hkd.svg)}.np-theme-personal .currency-flag.currency-flag-hnl{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/hnl.png)}.np-theme-personal .currency-flag.currency-flag-hrk{background-image:url(https://wise.com/web-art/assets/flags/hrk.svg)}.np-theme-personal .currency-flag.currency-flag-htg{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/htg.png)}.np-theme-personal .currency-flag.currency-flag-huf{background-image:url(https://wise.com/web-art/assets/flags/huf.svg)}.np-theme-personal .currency-flag.currency-flag-idr{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/idr.png)}.np-theme-personal .currency-flag.currency-flag-ils{background-image:url(https://wise.com/web-art/assets/flags/ils.svg)}.np-theme-personal .currency-flag.currency-flag-imp{background-image:url(https://wise.com/web-art/assets/flags/imp.svg)}.np-theme-personal .currency-flag.currency-flag-inr{background-image:url(https://wise.com/web-art/assets/flags/inr.svg)}.np-theme-personal .currency-flag.currency-flag-iqd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/iqd.png)}.np-theme-personal .currency-flag.currency-flag-irr{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/irr.png)}.np-theme-personal .currency-flag.currency-flag-isk{background-image:url(https://wise.com/web-art/assets/flags/isk.svg)}.np-theme-personal .currency-flag.currency-flag-jep{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/jep.png)}.np-theme-personal .currency-flag.currency-flag-jmd{background-image:url(https://wise.com/web-art/assets/flags/jmd.svg)}.np-theme-personal .currency-flag.currency-flag-jod{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/jod.png)}.np-theme-personal .currency-flag.currency-flag-jpy{background-image:url(https://wise.com/web-art/assets/flags/jpy.svg)}.np-theme-personal .currency-flag.currency-flag-kes{background-image:url(https://wise.com/web-art/assets/flags/kes.svg)}.np-theme-personal .currency-flag.currency-flag-kgs{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/kgs.png)}.np-theme-personal .currency-flag.currency-flag-khr{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/khr.png)}.np-theme-personal .currency-flag.currency-flag-kmf{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/kmf.png)}.np-theme-personal .currency-flag.currency-flag-kpw{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/kpw.png)}.np-theme-personal .currency-flag.currency-flag-krw{background-image:url(https://wise.com/web-art/assets/flags/krw.svg)}.np-theme-personal .currency-flag.currency-flag-kwd{background-image:url(https://wise.com/web-art/assets/flags/kwd.svg)}.np-theme-personal .currency-flag.currency-flag-kyd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/kyd.png)}.np-theme-personal .currency-flag.currency-flag-kzt{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/kzt.png)}.np-theme-personal .currency-flag.currency-flag-lak{background-image:url(https://wise.com/web-art/assets/flags/lak.svg)}.np-theme-personal .currency-flag.currency-flag-lbp{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/lbp.png)}.np-theme-personal .currency-flag.currency-flag-lkr{background-image:url(https://wise.com/web-art/assets/flags/lkr.svg)}.np-theme-personal .currency-flag.currency-flag-lrd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/lrd.png)}.np-theme-personal .currency-flag.currency-flag-lsl{background-image:url(https://wise.com/web-art/assets/flags/lsl.svg)}.np-theme-personal .currency-flag.currency-flag-ltl{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/ltl.png)}.np-theme-personal .currency-flag.currency-flag-lyd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/lyd.png)}.np-theme-personal .currency-flag.currency-flag-mad{background-image:url(https://wise.com/web-art/assets/flags/mad.svg)}.np-theme-personal .currency-flag.currency-flag-mdl{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mdl.png)}.np-theme-personal .currency-flag.currency-flag-mga{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mga.png)}.np-theme-personal .currency-flag.currency-flag-mkd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mkd.png)}.np-theme-personal .currency-flag.currency-flag-mmk{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mmk.png)}.np-theme-personal .currency-flag.currency-flag-mnt{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mnt.png)}.np-theme-personal .currency-flag.currency-flag-mop{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mop.png)}.np-theme-personal .currency-flag.currency-flag-mro{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mro.png)}.np-theme-personal .currency-flag.currency-flag-mur{background-image:url(https://wise.com/web-art/assets/flags/mur.svg)}.np-theme-personal .currency-flag.currency-flag-mvr{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mvr.png)}.np-theme-personal .currency-flag.currency-flag-mwk{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/mwk.png)}.np-theme-personal .currency-flag.currency-flag-mxn{background-image:url(https://wise.com/web-art/assets/flags/mxn.svg)}.np-theme-personal .currency-flag.currency-flag-myr{background-image:url(https://wise.com/web-art/assets/flags/myr.svg)}.np-theme-personal .currency-flag.currency-flag-mzn{background-image:url(https://wise.com/web-art/assets/flags/mzn.svg)}.np-theme-personal .currency-flag.currency-flag-nad{background-image:url(https://wise.com/web-art/assets/flags/nad.svg)}.np-theme-personal .currency-flag.currency-flag-ngn{background-image:url(https://wise.com/web-art/assets/flags/ngn.svg)}.np-theme-personal .currency-flag.currency-flag-nio{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/nio.png)}.np-theme-personal .currency-flag.currency-flag-nok{background-image:url(https://wise.com/web-art/assets/flags/nok.svg)}.np-theme-personal .currency-flag.currency-flag-npr{background-image:url(https://wise.com/web-art/assets/flags/npr.svg)}.np-theme-personal .currency-flag.currency-flag-nzd{background-image:url(https://wise.com/web-art/assets/flags/nzd.svg)}.np-theme-personal .currency-flag.currency-flag-omr{background-image:url(https://wise.com/web-art/assets/flags/omr.svg)}.np-theme-personal .currency-flag.currency-flag-pab{background-image:url(https://wise.com/web-art/assets/flags/pab.svg)}.np-theme-personal .currency-flag.currency-flag-pen{background-image:url(https://wise.com/web-art/assets/flags/pen.svg)}.np-theme-personal .currency-flag.currency-flag-pgk{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/pgk.png)}.np-theme-personal .currency-flag.currency-flag-php{background-image:url(https://wise.com/web-art/assets/flags/php.svg)}.np-theme-personal .currency-flag.currency-flag-pkr{background-image:url(https://wise.com/web-art/assets/flags/pkr.svg)}.np-theme-personal .currency-flag.currency-flag-pln{background-image:url(https://wise.com/web-art/assets/flags/pln.svg)}.np-theme-personal .currency-flag.currency-flag-pyg{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/pyg.png)}.np-theme-personal .currency-flag.currency-flag-qar{background-image:url(https://wise.com/web-art/assets/flags/qar.svg)}.np-theme-personal .currency-flag.currency-flag-ron{background-image:url(https://wise.com/web-art/assets/flags/ron.svg)}.np-theme-personal .currency-flag.currency-flag-rsd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/rsd.png)}.np-theme-personal .currency-flag.currency-flag-rub{background-image:url(https://wise.com/web-art/assets/flags/rub.svg)}.np-theme-personal .currency-flag.currency-flag-rwf{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/rwf.png)}.np-theme-personal .currency-flag.currency-flag-sar{background-image:url(https://wise.com/web-art/assets/flags/sar.svg)}.np-theme-personal .currency-flag.currency-flag-sbd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/sbd.png)}.np-theme-personal .currency-flag.currency-flag-scr{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/scr.png)}.np-theme-personal .currency-flag.currency-flag-sek{background-image:url(https://wise.com/web-art/assets/flags/sek.svg)}.np-theme-personal .currency-flag.currency-flag-sgd{background-image:url(https://wise.com/web-art/assets/flags/sgd.svg)}.np-theme-personal .currency-flag.currency-flag-shp{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/shp.png)}.np-theme-personal .currency-flag.currency-flag-sll{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/sll.png)}.np-theme-personal .currency-flag.currency-flag-sle{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/sll.png)}.np-theme-personal .currency-flag.currency-flag-sos{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/sos.png)}.np-theme-personal .currency-flag.currency-flag-srd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/srd.png)}.np-theme-personal .currency-flag.currency-flag-std{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/std.png)}.np-theme-personal .currency-flag.currency-flag-svc{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/svc.png)}.np-theme-personal .currency-flag.currency-flag-syp{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/syp.png)}.np-theme-personal .currency-flag.currency-flag-szl{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/szl.png)}.np-theme-personal .currency-flag.currency-flag-thb{background-image:url(https://wise.com/web-art/assets/flags/thb.svg)}.np-theme-personal .currency-flag.currency-flag-tjs{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/tjs.png)}.np-theme-personal .currency-flag.currency-flag-tmt{background-image:url(https://wise.com/web-art/assets/flags/tmt.svg)}.np-theme-personal .currency-flag.currency-flag-tnd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/tnd.png)}.np-theme-personal .currency-flag.currency-flag-top{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/top.png)}.np-theme-personal .currency-flag.currency-flag-try{background-image:url(https://wise.com/web-art/assets/flags/try.svg)}.np-theme-personal .currency-flag.currency-flag-ttd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/ttd.png)}.np-theme-personal .currency-flag.currency-flag-twd{background-image:url(https://wise.com/web-art/assets/flags/twd.svg)}.np-theme-personal .currency-flag.currency-flag-tzs{background-image:url(https://wise.com/web-art/assets/flags/tzs.svg)}.np-theme-personal .currency-flag.currency-flag-uah{background-image:url(https://wise.com/web-art/assets/flags/uah.svg)}.np-theme-personal .currency-flag.currency-flag-ugx{background-image:url(https://wise.com/web-art/assets/flags/ugx.svg)}.np-theme-personal .currency-flag.currency-flag-usd{background-image:url(https://wise.com/web-art/assets/flags/usd.svg)}.np-theme-personal .currency-flag.currency-flag-uyu{background-image:url(https://wise.com/web-art/assets/flags/uyu.svg)}.np-theme-personal .currency-flag.currency-flag-uzs{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/uzs.png)}.np-theme-personal .currency-flag.currency-flag-vef{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/vef.png)}.np-theme-personal .currency-flag.currency-flag-vnd{background-image:url(https://wise.com/web-art/assets/flags/vnd.svg)}.np-theme-personal .currency-flag.currency-flag-vuv{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/vuv.png)}.np-theme-personal .currency-flag.currency-flag-wst{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/wst.png)}.np-theme-personal .currency-flag.currency-flag-xaf{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/xaf.png)}.np-theme-personal .currency-flag.currency-flag-xcd{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/xcd.png)}.np-theme-personal .currency-flag.currency-flag-xof{background-image:url(https://wise.com/web-art/assets/flags/xof.svg)}.np-theme-personal .currency-flag.currency-flag-xpf{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/xpf.png)}.np-theme-personal .currency-flag.currency-flag-yer{border-radius:50%;background-size:100% 100%;background-image:url(https://wise.com/public-resources/assets/flags/rectangle/yer.png)}.np-theme-personal .currency-flag.currency-flag-zar{background-image:url(https://wise.com/web-art/assets/flags/zar.svg)}.np-theme-personal .currency-flag.currency-flag-zmw{background-image:url(https://wise.com/web-art/assets/flags/zmw.svg)}@keyframes animateFirstCard{0%{opacity:0;transform:translateY(40%)}to{opacity:1;transform:translate(0)}}@keyframes animateSecondCard{0%{opacity:0;transform:translate(220px) translateY(40px) rotate(-16deg)}to{opacity:1;transform:translate(220px) translateY(-10px) rotate(-16deg)}}@keyframes animateThirdCard{0%{opacity:0;transform:translate(-220px) translateY(40px) rotate(16deg)}to{opacity:1;transform:translate(-220px) translateY(-10px) rotate(16deg)}}.animate-card-one{animation:animateFirstCard .75s cubic-bezier(.165,.84,.44,1) forwards}.animate-card-two{opacity:0;animation:animateSecondCard .75s cubic-bezier(.165,.84,.44,1) .05s forwards}.animate-card-three{opacity:0;animation:animateThirdCard .75s cubic-bezier(.165,.84,.44,1) .05s forwards}[cmdk-dialog]{position:fixed;top:15vh;left:50%;transform:translate(-50%);max-width:680px;max-height:460px;width:100%;padding:8px;background:#fff;border-radius:10px;overflow:hidden;font-family:var(--font-sans);border:1px solid var(--gray6);box-shadow:#00000029 10px 16px 40px,#00000014 40px 60px 72px,#0000000d 84px 124px 90px,#91917b33 0 0 0 1px;z-index:1000;font-size:14px;font-weight:400}[cmdk-overlay]{background-color:#f4f3efcc;position:fixed;inset:0;z-index:1000}[cmdk-root]{width:100%;background:#fff;border-radius:9px;overflow:hidden;font-family:var(--font-sans);transition:transform 225ms ease;outline:none;font-size:14px;font-weight:400}[cmdk-input]{font-family:var(--font-sans);border:none;width:100%;font-size:17px;padding:8px 8px 16px;outline:none;background:#fff;color:#181b25;border-bottom:1px solid #e0e0e0;margin-bottom:0;border-radius:0;font-weight:400}[cmdk-input]::placeholder{color:var(--gray9, #999999)}[cmdk-item]{cursor:pointer;height:44px;border-radius:4px;display:flex;align-items:center;gap:8px;padding:0 8px;color:#181b25;user-select:none;transition:all .15s ease;font-size:14px;font-weight:400}[cmdk-item][data-selected=true]{background:#f0f0f0;color:#181b25}[cmdk-list]{height:min(400px,calc(var(--cmdk-list-height)));max-height:400px;overflow:auto;overscroll-behavior:contain;scroll-padding-block-start:8px;scroll-padding-block-end:8px;transition:.1s ease;transition-property:height;scrollbar-width:none;-ms-overflow-style:none}[cmdk-list]::-webkit-scrollbar{display:none}[cmdk-group-heading]{user-select:none;font-size:12px;color:#636469;padding:8px 8px 4px;display:flex;align-items:center;margin-bottom:4px;font-weight:500}[cmdk-empty]{display:flex;align-items:center;justify-content:center;padding-top:2rem;padding-bottom:1.5rem;white-space:pre-wrap;font-size:14px;font-weight:400}[cmdk-vercel-badge]{height:20px;background:#f0f0f0;display:inline-flex;align-items:center;padding:0 8px;font-size:12px;color:#636469;border-radius:4px;margin:4px 0 4px 4px;user-select:none;text-transform:capitalize;font-weight:500;font-size:14px;font-weight:400}@keyframes overlayShow{0%{opacity:0}to{opacity:1}}[data-cy=cta-card]{display:none!important}.fc .fc-daygrid-day-frame,.fc .fc-col-header-cell-cushion,.fc .fc-event-title{font-family:Roboto,sans-serif}.fc-toolbar-title{font-size:20px!important;color:#0c1d37}.fc-prev-button,.fc-next-button{background-color:#0c1d37!important}.fc .clickable-event{cursor:pointer!important}*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}button,a{appearance:none;background-color:transparent;border:none;padding:0;margin:0;font-family:inherit;font-size:inherit;cursor:pointer;text-align:inherit;box-shadow:0 0 0 2px transparent;-webkit-app-region:no-drag}button{user-select:none}.drag{-webkit-app-region:drag}.no-drag{-webkit-app-region:no-drag}input,textarea{border:none;outline:none}ul{display:block;list-style-type:disc;margin:0;padding-left:16px}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.table-cell-select{height:100%;max-width:100%;overflow:hidden;font-weight:400;padding-left:16px;padding-right:16px;background-color:transparent!important;cursor:default}.table-cell-select-trigger{height:100%;max-width:100%;overflow:hidden;font-weight:400}
