@layer components-widgets{.currency-converter__wrapper{position:relative;padding:20px;border-radius:var(--br4);background-color:var(--primary-blue)}@media screen and (max-width: 1023px){.currency-converter__wrapper{padding:12px}}.currency-converter__program-list{display:flex;flex-flow:row wrap;gap:12px 20px;max-width:756px}.currency-converter__program-list .input-radio{white-space:nowrap}.currency-converter__currency-wrapper.is-reverse{flex-direction:row-reverse}@media screen and (max-width: 1023px){.currency-converter__currency-wrapper.is-reverse{flex-direction:column-reverse}}.currency-converter__currency-list{display:flex;flex-wrap:wrap;gap:4px;margin-top:12px}@media screen and (max-width: 1023px){.currency-converter__currency-list{margin-top:8px}}.currency-converter__currency-item .input-radio__text{padding:10px 19px 12px;color:var(--primary-white);border:1px solid var(--primary-white);border-radius:4px}@media screen and (max-width: 1023px){.currency-converter__currency-item .input-radio__text{padding:6px 15px 9px}}.currency-converter__currency-item .input-radio__input:checked+.input-radio__text{color:var(--primary-blue);background-color:var(--primary-white)}.currency-converter__input-wrapper{margin-top:20px}@media screen and (max-width: 1023px){.currency-converter__input-wrapper{margin-top:12px}}@media screen and (max-width: 1023px){.currency-converter__available-title,.currency-converter__desired-title,.currency-converter__exchange-rate{font-size:17px}}.currency-converter__input-available,.currency-converter__input-desired{margin-bottom:0;padding:0;color:var(--primary-white);caret-color:var(--primary-white);border-bottom:none;font-size:44px;line-height:100%}.currency-converter__input-available::-moz-placeholder, .currency-converter__input-desired::-moz-placeholder{color:var(--primary-white)}.currency-converter__input-available::placeholder,.currency-converter__input-desired::placeholder{color:var(--primary-white)}.currency-converter__input-available:disabled,.currency-converter__input-desired:disabled{opacity:1}@media screen and (min-width: 1280px){.currency-converter__input-available,.currency-converter__input-desired{max-height:100px;font-size:var(--fs100)}}.currency-converter__icon-wrapper{display:flex;align-items:center}@media screen and (min-width: 1024px){.currency-converter__icon-wrapper{justify-content:center}}@media screen and (max-width: 1023px){.currency-converter__icon-wrapper{margin-bottom:20px}}.currency-converter__icon{max-width:42px;aspect-ratio:1;cursor:pointer;color:var(--primary-white)}@media screen and (min-width: 1024px){.currency-converter__icon{margin-top:auto;margin-bottom:52px}}@media screen and (min-width: 1280px){.currency-converter__icon{max-width:82px}}@media screen and (min-width: 1024px){.currency-converter__btn{max-width:320px}}.currency-converter__currency-error{display:none;padding:80px;color:var(--primary-white)}.currency-converter__currency-error.is-active{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-color:var(--primary-blue)}@media screen and (min-width: 768px){.currency-converter__currency-error{padding:40px}}}
