.ps-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

body .select2-container--default .select2-selection--single {
    border-radius: 24px;
    border: 1px solid #9E826F;
    height: auto;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--clr-01);
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 1;
    padding: 25px 0 23px 0px;
    text-align: center;
    min-height: 68px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'><path d='M8.2785 11.5846C7.53175 13.0217 5.47581 13.0217 4.72907 11.5846L0.227958 2.92217C-0.463853 1.59078 0.502271 5.95875e-07 2.00267 7.27044e-07L11.0049 1.51404e-06C12.5053 1.64521e-06 13.4714 1.59078 12.7796 2.92217L8.2785 11.5846Z' fill='%23F5C952'/></svg>");
    background-size: 100% 100%;
    border: none;
    width: 13px;
    height: 13px;
    position: static;
    display: block;
    margin: 0;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    width: auto;
    top: 30px;
    right: 28px;
    display: block;
}

body .select2-container {
    font-family: var(--font-family);
}

body .select2-country-option {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

body .select2-results .select2-country-option {
    justify-content: start;
}


.wpcf7 input[type=search].iti__search-input,
.iti__search-input {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 0;
}

.iti {
    width: 100%;
}

button.iti__selected-country {
    border-radius: 24px;
    overflow: hidden;
}

button.iti__selected-country:hover {
    border: none;
}


@media (min-width: 75em) {
    .ps-thank-you-spacer {
        min-height: 177px;
    }
}