<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-content .main-right .form-wrap { position: relative; padding: 40px; display: none; }

.main-content .main-right .form-wrap .ein-wrap { position: relative; top: 0; left: 0; background-color: #f2f2f2; height: 100%; z-index: 1; width: 100%; border-radius: 20px; padding: 0px; }
.main-content .main-right .form-wrap .mktoForm.ein-step-one { min-height: auto; overflow: visible; }
.main-content .main-right .form-wrap .mktoForm.ein-step-one .mktoFormRow { flex: 1 0 100%; max-width: 100%; }
.main-content .main-right .form-wrap .mktoForm.ein-step-one .mktoFormRow.html-wrap { padding: 12px 0 18px; }
.main-content .main-right .form-wrap .mktoForm.ein-step-one .mktoFormRow.html-wrap a { font-size: 15px; font-weight: bold; }
.main-content .main-right .form-wrap .ein-step-one .mktoButtonRow { width: 100%; }
.main-content .main-right .form-wrap .mktoForm.ein-step-one .mktoButtonRow button.mktoButton:disabled { opacity: 1; background-color: #DDDFDF; color: #6F6F6F; cursor: default !important; border-color: #DDDFDF !important; }
.main-content .main-right .form-wrap .mktoForm.ein-step-one .mktoButtonRow button.mktoButton:disabled:hover { transform: translateY(0px) !important; background-color: #DDDFDF; color: #6F6F6F; }

.mktoFormRow.ein-title { flex: 1 1 100%; }
.mktoFormRow.ein-title .step-number { padding-top: 2px; background-color: #4A9D44; font-size: 19px; color: #fff; height: 32px; width: 32px; display: inline-block; text-align: center; border-radius: 9999px; margin-right: 18px; }
.mktoFormRow.ein-title h3 { display: inline-block; transform: translateY(2px); margin-bottom: 16px; }
.mktoFormRow.ein-title .step-bars { display: flex; gap: 8px; margin: 16px 0 16px; }
.mktoFormRow.ein-title .step-bars span { background-color: #DDDFDF; border-radius: 9999px; height: 5px; width: calc(50% - 4px); }
.mktoFormRow.ein-title.title-one .step-bars span.first { background-color: #4A9D44; }
.mktoFormRow.ein-title.title-two .step-bars span { background-color: #4A9D44 !important; }
.mktoFormRow.ein-title.title-two .step-bars span.first a { display: block; width: 100%; height: 100%; border-bottom: none; }

.mktoFormRow.country-response { border-radius: 20px; background-color: #FAEBED; padding: 24px 18px; }
.mktoFormRow.country-response p { font-size: 16px; padding-left: 36px; background-image: url('/wp-content/themes/classy_giv_tue/src/img/icon-alert.svg'); background-repeat: no-repeat; }

.mktoForm &gt; div.lpeCElement { max-width: 100%; }

.ein-step-one .select2-container { max-width: 100%; }
.ein-step-one .select2-selection { border-radius: 0px; border: 2px solid #DDDFDF; padding: 24px 24px 24px 18px; height: auto !important; }
.ein-step-one .select2-selection--clearable { flex-direction: row-reverse; justify-content: space-between; padding-right: 10px; }
.ein-step-one .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #6F6F6F; }
.ein-step-one .select2-container--open .select2-selection { box-shadow: none; }
.ein-step-one .select2-container--open .select2-selection { border: 2px solid #6F6F6F; }
/* .ein-step-one .select2-container--default .select2-selection--single .select2-selection__rendered { font-size: 18px; line-height:1.2; font-weight: 500; } */

.select2-results__options { overflow-x: hidden; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { background-color: #f8f9ff; color: inherit !important; transform: translateX(3px); transition: all .2s; }
.select2-container--default .select2-results&gt;.select2-results__options { max-height: 500px !important; }
.select2-selection__arrow { display: none !important; }
.select2-container--default .select2-selection--single .select2-selection__clear { margin-right: 12px; padding: 0px; }
.select2-container--default .select2-selection--single .select2-selection__clear span { font-size: 26px; line-height: .8; display: block; padding: 0 6px 5px; border-radius: 5px; color: #CF364A; }

.select2-results ul { margin: 0px; }
.select2-results ul li { font-size: 16px; }

/* .select2-result-org__name
.select2-result-org__ein
.select2-result-org__location
.select2-result-org__img img */

.select2-result-org__wrap { display: flex; gap: 8px; flex-direction: row; }

.select2-result-org__img { width: 60px; height: 60px; overflow: hidden; border-radius: 5px; background-color: #fff; display: flex; flex-shrink: 0; align-items: center; justify-content: center; }
    .select2-result-org__img img { max-width: 60px; max-height: 60px; width: 100%; height: auto; }

.select2-result-org__text { display: flex; justify-content: flex-start; flex-wrap: wrap; flex-grow: 1; flex-direction: column; color: #232323; }
.select2-result-org__name { width: 100%; font-size: 18px; line-height:1.2; font-weight: 400; }
.select2-result-org__ein { font-size: 14px; line-height: 1.5; color: #6F6F6F; }

form.mktoForm.inactive { height: 0px; overflow: hidden; }

@media (max-width: 991px) {
    .mktoFormRow.ein-title .step-number { margin-right: 8px !important; transform: translateY(3px); }
}</pre></body></html>