.theme-btn{all:unset;font-size:14px;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer}.theme-btn.md{padding:16px 24px}.theme-btn.primary{color:#fff;background-color:#e64b35;border:1px solid #e64b35}.theme-btn.light{color:#e64b35;background-color:#fff;border:1px solid #e64b35}.theme-btn.secondary{color:#fff;background-color:#4881a0;border:1px solid #4881a0}.theme-btn[disabled]{cursor:default;opacity:.7}.theme-btn.loading{pointer-events:none;opacity:.8}.theme-btn.loading:after{content:"";width:16px;height:16px;margin-left:8px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}.theme-label{all:unset;display:flex;align-items:center;justify-content:center;border-radius:6px;font-family:inherit;font-weight:700;max-width:fit-content}.theme-label.md{font-size:16px;padding:16px 24px}@media (max-width: 768px){.theme-label.md{font-size:14px;padding:10px 23px}}.theme-label.secondary{color:#fff;background-color:#4881a0;border:1px solid #4881a0}.theme-text{color:#161f30;padding:0;margin:0}.theme-text.body{font-size:16px;line-height:24px}@media (max-width: 768px){.theme-text.body{font-size:14px}}.theme-text.body-copy{font-size:14px;line-height:20px}@media (max-width: 768px){.theme-text.body-copy{font-size:14px}}.theme-text.h1{font-size:36px;line-height:56px}@media (max-width: 768px){.theme-text.h1{font-size:20px;line-height:36px}}.theme-text.h2{font-size:24px;line-height:56px}@media (max-width: 768px){.theme-text.h2{font-size:20px;line-height:32px}}.theme-text.h3{font-size:20px;line-height:36px}.theme-text.error-message{font-size:12px;color:#c61718}.theme-text.input{font-size:20px;line-height:12px}.theme-text.bold{font-weight:700}.theme-text.medium{font-weight:500}.theme-dropdown{display:inline-block!important;all:unset;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url('data:image/svg+xml;utf8,<svg fill="currentColor" height="20" viewBox="0 0 22 22" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M5.516 7.548l4.484 4.482 4.484-4.482L15.9 8.931l-5.9 5.9-5.9-5.9z"/></svg>');background-repeat:no-repeat;background-position:right 10px center;padding:14.5px 30px 14.5px 12px;border:solid 1px #cdd4d9;border-radius:4px;width:100%;font-size:16px;line-height:20px;box-sizing:border-box}.theme-dropdown.error{border-color:#c61718}.theme-dropdown:focus{border:solid 1px #cdd4d9!important}input[type=text],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=url],input:not([type]){border:1px solid #cdd4d9;border-radius:4px;font-size:16px;padding:15px 12px 14px;width:100%;box-sizing:border-box}input[type=text]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=url]::placeholder,input:not([type])::placeholder{color:#000;opacity:.4}input[type=text]:focus-visible,input[type=email]:focus-visible,input[type=number]:focus-visible,input[type=password]:focus-visible,input[type=search]:focus-visible,input[type=tel]:focus-visible,input[type=url]:focus-visible,input:not([type]):focus-visible{outline:none}input[type=text].error,input[type=email].error,input[type=number].error,input[type=password].error,input[type=search].error,input[type=tel].error,input[type=url].error,input:not([type]).error{border-color:#c61718}.content-loader{width:40px;aspect-ratio:1;border-radius:50%;border:6px solid transparent;border-top-color:#e64b35;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.theme-tooltip{position:fixed;background-color:#fff;border-radius:6px;z-index:1000;pointer-events:auto;max-width:400px;animation:fadeInTooltip .3s ease forwards}@keyframes fadeInTooltip{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.theme-tooltip{max-width:90%}}.theme-tooltip .tooltip-container{display:flex;flex-direction:column}.theme-tooltip .tooltip-container .header{background-image:linear-gradient(90deg,#209585,#007e7f);padding:8px 13px;display:flex;align-items:center;justify-content:space-between;border-radius:6px 6px 0 0}.theme-tooltip .tooltip-container .header span{font-size:18px;font-weight:500;color:#fff}.theme-tooltip .tooltip-container .header img{height:31px}.theme-tooltip .tooltip-container .content{padding:7px 13px}.theme-tooltip .tooltip-container .footer{padding:6px 13px;font-size:12px;font-style:italic}.theme-tooltip .tooltip-container .footer a,.theme-tooltip .tooltip-container .footer span{color:#6388ed}.theme-tooltip:after{content:"";position:absolute;top:100%;left:50%;margin-left:-6px;border-width:6px;border-style:solid;border-color:#ffffff transparent transparent transparent}
