.welcome-banner[data-astro-cid-j7pv25f6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.yo-form {
    padding: 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: auto;
}

.yo-form .form-tabs {
    display: flex;
    width: 100%;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
}

.yo-form .form-tab input {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    border-radius: 8px;
    opacity: 0;
    margin: 0;
}

.yo-form .form-tab {
    z-index: 1;
    position: relative;
    width: calc(50% - 2px);
    cursor: pointer;
}

.yo-form .form-tab span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #4B5675;
    border-radius: 5px;
    padding-top: 3px;
    background-color: rgba(255, 255, 255, 0.5);
}

.yo-form .form-tab input:checked + span,
.yo-form .form-tab:hover span {
    background-color: rgba(255, 255, 255, 1);
}

.text-h2.text-h2--large {
    font-size: 40px;
    line-height: 50px;
    max-width: 300px;
}

.yo-form .form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #4B5675;
    margin-bottom: 6px;
}

.yo-form .form-input {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #252F4A;
    margin-bottom: 16px;
    outline: 1px solid #DBDFE9;
    border-radius: 8px;
    padding: 14.5px 14px;
}

.yo-form .form-input::-webkit-outer-spin-button,
.yo-form .form-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


.yo-form .form-input:focus {
    outline: none;
}

.yo-form .form-button {
    height: 48px;
    width: 100%;
    border-radius: 8px;
    background-color: rgba(255, 207, 17, 0.6);
    cursor: pointer;
    transition: 0.1s all ease;
    font-size: 16px;
    font-weight: 600;
    color: #1B1B1B;
}

.yo-form .form-button:hover {
    background-color: rgba(255, 207, 17, 0.8);
}

.yo-form .sum-templates {
    display: flex;
    gap: 6px;
    width: 100%;
    margin-bottom: 1rem;
}

.yo-form .sum-template {
    height: 24px;
    font-size: 12px;
    font-weight: 600 !important;
    color: #4B5675;
    flex: auto;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    border-radius: 4px;
    cursor: pointer;
    transition: 0.1s all ease;
}

.yo-form .sum-template:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.7);
}

.yo-form .sum-template:hover {
    color: #252F4A;
    background: rgba(255, 255, 255, 0.7);
}

.header {
    transition: 0.2s all ease;
}

.header.header--sticky {
    background: rgb(255, 207, 17, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-bottom: none;
}

.header.header--sticky:hover {
    background: rgb(255, 207, 17, 0.3);
}

.header.header--sticky .top-menu__link-content {
    font-size: 16px;
}

.top-menu {
    transition: 0.1s all ease;
}

.header.header--sticky .top-menu {
    gap: 24px;
}

.yo-header-form {
    display: none;
    width: 540px;
    flex-direction: column;
    gap: 8px;
}

.yo-header-form .form-tabs {
    display: flex;
    width: 100%;
    gap: 8px;
    padding: 6px;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 0.07);
    margin-bottom: 4px;
}

.yo-header-form .form-tab input {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    border-radius: 12px;
    opacity: 0;
    margin: 0;
}

.yo-header-form .form-tab {
    z-index: 1;
    position: relative;
    width: calc(50% - 2px);
    cursor: pointer;
}

.yo-header-form .form-tab span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #4B5675;
    border-radius: 8px;
    padding-top: 3px;
    background-color: rgba(255, 255, 255, 0.7);
}

.yo-header-form .form-tab input:checked + span,
.yo-header-form .form-tab:hover span {
    background-color: rgba(255, 255, 255, 1);
}

.yo-header-form .form-group {
    display: flex;
    gap: 8px;
}

.yo-header-form .form-input {
    flex: auto;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #090E1C;
    outline: 1px solid #DBDFE9;
    padding: 12.5px 14px;
}

.yo-header-form .form-input::-webkit-outer-spin-button,
.yo-header-form .form-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.yo-header-form .form-button {
    height: 42px;
    width: 150px;
    border-radius: 8px;
    color: #1B1B1B;
    fill-size: 16px;
    font-weight: 600;
    background-color: rgba(255, 207, 17, 0.5);
    outline: 1px solid #FFCF11;
    transition: 0.1s all ease;
    cursor: pointer;
}

.yo-header-form .form-button:hover {
    background-color: rgba(255, 207, 17, 0.8);
}

.header--sticky .yo-header-form {
    display: flex;
}

@media (max-width: 576px) {
    .welcome-banner[data-astro-cid-j7pv25f6] {
        padding: 0 !important;
    }

    .text-h2.text-h2--large {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        padding: 24px 24px 0;
        max-width: none;
    }

    .yo-form {
        padding: 12px;
        border-radius: 16px;
    }

    .header__wrapper {
        flex-wrap: wrap;
    }

    .yo-header-form {
        width: 100%;
    }
}
