.esq-wrap.esq-frontend {
    background: #dce9eb;
    border-radius: 24px;
    padding: 74px 32px 76px;
    font-family: 'Epilogue';
}
.esq-wrap button 
{
	font-family: 'Epilogue';
}

.esq-wrap.esq-frontend *,
.esq-wrap.esq-frontend *::before,
.esq-wrap.esq-frontend *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.esq-wrap.esq-frontend .esq-box {
    max-width: 910px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.esq-wrap.esq-frontend .esq-header {
    text-align: center;
    width: 100%;
    margin-bottom: 52px;
}

.esq-wrap.esq-frontend .esq-eyebrow {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 25%;
    text-transform: uppercase;
    color: #32454f;
    margin-bottom: 10px;
	font-style: italic;
}

.esq-wrap.esq-frontend .esq-title {
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -.02em;
    color: #152137;
    margin-bottom: 16px;
    font-family: inherit;
}

.esq-wrap.esq-frontend .esq-title em {
    font-style: normal;
    color: #E80773;
}

.esq-wrap.esq-frontend .esq-subtitle {
    font-size: 18px;
    color: #121C28;
    line-height: 30px;
    margin-bottom: 28px;
 
    font-weight: 400;
}

.esq-wrap.esq-frontend .esq-progress-wrap {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.esq-wrap.esq-frontend .esq-track {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, .55);
    border-radius: 99px;
    overflow: hidden;
    margin-bottom: 8px;
}

.esq-wrap.esq-frontend .esq-bar {
    height: 100%;
    width: 33.33%;
    background: #E80773;
    border-radius: 99px;
    transition: width .45s cubic-bezier(.4, 0, .2, 1);
}

.esq-wrap.esq-frontend .esq-progress-lbl {
    font-size: 12px;
    font-weight: 600;
    color: #5a7a7c;
    text-align: center;
    letter-spacing: .04em;
}

.esq-wrap.esq-frontend .esq-q {
    display: none;
    width: 100%;
    text-align: center;
}

.esq-wrap.esq-frontend .esq-q.esq-active {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: esqSlide .32s cubic-bezier(.4, 0, .2, 1);
}

@keyframes esqSlide {
    from {
        opacity: 0;
        transform: translateX(24px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.esq-wrap.esq-frontend .esq-q-text {
    font-size: 24px;
    font-weight: 600;
    color: #121C28;
    line-height: 28px;
    margin-bottom: 24px;
    text-align: left;
    width: 100%;
}

.esq-wrap.esq-frontend .esq-opts {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    margin-bottom: 40px;
}

.esq-wrap.esq-frontend .esq-opt {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 18px 18px;
    cursor: pointer;
    text-align: left;
    outline: none;
    transition: border-color .18s, box-shadow .18s, background .18s, transform .15s, opacity .15s;
}

.esq-wrap.esq-frontend .esq-opt:hover {
    border-color: rgba(233, 30, 140, .25);
    box-shadow: 0 4px 14px rgba(21, 33, 55, .08);
    transform: translateY(-1px) scale(1.002);
}

.esq-wrap.esq-frontend .esq-opt.esq-sel {
    border-color: #E80773;
    background: #fff;
    box-shadow: 0 4px 20px rgba(233, 30, 140, .18);
    transform: translateY(-1px);
}

.esq-wrap.esq-frontend .esq-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: #E80773;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    transition: transform .2s, background .2s;
    flex-shrink: 0;
	padding-top: 3px;
}

.esq-wrap.esq-frontend .esq-opt:hover .esq-badge {
    transform: scale(1.08);
}

.esq-wrap.esq-frontend .esq-opt.esq-sel .esq-badge {
    transform: scale(1.12);
    background: #c9166e;
}

.esq-wrap.esq-frontend .esq-opt-text {
    font-size: 20px;
    font-weight: 500;
    color: #060710;
    line-height: 27.04px;
    flex: 1;
	
	 white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    min-width: 0;
}

.esq-wrap.esq-frontend .esq-tick {
    opacity: 0;
    transform: scale(.6);
    flex-shrink: 0;
    transition: opacity .2s, transform .2s;
	
	
}

.esq-wrap.esq-frontend .esq-opt.esq-sel .esq-tick {
    opacity: 1;
    transform: scale(1);
	margin-bottom: -6px;
}

.esq-wrap.esq-frontend .esq-foot {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    width: 100%;
}

.esq-wrap.esq-frontend .esq-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #E80773;
    color: #fff;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    padding: 12px 16px;
	padding-bottom: 10px;
    border-radius: 62px;
    border: none;
	
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s, transform .15s, box-shadow .2s;
}

.esq-wrap.esq-frontend .esq-btn-primary:hover:not(:disabled) {
    background: #c9166e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(233, 30, 140, .3);
}

.esq-wrap.esq-frontend .esq-btn-primary:disabled {
    opacity: .38;
    cursor: not-allowed;
}

.esq-wrap.esq-frontend .esq-cont {
    min-width: 110px;
}

.esq-wrap.esq-frontend .esq-btn-ghost {
    background: transparent;
    border: none;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    color: #5a7a7c;
    cursor: pointer;
    padding: 14px 4px;
    transition: color .2s;
}

.esq-wrap.esq-frontend .esq-btn-ghost:hover {
    color: #1a1a2e;
}

.esq-wrap.esq-frontend .esq-result {
    display: none;
    width: 100%;
}

.esq-wrap.esq-frontend .esq-result.esq-active {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
     animation: esqSlide .32s cubic-bezier(.4, 0, .2, 1);
}

@keyframes esqSlide {
    from {
        opacity: 0;
        transform: translateX(24px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.esq-wrap.esq-frontend .esq-result-icon {
    margin-bottom: 20px;
    animation: esqPop .5s .1s cubic-bezier(.34, 1.56, .64, 1) both;
}

@keyframes esqPop {
    from {
        opacity: 0;
        transform: scale(.4);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.esq-wrap.esq-frontend .esq-congrats {
    font-family: inherit;
    font-size: 52px;
    font-weight: 600;
    color: #121C28;
    line-height: 59px;
    margin-bottom: 10px;
}

.esq-wrap.esq-frontend .esq-result-sub {
    font-size: 24px;
    font-weight: 400;
    color: #121C28;
    margin-bottom: 42px;
    line-height: 38px;
}

.esq-wrap.esq-frontend .esq-persona {
    font-size: 18px;
    font-style: italic;
    color: #121C28;
    letter-spacing: 25%;
    margin-bottom: 10px;
    line-height: 24px;
}

.esq-wrap.esq-frontend .esq-result-title {
    font-family: inherit;
    font-size: 42px;
    font-weight: 600;
    color: #E80773;
    line-height: 1.2;
    margin-bottom: 10px;
}

.esq-wrap.esq-frontend .esq-result-desc {
    font-size: 18px;
    font-weight: 400;
    color: #121C28;
    line-height: 30px;
    max-width: 580px;
    margin: 0 auto 42px;
}

.esq-wrap.esq-frontend .esq-result-cta {
    min-width: 220px;
    padding: 16px 36px;
    margin-bottom: 20px;
    color: #fff !important;
    text-decoration: none !important;
}

.esq-wrap.esq-frontend .esq-result-cta:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.esq-wrap.esq-frontend .esq-retake {
    background: none;
    border: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    color: #7a9a9c;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0;
    transition: color .2s;
}

.esq-wrap.esq-frontend .esq-retake:hover {
    color: #1a1a2e;
}

@media (max-width: 700px) {
    .esq-wrap.esq-frontend {
        padding: 36px 16px 48px;
        border-radius: 16px;
    }

    .esq-wrap.esq-frontend .esq-header {
        margin-bottom: 32px;
    }

    .esq-wrap.esq-frontend .esq-eyebrow {
        font-size: 11px;
        letter-spacing: .18em;
        margin-bottom: 8px;
    }

    .esq-wrap.esq-frontend .esq-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .esq-wrap.esq-frontend .esq-subtitle {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .esq-wrap.esq-frontend .esq-q-text {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .esq-wrap.esq-frontend .esq-opts {
        gap: 16px;
        margin-bottom: 28px;
    }

    .esq-wrap.esq-frontend .esq-opt {
        padding: 14px;
        gap: 10px;
    }

    .esq-wrap.esq-frontend .esq-opt-text {
        font-size: 16px;
        line-height: 22px;
		 white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    min-width: 0;
    }

    .esq-wrap.esq-frontend .esq-badge {
		padding-top: 3px;
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 14px;
    }

    .esq-wrap.esq-frontend .esq-foot {
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 10px;
    }

    .esq-wrap.esq-frontend .esq-cont {
        width: 100%;
    }

    .esq-wrap.esq-frontend .esq-btn-primary {
        width: 100%;
        font-size: 15px;
        padding: 14px;
    }

    .esq-wrap.esq-frontend .esq-btn-ghost {
        font-size: 13px;
        padding: 10px 0;
        text-align: center;
    }

    .esq-wrap.esq-frontend .esq-congrats {
        font-size: 34px;
        line-height: 40px;
    }

    .esq-wrap.esq-frontend .esq-result-sub {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 28px;
    }

    .esq-wrap.esq-frontend .esq-persona {
        font-size: 14px;
        line-height: 20px;
    }

    .esq-wrap.esq-frontend .esq-result-title {
        font-size: 28px;
        line-height: 34px;
    }

    .esq-wrap.esq-frontend .esq-result-desc {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 28px;
    }

    .esq-wrap.esq-frontend .esq-result-cta {
        width: 100%;
        padding: 14px;
    }
}