.paymentResult{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;min-height:60vh;max-width:48rem;margin:0 auto}.paymentResult__icon{width:6rem;height:6rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%}.paymentResult__icon--success{background-color:var(--green-color-100);color:var(--green-color-400)}.paymentResult__icon--error{background-color:#fee;color:var(--red-color-400)}.paymentResult__icon svg{width:3.5rem;height:3.5rem}.paymentResult__checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166;animation:draw-circle .6s ease-out forwards}.paymentResult__checkmark-check{stroke-dasharray:48;stroke-dashoffset:48;animation:draw-check .3s ease-out .6s forwards}.paymentResult__errormark-circle{stroke-dasharray:166;stroke-dashoffset:166;animation:draw-circle .6s ease-out forwards}.paymentResult__errormark-line1,.paymentResult__errormark-line2{stroke-dasharray:18;stroke-dashoffset:18;animation:draw-check .3s ease-out .6s forwards}.paymentResult__title{font-size:2rem;font-weight:700;color:var(--gray-color-700);margin-bottom:.75rem;text-align:center}.paymentResult__message{font-size:1.125rem;color:var(--gray-color-600);text-align:center;margin-bottom:2rem;max-width:32rem}.paymentResult__details{background-color:var(--gray-color-100);border-radius:1rem;padding:1.5rem;width:100%;margin-bottom:2rem;border:1px solid var(--gray-color-200)}.paymentResult__detailsTitle{font-size:1.125rem;font-weight:700;color:var(--gray-color-700);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--gray-color-200)}.paymentResult__row{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 0;font-size:.95rem;gap:1rem}.paymentResult__row:not(:last-child){border-bottom:1px solid var(--gray-color-200)}.paymentResult__row strong{color:var(--gray-color-700);font-weight:600;flex-shrink:0}.paymentResult__row span{color:var(--gray-color-600);text-align:right;word-break:break-word}.paymentResult__accountCreation{background-color:var(--gray-color-100);border:2px solid var(--blue-color-400);border-radius:1rem;padding:2rem;width:100%;text-align:center;margin-bottom:1.5rem;animation:pulse-border 2s ease-in-out infinite}.paymentResult__accountTitle{font-size:1.25rem;font-weight:700;color:var(--blue-color-400);margin-bottom:.75rem}.paymentResult__accountMessage{font-size:.95rem;color:var(--gray-color-600);margin-bottom:1.5rem}.paymentResult__loader{display:flex;justify-content:center;align-items:center;gap:.5rem}.paymentResult__dot{width:.75rem;height:.75rem;background-color:var(--blue-color-300);border-radius:50%;animation:bounce 2s infinite ease-in-out both}.paymentResult__dot:nth-child(1){animation-delay:-.4s}.paymentResult__dot:nth-child(2){animation-delay:-.2s}.paymentResult__errorDetails{background-color:#fff5f5;border:1px solid var(--red-color-200);border-radius:1rem;padding:1.5rem;width:100%;margin-bottom:1.5rem}.paymentResult__errorTitle{font-size:1.125rem;font-weight:700;color:var(--red-color-500);margin-bottom:1rem;text-align:center}.paymentResult__errorMessage{font-size:.95rem;color:var(--red-color-500);text-align:center;margin-bottom:1.5rem}.paymentResult__errorRow{display:flex;flex-direction:column;gap:.25rem;padding:.5rem 0;font-size:.9rem}.paymentResult__errorRow:not(:last-child){border-bottom:1px solid var(--red-color-200)}.paymentResult__errorRow strong{color:var(--red-color-600);font-weight:600}.paymentResult__errorRow span{color:var(--red-color-500)}.paymentResult__accountCreation--success{background-color:var(--green-color-100);border-color:var(--green-color-400)}.paymentResult__actions{display:flex;gap:1rem;width:100%;justify-content:center}.paymentResult__actions button{min-width:10rem}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes pulse-border{0%{box-shadow:0 0 #404ef466}70%{box-shadow:0 0 0 10px #404ef400}to{box-shadow:0 0 #404ef400}}@keyframes draw-circle{to{stroke-dashoffset:0}}@keyframes draw-check{to{stroke-dashoffset:0}}@media (max-width: 768px){.paymentResult{padding:1.5rem 1rem;min-height:50vh}.paymentResult__icon{width:5rem;height:5rem;margin-bottom:1rem}.paymentResult__icon svg{width:3rem;height:3rem}.paymentResult__title{font-size:1.5rem;margin-bottom:.5rem}.paymentResult__message{font-size:1rem;margin-bottom:1.5rem}.paymentResult__details{padding:1.25rem}.paymentResult__detailsTitle{font-size:1rem}.paymentResult__row{flex-direction:column;gap:.25rem;padding:.5rem 0}.paymentResult__row span{text-align:left}.paymentResult__accountCreation{padding:1.5rem}.paymentResult__accountTitle{font-size:1.125rem}.paymentResult__accountMessage{font-size:.875rem}.paymentResult__actions{flex-direction:column}.paymentResult__actions button{width:100%}}.input{width:100%;display:grid;align-items:center;gap:.5rem;position:relative}.input__wrapper{position:relative}.input__errorMessage{position:absolute;top:100%;left:0;margin-top:.25rem;color:var(--red-color-500);font-size:.875rem;white-space:nowrap;z-index:10}.input:has(*:disabled){opacity:.5;cursor:not-allowed}.input:has(*:disabled) input{cursor:not-allowed}.input label{font-weight:700}.input input{width:100%;appearance:none;border:none;outline:none;background-color:var(--gray-color-200);padding:.75rem 1.5rem;border-radius:1rem;min-height:3rem;font-size:1rem;font-family:inherit}.input input::placeholder{color:var(--gray-color-600)}.input input[type=number]::-webkit-inner-spin-button,.input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input input[type=number]{-moz-appearance:textfield;appearance:textfield}.input input:invalid:not(:placeholder-shown){border:2px solid var(--red-color-500);color:var(--red-color-500)}.paymentCard{position:sticky;top:1rem}.paymentCard__wrapper{background-color:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 7.5px #00000026;display:grid;grid-template-rows:12rem 5fr}.paymentCard img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:.5rem}.paymentCard__title{display:block;font-size:1.25em;font-weight:700;color:var(--gray-color-700);margin:1rem 0 0}.paymentCard__items{padding:1rem 0;display:grid;gap:1.25rem}.paymentCard__total{display:grid}.paymentCard__total .select{grid-column:3}.paymentCard__price{display:grid;gap:.5rem}.paymentCard__price span{font-size:1.2em;margin-top:.5rem;font-weight:700;color:var(--gray-color-600)}.paymentCard__price b{font-size:1.3em;color:var(--primary-color);text-align:right}.paymentCard__row{display:flex;justify-content:space-between;align-items:center;font-size:.9em;color:var(--gray-color-700)}.paymentCard__row p{margin:0}.paymentCard__row--total{margin-top:.5rem;border-top:1px solid var(--gray-color-200);padding-top:.5rem;font-weight:700;font-size:1.1em}.paymentCard__button--mobile{display:none}.paymentCardMobile{display:none;border-top:2px solid var(--gray-color-200);position:fixed;width:100%;left:0;bottom:0;background-color:#fff;padding:.75rem;gap:0}.paymentCardMobile__button{margin-top:1rem}.paymentCardMobile__button button{width:100%}.paymentCardMobile__container{display:grid;grid-template-columns:auto 1fr auto;gap:1rem}.paymentCardMobile__container img{width:5rem;aspect-ratio:4/3;border-radius:.5rem}.paymentCardMobile__price{display:flex;flex-direction:column;justify-content:center;gap:.25rem;font-weight:700;font-size:1em;color:var(--primary-color)}.paymentCardMobile__title{font-size:1.2em;font-weight:700;color:var(--gray-color-700)}.paymentCardMobile__details{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out;overflow:hidden}.paymentCardMobile__details>div{min-height:0;padding:0 .5rem}.paymentCardMobile--expanded .paymentCardMobile__details{grid-template-rows:1fr;margin-top:1rem}@media (max-width: 1200px){.paymentCard{display:none}.paymentCardMobile{display:grid}}: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)}.customSelect{width:100%;display:grid;align-items:end;gap:.5rem;position:relative}.customSelect label{font-weight:700}.customSelect__trigger{width:100%;background-color:var(--gray-color-200);padding:.75rem 1.5rem;border-radius:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;min-height:3rem;user-select:none;font-size:1rem;font-family:inherit}.customSelect__trigger.is-placeholder{color:var(--gray-color-600)}.customSelect__icon{transition:transform .2s}.customSelect__icon.is-open{transform:rotate(180deg)}.customSelect__menu{position:absolute;top:calc(100% + .5rem);left:0;width:100%;background-color:#fff;box-shadow:0 4px 10px #0000001a;border-radius:1rem;max-height:250px;overflow-y:auto;z-index:50;padding:.5rem;display:grid;gap:.25rem}.customSelect__option{padding:.75rem 1rem;border-radius:.5rem;cursor:pointer;transition:background-color .2s}.customSelect__option:hover,.customSelect__option.is-selected{background-color:var(--gray-color-200)}.customSelect.is-disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.customSelect.is-disabled .customSelect__trigger{cursor:not-allowed;background-color:var(--gray-color-300)}
