.details{padding:40px;margin:64px 0;border-radius:24px;border:1px solid #c9c9c9}
.details.hidden{display:none}
.details__header{margin-bottom:40px;display:flex;justify-content:space-between}
@media screen and (max-width:1023.98px){.details__header{flex-direction:column;gap:20px}
}
@media screen and (max-width:767.98px){.details__header .cta__columns{flex-direction:column}
}
.details__header .cta__button{width:-moz-fit-content;width:fit-content}
.details__headerTitle{font-size:32px;line-height:40px;font-weight:800;color:#071d49}
.details__hint{margin-bottom:40px}
.details__title{font-size:18px;line-height:20px;font-weight:700;color:#071d49;padding:16px 0;border-top:1px solid #c9c9c9}
.details__title--noBorder{border-top:0;padding-top:0}
.details__content::after{content:"";display:block;clear:both}
.details__label{color:#757575;margin-bottom:8px}
.details__value{color:#071d49}
.details__column{font-size:16px;line-height:24px;margin-bottom:16px}
.details__column--right{float:right;width:50%}
.details__column--left{float:left;width:50%}
.details__column--full{clear:both}
.details__footer{display:flex;justify-content:center}
.details .error{margin-bottom:40px}
.details p,.details h1,.details h2,.details h3,.details h4,.details h5,.details h6{margin:0}
.details h2{margin-right:12px}
.cancel-registration{display:flex;align-items:center;justify-content:center;gap:20px;flex-direction:column;margin:0 0 20px 0}
.cancel-registration h3{color:#071d49;font-size:32px;font-style:normal;font-weight:800;line-height:40px;letter-spacing:-1px;text-align:center}
.cancel-registration p{color:#071d49;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-1px}
.cancel-registration .button-link{display:flex;align-items:center;justify-content:center;gap:20px}
@media screen and (max-width:767.98px){.modal__container:has(.cancel-registration){width:calc(100vw - 80px);margin:0 40px}
}
.loader{width:100%;height:150px;display:flex;align-items:center;justify-content:center}
.loader__icon{font-size:50px;animation:loading .8s infinite linear}
@keyframes loading{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
.expandable{max-height:126px;overflow:hidden;transition:max-height .3s linear}
.expandable.expanded{transition:max-height .8s linear;max-height:5100px}