.new-alert{display:flex;align-items:var(--theme-alert-icon-align-items, center);padding:.6rem;margin-top:1rem;border:var(--theme-alert-info-border, .0625rem solid);border-radius:.25rem}.new-alert .icon{display:flex;margin-right:.6rem;padding:var(--theme-alert-icon-padding, .63rem);border-radius:1.5rem}.new-alert .message{color:#121113;font-size:.9rem;text-align:left}.new-alert .message p,.new-alert .message a,.new-alert .message span{color:var(--theme-alert-info-font-color);margin:0;font-size:.9rem}.new-alert-info{border-color:var(--theme-alert-info-border, #2F9FDF);background-color:var(--theme-alert-info-background-color, #E0F1FA)}.new-alert-info .icon{background-color:var(--theme-alert-info-icon-color, #7AC1EA)}.new-alert-warning .message p,.new-alert-warning .message a,.new-alert-warning .message span{color:var(--theme-alert-warning-font-color, #F29F22)}.new-alert-warning .icon{background-color:var(--theme-alert-warning-icon-color, #F5C680)}.new-alert-error .message p,.new-alert-error .message a,.new-alert-error .message span{color:var(--theme-alert-error-font-color)}.new-alert-error{border-color:var(--theme-alert-error-border, #E85E5E);background-color:var(--theme-alert-error-background-color, #FCE7E7)}.new-alert-error .icon{background-color:var(--theme-alert-error-icon-color, #F3AEAE)}.new-alert-success{border-color:#00b1b1;background-color:#ddf6f6}.new-alert-success .icon{background-color:#6ad1d1}.new-alert-warning{border-color:var(--theme-alert-warning-border, #F29F22);background-color:var(--theme-alert-warning-background-color, #FAF2E6)}.checkbox input[type=checkbox]{position:absolute;width:0;height:0;opacity:0}.checkbox.field{min-height:0}.checkbox.field.error label:after{display:none}.checkbox.field label{padding-left:2.5rem;position:relative;cursor:pointer;line-height:1.2rem;margin:.75rem 0}.checkbox label:before{background-color:#fff;border:.125rem solid #000;border-radius:.25rem;content:"";display:block;position:absolute;left:0;top:calc(50% - .85rem);height:1.5rem;width:1.5rem;background-position:-9999px -9999px;background-repeat:no-repeat;background-image:var(--theme-input-checkbox-tick, url(/assets/tick-BdCuoTh_.svg))}.checkbox.error label:before{border:.125rem solid #f55c5c}.checkbox input[type=checkbox]:checked+label:before{background-color:var(--theme-input-checkbox-background-color, #fff);background-position:center center}.checkbox input[type=checkbox]:active+label:before,.checkbox input[type=checkbox]:focus+label:before,.checkbox input[type=checkbox]:checked:focus+label:before{box-shadow:inset 0 0 #747474,0 0 0 .125rem #83caf3;box-shadow:inset 0 0 0 0 var(--theme-color-primary),0 0 0 .125rem var(--theme-input-checkbox-border-color, #83caf3)}.date-input{display:flex;flex-wrap:nowrap;justify-content:space-between}.date-input .field{min-height:0}.date-input>*{margin:0 .5rem}.date-input :first-child{margin-left:0}.date-input :last-child{margin-right:0}.field{flex-grow:1;min-height:4.75rem}.field:empty{min-height:0}.field input[type=text],.field input[type=tel],.field input[type=number],.field select,.field .iframe-container,.field iframe{height:2.1rem}.field .tiny{width:8rem}.field .small{width:12rem}.field .medium{width:16rem}.field label,.field input,.field select{display:block;width:100%;box-sizing:border-box}.field label{color:var(--theme-font-color, #737373);font-size:.9rem;margin:.4rem 0 .1rem;font-weight:500}.field p{margin:.5rem 0}.field input,.field select{font-size:1rem;line-height:1.15;border:none;background-color:var(--theme-input-background);box-shadow:inset 0 0 0 var(--theme-input-border, 2px #ddd);background-clip:padding-box;margin:0}.field input[type=tel],.field input[type=text],.field input[type=number],.field select{background-color:var(--theme-input-background, #fff);color:var(--theme-input-font-color);border:var(--theme-input-border);border-radius:.25rem;padding:.5rem}.field input:disabled,.field select:disabled{background-color:var(--theme-input-disabled-background, #eee);box-shadow:var(--theme-input-disabled-border, none);color:var(--theme-input-disabled-font-color, #444)}.field input[type=checkbox]{width:auto;display:inline-block;margin-right:.5rem}.field select{background-color:var(--theme-input-background, #fff);background-image:var(--theme-input-select-dropdown-arrow, url(/assets/dropdown-arrow-DibanIKP.svg));background-position:calc(100% - .5rem) center;background-repeat:no-repeat;background-size:.75rem;-webkit-appearance:none;-moz-appearance:none;text-indent:.07rem;text-overflow:"";padding-right:1.625rem}.field input:focus,.field select:focus,.field input:active,.field select:active,.field.error input:focus,.field.error select:focus,.field.error input:active,.field.error select:active{box-shadow:inset 0 0 0 var(--theme-input-focus-border, 2px #83caf3);outline:none}.field.error input,.field.error select{box-shadow:inset 0 0 0 var(--theme-input-error-border, 2px #f37a7a)}.field.error{position:relative}.field.error label:after{content:" ";position:absolute;top:2.1rem;right:.5rem;height:1rem;width:1rem;display:block;background-position:center center;background-repeat:no-repeat;background-size:.75rem}.field.error select{background-position-x:calc(100% - 1.8rem)}.field.error label{color:var(--theme-input-error-font-color, #f55c5c)}.field .validation-message{font-size:.8rem;color:var(--theme-input-error-font-color, #f55c5c)}.field .sub-label{font-size:.8rem;color:#737373}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=tel],input[type=number]{-moz-appearance:textfield}input::placeholder{color:var(--theme-input-placeholder-font-color);opacity:.5}.field-group{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 -.5rem}.field-group.reverse{flex-direction:row-reverse}.field-group>*{margin:0 .5rem;width:100%}@media screen and (min-width: 40rem){.field-group,.field-group.reverse{flex-wrap:nowrap}}fieldset{border:none;margin:0;padding:0}fieldset h2{font-size:1.25rem;font-weight:700;padding-bottom:.5rem;width:100%;display:flex;justify-content:flex-start;align-items:baseline;border-bottom:1px solid #ddd;margin:1.5rem 0 .5rem}fieldset h2.small{font-size:1.15rem;border-bottom:none}fieldset h2 button{border:none;background:none;padding:.5rem;margin:-.5rem 0;line-height:0}fieldset h2 button:hover{cursor:pointer}fieldset h2 button:focus{outline:none;box-shadow:inset 0 0 0 var(--theme-focus-border, 2px #83caf3)}fieldset h2 .help-text{flex-grow:1;text-align:right;color:var(--theme-font-color, #444);font-size:.8rem;font-weight:400;right:0;bottom:.5rem}fieldset hr{border:0;border-top:1px solid #ddd;margin-top:0}footer{width:100%;margin-top:1rem;display:var(--theme-footer-display);background:var(--theme-footer-background);background-size:auto var(--theme-footer-logo-height);height:calc(var(--theme-footer-logo-height) + 1rem + 2px)}footer .hr{width:50%;height:2px;margin:0 auto;background:rgba(0,0,0,.25);background:linear-gradient(90deg,rgba(0,0,0,0) 0%,var(--theme-footer-divider, rgba(0,0,0,.15)) 50%,rgba(0,0,0,0) 100%)}@media screen and (min-width: 40rem){footer{margin-top:2rem;height:calc(var(--theme-footer-logo-height) + 2rem + 2px)}}button.form-button{margin-top:1rem;width:100%;border:none;border-radius:var(--theme-button-border-radius, .25rem);padding:.5rem 1.5rem;cursor:pointer;font-weight:700;background:none;display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:1.1rem}button.form-button.link{font-size:.85rem}button.form-button.inline{width:auto}button.form-button.large{height:3.5rem;font-size:1.2rem}button.form-button:hover,button.form-button:active,button.form-button:focus{outline:none}button.form-button:hover,button.form-button.link:active,button.form-button.link:focus{filter:brightness(115%) contrast(115%)}button.form-button:disabled,button.form-button:disabled:hover{filter:grayscale(1) contrast(80%);cursor:not-allowed}button.form-button svg{margin:0 .5rem 0 0;left:0;width:1.1rem}button.form-button.primary{color:var(--theme-primary-button-font-color, #fff);background:#747474;background:linear-gradient(180deg,#747474,#353535);background:var(--theme-primary-button-background)}button.form-button.primary:disabled{background:#747474;background:var(--theme-color-primary)}button.form-button.primary:active,button.form-button.primary:focus{box-shadow:0 0 0 .1rem #83caf3}button.form-button.secondary{color:#747474;color:var(--theme-color-primary);color:var(--theme-secondary-button-font-color);border:var(--theme-secondary-button-border);box-shadow:inset 0 0 0 var(--theme-button-border-width, 1px) var(--theme-color-primary)}button.form-button.secondary:active,button.form-button.secondary:focus{box-shadow:inset 0 0 0 1px var(--theme-color-primary),0 0 0 var(--theme-focus-border, 2px #83caf3)}button.form-button.danger{color:#fff;background:#cb292b;background:linear-gradient(180deg,#fa7172,#cb292b)}button.form-button.danger:active,button.form-button.danger:focus{box-shadow:0 0 0 .1rem #fab0b0}button.form-button.link{padding:.5rem 0;justify-content:left;text-transform:uppercase;color:#666}button.form-button.link:hover,button.form-button.link:active,button.form-button.link:focus{text-decoration:underline}form{display:flex;flex-direction:column;width:100%}header{display:flex;align-items:center;background:var(--theme-header-background);background-size:auto var(--theme-header-logo-height);overflow:hidden;height:var(--theme-header-logo-height);min-height:var(--theme-header-logo-height);padding:var(--theme-header-padding);box-sizing:content-box}.header-text{pointer-events:none;width:100%;position:absolute;left:0;text-align:center;visibility:var(--theme-header-text-visibility, hidden);font-size:var(--theme-header-font-size, 1.2em);font-weight:600;color:var(--theme-font-color)}.back-button{display:flex;align-items:center;align-self:stretch;cursor:pointer;padding:0 1rem;font-weight:600;color:#fff;background:none;border:none;fill:var(--theme-font-color, #FFF)}.back-button>.back-arrow-icon{margin-right:.2rem;height:1rem}.back-button>.back-text{display:none}@media screen and (min-width: 40rem){.back-button>.back-text{display:inline}}.inline-fields{display:flex;flex-direction:row;margin:0 -.5rem}.inline-fields>*{margin:0 .5rem}.list-item{box-sizing:border-box;position:relative;background:var(--theme-well-background, #fff);width:100%;border:none;border-radius:var(--theme-list-item-border-radius, .25rem);margin-top:1rem;padding:0;transition:box-shadow .2s ease-out;fill:var(--theme-font-color, #000)}.list-item:hover,.list-item.highlighted{box-shadow:0 .25rem .15rem rgba(0,0,0,.05)}.list-item .block{flex-grow:1}.list-item p,.list-item img.logo,.list-item svg.logo,.list-item button.form-button{margin:0 .2rem}.list-item p{text-align:left;font-size:.95rem;word-break:break-word;line-height:1rem}.list-item img.logo,.list-item svg.logo{max-height:1.8rem;max-width:2.5rem}.list-item img.logo.wide,.list-item svg.logo.wide{max-width:10rem}.list-item .icon{margin:0 .25rem;height:1rem;width:1rem;min-width:1rem}.list-item button.form-button{padding:.5rem 1rem}.list-item,.list-item button.list-item-button,.list-item .list-item-content{display:flex;flex-direction:row;justify-content:center;align-items:center;font-weight:400}.list-item button.list-item-button,.list-item .list-item-content{background:none;border:none;margin:0;padding:0 .25rem;height:100%;min-height:3.25rem;min-width:2.5rem;border-radius:0}.list-item button.list-item-button:hover,.list-item button.list-item-button:active,.list-item button.list-item-button:focus{outline:none}.list-item button.list-item-button:active,.list-item button.list-item-button:focus{box-shadow:inset 0 0 0 var(--theme-focus-border, 2px #83caf3)}.list-item button.list-item-button{cursor:pointer}.list-item button.list-item-button.disabled,.list-item button.list-item-button:disabled{color:#aaa}.list-item button.list-item-button:disabled{cursor:not-allowed}.list-item button.list-item-button.disabled .logo,.list-item button.list-item-button:disabled .logo,.list-item button.list-item-button.disabled .icon,.list-item button.list-item-button:disabled .icon{filter:grayscale(1) opacity(.35)}.list-item button.list-item-button,.list-item .list-item-content{border-left:1px solid #ddd}.list-item button.list-item-button:first-child,.list-item .list-item-content:first-child{border:none;border-top-left-radius:var(--theme-list-item-border-radius, .25rem);border-bottom-left-radius:var(--theme-list-item-border-radius, .25rem)}.list-item button.list-item-button:last-child,.list-item .list-item-content:last-child{border-top-right-radius:var(--theme-list-item-border-radius, .25rem);border-bottom-right-radius:var(--theme-list-item-border-radius, .25rem)}.list-item .list-item-loading{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background:#e6e6e6;border-radius:var(--theme-list-item-border-radius, .25rem)}.list-item .list-item-loading .loading-stripe{width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:loading 1.3s infinite}@media screen and (min-width: 40rem){.list-item p{font-size:1rem}.list-item img.logo.wide,.list-item svg.logo.wide{max-width:16rem}}.list-item .select-icon{display:flex;flex-direction:row;align-items:center}.list-item .select-icon p{margin:0 .25rem;white-space:nowrap;font-size:.9rem;font-weight:600;text-transform:uppercase;color:#747474;color:var(--theme-color-primary)}.list-item button:active .select-icon p,.list-item button:focus .select-icon p{text-decoration:underline}.list-item .select-icon svg{margin-left:0;fill:#747474;fill:var(--theme-color-primary)}.spinner-wrapper{position:relative}.spinner-wrapper.loading{pointer-events:none}.spinner{position:fixed;display:flex;top:0;left:0;width:100%;height:100%;background:var(--theme-content-background, rgba(245, 245, 245, .8))}@media screen and (min-width: 40rem){.spinner{position:absolute}}.spinner.inline{position:relative}.spinner .circular{animation:rotate 1.5s linear infinite;transform-origin:center center;height:6rem;width:6rem;margin:auto}.spinner .path{stroke-dasharray:1,200;stroke-dashoffset:0;stroke-width:.15rem;stroke:#747474;stroke:var(--theme-color-primary);animation:dash 1.2s cubic-bezier(.645,.045,.355,1) infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.modal-overlay{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(0,0,0,.7)}.modal{background-color:var(--theme-well-background, #f5f5f5);text-align:center;border-radius:.25rem;margin:1rem;max-width:100%;box-shadow:0 1rem 2rem rgba(0,0,0,.05);overflow-y:scroll}.modal:focus{outline:none}.modal .modal-title{display:block;margin:1rem;color:#747474;color:var(--theme-color-primary);font-size:1.1rem;font-weight:600}.modal .modal-container{margin:1rem}.modal .modal-container,.modal .modal-container p{font-size:.9rem;line-height:1.1rem}.modal .logos{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap}.modal .logos img,.modal .logos svg{height:2rem;max-width:3.5rem;margin:.5rem}.modal .logos img.wide,.modal .logos svg.wide{max-width:6rem}.modal .modal-buttons{display:flex;flex-direction:row-reverse;align-items:stretch;justify-content:stretch}.modal .modal-buttons,.modal .modal-buttons button{margin:.5rem}.modal .modal-buttons button{padding:.5rem 1rem;width:100%;font-size:.9rem}@media screen and (min-width: 40rem) and (min-height: 20rem){.modal .modal-title{font-size:1.3rem}.modal .logos img,.modal .logos svg{height:3rem;max-width:5rem}.modal .logos img.wide,.modal .logos svg.wide{max-width:10rem}.modal .modal-container,.modal .modal-container p{font-size:1rem;line-height:1.4rem}.modal .modal-buttons button{font-size:1rem}}@media screen and (min-width: 30rem){.modal{max-width:30rem}}.order-summary{display:flex;align-items:center;gap:8px}.order-summary p{margin:auto}.order-summary .name{color:var(--theme-order-summary-package-font-color, #000)}.order-summary .description{flex:1}.order-summary .item-contents{line-height:1.5rem}.order-summary .item-contents .checkout-item-element{display:inline-flex;align-items:center;flex-wrap:wrap}.order-summary .tenant-image{align-content:center;height:5.5rem}.order-summary .order-image,.chumba-coin,.gp-coin,.background-frame{height:5.5rem;width:5.5rem;border-radius:6px}.order-summary .background-frame{position:absolute}.order-summary .background-border{border:1px solid #F5F5F5}.order-summary .subtotal{text-align:right;flex-wrap:wrap}.llc-coin{width:5.5rem}.checkout-item-element-plus{margin-right:4px;font-weight:700}.checkout-item-element-free{margin-right:4px;margin-top:1px;padding:0 6px;background:#4e4e4e;color:#fff;font-size:.9rem;font-weight:600;border-radius:6px;line-height:1.35rem}.checkout-item-element-free.sweeps-coins{background:#006618;box-shadow:inset 0 -2px #006618;padding-bottom:1px}.checkout-item-element-quantity{font-weight:700;margin-right:5px}@media screen and (min-width: 40rem){.order-summary .description{font-size:1rem}}@media screen and (max-width: 320px){.order-summary .tenant-image{display:none}}.well{background:var(--theme-well-background, #fff);padding:1rem .75rem;border-radius:.75rem}@media screen and (min-width: 40rem){.well{padding:1rem}}.outcome,.outcome-alert{width:100%;max-width:32rem;margin:0 auto 1rem;text-align:center}.outcome h1{font-size:1.8rem;color:#747474;color:var(--theme-color-primary)}.outcome svg{width:6rem;height:6rem;margin:0 auto;border-radius:50%;display:block;stroke:#fff;stroke-miterlimit:10;box-shadow:inset 0 0 #747474;box-shadow:inset 0 0 0 0 var(--theme-color-primary);animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both}.outcome svg .circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-miterlimit:10;stroke:#747474;stroke:var(--theme-color-primary);fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.outcome svg path{transform-origin:50% 50%;stroke:var(--loading-spinner-tick-colour);animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 3rem #747474;box-shadow:inset 0 0 0 3rem var(--theme-color-primary)}}.layout{width:100%;max-width:50rem;margin:0 auto;background:var(--theme-content-background, #f5f5f5);display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding:1rem;box-shadow:0 1rem 2rem rgba(0,0,0,.05);flex:auto}.content{flex-grow:1;align-self:stretch;min-height:6rem}@media screen and (min-width: 40rem){.layout{padding:2rem}}.more-info-modal-contents{text-align:left}.list-item-button .status-pill{text-transform:uppercase;background-color:#acacac;color:#fff;border-radius:.3rem;padding:.3rem .6rem;font-weight:700;margin:.5rem;white-space:nowrap}.list-item-button .more-info{margin-left:auto;margin-right:.4rem;text-transform:uppercase;color:var(--theme-more-info-font-color, #000);font-weight:700;font-size:.9rem}.list-item button.list-item-button.unavailable{flex-grow:1;display:flex;justify-content:space-between}.list-item-button .block{margin-left:.25rem}.list-item img.logo,.list-item svg.logo{margin:0 .25rem}.saved-payment-option-list-item .badge{display:inline-block;font-size:.8rem;text-transform:uppercase;background:#eaeaea;color:#666;font-weight:700;padding:.1rem .4rem;line-height:1rem;border-radius:.2rem;transform:translateY(-1px);margin-left:1rem}.error-boundary{text-align:center}.error-boundary h1{font-size:1.5rem}.error-boundary ol{margin:0 auto;text-align:left;max-width:20rem}.error-boundary_verification-required{max-width:-moz-fit-content;max-width:fit-content;margin:0 auto}.error-boundary_verification-required p{text-align:left}.error-boundary_failed_icon,.error-boundary_ineligible_icon{margin-top:3rem;margin-bottom:1rem;height:8rem}.error-boundary_ineligible_icon path{stroke:var(--theme-font-color, var(--theme-color-primary))}.error-boundary_failed_icon path{fill:var(--theme-font-color, var(--theme-color-primary))}.error-boundary ol{padding:0;position:relative}.error-boundary ol>li{margin:1rem 0}.error-boundary .form-button{margin-top:1rem;max-width:30rem;margin:auto}@media screen and (min-width: 40rem){.error-boundary{flex-direction:row;justify-content:space-around}.error-boundary ol{text-align:left}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.tw-mx-auto{margin-left:auto;margin-right:auto}.tw-my-10{margin-top:2.5rem;margin-bottom:2.5rem}.tw-my-3{margin-top:.75rem;margin-bottom:.75rem}.tw-mb-8{margin-bottom:2rem}.tw-mr-3{margin-right:.75rem}.tw-mt-10{margin-top:2.5rem}.tw-mt-3{margin-top:.75rem}.tw-block{display:block}.tw-flex{display:flex}.tw-max-h-\[40dvh\]{max-height:40dvh}.tw-flex-shrink-0{flex-shrink:0}.tw-items-center{align-items:center}.tw-px-4{padding-left:1rem;padding-right:1rem}.tw-ps-1{padding-inline-start:.25rem}.tw-text-left{text-align:left}.tw-text-center{text-align:center}.tw-text-sm{font-size:.875rem;line-height:1.25rem}.tw-font-bold{font-weight:700}:root{--theme-color-primary: #555;--theme-page-background: #e5e5e5}html,body,#root{min-height:100vh;display:flex;flex-direction:column}body{margin:0;padding:0;font-family:var(--theme-primary-font, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#e5e5e5;background:var(--theme-page-background)}p{font-size:1rem;line-height:1.25rem}h1,h2,h3,p,span,label,div{color:var(--theme-font-color)}.modal-title{color:var(--theme-font-color)!important}a{color:#555;color:var(--theme-color-primary);text-decoration:underline;white-space:nowrap}@media (min-width: 640px){.sm\:tw-px-10{padding-left:2.5rem;padding-right:2.5rem}}@media (min-width: 768px){.md\:tw-px-16{padding-left:4rem;padding-right:4rem}}.originationMessaging{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;width:90%;margin:auto}.originationMessaging h1{margin-bottom:15px}.buttonsWrapper{margin:auto;width:60%;display:flex;flex-direction:column}.originationMessaging p{margin-top:5px;margin-bottom:10px;line-height:1.6}#continueCardSetup{margin-top:25px;margin-bottom:20px;padding-top:15px;padding-bottom:15px}@media screen and (min-width: 40rem) and (min-height: 20rem){.originationMessaging{width:70%}.buttonsWrapper{width:35%}}.eml-balance h3{color:#777;font-size:1.1rem;margin:0;font-weight:unset}.eml-balance .amount{font-size:1.75rem;position:relative;line-height:1.75rem;margin-top:.2rem}.eml-balance .amount .value{position:relative;min-width:8rem;display:inline-block}.eml-balance .amount .refresh{position:absolute;display:inline-block;height:100%;display:inline-flex;align-items:center;margin-left:-.3rem}.eml-balance .amount .refresh button{position:absolute;background:none;border:none;display:inline-flex;justify-content:center;align-items:center;padding:.8rem;cursor:pointer}.eml-balance .amount .refresh button:focus{outline:none}.eml-balance .amount .refresh img{height:1.25rem}.eml-balance .amount .refresh.refreshing img{height:1.25rem;animation:spinning 1.3s linear infinite}.eml-balance .amount .refresh:focus{outline:none}.eml-balance .amount .alert{font-size:1rem;font-weight:.5rem;display:inline-flex;white-space:nowrap;padding:0 .4rem}.eml-balance .amount .alert .icon{width:1rem}.eml-balance .loading{position:absolute;top:0;left:0;width:100%;height:90%;overflow:hidden;background:#f1f1f1;border-radius:.25rem;margin-top:.1rem}.eml-balance .loading .loading-stripe{width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:loading 1.3s infinite}.eml-balance .alert{margin:0}.eml-balance .alert .icon{margin-right:.5rem}@keyframes loading{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes spinning{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.horizontal-eml-card{height:8.6rem;width:14rem;background:linear-gradient(135deg,#333436,#151616);box-shadow:0 1rem 1.2rem rgba(0,0,0,.25);border-radius:.5rem;position:relative;overflow:hidden}.vertical-eml-card{height:14rem;width:19rem;display:flex;flex-direction:row}.eml-card.disabled{background:#aaa}.eml-card.disabled .scheme-logo{filter:grayscale(100%);opacity:30%}.vertical-eml-card .card-front{flex:1 0 0;margin-right:.5rem;position:relative;background:#000;border-radius:.5rem}.vertical-eml-card .card-back{flex:1 0 0;margin-left:.5rem;position:relative;max-width:50%;border-radius:.5rem;background:#000}.eml-card .bg-card-logo,.eml-card .card-logo,.eml-card .card-front-logo,.eml-card .card-back-logo,.eml-card .scheme-logo,.eml-card .debit,.eml-card .card-number,.eml-card .expiry,.eml-card .card-holder-name,.eml-card .security-chip,.eml-card .expiry-label,.eml-card .cvv-label,.eml-card .cvv,.eml-card .hologram,.eml-card .brand-website{position:absolute}.eml-card .card-number,.eml-card .expiry,.eml-card .card-holder-name,.eml-card .expiry-label,.eml-card .cvv-label{text-transform:uppercase}.horizontal-eml-card .card-number,.horizontal-eml-card .expiry,.horizontal-eml-card .card-holder-name{font-size:1.1em;font-family:monospace}.vertical-eml-card .expiry,.vertical-eml-card .card-holder-name,.vertical-eml-card .card-number,.vertical-eml-card .expiry-label,.vertical-eml-card .cvv-label,.vertical-eml-card .cvv{font-size:.8em;font-family:Arial Narrow}.eml-card .debit,.eml-card .card-number,.eml-card .card-holder-name,.eml-card .card-holder-name-label{color:#fff;font-weight:600;overflow:hidden;white-space:nowrap}.eml-card .expiry,.eml-card .cvv{color:#fff;font-weight:400;overflow:hidden;white-space:nowrap}.eml-card .expiry-label,.eml-card .cvv-label{color:#7f8287;font-weight:400;overflow:hidden;white-space:nowrap}.eml-card .brand-website{color:#e41b49;font-weight:600;font-size:.5em;overflow:hidden;white-space:nowrap}.horizontal-eml-card .bg-card-logo{height:110%;left:-30%;filter:brightness(0)}.horizontal-eml-card .card-logo{height:16%;left:5%;top:9%}.vertical-eml-card .card-front-logo{height:45%;max-width:70%;left:15%;top:27%}.vertical-eml-card .card-back-logo{height:6%;left:30%;top:5%}.horizontal-eml-card .scheme-logo{height:20%;right:3%;bottom:5%}.vertical-eml-card .scheme-logo{height:12.5%;right:4%;bottom:4%}.horizontal-eml-card .debit{right:4%;top:38%;font-size:.8rem}.vertical-eml-card .debit{font-size:.8rem;left:6%;bottom:4%}.horizontal-eml-card .card-number{left:5%;bottom:35%;width:80%}.vertical-eml-card .first-eight,.vertical-eml-card .second-eight{display:flex;flex-direction:row;justify-content:space-between}.vertical-eml-card .first-eight{left:30%;top:23%;width:50%}.vertical-eml-card .second-eight{left:30%;top:30%;width:50%}.first-eight>div,.second-eight>div{flex:1 0 0;text-align:center}.horizontal-eml-card .expiry{left:53%;bottom:20%;width:20%}.horizontal-eml-card .card-holder-name{left:5%;bottom:7.5%;width:65%}.vertical-eml-card .card-holder-name{left:30%;top:14%;width:80%}.vertical-eml-card .magnetic-strip{position:absolute;height:100%;left:1rem;width:1.35rem;background:#8c9091}.vertical-eml-card .security-chip{width:15%;top:12%;left:50%}.vertical-eml-card .hologram{width:15%;bottom:4%;left:35%}.vertical-eml-card .expiry-label{width:50%;top:40%;left:30%}.vertical-eml-card .cvv-label{width:25%;top:40%;left:80%}.vertical-eml-card .expiry{width:50%;top:48%;left:30%}.vertical-eml-card .cvv{width:25%;top:48%;left:80%;margin:0}.vertical-eml-card .brand-website{width:80%;bottom:20%;left:30%}.eml-downtime-more-info-button{border:none;background:none;text-decoration:underline;margin-left:auto;cursor:pointer}.eml-downtime-more-info-modal{overflow-y:auto}.eml-maintenance-modal-payment-method-message{display:flex;align-items:center}.eml-maintenance-modal-payment-method-message>p{margin-right:.5rem}.eml-maintenance-modal-payment-method-message img{max-width:2.5rem;height:2rem;margin:0 .25rem;transition:filter .3s ease-in-out,opacity .3s ease-in-out}.eml-option button.list-item-button .logo{filter:brightness(.9)}.eml-option button.list-item-button:disabled .logo{filter:brightness(1)}.eml-downtime-modal-contents{text-align:left}.eml-option.disabled .status-pill{text-transform:uppercase;background-color:#acacac;color:#fff;border-radius:.3rem;padding:.25rem .5rem;font-weight:700;white-space:nowrap;font-size:.7rem;line-height:1;margin:0 .5rem}@media (max-width: 768px){.eml-option.disabled .status-pill{font-size:.6rem;padding:.2rem .4rem}}@media (max-width: 480px){.eml-option.disabled .status-pill{font-size:.55rem;padding:.15rem .35rem;white-space:normal;text-align:center;max-width:80px;line-height:1.1}}.eml-option.downtime p{opacity:.5;margin:.25rem .5rem}.eml-option.downtime .pill-red{background-color:#e90000;color:#fff;border-radius:.3rem;padding:.3rem .6rem;font-weight:550;font-size:90%;margin:.5rem;white-space:nowrap}@media only screen and (max-width: 490px){.eml-option.downtime .select-icon{display:none}}.terms{color:#707070;font-size:.8rem;margin:.75rem auto 0;text-align:center}ul.accordian{text-align:left;list-style:none;margin:1rem 0;padding:0;font-size:.9rem;line-height:1.1rem}ul.accordian li{margin:.25rem 0}ul.accordian button{background-color:var(--theme-well-background, #ffffff);border-radius:.25rem;width:100%;display:flex;align-items:center;border:none;padding:.5rem 1rem;cursor:pointer;font-size:.9rem;font-weight:700}ul.accordian button:hover{box-shadow:0 .25rem .15rem rgba(0,0,0,.05)}ul.accordian button:hover,ul.accordian button:active,ul.accordian button:focus{outline:none}ul.accordian button:active,ul.accordian button:focus{box-shadow:inset 0 0 0 var(--theme-focus-border, 2px #83caf3)}ul.accordian button .title{text-align:left;margin:0;flex-grow:1}ul.accordian button .icon{width:.8rem;min-width:.8rem;fill:var(--theme-accordian-button-fill)}ul.accordian .content{padding:1rem}@media screen and (min-width: 40rem) and (min-height: 20rem){ul.accordian{line-height:1.4rem}ul.accordian,ul.accordian button{font-size:1rem}}.eml-registration-panel{margin:0 auto}.eml-registration-panel .eml-card{margin:0 auto 1rem}.eml-registration-panel h2{margin-top:0;margin-bottom:.5rem;text-align:center}.eml-registration-panel .faq a{display:block;text-align:center;margin-bottom:1rem}.eml-registration-panel ol{margin:0 auto;padding:0;width:100%;max-width:20rem;display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.eml-registration-panel ol>li{margin:.5rem 0;width:100%;display:flex;flex-direction:row;align-items:center;text-align:left;counter-increment:step-counter}.eml-registration-panel ol>li>.step-number:before{margin-right:.75rem;padding:.25rem;display:block;width:1.3rem;height:1.3rem;border-radius:1.3rem;line-height:1.35rem;text-align:center;font-size:1rem;font-weight:600;color:var(--theme-color-primary);border:.1rem solid var(--theme-color-primary);content:counter(step-counter)}.eml-registration-panel ol>li.active>.step-number:before{color:#fff;background:var(--theme-color-primary)}.eml-registration-panel ol>li>.step-content{flex-grow:1}.eml-registration-panel ol>li>.step-content>.step-title{margin:.25rem 0;font-size:1.25rem;font-weight:700}.eml-registration-panel ol>li>.step-content>p{margin:0;font-size:.9rem;color:#707070;line-height:1.25rem}.eml-registration-panel ol>li>.step-content>p.terms-and-conditions{font-size:.5rem;font-style:italic;line-height:.8rem;margin-top:.5rem}@media screen and (min-width: 40rem){.eml-registration-panel ol{flex-direction:row;max-width:100%}.eml-registration-panel ol>li{margin:.5rem;max-width:14rem;text-align:center;flex-direction:column}.eml-registration-panel ol>li>.step-number:before{margin:0}}.card-summary{margin-bottom:1rem}.card-summary .credit-card-scheme-icon{justify-content:flex-start;margin-bottom:1rem}.card-summary table{width:100%}.card-summary label{color:var(--theme-font-color, #777)}.card-summary td{display:block;margin:0;padding:.5rem 0}.card-summary iframe{height:1rem}@media screen and (min-width: 40rem){.card-summary td{display:table-cell;padding:.5rem 0}}.credit-card-scheme-icon{display:flex;flex-direction:row;justify-content:flex-end;margin:0}.credit-card-scheme-icon img,.credit-card-scheme-icon svg{max-width:2.5rem;height:2rem;margin:0 .25rem;transition:filter .3s ease-in-out,opacity .3s ease-in-out}.credit-card-scheme-icon img.inactive,.credit-card-scheme-icon svg.inactive{filter:grayscale(1);opacity:.2}.credit-card-scheme-icon .amex-logo{height:1.8rem}.cvv{margin:0 -.5rem;display:flex;flex-wrap:wrap}.cvv>*{margin:0 .5rem}.field-group .cvv .field{width:calc(50% - 1rem);max-width:10rem;flex-grow:0}.cvv-help{display:flex;width:calc(50% - 1rem);min-width:15rem;flex-grow:1;align-items:center;margin:0 .5rem;color:#707070}.cvv-help svg{height:2.5rem;flex-shrink:0;margin-right:.5rem}.cvv-help svg .highlights{fill:#747474;fill:var(--theme-color-primary)}.cvv-help p{width:100%;max-width:12rem;min-width:8rem;margin:.25rem 0;line-height:.9rem;font-size:.75rem}@media screen and (min-width: 40rem){.cvv-help{flex-wrap:wrap;min-width:8rem}.cvv-help svg{height:3rem}}.credit-card-payment-option-icons.credit-card-scheme-icon img.logo,.credit-card-payment-option-icons.credit-card-scheme-icon svg.logo{max-height:1.65rem}.content>p:first-child{margin-top:0}.content>p:last-child{margin-bottom:0}div.pay-with-card-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}div.pay-with-card-wrapper>a{padding:.5rem 0}div.apple-pay-setup,div.google-pay-setup{display:flex;justify-content:space-between;align-items:center}div.apple-pay-setup img,div.google-pay-setup img{height:2.5rem;margin-left:1rem}.worldpay-maintenance-more-info-button{border:none;background:none;text-decoration:underline;margin-left:auto;cursor:pointer}.worldpay-maintenance-modal-contents{text-align:left}.worldpay-maintenance-modal-payment-methods-message{display:flex;align-items:center}.worldpay-maintenance-modal-payment-methods-message>p{margin-right:.5rem}.worldpay-maintenance-modal-payment-methods-message img{max-width:2.5rem;height:2rem;margin:0 .25rem;transition:filter .3s ease-in-out,opacity .3s ease-in-out}.skrill-downtime-more-info-button{border:none;background:none;text-decoration:underline;margin-left:auto;cursor:pointer}.skrill-downtime-modal-contents{text-align:left}.skrill-downtime-more-info-modal{overflow-y:auto}.skrill-maintenance-modal-payment-method-message{display:flex;align-items:center}.skrill-maintenance-modal-payment-method-message>p{margin-right:.5rem}.skrill-maintenance-modal-payment-method-message img{max-width:2.5rem;height:2rem;margin:0 .25rem}#order-with-adjustments-summary,#order-with-adjustments-summary .order-summary-wrapper{display:flex;flex-direction:column;gap:12px}#order-with-adjustments-summary .adjustments{gap:2px;display:flex;flex-direction:column}#order-with-adjustments-summary .adjustments .adjustment{display:flex;color:#616161;font-size:1rem;align-items:center}.order-summary-divider{width:100%;margin:0;border:none;border-top:1px solid var(--theme-order-summary-divider-color, #ddd)}#order-with-adjustments-summary .adjustments .adjustment .description{flex:1;display:flex;align-items:center}#order-with-adjustments-summary .order-summary-item{display:flex;align-items:center;gap:8px}#order-with-adjustments-summary .order-summary-item .description{flex:1}#order-with-adjustments-summary .order-total-wrapper{display:flex;align-items:center;font-size:1.125rem}#order-with-adjustments-summary .order-total-wrapper .total-currency{flex:1;color:var(--theme-order-summary-font-color, #616161)}#order-with-adjustments-summary .item-contents{line-height:1.5rem;margin:0}#order-with-adjustments-summary .item-contents .checkout-item-element{display:inline-flex;align-items:center;flex-wrap:wrap}#order-with-adjustments-summary .item-contents .checkout-item-element-image{margin-right:.3rem}#order-with-adjustments-summary .tenant-image{align-content:flex-start}.order-image,.chumba-coin,.gp-coin,.background-frame{height:5.5rem;width:5.5rem}.lls-coin{width:5.5rem;padding:1rem 0}.background-frame{position:absolute}.sales-tax-info-icon{cursor:pointer;margin-left:8px;vertical-align:middle;width:var(--theme-order-summary-icon-size, 20px);height:var(--theme-order-summary-icon-size, 20px)}.order-summary-item .subtotal,.adjustments .description,.adjustments .amount,.order-total-wrapper .total-amount{color:var(--theme-order-summary-font-color)}@media screen and (max-width: 320px){#order-with-adjustments-summary .tenant-image{display:none}}.sales-tax-more-info-button{border:none;background:none;text-decoration:underline;margin-left:auto;cursor:pointer}.sales-tax-modal-contents{text-align:left}.sales-tax-modal-contents p{margin-bottom:1rem}.sales-tax-modal-contents p:last-child{margin-bottom:0}.platform-downtime-more-info-button{border:none;background:none;text-decoration:underline;color:#54a3ee;margin-left:auto;cursor:pointer}.platform-downtime-modal-contents{text-align:left}.eml-promotional-panel{margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.eml-promotional-panel .description{margin-left:1rem}.eml-promotional-panel .eml-card{margin:1rem auto}.eml-promotional-panel h2{text-align:center}.eml-promotional-panel h2 small{display:block;font-size:1.1rem;font-weight:400;color:#707070;margin:.5rem auto}.eml-promotional-panel ul{max-width:20rem;padding:0;position:relative;list-style:none inside url(/assets/tick-BdCuoTh_.svg)}.eml-promotional-panel ul>li{margin:1rem 0}.terms-and-conditions{display:block;text-align:center;margin-top:1.5rem}@media screen and (min-width: 40rem){.eml-promotional-panel{flex-direction:row;justify-content:space-around}.eml-promotional-panel h2,.eml-promotional-panel ul{text-align:left}}:root{--amplify-components-facedetector-instructions-color: #333;--amplify-components-facedetector-instructions-background: rgba(255, 255, 255, .9);--amplify-components-facedetector-border-color: #007bff}[data-amplify-theme]{--amplify-fonts-default-variable: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;--amplify-fonts-default-static: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important}.amplify-liveness-oval-canvas canvas{opacity:.8}.amplify-liveness-toast--primary{border-radius:.5rem}.amplify-liveness-recording-icon-container,.amplify-liveness-cancel-container{display:none}.amplify-liveness-video{border-radius:.25rem;overflow:hidden}@media (orientation: landscape){.only-landscape{display:block}.only-portrait{display:none}}@media (orientation: portrait){.only-landscape{display:none}.only-portrait{display:block}}.ach-trustly-summary{margin-bottom:1rem}.ach-trustly-summary table{width:100%}.ach-trustly-summary label{color:#777}.ach-trustly-summary td{display:block;margin:0;padding:.5rem 0}@media screen and (min-width: 40rem){.ach-trustly-summary td{display:table-cell;padding:.5rem 0}}.card-terms{color:var(--theme-font-color, #707070);font-size:.8rem;margin:.75rem auto 0;text-align:center}.remove-side-margin>img:first-child{margin-left:0}.remove-side-margin>img:last-child{margin-right:0}.inline-fields .field{flex:1 1 0px}.margin-top{margin-top:1.5rem}.cvv-field{margin:0 -.5rem;display:flex;flex-wrap:wrap}.cvv-field>*{margin:0 .5rem}.iframe-container>iframe{width:100%}.cvv-field-help{min-width:15rem;flex-grow:1;align-items:center;margin:0 .5rem;color:var(--Semantic-Colors-Text-base-dark, #121113)}.cvv-field-help svg{height:3.5rem;flex-shrink:0;margin:0 .5rem;flex:1 1 0px;padding-top:20px}.cvv-field-help svg .highlights{fill:#747474;fill:var(--theme-color-primary)}.cvv-field-help p{width:100%;min-width:8rem;margin:.25rem 0;line-height:.9rem;font-size:.75rem}.cvv-help-modal-button{height:-moz-fit-content;height:fit-content;position:absolute;right:4px;padding-top:4px;cursor:pointer}.modal{overflow-y:auto;background-color:var(--theme-well-background, #ffffff)}.modal .modal-container{margin:20px 24px}.modal .modal-title{font-size:2rem;font-style:normal;font-weight:600;line-height:2.25rem;color:var(--Semantic-Colors-Text-base-dark, #121113)}.modal .modal-buttons{margin:20px 24px 24px}.modal .modal-buttons button{margin-top:0}@media screen and (min-width: 40rem){.cvv-field-help{flex-wrap:wrap;min-width:8rem}.cvv-field-help svg{height:3.5rem}}.edit-container{align-items:center;cursor:pointer;display:flex;position:absolute;right:0;top:0}.edit-text{color:#2f9fdf;font-size:1rem;font-weight:500;margin-bottom:.2rem}.minimized-address-container{position:relative}.minimized-address-container input{background-color:var(--theme-input-disabled-background, #f5f5f5)!important;box-shadow:var(--theme-input-disabled-border, inset 0 0 0 2px #CCC)!important;color:var(--theme-input-disabled-font-color)}.worldpay-challenge-iframe-container{display:flex;flex-direction:column;justify-content:center;align-items:center}iframe.worldpay-challenge-iframe{border:none}.eml-summary{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1rem 0}.eml-summary .details{text-align:center;margin-top:2rem}.eml-summary .site-link{margin-top:1.25rem;display:block;font-weight:700}@media screen and (min-width: 40rem){.eml-summary{flex-direction:row;padding:2rem 0}.eml-summary .details{margin-left:3rem;margin-top:0;text-align:left}}.maintenance h2{font-size:1.25rem;font-weight:700;padding-bottom:.5rem;width:100%;display:flex;justify-content:center;align-items:baseline;margin:1.5rem 0 .5rem;text-align:center}
