.modal-style{align-items:flex-start;height:605px;justify-content:center}.modal-button-style{display:flex;margin:78px auto 0;max-width:448px;padding:0 16px;width:100%}.left-button-style{border-radius:12px 0 0 12px;width:225px}.right-button-style{border-radius:0 12px 12px 0;width:225px}.click-button{background-color:#d42d35;border:none;color:#fff;cursor:pointer;padding:8px 16px}.non-click-button{background-color:#fff;border:1px solid #00000066;color:#0006;cursor:pointer;padding:8px 16px}.modal-content{display:flex;flex-direction:row;font-family:Manrope,sans-serif;gap:24px;margin-top:48px}@media (max-width:768px){.modal-content{align-items:center;flex-direction:column-reverse;text-align:center}}.modal-content-content{text-align:left}.modal-content-left,.modal-content-right{align-items:flex-start;justify-content:center;width:50%}@media (max-width:768px){.modal-content-left,.modal-content-right{width:100%}}.modal-content-left-header{margin:0 0 32px}.modal-content-left-content{margin:16px 0;max-width:550px}.modal-content-button{background-color:#d42d35;border:0 solid #000;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;height:56px;padding:16px 24px;transition:background-color .2s ease,color .2s ease;width:150px}.modal-content-button:hover{background-color:#881b20;color:#fff}