@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    font-family: "Ubuntu", sans-serif;
    color: #3A3A3A;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    border: none;
    max-width: 100%;
    height: auto;
}

strong {
    font-weight: 700;
}

/* general */
.bfi285zaq4gl-structure {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #fff;
    background-size: cover;
}

.bfi285zaq4gl-bg-kickoff {
    background-image: url(../images/bg-kickoff-bfi285zaq4gl.jpg);
}

.bfi285zaq4gl-bg-start {
    background-image: url(../images/bg-start-bfi285zaq4gl.jpg);
}

.bfi285zaq4gl-wrapper {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

@media only screen and (min-width: 1024px) {
    .bfi285zaq4gl-wrapper {
        max-width: 880px;
        box-sizing: border-box;
    }
}

/* clicker */
.bfi285zaq4gl-clicker {
    position: relative;
    display: block;
    font-family: "Ubuntu", sans-serif;
    margin: 0 auto 15px;
    width: 100%;
    max-width: 400px;
    padding: 14px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    background: linear-gradient(180deg, #FE3177 0%, #F67363 91.98%, #F57961 100%);
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;
}

.bfi285zaq4gl-clicker-outline {
    color: #1a1a1a;
    border-radius: 30px;
    background: transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 2px;
    height: 55px;
    border: 2px solid #393146;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bfi285zaq4gl-clicker-link {
    font-size: 24px;
    text-decoration: underline;
    display: block;
    text-align: center;
}

.bfi285zaq4gl-clicker-outline+.bfi285zaq4gl-clicker-half {
    padding: 10px;
}

.bfi285zaq4gl-clicker-outline+.bfi285zaq4gl-clicker-outline {
    padding: 2px;
}

.bfi285zaq4gl-clicker-outline.active {
    background: linear-gradient(90deg, #ED1448 0%, #FE7B7B 100%);
    color: #fff;
    padding: 10px;
}

.bfi285zaq4gl-clicker:disabled {
    background: #9E9E9E;
    color: #fff;
}

.bfi285zaq4gl-clicker-back {
    /* position: absolute; */
    left: 15px;
    top: 25px;
    display: block;
    width: 16px;
    height: 28px;
    cursor: pointer;
    background: url(../images/icons/arrow-back-bfi285zaq4gl.svg) no-repeat;
}

.bfi285zaq4gl-clicker-half {
    margin: 0 10px;
    width: 45%;
    max-width: 140px;
}

/* header */
.bfi285zaq4gl-masthead {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
    padding: 10px 20px;
    top: 0;
    left: 0;
    z-index: 10;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
}

.bfi285zaq4gl-masthead_sb {
    justify-content: space-between;
}

.bfi285zaq4gl-branding-receptacle img {
    display: block;
    margin: 0 auto;
    max-width: 270px;
    width: 100%;
}

.bfi285zaq4gl-account {
    background: url(../images/icons/icon-profile-bfi285zaq4gl.svg) no-repeat top center;
    display: block;
    width: 26px;
    height: 26px;
}

/* content */
.bfi285zaq4gl-concepts {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 20px;
}

.bfi285zaq4gl-concepts .bfi285zaq4gl-wrapper {
    position: relative;
}

.bfi285zaq4gl-main-title {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
}

.bfi285zaq4gl-subheading {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
    padding-top: 5px;
    text-align: center;
    color: #393146;
}

.bfi285zaq4gl-subheading a {
    text-decoration: underline;
}

.bfi285zaq4gl-text {
    text-align: center;
    line-height: 1.4;
    font-size: 24px;
    font-weight: 700;
}

.bfi285zaq4gl-row-flex {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.bfi285zaq4gl-clicker-wrap-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bfi285zaq4gl-clicker-wrap-flex .bfi285zaq4gl-clicker {
    width: 47%;
}

/* form */
.bfi285zaq4gl-clickers-double {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 30px;
}

.bfi285zaq4gl-clickers-double .bfi285zaq4gl-clicker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 400;
}

.bfi285zaq4gl-clickers-double .bfi285zaq4gl-clicker:last-child {
    border-radius: 0 30px 30px 0;
}

.bfi285zaq4gl-clickers-double .bfi285zaq4gl-clicker:first-child {
    border-radius: 30px 0 0 30px;
}

.bfi285zaq4gl-clickers-double .bfi285zaq4gl-clicker--active {
    background: #3A3A3A;
}

.bfi285zaq4gl-clickers-double .bfi285zaq4gl-clicker--active span {
    background: linear-gradient(180deg, #ED2184 0%, #F5A729 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.bfi285zaq4gl-form {
    max-width: 400px;
    margin: 27px auto 15px;
}

.bfi285zaq4gl-form-row {
    position: relative;
    margin: 0 auto 25px;
}

.bfi285zaq4gl-form-row_flex {
    display: flex;
    justify-content: space-between;
}

.bfi285zaq4gl-wrap-radio {
    display: flex;
}

.bfi285zaq4gl-wrap-radio label {
    margin-right: 20px;
}

.rfgrl-form-row_range {
    margin-bottom: 50px;
}

.bfi285zaq4gl-form-row_captcha {
    display: flex;
    flex-wrap: nowrap;
}

.bfi285zaq4gl-form-row_captcha img {
    border-radius: 8px;
    margin-right: 15px;
}

.bfi285zaq4gl-form-row-select {
    width: 100%;
    position: relative;
}

.bfi285zaq4gl-form-row-select::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 20px;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-color: transparent #fff #fff transparent;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(45deg);
}

.bfi285zaq4gl-form-row-validation {
    position: relative;
    width: calc(100% - 140px);
}

.bfi285zaq4gl-form-row-last {
    margin-top: 33px;
}

.bfi285zaq4gl-form-control {
    display: block;
    font-family: "Ubuntu", sans-serif;
    width: 100%;
    padding: 15px 22px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #1A1A1A;
    text-align: left;
    text-decoration: none;
    background: #fff;
    outline: none;
    resize: none;
    max-width: 400px;
    margin: 0 auto;
    border: double 2px transparent;
    border-radius: 30px;
    background-image: linear-gradient(white, white), linear-gradient(180deg, #FE3177 0%, #F67363 91.98%, #F57961 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

/* .bfi285zaq4gl-form-control_icon {
    background-image: linear-gradient(white, white), linear-gradient(180deg, #FE3177 0%, #F67363 91.98%, #F57961 100%) url(../images/icons/icon-edit-bfi285zaq4gl.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: right 20px center;
} */

.bfi285zaq4gl-form-control--textarea {
    resize: none;
    max-height: 120px;
    font-weight: 400;
}

.bfi285zaq4gl-form-label {
    font-size: 15px;
    display: block;
    padding-bottom: 3px;
}

.bfi285zaq4gl-form-control.error {
    border-color: #FF0000;
}

label.error {
    color: #ED1448;
    font-size: 13px;
    display: block;
}

.bfi285zaq4gl-radio+label {
    display: block;
    width: 55px;
    height: 55px;
    background-color: #3A3A3A;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}

.bfi285zaq4gl-radio-male+label {
    background-image: url(../images/icons/icon-male-bfi285zaq4gl.svg);
}

.bfi285zaq4gl-radio-female+label {
    background-image: url(../images/icons/icon-female-bfi285zaq4gl.svg);
}

.bfi285zaq4gl-radio-male:checked+label {
    background-image: url(../images/icons/icon-male-active-bfi285zaq4gl.svg);
}

.bfi285zaq4gl-radio-female:checked+label {
    background-image: url(../images/icons/icon-female-active-bfi285zaq4gl.svg);
}

.bfi285zaq4gl-checkbox,
.bfi285zaq4gl-radio {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}

.bfi285zaq4gl-checkbox+label {
    position: relative;
    font-family: 'Poppins', sans-serif;
    padding-left: 34px;
    font-size: 16px;
    text-align: left;
    display: block;
}

.bfi285zaq4gl-checkbox+label a {
    text-decoration: underline;
}

.bfi285zaq4gl-checkbox+label:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #F69B1C;
    border-radius: 7px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: -1px;
}

.bfi285zaq4gl-checkbox:checked+label:after {
    content: "";
    display: block;
    width: 8px;
    height: 4px;
    border: 2px solid #000000;
    border-width: 0 0 2px 2px;
    transform: rotateZ(-45deg);
    position: absolute;
    left: 7px;
    top: 7px;
}

.bfi285zaq4gl-checkbox:checked+label:before {
    background-color: #fff;
}

.bfi285zaq4gl-checkbox.error+label:before {
    border-color: #FF0000;
}

/* ion slider */
.bfi285zaq4gl-form-label_large {
    font-size: 18px;
}

.irs {
    margin-top: -15px;
}

.irs--flat .irs-line {
    height: 3px;
    border-radius: 5px;
    background: #393146;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    color: #393146;
    background: none;
    top: 45px;
}

.irs--flat .irs-bar {
    height: 3px;
    border-radius: 5px;
    background: linear-gradient(270deg, #FE7B7B 0%, #EE1649 100%);
}

.irs--flat .irs-handle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ED2184 0%, #FE7455 100%);
    top: 18px;
}

.irs--flat .irs-handle>i:first-child {
    display: none;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    font-family: "Ubuntu", sans-serif;
    color: #1a1a1a;
    font-size: 18px;
    background: transparent;
    top: 45px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    display: none;
}

.bfi285zaq4gl-values {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bfi285zaq4gl-checkbox {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}

.bfi285zaq4gl-checkbox+label {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    padding-left: 28px;
    font-size: 15px;
    text-align: left;
    display: inline-block;
}

.bfi285zaq4gl-checkbox+label:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    border: 1px solid #ED1448;
    border-radius: 3px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 1px;
}

.bfi285zaq4gl-checkbox:checked+label:after {
    content: "";
    display: block;
    width: 8px;
    height: 4px;
    border: 2px solid #3a3a3a;
    border-width: 0 0 2px 2px;
    transform: rotateZ(-45deg);
    position: absolute;
    left: 5px;
    top: 6px;
}

.bfi285zaq4gl-checkbox.error+label:before {
    border-color: #FF0000;
}

.bfi285zaq4gl-preloader {
    display: none;
}

/* footer */
.bfi285zaq4gl-footer {
    margin-top: auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 10px;
    padding: 15px 0;
}

.bfi285zaq4gl-footer-policy-list {
    display: flex;
    justify-content: space-around;
}

.bfi285zaq4gl-footer-policy-link {
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 5px;
    text-decoration: underline;
}

.bfi285zaq4gl-footer_other .bfi285zaq4gl-footer-policy-link {
    color: #fff;
}

.bfi285zaq4gl-footer-policy-link:hover {
    text-decoration: underline;
}

/* ion slider */
.bfi285zaq4gl-search-range-slider {}

.irs--big {
    height: 100px;
}

.irs--big .irs-line {
    height: 3px;
    background: #fff;
    border-radius: 3px;
    border: 0;
}

.irs--big .irs-handle {
    width: 30px;
    height: 30px;
    border: 0;
    background: #1481D4;
    box-shadow: none;
    top: 19px;
}

.irs--big .irs-handle:hover {
    background: #1481D4;
}

.irs--big .irs-handle.state_hover {
    background: #1481D4;
}

.irs--big .irs-to,
.irs--big .irs-from {
    font-size: 0;
    padding: 0;
    height: 0;
}

.irs--big .irs-bar--single {
    height: 3px;
    background: transparent;
    border: 0;
}

.irs--big .irs-min,
.irs--big .irs-max,
.irs--big .irs-single {
    top: 50px;
    font-size: 18px;
    background: transparent;
}

/* chat */
.bfi285zaq4gl-page-results .bfi285zaq4gl-structure {
    background: #1481D4;
}

.bfi285zaq4gl-title__small {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 5px;
    text-align: center;
}

.bfi285zaq4gl-profiles-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 450px;
    gap: 20px;
    justify-content: center;
    margin: 27px auto 15px;
}

.bfi285zaq4gl-profile {
    border-radius: 13px;
    overflow: hidden;
    position: relative;
    max-width: 157px;
    z-index: 0;
    background: linear-gradient(180deg, #ED2184 0%, #F5A729 126%);
    padding: 2px;
    width: calc(50% - 10px);
}

.bfi285zaq4gl-profile:after {
    content: '';
    display: block;
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 12px;
}

.bfi285zaq4gl-photo {
    position: relative;
    z-index: 2;
}

.bfi285zaq4gl-photo:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: #06ED01;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 9px;
    top: 9px;
}

.bfi285zaq4gl-photo:after {
    content: '';
    display: block;
    background: url(../images/icons/icon-heart-bfi285zaq4gl.svg) no-repeat;
    width: 18px;
    height: 17px;
    position: absolute;
    top: 9px;
    right: 9px;
}

.bfi285zaq4gl-photo img {
    border-radius: 11px;
}

.bfi285zaq4gl-profile .bfi285zaq4gl-clicker-wrap {
    padding: 3px 12px 12px;
    z-index: 2;
    position: relative;
}

.bfi285zaq4gl-profile .bfi285zaq4gl-clicker {
    background-repeat: no-repeat;
    background-position: left 26px center;
    background-size: 12px;
    font-size: 13px;
    font-weight: 400;
    text-transform: inherit;
    line-height: 19px;
    padding: 3px 10px 3px 30px;
    margin-top: 9px;
    margin-bottom: 0;
}

.bfi285zaq4gl-profile .bfi285zaq4gl-bar {
    background-color: rgba(26, 26, 26, 0.5);
    height: 45px;
    padding: 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.bfi285zaq4gl-profile .bfi285zaq4gl-button {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    font-size: 12px;
    height: 25px;
    width: 25px;
}

.bfi285zaq4gl-clicker-chat {
    background-image: url(../images/icons/icon-chat-bfi285zaq4gl.svg);
}

.bfi285zaq4gl-clicker-chat:after {
    content: '';
    display: block;
    background: linear-gradient(180deg, #FE3177 0%, #F67363 91.98%, #F57961 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: -1;
}

.bfi285zaq4gl-clicker-block {
    background: url(../images/icons/icon-block-bfi285zaq4gl.svg) #3A3A3A;
}

.bfi285zaq4gl-clicker-report {
    background: url(../images/icons/icon-report-bfi285zaq4gl.svg) #3A3A3A;
}

/* chat-write */
.bfi285zaq4gl-page-chat .bfi285zaq4gl-structure {
    background: #1481D4;
}

.bfi285zaq4gl-page-chat .bfi285zaq4gl-concepts {
    display: block;
    height: calc(100vh - 76px);
    padding: 0 20px;
    max-width: 450px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.bfi285zaq4gl-page-chat .bfi285zaq4gl-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.bfi285zaq4gl-page-chat .bfi285zaq4gl-profile .bfi285zaq4gl-photo {
    margin-right: 15px;
    flex-shrink: 0;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.bfi285zaq4gl-page-chat .bfi285zaq4gl-profile .bfi285zaq4gl-photo img {
    border-radius: 50%;
    height: inherit;
    object-fit: cover;
    object-position: top;
}

.bfi285zaq4gl-page-chat .modal .bfi285zaq4gl-form-control {
    border: 1px solid #112842;
    border-radius: 10px;
}

.bfi285zaq4gl-chat {
    overflow-y: auto;
    text-align: right;
    height: calc(100vh - 300px);
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    min-height: 105px;
}

.bfi285zaq4gl-clicker-send-msg {
    border-radius: 0px 30px 30px 0px;
    flex-shrink: 0;
    padding: 16px 20px 16px 15px;
    border: none;
    outline: 0;
    -webkit-appearance: none;
    height: 55px;
    cursor: pointer;
    background: linear-gradient(90deg, #ED1448 0%, #FE7B7B 100%);
}

.bfi285zaq4gl-page-chat .bfi285zaq4gl-info {
    width: 100%;
}

.bfi285zaq4gl-page-chat .bfi285zaq4gl-has-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 120px;
    margin: 0;
    cursor: pointer;
}

.bfi285zaq4gl-page-chat .modal .bfi285zaq4gl-has-icon {
    max-width: inherit;
    width: 100%;
    cursor: pointer;
}

.bfi285zaq4gl-page-chat .bfi285zaq4gl-has-icon span {
    margin: 0 5px;
}

.bfi285zaq4gl-page-chat .bfi285zaq4gl-name {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.bfi285zaq4gl-bar {
    width: 100%;
    margin-bottom: 20px;
}

.bfi285zaq4gl-bar form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bfi285zaq4gl-bar .bfi285zaq4gl-form-control {
    border-radius: 30px 0 0 30px;
    margin: 0;
}

.bfi285zaq4gl-page-chat .bfi285zaq4gl-form-control {
    border-radius: 8px 0 0 8px;
}

.bfi285zaq4gl-chat-message {
    -webkit-animation: slide-in-bottom-5 0.5s 0.2s both;
    animation: slide-in-bottom-5 0.5s 0.2s both;
    background-color: #fe6f58;
    border-radius: 15px 15px 0px 15px;
    color: #fff;
    display: block;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    margin-left: auto;
}

.bfi285zaq4gl-chat-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 400px;
}

.bfi285zaq4gl-chat-masthead {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.bfi285zaq4gl-chat-masthead .bfi285zaq4gl-clicker-wrap {
    margin-left: auto;
}

.bfi285zaq4gl-chat-masthead .bfi285zaq4gl-clicker-wrap .bfi285zaq4gl-clicker:first-child {
    margin-bottom: 10px;
}

.bfi285zaq4gl-chat-masthead img {
    max-width: 60px;
    border-radius: 40px;
    margin-right: 10px;
}

.bfi285zaq4gl-chat-masthead .bfi285zaq4gl-name {
    font-size: 22px;
}

.bfi285zaq4gl-chat-masthead .bfi285zaq4gl-clicker {
    max-width: 140px;
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
    justify-content: center;
}

@keyframes slide-in-bottom-5 {
    0% {
        transform: translateY(5px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* modal */
.modal-backdrop {
    z-index: 11 !important;
    background: rgba(0, 0, 0, 0.8);
}

.modal .modal-content {
    margin: 100px 15px 30px;
    padding: 20px;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
}

.modal .modal-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 15px;
}

.modal .bfi285zaq4gl-clicker:not(.bfi285zaq4gl-clicker-close) {
    margin-top: 15px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-block .bfi285zaq4gl-clicker-wrap {
    display: flex;
    justify-content: space-between;
}

.modal-block .bfi285zaq4gl-clicker-wrap .bfi285zaq4gl-clicker {
    width: 45%;
    margin-top: 0;
}

.modal p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
}

.modal .bfi285zaq4gl-note {
    font-size: 12px;
}

.modal .bfi285zaq4gl-note a {
    color: #fed201;
}

.modal .bfi285zaq4gl-clicker-close {
    width: 16px;
    height: 16px;
    position: absolute;
    background: none;
    border-radius: 0;
    right: 15px;
    top: 15px;
    display: block;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.modal .bfi285zaq4gl-clicker-close:before,
.modal .bfi285zaq4gl-clicker-close:after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #fff;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    will-change: transform;
    transform-origin: left center;
    width: 22px;
}

.modal .bfi285zaq4gl-clicker-close:before {
    transform: rotate(45deg);
    top: 0;
    width: 22px;
}

.modal .bfi285zaq4gl-clicker-close:after {
    transform: rotate(-45deg);
    top: 16px;
    width: 22px;
}

.modal .modal-img img {
    margin: auto;
    margin-bottom: 15px;
}

.modal--sm .modal-content {
    padding: 20px 15px 30px;
}

.modal-verifying .modal-content {
    background-color: #000;
    margin-top: 50px;
}

.modal-verifying .bfi285zaq4gl-list-show li {
    color: #fff;
    padding-left: 0;
}

.modal-verifying .bfi285zaq4gl-list-show li:before {
    display: none;
}

.modal-agree .modal-content {
    padding: 20px 0 0;
}

.modal-agree p {

    padding-bottom: 20px;
    padding: 0 20px 20px;
}

.modal-agree .bfi285zaq4gl-clicker {
    display: block;
    max-width: 100%;
    margin-top: 0 !important;
    border-radius: 0;
    background: #fff;
    border-top: 1px solid #BCCDDB;
    box-sizing: border-box;
    color: #1a1a1a;
}

.modal-agree .bfi285zaq4gl-clicker:last-child {
    border-radius: 0 0 10px 10px;
}

@media only screen and (min-width: 576px) {
    .bfi285zaq4gl-form-row {
        max-width: none;
    }
}

/* motions */
.bfi285zaq4gl-motion-enclosure {
    width: 100%;
    max-width: 600px;
}

.bfi285zaq4gl-motion {
    display: none;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 0;
}

.bfi285zaq4gl-motion.active {
    display: block;
}

.bfi285zaq4gl-motion-first .bfi285zaq4gl-subheading {
    color: #fff;
}

/* text pages */
.bfi285zaq4gl-page-terms-info {
    max-width: 586px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.bfi285zaq4gl-page-terms-info .bfi285zaq4gl-wrapper {
    max-width: 960px;
}

.bfi285zaq4gl-page-terms-info .bfi285zaq4gl-subheading {
    font-weight: bold;
    margin: 25px 0 15px;
    font-size: 20px;
    padding: 0;
    text-align: left;
}

.bfi285zaq4gl-page-terms-info h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 15px;
}

.bfi285zaq4gl-page-terms-info h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 25px 0 15px;
}

.bfi285zaq4gl-page-terms-info p {
    margin-bottom: 12px;
}

.bfi285zaq4gl-page-terms-info a {
    color: #fd4e68;
}

.bfi285zaq4gl-page-terms-info a:hover {
    text-decoration: underline;
}

.bfi285zaq4gl-page-terms-info ol {
    margin: 21px 0 21px 15px;
    list-style: decimal;
    list-style-position: inside;
}

.bfi285zaq4gl-page-terms-info ul {
    margin: 15px 0;
    padding-left: 10px;
    list-style: disc;
    list-style-position: inside;
}

.bfi285zaq4gl-page-terms-info li {
    margin-top: 12px;
}

.bfi285zaq4gl-page-terms-info li+li {
    margin-top: 12px;
}

/* select2 */
.select2 {
    display: block;
    border-radius: 30px;
    border: double 2px transparent;
    background-image: linear-gradient(#3A3A3A, #3A3A3A), linear-gradient(180deg, #FE3177 0%, #F67363 91.98%, #F57961 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.select2-container .select2-selection--single {
    height: 51px;
    border-radius: 5px;
    background: transparent;
}

.select2-container--default .select2-selection--single {
    border-radius: 30px;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    line-height: 20px;
    color: #525660;
    background: transparent;
    border-radius: 30px;
    height: 51px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 0 22px;
    background: linear-gradient(180deg, #ED2184 0%, #F5A729 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #525660;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    white-space: inherit;
    height: 46px;
}

.select2-results__option {
    font-size: 18px;
    color: #ffffff;
    padding: 12px 22px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    border-bottom: 1px solid #ffffff;
}

.select2-results__option:last-child {
    border: none;
    padding-bottom: 15px;
}

.select2-container--default .select2-results>.select2-results__options {
    padding: 0;
    max-height: 210px;
}

.select2-dropdown {
    border: none;
    border-radius: 0 0 20px 20px;
    background-color: #3a3a3a;
}

.select2-container--open .select2-dropdown--above {
    border-radius: 20px 20px 0 0 ;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #525660;
    background: linear-gradient(180deg, #ED2184 0%, #F5A729 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 21px;
    right: 22px;
    width: 12px;
    height: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 0;
    left: 0;
    margin-left: 0;
    background: url(../images/icons/arrow-select-bfi285zaq4gl.svg) no-repeat;
    width: 12px;
    height: 7px;
}

.select2-container--open:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 33px;
    background: #3a3a3a;
    height: 20px;
    z-index: -1;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0;
    transform: rotateZ(180deg);
}