.guarantors{display:flex;flex-direction:column}.guarantors>.top-section{display:flex;gap:8px;padding:16px;align-items:center;position:sticky;top:0;background:#fff}.guarantors>.top-section>i:first-child{width:40px;height:40px;font-size:20px;color:var(--primary-500);display:flex;justify-content:center;align-items:center}.guarantors>.top-section>:last-child{color:var(--grey-900);font-weight:600;font-size:18px}.guarantors>.content{display:flex;flex-direction:column;justify-content:space-between;height:100%}.guarantors>.content>.inputs-container{display:flex;flex-direction:column;gap:16px;padding:24px}.guarantors>.content>.inputs-container .text-info{color:var(--gteen-600);font-weight:400;font-size:16px;line-height:24px}.guarantors .edit-menu-options{display:flex;flex-direction:column;gap:16px}.guarantors .edit-menu-options .delete{color:var(--red-500)}.guarantors .new-guarantor{display:flex;flex-direction:column;gap:24px}.guarantors .new-guarantor .new-guarantor-block{display:flex;flex-direction:column;gap:16px}.guarantors .new-guarantor .new-guarantor-block .viu-calendar{width:100%}.guarantors .new-guarantor .new-guarantor-block>:first-child{color:var(--grey-900);font-weight:600;font-size:16px}.guarantors .desktop-only{display:none}.guarantors .viu-modal{z-index:10}@media(min-width:1280px){.guarantors .desktop-only{display:inherit}.guarantors .mobile-only{display:none}}