.slogan-text {
    background-image: linear-gradient(122deg, #f17b85, #f79393 15%, #fee4a5 45%, #9ae8b0 65%, #5ba5d0 90%, #9078d0);
    -webkit-mask-image: linear-gradient(122deg, #f17b85, #f79393 15%, #fee4a5 45%, #9ae8b0 65%, #5ba5d0 90%, #9078d0);
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.subSlogan-text {
    background-image: linear-gradient(98deg, rgb(233, 159, 242) 0%, rgb(200, 95, 227) 100%);
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom:  1px solid #0d6efd;
    border-left: 1px solid #0d6efd;
    border-right: 1px solid #0d6efd;
    border-radius: 0 0 5px 5px;
    background: #373636;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #0d6efd;
    color: #fff;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #fff;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #eee;
    display: block;
    border-bottom: 1px solid #d63384;
}

.text-gradient-indigo {
    padding-right: 0.05em;
    background-image: linear-gradient(351deg, #31b3ec 23%, #524add 87%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-indigo-2 {
    padding-right: 0.05em;
    background-image: linear-gradient(351deg, #31b3ec 23%, #524add 87%, #524add 102%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-amber {
    padding-right: 0.05em;
    background-image: linear-gradient(191deg, #f1dc39 25%, #c96e05 87%);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-amber-2 {
    padding-right: 0.05em;
    background-image: linear-gradient(191deg, #f1dc39 25%, #c96e05 87%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-amber-3 {
    padding-right: 0.05em;
    background-image: linear-gradient(191deg, #f1dc39 25%, #c96e05 87%);
    font-weight: 900;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grecaptcha-badge {
    display: none !important;
}