h2.modal-title {
   color: var(--1, #3A4249);
   text-align: center;
   leading-trim: both;
   text-edge: cap;
   font-family: "5ka Sans Design";
   font-size: 2.5rem;
   font-style: normal;
   font-weight: 700;
   line-height: 90%; /* 2.25rem */
   width: 100%;
}
.modal .checkbox-body {
    font-size: 1rem;
    text-align: left;
}
.modal-header {
    padding: 0;
    border: none;
    display: block;
}
.modal-info-text {
    text-align: left;
    color: var(--Text-Default-100, #301605);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;

/* Mail/P1 */
    
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 1.4rem */
}
.m-2-5 {
    margin: 2.5rem 0;
}
.modal .checkbox-block {
    flex-wrap: wrap;
}
.modal-body .form-group.custom-row label {
    font-size: 1.25rem;
}
.modal-info-text img {
    display: block;
    width: auto;
    margin: 2rem auto;
    max-width: 100%;
}

.modal-info-text h5 {
    color: var(--Text-Default-100, #301605);
    
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;

/* Heading/H6 */
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 1.2rem */
    text-transform: uppercase;
}

.modal-info-text a {
    text-decoration: underline;
    color: inherit;
}

.modal-info-text ul {
    margin: 1rem 0 0;
    padding-left: 2rem;
}
.modal-content {
    display: flex;
    width: 37.5rem;
    padding: 3.75rem 2.5rem;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    border-radius: 2.5rem;
    background: #fff;
}

.modal-body {
    padding: 0;
    text-align: center;
    width: 100%;
}

.modal-dialog {
    width: 41rem;
    max-width: 100%;
}

.modal-header .close {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    font-size: 0;
    background-image: url(/images/cross1.svg);
    opacity: 1;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.modal .form-footer {
    margin: 2.5rem 0;
}
.modal .btn-custom {display: inline-flex;padding: 1.25rem 5rem;}
.modal-text {
    color: var(--1, #3A4249);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "5ka Sans Design Cond";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 92%; /* 1.15rem */
    margin: 2rem 0;
}
.modal-text a {
    color: inherit;
    text-decoration: underline;
    font-family: inherit;
}

@media (max-width: 992px) {
    .modal-dialog {
    max-width: 37rem;
    margin: 0 auto;
}
.modal .checkbox-body {
    font-size: 1.2rem;
}
h2.modal-title {
    font-size: 3rem;
}
.modal-body .form-group.custom-row label {
    font-size: 1.7rem;
}
.modal-text {
    font-size: 1.8rem;
}
 .modal   .checkbox-body {
    font-size: 1.2rem;
}

.modal .custom-input.form-control {
    height: 5rem;
    font-size: 1.5rem;
}

.modal-content {
    padding: 3.5rem 3rem 3rem 3rem;
}
}