/* Functions */
.ui-upload-field-root__9zJP1D:nth-child(n + 2) {
    margin-top: 20px;
}
.ui-upload-field-root__9zJP1D .ui-upload-field-title__EoM0Dl {
    margin: 0 0 8px;
}
.ui-upload-field-root__9zJP1D label {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    height: 50px;
    padding: 2px;
    border: 3px solid var(--pb-color-primary-75);
    border-radius: 30px;
}
.ui-upload-field-root__9zJP1D label .ui-upload-field-button__P2guPf {
    flex-shrink: 0;
    width: 150px;
    height: 40px;
}
@media (max-width: 959.98px) {
    .ui-upload-field-root__9zJP1D label .ui-upload-field-button__P2guPf {
        width: 100px;
        font-size: 18px;
    }
}
.ui-upload-field-root__9zJP1D label input[type='file'] {
    display: none;
}
.ui-upload-field-root__9zJP1D label .ui-upload-field-text__B7W_YC {
    color: var(--pb-color-primary-50);
    font-size: 18px;
    line-height: 120%;
    font-style: normal;
}
.ui-upload-field-root__9zJP1D .ui-upload-field-error__2NBk1F {
    color: var(--pb-color-red);
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    font-style: normal;
    padding: 0 15px;
}
/* Functions */
.ui-tooltip-root__pOqL1p {
    position: relative;
}
.ui-tooltip-root__pOqL1p .ui-tooltip-trigger__Sls8iV.ui-tooltip-primary__Nad63r {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    flex-wrap: nowrap;
    color: var(--pb-color-primary-50);
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.36px;
}
@media (max-width: 959.98px) {
    .ui-tooltip-root__pOqL1p .ui-tooltip-trigger__Sls8iV.ui-tooltip-primary__Nad63r {
        font-size: 14px;
        letter-spacing: 0;
    }
}
.ui-tooltip-root__pOqL1p .ui-tooltip-trigger__Sls8iV.ui-tooltip-primary__Nad63r.ui-tooltip-active__UFnTyu {
    color: var(--pb-color-accent);
}
.ui-tooltip-root__pOqL1p .ui-tooltip-trigger__Sls8iV.ui-tooltip-primary__Nad63r svg {
    width: 12px;
    height: 16px;
    transition: 0.3s;
}
.ui-tooltip-root__pOqL1p .ui-tooltip-trigger__Sls8iV.ui-tooltip-primary__Nad63r[data-tooltip-trigger-active] svg {
    transform: rotate(180deg);
}
.ui-tooltip-root__pOqL1p .ui-tooltip-body___IrtSZ {
    position: absolute;
    z-index: 200;
    display: none;
    padding: 2px 10px;
    scrollbar-width: thin;
    background: var(--pb-color-base);
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 var(--pb-color-box-shadow);
}
body.darkmode .ui-tooltip-root__pOqL1p .ui-tooltip-body___IrtSZ {
    scrollbar-color: var(--pb-color-primary-20) rgba(0, 0, 0, 0);
    border: 3px solid var(--pb-color-primary-20);
}
.ui-tooltip-root__pOqL1p .ui-tooltip-body___IrtSZ::before {
    position: absolute;
    top: calc(-1 * var(--position-offset));
    right: 0;
    left: 0;
    height: var(--position-offset);
    content: '';
}
.ui-tooltip-root__pOqL1p .ui-tooltip-body___IrtSZ[data-tooltip-position='top']::before {
    top: unset;
    bottom: calc(-1 * var(--position-offset));
}
.ui-tooltip-root__pOqL1p .ui-tooltip-body___IrtSZ.ui-tooltip-primary__Nad63r {
    min-width: 134px;
    padding: 8px 0;
    text-align: center;
}
.ui-tooltip-root__pOqL1p .ui-tooltip-body___IrtSZ.ui-tooltip-primary__Nad63r ul li a {
    color: var(--pb-color-primary-50);
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    display: block;
    padding: 7px 15px;
    color: var(--pb-color-primary);
    text-transform: uppercase;
    letter-spacing: 0.36px;
}
@media (max-width: 959.98px) {
    .ui-tooltip-root__pOqL1p .ui-tooltip-body___IrtSZ.ui-tooltip-primary__Nad63r ul li a {
        font-size: 14px;
        letter-spacing: 0;
    }
}
.ui-tooltip-root__pOqL1p .ui-tooltip-body___IrtSZ.ui-tooltip-primary__Nad63r ul li a.ui-tooltip-active__UFnTyu {
    color: var(--pb-color-accent);
}
.ui-tooltip-root__pOqL1p .ui-tooltip-body___IrtSZ.ui-tooltip-primary__Nad63r ul li a:hover {
    color: var(--pb-color-accent);
    background-color: var(--pb-color-quaternary);
}
body.darkmode .ui-tooltip-root__pOqL1p .ui-tooltip-body___IrtSZ.ui-tooltip-primary__Nad63r ul li a:hover {
    color: inherit;
    background-color: var(--pb-color-primary-20);
}
.ui-tooltip-root__pOqL1p .ui-tooltip-body___IrtSZ.ui-tooltip-secondary__lJz_ty {
    min-width: 180px;
    padding: 20px;
}
.ui-tooltip-root__pOqL1p .ui-tooltip-body___IrtSZ.ui-tooltip-secondary__lJz_ty ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-wrap: wrap;
}
.ui-tooltip-root__pOqL1p .ui-tooltip-body___IrtSZ.ui-tooltip-secondary__lJz_ty ul li a {
    line-height: 120%;
}
.ui-tooltip-root__pOqL1p .ui-tooltip-body___IrtSZ.ui-tooltip-simple__k3kwY5 {
    color: var(--pb-color-primary);
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
/* Functions */
.ui-textarea-root__4krXw9 {
    color: var(--pb-color-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    font-style: normal;
    display: block;
    width: 100%;
    padding: 12px 18px;
    resize: none;
    outline: none;
    scrollbar-width: thin;
    background-color: transparent;
    border: 3px solid var(--pb-color-primary-75);
    border-radius: 30px;
    transition: 0.2s;
}
body.darkmode .ui-textarea-root__4krXw9 {
    scrollbar-color: var(--pb-color-primary-20) rgba(0, 0, 0, 0);
}
.ui-textarea-root__4krXw9::-moz-placeholder {
    color: var(--pb-color-primary-50);
}
.ui-textarea-root__4krXw9::placeholder {
    color: var(--pb-color-primary-50);
}
.ui-textarea-root__4krXw9:hover:not([readonly]) {
    border-color: var(--pb-color-link-hover);
}
.ui-textarea-root__4krXw9:active:not([readonly]),
.ui-textarea-root__4krXw9:focus:not([readonly]) {
    border-color: var(--pb-color-link-active);
}
.ui-textarea-root__4krXw9.error {
    border-color: var(--pb-color-red);
}
.ui-text-root__ZkCuFK {
    font-weight: 400;
}

.ui-text-sm__452GlI {
    font-size: 14px;
    line-height: 150%;
}

.ui-text-md__xx4iLH {
    font-size: 18px;
    line-height: 160%;
}

.ui-text-uppercase__x9crLp {
    text-transform: uppercase;
}

.ui-text-capitalize__QDIi_v {
    text-transform: capitalize !important;
}

.ui-text-bold__NmZm1L {
    font-weight: 700;
}
/* Functions */
.ui-tabs-root__zpRMHr .ui-tabs-list__9gV2z5[data-tabs-align='start'] {
    justify-content: flex-start;
}
.ui-tabs-root__zpRMHr .ui-tabs-list__9gV2z5[data-tabs-align='center'] {
    justify-content: center;
}
.ui-tabs-root__zpRMHr .ui-tabs-list__9gV2z5[data-tabs-align='end'] {
    justify-content: flex-end;
}
.ui-tabs-root__zpRMHr .ui-tabs-list__9gV2z5 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ui-tabs-root__zpRMHr .ui-tabs-list__9gV2z5 .ui-tabs-trigger___QdznM {
    color: var(--pb-color-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    font-style: normal;
    padding: 4px 8px;
    color: var(--pb-color-primary);
    cursor: pointer;
    background-color: var(--pb-color-primary-10);
    border-radius: 8px;
    transition: 0.2s;
}
.ui-tabs-root__zpRMHr .ui-tabs-list__9gV2z5 .ui-tabs-trigger___QdznM:hover {
    color: var(--pb-color-white);
    background-color: var(--pb-color-link-hover);
}
.ui-tabs-root__zpRMHr .ui-tabs-list__9gV2z5 .ui-tabs-trigger___QdznM:focus {
    color: var(--pb-color-white);
    background-color: var(--pb-color-link-active);
}
.ui-tabs-root__zpRMHr .ui-tabs-list__9gV2z5 .ui-tabs-trigger___QdznM[data-active='true'] {
    color: var(--pb-color-white);
    background-color: var(--pb-color-accent);
}
.ui-tabs-root__zpRMHr .ui-tabs-content__DEYG8j {
    margin: 20px 0 0;
}
.ui-tabs-root__zpRMHr .ui-tabs-content__DEYG8j .ui-tabs-item__QuDnO_ {
    display: none;
}
.ui-tabs-root__zpRMHr .ui-tabs-content__DEYG8j .ui-tabs-item__QuDnO_[data-visible='true'] {
    display: block;
}
/* Functions */
.ui-separator-root__Jx1ODk {
    height: 3px;
}

.ui-separator-primary__nVN4T6 {
    background-color: var(--pb-color-primary-10);
}

.ui-separator-secondary__MqJ_7X {
    background-color: var(--pb-color-primary-20);
}
/* Functions */
.ui-radio-root__aQvqev {
    position: relative;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: var(--pb-color-base);
    border: 3px solid var(--pb-color-primary-50);
    border-radius: 50%;
}
.ui-radio-root__aQvqev::before {
    position: absolute;
    inset: 0;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    content: '';
    background-color: var(--pb-color-link-hover);
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
}
.ui-radio-root__aQvqev:checked:active::before,
.ui-radio-root__aQvqev:checked:focus::before {
    background-color: var(--pb-color-link-active);
}
.ui-radio-root__aQvqev:checked::before {
    opacity: 1;
}
/* Functions */
.ui-radio-group-root___XI3xe {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    flex-wrap: nowrap;
}
.ui-radio-group-root___XI3xe label {
    line-height: 120%;
    cursor: pointer;
}
/* Functions */
.ui-popover-root__LEzQoU {
    position: relative;
}
.ui-popover-root__LEzQoU .ui-popover-trigger__W3pThY.ui-popover-primary__eu2M_t {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    flex-wrap: nowrap;
    color: var(--pb-color-primary-50);
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.36px;
}
@media (max-width: 959.98px) {
    .ui-popover-root__LEzQoU .ui-popover-trigger__W3pThY.ui-popover-primary__eu2M_t {
        font-size: 14px;
        letter-spacing: 0;
    }
}
.ui-popover-root__LEzQoU .ui-popover-trigger__W3pThY.ui-popover-primary__eu2M_t.ui-popover-active__0YMpaX {
    color: var(--pb-color-accent);
}
.ui-popover-root__LEzQoU .ui-popover-trigger__W3pThY.ui-popover-primary__eu2M_t svg {
    width: 12px;
    height: 16px;
    transition: 0.3s;
}
.ui-popover-root__LEzQoU .ui-popover-trigger__W3pThY.ui-popover-primary__eu2M_t[data-tooltip-trigger-active] svg,
.ui-popover-root__LEzQoU .ui-popover-trigger__W3pThY.ui-popover-primary__eu2M_t[data-popover-trigger-active] svg {
    transform: rotate(180deg);
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8 {
    position: absolute;
    z-index: 200;
    display: none;
    padding: 2px 10px;
    scrollbar-width: thin;
    background: var(--pb-color-base);
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 var(--pb-color-box-shadow);
}
body.darkmode .ui-popover-root__LEzQoU .ui-popover-body__TFDWB8 {
    scrollbar-color: var(--pb-color-primary-20) rgba(0, 0, 0, 0);
    border: 3px solid var(--pb-color-primary-20);
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8::before {
    position: absolute;
    top: calc(-1 * var(--position-offset));
    right: 0;
    left: 0;
    height: var(--position-offset);
    content: '';
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-primary__eu2M_t {
    min-width: 134px;
    padding: 8px 0;
    text-align: center;
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-primary__eu2M_t ul li a {
    color: var(--pb-color-primary-50);
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    display: block;
    padding: 7px 15px;
    color: var(--pb-color-primary);
    text-transform: uppercase;
    letter-spacing: 0.36px;
}
@media (max-width: 959.98px) {
    .ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-primary__eu2M_t ul li a {
        font-size: 14px;
        letter-spacing: 0;
    }
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-primary__eu2M_t ul li a.ui-popover-active__0YMpaX {
    color: var(--pb-color-accent);
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-primary__eu2M_t ul li a:hover {
    color: var(--pb-color-accent);
    background-color: var(--pb-color-quaternary);
}
body.darkmode .ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-primary__eu2M_t ul li a:hover {
    color: inherit;
    background-color: var(--pb-color-primary-20);
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-secondary__OHq7sN {
    min-width: 180px;
    padding: 20px;
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-secondary__OHq7sN ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-wrap: wrap;
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-secondary__OHq7sN ul li a {
    line-height: 120%;
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-tertiary__wUhRmI {
    min-width: 182px;
    max-width: 280px;
    padding: 8px 0;
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-tertiary__wUhRmI ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-wrap: wrap;
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-tertiary__wUhRmI ul li {
    width: 100%;
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-tertiary__wUhRmI ul li a {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
    padding: 6px 8px;
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-tertiary__wUhRmI ul li a:hover {
    color: var(--pb-color-primary);
    background-color: var(--pb-color-primary-10);
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-tertiary__wUhRmI ul li a:active,
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-tertiary__wUhRmI ul li a:focus {
    color: var(--pb-color-primary);
}
@media (max-width: 959.98px) {
    .ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-tertiary__wUhRmI ul li a {
        font-size: 14px;
    }
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-tertiary__wUhRmI ul li a svg {
    width: 24px;
    height: 24px;
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f {
    width: 82px;
    padding: 10px 0;
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f ul li {
    width: 100%;
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f ul li a {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    flex-wrap: nowrap;
    padding: 4px 10px;
    color: var(--pb-color-primary);
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f ul li a:hover {
    color: var(--pb-color-primary);
    background-color: var(--pb-color-primary-10);
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f ul li a svg {
    width: 14px;
    height: 12px;
    color: var(--pb-color-primary-50);
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f ul li a i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-es],
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-en],
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-fr],
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-br],
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-de],
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-it],
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-zh],
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-ja],
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-ru],
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-tr] {
    background-position: center;
    background-size: contain;
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-es] {
    background-image: url('/static/v2/images/icons/languages/es.png');
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-en] {
    background-image: url('/static/v2/images/icons/languages/en.png');
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-fr] {
    background-image: url('/static/v2/images/icons/languages/fr.png');
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-br] {
    background-image: url('/static/v2/images/icons/languages/br.png');
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-de] {
    background-image: url('/static/v2/images/icons/languages/de.png');
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-it] {
    background-image: url('/static/v2/images/icons/languages/it.png');
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-zh] {
    background-image: url('/static/v2/images/icons/languages/zh.png');
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-ja] {
    background-image: url('/static/v2/images/icons/languages/ja.png');
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-ru] {
    background-image: url('/static/v2/images/icons/languages/ru.png');
}
.ui-popover-root__LEzQoU .ui-popover-body__TFDWB8.ui-popover-language__3_M_4f [data-flag-tr] {
    background-image: url('/static/v2/images/icons/languages/tr.png');
}
/* Functions */
.ui-password-root__4LR3vm {
    position: relative;
}
.ui-password-root__4LR3vm button {
    position: absolute;
    top: 15px;
    right: 15px;
    color: var(--pb-color-primary-75);
}
.ui-password-root__4LR3vm button:hover {
    color: var(--pb-color-accent);
}
.ui-password-root__4LR3vm button svg {
    width: 20px;
    height: 20px;
}
/* Functions */
.ui-input-root__D9S4LL {
    color: var(--pb-color-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    font-style: normal;
    width: 100%;
    padding: 0 18px;
    outline: none;
    background-color: transparent;
    border: 3px solid var(--pb-color-primary-75);
    border-radius: 30px;
    transition: 0.2s;
}
.ui-input-root__D9S4LL::-moz-placeholder {
    color: var(--pb-color-primary-50);
}
.ui-input-root__D9S4LL::placeholder {
    color: var(--pb-color-primary-50);
}
.ui-input-root__D9S4LL:hover:not([readonly]) {
    border-color: var(--pb-color-link-hover);
}
.ui-input-root__D9S4LL:active:not([readonly]),
.ui-input-root__D9S4LL:focus:not([readonly]) {
    border-color: var(--pb-color-link-active);
}
.ui-input-root__D9S4LL[data-disabled] {
    pointer-events: none;
}
.ui-input-root__D9S4LL.error {
    border-color: var(--pb-color-red);
}

.ui-input-md__n7V4Dp {
    height: 40px;
}

.ui-input-lg__FSRqNo {
    height: 50px;
}
/* Functions */
.ui-icon-button-root__i6_7Jy {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 50%;
}

.ui-icon-button-sm__wwq3MO {
    width: 20px;
    height: 20px;
}

.ui-icon-button-md__lTJIRp {
    width: 40px;
    height: 40px;
}

.ui-icon-button-xl__79tXB5 {
    width: 50px;
    height: 50px;
}
/* Functions */
.ui-heading-root__ZH7pFC {
    padding: 0;
    margin: 0;
    font-family: var(--font-londrina);
}

.ui-heading-h1__0HdXaM {
    color: var(--pb-color-primary);
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    font-style: normal;
    letter-spacing: 0.72px;
}
@media (max-width: 1319.98px) {
    .ui-heading-h1__0HdXaM {
        font-size: 26px;
        letter-spacing: 0.52px;
    }
}

.ui-heading-h2__iiURwg {
    color: var(--pb-color-primary);
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.56px;
}
@media (max-width: 1319.98px) {
    .ui-heading-h2__iiURwg {
        font-size: 22px;
        letter-spacing: 0.44px;
    }
}

.ui-heading-h3__K4VWRP {
    color: var(--pb-color-primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    font-style: normal;
    font-family: var(--font-roboto);
}
@media (max-width: 1319.98px) {
    .ui-heading-h3__K4VWRP {
        font-size: 18px;
    }
}

.ui-heading-h4__jBUf7_ {
    color: var(--pb-color-primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    font-style: normal;
    font-family: var(--font-roboto);
}

.ui-heading-sm__hhpWcC {
    color: var(--pb-color-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    font-family: var(--font-roboto);
    text-transform: uppercase;
    letter-spacing: 0.36px;
}

.ui-heading-md__IP6La0 {
    color: var(--pb-color-primary);
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    font-style: normal;
    font-family: var(--font-londrina);
    letter-spacing: 0.2px;
}
@media (max-width: 959.98px) {
    .ui-heading-md__IP6La0 {
        font-size: 22px;
    }
}

.ui-heading-lg__d1ku3P {
    color: var(--pb-color-primary);
    font-size: 54px;
    font-weight: 400;
    line-height: 110%;
    font-style: normal;
    letter-spacing: 1.08px;
}
@media (max-width: 1319.98px) {
    .ui-heading-lg__d1ku3P {
        font-size: 34px;
        letter-spacing: 0.68px;
    }
}

.ui-heading-uppercase__NjIl5B {
    text-transform: uppercase;
}
/* Functions */
.ui-field-group-root__Lb9hb8.ui-field-group-captcha__QokTSP.ui-field-group-primary__2F_dGb {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
.ui-field-group-root__Lb9hb8.ui-field-group-captcha__QokTSP.ui-field-group-primary__2F_dGb img {
    width: auto;
    border-radius: 8px;
}
.ui-field-group-root__Lb9hb8.ui-field-group-captcha__QokTSP.ui-field-group-secondary__XTLv_n img {
    margin: 0 0 8px;
    border-radius: 8px;
}
.ui-field-group-root__Lb9hb8 label,
.ui-field-group-root__Lb9hb8 .ui-field-group-label__AUd5rb {
    display: block;
    margin: 0 0 8px;
}
.ui-field-group-root__Lb9hb8 label.ui-field-group-required___p_8FX::after,
.ui-field-group-root__Lb9hb8 .ui-field-group-label__AUd5rb.ui-field-group-required___p_8FX::after {
    content: '*';
}
.ui-field-group-root__Lb9hb8 .ui-field-group-description__davYYQ {
    color: var(--pb-color-primary-50);
    font-size: 14px;
    line-height: 150%;
    font-style: normal;
    margin: 10px 0 0;
}
.ui-field-group-root__Lb9hb8 .ui-field-group-error__5or1VP {
    color: var(--pb-color-red);
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    font-style: normal;
    padding: 0 15px;
}
/* Functions */
.ui-dialog-root__X1rPk6 {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: none;
}

[data-overlay] {
    position: fixed;
    inset: 0;
    z-index: 500;
    display: flex;
    padding: 0 10px;
    background-color: var(--pb-color-primary-50);
    opacity: 0;
    transition: 0.3s;
}
[data-overlay][data-dialog-active] {
    opacity: 1;
}

.ui-dialog-body__vvjapJ {
    position: relative;
    max-height: 90%;
    overflow: auto;
    background: var(--pb-color-base);
    border-radius: 30px;
    box-shadow: 0 4px 20px 0 var(--pb-color-box-shadow);
}
.ui-dialog-body__vvjapJ .ui-dialog-close__5icchQ {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--pb-color-primary-50);
}
@media (max-width: 959.98px) {
    .ui-dialog-body__vvjapJ .ui-dialog-close__5icchQ {
        width: 30px;
        height: 30px;
    }
}
.ui-dialog-body__vvjapJ .ui-dialog-close__5icchQ:hover {
    color: var(--pb-color-primary);
}
.ui-dialog-body__vvjapJ .ui-dialog-close__5icchQ svg {
    width: 100%;
    height: 100%;
}
.ui-dialog-body__vvjapJ .ui-dialog-content__g_yBYC {
    width: 100%;
}
.ui-dialog-body__vvjapJ.ui-dialog-md__6fg2sX {
    max-width: 700px;
    padding: 60px 180px;
}
@media (max-width: 959.98px) {
    .ui-dialog-body__vvjapJ.ui-dialog-md__6fg2sX {
        padding: 60px 80px;
    }
}
.ui-dialog-body__vvjapJ.ui-dialog-lg__CAeTLS {
    max-width: 960px;
    padding: 60px 80px;
}
.ui-dialog-body__vvjapJ.ui-dialog-xl__uFEJRx {
    max-width: 1060px;
    padding: 60px 80px;
}
@media (max-width: 959.98px) {
    .ui-dialog-body__vvjapJ.ui-dialog-xl__uFEJRx {
        padding: 40px 20px;
    }
}
.ui-dialog-body__vvjapJ.ui-dialog-ovh___IqV__ {
    overflow: hidden;
}

.ui-dialog-bottom-line__6aHxLu {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    border-top: 3px solid var(--pb-color-primary-10);
}
.ui-dialog-bottom-line__6aHxLu a {
    color: var(--pb-color-accent);
}
/* Functions */
.ui-checkbox-root__7fNz3t {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    flex-wrap: nowrap;
    cursor: pointer;
    transition: all 0.2s;
}
.ui-checkbox-root__7fNz3t:hover {
    color: var(--pb-color-link-hover);
}
.ui-checkbox-root__7fNz3t:hover input {
    border-color: var(--pb-color-link-hover);
}
.ui-checkbox-root__7fNz3t input {
    flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 4px;
}
.ui-checkbox-root__7fNz3t span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-checkbox-sm__wxpIh8 input {
    width: 16px;
    height: 16px;
    border: 2px solid var(--pb-color-primary-50);
}
.ui-checkbox-sm__wxpIh8 input:checked {
    background-color: var(--pb-color-accent);
    background-image: url("data:image/svg+xml,<svg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_842_84283)'><path d='M5.81655 6.66312L11.9064 0.573298L13.9469 2.61383L5.77926 10.7815L5.6591 10.6613L5.65703 10.6634L0.759766 5.76611L2.83965 3.68623L5.81655 6.66312Z' fill='white'/></g><defs><clipPath id='clip0_842_84283'><rect width='14' height='12' fill='white'/></clipPath></defs></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-color: var(--pb-color-accent);
}

.ui-checkbox-md__xONY4G input {
    position: relative;
    width: 26px;
    height: 26px;
    border: 3px solid var(--pb-color-primary-50);
}
.ui-checkbox-md__xONY4G input:checked::before {
    position: absolute;
    top: -4px;
    left: 1px;
    display: block;
    width: 26px;
    height: 26px;
    content: '';
    background-image: url("data:image/svg+xml,<svg width='26' height='20' viewBox='0 0 26 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.48528 14.1421L22.6274 1.23978e-05L25.4558 2.82844L8.48528 19.799L0 11.3137L2.82843 8.48529L8.48528 14.1421Z' fill='%23FB17A0'/></svg>");
    background-repeat: no-repeat;
}

.ui-checkbox-text-inactive__rAtqqh {
    cursor: default;
}
.ui-checkbox-text-inactive__rAtqqh:hover {
    color: inherit;
}
.ui-checkbox-text-inactive__rAtqqh input {
    cursor: pointer;
}
.ui-checkbox-text-inactive__rAtqqh:hover input {
    color: var(--pb-color-link-hover);
}
.ui-checkbox-text-inactive__rAtqqh:hover input input {
    border-color: var(--pb-color-link-hover);
}
.ui-checkbox-text-inactive__rAtqqh span {
    pointer-events: auto;
    cursor: default;
}
.ui-checkbox-text-inactive__rAtqqh span a {
    cursor: pointer;
}
/* Functions */
.ui-checkbox-list-root__U1q2zE .ui-checkbox-list-trigger__zIxx7N {
    cursor: pointer;
}
.ui-checkbox-list-root__U1q2zE .ui-checkbox-list-body__FtDKb7 {
    padding: 10px;
}
.ui-checkbox-list-root__U1q2zE .ui-checkbox-list-body__FtDKb7 .ui-checkbox-list-list__sXsBve {
    /* TODO: to mixin */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-height: 200px;
    overflow-y: scroll;
}
.ui-checkbox-list-root__U1q2zE .ui-checkbox-list-body__FtDKb7 .ui-checkbox-list-list__sXsBve li {
    font-size: 14px;
    line-height: 150%;
    font-style: normal;
    overflow: hidden;
}
.ui-checkbox-list-root__U1q2zE .ui-checkbox-list-body__FtDKb7 .ui-checkbox-list-list__sXsBve li label {
    display: flex;
    margin: 0;
}
.ui-checkbox-list-root__U1q2zE .ui-checkbox-list-body__FtDKb7 .ui-checkbox-list-search__IFwhkU {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    flex-wrap: nowrap;
    height: 28px;
    padding: 0 7px;
    margin: 10px 0 0;
    border: 2px solid var(--pb-color-primary-50);
    border-radius: 4px;
}
.ui-checkbox-list-root__U1q2zE .ui-checkbox-list-body__FtDKb7 .ui-checkbox-list-search__IFwhkU svg {
    width: 15px;
    height: 15px;
}
.ui-checkbox-list-root__U1q2zE .ui-checkbox-list-body__FtDKb7 .ui-checkbox-list-search__IFwhkU input,
.ui-checkbox-list-root__U1q2zE .ui-checkbox-list-body__FtDKb7 .ui-checkbox-list-search__IFwhkU input:focus,
.ui-checkbox-list-root__U1q2zE .ui-checkbox-list-body__FtDKb7 .ui-checkbox-list-search__IFwhkU input:focus-visible,
.ui-checkbox-list-root__U1q2zE .ui-checkbox-list-body__FtDKb7 .ui-checkbox-list-search__IFwhkU input:hover {
    width: 100%;
    color: var(--pb-color-primary);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background-color: var(--pb-color-base);
    border: 0;
}
/* Functions */
.ui-card-root__0dWeQJ .ui-card-link__KxRw6l {
    display: block;
}
.ui-card-root__0dWeQJ .ui-card-link__KxRw6l:hover .ui-card-image__hRA4hG::before {
    opacity: 1;
}
.ui-card-root__0dWeQJ .ui-card-link__KxRw6l:hover .ui-card-title__igirYJ {
    color: var(--pb-color-link-hover);
}
.ui-card-root__0dWeQJ .ui-card-link__KxRw6l:hover .ui-card-title__igirYJ > span {
    color: var(--pb-color-link-hover);
}
.ui-card-root__0dWeQJ .ui-card-link__KxRw6l:active .ui-card-title__igirYJ {
    color: var(--pb-color-link-active);
}
.ui-card-root__0dWeQJ .ui-card-link__KxRw6l:active .ui-card-title__igirYJ > span {
    color: var(--pb-color-link-active);
}

.ui-card-image__hRA4hG {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}
@media (max-width: 959.98px) {
    .ui-card-image__hRA4hG {
        border-radius: 0;
    }
}
.ui-card-image__hRA4hG::before {
    position: absolute;
    inset: 0;
    z-index: 100;
    pointer-events: none;
    content: '';
    background-color: var(--pb-color-accent-hover);
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.2s;
}
.ui-card-image__hRA4hG .ui-card-thumbnail__8dZcLX {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.ui-card-title__igirYJ {
    display: flex;
    flex-direction: row;
    gap: 6px;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
    transition: 0.2s;
}
.ui-card-title__igirYJ span {
    color: var(--pb-color-accent);
}

.ui-card-info__grVqHq {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 5px 0 0;
    color: var(--pb-color-primary-50);
}
.ui-card-info__grVqHq svg {
    width: 18px;
    height: 18px;
}
.ui-card-info__grVqHq > div {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    flex-wrap: wrap;
}

/* Album */
.ui-card-album__tNMqz0 img {
    border-radius: 8px;
}
.ui-card-album__tNMqz0 .ui-card-related-models__lxVTzP a {
    display: flex;
    flex-direction: row;
    gap: 3px;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.ui-card-album__tNMqz0 .ui-card-amount__PZHxyR {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 0 5px;
    color: var(--pb-color-white);
    background-color: var(--pb-color-primary-50);
    border-radius: 5px;
}
body.darkmode .ui-card-album__tNMqz0 .ui-card-amount__PZHxyR {
    background: rgba(51, 24, 45, 0.5);
}
.ui-card-album__tNMqz0 .ui-card-actions__7mZcbP {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0 0;
}
.ui-card-album__tNMqz0 .ui-card-actions__7mZcbP a,
.ui-card-album__tNMqz0 .ui-card-actions__7mZcbP button {
    padding: 0 12px;
}

/* Models */
.ui-card-model__HSYU48 .ui-card-status-online__qQs6mi {
    color: var(--pb-color-white);
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 8px;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    background-color: var(--pb-color-green);
    border-radius: 0 8px;
}
.ui-card-model__HSYU48 .ui-card-label__6RzMi0 {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: var(--pb-color-primary-button-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    font-style: normal;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    height: 34px;
    letter-spacing: 1.12px;
    background-color: var(--pb-color-accent);
    border-radius: 0 0 8px 8px;
}
@media (max-width: 1319.98px) {
    .ui-card-model__HSYU48 .ui-card-label__6RzMi0 {
        height: 24px;
        font-size: 10px;
    }
}
.ui-card-model__HSYU48 .ui-card-label__6RzMi0 svg {
    width: 16px;
    height: 16px;
}
@media (max-width: 1319.98px) {
    .ui-card-model__HSYU48 .ui-card-label__6RzMi0 svg {
        width: 12px;
        height: 12px;
    }
}
.ui-card-model__HSYU48 .ui-card-label__6RzMi0.ui-card-collab__Ou6Jmr {
    background-color: var(--pb-color-dark-purple);
}
.ui-card-model__HSYU48 .ui-card-title__igirYJ {
    line-height: 110%;
}
@media (max-width: 1559.98px) {
    .ui-card-model__HSYU48 .ui-card-title__igirYJ {
        font-size: 16px;
    }
}
.ui-card-model__HSYU48 .ui-card-info__grVqHq {
    flex-wrap: nowrap;
}

/* Badges */
.ui-card-badge-verified__m80NfP {
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    color: var(--pb-color-accent);
}
.ui-card-badge-verified__m80NfP svg {
    width: 18px;
    height: 18px;
}
@media (max-width: 1559.98px) {
    .ui-card-badge-verified__m80NfP svg {
        width: 16px;
        height: 16px;
    }
}
.ui-card-badge-verified__m80NfP .ui-card-tooltip__MPtI1p {
    color: var(--pb-color-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    position: absolute;
    bottom: 27px;
    z-index: 100;
    visibility: hidden;
    padding: 2px 10px;
    color: var(--pb-color-noir);
    background: var(--pb-color-white);
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 var(--pb-color-box-shadow);
    opacity: 0;
    transition: 0.2s;
}
.ui-card-badge-verified__m80NfP:hover .ui-card-tooltip__MPtI1p {
    visibility: visible;
    opacity: 1;
}

/* Video */
@media (max-width: 619.98px) {
    .ui-card-video__Iv9u1W {
        margin: 0 -20px;
    }
}
.ui-card-video__Iv9u1W .ui-card-link__KxRw6l {
    position: relative;
}
@media (max-width: 619.98px) {
    .ui-card-video__Iv9u1W .ui-card-thumbnail__8dZcLX {
        border-radius: 0;
    }
}
.ui-card-video__Iv9u1W .ui-card-duration__4qO7Wi {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    display: inline-flex;
    padding: 0 5px;
    color: var(--pb-color-white);
    background: var(--pb-color-primary-50);
    border-radius: 5px;
}
body.darkmode .ui-card-video__Iv9u1W .ui-card-duration__4qO7Wi {
    background: rgba(51, 24, 45, 0.5);
}
.ui-card-video__Iv9u1W .ui-card-duration__4qO7Wi .ui-card-pbn-4k__Iilyn5 {
    padding: 0 5px;
    margin: 0 -5px 0 5px;
    font-weight: 700;
    background: var(--pb-color-accent);
    border-radius: 5px;
}
.ui-card-video__Iv9u1W .ui-card-inactive__eCi6Zx {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0 5px;
    color: var(--pb-color-white);
    background: var(--pb-color-primary-50);
    border-radius: 5px;
}
body.darkmode .ui-card-video__Iv9u1W .ui-card-inactive__eCi6Zx {
    background: rgba(51, 24, 45, 0.5);
}
.ui-card-video__Iv9u1W .ui-card-info-wrapper__ZTqGxv {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 7px 0 0;
}
.ui-card-video__Iv9u1W .ui-card-related-models__lxVTzP {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 100%;
    text-transform: capitalize;
}
.ui-card-video__Iv9u1W .ui-card-related-models__lxVTzP a {
    display: flex;
    flex-direction: row;
    gap: 3px;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 100%;
    white-space: nowrap;
}
.ui-card-video__Iv9u1W .ui-card-related-models__lxVTzP svg {
    width: 14px;
    height: 14px;
}
.ui-card-video__Iv9u1W .ui-card-related-models__lxVTzP .ui-card-more__DVBBpo {
    cursor: default;
}
.ui-card-video__Iv9u1W .ui-card-info__grVqHq {
    margin: 0;
}
.ui-card-video__Iv9u1W .ui-card-actions__7mZcbP {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0 0;
}
.ui-card-video__Iv9u1W .ui-card-actions__7mZcbP a,
.ui-card-video__Iv9u1W .ui-card-actions__7mZcbP button {
    padding: 0 12px;
}

/* Post */
.ui-card-post__km2DpN .ui-card-title__igirYJ {
    justify-content: flex-start;
    margin: 12px 0 0;
}
.ui-card-post__km2DpN .ui-card-description__8jx5fE {
    margin: 5px 0 0;
    font-size: 14px;
    color: var(--pb-color-primary-75);
}
/* Functions */
.ui-button-root__Ur6SXw {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: var(--pb-color-null);
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    font-style: normal;
    color: var(--pb-color-white);
}
.ui-button-root__Ur6SXw:hover {
    color: var(--pb-color-white);
}
.ui-button-root__Ur6SXw:active,
.ui-button-root__Ur6SXw:focus {
    color: var(--pb-color-white);
}
.ui-button-root__Ur6SXw {
    padding: 0 10px;
    font-family: var(--font-roboto);
    cursor: pointer;
    background-color: var(--pb-color-primary);
    border-radius: 40px;
    transition: background-color 0.2s ease;
}
@media (max-width: 959.98px) {
    .ui-button-root__Ur6SXw {
        height: 40px;
    }
}
.ui-button-root__Ur6SXw[disabled],
.ui-button-root__Ur6SXw[data-disabled] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

/* Variants */
.ui-button-primary__2SV3dv {
    color: var(--pb-color-primary-button-text);
    background-color: var(--pb-color-primary-button-background);
}
.ui-button-primary__2SV3dv:hover {
    background-color: var(--pb-color-primary-button-background-hover);
}
.ui-button-primary__2SV3dv:active,
.ui-button-primary__2SV3dv:focus {
    background-color: var(--pb-color-primary-button-background-active);
}

.ui-button-secondary__yCHJE2 {
    color: var(--pb-color-secondary-button-text);
    background-color: var(--pb-color-secondary-button-background);
}
.ui-button-secondary__yCHJE2:hover {
    background-color: var(--pb-color-secondary-button-background-hover);
}
.ui-button-secondary__yCHJE2:active,
.ui-button-secondary__yCHJE2:focus {
    background-color: var(--pb-color-secondary-button-background-active);
}

.ui-button-tertiary__aHZosF {
    color: var(--pb-color-tertiary-button-border);
    background-color: transparent;
    border: 3px solid var(--pb-color-tertiary-button-border);
}
.ui-button-tertiary__aHZosF:hover {
    color: var(--pb-color-tertiary-button-border-hover);
    border-color: var(--pb-color-tertiary-button-border-hover);
}
.ui-button-tertiary__aHZosF:active,
.ui-button-tertiary__aHZosF:focus {
    color: var(--pb-color-tertiary-button-border-active);
    border-color: var(--pb-color-tertiary-button-border-active);
}

.ui-button-quaternary__mwb_Rx {
    color: var(--pb-color-primary-50);
    background-color: var(--pb-color-primary-10);
}
.ui-button-quaternary__mwb_Rx:hover {
    background-color: var(--pb-color-link-hover);
}
.ui-button-quaternary__mwb_Rx:active,
.ui-button-quaternary__mwb_Rx:focus {
    background-color: var(--pb-color-link-active);
}

.ui-button-quinary__UwvQqJ {
    color: var(--pb-color-noir);
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    font-style: normal;
    position: relative;
    font-family: var(--font-londrina);
    background-color: var(--pb-color-yellow);
    border-radius: 30px;
    box-shadow: 0 0 0 6px rgba(51, 24, 45, 0.25);
}
.ui-button-quinary__UwvQqJ svg {
    position: absolute;
    top: -26px;
    right: 5px;
    pointer-events: none;
}
.ui-button-quinary__UwvQqJ:hover,
.ui-button-quinary__UwvQqJ:focus {
    color: var(--pb-color-noir);
    background: rgb(241, 193, 47);
}
.ui-button-quinary__UwvQqJ:hover svg,
.ui-button-quinary__UwvQqJ:focus svg {
    animation: star-shake 0.4s ease-in-out;
}
.ui-button-quinary__UwvQqJ:focus {
    background: rgb(250, 209, 84);
}

.ui-button-transparent__xfNgVF {
    color: var(--pb-color-accent);
}
.ui-button-transparent__xfNgVF:hover {
    color: var(--pb-color-link-hover);
}
.ui-button-transparent__xfNgVF:active,
.ui-button-transparent__xfNgVF:focus {
    color: var(--pb-color-link-active);
}
.ui-button-transparent__xfNgVF {
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    background-color: transparent;
}

/* Sizes */
.ui-button-sm__7ubVZy {
    height: 24px;
    font-size: 16px;
    border-width: 2px;
}

.ui-button-md__FHha87 {
    min-width: 220px;
    height: 40px;
}

.ui-button-lg__j6tnjf {
    min-width: 230px;
    height: 50px;
}

.ui-button-full-width__ThZVqw {
    width: 100%;
}

.ui-button-all-mobile__jb4siv {
    margin: 15px 0 0;
    font-size: 18px;
}
/* Functions */
.ui-accordion-wrapper__qQLpyr li.acc_section {
    border-top: 3px solid var(--pb-color-quaternary);
}
.ui-accordion-wrapper__qQLpyr li.acc_section:last-child {
    border-bottom: 3px solid var(--pb-color-quaternary);
}
.ui-accordion-wrapper__qQLpyr li.acc_section.acc_active svg path:last-child {
    opacity: 0;
    transform: rotate(90deg);
}
.ui-accordion-wrapper__qQLpyr li.acc_section span.acc_head {
    color: var(--pb-color-primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    font-style: normal;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 20px 0;
    cursor: pointer;
}
@media (max-width: 959.98px) {
    .ui-accordion-wrapper__qQLpyr li.acc_section span.acc_head {
        font-size: 18px;
    }
}
.ui-accordion-wrapper__qQLpyr li.acc_section span.acc_head svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: #a08caa;
    transition: color 0s;
}
.ui-accordion-wrapper__qQLpyr li.acc_section span.acc_head svg path {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: center;
    transition:
        transform 0.3s,
        opacity 0.3s;
}
.ui-accordion-wrapper__qQLpyr li.acc_section span.acc_content {
    color: var(--pb-color-primary-75);
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    font-style: normal;
    display: block;
    padding: 0 0 20px;
}
@media (max-width: 959.98px) {
    .ui-accordion-wrapper__qQLpyr li.acc_section span.acc_content {
        font-size: 16px;
    }
}
.ui-accordion-wrapper__qQLpyr li.acc_section span.acc_content:has(.note) {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-wrap: nowrap;
}
.ui-accordion-wrapper__qQLpyr li.acc_section span.acc_content .note {
    font-style: italic;
}
.ui-accordion-wrapper__qQLpyr li.acc_section span.acc_content .bold {
    font-weight: 700;
}
/* Functions */
.components-votes-wrapper__KpyJuQ .components-votes-votes__D7RoGB {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    color: var(--pb-color-primary);
}
@media (max-width: 1139.98px) {
    .components-votes-wrapper__KpyJuQ .components-votes-votes__D7RoGB {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        flex-wrap: nowrap;
    }
}
@media (max-width: 619.98px) {
    .components-votes-wrapper__KpyJuQ .components-votes-votes__D7RoGB {
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
        flex-wrap: nowrap;
    }
}
.components-votes-wrapper__KpyJuQ .components-votes-votes__D7RoGB .components-votes-controls__LHn5Dy {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
}
.components-votes-wrapper__KpyJuQ .components-votes-votes__D7RoGB .components-votes-controls__LHn5Dy .rate-like {
    border-radius: 36px 0 0 36px;
}
.components-votes-wrapper__KpyJuQ .components-votes-votes__D7RoGB .components-votes-controls__LHn5Dy .rate-dislike {
    border-radius: 0 36px 36px 0;
}
.components-votes-wrapper__KpyJuQ .components-votes-votes__D7RoGB .components-votes-controls__LHn5Dy .rate-like,
.components-votes-wrapper__KpyJuQ .components-votes-votes__D7RoGB .components-votes-controls__LHn5Dy .rate-dislike {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    color: var(--pb-color-primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    font-style: normal;
    position: relative;
    width: auto;
    height: 40px;
    padding: 0 16px;
    color: var(--pb-color-primary-50);
    cursor: pointer;
    background: #eaeaea;
    transition: all 0.2s;
}
.components-votes-wrapper__KpyJuQ .components-votes-votes__D7RoGB .components-votes-controls__LHn5Dy .rate-like:hover,
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-dislike:hover {
    color: var(--pb-color-base);
    background: var(--pb-color-accent);
}
body.darkmode
    .components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-like:hover,
body.darkmode
    .components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-dislike:hover {
    color: var(--pb-color-white);
    background-color: var(--pb-color-accent);
}
.components-votes-wrapper__KpyJuQ .components-votes-votes__D7RoGB .components-votes-controls__LHn5Dy .rate-like:active,
.components-votes-wrapper__KpyJuQ .components-votes-votes__D7RoGB .components-votes-controls__LHn5Dy .rate-like:focus,
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-dislike:active,
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-dislike:focus {
    color: var(--pb-color-primary-75);
}
body.darkmode
    .components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-like,
body.darkmode
    .components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-dislike {
    color: var(--pb-color-primary-50);
    background: var(--pb-color-primary-10);
}
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-like.disabled,
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-dislike.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-like
    .tooltip,
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-dislike
    .tooltip {
    color: var(--pb-color-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    position: absolute;
    bottom: -25px;
    z-index: 100;
    visibility: hidden;
    padding: 2px 10px;
    color: var(--pb-color-noir);
    background: var(--pb-color-base);
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 var(--pb-color-box-shadow);
    opacity: 0;
    transition: 0.2s;
}
body.darkmode
    .components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-like
    .tooltip,
body.darkmode
    .components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-dislike
    .tooltip {
    background: rgb(255, 255, 255);
}
.components-votes-wrapper__KpyJuQ .components-votes-votes__D7RoGB .components-votes-controls__LHn5Dy .rate-like:active,
.components-votes-wrapper__KpyJuQ .components-votes-votes__D7RoGB .components-votes-controls__LHn5Dy .rate-like:focus,
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-dislike:active,
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-dislike:focus {
    background: #eaeaea;
}
body.darkmode
    .components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-like:active,
body.darkmode
    .components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-like:focus,
body.darkmode
    .components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-dislike:active,
body.darkmode
    .components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-dislike:focus {
    background: var(--pb-color-accent);
}
.components-votes-wrapper__KpyJuQ .components-votes-votes__D7RoGB .components-votes-controls__LHn5Dy .rate-like.voted,
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-dislike.voted {
    color: var(--pb-color-primary-75);
    background: #eaeaea;
}
body.darkmode
    .components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-like.voted,
body.darkmode
    .components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .rate-dislike.voted {
    color: var(--pb-color-white);
    background: var(--pb-color-accent);
}
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .components-votes-success__hxAIQV,
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .components-votes-error__hlkRPR {
    position: absolute;
    top: 44px;
    left: 50%;
    z-index: 10;
    visibility: hidden;
    padding: 2px 10px;
    white-space: nowrap;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 var(--pb-color-box-shadow);
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.2s;
}
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .components-votes-success__hxAIQV {
    color: var(--pb-color-base);
    background-color: var(--pb-color-accent);
}
body.darkmode
    .components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .components-votes-success__hxAIQV {
    color: var(--pb-color-white);
}
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .components-votes-error__hlkRPR {
    background-color: var(--pb-color-base);
}
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-controls__LHn5Dy
    .components-votes-separator__A_lm_0 {
    width: 1px;
    height: 40px;
    background: var(--pb-color-primary-20);
}
@media (max-width: 959.98px) {
    .components-votes-wrapper__KpyJuQ .components-votes-votes__D7RoGB .components-votes-votes-rating__qFPMYr {
        width: 100%;
    }
}
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-votes-rating__qFPMYr
    .components-votes-voters__TsvNeR {
    color: var(--pb-color-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 180%;
    font-style: normal;
    text-align: center;
}
@media (max-width: 1139.98px) {
    .components-votes-wrapper__KpyJuQ
        .components-votes-votes__D7RoGB
        .components-votes-votes-rating__qFPMYr
        .components-votes-voters__TsvNeR {
        text-align: center;
    }
}
@media (max-width: 619.98px) {
    .components-votes-wrapper__KpyJuQ
        .components-votes-votes__D7RoGB
        .components-votes-votes-rating__qFPMYr
        .components-votes-voters__TsvNeR {
        text-align: left;
    }
}
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-votes-rating__qFPMYr
    .components-votes-voters__TsvNeR
    span {
    color: var(--pb-color-primary-50);
    font-weight: 400;
    font-style: normal;
}
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-votes-rating__qFPMYr
    .components-votes-progress-rate__IA5NRv {
    position: relative;
    width: 110px;
    height: 8px;
    overflow: hidden;
    background: var(--pb-color-primary-20);
    border-radius: 4px;
}
@media (max-width: 959.98px) {
    .components-votes-wrapper__KpyJuQ
        .components-votes-votes__D7RoGB
        .components-votes-votes-rating__qFPMYr
        .components-votes-progress-rate__IA5NRv {
        width: 100%;
    }
}
.components-votes-wrapper__KpyJuQ
    .components-votes-votes__D7RoGB
    .components-votes-votes-rating__qFPMYr
    .components-votes-progress-rate__IA5NRv
    .components-votes-scale__Fis3Y8 {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    background: var(--pb-color-accent);
    border-radius: 4px;
}
/* Functions */
.components-video-tags-wrapper__tveHh5 .components-video-tags-video-tags__69ZiEW {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-wrap: nowrap;
}
@media (max-width: 619.98px) {
    .components-video-tags-wrapper__tveHh5 .components-video-tags-video-tags__69ZiEW {
        gap: 9px;
    }
}
.components-video-tags-wrapper__tveHh5 .components-video-tags-video-tags__69ZiEW .components-video-tags-title__9CF4PW {
    color: var(--pb-color-primary);
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    text-transform: uppercase;
}
@media (max-width: 619.98px) {
    .components-video-tags-wrapper__tveHh5
        .components-video-tags-video-tags__69ZiEW
        .components-video-tags-title__9CF4PW {
        font-size: 14px;
    }
}
.components-video-tags-wrapper__tveHh5
    .components-video-tags-video-tags__69ZiEW
    .components-video-tags-tags-list__8IFK1Z {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}
.components-video-tags-wrapper__tveHh5
    .components-video-tags-video-tags__69ZiEW
    .components-video-tags-tags-list__8IFK1Z
    .components-video-tags-list-item__ypVGzD
    .components-video-tags-link__psvGbR {
    color: var(--pb-color-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    font-style: normal;
    padding: 4px 8px;
    background: var(--pb-color-primary-10);
    border-radius: 8px;
    transition: all 0.2s;
}
body.darkmode
    .components-video-tags-wrapper__tveHh5
    .components-video-tags-video-tags__69ZiEW
    .components-video-tags-tags-list__8IFK1Z
    .components-video-tags-list-item__ypVGzD
    .components-video-tags-link__psvGbR {
    color: var(--pb-color-white);
    background: var(--pb-color-primary-20);
}
.components-video-tags-wrapper__tveHh5
    .components-video-tags-video-tags__69ZiEW
    .components-video-tags-tags-list__8IFK1Z
    .components-video-tags-list-item__ypVGzD
    .components-video-tags-link__psvGbR:hover {
    color: var(--pb-color-base);
    background: var(--pb-color-link-hover);
}
body.darkmode
    .components-video-tags-wrapper__tveHh5
    .components-video-tags-video-tags__69ZiEW
    .components-video-tags-tags-list__8IFK1Z
    .components-video-tags-list-item__ypVGzD
    .components-video-tags-link__psvGbR:hover {
    background: var(--pb-color-link-hover);
}
.components-video-tags-wrapper__tveHh5
    .components-video-tags-video-tags__69ZiEW
    .components-video-tags-tags-list__8IFK1Z
    .components-video-tags-list-item__ypVGzD
    .components-video-tags-link__psvGbR:active,
.components-video-tags-wrapper__tveHh5
    .components-video-tags-video-tags__69ZiEW
    .components-video-tags-tags-list__8IFK1Z
    .components-video-tags-list-item__ypVGzD
    .components-video-tags-link__psvGbR:focus {
    background: var(--pb-color-link-active);
}
body.darkmode
    .components-video-tags-wrapper__tveHh5
    .components-video-tags-video-tags__69ZiEW
    .components-video-tags-tags-list__8IFK1Z
    .components-video-tags-list-item__ypVGzD
    .components-video-tags-link__psvGbR:active,
body.darkmode
    .components-video-tags-wrapper__tveHh5
    .components-video-tags-video-tags__69ZiEW
    .components-video-tags-tags-list__8IFK1Z
    .components-video-tags-list-item__ypVGzD
    .components-video-tags-link__psvGbR:focus {
    background: var(--pb-color-link-active);
}
/* Functions */
.components-video-categories-wrapper__OT8Zyd .components-video-categories-video-categories__3INzUT {
    display: flex;
    flex-direction: column;
    gap: 11px;
    flex-wrap: nowrap;
}
@media (max-width: 619.98px) {
    .components-video-categories-wrapper__OT8Zyd .components-video-categories-video-categories__3INzUT {
        gap: 13px;
    }
}
.components-video-categories-wrapper__OT8Zyd
    .components-video-categories-video-categories__3INzUT
    .components-video-categories-title__3w9bDn {
    color: var(--pb-color-primary);
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    text-transform: uppercase;
}
@media (max-width: 619.98px) {
    .components-video-categories-wrapper__OT8Zyd
        .components-video-categories-video-categories__3INzUT
        .components-video-categories-title__3w9bDn {
        font-size: 14px;
    }
}
.components-video-categories-wrapper__OT8Zyd
    .components-video-categories-video-categories__3INzUT
    .components-video-categories-categories-list__Vj0n0r {
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}
.components-video-categories-wrapper__OT8Zyd
    .components-video-categories-video-categories__3INzUT
    .components-video-categories-categories-list__Vj0n0r
    .components-video-categories-list-item__150zaP
    .components-video-categories-link__oDY7vA {
    display: flex;
    flex-direction: row;
    gap: 3px;
    align-items: center;
    flex-wrap: nowrap;
}
.components-video-categories-wrapper__OT8Zyd
    .components-video-categories-video-categories__3INzUT
    .components-video-categories-categories-list__Vj0n0r
    .components-video-categories-list-item__150zaP
    .components-video-categories-link__oDY7vA
    .components-video-categories-category-name__l1WwA4 {
    line-height: 100%;
}
.components-video-categories-wrapper__OT8Zyd
    .components-video-categories-video-categories__3INzUT
    .components-video-categories-categories-list__Vj0n0r
    .components-video-categories-list-item__150zaP
    .components-video-categories-link__oDY7vA
    .components-video-categories-total__tC_Pxx {
    opacity: 0.5;
}
/* Functions */
.components-share-wrapper__zxJbHT {
    width: 100%;
}
.components-share-wrapper__zxJbHT .components-share-share__p8Ucpk {
    padding: 0 0 30px;
    margin: 30px 0 0;
    border-bottom: 3px solid var(--pb-color-primary-10);
}
.components-share-wrapper__zxJbHT .components-share-share__p8Ucpk form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: nowrap;
}
.components-share-wrapper__zxJbHT .components-share-share__p8Ucpk form .components-share-block__n74e4d {
    max-width: 700px;
}
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-share-copy__p7pZjD {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
}
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-share-copy__p7pZjD
    .components-share-icon-copy___yrEkh {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 50px;
    height: 50px;
    color: var(--pb-color-base);
    cursor: pointer;
    background: var(--pb-color-primary-20);
    border-radius: 50%;
    transition: all 0.2s;
}
body.darkmode
    .components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-share-copy__p7pZjD
    .components-share-icon-copy___yrEkh {
    color: rgb(255, 255, 255);
    background: rgba(242, 242, 242, 0.2);
}
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-share-copy__p7pZjD
    .components-share-icon-copy___yrEkh:hover {
    background: var(--pb-color-link-hover);
}
body.darkmode
    .components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-share-copy__p7pZjD
    .components-share-icon-copy___yrEkh:hover {
    background: #f09;
}
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-share-copy__p7pZjD
    .components-share-icon-copy___yrEkh:active,
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-share-copy__p7pZjD
    .components-share-icon-copy___yrEkh:focus {
    background: var(--pb-color-link-active);
}
body.darkmode
    .components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-share-copy__p7pZjD
    .components-share-icon-copy___yrEkh:active,
body.darkmode
    .components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-share-copy__p7pZjD
    .components-share-icon-copy___yrEkh:focus {
    background: #ce3792;
}
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    flex-wrap: nowrap;
}
@media (max-width: 959.98px) {
    .components-share-wrapper__zxJbHT
        .components-share-share__p8Ucpk
        form
        .components-share-block__n74e4d
        .components-share-embed-actions__LzFwDe {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: center;
        flex-wrap: wrap;
    }
}
@media (max-width: 619.98px) {
    .components-share-wrapper__zxJbHT
        .components-share-share__p8Ucpk
        form
        .components-share-block__n74e4d
        .components-share-embed-actions__LzFwDe {
        align-items: flex-start;
    }
}
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe {
    margin: 15px 0 0;
}
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe
    .components-share-embed-default-size__Px_Q1A
    .components-share-embed-item__6S46yk,
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe
    .components-share-embed-custom-size__ERYZZ3
    .components-share-embed-item__6S46yk {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 30px;
    padding: 0 8px;
    font-size: 16px;
    text-align: center;
    outline: none;
    background: var(--pb-color-primary-10);
    border: none;
    border-radius: 8px;
}
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe
    .components-share-embed-default-size__Px_Q1A {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe
    .components-share-embed-default-size__Px_Q1A
    .components-share-embed-item__6S46yk {
    color: var(--pb-color-primary);
}
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe
    .components-share-embed-default-size__Px_Q1A
    .components-share-embed-item__6S46yk:hover {
    color: var(--pb-color-base);
}
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe
    .components-share-embed-default-size__Px_Q1A
    .components-share-embed-item__6S46yk:active,
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe
    .components-share-embed-default-size__Px_Q1A
    .components-share-embed-item__6S46yk:focus {
    color: var(--pb-color-base);
}
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe
    .components-share-embed-default-size__Px_Q1A
    .components-share-embed-item__6S46yk {
    transition: all 0.2s;
}
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe
    .components-share-embed-default-size__Px_Q1A
    .components-share-embed-item__6S46yk:hover {
    background: var(--pb-color-link-hover);
}
body.darkmode
    .components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe
    .components-share-embed-default-size__Px_Q1A
    .components-share-embed-item__6S46yk:hover {
    color: rgb(255, 255, 255);
}
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe
    .components-share-embed-default-size__Px_Q1A
    .components-share-embed-item__6S46yk:active,
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe
    .components-share-embed-default-size__Px_Q1A
    .components-share-embed-item__6S46yk:focus {
    background: var(--pb-color-link-active);
}
body.darkmode
    .components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe
    .components-share-embed-default-size__Px_Q1A
    .components-share-embed-item__6S46yk:active,
body.darkmode
    .components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe
    .components-share-embed-default-size__Px_Q1A
    .components-share-embed-item__6S46yk:focus {
    color: rgb(255, 255, 255);
}
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe
    .components-share-embed-default-size__Px_Q1A
    .components-share-embed-item__6S46yk[data-embed-default] {
    color: var(--pb-color-base);
    background: var(--pb-color-accent);
}
body.darkmode
    .components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe
    .components-share-embed-default-size__Px_Q1A
    .components-share-embed-item__6S46yk[data-embed-default] {
    color: rgb(255, 255, 255);
}
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe
    .components-share-embed-custom-size__ERYZZ3 {
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
    flex-wrap: nowrap;
    display: none;
}
.components-share-wrapper__zxJbHT
    .components-share-share__p8Ucpk
    form
    .components-share-block__n74e4d
    .components-share-embed-actions__LzFwDe
    .components-share-embed-custom-size__ERYZZ3
    .components-share-embed-item__6S46yk {
    width: 60px;
}
/* Functions */
.components-promoted-wrapper__zJpUQk {
    margin: 30px 0 0;
}
.components-promoted-wrapper__zJpUQk .components-promoted-title__VFHKHx {
    color: var(--pb-color-primary-50);
    text-align: center;
}
.components-promoted-wrapper__zJpUQk .components-promoted-cake__wir_M3 {
    margin: 20px 0 40px;
}
@media (max-width: 1619.98px) {
    .components-promoted-wrapper__zJpUQk .components-promoted-cake__wir_M3 .row .col:nth-child(5) {
        display: none;
    }
}
@media (max-width: 1319.98px) {
    .components-promoted-wrapper__zJpUQk .components-promoted-cake__wir_M3 .row .col:nth-child(4) {
        display: none;
    }
}
@media (max-width: 959.98px) {
    .components-promoted-wrapper__zJpUQk .components-promoted-cake__wir_M3 .row .col:nth-child(4) {
        display: inline-block;
    }
}
.components-promoted-wrapper__zJpUQk .components-promoted-carousel__sSj8rX {
    position: relative;
    padding: 0 60px;
}
@media (max-width: 1139.98px) {
    .components-promoted-wrapper__zJpUQk .components-promoted-carousel__sSj8rX {
        position: relative;
        left: calc(-50vw + 50%);
        width: 100vw;
        padding: 0;
    }
}
.components-promoted-wrapper__zJpUQk
    .components-promoted-carousel__sSj8rX
    .components-promoted-carousel-item__Cq0GCH:hover
    .components-promoted-pb-carousel-item-content-image__c2CeeE::before {
    opacity: 1;
}
.components-promoted-wrapper__zJpUQk
    .components-promoted-carousel__sSj8rX
    .components-promoted-carousel-item__Cq0GCH:hover
    .components-promoted-item-name__qUpJN3 {
    color: var(--pb-color-link-hover);
}
@media (max-width: 1139.98px) {
    .components-promoted-wrapper__zJpUQk
        .components-promoted-carousel__sSj8rX
        .components-promoted-carousel-item__Cq0GCH:hover
        .components-promoted-item-name__qUpJN3 {
        color: var(--pb-color-primary);
    }
}
.components-promoted-wrapper__zJpUQk
    .components-promoted-carousel__sSj8rX
    .components-promoted-carousel-item__Cq0GCH
    .components-promoted-item-content__T91Z4b {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    flex-wrap: nowrap;
}
.components-promoted-wrapper__zJpUQk
    .components-promoted-carousel__sSj8rX
    .components-promoted-carousel-item__Cq0GCH
    .components-promoted-item-content__T91Z4b
    .components-promoted-content-image__uu1pym {
    position: relative;
    width: auto;
    height: 400px;
}
@media (max-width: 1619.98px) {
    .components-promoted-wrapper__zJpUQk
        .components-promoted-carousel__sSj8rX
        .components-promoted-carousel-item__Cq0GCH
        .components-promoted-item-content__T91Z4b
        .components-promoted-content-image__uu1pym {
        height: 350px;
    }
}
@media (max-width: 1559.98px) {
    .components-promoted-wrapper__zJpUQk
        .components-promoted-carousel__sSj8rX
        .components-promoted-carousel-item__Cq0GCH
        .components-promoted-item-content__T91Z4b
        .components-promoted-content-image__uu1pym {
        height: 310px;
    }
}
@media (max-width: 1139.98px) {
    .components-promoted-wrapper__zJpUQk
        .components-promoted-carousel__sSj8rX
        .components-promoted-carousel-item__Cq0GCH
        .components-promoted-item-content__T91Z4b
        .components-promoted-content-image__uu1pym {
        padding: 0 10px;
    }
}
@media (max-width: 959.98px) {
    .components-promoted-wrapper__zJpUQk
        .components-promoted-carousel__sSj8rX
        .components-promoted-carousel-item__Cq0GCH
        .components-promoted-item-content__T91Z4b
        .components-promoted-content-image__uu1pym {
        height: 400px;
    }
}
.components-promoted-wrapper__zJpUQk
    .components-promoted-carousel__sSj8rX
    .components-promoted-carousel-item__Cq0GCH
    .components-promoted-item-content__T91Z4b
    .components-promoted-content-image__uu1pym
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.components-promoted-wrapper__zJpUQk
    .components-promoted-carousel__sSj8rX
    .components-promoted-carousel-item__Cq0GCH
    .components-promoted-item-content__T91Z4b
    .components-promoted-item-name__qUpJN3 {
    text-align: center;
    transition: all 0.2s ease;
}
.components-promoted-wrapper__zJpUQk
    .components-promoted-carousel__sSj8rX
    .components-promoted-carousel-item__Cq0GCH
    .components-promoted-item-content__T91Z4b
    .components-promoted-item-info__4LiJxv {
    color: var(--pb-color-primary-50);
}
/* Functions */
@media (max-width: 959.98px) {
    .components-profile-details-wrapper__asSsqD {
        display: none;
    }
}
.components-profile-details-wrapper__asSsqD .components-profile-details-list__23Fq6G {
    display: flex;
    flex-direction: row;
    gap: 12px 15px;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 959.98px) {
    .components-profile-details-wrapper__asSsqD .components-profile-details-list__23Fq6G {
        justify-content: center;
    }
}
.components-profile-details-wrapper__asSsqD .components-profile-details-list__23Fq6G div {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
    line-height: 100%;
    overflow-wrap: anywhere;
}
.components-profile-details-wrapper__asSsqD .components-profile-details-list__23Fq6G div div:first-child {
    color: var(--pb-color-primary-50);
}
/* Functions */
.components-profile-blocks-header-wrapper__41LdME {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: baseline;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
@media (max-width: 959.98px) {
    .components-profile-blocks-header-wrapper__41LdME {
        justify-content: center;
        margin: 0 0 15px;
    }
}
.components-profile-blocks-header-wrapper__41LdME h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    line-break: anywhere;
}
.components-profile-blocks-header-wrapper__41LdME h2 a,
.components-profile-blocks-header-wrapper__41LdME h2 span {
    color: var(--pb-color-accent);
}
.components-profile-blocks-header-wrapper__41LdME .components-profile-blocks-header-see-all___W0akU {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
}
/* Functions */
.components-page-description-wrapper__edOCu5 {
    color: var(--pb-color-primary-50);
    font-size: 18px;
    line-height: normal;
    font-style: normal;
    max-width: 700px;
    padding: 80px 0;
    margin: 50px auto 0;
    text-align: center;
}
@media (max-width: 1319.98px) {
    .components-page-description-wrapper__edOCu5 {
        margin: 30px auto 0;
    }
}
@media (max-width: 959.98px) {
    .components-page-description-wrapper__edOCu5 {
        max-width: 100%;
        padding: 70px 0;
    }
}
/* Functions */
.components-not-available-wrapper__hVXODa .components-not-available-blocked__HtEMM5 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 70px 0;
}
@media (max-width: 959.98px) {
    .components-not-available-wrapper__hVXODa .components-not-available-blocked__HtEMM5 {
        gap: 10px;
        margin: 40px 0 30px;
    }
}
@media (max-width: 959.98px) {
    .components-not-available-wrapper__hVXODa .components-not-available-blocked__HtEMM5 svg {
        width: 108px;
        height: 105px;
    }
}
/* Functions */
.components-new-profile-wrapper__SVhhcO {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 120px 0 0;
    text-align: center;
}
@media (max-width: 959.98px) {
    .components-new-profile-wrapper__SVhhcO {
        padding: 0;
    }
}
@media (max-width: 959.98px) {
    .components-new-profile-wrapper__SVhhcO svg {
        width: 117px;
        height: 180px;
    }
}
.components-new-profile-wrapper__SVhhcO a {
    color: var(--pb-color-accent);
}
/* Functions */
.components-model-categories-wrapper__xopZBu {
    flex: 1;
    border-right: 3px solid var(--pb-color-primary-10);
}
@media (max-width: 959.98px) {
    .components-model-categories-wrapper__xopZBu {
        border: none;
    }
}
.components-model-categories-wrapper__xopZBu:last-child {
    padding: 0;
    border: none;
}
@media (max-width: 959.98px) {
    .components-model-categories-wrapper__xopZBu:not(:first-child) {
        display: none;
    }
}
.components-model-categories-wrapper__xopZBu .components-model-categories-heading__GztWd7 {
    color: var(--pb-color-primary);
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    font-style: normal;
    font-family: var(--font-londrina);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
@media (max-width: 619.98px) {
    .components-model-categories-wrapper__xopZBu .components-model-categories-heading__GztWd7 {
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        font-style: normal;
        letter-spacing: 0.28px;
    }
}
.components-model-categories-wrapper__xopZBu .components-model-categories-heading__GztWd7 span {
    margin: 0 0 0 4px;
    color: var(--pb-color-primary-50);
}
.components-model-categories-wrapper__xopZBu .components-model-categories-list__2hDOk5 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px 8px;
    max-height: 440px;
    padding: 0 18px 0 0;
    margin: 20px 0 0;
    overflow: auto;
    scrollbar-width: thin;
}
body.darkmode .components-model-categories-wrapper__xopZBu .components-model-categories-list__2hDOk5 {
    scrollbar-color: var(--pb-color-primary-20) rgba(0, 0, 0, 0);
}
@media (max-width: 1619.98px) {
    .components-model-categories-wrapper__xopZBu .components-model-categories-list__2hDOk5 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1139.98px) {
    .components-model-categories-wrapper__xopZBu .components-model-categories-list__2hDOk5 {
        grid-template-columns: repeat(2, 1fr);
    }
}
.components-model-categories-wrapper__xopZBu .components-model-categories-list__2hDOk5 li {
    color: var(--pb-color-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    font-style: normal;
    overflow: hidden;
}
.components-model-categories-wrapper__xopZBu .components-model-categories-list__2hDOk5 li label input {
    color: var(--pb-color-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    font-style: normal;
}
.components-model-categories-wrapper__xopZBu .components-model-categories-list__2hDOk5 li label input:checked + span {
    font-weight: 700;
}
/* Functions */
.components-model-categories-dialog-wrapper__2d8chV {
    padding: 20px;
}
.components-model-categories-dialog-wrapper__2d8chV .components-model-categories-dialog-headings__YBOSIj {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: nowrap;
    padding: 0 0 15px;
    border-bottom: 3px solid var(--pb-color-primary-10);
}
.components-model-categories-dialog-wrapper__2d8chV .components-model-categories-dialog-headings__YBOSIj li {
    display: flex;
    line-height: normal;
}
.components-model-categories-dialog-wrapper__2d8chV .components-model-categories-dialog-headings__YBOSIj li button {
    color: var(--pb-color-primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    font-family: var(--font-londrina);
    text-transform: uppercase;
    letter-spacing: 0.28px;
}
@media (max-width: 619.98px) {
    .components-model-categories-dialog-wrapper__2d8chV .components-model-categories-dialog-headings__YBOSIj li button {
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        font-style: normal;
    }
}
.components-model-categories-dialog-wrapper__2d8chV
    .components-model-categories-dialog-headings__YBOSIj
    li
    button
    span {
    margin: 0 0 0 4px;
    color: var(--pb-color-primary-50);
}
.components-model-categories-dialog-wrapper__2d8chV
    .components-model-categories-dialog-headings__YBOSIj
    li
    button[data-category-type-active] {
    color: var(--pb-color-accent);
}
.components-model-categories-dialog-wrapper__2d8chV .components-model-categories-dialog-inner__Gzdgbq {
    display: flex;
    flex-direction: row;
    gap: 15px 18px;
    flex-wrap: wrap;
}
.components-model-categories-dialog-wrapper__2d8chV .components-model-categories-dialog-buttons__DMS6Kh {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0 0;
}
.components-model-categories-dialog-wrapper__2d8chV .components-model-categories-dialog-buttons__DMS6Kh button {
    width: 100%;
}
.components-model-categories-dialog-wrapper__2d8chV .components-model-categories-dialog-buttons__DMS6Kh a {
    color: var(--pb-color-accent);
}
.components-model-categories-dialog-wrapper__2d8chV .components-model-categories-dialog-buttons__DMS6Kh a:hover {
    color: var(--pb-color-link-hover);
}
.components-model-categories-dialog-wrapper__2d8chV .components-model-categories-dialog-buttons__DMS6Kh a:active,
.components-model-categories-dialog-wrapper__2d8chV .components-model-categories-dialog-buttons__DMS6Kh a:focus {
    color: var(--pb-color-link-active);
}
/* Functions */
.components-menu-wrapper__Z1eA8g {
    display: flex;
    flex-direction: column;
    gap: 6px 15px;
    flex-wrap: wrap;
}
@media (max-width: 959.98px) {
    .components-menu-wrapper__Z1eA8g {
        flex-direction: row;
        justify-content: center;
    }
}
.components-menu-wrapper__Z1eA8g li a,
.components-menu-wrapper__Z1eA8g li .components-menu-current__yl5oKT {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    text-transform: uppercase;
}
.components-menu-wrapper__Z1eA8g li a span,
.components-menu-wrapper__Z1eA8g li .components-menu-current__yl5oKT span {
    color: var(--pb-color-primary-50);
}
.components-menu-wrapper__Z1eA8g li .components-menu-current__yl5oKT {
    color: var(--pb-color-accent);
    cursor: default;
}
.components-menu-wrapper__Z1eA8g .components-menu-messages__xrLqxO span {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    font-style: normal;
    width: 22px;
    height: 22px;
    margin: -2px 0 0;
    background: var(--pb-color-link-hover);
    border-radius: 50%;
}
.components-menu-wrapper__Z1eA8g .components-menu-messages__xrLqxO .components-menu-current__yl5oKT span {
    color: var(--pb-color-white);
}
/* Functions */
.components-empty-content-wrapper__QGVrrL {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 80px 0;
}
@media (max-width: 959.98px) {
    .components-empty-content-wrapper__QGVrrL {
        padding: 50px 0;
    }
}
.components-empty-content-wrapper__QGVrrL.components-empty-content-center__LnizXH {
    margin: 0 342px 0 0;
}
@media (max-width: 1139.98px) {
    .components-empty-content-wrapper__QGVrrL.components-empty-content-center__LnizXH {
        margin: 0 200px 0 0;
    }
}
@media (max-width: 959.98px) {
    .components-empty-content-wrapper__QGVrrL.components-empty-content-center__LnizXH {
        margin: 0 auto;
    }
}
.components-empty-content-wrapper__QGVrrL svg {
    color: var(--pb-color-primary);
}
@media (max-width: 959.98px) {
    .components-empty-content-wrapper__QGVrrL svg {
        max-width: 250px;
        height: auto;
    }
}
@media (max-width: 619.98px) {
    .components-empty-content-wrapper__QGVrrL svg {
        max-width: 160px;
    }
}
.components-empty-content-wrapper__QGVrrL div:last-child {
    color: var(--pb-color-primary-50);
}
/* Functions */
.components-contact-us-cta-wrapper__7UbNEb {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
    height: 80px;
    padding: 0 15px 0 134px;
    margin: 50px auto 0;
    font-family: var(--font-londrina);
    text-transform: uppercase;
    background-color: var(--pb-color-accent);
    border-radius: 60px;
}
@media (max-width: 959.98px) {
    .components-contact-us-cta-wrapper__7UbNEb {
        padding-left: 20px;
    }
}
@media (max-width: 959.98px) {
    .components-contact-us-cta-wrapper__7UbNEb {
        flex-direction: column;
        height: auto;
        padding: 32px;
        border-radius: 30px;
    }
}
.components-contact-us-cta-wrapper__7UbNEb .components-contact-us-cta-bunny__HGBkkV {
    position: absolute;
    bottom: 0;
    left: 21px;
    width: 92px;
    height: 105px;
}
.components-contact-us-cta-wrapper__7UbNEb .components-contact-us-cta-title__T4EruY {
    color: var(--pb-color-white);
    font-size: 26px;
    font-weight: 400;
    line-height: 110%;
    font-style: normal;
    letter-spacing: 0.52px;
}
@media (max-width: 959.98px) {
    .components-contact-us-cta-wrapper__7UbNEb .components-contact-us-cta-title__T4EruY {
        max-width: 270px;
        text-align: center;
    }
}
.components-contact-us-cta-wrapper__7UbNEb .components-contact-us-cta-link__U3Omre {
    min-width: 212px;
}
/* Functions */
.components-common-creator-registration-dialog-wrapper__wqY0Ei {
    width: 490px;
    height: 100%;
    max-height: calc(90vh - 120px);
    overflow-y: auto;
    scrollbar-width: thin;
}
body.darkmode .components-common-creator-registration-dialog-wrapper__wqY0Ei {
    scrollbar-color: var(--pb-color-primary-20) rgba(0, 0, 0, 0);
}
@media (max-width: 959.98px) {
    .components-common-creator-registration-dialog-wrapper__wqY0Ei {
        max-height: calc(100dvh - 120px);
        padding: 40px 0;
    }
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-header__0_vSxa {
    padding-bottom: 50px;
    text-align: center;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-header__0_vSxa
    .components-common-creator-registration-dialog-link__kupD0t {
    padding-bottom: 8px;
    color: var(--pb-color-primary);
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-header__0_vSxa
    .components-common-creator-registration-dialog-link__kupD0t:hover {
    color: var(--pb-color-primary-button-background-hover);
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-header__0_vSxa
    .components-common-creator-registration-dialog-description__W2truJ {
    color: var(--pb-color-primary-50);
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC {
    width: 100%;
    max-width: 500px;
    overflow: hidden;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 300%;
    transition: transform 0.5s ease-in-out;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 500px;
    padding: 0 60px;
}
@media (max-width: 1139.98px) {
    .components-common-creator-registration-dialog-wrapper__wqY0Ei
        .components-common-creator-registration-dialog-form-container__8fiyHC
        .components-common-creator-registration-dialog-stage__gVArHJ
        .components-common-creator-registration-dialog-form-wrapper__DZO8lV {
        gap: 16px;
    }
}
@media (max-width: 619.98px) {
    .components-common-creator-registration-dialog-wrapper__wqY0Ei
        .components-common-creator-registration-dialog-form-container__8fiyHC
        .components-common-creator-registration-dialog-stage__gVArHJ
        .components-common-creator-registration-dialog-form-wrapper__DZO8lV {
        padding: 0;
    }
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-error__O9YsDr {
    color: var(--pb-color-red);
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    font-style: normal;
    padding: 0 15px;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-info__uRsUs7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-info__uRsUs7
    .components-common-creator-registration-dialog-description__W2truJ {
    color: var(--pb-color-primary-75);
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-info__uRsUs7
    .components-common-creator-registration-dialog-line__bSOJ_s {
    position: relative;
    width: 100%;
    height: 20px;
    background: var(--pb-color-quaternary);
    border-radius: 50px;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-info__uRsUs7
    .components-common-creator-registration-dialog-line__bSOJ_s::before {
    position: absolute;
    top: 50%;
    left: 3px;
    width: 33.3%;
    height: 14px;
    padding: 3px;
    content: '';
    background: var(--pb-color-accent);
    border-radius: 50px;
    transform: translateY(-50%);
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-info__uRsUs7
    .components-common-creator-registration-dialog-step-2__no35DU::before {
    width: 66.6%;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-info__uRsUs7
    .components-common-creator-registration-dialog-step-3__SQRzMU::before {
    width: 98%;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    div {
    width: 100%;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-optional__oWreFt {
    color: var(--pb-color-primary-50);
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-photo-wrapper__Sp371q {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-photo-wrapper__Sp371q
    .components-common-creator-registration-dialog-upload-image__qtQCLc {
    width: 100%;
    min-width: 150px;
    max-width: 150px;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-photo-wrapper__Sp371q
    .components-common-creator-registration-dialog-upload-image__qtQCLc
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-photo-wrapper__Sp371q
    .components-common-creator-registration-dialog-photo-info__xpS_ws {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 8px;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-photo-wrapper__Sp371q
    .components-common-creator-registration-dialog-photo-info__xpS_ws
    .components-common-creator-registration-dialog-title__tYwHNi {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-photo-wrapper__Sp371q
    .components-common-creator-registration-dialog-photo-info__xpS_ws
    .components-common-creator-registration-dialog-title__tYwHNi::after {
    position: absolute;
    top: 0;
    right: -8px;
    content: '*';
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-photo-wrapper__Sp371q
    .components-common-creator-registration-dialog-photo-info__xpS_ws
    .components-common-creator-registration-dialog-rules__xmvAm1 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: var(--pb-color-primary-75);
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-photo-wrapper__Sp371q
    .components-common-creator-registration-dialog-photo-info__xpS_ws
    .components-common-creator-registration-dialog-rules__xmvAm1
    a {
    color: var(--pb-color-accent);
}
@media (max-width: 959.98px) {
    .components-common-creator-registration-dialog-wrapper__wqY0Ei
        .components-common-creator-registration-dialog-form-container__8fiyHC
        .components-common-creator-registration-dialog-stage__gVArHJ
        .components-common-creator-registration-dialog-form-wrapper__DZO8lV
        .components-common-creator-registration-dialog-form__qzWykp
        .components-common-creator-registration-dialog-photo-wrapper__Sp371q
        .components-common-creator-registration-dialog-photo-info__xpS_ws
        .components-common-creator-registration-dialog-button__bDRsBo {
        min-width: auto;
    }
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-date-wrapper___E_s_5 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-date-wrapper___E_s_5
    .components-common-creator-registration-dialog-day__JzzOXB {
    width: 100%;
    min-width: 100px;
}
@media (max-width: 959.98px) {
    .components-common-creator-registration-dialog-wrapper__wqY0Ei
        .components-common-creator-registration-dialog-form-container__8fiyHC
        .components-common-creator-registration-dialog-stage__gVArHJ
        .components-common-creator-registration-dialog-form-wrapper__DZO8lV
        .components-common-creator-registration-dialog-form__qzWykp
        .components-common-creator-registration-dialog-date-wrapper___E_s_5
        .components-common-creator-registration-dialog-day__JzzOXB {
        min-width: 75px;
    }
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-date-wrapper___E_s_5
    .components-common-creator-registration-dialog-item__i1LaV1 {
    width: 100%;
    min-width: 135px;
}
@media (max-width: 959.98px) {
    .components-common-creator-registration-dialog-wrapper__wqY0Ei
        .components-common-creator-registration-dialog-form-container__8fiyHC
        .components-common-creator-registration-dialog-stage__gVArHJ
        .components-common-creator-registration-dialog-form-wrapper__DZO8lV
        .components-common-creator-registration-dialog-form__qzWykp
        .components-common-creator-registration-dialog-date-wrapper___E_s_5
        .components-common-creator-registration-dialog-item__i1LaV1 {
        min-width: 100px;
    }
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-textarea-wrapper__lKZzKz {
    position: relative;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-textarea-wrapper__lKZzKz
    .components-common-creator-registration-dialog-count__4eOiHM {
    position: absolute;
    top: 35px;
    right: 15px;
    color: var(--pb-color-primary-50);
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-textarea-wrapper__lKZzKz
    textarea {
    padding: 12px 38px 12px 18px;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-checkbox__XoksVK {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-checkbox__XoksVK
    .components-common-creator-registration-dialog-checkbox-label__Ybmiiq {
    overflow: visible;
    text-wrap: wrap;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-checkbox__XoksVK
    .components-common-creator-registration-dialog-checkbox-label__Ybmiiq
    a {
    color: var(--pb-color-accent);
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-checkbox__XoksVK
    .components-common-creator-registration-dialog-checkbox-label__Ybmiiq
    a:hover {
    color: var(--pb-color-link-hover);
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-buttons-wrapper__Z8vuI1 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-buttons-wrapper__Z8vuI1
    .disabled {
    pointer-events: none;
    opacity: 0.5;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-buttons-wrapper__Z8vuI1
    .components-common-creator-registration-dialog-back__XJOwan {
    position: absolute;
    top: 0;
    left: -60px;
    color: var(--pb-color-primary-50);
    border: 3px solid var(--pb-color-primary-50);
    border-radius: 50%;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-buttons-wrapper__Z8vuI1
    .components-common-creator-registration-dialog-back__XJOwan:hover {
    color: var(--pb-color-accent);
    border-color: var(--pb-color-accent);
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-fake-input__lsOtbd {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    padding: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: transparent;
    border: 3px solid var(--pb-color-dark-purple);
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-fake-input__lsOtbd:hover {
    border-color: var(--pb-color-link-hover);
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-fake-input__lsOtbd:hover
    .components-common-creator-registration-dialog-button__bDRsBo {
    background-color: var(--pb-color-link-hover);
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-fake-input__lsOtbd
    .components-common-creator-registration-dialog-button__bDRsBo {
    min-width: 150px;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-fake-input__lsOtbd
    .components-common-creator-registration-dialog-file__ukEqcK {
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--pb-color-primary-75);
    white-space: nowrap;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-form-container__8fiyHC
    .components-common-creator-registration-dialog-stage__gVArHJ
    .components-common-creator-registration-dialog-form-wrapper__DZO8lV
    .components-common-creator-registration-dialog-form__qzWykp
    .components-common-creator-registration-dialog-grey__Px3eOV {
    color: var(--pb-color-primary-75);
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-success__Sk6Gyf {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 380px;
    max-width: 100%;
    margin: 0 60px;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-success__Sk6Gyf
    .components-common-creator-registration-dialog-image__nNwvIB {
    width: 212px;
    height: 254px;
}
.components-common-creator-registration-dialog-wrapper__wqY0Ei
    .components-common-creator-registration-dialog-success__Sk6Gyf
    .components-common-creator-registration-dialog-info__uRsUs7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
}

@media (max-width: 959.98px) {
    .components-common-creator-registration-dialog-body__OjvXak {
        padding: 40px 20px !important;
    }
}
/* Functions */
.components-become-creator-cta-wrapper__zxHBEx {
    display: flex;
    flex-direction: row;
    gap: 8px 20px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: 56px;
    padding: 0 10px 0 50px;
    margin: 50px auto 0;
    background-color: var(--pb-color-accent);
    border-radius: 90px;
}
@media (max-width: 959.98px) {
    .components-become-creator-cta-wrapper__zxHBEx {
        flex-direction: column;
        max-width: 335px;
        height: auto;
        padding: 40px 10px 16px;
        border-radius: 25px;
    }
}
@media (max-width: 619.98px) {
    .components-become-creator-cta-wrapper__zxHBEx {
        max-width: 100%;
    }
}
.components-become-creator-cta-wrapper__zxHBEx .components-become-creator-cta-coins__N8_6P3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -22px;
    width: 60px;
    height: 56px;
}
@media (max-width: 959.98px) {
    .components-become-creator-cta-wrapper__zxHBEx .components-become-creator-cta-coins__N8_6P3 {
        inset: -30px 0 0;
        width: 80px;
        height: 75px;
        margin: 0 auto;
    }
}
.components-become-creator-cta-wrapper__zxHBEx .components-become-creator-cta-box__wZBi3f {
    color: var(--pb-color-white);
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    font-style: normal;
}
@media (max-width: 959.98px) {
    .components-become-creator-cta-wrapper__zxHBEx .components-become-creator-cta-box__wZBi3f {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: center;
        flex-wrap: wrap;
        line-height: 120%;
    }
}
.components-become-creator-cta-wrapper__zxHBEx .components-become-creator-cta-box__wZBi3f span {
    font-weight: 400;
}
.components-become-creator-cta-wrapper__zxHBEx .components-become-creator-cta-link__nFy6I5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    font-style: normal;
    min-width: 180px;
    height: 38px;
    font-family: inherit;
    box-shadow: none;
}
/* Functions */
.components-apply-cta-wrapper__6yYVYQ {
    display: flex;
    flex-direction: row;
    gap: 24px 14px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    color: var(--pb-color-primary);
    font-size: 38px;
    font-weight: 400;
    line-height: 100%;
    font-style: normal;
    position: relative;
    height: 130px;
    padding: 0 40px 0 116px;
    margin: 0 auto;
    font-family: var(--font-londrina);
    text-transform: uppercase;
    letter-spacing: 0.76px;
    background-color: var(--pb-color-accent);
    border-radius: 30px;
}
@media (max-width: 959.98px) {
    .components-apply-cta-wrapper__6yYVYQ {
        flex-direction: column;
        max-width: 335px;
        height: auto;
        padding: 32px;
        margin: 0 auto;
        font-size: 24px;
    }
}
@media (max-width: 619.98px) {
    .components-apply-cta-wrapper__6yYVYQ {
        max-width: 100%;
    }
}
.components-apply-cta-wrapper__6yYVYQ .components-apply-cta-coins__Ad0l_D {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -34px;
    width: 140px;
    height: 130px;
}
@media (max-width: 959.98px) {
    .components-apply-cta-wrapper__6yYVYQ .components-apply-cta-coins__Ad0l_D {
        top: -60px;
        right: 20px;
        left: unset;
        width: 120px;
        height: 112px;
    }
}
.components-apply-cta-wrapper__6yYVYQ .components-apply-cta-subtitle__C7dqwq {
    font-size: 25px;
    color: var(--pb-color-noir);
}
@media (max-width: 959.98px) {
    .components-apply-cta-wrapper__6yYVYQ .components-apply-cta-subtitle__C7dqwq {
        font-size: 24px;
        line-height: 120%;
    }
}
.components-apply-cta-wrapper__6yYVYQ .components-apply-cta-title__vQbGBe {
    color: var(--pb-color-white);
}
@media (max-width: 959.98px) {
    .components-apply-cta-wrapper__6yYVYQ .components-apply-cta-link__1HMS6C svg {
        display: none;
    }
}
/* Functions */
@media (max-width: 959.98px) {
    .includes-upload-wrapper__e_67ei {
        max-width: 335px;
        margin: 0 auto;
    }
}
@media (max-width: 619.98px) {
    .includes-upload-wrapper__e_67ei {
        max-width: 100%;
    }
}
.includes-upload-wrapper__e_67ei .includes-upload-continue__K1Lewg {
    width: 340px;
}
@media (max-width: 1919.98px) {
    .includes-upload-wrapper__e_67ei .includes-upload-continue__K1Lewg {
        width: 100%;
    }
}
.includes-upload-wrapper__e_67ei .includes-upload-radio-group__5g6D0C {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
}
.includes-upload-wrapper__e_67ei .includes-upload-radio-group__5g6D0C label {
    margin: 0;
}
@media (min-width: 960px) {
    .includes-upload-wrapper__e_67ei .includes-upload-rules__LxHsug {
        max-width: 260px;
        margin: 0 0 0 auto;
    }
}
@media (max-width: 959.98px) {
    .includes-upload-wrapper__e_67ei .includes-upload-rules__LxHsug {
        margin: 30px 0 0;
    }
}
.includes-upload-wrapper__e_67ei .includes-upload-preview__U3_umH {
    position: relative;
}
.includes-upload-wrapper__e_67ei .includes-upload-preview__U3_umH img {
    border-radius: 8px;
}
.includes-upload-wrapper__e_67ei .includes-upload-preview__U3_umH .includes-upload-details__eae32r {
    color: var(--pb-color-white);
    font-size: 14px;
    line-height: 150%;
    font-style: normal;
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 0 5px;
    background-color: var(--pb-color-primary-50);
    border-radius: 5px;
}
.includes-upload-wrapper__e_67ei .includes-upload-actions__Vg6ItC {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 5px 0 0;
}
.includes-upload-wrapper__e_67ei .includes-upload-actions__Vg6ItC input[type='radio']:checked + label,
.includes-upload-wrapper__e_67ei .includes-upload-actions__Vg6ItC input[type='checkbox']:checked + label {
    color: var(--pb-color-white);
    background-color: var(--pb-color-accent);
}

.includes-upload-success__PdaxzC {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
    color: var(--pb-color-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    font-style: normal;
}
/* Functions */
.includes-upload-video-rules-wrapper__PR7D3G {
    width: 100%;
}
.includes-upload-video-rules-wrapper__PR7D3G .includes-upload-video-rules-info-wrapper__CBRKus {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    padding: 9px 10px 9px 50px;
    border-radius: 25px;
}
.includes-upload-video-rules-wrapper__PR7D3G
    .includes-upload-video-rules-info-wrapper__CBRKus
    .includes-upload-video-rules-image__TVpZ9M {
    position: absolute;
    top: 0;
    left: -20px;
}
.includes-upload-video-rules-wrapper__PR7D3G
    .includes-upload-video-rules-info-wrapper__CBRKus
    .includes-upload-video-rules-image__TVpZ9M
    .includes-upload-video-rules-coin__REtM0u {
    width: 60px;
    height: 56px;
}
.includes-upload-video-rules-wrapper__PR7D3G .includes-upload-video-rules-grey__Z4Zk6k {
    color: var(--pb-color-primary);
    background-color: var(--pb-color-primary-10);
}
body.darkmode .includes-upload-video-rules-wrapper__PR7D3G .includes-upload-video-rules-grey__Z4Zk6k {
    background-color: rgba(51, 24, 45, 0.8);
}
.includes-upload-video-rules-wrapper__PR7D3G
    .includes-upload-video-rules-grey__Z4Zk6k
    .includes-upload-video-rules-tooltip-wrapper__V3nNw_ {
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.includes-upload-video-rules-wrapper__PR7D3G
    .includes-upload-video-rules-grey__Z4Zk6k
    .includes-upload-video-rules-tooltip-wrapper__V3nNw_
    .includes-upload-video-rules-icon__QUJ_dO {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.includes-upload-video-rules-wrapper__PR7D3G
    .includes-upload-video-rules-grey__Z4Zk6k
    .includes-upload-video-rules-tooltip-wrapper__V3nNw_
    .includes-upload-video-rules-icon__QUJ_dO
    svg {
    width: 20px;
    height: 20px;
    color: var(--pb-color-primary-50);
}
.includes-upload-video-rules-wrapper__PR7D3G .includes-upload-video-rules-pink__QPFhz1 {
    color: var(--pb-color-base);
    background-color: var(--pb-color-accent);
}
.includes-upload-video-rules-wrapper__PR7D3G
    .includes-upload-video-rules-pink__QPFhz1
    .includes-upload-video-rules-info__2rcJ_C {
    color: var(--pb-color-base);
}
body.darkmode
    .includes-upload-video-rules-wrapper__PR7D3G
    .includes-upload-video-rules-pink__QPFhz1
    .includes-upload-video-rules-info__2rcJ_C {
    color: var(--pb-color-white);
}
.includes-upload-video-rules-wrapper__PR7D3G
    .includes-upload-video-rules-pink__QPFhz1
    .includes-upload-video-rules-tooltip-wrapper__V3nNw_ {
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: var(--pb-color-primary);
}
body.darkmode
    .includes-upload-video-rules-wrapper__PR7D3G
    .includes-upload-video-rules-pink__QPFhz1
    .includes-upload-video-rules-tooltip-wrapper__V3nNw_ {
    color: var(--pb-color-white);
}
.includes-upload-video-rules-wrapper__PR7D3G
    .includes-upload-video-rules-pink__QPFhz1
    .includes-upload-video-rules-tooltip-wrapper__V3nNw_
    .includes-upload-video-rules-icon__QUJ_dO {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.includes-upload-video-rules-wrapper__PR7D3G
    .includes-upload-video-rules-pink__QPFhz1
    .includes-upload-video-rules-tooltip-wrapper__V3nNw_
    .includes-upload-video-rules-icon__QUJ_dO
    svg {
    width: 20px;
    height: 20px;
    color: rgba(255, 255, 255, 0.5);
}
body.darkmode
    .includes-upload-video-rules-wrapper__PR7D3G
    .includes-upload-video-rules-pink__QPFhz1
    .includes-upload-video-rules-tooltip-wrapper__V3nNw_
    .includes-upload-video-rules-icon__QUJ_dO
    svg {
    color: var(--pb-color-quaternary);
}
.includes-upload-video-rules-wrapper__PR7D3G
    .includes-upload-video-rules-pink__QPFhz1
    .includes-upload-video-rules-button__Wjf45Z {
    background-color: var(--pb-color-base);
    border: none;
}
body.darkmode
    .includes-upload-video-rules-wrapper__PR7D3G
    .includes-upload-video-rules-pink__QPFhz1
    .includes-upload-video-rules-button__Wjf45Z {
    background-color: var(--pb-color-white);
}
.includes-upload-video-rules-wrapper__PR7D3G .includes-upload-video-rules-list__RFR7vJ {
    padding-left: 20px;
    list-style-type: disc;
}
.includes-upload-video-rules-wrapper__PR7D3G .includes-upload-video-rules-link__RwXOyv {
    color: var(--pb-color-accent);
}
.includes-upload-video-rules-wrapper__PR7D3G .includes-upload-video-rules-link__RwXOyv:hover {
    color: var(--pb-color-primary-button-background-hover);
}
/* Functions */
.includes-sorting-wrapper__QuPuyO {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    min-height: 26px;
    margin: 10px 0 20px;
}
@media (max-width: 959.98px) {
    .includes-sorting-wrapper__QuPuyO {
        margin: 10px 0 15px;
    }
}
.includes-sorting-wrapper__QuPuyO .includes-sorting-search-models__e5bQo0 {
    display: flex;
    flex: 1;
}
@media (max-width: 959.98px) {
    .includes-sorting-wrapper__QuPuyO .includes-sorting-search-models__e5bQo0 {
        display: none;
    }
}
.includes-sorting-wrapper__QuPuyO .includes-sorting-search-models__e5bQo0 form {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
}
.includes-sorting-wrapper__QuPuyO .includes-sorting-search-models__e5bQo0 form svg {
    width: 24px;
    height: 24px;
    color: var(--pb-color-accent);
}
.includes-sorting-wrapper__QuPuyO .includes-sorting-search-models__e5bQo0 form input {
    color: var(--pb-color-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.includes-sorting-wrapper__QuPuyO .includes-sorting-search-models__e5bQo0 form input::-moz-placeholder {
    color: var(--pb-color-primary-50);
    opacity: 1;
}
.includes-sorting-wrapper__QuPuyO .includes-sorting-search-models__e5bQo0 form input::placeholder {
    color: var(--pb-color-primary-50);
    opacity: 1;
}
.includes-sorting-wrapper__QuPuyO .includes-sorting-filters__Z6fxqC {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    white-space: nowrap;
}
@media (max-width: 959.98px) {
    .includes-sorting-wrapper__QuPuyO .includes-sorting-filters__Z6fxqC {
        flex-wrap: wrap;
    }
}
.includes-sorting-wrapper__QuPuyO .includes-sorting-filters__Z6fxqC .includes-sorting-filter-item___jOBaX {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    color: var(--pb-color-primary-50);
}
.includes-sorting-wrapper__QuPuyO .includes-sorting-filters__Z6fxqC .includes-sorting-filter-item___jOBaX:hover {
    color: var(--pb-color-link-hover);
}
.includes-sorting-wrapper__QuPuyO .includes-sorting-filters__Z6fxqC .includes-sorting-filter-item___jOBaX:active,
.includes-sorting-wrapper__QuPuyO .includes-sorting-filters__Z6fxqC .includes-sorting-filter-item___jOBaX:focus {
    color: var(--pb-color-link-active);
}
.includes-sorting-wrapper__QuPuyO .includes-sorting-filters__Z6fxqC .includes-sorting-filter-item___jOBaX {
    text-transform: uppercase;
    letter-spacing: 0.36px;
}
@media (max-width: 959.98px) {
    .includes-sorting-wrapper__QuPuyO .includes-sorting-filters__Z6fxqC .includes-sorting-filter-item___jOBaX {
        align-items: flex-start;
        font-size: 14px;
        letter-spacing: 0;
    }
}
.includes-sorting-wrapper__QuPuyO .includes-sorting-filters__Z6fxqC .includes-sorting-filter-item___jOBaX svg {
    width: 18px;
    height: 18px;
}
@media (max-width: 959.98px) {
    .includes-sorting-wrapper__QuPuyO .includes-sorting-filters__Z6fxqC .includes-sorting-filter-item___jOBaX svg {
        width: 16px;
        height: 16px;
    }
}
.includes-sorting-wrapper__QuPuyO .includes-sorting-filters__Z6fxqC .includes-sorting-filter-item___jOBaX[data-active] {
    color: var(--pb-color-accent);
}
.includes-sorting-wrapper__QuPuyO
    .includes-sorting-filters__Z6fxqC
    .includes-sorting-filter-item___jOBaX[data-pb-dropdown='toggle-duration'][data-opened='true']
    svg {
    transform: rotate(180deg);
}
.includes-sorting-wrapper__QuPuyO .includes-sorting-filters__Z6fxqC .includes-sorting-filters-page-specific__11XyW7 {
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.includes-sorting-wrapper__QuPuyO
    .includes-sorting-filters__Z6fxqC
    .includes-sorting-filters-page-specific__11XyW7
    .includes-sorting-selected-categories-count__HofI1U {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: none;
    width: 20px;
    height: 20px;
    line-height: 100%;
    color: var(--pb-color-primary-button-text);
    background-color: var(--pb-color-accent);
    border-radius: 50%;
}
.includes-sorting-wrapper__QuPuyO [data-option-disabled] {
    opacity: 0.5;
}
.includes-sorting-wrapper__QuPuyO [data-option-disabled]:hover::after {
    color: var(--pb-color-noir);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    position: absolute;
    bottom: 27px;
    left: -60px;
    z-index: 100;
    width: -moz-max-content;
    width: max-content;
    padding: 2px 10px;
    font-family: var(--font-Roboto);
    text-transform: none;
    content: 'Temporarily disabled';
    background: var(--pb-color-white);
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

/* Variants */
@media (max-width: 959.98px) {
    .includes-sorting-model__ymsjx_ {
        justify-content: center;
    }
}
.includes-sorting-model__ymsjx_ .includes-sorting-filters__Z6fxqC {
    flex: 2;
}
.includes-sorting-model__ymsjx_ .includes-sorting-filters__Z6fxqC .includes-sorting-filters-page-specific__11XyW7 {
    flex: 1;
}
@media (max-width: 959.98px) {
    .includes-sorting-model__ymsjx_ .includes-sorting-filters__Z6fxqC .includes-sorting-filters-page-specific__11XyW7 {
        flex: 0 1 auto;
    }
}
.includes-sorting-model__ymsjx_
    .includes-sorting-filters__Z6fxqC
    .includes-sorting-filters-page-specific__11XyW7.includes-sorting-hidden__ce3jB0 {
    visibility: hidden;
}
@media (max-width: 959.98px) {
    .includes-sorting-model__ymsjx_
        .includes-sorting-filters__Z6fxqC
        .includes-sorting-filters-page-specific__11XyW7.includes-sorting-hidden__ce3jB0 {
        display: none;
    }
}

.includes-sorting-common__NOq3Ia {
    position: relative;
}
@media (max-width: 959.98px) {
    .includes-sorting-common__NOq3Ia {
        justify-content: center;
    }
}
.includes-sorting-common__NOq3Ia .includes-sorting-filters__Z6fxqC {
    flex: 1;
}
@media (max-width: 959.98px) {
    .includes-sorting-common__NOq3Ia .includes-sorting-filters__Z6fxqC {
        flex: 0;
    }
}
.includes-sorting-common__NOq3Ia .includes-sorting-filters-page-specific__11XyW7 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
}
@media (max-width: 1139.98px) {
    .includes-sorting-common__NOq3Ia .includes-sorting-filters-page-specific__11XyW7 {
        position: static;
    }
}
.includes-sorting-common__NOq3Ia .includes-sorting-filters-page-specific__11XyW7 .includes-sorting-exclusive__CNAsPF {
    color: var(--pb-color-accent);
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.36px;
}

.includes-sorting-community__ezCN5D {
    position: absolute;
    top: 44px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
}
@media (max-width: 1319.98px) {
    .includes-sorting-community__ezCN5D {
        top: 34px;
    }
}
@media (max-width: 959.98px) {
    .includes-sorting-community__ezCN5D {
        top: 27px;
    }
}

.includes-sorting-male-model__sUGHmn .includes-sorting-filters__Z6fxqC {
    flex: 1;
}
.includes-sorting-male-model__sUGHmn .includes-sorting-filters__Z6fxqC .includes-sorting-filters-page-specific__11XyW7 {
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 959.98px) {
    .includes-sorting-male-model__sUGHmn
        .includes-sorting-filters__Z6fxqC
        .includes-sorting-filters-page-specific__11XyW7 {
        position: static;
    }
}
/* Functions */
.includes-smileys_bar-wrapper__msdMy0 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: hidden;
    background-color: var(--pb-color-quaternary);
    border-radius: 0 0 25px 25px;
}
.includes-smileys_bar-wrapper__msdMy0 .includes-smileys_bar-data__i1PbZi {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    padding: 4px 20px 10px;
    overflow-x: auto;
}
.includes-smileys_bar-wrapper__msdMy0 .includes-smileys_bar-data__i1PbZi img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
/* Functions */
/* We can use row / col, but have order classes */
.includes-pagination-wrapper__dMu7Yi {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0 0;
}
@media (max-width: 1139.98px) {
    .includes-pagination-wrapper__dMu7Yi {
        margin: 30px 0 0;
    }
}
.includes-pagination-wrapper__dMu7Yi > *:only-child {
    margin: 0 auto;
}
.includes-pagination-wrapper__dMu7Yi ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.includes-pagination-wrapper__dMu7Yi .includes-pagination-show__enMVKx {
    line-height: 120%;
}
@media (max-width: 619.98px) {
    .includes-pagination-wrapper__dMu7Yi .includes-pagination-show__enMVKx {
        order: 2;
    }
}
.includes-pagination-wrapper__dMu7Yi .includes-pagination-show__enMVKx [data-active] {
    color: var(--pb-color-accent);
    cursor: default;
}
.includes-pagination-wrapper__dMu7Yi .includes-pagination-list__0cyzaJ {
    gap: 2px;
}
@media (max-width: 619.98px) {
    .includes-pagination-wrapper__dMu7Yi .includes-pagination-list__0cyzaJ {
        justify-content: center;
        width: 100%;
    }
}
.includes-pagination-wrapper__dMu7Yi .includes-pagination-list__0cyzaJ li a {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.2s;
}
.includes-pagination-wrapper__dMu7Yi .includes-pagination-list__0cyzaJ li a:hover {
    color: var(--pb-color-primary);
    background-color: var(--pb-color-quaternary);
}
.includes-pagination-wrapper__dMu7Yi .includes-pagination-list__0cyzaJ li a.includes-pagination-arrow__tI2ctV {
    color: var(--pb-color-primary-50);
}
.includes-pagination-wrapper__dMu7Yi .includes-pagination-list__0cyzaJ li span {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    color: var(--pb-color-primary-button-text);
    background-color: var(--pb-color-accent);
    border-radius: 50%;
}
.includes-pagination-wrapper__dMu7Yi .includes-pagination-count__J4jJDO {
    padding: 10px;
}
@media (max-width: 619.98px) {
    .includes-pagination-wrapper__dMu7Yi .includes-pagination-count__J4jJDO {
        order: 3;
    }
}
.includes-pagination-wrapper__dMu7Yi {
    /* TODO: */
}
.includes-pagination-wrapper__dMu7Yi.includes-pagination-only-pages__SJ_NRv .includes-pagination-list__0cyzaJ,
.includes-pagination-wrapper__dMu7Yi.includes-pagination-only-pages__SJ_NRv .includes-pagination-count__J4jJDO {
    margin-left: auto;
}
/* Functions */
.includes-message-me-popup-wrapper__2tVq9f {
    overflow-wrap: anywhere;
}
.includes-message-me-popup-wrapper__2tVq9f form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0 0;
}
.includes-message-me-popup-wrapper__2tVq9f form .includes-message-me-popup-smileys__XOpXYo {
    min-height: 230px;
    border: 3px solid var(--pb-color-primary-75);
    border-radius: 25px;
}
.includes-message-me-popup-wrapper__2tVq9f
    form
    .includes-message-me-popup-smileys__XOpXYo
    .includes-message-me-popup-count__Or73aA {
    position: absolute;
    top: 14px;
    right: 20px;
    color: var(--pb-color-primary-50);
}
/* Functions */
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU
    .includes-list-members-inner__Q_lIol {
    position: relative;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
}
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU
    .includes-list-members-inner__Q_lIol
    .includes-list-members-image__v4b77a
    img {
    width: 140px;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border: 0 solid var(--pb-color-accent);
    border-radius: 50%;
    transition: border 0.2s;
}
@media (max-width: 959.98px) {
    .includes-list-members-wrapper__071LwO
        .includes-list-members-item__u3V1qe
        .includes-list-members-box__P1t1KU
        .includes-list-members-inner__Q_lIol
        .includes-list-members-image__v4b77a
        img {
        width: 120px;
    }
}
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU
    .includes-list-members-inner__Q_lIol
    .includes-list-members-unread-messages__oHeDGu {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    height: 30px;
    color: var(--pb-color-white);
    background-color: var(--pb-color-accent);
    border-radius: 50%;
    transition: all linear 0.2s;
}
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU
    .includes-list-members-inner__Q_lIol
    .includes-list-members-profile-premium__pYLOn2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    color: var(--pb-color-base);
}
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU
    .includes-list-members-inner__Q_lIol
    .includes-list-members-profile-premium__pYLOn2
    svg {
    width: 40px;
    height: 50px;
}
@media (max-width: 959.98px) {
    .includes-list-members-wrapper__071LwO
        .includes-list-members-item__u3V1qe
        .includes-list-members-box__P1t1KU
        .includes-list-members-inner__Q_lIol
        .includes-list-members-profile-premium__pYLOn2
        svg {
        width: 30px;
        height: 40px;
    }
}
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU
    .includes-list-members-details__cKNhDb {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0 0;
}
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU
    .includes-list-members-details__cKNhDb
    .includes-list-members-title__z_QON5 {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 100%;
    color: inherit;
}
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU
    .includes-list-members-details__cKNhDb
    .includes-list-members-title__z_QON5
    .includes-list-members-number__LLwoeU {
    color: var(--pb-color-accent);
}
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU
    .includes-list-members-details__cKNhDb
    .includes-list-members-title__z_QON5
    .includes-list-members-name__Pjy1O3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU
    .includes-list-members-details__cKNhDb
    .includes-list-members-date__BU4kc2 {
    color: var(--pb-color-primary-50);
}
.includes-list-members-wrapper__071LwO .includes-list-members-item__u3V1qe .includes-list-members-box__P1t1KU:hover {
    color: var(--pb-color-link-hover);
}
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU:hover
    .includes-list-members-image__v4b77a
    img {
    border-color: var(--pb-color-link-hover);
    border-width: 4px;
}
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU:hover
    .includes-list-members-unread-messages__oHeDGu {
    background-color: var(--pb-color-link-hover);
}
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU:hover
    .includes-list-members-details__cKNhDb
    .includes-list-members-title__z_QON5
    .includes-list-members-number__LLwoeU {
    color: var(--pb-color-link-hover);
}
.includes-list-members-wrapper__071LwO .includes-list-members-item__u3V1qe .includes-list-members-box__P1t1KU:active,
.includes-list-members-wrapper__071LwO .includes-list-members-item__u3V1qe .includes-list-members-box__P1t1KU:focus {
    color: var(--pb-color-link-active);
}
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU:active
    .includes-list-members-details__cKNhDb
    .includes-list-members-title__z_QON5
    .includes-list-members-number__LLwoeU,
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU:focus
    .includes-list-members-details__cKNhDb
    .includes-list-members-title__z_QON5
    .includes-list-members-number__LLwoeU {
    color: var(--pb-color-link-active);
}
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU:active
    .includes-list-members-image__v4b77a
    img,
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU:focus
    .includes-list-members-image__v4b77a
    img {
    border-color: var(--pb-color-link-active);
}
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU:active
    .includes-list-members-unread-messages__oHeDGu,
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-box__P1t1KU:focus
    .includes-list-members-unread-messages__oHeDGu {
    background-color: var(--pb-color-link-active);
}
.includes-list-members-wrapper__071LwO .includes-list-members-item__u3V1qe .includes-list-members-actions__u8q4G2 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0 0;
}
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe
    .includes-list-members-actions__u8q4G2
    button {
    padding: 0 12px;
}
.includes-list-members-wrapper__071LwO
    .includes-list-members-item__u3V1qe.includes-list-members-unread__Qm54f_
    .includes-list-members-inner__Q_lIol
    .includes-list-members-image__v4b77a
    img {
    border-width: 4px;
}
/* Functions */
.includes-list-categories-wrapper__NTP3e_ {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0 0;
}
@media (max-width: 959.98px) {
    .includes-list-categories-wrapper__NTP3e_ {
        display: flex;
        flex-direction: row;
        gap: 5px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin: 10px 0 15px;
    }
}
.includes-list-categories-wrapper__NTP3e_ .includes-list-categories-link__VTb0QB {
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: var(--pb-color-primary);
    font-size: 18px;
    line-height: 100%;
    font-style: normal;
    color: var(--pb-color-primary);
}
.includes-list-categories-wrapper__NTP3e_ .includes-list-categories-link__VTb0QB:hover {
    color: var(--pb-color-link-hover);
}
.includes-list-categories-wrapper__NTP3e_ .includes-list-categories-link__VTb0QB:active,
.includes-list-categories-wrapper__NTP3e_ .includes-list-categories-link__VTb0QB:focus {
    color: var(--pb-color-link-active);
}
@media (max-width: 959.98px) {
    .includes-list-categories-wrapper__NTP3e_ .includes-list-categories-link__VTb0QB {
        display: flex;
        flex-direction: row;
        gap: 7px;
        align-items: center;
        flex-wrap: wrap;
        font-size: 16px;
        line-height: 140%;
        font-style: normal;
        padding: 4px 8px;
        background-color: var(--pb-color-primary-10);
        border-radius: 8px;
        transition: 0.2s;
    }
}
.includes-list-categories-wrapper__NTP3e_ .includes-list-categories-link__VTb0QB span {
    color: var(--pb-color-primary-50);
    transition: 0.2s;
}
.includes-list-categories-wrapper__NTP3e_ .includes-list-categories-link__VTb0QB:hover span {
    color: var(--pb-color-link-hover);
}
@media (max-width: 959.98px) {
    .includes-list-categories-wrapper__NTP3e_ .includes-list-categories-link__VTb0QB:hover {
        color: var(--pb-color-white);
        background-color: var(--pb-color-link-hover);
    }
    .includes-list-categories-wrapper__NTP3e_ .includes-list-categories-link__VTb0QB:hover span {
        color: var(--pb-color-quaternary);
    }
}
.includes-list-categories-wrapper__NTP3e_ .includes-list-categories-link__VTb0QB:active span,
.includes-list-categories-wrapper__NTP3e_ .includes-list-categories-link__VTb0QB:focus span {
    color: var(--pb-color-link-active);
}
@media (max-width: 959.98px) {
    .includes-list-categories-wrapper__NTP3e_ .includes-list-categories-link__VTb0QB:active,
    .includes-list-categories-wrapper__NTP3e_ .includes-list-categories-link__VTb0QB:focus {
        color: var(--pb-color-white);
        background-color: var(--pb-color-link-active);
    }
    .includes-list-categories-wrapper__NTP3e_ .includes-list-categories-link__VTb0QB:active span,
    .includes-list-categories-wrapper__NTP3e_ .includes-list-categories-link__VTb0QB:focus span {
        color: var(--pb-color-quaternary);
    }
}
.includes-list-categories-wrapper__NTP3e_ .includes-list-categories-active__br8cNP {
    color: var(--pb-color-accent);
}
.includes-list-categories-wrapper__NTP3e_ .includes-list-categories-active__br8cNP span {
    color: var(--pb-color-primary-50);
}
@media (max-width: 959.98px) {
    .includes-list-categories-wrapper__NTP3e_ .includes-list-categories-active__br8cNP {
        color: var(--pb-color-white);
        background-color: var(--pb-color-accent);
    }
    .includes-list-categories-wrapper__NTP3e_ .includes-list-categories-active__br8cNP span {
        color: var(--pb-color-quaternary);
    }
}
.includes-list-categories-wrapper__NTP3e_ button {
    font-size: 20px;
    line-height: 100%;
    font-style: normal;
    min-width: 170px;
    border-width: 3px;
    border-radius: 40px;
}
@media (max-width: 959.98px) {
    .includes-list-categories-wrapper__NTP3e_ button {
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
        font-style: normal;
        min-width: 87px;
        height: 30px;
        white-space: nowrap;
        border-width: 2px;
        border-radius: 6px;
    }
}
/* Functions */
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-actions__dVV3hm
    li
    .includes-header-theme-switcher-button__v8sO7H,
header .includes-header-hero__VJXtBn .includes-header-actions__ZgWl4y .includes-header-theme-switcher__Lu7k8J {
    position: relative;
    background-color: var(--pb-color-primary);
    transition: background-color 0.25s ease;
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-actions__dVV3hm
    li
    .includes-header-theme-switcher-button__v8sO7H::before,
header .includes-header-hero__VJXtBn .includes-header-actions__ZgWl4y .includes-header-theme-switcher__Lu7k8J::before {
    position: absolute;
    inset: 0;
    content: '';
    background-color: var(--pb-color-white);
    -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'><path d='M10.9386 4.90201C11.589 4.68304 12.098 5.42106 11.8618 6.0654C11.5534 6.90688 11.3848 7.81573 11.3848 8.76416C11.3848 13.1021 14.9013 16.6186 19.2393 16.6187C20.1884 16.6187 21.0976 16.4495 21.9394 16.1403C22.5836 15.9038 23.3217 16.4124 23.1029 17.0629C21.8248 20.8628 18.2347 23.6001 14.0039 23.6001C8.70215 23.5999 4.4043 19.3013 4.4043 13.9995C4.40447 9.76988 7.1402 6.18085 10.9386 4.90201Z' fill='white'/></svg>");
    mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'><path d='M10.9386 4.90201C11.589 4.68304 12.098 5.42106 11.8618 6.0654C11.5534 6.90688 11.3848 7.81573 11.3848 8.76416C11.3848 13.1021 14.9013 16.6186 19.2393 16.6187C20.1884 16.6187 21.0976 16.4495 21.9394 16.1403C22.5836 15.9038 23.3217 16.4124 23.1029 17.0629C21.8248 20.8628 18.2347 23.6001 14.0039 23.6001C8.70215 23.5999 4.4043 19.3013 4.4043 13.9995C4.40447 9.76988 7.1402 6.18085 10.9386 4.90201Z' fill='white'/></svg>");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 28px;
    mask-size: 28px;
    transition: background-color 0.2s;
}
body.darkmode
    header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-actions__dVV3hm
    li
    .includes-header-theme-switcher-button__v8sO7H::before,
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-actions__dVV3hm
    li
    body.darkmode
    .includes-header-theme-switcher-button__v8sO7H::before,
body.darkmode
    header
    .includes-header-hero__VJXtBn
    .includes-header-actions__ZgWl4y
    .includes-header-theme-switcher__Lu7k8J::before,
header
    .includes-header-hero__VJXtBn
    .includes-header-actions__ZgWl4y
    body.darkmode
    .includes-header-theme-switcher__Lu7k8J::before {
    background-color: var(--pb-color-base);
    -webkit-mask-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="13.5997" cy="13.5997" r="3.4" fill="currentColor" stroke="currentColor" stroke-width="2.26667"/><path d="M13.6016 5.66706V3.40039" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/><path d="M13.6016 23.7999V21.5332" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/><path d="M19.2136 7.99145L20.8164 6.38867" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/><path d="M6.38551 20.8118L7.98828 19.209" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/><path d="M21.5341 13.5996L23.8008 13.5996" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/><path d="M3.4013 13.5996L5.66797 13.5996" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/><path d="M19.2136 19.2097L20.8164 20.8125" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/><path d="M6.38551 6.38746L7.98828 7.99023" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="13.5997" cy="13.5997" r="3.4" fill="currentColor" stroke="currentColor" stroke-width="2.26667"/><path d="M13.6016 5.66706V3.40039" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/><path d="M13.6016 23.7999V21.5332" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/><path d="M19.2136 7.99145L20.8164 6.38867" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/><path d="M6.38551 20.8118L7.98828 19.209" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/><path d="M21.5341 13.5996L23.8008 13.5996" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/><path d="M3.4013 13.5996L5.66797 13.5996" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/><path d="M19.2136 19.2097L20.8164 20.8125" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/><path d="M6.38551 6.38746L7.98828 7.99023" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/></svg>');
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-actions__dVV3hm
    li
    .includes-header-theme-switcher-button__v8sO7H:hover,
header .includes-header-hero__VJXtBn .includes-header-actions__ZgWl4y .includes-header-theme-switcher__Lu7k8J:hover {
    background-color: var(--pb-color-link-hover);
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-actions__dVV3hm
    li
    .includes-header-theme-switcher-button__v8sO7H:active,
header .includes-header-hero__VJXtBn .includes-header-actions__ZgWl4y .includes-header-theme-switcher__Lu7k8J:active {
    background-color: var(--pb-color-link-active);
}
body.darkmode
    header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-actions__dVV3hm
    li
    .includes-header-theme-switcher-button__v8sO7H:hover::before,
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-actions__dVV3hm
    li
    body.darkmode
    .includes-header-theme-switcher-button__v8sO7H:hover::before,
body.darkmode
    header
    .includes-header-hero__VJXtBn
    .includes-header-actions__ZgWl4y
    .includes-header-theme-switcher__Lu7k8J:hover::before,
header
    .includes-header-hero__VJXtBn
    .includes-header-actions__ZgWl4y
    body.darkmode
    .includes-header-theme-switcher__Lu7k8J:hover::before,
body.darkmode
    header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-actions__dVV3hm
    li
    .includes-header-theme-switcher-button__v8sO7H:active::before,
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-actions__dVV3hm
    li
    body.darkmode
    .includes-header-theme-switcher-button__v8sO7H:active::before,
body.darkmode
    header
    .includes-header-hero__VJXtBn
    .includes-header-actions__ZgWl4y
    .includes-header-theme-switcher__Lu7k8J:active::before,
header
    .includes-header-hero__VJXtBn
    .includes-header-actions__ZgWl4y
    body.darkmode
    .includes-header-theme-switcher__Lu7k8J:active::before {
    background-color: var(--pb-color-white);
}

header .includes-header-menu-secondary___Vuqn_ {
    margin: 8px 0 0;
}
@media (max-width: 1139.98px) {
    header .includes-header-menu-secondary___Vuqn_ {
        display: none;
    }
}
header .includes-header-menu-secondary___Vuqn_ .includes-header-inner__xuH_z5 {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    flex-wrap: wrap;
}
header .includes-header-menu-secondary___Vuqn_ .includes-header-inner__xuH_z5 ul {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}
header .includes-header-menu-secondary___Vuqn_ .includes-header-inner__xuH_z5 ul li a {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    font-style: normal;
    color: var(--pb-color-primary-50);
}
header .includes-header-menu-secondary___Vuqn_ .includes-header-inner__xuH_z5 ul li a:hover {
    color: var(--pb-color-link-hover);
}
header .includes-header-menu-secondary___Vuqn_ .includes-header-inner__xuH_z5 ul li a:active,
header .includes-header-menu-secondary___Vuqn_ .includes-header-inner__xuH_z5 ul li a:focus {
    color: var(--pb-color-link-active);
}
header .includes-header-menu-secondary___Vuqn_ .includes-header-inner__xuH_z5 ul li a svg {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    .includes-header-language__Mlhuz0 {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    flex-wrap: nowrap;
    color: var(--pb-color-primary-50);
    cursor: pointer;
    transition: all 0.2s;
}
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    .includes-header-language__Mlhuz0[data-popover-trigger-active='true']
    .includes-header-current-country__BP5w_O {
    color: var(--pb-color-primary);
}
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    .includes-header-language__Mlhuz0[data-popover-trigger-active='true']
    .includes-header-current-country__BP5w_O
    svg {
    transform: rotate(180deg);
}
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    .includes-header-language__Mlhuz0:hover
    .includes-header-current-country__BP5w_O {
    color: var(--pb-color-link-hover);
}
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    .includes-header-language__Mlhuz0
    .includes-header-current-country__BP5w_O {
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
    flex-wrap: nowrap;
}
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    .includes-header-language__Mlhuz0
    .includes-header-current-country__BP5w_O
    svg {
    width: 10px;
}
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    .includes-header-flag___fXWt7 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-es],
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-en],
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-fr],
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-br],
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-de],
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-it],
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-zh],
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-ja],
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-ru],
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-tr] {
    background-position: center;
    background-size: contain;
}
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-es] {
    background-image: url('/static/v2/images/icons/languages/es.png');
}
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-en] {
    background-image: url('/static/v2/images/icons/languages/en.png');
}
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-fr] {
    background-image: url('/static/v2/images/icons/languages/fr.png');
}
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-br] {
    background-image: url('/static/v2/images/icons/languages/br.png');
}
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-de] {
    background-image: url('/static/v2/images/icons/languages/de.png');
}
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-it] {
    background-image: url('/static/v2/images/icons/languages/it.png');
}
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-zh] {
    background-image: url('/static/v2/images/icons/languages/zh.png');
}
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-ja] {
    background-image: url('/static/v2/images/icons/languages/ja.png');
}
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-ru] {
    background-image: url('/static/v2/images/icons/languages/ru.png');
}
header
    .includes-header-menu-secondary___Vuqn_
    .includes-header-inner__xuH_z5
    .includes-header-language-actions__cGAyvD
    [data-flag-tr] {
    background-image: url('/static/v2/images/icons/languages/tr.png');
}
header .includes-header-hero__VJXtBn {
    margin: 30px 0 0;
}
@media (max-width: 1139.98px) {
    header .includes-header-hero__VJXtBn {
        display: none;
    }
}
header .includes-header-hero__VJXtBn .includes-header-logo__9_ClHJ a {
    position: relative;
    display: block;
}
header .includes-header-hero__VJXtBn .includes-header-logo__9_ClHJ a::before {
    position: absolute;
    top: -55px;
    left: 0;
    width: 60px;
    height: 53px;
    content: '';
    background-image: url('data:image/svg+xml,<svg width="60" height="53" viewBox="0 0 60 53" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.79098 47.4919C7.75016 46.9981 9.00821 46.6036 9.89243 46.4319C5.32474 37.3349 -4.60793 9.94656 8.12888 6.74024C21.2023 3.44918 20.8734 33.7743 18.3566 44.4098C19.9165 44.4776 22.6313 44.7708 23.8986 45.5156C23.4889 40.6701 25.1569 25.1105 30.562 20.5496C35.5838 16.3121 41.6243 22.0534 45.3117 26.8988C48.9991 31.7442 51.0297 40.3805 45.3117 42.7C41.0967 44.4098 33.6349 37.8546 31.1766 31.6248" stroke="%23F261B8" stroke-width="2.81181" stroke-linecap="round" stroke-linejoin="round"/><path d="M35.8789 39.4919C35.0891 42.4746 32.4585 46.2569 30.8789 48.044C31.6687 48.3873 32.7575 49.1058 33.1154 49.4919" stroke="%23F261B8" stroke-width="2.81181" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: cover;
    transition: background-image 0.2s;
}
header .includes-header-hero__VJXtBn .includes-header-logo__9_ClHJ a {
    color: var(--pb-color-primary);
}
header .includes-header-hero__VJXtBn .includes-header-logo__9_ClHJ a:hover {
    color: var(--pb-color-link-hover);
}
header .includes-header-hero__VJXtBn .includes-header-logo__9_ClHJ a:active,
header .includes-header-hero__VJXtBn .includes-header-logo__9_ClHJ a:focus {
    color: var(--pb-color-link-active);
}
header .includes-header-hero__VJXtBn .includes-header-logo__9_ClHJ a:hover::before {
    background-image: url('data:image/svg+xml,<svg width="60" height="53" viewBox="0 0 60 53" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.79098 47.4918C7.75016 46.9979 9.00821 46.6034 9.89243 46.4318C5.32474 37.3347 -4.60792 9.94645 8.12888 6.74012C21.2023 3.44907 20.8734 33.7742 18.3566 44.4097C19.9165 44.4775 22.6313 44.7707 23.8986 45.5154C23.0751 35.7764 35.2719 -2.19071 50.5 7.49988C62.929 15.4093 37.258 42.9935 31 47.9999" stroke="%23F261B8" stroke-width="2.81181" stroke-linecap="round" stroke-linejoin="round"/><path d="M30.8789 48.0439C31.6687 48.3873 32.7575 49.1058 33.1154 49.4919" stroke="%23F261B8" stroke-width="2.81181" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
header .includes-header-hero__VJXtBn .includes-header-search__BAN9Oj {
    position: relative;
}
header .includes-header-hero__VJXtBn .includes-header-search__BAN9Oj:hover .includes-header-icon-magnifier__55zUIX {
    color: var(--pb-color-link-hover);
}
header .includes-header-hero__VJXtBn .includes-header-search__BAN9Oj input {
    width: 100%;
    height: 40px;
    padding: 0 40px;
    border-color: var(--pb-color-primary-10);
}
header
    .includes-header-hero__VJXtBn
    .includes-header-search__BAN9Oj
    input:focus
    + .includes-header-icon-magnifier__55zUIX {
    color: var(--pb-color-link-active);
}
header .includes-header-hero__VJXtBn .includes-header-search__BAN9Oj .includes-header-icon-magnifier__55zUIX {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    color: var(--pb-color-primary);
}
header .includes-header-hero__VJXtBn .includes-header-search__BAN9Oj .includes-header-icon-close__UYKOMG {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 24px;
    height: 24px;
    margin: auto 0;
    color: #a08caa;
}
header .includes-header-hero__VJXtBn .includes-header-search__BAN9Oj .includes-header-icon-close__UYKOMG:hover {
    color: var(--pb-color-primary);
}
header .includes-header-hero__VJXtBn .includes-header-search__BAN9Oj .includes-header-icon-close__UYKOMG svg {
    width: 100%;
    height: 100%;
}
header .includes-header-hero__VJXtBn .includes-header-actions__ZgWl4y {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
}
header .includes-header-hero__VJXtBn .includes-header-actions__ZgWl4y .includes-header-btn__WiXm79 {
    min-width: 170px;
}
header
    .includes-header-hero__VJXtBn
    .includes-header-actions__ZgWl4y
    .includes-header-btn__WiXm79.includes-header-upload__1P6FI5 {
    gap: 6px;
    font-size: 18px;
}
header .includes-header-hero__VJXtBn .includes-header-actions__ZgWl4y .includes-header-guest__S_6heT {
    color: var(--pb-color-white);
    background: var(--pb-color-primary-button-background);
    transition: 0.2s;
}
header
    .includes-header-hero__VJXtBn
    .includes-header-actions__ZgWl4y
    .includes-header-guest__S_6heT[data-tooltip-trigger-active='true'],
header .includes-header-hero__VJXtBn .includes-header-actions__ZgWl4y .includes-header-guest__S_6heT:hover {
    background: var(--pb-color-primary-button-background-hover);
}
header .includes-header-hero__VJXtBn .includes-header-actions__ZgWl4y .includes-header-guest__S_6heT:active {
    background: var(--pb-color-primary-button-background-active);
}
header .includes-header-hero__VJXtBn .includes-header-actions__ZgWl4y .includes-header-profile__gNPstk {
    position: relative;
}
header .includes-header-hero__VJXtBn .includes-header-actions__ZgWl4y .includes-header-profile__gNPstk::before {
    position: absolute;
    inset: 0;
    content: '';
    border: 3px solid var(--pb-color-link-hover);
    border-radius: 50%;
    opacity: 0;
    transition:
        border-color 0.2s,
        opacity 0.2s;
}
header
    .includes-header-hero__VJXtBn
    .includes-header-actions__ZgWl4y
    .includes-header-profile__gNPstk[data-tooltip-trigger-active='true']::before,
header .includes-header-hero__VJXtBn .includes-header-actions__ZgWl4y .includes-header-profile__gNPstk:hover::before {
    opacity: 1;
}
header .includes-header-hero__VJXtBn .includes-header-actions__ZgWl4y .includes-header-profile__gNPstk img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
header .includes-header-hero__VJXtBn .includes-header-actions__ZgWl4y .includes-header-profile__gNPstk span {
    color: var(--pb-color-white);
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    font-style: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 22px;
    height: 22px;
    background: var(--pb-color-link-hover);
    border-radius: 50%;
}
header .includes-header-hero__VJXtBn .includes-header-actions__ZgWl4y .includes-header-accent__UQedqd {
    color: var(--pb-color-accent);
}
header .includes-header-menu-primary__jwGILb {
    position: relative;
    padding: 6px 0;
    margin: 20px 0 0;
}
@media (max-width: 1139.98px) {
    header .includes-header-menu-primary__jwGILb {
        display: none;
    }
}
header .includes-header-menu-primary__jwGILb::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    height: 3px;
    content: '';
    background: var(--pb-color-primary-10);
}
@media (min-width: 1140px) {
    header .includes-header-menu-primary__jwGILb::before {
        display: block;
    }
}
header .includes-header-menu-primary__jwGILb ul.includes-header-main__IsJs9m {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 1319.98px) {
    header .includes-header-menu-primary__jwGILb ul.includes-header-main__IsJs9m {
        gap: 24px;
    }
}
header .includes-header-menu-primary__jwGILb ul.includes-header-main__IsJs9m li a.includes-header-link__aV5Ira {
    color: var(--pb-color-link);
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    text-transform: uppercase;
}
@media (max-width: 1319.98px) {
    header .includes-header-menu-primary__jwGILb ul.includes-header-main__IsJs9m li a.includes-header-link__aV5Ira {
        font-size: 16px;
    }
}
header .includes-header-menu-primary__jwGILb ul.includes-header-main__IsJs9m li a.includes-header-link__aV5Ira::before {
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    width: 0%;
    height: 3px;
    content: '';
    background: transparent;
    transition: width 0.2s;
}
header
    .includes-header-menu-primary__jwGILb
    ul.includes-header-main__IsJs9m
    li
    a.includes-header-link__aV5Ira:hover:not(.includes-header-active__wU0xPN),
header
    .includes-header-menu-primary__jwGILb
    ul.includes-header-main__IsJs9m
    li
    a.includes-header-link__aV5Ira[data-tooltip-trigger-active='true'] {
    color: var(--pb-color-link-hover);
}
header
    .includes-header-menu-primary__jwGILb
    ul.includes-header-main__IsJs9m
    li
    a.includes-header-link__aV5Ira:hover:not(.includes-header-active__wU0xPN)::before,
header
    .includes-header-menu-primary__jwGILb
    ul.includes-header-main__IsJs9m
    li
    a.includes-header-link__aV5Ira[data-tooltip-trigger-active='true']::before {
    width: 100%;
    background: var(--pb-color-link-hover);
}
header
    .includes-header-menu-primary__jwGILb
    ul.includes-header-main__IsJs9m
    li
    a.includes-header-link__aV5Ira.includes-header-selected__xuQsCv {
    color: var(--pb-color-accent);
}
header
    .includes-header-menu-primary__jwGILb
    ul.includes-header-main__IsJs9m
    li
    a.includes-header-link__aV5Ira.includes-header-selected__xuQsCv::before {
    width: 100%;
    background: var(--pb-color-accent);
}
header
    .includes-header-menu-primary__jwGILb
    ul.includes-header-main__IsJs9m
    li
    a.includes-header-link__aV5Ira[data-tooltip-trigger-active='true']
    svg {
    transform: rotate(180deg);
}
header .includes-header-menu-primary__jwGILb ul.includes-header-main__IsJs9m li a.includes-header-link__aV5Ira svg {
    transition: all 0.2s;
}
header .includes-header-menu-primary__jwGILb ul.includes-header-main__IsJs9m .includes-header-categories__woY8FV {
    width: 336px;
    padding: 0;
}
header .includes-header-menu-primary__jwGILb ul.includes-header-main__IsJs9m .includes-header-categories__woY8FV div {
    max-height: 382px;
    padding: 20px;
    overflow: auto;
}
header
    .includes-header-menu-primary__jwGILb
    ul.includes-header-main__IsJs9m
    .includes-header-categories__woY8FV
    div
    ul {
    display: grid;
    flex-direction: unset;
    flex-wrap: unset;
    grid-template-columns: repeat(2, 1fr);
}
header .includes-header-menu-primary__jwGILb ul.includes-header-alt__1BmkOo {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
header .includes-header-menu-primary__jwGILb ul.includes-header-alt__1BmkOo li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    font-style: normal;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    flex-wrap: wrap;
}
header .includes-header-menu-primary__jwGILb ul.includes-header-alt__1BmkOo li a.includes-header-active__wU0xPN {
    color: var(--pb-color-accent);
}
header
    .includes-header-menu-primary__jwGILb
    ul.includes-header-alt__1BmkOo
    li
    a.includes-header-active__wU0xPN
    svg
    circle {
    fill: var(--pb-color-accent);
}
header
    .includes-header-menu-primary__jwGILb
    ul.includes-header-alt__1BmkOo
    li
    a:not(.includes-header-creator__ePwR5y)
    svg {
    color: var(--pb-color-primary);
}
header
    .includes-header-menu-primary__jwGILb
    ul.includes-header-alt__1BmkOo
    li
    a:not(.includes-header-creator__ePwR5y)
    svg
    path {
    fill: var(--pb-color-base);
}
header
    .includes-header-menu-primary__jwGILb
    ul.includes-header-alt__1BmkOo
    li
    a.includes-header-creator__ePwR5y
    svg
    path:last-child {
    stroke: var(--pb-color-base);
}
header .includes-header-menu-primary__jwGILb ul.includes-header-alt__1BmkOo li a:hover svg,
header .includes-header-menu-primary__jwGILb ul.includes-header-alt__1BmkOo li a:active svg,
header .includes-header-menu-primary__jwGILb ul.includes-header-alt__1BmkOo li a:focus svg {
    color: inherit;
}
header .includes-header-menu-primary__jwGILb ul.includes-header-alt__1BmkOo li a svg {
    width: 20px;
    height: 20px;
}
header .includes-header-menu-mobile__80Ukf_ {
    position: relative;
    z-index: 310;
    padding: 9px 0;
}
@media (min-width: 1140px) {
    header .includes-header-menu-mobile__80Ukf_ {
        display: none;
    }
}
header .includes-header-menu-mobile__80Ukf_ .includes-header-start___nXMR_ {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}
header .includes-header-menu-mobile__80Ukf_ .includes-header-start___nXMR_ .includes-header-hamburger-icon__5GOESk,
header .includes-header-menu-mobile__80Ukf_ .includes-header-start___nXMR_ .includes-header-magnifier-icon__VF1M4C {
    width: 32px;
    height: 32px;
    color: var(--pb-color-primary);
    border-radius: 0;
}
header
    .includes-header-menu-mobile__80Ukf_
    .includes-header-start___nXMR_
    .includes-header-hamburger-icon__5GOESk[data-opened='true']
    svg
    rect {
    transform-origin: center;
    transition: transform 0.3s;
}
header
    .includes-header-menu-mobile__80Ukf_
    .includes-header-start___nXMR_
    .includes-header-hamburger-icon__5GOESk[data-opened='true']
    svg
    rect:nth-child(1) {
    transform: rotate(45deg) translateX(0) translateY(8px);
}
header
    .includes-header-menu-mobile__80Ukf_
    .includes-header-start___nXMR_
    .includes-header-hamburger-icon__5GOESk[data-opened='true']
    svg
    rect:nth-child(2) {
    opacity: 0;
}
header
    .includes-header-menu-mobile__80Ukf_
    .includes-header-start___nXMR_
    .includes-header-hamburger-icon__5GOESk[data-opened='true']
    svg
    rect:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg) translateX(-8px);
}
header .includes-header-menu-mobile__80Ukf_ .includes-header-logo__9_ClHJ {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 1139.98px) {
    header .includes-header-menu-mobile__80Ukf_ .includes-header-logo__9_ClHJ {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
header .includes-header-menu-mobile__80Ukf_ .includes-header-logo__9_ClHJ a svg {
    width: 140px;
    height: 32px;
}
header .includes-header-menu-mobile__80Ukf_ .includes-header-end__w4B83d {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    max-width: 70px;
}
header .includes-header-menu-mobile__80Ukf_ .includes-header-end__w4B83d button {
    width: 32px;
    height: 32px;
}
header .includes-header-menu-mobile__80Ukf_ .includes-header-end__w4B83d .includes-header-guest__S_6heT {
    color: var(--pb-color-base);
    background: var(--pb-color-primary-button-background);
}
@media (max-width: 1139.98px) {
    header .includes-header-menu-mobile__80Ukf_ .includes-header-end__w4B83d .includes-header-guest__S_6heT {
        background: var(--pb-color-primary);
    }
}
header .includes-header-menu-mobile__80Ukf_ .includes-header-end__w4B83d .includes-header-guest__S_6heT svg {
    width: 28px;
    height: 28px;
}
header .includes-header-menu-mobile__80Ukf_ .includes-header-end__w4B83d .includes-header-accent__UQedqd {
    color: var(--pb-color-accent);
}
header .includes-header-menu-mobile__80Ukf_ .includes-header-end__w4B83d .includes-header-profile__gNPstk {
    position: relative;
}
header .includes-header-menu-mobile__80Ukf_ .includes-header-end__w4B83d .includes-header-profile__gNPstk::before {
    position: absolute;
    inset: 0;
    content: '';
    border: 3px solid var(--pb-color-link-hover);
    border-radius: 50%;
    opacity: 0;
    transition:
        border-color 0.2s,
        opacity 0.2s;
}
header
    .includes-header-menu-mobile__80Ukf_
    .includes-header-end__w4B83d
    .includes-header-profile__gNPstk[data-popover-trigger-active='true']::before,
header
    .includes-header-menu-mobile__80Ukf_
    .includes-header-end__w4B83d
    .includes-header-profile__gNPstk:hover::before {
    opacity: 1;
}
header .includes-header-menu-mobile__80Ukf_ .includes-header-end__w4B83d .includes-header-profile__gNPstk img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
header .includes-header-menu-mobile__80Ukf_ .includes-header-end__w4B83d .includes-header-profile__gNPstk span {
    color: var(--pb-color-white);
    font-size: 9px;
    font-weight: 700;
    line-height: 150%;
    font-style: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    background: var(--pb-color-link-hover);
    border-radius: 50%;
}
header .includes-header-mobile-box__5lwlM7 {
    position: fixed;
    inset: 0;
    z-index: 300;
    padding: 100px 0 0;
    background: var(--pb-color-base);
}
@media (min-width: 1140px) {
    header .includes-header-mobile-box__5lwlM7 {
        display: none;
    }
}
header .includes-header-mobile-box__5lwlM7 .includes-header-inner__xuH_z5 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex-wrap: nowrap;
    height: 100%;
    padding: 20px;
    overflow: auto;
}
@media (max-width: 619.98px) {
    header .includes-header-mobile-box__5lwlM7 .includes-header-inner__xuH_z5 {
        padding: 40px 20px 0;
    }
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-primary__JtpkcI {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    flex-wrap: nowrap;
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-primary__JtpkcI
    .includes-header-link__aV5Ira {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.36px;
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-actions__dVV3hm {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-actions__dVV3hm
    li
    .includes-header-theme-switcher-button__v8sO7H {
    width: 50px;
    height: 50px;
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-actions__dVV3hm
    li
    .includes-header-upload-button__czB0f_ {
    width: 50px;
    height: 50px;
    color: var(--pb-color-primary);
    border: 3px solid var(--pb-color-primary);
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-actions__dVV3hm
    .includes-header-language-link__XRGEtx {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-actions__dVV3hm
    .includes-header-language-link__XRGEtx
    svg {
    width: 100%;
    height: 100%;
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-actions__dVV3hm
    .includes-header-language-link__XRGEtx[data-popover-trigger-active='true'] {
    border: 3px solid var(--pb-color-link-hover);
}
header .includes-header-mobile-box__5lwlM7 .includes-header-inner__xuH_z5 ul.includes-header-mobile-menu-cake__gxkyPt {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-cake__gxkyPt
    .includes-header-btn__WiXm79 {
    min-width: 160px;
}
header .includes-header-mobile-box__5lwlM7 .includes-header-inner__xuH_z5 ul.includes-header-mobile-menu-tools__7pYXe6 {
    display: flex;
    flex-direction: row;
    gap: 16px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-tools__7pYXe6
    li
    a {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    font-style: normal;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-tools__7pYXe6
    li
    a.includes-header-active__wU0xPN {
    color: var(--pb-color-accent);
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-tools__7pYXe6
    li
    a.includes-header-active__wU0xPN
    svg
    circle {
    fill: var(--pb-color-accent);
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-tools__7pYXe6
    li
    a:not(.includes-header-creator__ePwR5y)
    svg {
    color: var(--pb-color-primary);
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-tools__7pYXe6
    li
    a:not(.includes-header-creator__ePwR5y)
    svg
    path {
    fill: var(--pb-color-base);
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-tools__7pYXe6
    li
    a.includes-header-creator__ePwR5y
    svg
    path:last-child {
    stroke: var(--pb-color-base);
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-tools__7pYXe6
    li
    a:hover
    svg,
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-tools__7pYXe6
    li
    a:active
    svg,
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-tools__7pYXe6
    li
    a:focus
    svg {
    color: inherit;
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-tools__7pYXe6
    li
    a
    svg {
    width: 20px;
    height: 20px;
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-secondary__psMxKn,
header .includes-header-mobile-box__5lwlM7 .includes-header-inner__xuH_z5 ul.includes-header-mobile-menu-top__EbQNHs {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-secondary__psMxKn
    li
    a,
header
    .includes-header-mobile-box__5lwlM7
    .includes-header-inner__xuH_z5
    ul.includes-header-mobile-menu-top__EbQNHs
    li
    a {
    color: var(--pb-color-primary-50);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    font-style: normal;
    color: var(--pb-color-primary-50);
}
header .includes-header-mobile-search__zJaJZY {
    position: fixed;
    inset: 0;
    z-index: 500;
    padding: 80px 20px 20px;
    background: var(--pb-color-base);
}
header .includes-header-mobile-search__zJaJZY .includes-header-search__BAN9Oj {
    position: relative;
}
header
    .includes-header-mobile-search__zJaJZY
    .includes-header-search__BAN9Oj:hover
    .includes-header-icon-magnifier__55zUIX {
    color: var(--pb-color-link-hover);
}
header .includes-header-mobile-search__zJaJZY .includes-header-search__BAN9Oj input {
    width: 100%;
    height: 40px;
    padding: 0 40px;
    border-color: var(--pb-color-primary-10);
}
header
    .includes-header-mobile-search__zJaJZY
    .includes-header-search__BAN9Oj
    input:focus
    + .includes-header-icon-magnifier__55zUIX {
    color: var(--pb-color-link-active);
}
header .includes-header-mobile-search__zJaJZY .includes-header-search__BAN9Oj .includes-header-icon-magnifier__55zUIX {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    color: var(--pb-color-primary);
}
header .includes-header-mobile-search__zJaJZY .includes-header-search__BAN9Oj .includes-header-icon-close__UYKOMG {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 24px;
    height: 24px;
    margin: auto 0;
    color: #a08caa;
}
header
    .includes-header-mobile-search__zJaJZY
    .includes-header-search__BAN9Oj
    .includes-header-icon-close__UYKOMG:hover {
    color: var(--pb-color-primary);
}
header .includes-header-mobile-search__zJaJZY .includes-header-search__BAN9Oj .includes-header-icon-close__UYKOMG svg {
    width: 100%;
    height: 100%;
}
header .includes-header-cake__BOU0Eg {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    flex-wrap: nowrap;
}
header .includes-header-cake__BOU0Eg,
header .includes-header-cake__BOU0Eg:hover {
    color: var(--pb-color-white);
    font-size: 15px;
    line-height: normal;
    font-style: normal;
    text-transform: uppercase;
}
body.darkmode header .includes-header-cake__BOU0Eg,
body.darkmode header .includes-header-cake__BOU0Eg:hover {
    background-color: transparent;
    border: 3px solid #f2f2f2;
}
body.darkmode header .includes-header-cake__BOU0Eg:hover,
body.darkmode header .includes-header-cake__BOU0Eg:hover:hover {
    border-color: var(--pb-color-link-hover);
}
header .includes-header-cake__BOU0Eg::before,
header .includes-header-cake__BOU0Eg:hover::before {
    width: 16px;
    height: 16px;
    content: '';
    background-image: url('/static/v2/images/advertise/videocam.png');
    background-repeat: no-repeat;
    background-size: contain;
}
/* Functions */
footer {
    padding: 80px 0;
    margin: 80px 0 0;
    border-top: 3px solid var(--pb-color-primary-10);
}
footer .includes-footer-logo__ZyvCgJ {
    display: inline-block;
}
footer .includes-footer-logo__ZyvCgJ svg {
    height: 29px;
    margin: 0 auto;
    color: var(--pb-color-primary);
}
footer .includes-footer-logo__ZyvCgJ:hover svg path {
    fill: var(--pb-color-link-hover);
}
footer .includes-footer-logo__ZyvCgJ:active svg path,
footer .includes-footer-logo__ZyvCgJ:focus svg path {
    fill: var(--pb-color-link-active);
}
footer .includes-footer-menu-primary__3gsB1O,
footer .includes-footer-menu-secondary__rMACwn {
    display: flex;
    flex-direction: row;
    gap: 16px 24px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
footer .includes-footer-menu-primary__3gsB1O a.includes-footer-selected__paODUg,
footer .includes-footer-menu-secondary__rMACwn a.includes-footer-selected__paODUg {
    color: var(--pb-color-accent);
}
footer .includes-footer-menu-primary__3gsB1O a:hover,
footer .includes-footer-menu-secondary__rMACwn a:hover {
    color: var(--pb-color-link-hover);
}
footer .includes-footer-menu-primary__3gsB1O a:active,
footer .includes-footer-menu-primary__3gsB1O a:focus,
footer .includes-footer-menu-secondary__rMACwn a:active,
footer .includes-footer-menu-secondary__rMACwn a:focus {
    color: var(--pb-color-link-active);
}
footer .includes-footer-menu-primary__3gsB1O {
    display: flex;
    flex-direction: row;
    gap: 16px 24px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
footer .includes-footer-menu-primary__3gsB1O a {
    color: var(--pb-color-primary-75);
}
footer .includes-footer-menu-primary__3gsB1O .includes-footer-link-upgrade__JYzC_A {
    color: var(--pb-color-accent);
}
footer .includes-footer-menu-secondary__rMACwn {
    display: flex;
    flex-direction: row;
    gap: 16px 24px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
footer .includes-footer-menu-secondary__rMACwn a {
    color: var(--pb-color-primary-50);
}
footer .includes-footer-menu-secondary__rMACwn .includes-footer-info__SzOtDW {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    color: var(--pb-color-primary-50);
}
footer .includes-footer-menu-secondary__rMACwn .includes-footer-info__SzOtDW a {
    color: var(--pb-color-accent);
}
footer .includes-footer-menu-secondary__rMACwn .includes-footer-info__SzOtDW a:hover {
    color: var(--pb-color-link-hover);
}
footer .includes-footer-menu-secondary__rMACwn .includes-footer-info__SzOtDW a:active,
footer .includes-footer-menu-secondary__rMACwn .includes-footer-info__SzOtDW a:focus {
    color: var(--pb-color-link-active);
}
/* Functions */
.includes-emoji-bar-wrapper__cAPreH {
    width: 100%;
    overflow-x: hidden;
    background-color: var(--pb-color-quaternary);
    border-radius: 0 0 25px 25px;
}
body.darkmode .includes-emoji-bar-wrapper__cAPreH {
    background-color: var(--pb-color-base);
}
.includes-emoji-bar-wrapper__cAPreH .includes-emoji-bar-data__6TaBsQ {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    padding: 4px 20px;
    overflow-x: auto;
}
.includes-emoji-bar-wrapper__cAPreH .includes-emoji-bar-data__6TaBsQ img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
/* Functions */
.includes-edit_profile_succes_popup-wrapper__ZapJ8B {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
    color: var(--pb-color-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    font-style: normal;
}
@media (min-width: 960px) {
    .includes-edit_profile_succes_popup-wrapper__ZapJ8B {
        white-space: nowrap;
    }
}
/* Functions */
.includes-creator-models-wrapper__3vxADP {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-wrap: wrap;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 300;
    min-width: 265px;
    padding: 32px;
    background: var(--pb-color-base);
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 var(--pb-color-box-shadow);
}
@media (max-width: 619.98px) {
    .includes-creator-models-wrapper__3vxADP {
        bottom: 8px;
        left: 8px;
        padding: 16px;
    }
}
body.darkmode .includes-creator-models-wrapper__3vxADP {
    border: 3px solid var(--pb-color-primary-20);
    box-shadow: none;
}
.includes-creator-models-wrapper__3vxADP .includes-creator-models-title__C4cfIg {
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
    flex-wrap: wrap;
}
.includes-creator-models-wrapper__3vxADP .includes-creator-models-list__36u_Rq li form {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.includes-creator-models-wrapper__3vxADP
    .includes-creator-models-list__36u_Rq
    li
    form
    .includes-creator-models-model__gmKa4s {
    text-decoration: underline;
}
.includes-creator-models-wrapper__3vxADP
    .includes-creator-models-list__36u_Rq
    li
    form
    .includes-creator-models-item-wrapper__q8_hW2 {
    display: flex;
    flex-direction: row;
    gap: 3px;
    align-items: center;
    flex-wrap: nowrap;
}
.includes-creator-models-wrapper__3vxADP
    .includes-creator-models-list__36u_Rq
    li
    form
    .includes-creator-models-item-wrapper__q8_hW2.includes-creator-models-first__O2z0B9 {
    margin: 0 0 0 auto;
}
.includes-creator-models-wrapper__3vxADP
    .includes-creator-models-list__36u_Rq
    li
    form
    .includes-creator-models-item-wrapper__q8_hW2
    [data-disabled='true'] {
    pointer-events: none;
    opacity: 0.5;
}
.includes-creator-models-wrapper__3vxADP
    .includes-creator-models-list__36u_Rq
    li
    form
    .includes-creator-models-info__mRhKgO {
    position: relative;
}
.includes-creator-models-wrapper__3vxADP
    .includes-creator-models-list__36u_Rq
    li
    form
    .includes-creator-models-info__mRhKgO
    svg {
    width: 24px;
    height: 24px;
    color: var(--pb-color-primary-20);
}
body.darkmode
    .includes-creator-models-wrapper__3vxADP
    .includes-creator-models-list__36u_Rq
    li
    form
    .includes-creator-models-info__mRhKgO
    svg {
    color: rgb(217, 217, 217);
}
.includes-creator-models-wrapper__3vxADP
    .includes-creator-models-list__36u_Rq
    li
    form
    .includes-creator-models-info__mRhKgO
    .includes-creator-models-tooltip__o88Y48 {
    color: var(--pb-color-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    font-style: normal;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 500;
    visibility: hidden;
    width: 176px;
    padding: 16px;
    color: var(--pb-color-primary);
    text-transform: none;
    background: var(--pb-color-base);
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 var(--pb-color-box-shadow);
    opacity: 0;
    transform: translateX(-50%);
    transition: 0.2s;
}
body.darkmode
    .includes-creator-models-wrapper__3vxADP
    .includes-creator-models-list__36u_Rq
    li
    form
    .includes-creator-models-info__mRhKgO
    .includes-creator-models-tooltip__o88Y48 {
    border: 3px solid var(--pb-color-primary-20);
    box-shadow: none;
}
.includes-creator-models-wrapper__3vxADP
    .includes-creator-models-list__36u_Rq
    li
    form
    .includes-creator-models-info__mRhKgO:hover
    svg {
    color: var(--pb-color-link-hover);
}
body.darkmode
    .includes-creator-models-wrapper__3vxADP
    .includes-creator-models-list__36u_Rq
    li
    form
    .includes-creator-models-info__mRhKgO:hover
    svg {
    color: var(--pb-color-link-hover);
}
.includes-creator-models-wrapper__3vxADP
    .includes-creator-models-list__36u_Rq
    li
    form
    .includes-creator-models-info__mRhKgO:hover
    .includes-creator-models-tooltip__o88Y48 {
    visibility: visible;
    opacity: 1;
}
.includes-creator-models-wrapper__3vxADP .includes-creator-models-show-more___z1S7X {
    width: -moz-fit-content;
    width: fit-content;
}
/* Functions */
.includes-creator-edit-profile-popup-wrapper__gwBW0x {
    width: 100%;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x .includes-creator-edit-profile-popup-header__bnK476 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-header__bnK476
    .includes-creator-edit-profile-popup-image-wrapper__dwwmNt
    .includes-creator-edit-profile-popup-image__LWVkFe {
    position: relative;
    display: block;
    width: 100px;
    height: 128px;
}
@media (max-width: 959.98px) {
    .includes-creator-edit-profile-popup-wrapper__gwBW0x
        .includes-creator-edit-profile-popup-header__bnK476
        .includes-creator-edit-profile-popup-image-wrapper__dwwmNt
        .includes-creator-edit-profile-popup-image__LWVkFe {
        width: 70px;
        height: 90px;
    }
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-header__bnK476
    .includes-creator-edit-profile-popup-image-wrapper__dwwmNt
    .includes-creator-edit-profile-popup-image__LWVkFe
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-header__bnK476
    .includes-creator-edit-profile-popup-image-wrapper__dwwmNt
    .includes-creator-edit-profile-popup-image__LWVkFe
    .includes-creator-edit-profile-popup-icon__wrzZaP {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 30px;
    height: 30px;
    color: var(--pb-color-accent);
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-header__bnK476
    .includes-creator-edit-profile-popup-image-wrapper__dwwmNt
    .includes-creator-edit-profile-popup-image__LWVkFe
    .includes-creator-edit-profile-popup-icon__wrzZaP
    svg {
    width: 30px;
    height: 30px;
    opacity: 0;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-header__bnK476
    .includes-creator-edit-profile-popup-image-wrapper__dwwmNt
    .includes-creator-edit-profile-popup-image__LWVkFe:hover
    .includes-creator-edit-profile-popup-icon__wrzZaP
    svg {
    opacity: 1;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-header__bnK476
    .includes-creator-edit-profile-popup-info__fQUWuC
    .includes-creator-edit-profile-popup-title__XiRugz {
    margin-bottom: 8px;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-header__bnK476
    .includes-creator-edit-profile-popup-info__fQUWuC
    .includes-creator-edit-profile-popup-checkboxes-wrapper__Lj6_y3 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-header__bnK476
    .includes-creator-edit-profile-popup-info__fQUWuC
    .includes-creator-edit-profile-popup-checkboxes-wrapper__Lj6_y3
    .includes-creator-edit-profile-popup-checkbox-wrapper__o35xHD {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-header__bnK476
    .includes-creator-edit-profile-popup-info__fQUWuC
    .includes-creator-edit-profile-popup-checkboxes-wrapper__Lj6_y3
    .includes-creator-edit-profile-popup-checkbox-wrapper__o35xHD
    .includes-creator-edit-profile-popup-info__fQUWuC {
    width: 24px;
    height: 24px;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-header__bnK476
    .includes-creator-edit-profile-popup-info__fQUWuC
    .includes-creator-edit-profile-popup-checkboxes-wrapper__Lj6_y3
    .includes-creator-edit-profile-popup-checkbox-wrapper__o35xHD
    .includes-creator-edit-profile-popup-info__fQUWuC
    svg {
    width: 24px;
    height: 24px;
    color: var(--pb-color-primary-20);
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x .includes-creator-edit-profile-popup-field__B6OEh8 {
    margin-bottom: 16px;
}
@media (max-width: 959.98px) {
    .includes-creator-edit-profile-popup-wrapper__gwBW0x .includes-creator-edit-profile-popup-field__B6OEh8 {
        margin-bottom: 20px;
    }
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x .includes-creator-edit-profile-popup-social-wrapper__61N82q {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x .includes-creator-edit-profile-popup-social-wrapper__61N82q > div {
    width: 100%;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-social-wrapper__61N82q
    .includes-creator-edit-profile-popup-creator-model-social__tS2b4k {
    position: relative;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-social-wrapper__61N82q
    .includes-creator-edit-profile-popup-creator-model-social__tS2b4k
    button {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 18px;
    height: 18px;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-social-wrapper__61N82q
    .includes-creator-edit-profile-popup-creator-model-social__tS2b4k
    button:hover {
    cursor: pointer;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-social-wrapper__61N82q
    .includes-creator-edit-profile-popup-creator-model-social__tS2b4k
    button
    .includes-creator-edit-profile-popup-apply-icon__rrO9hb {
    display: none;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-social-wrapper__61N82q
    .includes-creator-edit-profile-popup-creator-model-social__tS2b4k
    button
    .includes-creator-edit-profile-popup-apply-icon__rrO9hb[data-active] {
    display: block;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-social-wrapper__61N82q
    .includes-creator-edit-profile-popup-creator-model-social__tS2b4k
    button
    .includes-creator-edit-profile-popup-apply-icon__rrO9hb
    svg {
    color: var(--pb-color-accent);
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-social-wrapper__61N82q
    .includes-creator-edit-profile-popup-creator-model-social__tS2b4k
    button
    .includes-creator-edit-profile-popup-apply-icon__rrO9hb:hover
    svg {
    color: var(--pb-color-link-hover);
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-social-wrapper__61N82q
    .includes-creator-edit-profile-popup-creator-model-social__tS2b4k
    button
    .includes-creator-edit-profile-popup-remove-icon__u8tDFe {
    display: none;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-social-wrapper__61N82q
    .includes-creator-edit-profile-popup-creator-model-social__tS2b4k
    button
    .includes-creator-edit-profile-popup-remove-icon__u8tDFe[data-active] {
    display: block;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-social-wrapper__61N82q
    .includes-creator-edit-profile-popup-creator-model-social__tS2b4k
    button
    .includes-creator-edit-profile-popup-remove-icon__u8tDFe
    svg {
    color: #a08caa;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-social-wrapper__61N82q
    .includes-creator-edit-profile-popup-creator-model-social__tS2b4k
    button
    .includes-creator-edit-profile-popup-remove-icon__u8tDFe:hover
    svg {
    color: var(--pb-color-primary-75);
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-social-wrapper__61N82q
    .includes-creator-edit-profile-popup-social__RWEleR {
    width: 100%;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-social-wrapper__61N82q
    .includes-creator-edit-profile-popup-social__RWEleR
    input {
    padding: 12px 40px 12px 20px;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x .includes-creator-edit-profile-popup-textarea-wrapper__eU1rn9 {
    position: relative;
    background-color: transparent;
    border: 3px solid var(--pb-color-primary-75);
    border-radius: 30px;
    transition: 0.2s;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-textarea-wrapper__eU1rn9
    .fake-textarea-edit {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    min-height: 72px;
    padding: 14px 60px 14px 20px;
    overflow-y: auto;
    overflow-wrap: anywhere;
    outline: none;
    border: none;
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-textarea-wrapper__eU1rn9
    .includes-creator-edit-profile-popup-count__Rz6UyV {
    position: absolute;
    top: 14px;
    right: 20px;
    color: var(--pb-color-primary-50);
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-textarea-wrapper__eU1rn9:hover {
    border-color: var(--pb-color-link-hover);
}
.includes-creator-edit-profile-popup-wrapper__gwBW0x
    .includes-creator-edit-profile-popup-textarea-wrapper__eU1rn9
    textarea {
    padding-bottom: 40px;
    border: none;
}
/* Functions */
.blocks-view-video-similar-wrapper__CKj0pQ .blocks-view-video-similar-heading__KT_AS8 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 20px;
    color: var(--pb-color-primary-50);
    cursor: default;
}
.blocks-view-video-similar-wrapper__CKj0pQ .blocks-view-video-similar-heading__KT_AS8 [data-active] {
    color: var(--pb-color-accent);
}
.blocks-view-video-similar-wrapper__CKj0pQ .blocks-view-video-similar-heading__KT_AS8 a {
    color: var(--pb-color-primary-50);
}
.blocks-view-video-similar-wrapper__CKj0pQ .blocks-view-video-similar-heading__KT_AS8 a:hover {
    color: var(--pb-color-link-hover);
}
.blocks-view-video-similar-wrapper__CKj0pQ .blocks-view-video-similar-heading__KT_AS8 a:active,
.blocks-view-video-similar-wrapper__CKj0pQ .blocks-view-video-similar-heading__KT_AS8 a:focus {
    color: var(--pb-color-link-active);
}
/* Functions */
.blocks-video-comments-wrapper__x06oJp {
    max-width: 700px;
}
.blocks-video-comments-wrapper__x06oJp .blocks-video-comments-title__HkOVoG {
    text-transform: capitalize;
}
.blocks-video-comments-wrapper__x06oJp .blocks-video-comments-success__oIo_TQ {
    margin: 0 0 30px;
    color: var(--pb-color-green);
}
.blocks-video-comments-wrapper__x06oJp .blocks-video-comments-add___q0y0r {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-wrap: wrap;
}
.blocks-video-comments-wrapper__x06oJp .blocks-video-comments-add___q0y0r .blocks-video-comments-smileys__71T4PJ {
    min-height: 140px;
    border: 3px solid var(--pb-color-primary-75);
    border-radius: 25px;
}
.blocks-video-comments-wrapper__x06oJp
    .blocks-video-comments-add___q0y0r
    .blocks-video-comments-smileys__71T4PJ
    .blocks-video-comments-count__u5QbLs {
    position: absolute;
    top: 14px;
    right: 20px;
    color: var(--pb-color-primary-50);
}
.blocks-video-comments-wrapper__x06oJp .blocks-video-comments-add___q0y0r .blocks-video-comments-input__MATPcD,
.blocks-video-comments-wrapper__x06oJp .blocks-video-comments-add___q0y0r .blocks-video-comments-button__ABM5_Y {
    width: 290px;
}
@media (max-width: 959.98px) {
    .blocks-video-comments-wrapper__x06oJp .blocks-video-comments-add___q0y0r .blocks-video-comments-input__MATPcD,
    .blocks-video-comments-wrapper__x06oJp .blocks-video-comments-add___q0y0r .blocks-video-comments-button__ABM5_Y {
        width: auto;
    }
}

.blocks-video-comments-edit-comment-form__Dn1grA .blocks-video-comments-edit-smileys__OUwTc2 {
    position: relative;
    border: 3px solid var(--pb-color-primary-75);
    border-radius: 25px;
}
.blocks-video-comments-edit-comment-form__Dn1grA .blocks-video-comments-edit-smileys__OUwTc2 .fake-textarea-edit {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 190px;
    padding: 14px 60px 14px 20px;
    overflow-y: auto;
    overflow-wrap: anywhere;
    outline: none;
    border: none;
}
.blocks-video-comments-edit-comment-form__Dn1grA
    .blocks-video-comments-edit-smileys__OUwTc2
    .blocks-video-comments-count__u5QbLs {
    position: absolute;
    top: 14px;
    right: 20px;
    color: var(--pb-color-primary-50);
}
.blocks-video-comments-edit-comment-form__Dn1grA .blocks-video-comments-delete__bF5ZC9 {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
}
/* Functions */
.blocks-tags-list-wrapper__nJwrRM {
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 30px 0 0;
    -moz-column-count: 10;
    column-count: 10;
}
@media (max-width: 1319.98px) {
    .blocks-tags-list-wrapper__nJwrRM {
        -moz-column-count: 5;
        column-count: 5;
    }
}
@media (max-width: 959.98px) {
    .blocks-tags-list-wrapper__nJwrRM {
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media (max-width: 619.98px) {
    .blocks-tags-list-wrapper__nJwrRM {
        -moz-column-count: 2;
        column-count: 2;
    }
}
.blocks-tags-list-wrapper__nJwrRM .blocks-tags-list-column__YiAS22 {
    display: block;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.blocks-tags-list-wrapper__nJwrRM .blocks-tags-list-column__YiAS22 .blocks-tags-list-letter__nSJUeF {
    margin: 20px 0 10px;
}
.blocks-tags-list-wrapper__nJwrRM .blocks-tags-list-column__YiAS22 > li:first-child {
    margin: 0 0 10px;
}
.blocks-tags-list-wrapper__nJwrRM .blocks-tags-list-column__YiAS22 .blocks-tags-list-count__FeU9iw {
    font-size: 14px;
    opacity: 0.5;
}
.blocks-tags-list-wrapper__nJwrRM .blocks-tags-list-empty-content__36lWFB {
    margin: 20px 0 0;
}
.blocks-related-articles-wrapper__5MxGOM {
    margin: 40px 0 0;
}
.blocks-related-articles-wrapper__5MxGOM .blocks-related-articles-title__rfnOA_ {
    margin: 0 0 20px;
}
.blocks-related-articles-wrapper__5MxGOM .blocks-related-articles-more__59W3iW {
    margin: 20px auto 0;
}

.blocks-related-articles-more__59W3iW {
    max-width: 340px;
    margin: 20px auto 0;
}
/* Functions */
.blocks-post-view-wrapper__lGf_tp {
    max-width: 700px;
    margin: 0 auto;
}
.blocks-post-view-wrapper__lGf_tp .blocks-post-view-categories__DKAiH_ {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 10px 0;
}
.blocks-post-view-wrapper__lGf_tp .blocks-post-view-categories__DKAiH_ .blocks-post-view-list__72ozPW {
    display: flex;
    flex-direction: row;
    gap: 4px;
    flex-wrap: wrap;
}
.blocks-post-view-wrapper__lGf_tp .blocks-post-view-models__qJwJQU {
    margin: 50px 0;
}
.blocks-post-view-wrapper__lGf_tp .blocks-post-view-models__qJwJQU .blocks-post-view-model__AGfY4H {
    margin: 0 0 80px;
}
.blocks-post-view-wrapper__lGf_tp .blocks-post-view-models__qJwJQU .blocks-post-view-model__AGfY4H img {
    border-radius: 8px;
}
.blocks-post-view-wrapper__lGf_tp
    .blocks-post-view-models__qJwJQU
    .blocks-post-view-model__AGfY4H
    .blocks-post-view-stats__YrzZii {
    justify-content: flex-start;
    margin: 0 0 8px;
}
@media (max-width: 959.98px) {
    .blocks-post-view-wrapper__lGf_tp
        .blocks-post-view-models__qJwJQU
        .blocks-post-view-model__AGfY4H
        .blocks-post-view-stats__YrzZii {
        justify-content: center;
    }
}
.blocks-post-view-wrapper__lGf_tp
    .blocks-post-view-models__qJwJQU
    .blocks-post-view-model__AGfY4H
    .blocks-post-view-title___pX3rh {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media (max-width: 959.98px) {
    .blocks-post-view-wrapper__lGf_tp
        .blocks-post-view-models__qJwJQU
        .blocks-post-view-model__AGfY4H
        .blocks-post-view-title___pX3rh {
        justify-content: center;
    }
}
.blocks-post-view-wrapper__lGf_tp
    .blocks-post-view-models__qJwJQU
    .blocks-post-view-model__AGfY4H
    .blocks-post-view-title___pX3rh
    .blocks-post-view-rank__uPG6KM {
    color: var(--pb-color-accent);
}
.blocks-post-view-wrapper__lGf_tp
    .blocks-post-view-models__qJwJQU
    .blocks-post-view-model__AGfY4H
    .blocks-post-view-title___pX3rh:hover
    .blocks-post-view-rank__uPG6KM {
    color: var(--pb-color-link-hover);
    transition: 0.2s;
}
.blocks-post-view-wrapper__lGf_tp
    .blocks-post-view-models__qJwJQU
    .blocks-post-view-model__AGfY4H
    .blocks-post-view-title___pX3rh
    svg {
    width: 24px;
    height: 24px;
    transition: 0.2s;
}
@media (max-width: 959.98px) {
    .blocks-post-view-wrapper__lGf_tp
        .blocks-post-view-models__qJwJQU
        .blocks-post-view-model__AGfY4H
        .blocks-post-view-title___pX3rh
        svg {
        width: 18px;
        height: 18px;
    }
}
.blocks-post-view-wrapper__lGf_tp
    .blocks-post-view-models__qJwJQU
    .blocks-post-view-model__AGfY4H
    .blocks-post-view-link__OlQFwW {
    gap: 4px;
    margin: 20px 0 0;
}
@media (max-width: 959.98px) {
    .blocks-post-view-wrapper__lGf_tp
        .blocks-post-view-models__qJwJQU
        .blocks-post-view-model__AGfY4H
        .blocks-post-view-link__OlQFwW {
        margin: 40px 0 0;
    }
}
.blocks-post-view-wrapper__lGf_tp .blocks-post-view-share__Fv_Zzi {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 50px 0 0;
}
.blocks-post-view-wrapper__lGf_tp .blocks-post-view-share__Fv_Zzi a:hover,
.blocks-post-view-wrapper__lGf_tp .blocks-post-view-share__Fv_Zzi button:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.blocks-post-view-wrapper__lGf_tp .blocks-post-view-separator__J_n7JA {
    height: 2px;
    margin: 20px 0 0;
}
/* Functions */
.blocks-playlist_edit_edit_playlist_form-wrapper__1_hK2n {
    padding: 0;
}
.blocks-playlist_edit_edit_playlist_form-wrapper__1_hK2n .blocks-playlist_edit_edit_playlist_form-inner__ytnJwA {
    padding: 10px;
}
.blocks-playlist_edit_edit_playlist_form-wrapper__1_hK2n
    .blocks-playlist_edit_edit_playlist_form-inner__ytnJwA
    .blocks-playlist_edit_edit_playlist_form-list__OdhIyq {
    /* TODO: to mixin */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-height: 200px;
    overflow-y: scroll;
}
.blocks-playlist_edit_edit_playlist_form-wrapper__1_hK2n
    .blocks-playlist_edit_edit_playlist_form-inner__ytnJwA
    .blocks-playlist_edit_edit_playlist_form-list__OdhIyq
    li {
    font-size: 14px;
    line-height: 150%;
    font-style: normal;
    overflow: hidden;
}
.blocks-playlist_edit_edit_playlist_form-wrapper__1_hK2n
    .blocks-playlist_edit_edit_playlist_form-inner__ytnJwA
    .blocks-playlist_edit_edit_playlist_form-search__bHmJXt {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    flex-wrap: nowrap;
    height: 28px;
    padding: 0 7px;
    margin: 10px 0 0;
    border: 2px solid var(--pb-color-primary-50);
    border-radius: 4px;
}
.blocks-playlist_edit_edit_playlist_form-wrapper__1_hK2n
    .blocks-playlist_edit_edit_playlist_form-inner__ytnJwA
    .blocks-playlist_edit_edit_playlist_form-search__bHmJXt
    svg {
    width: 15px;
    height: 15px;
}
.blocks-playlist_edit_edit_playlist_form-wrapper__1_hK2n
    .blocks-playlist_edit_edit_playlist_form-inner__ytnJwA
    .blocks-playlist_edit_edit_playlist_form-search__bHmJXt
    input,
.blocks-playlist_edit_edit_playlist_form-wrapper__1_hK2n
    .blocks-playlist_edit_edit_playlist_form-inner__ytnJwA
    .blocks-playlist_edit_edit_playlist_form-search__bHmJXt
    input:focus,
.blocks-playlist_edit_edit_playlist_form-wrapper__1_hK2n
    .blocks-playlist_edit_edit_playlist_form-inner__ytnJwA
    .blocks-playlist_edit_edit_playlist_form-search__bHmJXt
    input:focus-visible,
.blocks-playlist_edit_edit_playlist_form-wrapper__1_hK2n
    .blocks-playlist_edit_edit_playlist_form-inner__ytnJwA
    .blocks-playlist_edit_edit_playlist_form-search__bHmJXt
    input:hover {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
}

.blocks-playlist_edit_edit_playlist_form-success__iUEd3U {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: mull;
    flex-wrap: wrap;
}
/* Functions */
.blocks-playlist-view-playlist-view-wrapper__FNJlJH {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH .blocks-playlist-view-playlist-view-player-wrapper__7gXewW {
    display: flex;
    width: 100%;
    max-width: 1060px;
    margin: 0 0 30px;
}
@media (max-width: 619.98px) {
    .blocks-playlist-view-playlist-view-wrapper__FNJlJH .blocks-playlist-view-playlist-view-player-wrapper__7gXewW {
        width: calc(100% + 40px);
        max-width: none;
        margin: 0 -20px 20px;
    }
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-player-wrapper__7gXewW
    .blocks-playlist-view-playlist-view-player__KjpvfA {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 8px;
}
@media (max-width: 619.98px) {
    .blocks-playlist-view-playlist-view-wrapper__FNJlJH
        .blocks-playlist-view-playlist-view-player-wrapper__7gXewW
        .blocks-playlist-view-playlist-view-player__KjpvfA {
        margin: 0;
    }
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-player-wrapper__7gXewW
    .blocks-playlist-view-playlist-view-player__KjpvfA
    .kt-player {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 8px !important;
}
@media (max-width: 619.98px) {
    .blocks-playlist-view-playlist-view-wrapper__FNJlJH
        .blocks-playlist-view-playlist-view-player-wrapper__7gXewW
        .blocks-playlist-view-playlist-view-player__KjpvfA
        .kt-player {
        border-radius: 0 !important;
    }
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH .blocks-playlist-view-playlist-view-container__7tQ6p7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1060px;
}
@media (max-width: 959.98px) {
    .blocks-playlist-view-playlist-view-wrapper__FNJlJH .blocks-playlist-view-playlist-view-container__7tQ6p7 {
        gap: 20px;
    }
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-playlist-inner__rr3TiO
    .item.selected
    [data-playlist-image] {
    border: 3px solid var(--pb-color-accent);
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-playlist-inner__rr3TiO
    .blocks-playlist-view-playlist-view-playlist-item__EjlEOb
    .blocks-playlist-view-playlist-view-playlist-image__X__cqm {
    overflow: hidden;
    border: 3px solid transparent;
    border-radius: 8px;
    transition: 0.2s;
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-playlist-inner__rr3TiO
    .blocks-playlist-view-playlist-view-playlist-item__EjlEOb
    .blocks-playlist-view-playlist-view-playlist-image__X__cqm
    .blocks-playlist-view-playlist-view-thumbnail__dxLjXQ {
    height: auto;
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-playlist-inner__rr3TiO
    .blocks-playlist-view-playlist-view-playlist-item__EjlEOb
    .blocks-playlist-view-playlist-view-title__VwimWd {
    padding: 0 3px;
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-playlist-inner__rr3TiO
    .blocks-playlist-view-playlist-view-playlist-item__EjlEOb:hover
    .blocks-playlist-view-playlist-view-playlist-image__X__cqm {
    border: 3px solid var(--pb-color-link-hover);
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 0 30px;
    margin: 30px 0 0;
    border-bottom: 3px solid var(--pb-color-primary-10);
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP {
    width: 100%;
    max-width: 700px;
}
@media (max-width: 1139.98px) {
    .blocks-playlist-view-playlist-view-wrapper__FNJlJH
        .blocks-playlist-view-playlist-view-container__7tQ6p7
        .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
        .blocks-playlist-view-playlist-view-info-content__ISAGyP {
        max-width: 520px;
    }
}
@media (max-width: 959.98px) {
    .blocks-playlist-view-playlist-view-wrapper__FNJlJH
        .blocks-playlist-view-playlist-view-container__7tQ6p7
        .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
        .blocks-playlist-view-playlist-view-info-content__ISAGyP {
        max-width: 430px;
    }
}
@media (max-width: 959.98px) {
    .blocks-playlist-view-playlist-view-wrapper__FNJlJH
        .blocks-playlist-view-playlist-view-container__7tQ6p7
        .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
        .blocks-playlist-view-playlist-view-info-content__ISAGyP
        .blocks-playlist-view-playlist-view-header__MDLhAF {
        margin-bottom: 20px;
    }
}
@media (max-width: 1319.98px) {
    .blocks-playlist-view-playlist-view-wrapper__FNJlJH
        .blocks-playlist-view-playlist-view-container__7tQ6p7
        .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
        .blocks-playlist-view-playlist-view-info-content__ISAGyP
        .blocks-playlist-view-playlist-view-header__MDLhAF
        .blocks-playlist-view-playlist-view-header-title___pUP5o {
        font-size: 28px;
    }
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-header__MDLhAF
    .blocks-playlist-view-playlist-view-info-items__aRKOJ0 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-header__MDLhAF
    .blocks-playlist-view-playlist-view-info-items__aRKOJ0
    .blocks-playlist-view-playlist-view-item__il8ewk {
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-header__MDLhAF
    .blocks-playlist-view-playlist-view-info-items__aRKOJ0
    .blocks-playlist-view-playlist-view-item__il8ewk
    .blocks-playlist-view-playlist-view-icon__pIps9v {
    width: 18px;
    height: 18px;
    padding-right: 2px;
    color: var(--pb-color-primary-50);
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-header__MDLhAF
    .blocks-playlist-view-playlist-view-info-items__aRKOJ0
    .blocks-playlist-view-playlist-view-item__il8ewk
    .blocks-playlist-view-playlist-view-text__DoeNoa {
    color: var(--pb-color-primary-50);
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-actions-mobile-wrapper__KBLYs_ {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-actions-mobile-wrapper__KBLYs_
    .blocks-playlist-view-playlist-view-actions-mobile-block__g2_b6u {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-actions-mobile-wrapper__KBLYs_
    .blocks-playlist-view-playlist-view-actions-mobile-block__g2_b6u
    .blocks-playlist-view-playlist-view-actions-item__DndRgn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: var(--pb-color-primary-50);
    background-color: #eaeaea;
    border-radius: 50%;
}
@media (max-width: 619.98px) {
    .blocks-playlist-view-playlist-view-wrapper__FNJlJH
        .blocks-playlist-view-playlist-view-container__7tQ6p7
        .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
        .blocks-playlist-view-playlist-view-info-content__ISAGyP
        .blocks-playlist-view-playlist-view-actions-mobile-wrapper__KBLYs_
        .blocks-playlist-view-playlist-view-actions-mobile-block__g2_b6u
        .blocks-playlist-view-playlist-view-actions-item__DndRgn {
        width: 54px;
        border-radius: 36px;
    }
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-actions-mobile-wrapper__KBLYs_
    .blocks-playlist-view-playlist-view-actions-mobile-block__g2_b6u
    .blocks-playlist-view-playlist-view-actions-item__DndRgn:hover {
    color: var(--pb-color-base);
    background-color: var(--pb-color-accent);
}
body.darkmode
    .blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-actions-mobile-wrapper__KBLYs_
    .blocks-playlist-view-playlist-view-actions-mobile-block__g2_b6u
    .blocks-playlist-view-playlist-view-actions-item__DndRgn:hover {
    color: var(--pb-color-white);
    background-color: var(--pb-color-accent);
}
body.darkmode
    .blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-actions-mobile-wrapper__KBLYs_
    .blocks-playlist-view-playlist-view-actions-mobile-block__g2_b6u
    .blocks-playlist-view-playlist-view-actions-item__DndRgn {
    color: var(--pb-color-primary-50);
    background-color: var(--pb-color-primary-10);
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-text-wrapper__9nZQda {
    max-width: 700px;
    margin-top: 16px;
}
@media (max-width: 959.98px) {
    .blocks-playlist-view-playlist-view-wrapper__FNJlJH
        .blocks-playlist-view-playlist-view-container__7tQ6p7
        .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
        .blocks-playlist-view-playlist-view-info-content__ISAGyP
        .blocks-playlist-view-playlist-view-text-wrapper__9nZQda {
        margin-top: 20px;
    }
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-text-wrapper__9nZQda
    .blocks-playlist-view-playlist-view-info-text__JwJ1fo {
    margin-bottom: 8px;
    color: var(--pb-color-primary-75);
    overflow-wrap: anywhere;
}
@media (max-width: 959.98px) {
    .blocks-playlist-view-playlist-view-wrapper__FNJlJH
        .blocks-playlist-view-playlist-view-container__7tQ6p7
        .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
        .blocks-playlist-view-playlist-view-info-content__ISAGyP
        .blocks-playlist-view-playlist-view-text-wrapper__9nZQda
        .blocks-playlist-view-playlist-view-info-text__JwJ1fo {
        margin-bottom: 15px;
        font-size: 16px;
    }
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-text-wrapper__9nZQda
    .blocks-playlist-view-playlist-view-author__bgER2R {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 24px 0 0;
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-text-wrapper__9nZQda
    .blocks-playlist-view-playlist-view-author__bgER2R
    .blocks-playlist-view-playlist-view-actions__e83wpv {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-text-wrapper__9nZQda
    .blocks-playlist-view-playlist-view-author__bgER2R
    .blocks-playlist-view-playlist-view-actions__e83wpv
    .blocks-playlist-view-playlist-view-link__spk1tr {
    color: var(--pb-color-accent);
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-text-wrapper__9nZQda
    .blocks-playlist-view-playlist-view-author__bgER2R
    .blocks-playlist-view-playlist-view-actions__e83wpv
    .blocks-playlist-view-playlist-view-link__spk1tr:hover {
    color: var(--pb-color-link-hover);
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-text-wrapper__9nZQda
    .blocks-playlist-view-playlist-view-author__bgER2R
    .blocks-playlist-view-playlist-view-actions__e83wpv
    .blocks-playlist-view-playlist-view-link__spk1tr:active,
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-text-wrapper__9nZQda
    .blocks-playlist-view-playlist-view-author__bgER2R
    .blocks-playlist-view-playlist-view-actions__e83wpv
    .blocks-playlist-view-playlist-view-link__spk1tr:focus {
    color: var(--pb-color-link-active);
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-categories-wrapper__kNRSYL {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 30px 0 0;
}
@media (max-width: 959.98px) {
    .blocks-playlist-view-playlist-view-wrapper__FNJlJH
        .blocks-playlist-view-playlist-view-container__7tQ6p7
        .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
        .blocks-playlist-view-playlist-view-info-content__ISAGyP
        .blocks-playlist-view-playlist-view-categories-wrapper__kNRSYL {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-categories-wrapper__kNRSYL
    .blocks-playlist-view-playlist-view-categories-list__gfSgTx {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-categories-wrapper__kNRSYL
    .blocks-playlist-view-playlist-view-categories-list__gfSgTx
    .blocks-playlist-view-playlist-view-categories-item__voPQsP {
    font-size: 30px;
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-info-content__ISAGyP
    .blocks-playlist-view-playlist-view-categories-wrapper__kNRSYL
    .blocks-playlist-view-playlist-view-categories-list__gfSgTx
    .blocks-playlist-view-playlist-view-count__k04Cbk {
    padding-left: 3px;
    color: var(--pb-color-primary-50);
}
@media (max-width: 1139.98px) {
    .blocks-playlist-view-playlist-view-wrapper__FNJlJH
        .blocks-playlist-view-playlist-view-container__7tQ6p7
        .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
        .blocks-playlist-view-playlist-view-actions-wrapper__sICqIS {
        width: 160px;
    }
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-actions-wrapper__sICqIS
    .blocks-playlist-view-playlist-view-actions-block__Ldn0OR {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-actions-wrapper__sICqIS
    .blocks-playlist-view-playlist-view-actions-item__DndRgn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: var(--pb-color-primary-50);
    background-color: #eaeaea;
    border-radius: 50%;
}
@media (max-width: 619.98px) {
    .blocks-playlist-view-playlist-view-wrapper__FNJlJH
        .blocks-playlist-view-playlist-view-container__7tQ6p7
        .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
        .blocks-playlist-view-playlist-view-actions-wrapper__sICqIS
        .blocks-playlist-view-playlist-view-actions-item__DndRgn {
        width: 54px;
        border-radius: 36px;
    }
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-actions-wrapper__sICqIS
    .blocks-playlist-view-playlist-view-actions-item__DndRgn:hover {
    color: var(--pb-color-base);
    background-color: var(--pb-color-accent);
}
body.darkmode
    .blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-actions-wrapper__sICqIS
    .blocks-playlist-view-playlist-view-actions-item__DndRgn:hover {
    color: var(--pb-color-white);
    background-color: var(--pb-color-accent);
}
body.darkmode
    .blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-actions-wrapper__sICqIS
    .blocks-playlist-view-playlist-view-actions-item__DndRgn {
    color: var(--pb-color-primary-50);
    background-color: var(--pb-color-primary-10);
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-info-wrapper__MyFlYW
    .blocks-playlist-view-playlist-view-actions-wrapper__sICqIS
    .blocks-playlist-view-playlist-view-actions-buttons__ZJbN7k {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: nowrap;
}
.blocks-playlist-view-playlist-view-wrapper__FNJlJH
    .blocks-playlist-view-playlist-view-container__7tQ6p7
    .blocks-playlist-view-playlist-view-comments__ImnSlv {
    width: 100%;
    max-width: 700px;
    margin: 30px 0 0;
}
/* Functions */
.blocks-my-conversations-wrapper__1D0YtR {
    position: relative;
    width: 100%;
    max-width: 700px;
    padding: 20px 0;
    border: 3px solid var(--pb-color-primary-20);
    border-radius: 32px;
}
@media (max-width: 959.98px) {
    .blocks-my-conversations-wrapper__1D0YtR {
        width: 100%;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}
.blocks-my-conversations-wrapper__1D0YtR .blocks-my-conversations-preloader__uQYFnM {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blocks-my-conversations-wrapper__1D0YtR .blocks-my-conversations-preloader__uQYFnM div {
    margin: 0 auto;
    text-align: center;
    border: 4px solid var(--pb-color-quaternary);
    border-top-color: var(--pb-color-accent);
}
.blocks-my-conversations-wrapper__1D0YtR .blocks-my-conversations-headline__LoUbay {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px 15px;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-headline__LoUbay
    .blocks-my-conversations-title__4lPSEC {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-headline__LoUbay
    .blocks-my-conversations-title__4lPSEC
    .blocks-my-conversations-image__kLDt3o {
    width: 34px;
    height: 34px;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-headline__LoUbay
    .blocks-my-conversations-title__4lPSEC
    .blocks-my-conversations-image__kLDt3o
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-headline__LoUbay
    .blocks-my-conversations-title__4lPSEC
    a {
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s;
}
@media (max-width: 1319.98px) {
    .blocks-my-conversations-wrapper__1D0YtR
        .blocks-my-conversations-headline__LoUbay
        .blocks-my-conversations-title__4lPSEC
        a {
        max-width: 450px;
    }
}
@media (max-width: 1139.98px) {
    .blocks-my-conversations-wrapper__1D0YtR
        .blocks-my-conversations-headline__LoUbay
        .blocks-my-conversations-title__4lPSEC
        a {
        max-width: 350px;
    }
}
@media (max-width: 619.98px) {
    .blocks-my-conversations-wrapper__1D0YtR
        .blocks-my-conversations-headline__LoUbay
        .blocks-my-conversations-title__4lPSEC
        a {
        max-width: 240px;
    }
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-headline__LoUbay
    .blocks-my-conversations-options__dDnWKM
    span,
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-headline__LoUbay
    .blocks-my-conversations-options__dDnWKM
    svg {
    color: var(--pb-color-primary-50);
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-headline__LoUbay
    .blocks-my-conversations-options__dDnWKM:hover
    span,
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-headline__LoUbay
    .blocks-my-conversations-options__dDnWKM:hover
    svg {
    color: var(--pb-color-link-hover);
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-headline__LoUbay
    .blocks-my-conversations-options__dDnWKM:active
    span,
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-headline__LoUbay
    .blocks-my-conversations-options__dDnWKM:active
    svg {
    color: var(--pb-color-link-active);
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-headline__LoUbay
    .blocks-my-conversations-body__Vwkvnq {
    width: -moz-max-content;
    width: max-content;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc {
    position: relative;
    min-height: 200px;
    max-height: 480px;
    padding: 30px 20px 0;
    overflow: auto;
    scrollbar-width: thin;
}
body.darkmode
    .blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc {
    scrollbar-color: var(--pb-color-primary-20) rgba(0, 0, 0, 0);
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-message-item__xaGxt8:first-child {
    margin: 0;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-message-item__xaGxt8
    .blocks-my-conversations-image__kLDt3o {
    width: 34px;
    height: 34px;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-message-item__xaGxt8
    .blocks-my-conversations-image__kLDt3o
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-message-item__xaGxt8.blocks-my-conversations-message-me__c3NOJ2 {
    max-width: 460px;
    margin: 0 0 0 auto;
    color: var(--pb-color-primary-75);
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-message-item__xaGxt8.blocks-my-conversations-message-me__c3NOJ2:first-child {
    margin: 0 0 0 auto;
}
@media (max-width: 959.98px) {
    .blocks-my-conversations-wrapper__1D0YtR
        .blocks-my-conversations-box__IT4aJC
        .blocks-my-conversations-messages-list__7TarAc
        .blocks-my-conversations-message-item__xaGxt8.blocks-my-conversations-message-me__c3NOJ2 {
        max-width: 350px;
    }
}
@media (max-width: 619.98px) {
    .blocks-my-conversations-wrapper__1D0YtR
        .blocks-my-conversations-box__IT4aJC
        .blocks-my-conversations-messages-list__7TarAc
        .blocks-my-conversations-message-item__xaGxt8.blocks-my-conversations-message-me__c3NOJ2 {
        max-width: 230px;
    }
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-message-item__xaGxt8.blocks-my-conversations-message-me__c3NOJ2
    .blocks-my-conversations-message-text__tER5WT
    .blocks-my-conversations-message-friend__Aj1OoT {
    overflow-wrap: anywhere;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-message-item__xaGxt8.blocks-my-conversations-message-me__c3NOJ2
    .blocks-my-conversations-message-text__tER5WT
    .blocks-my-conversations-message-friend__Aj1OoT
    .blocks-my-conversations-original-text__RUO5sv {
    display: block;
    text-align: right;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-message-item__xaGxt8.blocks-my-conversations-message-me__c3NOJ2
    .blocks-my-conversations-message-text__tER5WT
    .blocks-my-conversations-message-friend__Aj1OoT
    .blocks-my-conversations-original-text__RUO5sv
    img {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-message-item__xaGxt8.blocks-my-conversations-message-me__c3NOJ2
    .blocks-my-conversations-item-date__8qQXD0 {
    display: flex;
    justify-content: flex-end;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-message-item__xaGxt8
    .blocks-my-conversations-message-text__tER5WT {
    margin: 8px 0 0;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-message-item__xaGxt8
    .blocks-my-conversations-message-text__tER5WT
    .blocks-my-conversations-original-text__RUO5sv {
    display: flex;
    flex-direction: row;
    gap: 1px;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 959.98px) {
    .blocks-my-conversations-wrapper__1D0YtR
        .blocks-my-conversations-box__IT4aJC
        .blocks-my-conversations-messages-list__7TarAc
        .blocks-my-conversations-message-item__xaGxt8
        .blocks-my-conversations-message-text__tER5WT
        .blocks-my-conversations-original-text__RUO5sv {
        font-size: 14px;
    }
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-message-item__xaGxt8
    .blocks-my-conversations-message-text__tER5WT
    .blocks-my-conversations-original-text__RUO5sv
    img {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-message-item__xaGxt8
    .blocks-my-conversations-message-text__tER5WT
    .blocks-my-conversations-message-friend__Aj1OoT {
    overflow-wrap: anywhere;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-message-item__xaGxt8
    .blocks-my-conversations-message-text__tER5WT
    .blocks-my-conversations-message-friend__Aj1OoT
    .blocks-my-conversations-inline-text__P_xmD8
    img {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-message-item__xaGxt8
    .blocks-my-conversations-message-text__tER5WT
    .blocks-my-conversations-message-friend__Aj1OoT
    .blocks-my-conversations-actions__LZUpz0 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0 0;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-message-item__xaGxt8
    .blocks-my-conversations-message-text__tER5WT
    .blocks-my-conversations-message-friend__Aj1OoT
    .blocks-my-conversations-actions__LZUpz0
    button {
    width: 150px;
    height: 40px;
    border-radius: 40px;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-message-item__xaGxt8
    .blocks-my-conversations-item-date__8qQXD0 {
    color: var(--pb-color-primary-50);
}
@media (max-width: 959.98px) {
    .blocks-my-conversations-wrapper__1D0YtR
        .blocks-my-conversations-box__IT4aJC
        .blocks-my-conversations-messages-list__7TarAc
        .blocks-my-conversations-message-item__xaGxt8
        .blocks-my-conversations-item-date__8qQXD0 {
        font-size: 12px;
    }
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-empty-content__sBvgY1 {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 70px 0 100px;
    text-align: center;
}
@media (max-width: 959.98px) {
    .blocks-my-conversations-wrapper__1D0YtR
        .blocks-my-conversations-box__IT4aJC
        .blocks-my-conversations-messages-list__7TarAc
        .blocks-my-conversations-empty-content__sBvgY1 {
        margin: 40px 0 80px;
    }
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-empty-content__sBvgY1
    svg {
    align-self: center;
    max-width: 180px;
    height: auto;
    opacity: 0.5;
}
@media (max-width: 959.98px) {
    .blocks-my-conversations-wrapper__1D0YtR
        .blocks-my-conversations-box__IT4aJC
        .blocks-my-conversations-messages-list__7TarAc
        .blocks-my-conversations-empty-content__sBvgY1
        svg {
        max-width: 160px;
    }
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-box__IT4aJC
    .blocks-my-conversations-messages-list__7TarAc
    .blocks-my-conversations-empty-content__sBvgY1
    div {
    color: var(--pb-color-primary-50);
}
.blocks-my-conversations-wrapper__1D0YtR [data-pagination-ajax] {
    margin: 0;
}
.blocks-my-conversations-wrapper__1D0YtR [data-pagination-ajax] .pb-show-more {
    width: 100%;
    margin: 0 20px;
}
@media (max-width: 959.98px) {
    .blocks-my-conversations-wrapper__1D0YtR [data-pagination-ajax] .pb-show-more {
        margin: 0 16px;
    }
}
.blocks-my-conversations-wrapper__1D0YtR [data-pagination-ajax] .pb-show-more button {
    margin: 0;
    color: var(--pb-color-primary-50);
    border-color: var(--pb-color-primary-50);
}
@media (max-width: 959.98px) {
    .blocks-my-conversations-wrapper__1D0YtR [data-pagination-ajax] .pb-show-more button {
        margin: 15px 0 0;
    }
}
.blocks-my-conversations-wrapper__1D0YtR [data-pagination-ajax] .pb-show-more button:hover {
    color: var(--pb-color-primary);
    border-color: var(--pb-color-primary);
}
body.darkmode .blocks-my-conversations-wrapper__1D0YtR [data-pagination-ajax] .pb-show-more button:hover {
    color: var(--pb-color-link-hover);
    border-color: var(--pb-color-link-hover);
}
.blocks-my-conversations-wrapper__1D0YtR .blocks-my-conversations-message-form__g18nks {
    position: relative;
    margin: 16px 20px 0;
}
@media (max-width: 959.98px) {
    .blocks-my-conversations-wrapper__1D0YtR .blocks-my-conversations-message-form__g18nks {
        margin: 15px 16px 0;
    }
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-message-form__g18nks
    .blocks-my-conversations-smileys__SaNNis {
    min-height: 140px;
    border: 3px solid var(--pb-color-primary-75);
    border-radius: 25px;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-message-form__g18nks
    .blocks-my-conversations-smileys__SaNNis
    .blocks-my-conversations-count__SGjEly {
    position: absolute;
    top: 14px;
    right: 20px;
    color: var(--pb-color-primary-50);
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-message-form__g18nks
    .blocks-my-conversations-description__bfpGwC {
    color: var(--pb-color-primary-50);
    font-size: 14px;
    line-height: 140%;
    font-style: normal;
    margin: 10px 0;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-message-form__g18nks
    .blocks-my-conversations-description__bfpGwC
    a {
    display: inline-block;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-message-form__g18nks
    .blocks-my-conversations-form-bottom__59rJXU {
    position: absolute;
    top: 14px;
    right: 14px;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-message-form__g18nks
    .blocks-my-conversations-form-bottom__59rJXU
    .blocks-my-conversations-message-submit__O2IyJK {
    position: relative;
    width: 30px;
    height: 30px;
    outline: none;
    background: none;
    border: none;
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-message-form__g18nks
    .blocks-my-conversations-form-bottom__59rJXU
    .blocks-my-conversations-message-submit__O2IyJK
    svg {
    color: var(--pb-color-primary-50);
}
.blocks-my-conversations-wrapper__1D0YtR
    .blocks-my-conversations-message-form__g18nks
    .blocks-my-conversations-form-bottom__59rJXU
    .blocks-my-conversations-message-submit__O2IyJK:hover
    svg {
    color: var(--pb-color-accent);
}
/* Functions */
.blocks-models-list-wrapper__Y5Nc8F {
    margin: 100px 0 0;
}
@media (max-width: 1319.98px) {
    .blocks-models-list-wrapper__Y5Nc8F {
        margin: 80px 0 0;
    }
}
@media (max-width: 959.98px) {
    .blocks-models-list-wrapper__Y5Nc8F {
        margin: 60px 0 0;
    }
}
@media (max-width: 619.98px) {
    .blocks-models-list-wrapper__Y5Nc8F {
        margin: 50px 0 0;
    }
}
.blocks-models-list-wrapper__Y5Nc8F .blocks-models-list-heading__s87ttM {
    margin: 0 0 20px;
    text-align: center;
}
.blocks-models-list-wrapper__Y5Nc8F .blocks-models-list-button__MBSEXw {
    max-width: 334px;
    margin: 20px auto 0;
}
/* Functions */
.blocks-model-view-wrapper__X_Ivqr {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex-wrap: wrap;
    width: 320px;
    padding: 0;
    margin: 0 20px 30px 0;
}
@media (max-width: 959.98px) {
    .blocks-model-view-wrapper__X_Ivqr {
        gap: 20px;
        width: auto;
        margin: 0 0 30px;
        text-align: center;
    }
}
.blocks-model-view-wrapper__X_Ivqr .blocks-model-view-image__FVmxvD {
    width: 220px;
}
@media (max-width: 959.98px) {
    .blocks-model-view-wrapper__X_Ivqr .blocks-model-view-image__FVmxvD {
        margin: 0 auto;
    }
}
.blocks-model-view-wrapper__X_Ivqr .blocks-model-view-image__FVmxvD .blocks-model-view-thumbnail__z5_Ral {
    position: relative;
    width: 100%;
}
.blocks-model-view-wrapper__X_Ivqr .blocks-model-view-image__FVmxvD .blocks-model-view-thumbnail__z5_Ral img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-model__zmyW58 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
}
.blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-model__zmyW58 .blocks-model-view-title__7xX3ZF {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 959.98px) {
    .blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-model__zmyW58 .blocks-model-view-title__7xX3ZF {
        justify-content: center;
    }
}
.blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-model__zmyW58 .blocks-model-view-title__7xX3ZF h1 {
    font-size: 38px;
    font-weight: 400;
    line-height: 100%;
    font-style: normal;
    overflow-wrap: anywhere;
}
.blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-model__zmyW58 .blocks-model-view-title__7xX3ZF svg {
    width: 24px;
    height: 24px;
}
@media (max-width: 959.98px) {
    .blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-model__zmyW58 .blocks-model-view-title__7xX3ZF svg {
        width: 18px;
        height: 18px;
    }
}
.blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-model__zmyW58 .blocks-model-view-collab__ubNGES {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
    margin: 2px 0 0;
}
@media (max-width: 959.98px) {
    .blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-model__zmyW58 .blocks-model-view-collab__ubNGES {
        justify-content: center;
        font-size: 16px;
    }
}
.blocks-model-view-wrapper__X_Ivqr
    .blocks-model-view-info-model__zmyW58
    .blocks-model-view-collab__ubNGES
    .blocks-model-view-collab-text__1b_4Bs {
    font-weight: 700;
    color: var(--pb-color-accent);
}
.blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-model__zmyW58 .blocks-model-view-status__YQ_Frf {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    flex-wrap: wrap;
    margin: 2px 0 0;
    line-height: 160%;
    color: var(--pb-color-primary-50);
}
@media (max-width: 959.98px) {
    .blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-model__zmyW58 .blocks-model-view-status__YQ_Frf {
        justify-content: center;
        font-size: 16px;
    }
}
.blocks-model-view-wrapper__X_Ivqr
    .blocks-model-view-info-model__zmyW58
    .blocks-model-view-status__YQ_Frf.blocks-model-view-online__NuzR9A {
    color: var(--pb-color-primary);
}
.blocks-model-view-wrapper__X_Ivqr
    .blocks-model-view-info-model__zmyW58
    .blocks-model-view-status__YQ_Frf.blocks-model-view-online__NuzR9A
    span:first-child {
    background: var(--pb-color-green);
}
.blocks-model-view-wrapper__X_Ivqr
    .blocks-model-view-info-model__zmyW58
    .blocks-model-view-status__YQ_Frf
    span:first-child {
    width: 10px;
    height: 10px;
    background: var(--pb-color-primary-50);
    border-radius: 50%;
}
.blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-model__zmyW58 a,
.blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-model__zmyW58 button {
    display: flex;
    flex-direction: row;
    gap: 3px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 220px;
}
@media (max-width: 959.98px) {
    .blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-model__zmyW58 a,
    .blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-model__zmyW58 button {
        margin: 0 auto;
    }
}
.blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-details__CMT4Ta {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-wrap: wrap;
}
@media (max-width: 959.98px) {
    .blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-details__CMT4Ta {
        gap: 5px;
        align-items: center;
    }
}
.blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-details__CMT4Ta div {
    overflow-wrap: anywhere;
}
@media (max-width: 959.98px) {
    .blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-details__CMT4Ta div {
        color: var(--pb-color-primary);
        font-size: 14px;
        line-height: 150%;
        font-style: normal;
        max-width: 100%;
    }
}
.blocks-model-view-wrapper__X_Ivqr
    .blocks-model-view-info-details__CMT4Ta
    .blocks-model-view-creator-description__MQ09nz
    img {
    display: inline-block;
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}
.blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-details__CMT4Ta .blocks-model-view-top-lists__OBcg9q a {
    color: var(--pb-color-accent);
}
.blocks-model-view-wrapper__X_Ivqr
    .blocks-model-view-info-details__CMT4Ta
    .blocks-model-view-top-lists__OBcg9q
    a:hover {
    color: var(--pb-color-link-hover);
}
.blocks-model-view-wrapper__X_Ivqr
    .blocks-model-view-info-details__CMT4Ta
    .blocks-model-view-top-lists__OBcg9q
    a:active,
.blocks-model-view-wrapper__X_Ivqr
    .blocks-model-view-info-details__CMT4Ta
    .blocks-model-view-top-lists__OBcg9q
    a:focus {
    color: var(--pb-color-link-active);
}
.blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-details__CMT4Ta .blocks-model-view-top-lists__OBcg9q a {
    display: inline-block;
}
.blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-details__CMT4Ta .blocks-model-view-subscribers__jrjtN9 {
    display: flex;
    flex-direction: row;
    gap: 4px;
    flex-wrap: wrap;
    cursor: default;
}
.blocks-model-view-wrapper__X_Ivqr .blocks-model-view-info-details__CMT4Ta .blocks-model-view-subscribers__jrjtN9 span {
    color: var(--pb-color-primary-50);
}
.blocks-model-view-wrapper__X_Ivqr .blocks-model-view-social-bar__oxAmiP ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 959.98px) {
    .blocks-model-view-wrapper__X_Ivqr .blocks-model-view-social-bar__oxAmiP ul {
        justify-content: center;
        width: auto;
    }
}
@media (max-width: 959.98px) {
    .blocks-model-view-wrapper__X_Ivqr .blocks-model-view-social-bar__oxAmiP ul div {
        width: 30px;
        height: 30px;
    }
}
/* Functions */
.blocks-member_profile_edit_edit_profile_forms_advanced-wrapper__veRoNJ form {
    padding: 20px 0;
}

.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI {
    padding: 60px 180px !important;
}
@media (max-width: 959.98px) {
    .blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI {
        padding: 60px 20px !important;
    }
}
.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI form {
    padding: 20px 0;
}
.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
    .blocks-member_profile_edit_edit_profile_forms_advanced-header__H_P3CX {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 700px;
}
@media (max-width: 959.98px) {
    .blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
        .blocks-member_profile_edit_edit_profile_forms_advanced-header__H_P3CX {
        width: 100%;
    }
}
.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
    .blocks-member_profile_edit_edit_profile_forms_advanced-header__H_P3CX
    .blocks-member_profile_edit_edit_profile_forms_advanced-avatar__s3Igkc {
    position: relative;
    width: 100px;
    height: 100px;
}
.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
    .blocks-member_profile_edit_edit_profile_forms_advanced-header__H_P3CX
    .blocks-member_profile_edit_edit_profile_forms_advanced-avatar__s3Igkc:hover
    .blocks-member_profile_edit_edit_profile_forms_advanced-edit__DAikBB
    svg {
    opacity: 1;
}
@media (max-width: 959.98px) {
    .blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
        .blocks-member_profile_edit_edit_profile_forms_advanced-header__H_P3CX
        .blocks-member_profile_edit_edit_profile_forms_advanced-avatar__s3Igkc {
        width: 70px;
        height: 70px;
    }
}
.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
    .blocks-member_profile_edit_edit_profile_forms_advanced-header__H_P3CX
    .blocks-member_profile_edit_edit_profile_forms_advanced-avatar__s3Igkc
    img {
    border-radius: 50%;
}
.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
    .blocks-member_profile_edit_edit_profile_forms_advanced-header__H_P3CX
    .blocks-member_profile_edit_edit_profile_forms_advanced-avatar__s3Igkc
    .blocks-member_profile_edit_edit_profile_forms_advanced-edit__DAikBB {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 30px;
    height: 30px;
    color: var(--pb-color-accent);
}
.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
    .blocks-member_profile_edit_edit_profile_forms_advanced-header__H_P3CX
    .blocks-member_profile_edit_edit_profile_forms_advanced-avatar__s3Igkc
    .blocks-member_profile_edit_edit_profile_forms_advanced-edit__DAikBB
    svg {
    opacity: 0;
}
.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
    .blocks-member_profile_edit_edit_profile_forms_advanced-main__OxdXpf {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
}
.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
    .blocks-member_profile_edit_edit_profile_forms_advanced-main__OxdXpf
    div {
    width: 100%;
}
@media (max-width: 1139.98px) {
    .blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
        .blocks-member_profile_edit_edit_profile_forms_advanced-main__OxdXpf {
        flex-direction: column;
    }
}
.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
    .blocks-member_profile_edit_edit_profile_forms_advanced-main__OxdXpf
    .blocks-member_profile_edit_edit_profile_forms_advanced-group-wrapper__LLzuvC {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
}
.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
    .blocks-member_profile_edit_edit_profile_forms_advanced-main__OxdXpf
    .blocks-member_profile_edit_edit_profile_forms_advanced-group-wrapper__LLzuvC
    .blocks-member_profile_edit_edit_profile_forms_advanced-fields-wrapper__P7VaFj {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
}
.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
    .blocks-member_profile_edit_edit_profile_forms_advanced-main__OxdXpf
    .blocks-member_profile_edit_edit_profile_forms_advanced-group-wrapper__LLzuvC
    .blocks-member_profile_edit_edit_profile_forms_advanced-fields-wrapper__P7VaFj
    div {
    width: 100%;
}
.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
    .blocks-member_profile_edit_edit_profile_forms_advanced-main__OxdXpf
    .blocks-member_profile_edit_edit_profile_forms_advanced-group-wrapper__LLzuvC
    .blocks-member_profile_edit_edit_profile_forms_advanced-date-wrapper__BFPVNh {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
}
.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
    .blocks-member_profile_edit_edit_profile_forms_advanced-main__OxdXpf
    .blocks-member_profile_edit_edit_profile_forms_advanced-group-wrapper__LLzuvC
    .blocks-member_profile_edit_edit_profile_forms_advanced-date-wrapper__BFPVNh
    .blocks-member_profile_edit_edit_profile_forms_advanced-item__tAboxK {
    width: 100%;
    min-width: 110px;
}
.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
    .blocks-member_profile_edit_edit_profile_forms_advanced-smileys__8kIxy6 {
    min-height: 140px;
    border: 3px solid var(--pb-color-primary-75);
    border-radius: 25px;
}
.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
    .blocks-member_profile_edit_edit_profile_forms_advanced-smileys__8kIxy6
    .blocks-member_profile_edit_edit_profile_forms_advanced-count__xfEmwB {
    position: absolute;
    top: 14px;
    right: 20px;
    color: var(--pb-color-primary-50);
}
.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper__0M9LsI
    .blocks-member_profile_edit_edit_profile_forms_advanced-smileys__8kIxy6
    img {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.blocks-member_profile_edit_edit_profile_forms_advanced-success__p7fz56 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
    color: var(--pb-color-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    font-style: normal;
    white-space: nowrap;
}
@media (max-width: 959.98px) {
    .blocks-member_profile_edit_edit_profile_forms_advanced-success__p7fz56 {
        white-space: normal;
    }
}
/* Functions */
.blocks-member_profile_edit_change_profile_avatar-wrapper__ZO_NF3 {
    width: 100%;
}
.blocks-member_profile_edit_change_profile_avatar-wrapper__ZO_NF3 form {
    width: 340px;
    max-width: 340px;
    padding-top: 20px;
}
.blocks-member_profile_edit_change_profile_avatar-wrapper__ZO_NF3
    form
    .blocks-member_profile_edit_change_profile_avatar-fake-input__CoxPim {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    padding: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: transparent;
    border: 3px solid var(--pb-color-primary-75);
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}
.blocks-member_profile_edit_change_profile_avatar-wrapper__ZO_NF3
    form
    .blocks-member_profile_edit_change_profile_avatar-fake-input__CoxPim:hover {
    border-color: var(--pb-color-link-hover);
}
.blocks-member_profile_edit_change_profile_avatar-wrapper__ZO_NF3
    form
    .blocks-member_profile_edit_change_profile_avatar-fake-input__CoxPim:hover
    .blocks-member_profile_edit_change_profile_avatar-button__Q8Ssdt {
    background-color: var(--pb-color-link-hover);
}
.blocks-member_profile_edit_change_profile_avatar-wrapper__ZO_NF3
    form
    .blocks-member_profile_edit_change_profile_avatar-fake-input__CoxPim
    .blocks-member_profile_edit_change_profile_avatar-button__Q8Ssdt {
    width: -moz-max-content;
    width: max-content;
    min-width: unset;
    padding: 0 25px;
    white-space: nowrap;
}
.blocks-member_profile_edit_change_profile_avatar-wrapper__ZO_NF3
    form
    .blocks-member_profile_edit_change_profile_avatar-fake-input__CoxPim
    .blocks-member_profile_edit_change_profile_avatar-file__uT7FWj {
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--pb-color-primary-75);
    white-space: nowrap;
}

.blocks-member_profile_edit_change_profile_avatar-success__bRqjBd {
    color: var(--pb-color-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    font-style: normal;
    letter-spacing: 0.36px;
    overflow-wrap: break-word;
}
/* Functions */
.blocks-member_profile_delete_delete_profile_form-wrapper__XL8Zb_ form {
    padding-top: 20px;
}

.blocks-member_profile_delete_delete_profile_form-success__G2ki6v {
    color: var(--pb-color-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    font-style: normal;
    width: 100%;
}
/* Functions */
.blocks-member-profile-sidebar-wrapper__Wnifo8 {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    width: 340px;
    margin: 0 0 30px;
}
@media (max-width: 959.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8 {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        text-align: center;
    }
}
.blocks-member-profile-sidebar-wrapper__Wnifo8 .blocks-member-profile-sidebar-block-main__UYyOD7 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
}
@media (max-width: 959.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8 .blocks-member-profile-sidebar-block-main__UYyOD7 {
        align-items: center;
        width: 100%;
    }
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-wrap: wrap;
}
@media (max-width: 959.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-user-info__8oFOsU {
        align-items: center;
    }
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-link__rktphZ {
    position: relative;
    display: block;
    width: 140px;
}
@media (max-width: 959.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-user-info__8oFOsU
        .blocks-member-profile-sidebar-link__rktphZ {
        width: 100px;
    }
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-link__rktphZ:hover
    img {
    opacity: 0.9;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-link__rktphZ:hover
    svg {
    opacity: 1;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-link__rktphZ
    img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-link__rktphZ
    svg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
@media (max-width: 959.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-user-info__8oFOsU
        .blocks-member-profile-sidebar-link__rktphZ
        svg {
        width: 20px;
    }
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-link__rktphZ
    .blocks-member-profile-sidebar-premium__wuI__j {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: var(--pb-color-base);
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-link__rktphZ
    .blocks-member-profile-sidebar-premium__wuI__j.blocks-member-profile-sidebar-icon-premium__UyGaAJ {
    cursor: default;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-link__rktphZ
    .blocks-member-profile-sidebar-premium__wuI__j
    svg {
    position: static;
    opacity: 1;
}
@media (max-width: 959.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-user-info__8oFOsU
        .blocks-member-profile-sidebar-link__rktphZ
        .blocks-member-profile-sidebar-premium__wuI__j
        svg {
        width: 24px;
        height: 30px;
    }
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    h1 {
    margin: 0;
    line-height: 120%;
    text-transform: capitalize;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    h1
    a {
    overflow-wrap: anywhere;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-info__88KtbP {
    display: flex;
    flex-direction: row;
    gap: 4px;
    flex-wrap: wrap;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-info__88KtbP
    div {
    text-transform: capitalize;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-info__88KtbP
    span {
    font-weight: 400;
    color: var(--pb-color-primary-50);
    text-transform: lowercase;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-activity__EUzCPV {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-activity__EUzCPV
    div {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    font-style: normal;
}
@media (max-width: 959.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-user-info__8oFOsU
        .blocks-member-profile-sidebar-activity__EUzCPV
        div {
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        font-style: normal;
    }
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-activity__EUzCPV
    .blocks-member-profile-sidebar-points__5NMRoZ {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 959.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-user-info__8oFOsU
        .blocks-member-profile-sidebar-activity__EUzCPV
        .blocks-member-profile-sidebar-points__5NMRoZ {
        gap: 0;
    }
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-activity__EUzCPV
    .blocks-member-profile-sidebar-points__5NMRoZ
    span {
    color: var(--pb-color-primary-50);
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    font-style: normal;
}
@media (max-width: 959.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-user-info__8oFOsU
        .blocks-member-profile-sidebar-activity__EUzCPV
        .blocks-member-profile-sidebar-points__5NMRoZ
        span {
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        font-style: normal;
    }
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-activity__EUzCPV
    .blocks-member-profile-sidebar-points__5NMRoZ
    svg {
    width: 24px;
    height: 24px;
    color: var(--pb-color-primary-20);
    cursor: pointer;
}
@media (max-width: 959.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-user-info__8oFOsU
        .blocks-member-profile-sidebar-activity__EUzCPV
        .blocks-member-profile-sidebar-points__5NMRoZ
        svg {
        width: 20px;
        height: 20px;
    }
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-activity__EUzCPV
    .blocks-member-profile-sidebar-points__5NMRoZ
    .blocks-member-profile-sidebar-tooltip__92zk45 {
    line-height: 0;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-activity__EUzCPV
    .blocks-member-profile-sidebar-points__5NMRoZ
    button:hover
    svg {
    color: var(--pb-color-accent);
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-activity__EUzCPV
    .blocks-member-profile-sidebar-points__5NMRoZ
    .blocks-member-profile-sidebar-body__K2w7D6 {
    z-index: 311;
    width: 240px;
    padding: 20px;
    text-align: left;
    transition: 0.5s;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-activity__EUzCPV
    .blocks-member-profile-sidebar-points__5NMRoZ
    .blocks-member-profile-sidebar-body__K2w7D6
    div {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    font-style: normal;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-activity__EUzCPV
    .blocks-member-profile-sidebar-points__5NMRoZ
    .blocks-member-profile-sidebar-body__K2w7D6
    .blocks-member-profile-sidebar-list__sZKy_K {
    margin: 20px 0 0;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-activity__EUzCPV
    .blocks-member-profile-sidebar-points__5NMRoZ
    .blocks-member-profile-sidebar-body__K2w7D6
    .blocks-member-profile-sidebar-list__sZKy_K
    span {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    font-style: normal;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-activity__EUzCPV
    .blocks-member-profile-sidebar-points__5NMRoZ
    .blocks-member-profile-sidebar-body__K2w7D6
    .blocks-member-profile-sidebar-list__sZKy_K
    span:first-child {
    color: var(--pb-color-primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    font-style: normal;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-user-info__8oFOsU
    .blocks-member-profile-sidebar-activity__EUzCPV
    .blocks-member-profile-sidebar-points__5NMRoZ
    .blocks-member-profile-sidebar-body__K2w7D6
    .blocks-member-profile-sidebar-description__WH1RnB {
    margin: 20px 0 0;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
}
@media (max-width: 619.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-buttons___SXUkx {
        align-items: center;
    }
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    a,
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-button__3a8kms {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 959.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-buttons___SXUkx
        a,
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-buttons___SXUkx
        .blocks-member-profile-sidebar-button__3a8kms {
        min-width: 335px;
    }
}
@media (max-width: 619.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-buttons___SXUkx
        a,
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-buttons___SXUkx
        .blocks-member-profile-sidebar-button__3a8kms {
        min-width: 220px;
    }
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-invitation__w_lgZr {
    max-width: 220px;
}
@media (max-width: 959.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-buttons___SXUkx
        .blocks-member-profile-sidebar-invitation__w_lgZr {
        max-width: 335px;
    }
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-invitation__w_lgZr
    form {
    margin: 0;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-invitation__w_lgZr
    .blocks-member-profile-sidebar-info-message__5LgZ5J {
    color: var(--pb-color-accent);
    overflow-wrap: anywhere;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-invitation__w_lgZr
    .blocks-member-profile-sidebar-bottom__iLdY3e {
    display: flex;
    flex-direction: row;
    gap: 2px;
    flex-wrap: nowrap;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-invitation__w_lgZr
    .blocks-member-profile-sidebar-bottom__iLdY3e
    .blocks-member-profile-sidebar-confirm__z290BN,
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-invitation__w_lgZr
    .blocks-member-profile-sidebar-bottom__iLdY3e
    .blocks-member-profile-sidebar-reject__w_r2w_ {
    min-width: 109px;
    margin: 10px 0 20px;
}
@media (max-width: 959.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-buttons___SXUkx
        .blocks-member-profile-sidebar-invitation__w_lgZr
        .blocks-member-profile-sidebar-bottom__iLdY3e
        .blocks-member-profile-sidebar-confirm__z290BN,
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-buttons___SXUkx
        .blocks-member-profile-sidebar-invitation__w_lgZr
        .blocks-member-profile-sidebar-bottom__iLdY3e
        .blocks-member-profile-sidebar-reject__w_r2w_ {
        width: 167px;
    }
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-subscribe-button__V2d8qU
    svg {
    display: none;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-subscribe-button__V2d8qU[data-subscribe-to]
    svg:last-of-type {
    display: block;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-subscribe-button__V2d8qU[data-unsubscribe-to]
    svg:first-of-type {
    display: block;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-upgrade__CEKN9h {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    flex-wrap: nowrap;
}
@media (max-width: 959.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-buttons___SXUkx
        .blocks-member-profile-sidebar-upgrade__CEKN9h {
        gap: 0;
    }
}
@media (max-width: 619.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-buttons___SXUkx
        .blocks-member-profile-sidebar-upgrade__CEKN9h {
        margin: 0 0 0 20px;
    }
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-upgrade__CEKN9h
    .blocks-member-profile-sidebar-tooltip__92zk45 {
    line-height: 100%;
}
@media (max-width: 959.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-buttons___SXUkx
        .blocks-member-profile-sidebar-upgrade__CEKN9h
        .blocks-member-profile-sidebar-tooltip__92zk45 {
        width: 20px;
    }
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-upgrade__CEKN9h
    button
    svg {
    width: 24px;
    height: 24px;
    color: var(--pb-color-primary-20);
}
@media (max-width: 959.98px) {
    .blocks-member-profile-sidebar-wrapper__Wnifo8
        .blocks-member-profile-sidebar-block-main__UYyOD7
        .blocks-member-profile-sidebar-buttons___SXUkx
        .blocks-member-profile-sidebar-upgrade__CEKN9h
        button
        svg {
        width: 20px;
        height: 20px;
    }
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-upgrade__CEKN9h
    button:hover
    svg {
    color: var(--pb-color-accent);
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-upgrade__CEKN9h
    .blocks-member-profile-sidebar-body__K2w7D6 {
    width: 240px;
    padding: 20px;
    text-align: left;
    transition: 0.5s;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-popover-body__dmHt7X {
    padding: 15px 0;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-popover-body__dmHt7X
    ul
    li
    a {
    font-size: 18px;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-edit-button__E5DH8T
    svg {
    color: var(--pb-color-accent);
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-edit-button__E5DH8T:hover
    svg {
    color: var(--pb-color-link-hover);
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-edit-button__E5DH8T:active
    svg,
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-buttons___SXUkx
    .blocks-member-profile-sidebar-edit-button__E5DH8T:focus
    svg {
    color: var(--pb-color-link-active);
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-about___Zv9MW {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    flex-wrap: wrap;
    overflow-wrap: anywhere;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-block-main__UYyOD7
    .blocks-member-profile-sidebar-about___Zv9MW
    img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8 .blocks-member-profile-sidebar-show-info__C9StOW {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: var(--pb-color-accent);
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    text-transform: uppercase;
    cursor: pointer;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8 .blocks-member-profile-sidebar-show-info__C9StOW [data-label] {
    transition: opacity 0.2s;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8 .blocks-member-profile-sidebar-show-info__C9StOW svg {
    transform: rotate(180deg);
    transition: transform 0.3s;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8 .blocks-member-profile-sidebar-show-info__C9StOW[data-state='hide'] svg {
    transform: rotate(0deg);
}
.blocks-member-profile-sidebar-wrapper__Wnifo8 .blocks-member-profile-sidebar-model-profiles__zKEuUb {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-model-profiles__zKEuUb
    .blocks-member-profile-sidebar-list__sZKy_K {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex-wrap: wrap;
}
.blocks-member-profile-sidebar-wrapper__Wnifo8
    .blocks-member-profile-sidebar-model-profiles__zKEuUb
    .blocks-member-profile-sidebar-list__sZKy_K
    a {
    width: -moz-fit-content;
    width: fit-content;
    overflow-wrap: anywhere;
}
/* Functions */
.blocks-list_playlists_common_playlists_list-wrapper__DAOGDQ h1 {
    margin: 0 0 20px;
}
/* Functions */
.blocks-list-videos-my-favourite-videos-wrapper__E_WqbR h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-break: anywhere;
}
.blocks-list-videos-my-favourite-videos-wrapper__E_WqbR h2 a {
    color: var(--pb-color-accent);
}
.blocks-list-videos-my-favourite-videos-wrapper__E_WqbR h2 a:hover {
    color: var(--pb-color-link-hover);
}
.blocks-list-videos-my-favourite-videos-wrapper__E_WqbR h2 a:active,
.blocks-list-videos-my-favourite-videos-wrapper__E_WqbR h2 a:focus {
    color: var(--pb-color-link-active);
}
.blocks-list-videos-my-favourite-videos-wrapper__E_WqbR .blocks-list-videos-my-favourite-videos-actions__At1jz6 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0 20px;
}
@media (max-width: 959.98px) {
    .blocks-list-videos-my-favourite-videos-wrapper__E_WqbR .blocks-list-videos-my-favourite-videos-actions__At1jz6 {
        margin: 10px 0 15px;
    }
}
.blocks-list-videos-my-favourite-videos-wrapper__E_WqbR .blocks-list-videos-my-favourite-videos-actions__At1jz6 a,
.blocks-list-videos-my-favourite-videos-wrapper__E_WqbR .blocks-list-videos-my-favourite-videos-actions__At1jz6 button {
    padding: 0 12px;
}
/* Functions */
.blocks-list-models-wrapper__RMcTWh {
    margin: 80px 0 0;
}
.blocks-list-models-wrapper__RMcTWh .blocks-list-models-title__P32sU7 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
.blocks-list-models-wrapper__RMcTWh .blocks-list-models-title__P32sU7 svg {
    color: var(--pb-color-accent);
}
.blocks-list-models-wrapper__RMcTWh .blocks-list-models-link__BtlqE7 {
    max-width: 334px;
    margin: 20px auto 0;
}
@media (max-width: 619.98px) {
    .blocks-list-models-wrapper__RMcTWh .blocks-list-models-link__BtlqE7 {
        max-width: 100%;
    }
}
@media (min-width: 1620px) {
    .blocks-list-models-wrapper__RMcTWh .row > .col:nth-last-child(-n + 2) {
        display: none;
    }
}
@media (max-width: 959.98px) {
    .blocks-list-models-wrapper__RMcTWh .row > .col:nth-last-child(-n + 3) {
        display: none;
    }
}
@media (max-width: 619.98px) {
    .blocks-list-models-wrapper__RMcTWh .row > .col:nth-last-child(-n + 4) {
        display: none;
    }
}
/* Functions */
.blocks-featured-videos-wrapper__IBuhla h2 {
    margin: 0 0 20px;
}
@media (max-width: 959.98px) {
    .blocks-featured-videos-wrapper__IBuhla h2 {
        margin: 0 0 15px;
    }
}
/* Functions */
.blocks-content-comments-wrapper__YobDWm {
    margin: 20px 0 30px;
}
.blocks-content-comments-wrapper__YobDWm .blocks-content-comments-list__vuVf0q {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT.blocks-content-comments-hide__Ec4Es1 {
    display: none;
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-user__PxjPi_ {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
@media (max-width: 959.98px) {
    .blocks-content-comments-wrapper__YobDWm
        .blocks-content-comments-list__vuVf0q
        .blocks-content-comments-comment-item__fTD8vT
        .blocks-content-comments-info___TX81U
        .blocks-content-comments-user__PxjPi_ {
        gap: 6px;
    }
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-user__PxjPi_
    .blocks-content-comments-image__3bkgmK
    img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
@media (max-width: 959.98px) {
    .blocks-content-comments-wrapper__YobDWm
        .blocks-content-comments-list__vuVf0q
        .blocks-content-comments-comment-item__fTD8vT
        .blocks-content-comments-info___TX81U
        .blocks-content-comments-user__PxjPi_
        .blocks-content-comments-image__3bkgmK
        img {
        width: 30px;
        height: 30px;
    }
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-user__PxjPi_
    .blocks-content-comments-username__3X_KVz {
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-user__PxjPi_
    .blocks-content-comments-username__3X_KVz
    a {
    max-width: 375px;
}
@media (max-width: 619.98px) {
    .blocks-content-comments-wrapper__YobDWm
        .blocks-content-comments-list__vuVf0q
        .blocks-content-comments-comment-item__fTD8vT
        .blocks-content-comments-info___TX81U
        .blocks-content-comments-user__PxjPi_
        .blocks-content-comments-username__3X_KVz
        a {
        max-width: 100px;
    }
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-user__PxjPi_
    .blocks-content-comments-username__3X_KVz
    .blocks-content-comments-profile-premium__YZQA7Z {
    color: var(--pb-color-base);
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-user__PxjPi_
    .blocks-content-comments-username__3X_KVz
    .blocks-content-comments-profile-premium__YZQA7Z
    svg {
    width: 20px;
    height: 26px;
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-user__PxjPi_
    .blocks-content-comments-date__fHugZd {
    color: var(--pb-color-primary-50);
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-like__S_E7oZ,
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-dislike__bZ9_Pt,
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-rating__7mjuD_ {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 30px;
    height: 30px;
    font-weight: 700;
    color: var(--pb-color-white);
    background-color: var(--pb-color-accent);
    border-radius: 50%;
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-like__S_E7oZ,
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-dislike__bZ9_Pt {
    background-color: var(--pb-color-primary-20);
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-like__S_E7oZ.disabled,
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-dislike__bZ9_Pt.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-like__S_E7oZ:hover,
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-dislike__bZ9_Pt:hover {
    background-color: var(--pb-color-link-hover);
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-like__S_E7oZ:active,
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-dislike__bZ9_Pt:active {
    background-color: var(--pb-color-link-active);
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-like__S_E7oZ
    svg,
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-dislike__bZ9_Pt
    svg {
    width: 25px;
}
@media (max-width: 959.98px) {
    .blocks-content-comments-wrapper__YobDWm
        .blocks-content-comments-list__vuVf0q
        .blocks-content-comments-comment-item__fTD8vT
        .blocks-content-comments-info___TX81U
        .blocks-content-comments-actions__fKy5iW
        .blocks-content-comments-like__S_E7oZ
        svg,
    .blocks-content-comments-wrapper__YobDWm
        .blocks-content-comments-list__vuVf0q
        .blocks-content-comments-comment-item__fTD8vT
        .blocks-content-comments-info___TX81U
        .blocks-content-comments-actions__fKy5iW
        .blocks-content-comments-dislike__bZ9_Pt
        svg {
        width: 22px;
    }
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-edit__M3VvwS {
    color: var(--pb-color-primary-20);
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-edit__M3VvwS:hover {
    color: var(--pb-color-link-hover);
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-edit__M3VvwS:active,
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-edit__M3VvwS:focus {
    color: var(--pb-color-link-active);
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-edit__M3VvwS
    svg {
    width: 30px;
    height: 30px;
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-info___TX81U
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-rating__7mjuD_ {
    cursor: default;
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-content__dYpcTh {
    display: flex;
    gap: 160%;
    align-items: 16px;
    justify-content: 400;
    flex-wrap: wrap;
    margin: 5px 0 0;
    color: var(--pb-color-primary-75);
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-content__dYpcTh
    span {
    overflow-wrap: anywhere;
}
body.darkmode
    .blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-content__dYpcTh
    span {
    color: var(--pb-color-primary-75);
}
.blocks-content-comments-wrapper__YobDWm
    .blocks-content-comments-list__vuVf0q
    .blocks-content-comments-comment-item__fTD8vT
    .blocks-content-comments-content__dYpcTh
    span
    img {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.blocks-content-comments-wrapper__YobDWm .blocks-content-comments-button___j9dSn {
    margin: 30px 0 0;
}
@media (min-width: 960px) {
    .blocks-content-comments-wrapper__YobDWm .blocks-content-comments-button___j9dSn {
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

.blocks-content-comments-delete-comment-form__7ZM7jT .blocks-content-comments-actions__fKy5iW {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.blocks-content-comments-delete-comment-form__7ZM7jT
    .blocks-content-comments-actions__fKy5iW
    .blocks-content-comments-button___j9dSn {
    min-width: 150px;
}
/* Functions */
.blocks-categories-list-wrapper__oAeWwc .blocks-categories-list-list__71PqYK {
    margin: 20px 0 0;
}
/* Functions */
.blocks-album-view-wrapper__4K_R8_ .blocks-album-view-heading__SeXlG8 {
    align-items: center;
}
@media (max-width: 959.98px) {
    .blocks-album-view-wrapper__4K_R8_ .blocks-album-view-heading__SeXlG8 {
        display: flex;
        flex-direction: column;
    }
}
.blocks-album-view-wrapper__4K_R8_ .blocks-album-view-info__7U3cA2 {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.blocks-album-view-wrapper__4K_R8_ .blocks-album-view-info__7U3cA2 .blocks-album-view-views__gHkyvo {
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.blocks-album-view-wrapper__4K_R8_ .blocks-album-view-info__7U3cA2 .blocks-album-view-meta__VFOQhE {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    opacity: 0.5;
}
.blocks-album-view-wrapper__4K_R8_ .blocks-album-view-model__iOHXcO {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.blocks-album-view-wrapper__4K_R8_ .blocks-album-view-actions__Q4Wotv {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
@media (max-width: 959.98px) {
    .blocks-album-view-wrapper__4K_R8_ .blocks-album-view-actions__Q4Wotv {
        display: flex;
        justify-content: flex-start;
        margin: 20px 0 0;
    }
}
@media (max-width: 619.98px) {
    .blocks-album-view-wrapper__4K_R8_ .blocks-album-view-actions__Q4Wotv {
        display: flex;
        flex-direction: column;
    }
}
.blocks-album-view-wrapper__4K_R8_ .blocks-album-view-actions__Q4Wotv .blocks-album-view-votes__o7kw3h {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
@media (max-width: 619.98px) {
    .blocks-album-view-wrapper__4K_R8_ .blocks-album-view-actions__Q4Wotv .blocks-album-view-votes__o7kw3h {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }
}
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-controls__DYaqXL {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
}
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-controls__DYaqXL
    .blocks-album-view-rate-like__1fBM6F,
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-controls__DYaqXL
    .blocks-album-view-rate-dislike__3mASos {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 40px;
    height: 40px;
    color: var(--pb-color-white);
    cursor: pointer;
    background: var(--pb-color-primary-20);
    border-radius: 50%;
    transition: all 0.2s;
}
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-controls__DYaqXL
    .blocks-album-view-rate-like__1fBM6F
    .blocks-album-view-tooltip__7WzP3m,
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-controls__DYaqXL
    .blocks-album-view-rate-dislike__3mASos
    .blocks-album-view-tooltip__7WzP3m {
    color: var(--pb-color-noir);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    position: absolute;
    bottom: -25px;
    z-index: 100;
    visibility: hidden;
    padding: 2px 10px;
    background: var(--pb-color-white);
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 var(--pb-color-box-shadow);
    opacity: 0;
    transition: 0.2s;
}
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-controls__DYaqXL
    .blocks-album-view-rate-like__1fBM6F:hover,
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-controls__DYaqXL
    .blocks-album-view-rate-dislike__3mASos:hover {
    background: var(--pb-color-link-hover);
}
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-controls__DYaqXL
    .blocks-album-view-rate-like__1fBM6F:hover
    .blocks-album-view-tooltip__7WzP3m,
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-controls__DYaqXL
    .blocks-album-view-rate-dislike__3mASos:hover
    .blocks-album-view-tooltip__7WzP3m {
    visibility: visible;
    opacity: 1;
}
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-controls__DYaqXL
    .blocks-album-view-rate-like__1fBM6F:active,
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-controls__DYaqXL
    .blocks-album-view-rate-like__1fBM6F:focus,
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-controls__DYaqXL
    .blocks-album-view-rate-dislike__3mASos:active,
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-controls__DYaqXL
    .blocks-album-view-rate-dislike__3mASos:focus {
    background: var(--pb-color-link-active);
}
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-controls__DYaqXL
    .blocks-album-view-rate-like__1fBM6F.blocks-album-view-voted__Tx5ZnB,
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-controls__DYaqXL
    .blocks-album-view-rate-dislike__3mASos.blocks-album-view-voted__Tx5ZnB {
    background: var(--pb-color-accent);
}
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-votes-rating__5VmqMh
    .blocks-album-view-voters__tKLcaM {
    color: var(--pb-color-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    font-style: normal;
    text-align: center;
}
@media (max-width: 619.98px) {
    .blocks-album-view-wrapper__4K_R8_
        .blocks-album-view-actions__Q4Wotv
        .blocks-album-view-votes__o7kw3h
        .blocks-album-view-votes-rating__5VmqMh
        .blocks-album-view-voters__tKLcaM {
        text-align: left;
    }
}
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-votes-rating__5VmqMh
    .blocks-album-view-voters__tKLcaM
    span {
    color: var(--pb-color-primary-50);
    font-weight: 400;
    font-style: normal;
}
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-votes-rating__5VmqMh
    .blocks-album-view-progress-rate__PDvEHC {
    position: relative;
    display: block;
    width: 110px;
    height: 8px;
    overflow: hidden;
    background: var(--pb-color-primary-20);
    border-radius: 4px;
}
@media (max-width: 619.98px) {
    .blocks-album-view-wrapper__4K_R8_
        .blocks-album-view-actions__Q4Wotv
        .blocks-album-view-votes__o7kw3h
        .blocks-album-view-votes-rating__5VmqMh
        .blocks-album-view-progress-rate__PDvEHC {
        width: 180px;
    }
}
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-votes__o7kw3h
    .blocks-album-view-votes-rating__5VmqMh
    .blocks-album-view-progress-rate__PDvEHC
    .blocks-album-view-scale__5SA7Zn {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    background: var(--pb-color-accent);
    border-radius: 4px;
}
.blocks-album-view-wrapper__4K_R8_ .blocks-album-view-actions__Q4Wotv .blocks-album-view-buttons__ZfLE_y {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: nowrap;
}
@media (max-width: 619.98px) {
    .blocks-album-view-wrapper__4K_R8_ .blocks-album-view-actions__Q4Wotv .blocks-album-view-buttons__ZfLE_y {
        display: flex;
        gap: 8px;
        justify-content: flex-start;
        width: 100%;
    }
}
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-buttons__ZfLE_y
    .blocks-album-view-button__tzM6kT {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
@media (max-width: 1139.98px) {
    .blocks-album-view-wrapper__4K_R8_
        .blocks-album-view-actions__Q4Wotv
        .blocks-album-view-buttons__ZfLE_y
        .blocks-album-view-button__tzM6kT {
        min-width: 180px;
        height: 40px;
    }
}
@media (max-width: 619.98px) {
    .blocks-album-view-wrapper__4K_R8_
        .blocks-album-view-actions__Q4Wotv
        .blocks-album-view-buttons__ZfLE_y
        .blocks-album-view-button__tzM6kT {
        min-width: 150px;
    }
}
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-buttons__ZfLE_y
    .blocks-album-view-favorites__9JEIhf
    .blocks-album-view-favorites-body__BtJOUw
    ul
    li {
    position: relative;
    transition: background 0.2s;
}
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-buttons__ZfLE_y
    .blocks-album-view-favorites__9JEIhf
    .blocks-album-view-favorites-body__BtJOUw
    ul
    li:hover {
    background: var(--pb-color-primary-10);
}
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-buttons__ZfLE_y
    .blocks-album-view-favorites__9JEIhf
    .blocks-album-view-favorites-body__BtJOUw
    ul
    li
    .blocks-album-view-favorites-wrapper__HOMnE_ {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 8px;
}
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-buttons__ZfLE_y
    .blocks-album-view-favorites__9JEIhf
    .blocks-album-view-favorites-body__BtJOUw
    ul
    li
    .blocks-album-view-favorites-wrapper__HOMnE_
    .blocks-album-view-apply__ncUTgR {
    color: var(--pb-color-accent);
}
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-buttons__ZfLE_y
    .blocks-album-view-favorites__9JEIhf
    .blocks-album-view-favorites-body__BtJOUw
    ul
    li
    .blocks-album-view-favorites-wrapper__HOMnE_
    .blocks-album-view-delete__3iMnwj {
    padding: 0;
}
.blocks-album-view-wrapper__4K_R8_
    .blocks-album-view-actions__Q4Wotv
    .blocks-album-view-buttons__ZfLE_y
    .blocks-album-view-favorites__9JEIhf
    .blocks-album-view-favorites-body__BtJOUw
    ul
    li
    .blocks-album-view-favorites-wrapper__HOMnE_
    .blocks-album-view-favorites-link__EbIGSI:hover {
    background: transparent;
}
.blocks-album-view-wrapper__4K_R8_ .blocks-album-view-images__NEq6xJ {
    margin: 20px 0 0;
}
.blocks-album-view-wrapper__4K_R8_ .blocks-album-view-images__NEq6xJ img {
    border-radius: 8px;
}
/* Functions */
.pages-view-video-wrapper__MZ4YLy .pages-view-video-cake-right-player__uANahP {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
    margin-left: 0;
}
@media (min-width: 1560px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-cake-right-player__uANahP {
        margin-left: 40px;
    }
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-cake-right-player__uANahP {
    /* Old styles for sidebar */
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-cake-right-player__uANahP .pages-view-video-sidebar__zhcK3i {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    flex-wrap: nowrap;
    width: 300px;
    overflow: hidden;
    border-radius: 8px;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-cake-right-player__uANahP
    .pages-view-video-sidebar__zhcK3i
    .pages-view-video-sidebar-cake__uo_9hE {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-cake-right-player__uANahP
    .pages-view-video-sidebar__zhcK3i
    .pages-view-video-sidebar-cake__uo_9hE::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-cake-right-player__uANahP
    .pages-view-video-sidebar__zhcK3i
    .pages-view-video-sidebar-cake__uo_9hE
    .pages-view-video-sidebar-image__MzzDJq {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-cake-right-player__uANahP
    .pages-view-video-sidebar__zhcK3i
    .pages-view-video-sidebar-cake__uo_9hE
    .pages-view-video-sidebar-name__QOx8Ys {
    color: var(--pb-color-white);
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-cake-right-player__uANahP
    .pages-view-video-sidebar__zhcK3i
    .pages-view-video-sidebar-cake__uo_9hE
    .pages-view-video-sidebar-text__8GQhAA {
    color: var(--pb-color-white);
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 5;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background: var(--pb-color-accent);
    transform: translateX(-50%);
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-video-inactive__dNRWm_ {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 20px 0;
    margin: 0 0 20px;
    line-height: 120%;
    color: var(--pb-color-noir);
    background: rgb(255, 247, 184);
    border-radius: 8px;
}
@media (max-width: 959.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-video-inactive__dNRWm_ {
        font-size: 16px;
        line-height: 140%;
        font-style: normal;
        flex-direction: column;
        padding: 17px 16px;
        text-align: center;
    }
}
@media (max-width: 619.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-video-inactive__dNRWm_ {
        margin: 0 -20px;
        border-radius: 0;
    }
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-video-inactive__dNRWm_ .pages-view-video-tooltip-icon__4RvQHG {
    color: var(--pb-color-primary-50);
}
body.darkmode
    .pages-view-video-wrapper__MZ4YLy
    .pages-view-video-video-inactive__dNRWm_
    .pages-view-video-tooltip-icon__4RvQHG {
    color: rgba(51, 24, 45, 0.5);
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-video-inactive__dNRWm_ .pages-view-video-bold__7_wvv_ {
    font-weight: 700;
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-video__pzaxsL {
    position: relative;
}
@media (max-width: 619.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-video__pzaxsL {
        margin: 0 -20px;
    }
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-video__pzaxsL .pages-view-video-message-actions__aj4GP0 {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 99;
    display: none;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-video__pzaxsL
    .pages-view-video-message-actions__aj4GP0
    .pages-view-video-actions-list__xxjNAJ {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
    flex-wrap: nowrap;
}
@media (max-width: 959.98px) {
    .pages-view-video-wrapper__MZ4YLy
        .pages-view-video-video__pzaxsL
        .pages-view-video-message-actions__aj4GP0
        .pages-view-video-actions-list__xxjNAJ {
        gap: 10px;
    }
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-video__pzaxsL
    .pages-view-video-message-actions__aj4GP0
    .pages-view-video-actions-list__xxjNAJ
    .pages-view-video-list-item__WjPQxf {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    flex-wrap: nowrap;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-video__pzaxsL
    .pages-view-video-message-actions__aj4GP0
    .pages-view-video-actions-list__xxjNAJ
    .pages-view-video-list-item__WjPQxf
    .pages-view-video-button__TDbuCb {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    flex-wrap: nowrap;
    width: auto;
    height: auto;
    padding: 4px 8px;
    font-size: 16px;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-video__pzaxsL
    .pages-view-video-message-actions__aj4GP0
    .pages-view-video-actions-list__xxjNAJ
    .pages-view-video-list-item__WjPQxf
    .pages-view-video-button__TDbuCb
    .pages-view-video-item-status__vvUIcA {
    align-self: flex-start;
    width: 6px;
    height: 6px;
    background: var(--pb-color-green);
    border-radius: 50%;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-video__pzaxsL
    .pages-view-video-message-actions__aj4GP0
    .pages-view-video-actions-list__xxjNAJ
    .pages-view-video-list-item__WjPQxf
    .pages-view-video-item-close__OUTv7c {
    position: relative;
    width: 24px;
    height: 24px;
    background: var(--pb-color-primary-20);
    border-radius: 50%;
    transition: all 0.2s;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-video__pzaxsL
    .pages-view-video-message-actions__aj4GP0
    .pages-view-video-actions-list__xxjNAJ
    .pages-view-video-list-item__WjPQxf
    .pages-view-video-item-close__OUTv7c::before,
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-video__pzaxsL
    .pages-view-video-message-actions__aj4GP0
    .pages-view-video-actions-list__xxjNAJ
    .pages-view-video-list-item__WjPQxf
    .pages-view-video-item-close__OUTv7c::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 3px;
    content: '';
    background: var(--pb-color-quaternary);
    border-radius: 3px;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-video__pzaxsL
    .pages-view-video-message-actions__aj4GP0
    .pages-view-video-actions-list__xxjNAJ
    .pages-view-video-list-item__WjPQxf
    .pages-view-video-item-close__OUTv7c::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-video__pzaxsL
    .pages-view-video-message-actions__aj4GP0
    .pages-view-video-actions-list__xxjNAJ
    .pages-view-video-list-item__WjPQxf
    .pages-view-video-item-close__OUTv7c::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-video__pzaxsL
    .pages-view-video-message-actions__aj4GP0
    .pages-view-video-actions-list__xxjNAJ
    .pages-view-video-list-item__WjPQxf
    .pages-view-video-item-close__OUTv7c:hover {
    cursor: pointer;
    background: var(--pb-color-primary-50);
}
body.darkmode
    .pages-view-video-wrapper__MZ4YLy
    .pages-view-video-video__pzaxsL
    .pages-view-video-message-actions__aj4GP0
    .pages-view-video-actions-list__xxjNAJ
    .pages-view-video-list-item__WjPQxf
    .pages-view-video-item-close__OUTv7c:hover {
    background: rgba(51, 24, 45, 0.5);
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-video__pzaxsL .pages-view-video-player__AwOVI_ .player-wrap {
    position: relative;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-video__pzaxsL
    .pages-view-video-player__AwOVI_
    .player-wrap
    .kt-player {
    position: absolute !important;
    border-radius: 8px;
}
@media (max-width: 619.98px) {
    .pages-view-video-wrapper__MZ4YLy
        .pages-view-video-video__pzaxsL
        .pages-view-video-player__AwOVI_
        .player-wrap
        .kt-player {
        overflow: visible;
        border-radius: 0 !important;
    }
}
@media (max-width: 619.98px) {
    .pages-view-video-wrapper__MZ4YLy
        .pages-view-video-video__pzaxsL
        .pages-view-video-player__AwOVI_
        .player-wrap
        .kt-player
        .fp-ui {
        overflow: visible;
    }
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-video-title__9lYVyi {
    text-transform: capitalize;
}
@media (max-width: 1319.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-video-title__9lYVyi {
        font-size: 28px;
    }
}
@media (max-width: 619.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-video-title__9lYVyi {
        font-size: 22px;
    }
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-meta___g6QMF {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 4px 0 0;
    color: var(--pb-color-primary-50);
}
@media (max-width: 619.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-meta___g6QMF {
        font-size: 14px;
    }
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-meta___g6QMF .pages-view-video-views___bmCJD {
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
    flex-wrap: wrap;
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-info__vTl5DI {
    margin: 16px 0;
}
@media (max-width: 959.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-info__vTl5DI {
        margin: 16px 0 0;
    }
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-info__vTl5DI .pages-view-video-models__OeBRr0 {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    flex-wrap: wrap;
}
@media (max-width: 619.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-info__vTl5DI .pages-view-video-models__OeBRr0 {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-info__vTl5DI .pages-view-video-models__OeBRr0 li {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    flex: 0 0 auto;
    scroll-snap-align: start;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-info__vTl5DI
    .pages-view-video-models__OeBRr0
    li.pages-view-video-verified__Ki5Fbr {
    align-items: flex-start;
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-info__vTl5DI .pages-view-video-models__OeBRr0 li img {
    width: 70px;
    height: 85px;
    border-radius: 8px;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-info__vTl5DI
    .pages-view-video-models__OeBRr0
    li
    .pages-view-video-model-title__jPOPZM {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    flex-wrap: wrap;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-info__vTl5DI
    .pages-view-video-models__OeBRr0
    li
    .pages-view-video-model-title__jPOPZM
    a {
    font-size: 18px;
}
@media (max-width: 619.98px) {
    .pages-view-video-wrapper__MZ4YLy
        .pages-view-video-info__vTl5DI
        .pages-view-video-models__OeBRr0
        li
        .pages-view-video-model-title__jPOPZM
        a {
        font-size: 16px;
    }
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-info__vTl5DI
    .pages-view-video-models__OeBRr0
    li
    .pages-view-video-model-actions__Yy7IsT {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    margin: 8px 0 0;
}
@media (max-width: 619.98px) {
    .pages-view-video-wrapper__MZ4YLy
        .pages-view-video-info__vTl5DI
        .pages-view-video-models__OeBRr0
        li
        .pages-view-video-model-actions__Yy7IsT {
        margin: 6px 0 0;
    }
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-info__vTl5DI
    .pages-view-video-models__OeBRr0
    li
    .pages-view-video-model-actions__Yy7IsT
    a,
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-info__vTl5DI
    .pages-view-video-models__OeBRr0
    li
    .pages-view-video-model-actions__Yy7IsT
    button {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    font-style: normal;
}
@media (max-width: 619.98px) {
    .pages-view-video-wrapper__MZ4YLy
        .pages-view-video-info__vTl5DI
        .pages-view-video-models__OeBRr0
        li
        .pages-view-video-model-actions__Yy7IsT
        a,
    .pages-view-video-wrapper__MZ4YLy
        .pages-view-video-info__vTl5DI
        .pages-view-video-models__OeBRr0
        li
        .pages-view-video-model-actions__Yy7IsT
        button {
        height: 22px;
        font-size: 14px;
    }
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-info__vTl5DI
    .pages-view-video-models__OeBRr0
    li
    .pages-view-video-online__3KaBgj,
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-info__vTl5DI
    .pages-view-video-models__OeBRr0
    li
    .pages-view-video-offline__OHMi0J {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    flex-wrap: wrap;
    margin: 6px 0 0;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-info__vTl5DI
    .pages-view-video-models__OeBRr0
    li
    .pages-view-video-online__3KaBgj::before,
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-info__vTl5DI
    .pages-view-video-models__OeBRr0
    li
    .pages-view-video-offline__OHMi0J::before {
    width: 6px;
    height: 6px;
    content: '';
    background-color: var(--pb-color-green);
    border-radius: 50%;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-info__vTl5DI
    .pages-view-video-models__OeBRr0
    li
    .pages-view-video-offline__OHMi0J {
    color: var(--pb-color-primary-50);
}
body.darkmode
    .pages-view-video-wrapper__MZ4YLy
    .pages-view-video-info__vTl5DI
    .pages-view-video-models__OeBRr0
    li
    .pages-view-video-offline__OHMi0J {
    color: var(--pb-color-primary-75);
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-info__vTl5DI
    .pages-view-video-models__OeBRr0
    li
    .pages-view-video-offline__OHMi0J::before {
    background-color: var(--pb-color-primary-50);
}
body.darkmode
    .pages-view-video-wrapper__MZ4YLy
    .pages-view-video-info__vTl5DI
    .pages-view-video-models__OeBRr0
    li
    .pages-view-video-offline__OHMi0J::before {
    background-color: var(--pb-color-primary-75);
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-description__CuSQws {
    color: var(--pb-color-primary-75);
}
@media (max-width: 959.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-description__CuSQws {
        margin: 30px 0 0;
    }
}
@media (max-width: 619.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-description__CuSQws {
        font-size: 16px;
    }
}
body.darkmode .pages-view-video-wrapper__MZ4YLy .pages-view-video-description__CuSQws {
    color: var(--pb-color-primary-75);
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-actions-mobile__Zv1rKa,
.pages-view-video-wrapper__MZ4YLy .pages-view-video-actions__mIfIV1 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-actions-mobile__Zv1rKa .pages-view-video-buttons__9mn4rT,
.pages-view-video-wrapper__MZ4YLy .pages-view-video-actions__mIfIV1 .pages-view-video-buttons__9mn4rT {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-actions-mobile__Zv1rKa
    .pages-view-video-buttons__9mn4rT
    .pages-view-video-item__Zoh7d6,
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-actions__mIfIV1
    .pages-view-video-buttons__9mn4rT
    .pages-view-video-item__Zoh7d6 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: var(--pb-color-primary-50);
    background-color: #eaeaea;
    border-radius: 50%;
}
@media (max-width: 619.98px) {
    .pages-view-video-wrapper__MZ4YLy
        .pages-view-video-actions-mobile__Zv1rKa
        .pages-view-video-buttons__9mn4rT
        .pages-view-video-item__Zoh7d6,
    .pages-view-video-wrapper__MZ4YLy
        .pages-view-video-actions__mIfIV1
        .pages-view-video-buttons__9mn4rT
        .pages-view-video-item__Zoh7d6 {
        width: 54px;
        border-radius: 36px;
    }
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-actions-mobile__Zv1rKa
    .pages-view-video-buttons__9mn4rT
    .pages-view-video-item__Zoh7d6:hover,
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-actions__mIfIV1
    .pages-view-video-buttons__9mn4rT
    .pages-view-video-item__Zoh7d6:hover {
    color: var(--pb-color-base);
    background-color: var(--pb-color-accent);
}
body.darkmode
    .pages-view-video-wrapper__MZ4YLy
    .pages-view-video-actions-mobile__Zv1rKa
    .pages-view-video-buttons__9mn4rT
    .pages-view-video-item__Zoh7d6:hover,
body.darkmode
    .pages-view-video-wrapper__MZ4YLy
    .pages-view-video-actions__mIfIV1
    .pages-view-video-buttons__9mn4rT
    .pages-view-video-item__Zoh7d6:hover {
    color: var(--pb-color-white);
    background-color: var(--pb-color-accent);
}
body.darkmode
    .pages-view-video-wrapper__MZ4YLy
    .pages-view-video-actions-mobile__Zv1rKa
    .pages-view-video-buttons__9mn4rT
    .pages-view-video-item__Zoh7d6,
body.darkmode
    .pages-view-video-wrapper__MZ4YLy
    .pages-view-video-actions__mIfIV1
    .pages-view-video-buttons__9mn4rT
    .pages-view-video-item__Zoh7d6 {
    color: var(--pb-color-primary-50);
    background-color: var(--pb-color-primary-10);
}
@media (max-width: 959.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-actions-mobile__Zv1rKa {
        margin: 30px 0 0;
    }
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-actions__mIfIV1 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-actions__mIfIV1 .pages-view-video-votes__O3w4xn,
.pages-view-video-wrapper__MZ4YLy .pages-view-video-actions__mIfIV1 .pages-view-video-buttons__9mn4rT {
    margin-left: auto;
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-categories__OWVJKQ {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    margin: 24px 0 0;
}
@media (max-width: 959.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-categories__OWVJKQ {
        margin: 30px 0 0;
    }
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-categories__OWVJKQ.pages-view-video-cetegories-first__3mRJNF {
    margin: 30px 0 0;
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-categories__OWVJKQ a {
    color: var(--pb-color-primary-75);
    display: flex;
    flex-direction: row;
    gap: 3px;
    flex-wrap: wrap;
    text-transform: capitalize;
}
@media (max-width: 619.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-categories__OWVJKQ a {
        font-size: 16px;
    }
}
body.darkmode .pages-view-video-wrapper__MZ4YLy .pages-view-video-categories__OWVJKQ a {
    color: var(--pb-color-primary-75);
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-categories__OWVJKQ a:hover {
    color: var(--pb-color-link-hover);
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-action-button__XkwLC0 {
    gap: 5px;
}
@media (max-width: 1319.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-action-button__XkwLC0 {
        min-width: 195px;
    }
}
@media (max-width: 959.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-action-button__XkwLC0 {
        width: 100%;
        min-width: auto;
    }
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-action-button__XkwLC0[data-popover-trigger-active='true'] svg {
    transform: rotate(180deg);
    transition: 0.3s;
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-add-to-playlist__i73skQ [data-popover-name='user-playlists'] {
    min-width: 165px;
    padding: 8px 0 4px;
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-add-to-playlist__i73skQ [data-popover-name='user-playlists'] ul li {
    max-width: 250px;
    margin-bottom: 4px;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-add-to-playlist__i73skQ
    [data-popover-name='user-playlists']
    ul
    li
    a {
    color: var(--pb-color-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    font-style: normal;
    text-transform: none;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-add-to-playlist__i73skQ
    [data-popover-name='user-playlists']
    ul
    li
    a:hover {
    color: var(--pb-color-primary);
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-add-to-playlist__i73skQ .pages-view-video-playlist-button___4la40 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-add-to-playlist__i73skQ
    .pages-view-video-playlist-button___4la40
    .pages-view-video-icon__Dk6OMO {
    position: absolute;
    left: 8px;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-add-to-playlist__i73skQ
    .pages-view-video-playlist-button___4la40
    .pages-view-video-playlist-name__J_g6oj {
    width: 100%;
    padding: 9px 34px 9px 40px;
    text-align: left;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-add-to-playlist__i73skQ
    .pages-view-video-playlist-button___4la40
    .pages-view-video-remove__q9Qjew {
    position: absolute;
    right: 10px;
    color: var(--pb-color-primary-50);
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-add-to-playlist__i73skQ
    .pages-view-video-playlist-button___4la40
    .pages-view-video-remove__q9Qjew:hover {
    color: var(--pb-color-primary);
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-uploaded__REhM3o {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    margin: 24px 0 0;
}
@media (max-width: 619.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-uploaded__REhM3o {
        margin: 30px 0 0;
        font-size: 16px;
    }
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-uploaded__REhM3o .pages-view-video-uploaded-wrapper__OIZ7Us {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-uploaded__REhM3o
    .pages-view-video-uploaded-wrapper__OIZ7Us
    .pages-view-video-uploaded-name__Ym432l {
    color: var(--pb-color-primary-75);
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-uploaded__REhM3o
    .pages-view-video-uploaded-wrapper__OIZ7Us
    .pages-view-video-uploaded-name__Ym432l:hover {
    color: var(--pb-color-link-hover);
}
@media (max-width: 619.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-uploaded__REhM3o .pages-view-video-uploaded-wrapper__OIZ7Us a {
        font-size: 16px;
    }
}
@media (max-width: 619.98px) {
    .pages-view-video-wrapper__MZ4YLy
        .pages-view-video-uploaded__REhM3o
        .pages-view-video-uploaded-wrapper__OIZ7Us
        .pages-view-video-button__TDbuCb {
        font-size: 14px;
    }
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-reporting__4W6Dc0 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 24px 0 0;
}
@media (max-width: 619.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-reporting__4W6Dc0 {
        margin: 30px 0 0;
    }
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-reporting__4W6Dc0 a {
    color: var(--pb-color-primary-50);
}
@media (max-width: 619.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-reporting__4W6Dc0 a {
        font-size: 14px;
    }
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-reporting__4W6Dc0 a:hover {
    color: var(--pb-color-link-hover);
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-toggle-content__Z5rfyx {
    padding: 30px 0 0;
    margin: 64px 0 0;
    border-top: 3px solid var(--pb-color-primary-10);
}
@media (max-width: 959.98px) {
    .pages-view-video-wrapper__MZ4YLy .pages-view-video-toggle-content__Z5rfyx {
        margin: 30px 0 0;
    }
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-toggle-content__Z5rfyx .pages-view-video-report-success__s62Ksy {
    color: var(--pb-color-accent);
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-toggle-content__Z5rfyx .pages-view-video-report-buttons__YUHhVS {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-toggle-content__Z5rfyx
    .pages-view-video-report-buttons__YUHhVS
    button {
    min-width: 180px;
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-toggle-content__Z5rfyx .pages-view-video-share-item__GTqWWZ {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: nowrap;
    max-width: 700px;
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-toggle-content__Z5rfyx .pages-view-video-share-item__GTqWWZ svg {
    color: var(--pb-color-primary-20);
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-toggle-content__Z5rfyx
    .pages-view-video-share-item__GTqWWZ
    svg:hover {
    color: var(--pb-color-accent);
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-toggle-content__Z5rfyx .pages-view-video-embed-dimensions__AZCGRy {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
    margin: 15px 0 0;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-toggle-content__Z5rfyx
    .pages-view-video-embed-dimensions__AZCGRy
    .pages-view-video-dimensions__KpIHbd {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-toggle-content__Z5rfyx
    .pages-view-video-embed-dimensions__AZCGRy
    .pages-view-video-dimensions__KpIHbd
    a,
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-toggle-content__Z5rfyx
    .pages-view-video-embed-dimensions__AZCGRy
    .pages-view-video-dimensions__KpIHbd
    input {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    flex-wrap: wrap;
    height: 30px;
    padding: 0 8px;
    background-color: var(--pb-color-primary-10);
    border-radius: 8px;
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-toggle-content__Z5rfyx
    .pages-view-video-embed-dimensions__AZCGRy
    .pages-view-video-dimensions__KpIHbd
    a[data-active],
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-toggle-content__Z5rfyx
    .pages-view-video-embed-dimensions__AZCGRy
    .pages-view-video-dimensions__KpIHbd
    input[data-active] {
    color: var(--pb-color-white);
    background-color: var(--pb-color-accent);
}
.pages-view-video-wrapper__MZ4YLy
    .pages-view-video-toggle-content__Z5rfyx
    .pages-view-video-embed-dimensions__AZCGRy
    .pages-view-video-dimensions__KpIHbd
    input {
    max-width: 60px;
    text-align: center;
    outline: none;
    border: none;
}
body.darkmode
    .pages-view-video-wrapper__MZ4YLy
    .pages-view-video-toggle-content__Z5rfyx
    .pages-view-video-embed-dimensions__AZCGRy
    .pages-view-video-dimensions__KpIHbd
    input {
    color: var(--pb-color-white);
}
.pages-view-video-wrapper__MZ4YLy .pages-view-video-exclusive-videos__18cE8N .pages-view-video-heading__hSMMXN {
    margin: 0 0 20px;
}
/* Functions */
.pages-view-model-wrapper__sO_Pra .pages-view-model-title___tHOYg {
    margin: 0 0 20px;
}
@media (max-width: 959.98px) {
    .pages-view-model-wrapper__sO_Pra .pages-view-model-title___tHOYg {
        margin: 0 0 15px;
    }
}
.pages-view-model-wrapper__sO_Pra .pages-view-model-heading__B4_rKx {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: var(--pb-color-null);
}
.pages-view-model-wrapper__sO_Pra .pages-view-model-heading__B4_rKx:hover {
    color: var(--pb-color-link-hover);
}
.pages-view-model-wrapper__sO_Pra .pages-view-model-heading__B4_rKx:active,
.pages-view-model-wrapper__sO_Pra .pages-view-model-heading__B4_rKx:focus {
    color: var(--pb-color-link-active);
}
@media (max-width: 959.98px) {
    .pages-view-model-wrapper__sO_Pra .pages-view-model-heading__B4_rKx {
        gap: 12px;
    }
}
.pages-view-model-wrapper__sO_Pra .pages-view-model-heading__B4_rKx span {
    color: var(--pb-color-primary-50);
}
.pages-view-model-wrapper__sO_Pra .pages-view-model-heading__B4_rKx a {
    color: var(--pb-color-primary-50);
}
.pages-view-model-wrapper__sO_Pra .pages-view-model-heading__B4_rKx .pages-view-model-active__eqF7Ik {
    color: var(--pb-color-accent);
}
.pages-view-model-wrapper__sO_Pra .pages-view-model-link__B0_aJn {
    margin: 30px 0 0;
}
@media (max-width: 959.98px) {
    .pages-view-model-wrapper__sO_Pra .pages-view-model-link__B0_aJn {
        display: none;
    }
}
/* Functions */
.pages-view-album-wrapper__pLeuQo .pages-view-album-message__q43e45 {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    margin: 0 0 20px;
    background-color: #fff7b8;
    border-radius: 8px;
}
@media (max-width: 619.98px) {
    .pages-view-album-wrapper__pLeuQo .pages-view-album-message__q43e45 {
        width: 100vw;
        padding: 16px;
        margin: 0 -20px;
    }
}
.pages-view-album-wrapper__pLeuQo .pages-view-album-message__q43e45 div {
    color: var(--pb-color-noir);
}
/* Functions */
@media (max-width: 959.98px) {
    .pages-video-list-wrapper__b8kC_q {
        margin: 30px 0 0;
    }
}
.pages-video-list-wrapper__b8kC_q .pages-video-list-sidebar__pDyUrf {
    position: relative;
    width: 340px;
    padding: 0 60px 0 0;
}
@media (max-width: 1139.98px) {
    .pages-video-list-wrapper__b8kC_q .pages-video-list-sidebar__pDyUrf {
        width: 200px;
        padding: 0 100px 0 0;
    }
}
@media (max-width: 959.98px) {
    .pages-video-list-wrapper__b8kC_q .pages-video-list-sidebar__pDyUrf {
        width: 100%;
        padding: 0;
        margin: -10px 0 0;
    }
}
.pages-video-list-wrapper__b8kC_q .pages-video-list-sidebar__pDyUrf {
    /* Sidebar -> Duration */
}
.pages-video-list-wrapper__b8kC_q .pages-video-list-sidebar__pDyUrf .pages-video-list-duration__qZ69VF {
    width: 205px;
    margin: 0 0 40px;
}
@media (max-width: 959.98px) {
    .pages-video-list-wrapper__b8kC_q .pages-video-list-sidebar__pDyUrf .pages-video-list-duration__qZ69VF {
        position: absolute;
        top: 0;
        right: -10px;
        left: -10px;
        z-index: 1;
        display: none;
        width: auto;
        padding: 10px;
        margin: 0;
        background: var(--pb-color-base);
    }
}
@media (max-width: 619.98px) {
    .pages-video-list-wrapper__b8kC_q .pages-video-list-sidebar__pDyUrf .pages-video-list-duration__qZ69VF {
        right: -20px;
        left: -20px;
        padding: 0;
    }
}
.pages-video-list-wrapper__b8kC_q .pages-video-list-sidebar__pDyUrf .pages-video-list-duration__qZ69VF form {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.pages-video-list-wrapper__b8kC_q
    .pages-video-list-sidebar__pDyUrf
    .pages-video-list-duration__qZ69VF
    form
    .pages-video-list-inner__5oR_ap {
    width: 100%;
}
.pages-video-list-wrapper__b8kC_q
    .pages-video-list-sidebar__pDyUrf
    .pages-video-list-duration__qZ69VF
    form
    .pages-video-list-inner__5oR_ap
    span {
    color: var(--pb-color-primary-50);
}
.pages-video-list-wrapper__b8kC_q
    .pages-video-list-sidebar__pDyUrf
    .pages-video-list-duration__qZ69VF
    form
    .pages-video-list-inner__5oR_ap
    .pages-video-list-slider__GWPThP {
    margin: -10px 0 0;
}
.pages-video-list-wrapper__b8kC_q
    .pages-video-list-sidebar__pDyUrf
    .pages-video-list-duration__qZ69VF
    form
    .pages-video-list-inner__5oR_ap
    .pages-video-list-slider__GWPThP
    .irs--flat
    .irs-min,
.pages-video-list-wrapper__b8kC_q
    .pages-video-list-sidebar__pDyUrf
    .pages-video-list-duration__qZ69VF
    form
    .pages-video-list-inner__5oR_ap
    .pages-video-list-slider__GWPThP
    .irs--flat
    .irs-max,
.pages-video-list-wrapper__b8kC_q
    .pages-video-list-sidebar__pDyUrf
    .pages-video-list-duration__qZ69VF
    form
    .pages-video-list-inner__5oR_ap
    .pages-video-list-slider__GWPThP
    .irs--flat
    .irs-from,
.pages-video-list-wrapper__b8kC_q
    .pages-video-list-sidebar__pDyUrf
    .pages-video-list-duration__qZ69VF
    form
    .pages-video-list-inner__5oR_ap
    .pages-video-list-slider__GWPThP
    .irs--flat
    .irs-to,
.pages-video-list-wrapper__b8kC_q
    .pages-video-list-sidebar__pDyUrf
    .pages-video-list-duration__qZ69VF
    form
    .pages-video-list-inner__5oR_ap
    .pages-video-list-slider__GWPThP
    .irs--flat
    .irs-single,
.pages-video-list-wrapper__b8kC_q
    .pages-video-list-sidebar__pDyUrf
    .pages-video-list-duration__qZ69VF
    form
    .pages-video-list-inner__5oR_ap
    .pages-video-list-slider__GWPThP
    .irs--flat
    .irs-grid-pol,
.pages-video-list-wrapper__b8kC_q
    .pages-video-list-sidebar__pDyUrf
    .pages-video-list-duration__qZ69VF
    form
    .pages-video-list-inner__5oR_ap
    .pages-video-list-slider__GWPThP
    .irs--flat
    .irs-handle
    i {
    display: none;
}
.pages-video-list-wrapper__b8kC_q
    .pages-video-list-sidebar__pDyUrf
    .pages-video-list-duration__qZ69VF
    form
    .pages-video-list-inner__5oR_ap
    .pages-video-list-slider__GWPThP
    .irs--flat
    .irs-line {
    height: 4px;
    background-color: var(--pb-color-tertiary);
}
.pages-video-list-wrapper__b8kC_q
    .pages-video-list-sidebar__pDyUrf
    .pages-video-list-duration__qZ69VF
    form
    .pages-video-list-inner__5oR_ap
    .pages-video-list-slider__GWPThP
    .irs--flat
    .irs-bar {
    height: 4px;
    background-color: var(--pb-color-accent);
}
.pages-video-list-wrapper__b8kC_q
    .pages-video-list-sidebar__pDyUrf
    .pages-video-list-duration__qZ69VF
    form
    .pages-video-list-inner__5oR_ap
    .pages-video-list-slider__GWPThP
    .irs--flat
    .irs-handle {
    top: 20px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background-color: var(--pb-color-accent);
    border-radius: 50%;
}
.pages-video-list-wrapper__b8kC_q
    .pages-video-list-sidebar__pDyUrf
    .pages-video-list-duration__qZ69VF
    form
    .pages-video-list-inner__5oR_ap
    .pages-video-list-slider__GWPThP
    .irs--flat
    .irs-grid-text {
    color: var(--pb-color-primary-50);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    font-style: normal;
    font-family: var(--font-roboto);
}
.pages-video-list-wrapper__b8kC_q
    .pages-video-list-sidebar__pDyUrf
    .pages-video-list-duration__qZ69VF
    form
    .pages-video-list-inner__5oR_ap
    .pages-video-list-slider__GWPThP
    .irs--flat
    .irs-grid-text:last-child::after {
    content: '+';
}
.pages-video-list-wrapper__b8kC_q
    .pages-video-list-sidebar__pDyUrf
    .pages-video-list-duration__qZ69VF
    form
    .pages-video-list-inner__5oR_ap
    .pages-video-list-slider__GWPThP
    .range-slider__range {
    height: 4px;
    background-color: var(--pb-color-accent);
}
.pages-video-list-wrapper__b8kC_q
    .pages-video-list-sidebar__pDyUrf
    .pages-video-list-duration__qZ69VF
    form
    .pages-video-list-inner__5oR_ap
    .pages-video-list-slider__GWPThP
    .range-slider__thumb {
    width: 14px;
    height: 14px;
    background-color: var(--pb-color-accent);
}
.pages-video-list-wrapper__b8kC_q .pages-video-list-sidebar__pDyUrf .pages-video-list-duration__qZ69VF form input {
    display: none;
}
.pages-video-list-wrapper__b8kC_q .pages-video-list-sidebar__pDyUrf .pages-video-list-duration__qZ69VF form button {
    min-width: 90px;
}
@media (max-width: 959.98px) {
    .pages-video-list-wrapper__b8kC_q .pages-video-list-sidebar__pDyUrf .pages-video-list-duration__qZ69VF form {
        max-width: 335px;
        margin: 22px auto;
    }
}
/* Functions */
.pages-upload-forbidden-wrapper___7O0BW {
    display: flex;
    flex-direction: row;
    gap: 100px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 80vh;
    margin: 50px 0;
}
@media (max-width: 1139.98px) {
    .pages-upload-forbidden-wrapper___7O0BW {
        flex-direction: column;
        gap: 50px;
        align-items: center;
        margin: 30px 0 50px;
    }
}
.pages-upload-forbidden-wrapper___7O0BW .pages-upload-forbidden-main__qnE2gG {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 340px;
}
@media (max-width: 1139.98px) {
    .pages-upload-forbidden-wrapper___7O0BW .pages-upload-forbidden-main__qnE2gG {
        gap: 16px;
    }
}
@media (max-width: 619.98px) {
    .pages-upload-forbidden-wrapper___7O0BW .pages-upload-forbidden-main__qnE2gG {
        width: 100%;
        max-width: 340px;
    }
}
.pages-upload-forbidden-wrapper___7O0BW
    .pages-upload-forbidden-main__qnE2gG
    .pages-upload-forbidden-image-wrapper__wch6z_ {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: center;
}
.pages-upload-forbidden-wrapper___7O0BW
    .pages-upload-forbidden-main__qnE2gG
    .pages-upload-forbidden-image-wrapper__wch6z_
    .pages-upload-forbidden-image__vXdBa8 {
    width: 180px;
    height: 226px;
}
@media (max-width: 959.98px) {
    .pages-upload-forbidden-wrapper___7O0BW
        .pages-upload-forbidden-main__qnE2gG
        .pages-upload-forbidden-image-wrapper__wch6z_
        .pages-upload-forbidden-image__vXdBa8 {
        width: 140px;
        height: 176px;
    }
}
.pages-upload-forbidden-wrapper___7O0BW .pages-upload-forbidden-main__qnE2gG .pages-upload-forbidden-side__SkVakI {
    position: absolute;
    top: 0;
    right: -360px;
    width: 260px;
    padding-top: 20px;
}
@media (max-width: 1139.98px) {
    .pages-upload-forbidden-wrapper___7O0BW .pages-upload-forbidden-main__qnE2gG .pages-upload-forbidden-side__SkVakI {
        position: static;
        width: 100%;
        max-width: 335px;
        padding-top: 34px;
    }
}
/* Functions */
.pages-uiexamples-wrapper__9cBCtq .pages-uiexamples-item___VrB58 {
    padding: 10px;
    margin: 0 0 30px;
    scroll-margin-top: 30px;
    border: 2px dashed rgba(72, 162, 237, 0.5);
}
.pages-uiexamples-wrapper__9cBCtq .pages-uiexamples-item___VrB58.pages-uiexamples-menu__SuMFLS ul {
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
    padding: 0 0 0 20px;
    margin: 10px 0 0;
    list-style: auto;
}
.pages-uiexamples-wrapper__9cBCtq .pages-uiexamples-item___VrB58.pages-uiexamples-icons__EHM2wV {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
}
.pages-uiexamples-wrapper__9cBCtq .pages-uiexamples-item___VrB58.pages-uiexamples-icons__EHM2wV svg {
    width: 50px;
    height: 50px;
    color: rgb(72, 162, 237);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6 {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 150px;
    height: 150px;
    padding: 5px;
    color: #000;
    text-align: center;
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-base___mTPkT {
    background-color: var(--pb-color-base);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-primary__QXQgrw {
    background-color: var(--pb-color-primary);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-primary-75__WQsOKG {
    background-color: var(--pb-color-primary-75);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-primary-50__nlvyoG {
    background-color: var(--pb-color-primary-50);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-primary-20__Q4lqU_ {
    background-color: var(--pb-color-primary-20);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-primary-10__6Uml41 {
    background-color: var(--pb-color-primary-10);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-tertiary__PIvapP {
    background-color: var(--pb-color-tertiary);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-quaternary__IaYRwr {
    background-color: var(--pb-color-quaternary);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-accent__rAHHbF {
    background-color: var(--pb-color-accent);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-accent-hover__qfCnfb {
    background-color: var(--pb-color-accent-hover);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-box-shadow__8fh92C {
    background-color: var(--pb-color-box-shadow);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-primary-button-background__GZBBQt {
    background-color: var(--pb-color-primary-button-background);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-primary-button-background-hover__VrcQwy {
    background-color: var(--pb-color-primary-button-background-hover);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-primary-button-background-active__15_qAO {
    background-color: var(--pb-color-primary-button-background-active);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-primary-button-text___2p5g4 {
    background-color: var(--pb-color-primary-button-text);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-secondary-button-background__OYLKxu {
    background-color: var(--pb-color-secondary-button-background);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-secondary-button-background-hover__RUSebU {
    background-color: var(--pb-color-secondary-button-background-hover);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-secondary-button-background-active__FTW60G {
    background-color: var(--pb-color-secondary-button-background-active);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-secondary-button-text__jUc94N {
    background-color: var(--pb-color-secondary-button-text);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-link__BYrEze {
    background-color: var(--pb-color-link);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-link-hover__P5T9mq {
    background-color: var(--pb-color-link-hover);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-link-active__eScMDP {
    background-color: var(--pb-color-link-active);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-dark__I3JCx0 {
    background-color: var(--pb-color-dark);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-dark-purple__QMmO_Z {
    background-color: var(--pb-color-dark-purple);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-red__4_5_KW {
    background-color: var(--pb-color-red);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-green__MIRo35 {
    background-color: var(--pb-color-green);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-white__30Vgc2 {
    background-color: var(--pb-color-white);
}
.pages-uiexamples-wrapper__9cBCtq
    .pages-uiexamples-item___VrB58.pages-uiexamples-colors__6Ftv0q
    .pages-uiexamples-item-color__gwaiH6.pages-uiexamples-yellow__FBhrrI {
    background-color: var(--pb-color-yellow);
}
.pages-uiexamples-wrapper__9cBCtq .pages-uiexamples-item___VrB58 .pages-uiexamples-title__xjT0FE {
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    font-style: normal;
}
.pages-uiexamples-wrapper__9cBCtq .pages-uiexamples-item___VrB58 .pages-uiexamples-box__RPh1i8 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px 0;
}
.pages-uiexamples-wrapper__9cBCtq .pages-uiexamples-item___VrB58 .pages-uiexamples-box2__aMOuTE {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
    margin: 10px 0;
}
.pages-uiexamples-wrapper__9cBCtq table {
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid var(--pb-color-primary-20);
}
.pages-uiexamples-wrapper__9cBCtq table thead {
    background: var(--pb-color-primary-10);
}
.pages-uiexamples-wrapper__9cBCtq table thead tr td {
    padding: 8px;
}
.pages-uiexamples-wrapper__9cBCtq table tbody tr td {
    padding: 6px;
    border: 1px solid var(--pb-color-primary-20);
}
.pages-uiexamples-wrapper__9cBCtq table.pages-uiexamples-icons__EHM2wV tbody tr td svg {
    width: 48px;
    height: 48px;
    color: var(--pb-color-green);
}
.pages-uiexamples-wrapper__9cBCtq table.pages-uiexamples-controls__w9DySP tbody tr td {
    gap: 10px;
}
.pages-uiexamples-wrapper__9cBCtq table.pages-uiexamples-controls__w9DySP tbody tr td code span {
    color: #f261b8;
}
/* Functions */
.pages-search-wrapper__Nqjhub .pages-search-search-page__aNAavR {
    display: flex;
    flex-direction: column;
    gap: 50px;
    flex-wrap: nowrap;
}
@media (max-width: 959.98px) {
    .pages-search-wrapper__Nqjhub .pages-search-search-page__aNAavR {
        gap: 30px;
    }
}
.pages-search-wrapper__Nqjhub .pages-search-search-page__aNAavR .pages-search-heading__sD5JhY {
    margin: 0 0 20px;
    text-transform: capitalize;
}
.pages-search-wrapper__Nqjhub .pages-search-search-page__aNAavR .pages-search-heading__sD5JhY span {
    color: var(--pb-color-accent);
}
/* Functions */
.pages-profile-wrapper__GvARyh .pages-profile-member-block__TtANws {
    display: flex;
    flex-direction: column;
    gap: 50px;
    flex-wrap: nowrap;
}
@media (max-width: 959.98px) {
    .pages-profile-wrapper__GvARyh .pages-profile-member-block__TtANws {
        gap: 30px;
    }
}
.pages-profile-wrapper__GvARyh .pages-profile-member-block__TtANws .pages-profile-heading__d3SMrN {
    margin: 0 0 20px;
    text-transform: capitalize;
}
.pages-profile-wrapper__GvARyh .pages-profile-member-block__TtANws .pages-profile-heading__d3SMrN span {
    color: var(--pb-color-accent);
}
.pages-profile-wrapper__GvARyh
    .pages-profile-member-block__TtANws
    .pages-profile-conversations__q2nE71
    .pages-profile-back__Pefgzc {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    flex-wrap: wrap;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 10px;
}
.pages-profile-wrapper__GvARyh
    .pages-profile-member-block__TtANws
    .pages-profile-conversations__q2nE71
    .pages-profile-back__Pefgzc:hover
    svg {
    color: var(--pb-color-link-hover);
}
.pages-profile-wrapper__GvARyh .pages-profile-subscriptions__B7mhDw {
    gap: 40px;
}
@media (max-width: 959.98px) {
    .pages-profile-wrapper__GvARyh .pages-profile-subscriptions__B7mhDw {
        gap: 30px;
    }
}
.pages-profile-wrapper__GvARyh .pages-profile-subscriptions__B7mhDw h2 {
    text-transform: none !important;
}
.pages-profile-wrapper__GvARyh .pages-profile-subscriptions__B7mhDw .pages-profile-link__uQftSp {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 10px 5px;
    background-color: var(--pb-color-primary-10);
    border-radius: 8px;
    transition: 0.2s;
}
.pages-profile-wrapper__GvARyh
    .pages-profile-subscriptions__B7mhDw
    .pages-profile-link__uQftSp
    .pages-profile-name__XjTYig {
    max-width: 100%;
}
.pages-profile-wrapper__GvARyh .pages-profile-subscriptions__B7mhDw .pages-profile-link__uQftSp:hover {
    background: linear-gradient(0deg, rgba(255, 0, 153, 0.1) 0%, rgba(255, 0, 153, 0.1) 100%), #f2f2f2;
}
body.darkmode .pages-profile-wrapper__GvARyh .pages-profile-subscriptions__B7mhDw .pages-profile-link__uQftSp:hover {
    background: var(--pb-color-noir);
}
.pages-profile-wrapper__GvARyh
    .pages-profile-subscriptions__B7mhDw
    .pages-profile-link__uQftSp:hover
    .pages-profile-title__9r0U_i,
.pages-profile-wrapper__GvARyh
    .pages-profile-subscriptions__B7mhDw
    .pages-profile-link__uQftSp:hover
    .pages-profile-name__XjTYig {
    color: var(--pb-color-link-hover);
}
.pages-profile-wrapper__GvARyh .pages-profile-subscriptions__B7mhDw .pages-profile-link__uQftSp:active,
.pages-profile-wrapper__GvARyh .pages-profile-subscriptions__B7mhDw .pages-profile-link__uQftSp:focus {
    background: linear-gradient(0deg, rgba(255, 0, 153, 0.1) 0%, rgba(255, 0, 153, 0.1) 100%), #f2f2f2;
}
body.darkmode .pages-profile-wrapper__GvARyh .pages-profile-subscriptions__B7mhDw .pages-profile-link__uQftSp:active,
body.darkmode .pages-profile-wrapper__GvARyh .pages-profile-subscriptions__B7mhDw .pages-profile-link__uQftSp:focus {
    background: var(--pb-color-noir);
}
.pages-profile-wrapper__GvARyh
    .pages-profile-subscriptions__B7mhDw
    .pages-profile-link__uQftSp:active
    .pages-profile-title__9r0U_i,
.pages-profile-wrapper__GvARyh
    .pages-profile-subscriptions__B7mhDw
    .pages-profile-link__uQftSp:active
    .pages-profile-name__XjTYig,
.pages-profile-wrapper__GvARyh
    .pages-profile-subscriptions__B7mhDw
    .pages-profile-link__uQftSp:focus
    .pages-profile-title__9r0U_i,
.pages-profile-wrapper__GvARyh
    .pages-profile-subscriptions__B7mhDw
    .pages-profile-link__uQftSp:focus
    .pages-profile-name__XjTYig {
    color: var(--pb-color-link-active);
}
.pages-profile-wrapper__GvARyh .pages-profile-subscriptions__B7mhDw .pages-profile-title__9r0U_i {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    font-style: normal;
    margin: 10px 0 0;
    text-align: center;
}
.pages-profile-wrapper__GvARyh .pages-profile-subscriptions__B7mhDw .pages-profile-details___EigKL {
    margin: 10px 0 0;
    color: var(--pb-color-primary-50);
    text-align: center;
}
.pages-profile-wrapper__GvARyh .pages-profile-subscriptions__B7mhDw .pages-profile-actions__YpXVYh {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0 0;
}
.pages-profile-wrapper__GvARyh .pages-profile-subscriptions__B7mhDw .pages-profile-users__ZxZ44o {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pages-profile-wrapper__GvARyh
    .pages-profile-subscriptions__B7mhDw
    .pages-profile-users__ZxZ44o
    .pages-profile-image__ELWunq {
    max-width: 100%;
}
.pages-profile-wrapper__GvARyh
    .pages-profile-subscriptions__B7mhDw
    .pages-profile-users__ZxZ44o
    .pages-profile-image__ELWunq
    img {
    width: 140px;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border: 0 solid var(--pb-color-accent);
    border-radius: 50%;
    transition: border 0.2s;
}
.pages-profile-wrapper__GvARyh
    .pages-profile-subscriptions__B7mhDw
    .pages-profile-users__ZxZ44o
    .pages-profile-image__ELWunq:hover {
    color: var(--pb-color-link-hover);
}
.pages-profile-wrapper__GvARyh
    .pages-profile-subscriptions__B7mhDw
    .pages-profile-users__ZxZ44o
    .pages-profile-image__ELWunq:hover
    img {
    border-color: var(--pb-color-link-hover);
    border-width: 4px;
}
.pages-profile-wrapper__GvARyh
    .pages-profile-subscriptions__B7mhDw
    .pages-profile-users__ZxZ44o
    .pages-profile-image__ELWunq:hover
    .pages-profile-title__9r0U_i {
    color: var(--pb-color-link-hover);
}
.pages-profile-wrapper__GvARyh
    .pages-profile-subscriptions__B7mhDw
    .pages-profile-users__ZxZ44o
    .pages-profile-image__ELWunq:active,
.pages-profile-wrapper__GvARyh
    .pages-profile-subscriptions__B7mhDw
    .pages-profile-users__ZxZ44o
    .pages-profile-image__ELWunq:focus {
    color: var(--pb-color-link-active);
}
.pages-profile-wrapper__GvARyh
    .pages-profile-subscriptions__B7mhDw
    .pages-profile-users__ZxZ44o
    .pages-profile-image__ELWunq:active
    img,
.pages-profile-wrapper__GvARyh
    .pages-profile-subscriptions__B7mhDw
    .pages-profile-users__ZxZ44o
    .pages-profile-image__ELWunq:focus
    img {
    border-color: var(--pb-color-link-active);
}
/* Functions */
.pages-posts-list-wrapper__QLgV19 .pages-posts-list-title__kfFgJ7 {
    margin: 0 0 20px;
}
/* Functions */
.pages-payment-links-wrapper__eeQFzX {
    width: 1060px;
    padding: 50px 0 0;
    margin: auto;
}
@media (max-width: 1139.98px) {
    .pages-payment-links-wrapper__eeQFzX {
        width: 850px;
    }
}
@media (max-width: 959.98px) {
    .pages-payment-links-wrapper__eeQFzX {
        width: auto;
    }
}
@media (max-width: 619.98px) {
    .pages-payment-links-wrapper__eeQFzX {
        padding: 30px 0 0;
    }
}
.pages-payment-links-wrapper__eeQFzX .pages-payment-links-link__p8wwrV {
    color: var(--pb-color-link-active);
}
.pages-payment-links-wrapper__eeQFzX .pages-payment-links-link__p8wwrV:hover {
    color: var(--pb-color-link-hover);
}
.pages-payment-links-wrapper__eeQFzX h2 {
    margin: 20px 0 50px;
    text-transform: none;
}
@media (max-width: 619.98px) {
    .pages-payment-links-wrapper__eeQFzX h2 {
        margin: 20px 0;
    }
}
.pages-payment-links-wrapper__eeQFzX .pages-payment-links-payments-order__WVd4lD {
    margin: 0 0 30px;
    border-bottom: 3px solid var(--pb-color-primary-10);
}
.pages-payment-links-wrapper__eeQFzX
    .pages-payment-links-payments-order__WVd4lD
    .pages-payment-links-payments-order-block__VTiyUL {
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 10px;
}
@media (max-width: 959.98px) {
    .pages-payment-links-wrapper__eeQFzX
        .pages-payment-links-payments-order__WVd4lD
        .pages-payment-links-payments-order-block__VTiyUL {
        display: block;
    }
}
.pages-payment-links-wrapper__eeQFzX
    .pages-payment-links-payments-order__WVd4lD
    .pages-payment-links-payments-order-block__VTiyUL
    .pages-payment-links-payments-order-info__k1Oc27 {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 959.98px) {
    .pages-payment-links-wrapper__eeQFzX
        .pages-payment-links-payments-order__WVd4lD
        .pages-payment-links-payments-order-block__VTiyUL
        .pages-payment-links-payments-order-info__k1Oc27 {
        font-size: 14px;
    }
}
.pages-payment-links-wrapper__eeQFzX
    .pages-payment-links-payments-order__WVd4lD
    .pages-payment-links-payments-order-block__VTiyUL
    .pages-payment-links-payments-order-info__k1Oc27
    span {
    opacity: 0.5;
}
.pages-payment-links-wrapper__eeQFzX
    .pages-payment-links-payments-order__WVd4lD
    .pages-payment-links-payments-order-block__VTiyUL
    .pages-payment-links-payments-order-info-mobile__SkTDMO {
    display: flex;
    gap: 250px;
}
@media (max-width: 1139.98px) {
    .pages-payment-links-wrapper__eeQFzX
        .pages-payment-links-payments-order__WVd4lD
        .pages-payment-links-payments-order-block__VTiyUL
        .pages-payment-links-payments-order-info-mobile__SkTDMO {
        gap: 100px;
    }
}
@media (max-width: 619.98px) {
    .pages-payment-links-wrapper__eeQFzX
        .pages-payment-links-payments-order__WVd4lD
        .pages-payment-links-payments-order-block__VTiyUL
        .pages-payment-links-payments-order-info-mobile__SkTDMO {
        gap: 0;
        justify-content: space-between;
    }
}
.pages-payment-links-wrapper__eeQFzX
    .pages-payment-links-payments-order__WVd4lD
    .pages-payment-links-payments-order-block__VTiyUL
    .pages-payment-links-payments-order-info-mobile__SkTDMO
    .pages-payment-links-payments-order-info-two__SeL3_t {
    display: flex;
    flex-direction: row;
    gap: 3px;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 959.98px) {
    .pages-payment-links-wrapper__eeQFzX
        .pages-payment-links-payments-order__WVd4lD
        .pages-payment-links-payments-order-block__VTiyUL
        .pages-payment-links-payments-order-info-mobile__SkTDMO
        .pages-payment-links-payments-order-info-two__SeL3_t {
        font-size: 14px;
    }
}
.pages-payment-links-wrapper__eeQFzX
    .pages-payment-links-payments-order__WVd4lD
    .pages-payment-links-payments-order-block__VTiyUL
    .pages-payment-links-payments-order-info-mobile__SkTDMO
    .pages-payment-links-payments-order-info-two__SeL3_t
    span {
    opacity: 0.5;
}
/* Functions */
.pages-partners-wrapper__bDzO9q .pages-partners-banners__hJYgDd {
    display: grid;
    gap: 16px 40px;
    align-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
    margin: 20px 0 0;
}
@media (max-width: 959.98px) {
    .pages-partners-wrapper__bDzO9q .pages-partners-banners__hJYgDd {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin: 15px 0 0;
    }
}
.pages-partners-wrapper__bDzO9q .pages-partners-banners__hJYgDd a {
    position: relative;
    display: block;
}
.pages-partners-wrapper__bDzO9q .pages-partners-banners__hJYgDd a::before {
    position: absolute;
    inset: 0;
    z-index: 100;
    content: '';
    background-color: var(--pb-color-accent-hover);
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.2s;
}
.pages-partners-wrapper__bDzO9q .pages-partners-banners__hJYgDd a:hover::before {
    opacity: 1;
}
.pages-partners-wrapper__bDzO9q .pages-partners-banners__hJYgDd a img {
    width: 620px;
    width: 100%;
    border-radius: 8px;
}
/* Functions */
@media (min-width: 960px) {
    .pages-legal-wrapper__1xGGgL {
        max-width: 700px;
        margin: 50px auto 0;
    }
}
.pages-legal-wrapper__1xGGgL h1,
.pages-legal-wrapper__1xGGgL h2,
.pages-legal-wrapper__1xGGgL h3,
.pages-legal-wrapper__1xGGgL h4 {
    margin: 0 0 20px;
}
.pages-legal-wrapper__1xGGgL ul {
    margin: 0 0 20px;
    list-style: inside disc;
}
.pages-legal-wrapper__1xGGgL ul li {
    margin: 5px 0 0;
}
.pages-legal-wrapper__1xGGgL p {
    margin: 20px 0;
}
/* Functions */
.pages-landing-wrapper__fsEqJN .pages-landing-hero__gL5qjR {
    display: flex;
    flex-direction: row;
    gap: nowrap;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
@media (max-width: 1319.98px) {
    .pages-landing-wrapper__fsEqJN .pages-landing-hero__gL5qjR {
        flex-direction: column;
        gap: 32px;
    }
}
.pages-landing-wrapper__fsEqJN .pages-landing-hero__gL5qjR img {
    width: 740px;
    height: 660px;
}
@media (max-width: 1319.98px) {
    .pages-landing-wrapper__fsEqJN .pages-landing-hero__gL5qjR img {
        width: 100%;
        height: auto;
    }
}
.pages-landing-wrapper__fsEqJN .pages-landing-hero__gL5qjR img:nth-child(1) {
    margin-left: -220px;
}
@media (max-width: 1559.98px) {
    .pages-landing-wrapper__fsEqJN .pages-landing-hero__gL5qjR img:nth-child(1) {
        margin-left: -400px;
    }
}
.pages-landing-wrapper__fsEqJN .pages-landing-hero__gL5qjR img:nth-child(2) {
    margin-right: -220px;
}
@media (max-width: 1559.98px) {
    .pages-landing-wrapper__fsEqJN .pages-landing-hero__gL5qjR img:nth-child(2) {
        margin-right: -400px;
    }
}
.pages-landing-wrapper__fsEqJN .pages-landing-hero__gL5qjR .pages-landing-content__IFl_A5 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    inset: 0;
    max-width: 520px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
}
@media (max-width: 1319.98px) {
    .pages-landing-wrapper__fsEqJN .pages-landing-hero__gL5qjR .pages-landing-content__IFl_A5 {
        position: relative;
        max-width: 335px;
    }
}
.pages-landing-wrapper__fsEqJN
    .pages-landing-hero__gL5qjR
    .pages-landing-content__IFl_A5
    .pages-landing-description__t1sdN_ {
    color: var(--pb-color-primary-75);
}
.pages-landing-wrapper__fsEqJN
    .pages-landing-hero__gL5qjR
    .pages-landing-content__IFl_A5
    .pages-landing-button__P3M3v_ {
    width: 360px;
    margin: 20px 0 0;
    font-family: var(--font-londrina);
    text-transform: uppercase;
}
@media (max-width: 1319.98px) {
    .pages-landing-wrapper__fsEqJN
        .pages-landing-hero__gL5qjR
        .pages-landing-content__IFl_A5
        .pages-landing-button__P3M3v_ {
        width: 100%;
    }
}
@media (min-width: 960px) {
    .pages-landing-wrapper__fsEqJN
        .pages-landing-hero__gL5qjR
        .pages-landing-content__IFl_A5
        .pages-landing-button__P3M3v_ {
        font-size: 24px;
    }
}
.pages-landing-wrapper__fsEqJN .pages-landing-benefits__RiONFp {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 830px;
    margin: 120px auto 0;
}
@media (max-width: 959.98px) {
    .pages-landing-wrapper__fsEqJN .pages-landing-benefits__RiONFp {
        gap: 30px;
        max-width: 335px;
        margin: 60px auto 0;
    }
}
.pages-landing-wrapper__fsEqJN .pages-landing-benefits__RiONFp .pages-landing-item__hXx8_h {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
@media (min-width: 960px) {
    .pages-landing-wrapper__fsEqJN .pages-landing-benefits__RiONFp .pages-landing-item__hXx8_h:nth-of-type(2),
    .pages-landing-wrapper__fsEqJN .pages-landing-benefits__RiONFp .pages-landing-item__hXx8_h:nth-of-type(5) {
        flex-direction: row-reverse;
        gap: 10px;
    }
}
.pages-landing-wrapper__fsEqJN .pages-landing-benefits__RiONFp .pages-landing-item__hXx8_h img {
    width: 320px;
}
@media (max-width: 1139.98px) {
    .pages-landing-wrapper__fsEqJN .pages-landing-benefits__RiONFp .pages-landing-item__hXx8_h img {
        width: 120px;
    }
}
@media (max-width: 959.98px) {
    .pages-landing-wrapper__fsEqJN
        .pages-landing-benefits__RiONFp
        .pages-landing-item__hXx8_h
        .pages-landing-title__tjkIWW {
        font-size: 22px;
    }
}
.pages-landing-wrapper__fsEqJN
    .pages-landing-benefits__RiONFp
    .pages-landing-item__hXx8_h
    .pages-landing-description__t1sdN_ {
    margin: 8px 0 0;
    font-size: 20px;
    color: var(--pb-color-primary-75);
}
@media (max-width: 959.98px) {
    .pages-landing-wrapper__fsEqJN
        .pages-landing-benefits__RiONFp
        .pages-landing-item__hXx8_h
        .pages-landing-description__t1sdN_ {
        font-size: 16px;
        line-height: 140%;
    }
}
@media (max-width: 959.98px) {
    .pages-landing-wrapper__fsEqJN .pages-landing-benefits__RiONFp .pages-landing-apply__dt_PaL {
        margin: 30px 0 0;
    }
}
.pages-landing-wrapper__fsEqJN .pages-landing-models__E4wadI {
    margin: 120px auto 0;
}
@media (max-width: 1559.98px) {
    .pages-landing-wrapper__fsEqJN .pages-landing-models__E4wadI {
        width: 100%;
        max-width: 880px;
    }
}
@media (max-width: 959.98px) {
    .pages-landing-wrapper__fsEqJN .pages-landing-models__E4wadI {
        margin: 60px auto 0;
    }
}
.pages-landing-wrapper__fsEqJN .pages-landing-faq__XOyJHa {
    width: 100%;
    max-width: 700px;
    margin: 120px auto 0;
}
@media (max-width: 959.98px) {
    .pages-landing-wrapper__fsEqJN .pages-landing-faq__XOyJHa {
        margin: 60px auto 0;
    }
}
.pages-landing-wrapper__fsEqJN .pages-landing-faq__XOyJHa .pages-landing-list__a94U9f {
    margin: 20px 0 0;
}
.pages-landing-wrapper__fsEqJN .pages-landing-verification__AJiWSE {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
    margin: 120px 0;
}
@media (max-width: 1139.98px) {
    .pages-landing-wrapper__fsEqJN .pages-landing-verification__AJiWSE {
        gap: 16px;
    }
}
@media (max-width: 959.98px) {
    .pages-landing-wrapper__fsEqJN .pages-landing-verification__AJiWSE {
        max-width: 335px;
        margin: 60px auto 0;
    }
}
.pages-landing-wrapper__fsEqJN .pages-landing-verification__AJiWSE img {
    width: 150px;
    height: 150px;
}
@media (max-width: 1139.98px) {
    .pages-landing-wrapper__fsEqJN .pages-landing-verification__AJiWSE img {
        width: 100px;
        height: 100px;
    }
}
.pages-landing-wrapper__fsEqJN .pages-landing-verification__AJiWSE .pages-landing-title__tjkIWW {
    color: var(--pb-color-primary);
    font-size: 86px;
    font-weight: 400;
    line-height: 90%;
    font-style: normal;
    font-family: var(--font-londrina);
    text-align: center;
}
@media (max-width: 1139.98px) {
    .pages-landing-wrapper__fsEqJN .pages-landing-verification__AJiWSE .pages-landing-title__tjkIWW {
        font-size: 48px;
    }
}
.pages-landing-wrapper__fsEqJN .pages-landing-verification__AJiWSE .pages-landing-description__t1sdN_ {
    max-width: 280px;
    color: var(--pb-color-primary-75);
    text-align: center;
}
.pages-landing-wrapper__fsEqJN .pages-landing-verification__AJiWSE .pages-landing-button__P3M3v_ {
    font-family: var(--font-londrina);
}
@media (min-width: 960px) {
    .pages-landing-wrapper__fsEqJN .pages-landing-verification__AJiWSE .pages-landing-button__P3M3v_ {
        font-size: 24px;
    }
}
/* Functions */
.pages-index-heading__b5yEnk {
    margin: 0 0 20px;
}
@media (max-width: 619.98px) {
    .pages-index-heading__b5yEnk {
        margin: 0 0 15px;
    }
}
/* Functions */
.pages-contact-wrapper__haqetu form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: unset;
    margin: 0 auto;
}
.pages-contact-wrapper__haqetu form .pages-contact-title__7K1CZT {
    margin: 20px 0 0;
}
.pages-contact-wrapper__haqetu .pages-contact-success__VljpK6 {
    padding: 300px 0;
    text-align: center;
}
@media (max-width: 1619.98px) {
    .pages-contact-wrapper__haqetu .pages-contact-success__VljpK6 {
        padding: 100px 0;
    }
}
.pages-contact-wrapper__haqetu .pages-contact-success__VljpK6 .pages-contact-home___ovjIv {
    margin: 20px 0 0;
}
/* Functions */
.pages-community-wrapper__RZj4l2 {
    position: relative;
}
.pages-community-wrapper__RZj4l2 .pages-community-heading__fpdfZi {
    padding: 0 0 32px;
    margin: 0 0 30px;
}
@media (max-width: 959.98px) {
    .pages-community-wrapper__RZj4l2 .pages-community-heading__fpdfZi {
        padding: 0 0 26px;
        margin: 0 0 15px;
    }
}
.pages-community-wrapper__RZj4l2 {
    /* Sidebar */
}
.pages-community-wrapper__RZj4l2 .pages-community-sidebar__oTc8F0 {
    max-width: 340px;
}
@media (max-width: 959.98px) {
    .pages-community-wrapper__RZj4l2 .pages-community-sidebar__oTc8F0 {
        max-width: 100%;
        margin: 70px 0 0;
    }
}
.pages-community-wrapper__RZj4l2 .pages-community-sidebar__oTc8F0 .pages-community-title__NM2Flr {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    font-style: normal;
    font-family: var(--font-londrina);
    text-transform: uppercase;
}
.pages-community-wrapper__RZj4l2 .pages-community-sidebar__oTc8F0 {
    /* Sidebar -> Form */
}
.pages-community-wrapper__RZj4l2 .pages-community-sidebar__oTc8F0 .pages-community-filter__QRohB2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-wrap: unset;
    max-width: 280px;
    margin: 15px 0 0;
}
@media (max-width: 959.98px) {
    .pages-community-wrapper__RZj4l2 .pages-community-sidebar__oTc8F0 .pages-community-filter__QRohB2 {
        max-width: 100%;
    }
}
.pages-community-wrapper__RZj4l2
    .pages-community-sidebar__oTc8F0
    .pages-community-filter__QRohB2
    .pages-community-age__y_4Kpc {
    display: flex;
    flex-direction: row;
    gap: 0 13px;
    align-items: center;
    flex-wrap: nowrap;
}
@media (max-width: 1619.98px) {
    .pages-community-wrapper__RZj4l2
        .pages-community-sidebar__oTc8F0
        .pages-community-filter__QRohB2
        .pages-community-age__y_4Kpc {
        flex-wrap: wrap;
    }
}
@media (max-width: 959.98px) {
    .pages-community-wrapper__RZj4l2
        .pages-community-sidebar__oTc8F0
        .pages-community-filter__QRohB2
        .pages-community-age__y_4Kpc {
        flex-wrap: nowrap;
    }
}
.pages-community-wrapper__RZj4l2
    .pages-community-sidebar__oTc8F0
    .pages-community-filter__QRohB2
    .pages-community-age__y_4Kpc
    .pages-community-title__NM2Flr {
    margin: 8px 0 0;
}
.pages-community-wrapper__RZj4l2 .pages-community-sidebar__oTc8F0 .pages-community-filter__QRohB2 button {
    min-width: 0;
}
.pages-community-wrapper__RZj4l2 .pages-community-sidebar__oTc8F0 {
    /* Sidebar -> Comments */
}
.pages-community-wrapper__RZj4l2 .pages-community-sidebar__oTc8F0 .pages-community-comments___NQqDN {
    margin: 40px 20px 0 0;
}
@media (max-width: 959.98px) {
    .pages-community-wrapper__RZj4l2 .pages-community-sidebar__oTc8F0 .pages-community-comments___NQqDN {
        margin: 70px 0 0;
    }
}
.pages-community-wrapper__RZj4l2
    .pages-community-sidebar__oTc8F0
    .pages-community-comments___NQqDN
    .pages-community-title__NM2Flr {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    font-style: normal;
    font-family: var(--font-londrina);
    text-transform: uppercase;
}
.pages-community-wrapper__RZj4l2
    .pages-community-sidebar__oTc8F0
    .pages-community-comments___NQqDN
    .pages-community-list__Edo1fN {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: nowrap;
    margin: 20px 0 0;
}
.pages-community-wrapper__RZj4l2
    .pages-community-sidebar__oTc8F0
    .pages-community-comments___NQqDN
    .pages-community-list__Edo1fN
    .pages-community-comment__kry0Nh
    .pages-community-info__lqsvxC {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.pages-community-wrapper__RZj4l2
    .pages-community-sidebar__oTc8F0
    .pages-community-comments___NQqDN
    .pages-community-list__Edo1fN
    .pages-community-comment__kry0Nh
    .pages-community-info__lqsvxC
    a {
    color: var(--pb-color-accent);
}
.pages-community-wrapper__RZj4l2
    .pages-community-sidebar__oTc8F0
    .pages-community-comments___NQqDN
    .pages-community-list__Edo1fN
    .pages-community-comment__kry0Nh
    .pages-community-info__lqsvxC
    a:hover {
    color: var(--pb-color-link-hover);
}
.pages-community-wrapper__RZj4l2
    .pages-community-sidebar__oTc8F0
    .pages-community-comments___NQqDN
    .pages-community-list__Edo1fN
    .pages-community-comment__kry0Nh
    .pages-community-info__lqsvxC
    a:active,
.pages-community-wrapper__RZj4l2
    .pages-community-sidebar__oTc8F0
    .pages-community-comments___NQqDN
    .pages-community-list__Edo1fN
    .pages-community-comment__kry0Nh
    .pages-community-info__lqsvxC
    a:focus {
    color: var(--pb-color-link-active);
}
.pages-community-wrapper__RZj4l2
    .pages-community-sidebar__oTc8F0
    .pages-community-comments___NQqDN
    .pages-community-list__Edo1fN
    .pages-community-comment__kry0Nh
    .pages-community-info__lqsvxC
    .pages-community-image__FBbrFy
    img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.pages-community-wrapper__RZj4l2
    .pages-community-sidebar__oTc8F0
    .pages-community-comments___NQqDN
    .pages-community-list__Edo1fN
    .pages-community-comment__kry0Nh
    .pages-community-info__lqsvxC
    .pages-community-username___7h1ID {
    max-width: 120px;
    font-weight: 700;
}
.pages-community-wrapper__RZj4l2
    .pages-community-sidebar__oTc8F0
    .pages-community-comments___NQqDN
    .pages-community-list__Edo1fN
    .pages-community-comment__kry0Nh
    .pages-community-info__lqsvxC
    .pages-community-username___7h1ID
    a {
    max-width: 100%;
}
.pages-community-wrapper__RZj4l2
    .pages-community-sidebar__oTc8F0
    .pages-community-comments___NQqDN
    .pages-community-list__Edo1fN
    .pages-community-comment__kry0Nh
    .pages-community-info__lqsvxC
    .pages-community-date__0x1tt_ {
    font-weight: 800;
    line-height: 160%;
    color: var(--pb-color-primary-50);
}
.pages-community-wrapper__RZj4l2
    .pages-community-sidebar__oTc8F0
    .pages-community-comments___NQqDN
    .pages-community-list__Edo1fN
    .pages-community-comment__kry0Nh
    .pages-community-content___Fg3_c {
    margin: 5px 0 0;
    overflow-wrap: break-word;
}
.pages-community-wrapper__RZj4l2
    .pages-community-sidebar__oTc8F0
    .pages-community-comments___NQqDN
    .pages-community-list__Edo1fN
    .pages-community-comment__kry0Nh
    .pages-community-content___Fg3_c
    a {
    display: block;
}
.pages-community-wrapper__RZj4l2
    .pages-community-sidebar__oTc8F0
    .pages-community-comments___NQqDN
    .pages-community-list__Edo1fN
    .pages-community-comment__kry0Nh
    .pages-community-content___Fg3_c
    a
    img {
    display: inline;
    width: 20px;
    height: 20px;
}
/* Functions */
.pages-album-list-wrapper__gVG5A5 .pages-album-list-title__0RefEk {
    margin: 0 0 20px;
}
@media (max-width: 959.98px) {
    .pages-album-list-wrapper__gVG5A5 .pages-album-list-title__0RefEk {
        margin: 0 0 15px;
    }
}
.pages-album-list-wrapper__gVG5A5 .pages-album-list-heading__raTkhg {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: var(--pb-color-null);
}
.pages-album-list-wrapper__gVG5A5 .pages-album-list-heading__raTkhg:hover {
    color: var(--pb-color-link-hover);
}
.pages-album-list-wrapper__gVG5A5 .pages-album-list-heading__raTkhg:active,
.pages-album-list-wrapper__gVG5A5 .pages-album-list-heading__raTkhg:focus {
    color: var(--pb-color-link-active);
}
@media (max-width: 959.98px) {
    .pages-album-list-wrapper__gVG5A5 .pages-album-list-heading__raTkhg {
        gap: 12px;
    }
}
.pages-album-list-wrapper__gVG5A5 .pages-album-list-heading__raTkhg span {
    color: var(--pb-color-primary-50);
}
.pages-album-list-wrapper__gVG5A5 .pages-album-list-heading__raTkhg a {
    color: var(--pb-color-primary-50);
}
.pages-album-list-wrapper__gVG5A5 .pages-album-list-heading__raTkhg .pages-album-list-active__kIwoVd {
    color: var(--pb-color-accent);
}
.pages-album-list-wrapper__gVG5A5 .pages-album-list-sidebar__mBMMTw {
    position: relative;
    width: 280px;
    padding: 0 60px 0 0;
}
@media (max-width: 1139.98px) {
    .pages-album-list-wrapper__gVG5A5 .pages-album-list-sidebar__mBMMTw {
        width: 200px;
        padding: 0 100px 0 0;
    }
}
@media (max-width: 959.98px) {
    .pages-album-list-wrapper__gVG5A5 .pages-album-list-sidebar__mBMMTw {
        width: 100%;
        padding: 0;
        margin: -10px 0 0;
    }
}
/* Functions */
@media (min-width: 960px) {
    .pages-affiliate-wrapper___6qY8J .pages-affiliate-box__8wzpVF {
        max-width: 700px;
        margin: 0 auto;
    }
}
.pages-affiliate-wrapper___6qY8J .pages-affiliate-box__8wzpVF .pages-affiliate-title__JP_Z1Z {
    margin: 16px 0 0;
}
@media (max-width: 959.98px) {
    .pages-affiliate-wrapper___6qY8J .pages-affiliate-box__8wzpVF .pages-affiliate-title__JP_Z1Z {
        margin: 10px 0 0;
    }
}
.pages-affiliate-wrapper___6qY8J .pages-affiliate-box__8wzpVF .pages-affiliate-description__umnsca {
    margin: 16px 0 0;
}
.pages-affiliate-wrapper___6qY8J
    .pages-affiliate-box__8wzpVF
    .pages-affiliate-guide__IOKbMq
    .pages-affiliate-title__JP_Z1Z {
    margin: 5px 0 0;
}
.pages-affiliate-wrapper___6qY8J
    .pages-affiliate-box__8wzpVF
    .pages-affiliate-guide__IOKbMq
    ul.pages-affiliate-steps__BsUMDX {
    display: flex;
    flex-direction: row;
    gap: 0;
    flex-wrap: wrap;
    margin: 50px 0 0;
    counter-reset: myCounter;
}
.pages-affiliate-wrapper___6qY8J
    .pages-affiliate-box__8wzpVF
    .pages-affiliate-guide__IOKbMq
    ul.pages-affiliate-steps__BsUMDX
    > li {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: nowrap;
    position: relative;
}
@media (max-width: 959.98px) {
    .pages-affiliate-wrapper___6qY8J
        .pages-affiliate-box__8wzpVF
        .pages-affiliate-guide__IOKbMq
        ul.pages-affiliate-steps__BsUMDX
        > li {
        gap: 8px;
    }
}
.pages-affiliate-wrapper___6qY8J
    .pages-affiliate-box__8wzpVF
    .pages-affiliate-guide__IOKbMq
    ul.pages-affiliate-steps__BsUMDX
    > li:not(:last-child) {
    padding-bottom: 50px;
}
@media (max-width: 959.98px) {
    .pages-affiliate-wrapper___6qY8J
        .pages-affiliate-box__8wzpVF
        .pages-affiliate-guide__IOKbMq
        ul.pages-affiliate-steps__BsUMDX
        > li:not(:last-child) {
        padding-bottom: 24px;
    }
}
.pages-affiliate-wrapper___6qY8J
    .pages-affiliate-box__8wzpVF
    .pages-affiliate-guide__IOKbMq
    ul.pages-affiliate-steps__BsUMDX
    > li:not(:last-child)::after {
    position: absolute;
    left: 28px;
    display: block;
    width: 4px;
    height: 100%;
    content: '';
    background-color: var(--pb-color-accent);
    opacity: 0.5;
}
@media (max-width: 959.98px) {
    .pages-affiliate-wrapper___6qY8J
        .pages-affiliate-box__8wzpVF
        .pages-affiliate-guide__IOKbMq
        ul.pages-affiliate-steps__BsUMDX
        > li:not(:last-child)::after {
        left: 14px;
        width: 2px;
    }
}
.pages-affiliate-wrapper___6qY8J
    .pages-affiliate-box__8wzpVF
    .pages-affiliate-guide__IOKbMq
    ul.pages-affiliate-steps__BsUMDX
    > li::before {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: var(--pb-color-white);
    font-size: 42px;
    font-weight: 400;
    line-height: 120%;
    font-style: normal;
    z-index: 100;
    width: 60px;
    height: 60px;
    font-family: var(--font-londrina);
    letter-spacing: unset;
    content: counter(myCounter);
    counter-increment: myCounter;
    background-color: var(--pb-color-accent);
    border-radius: 50%;
}
@media (max-width: 959.98px) {
    .pages-affiliate-wrapper___6qY8J
        .pages-affiliate-box__8wzpVF
        .pages-affiliate-guide__IOKbMq
        ul.pages-affiliate-steps__BsUMDX
        > li::before {
        width: 30px;
        height: 30px;
        font-size: 21px;
    }
}
.pages-affiliate-wrapper___6qY8J
    .pages-affiliate-box__8wzpVF
    .pages-affiliate-guide__IOKbMq
    ul.pages-affiliate-steps__BsUMDX
    > li
    .pages-affiliate-inner__TN_3gb {
    flex: 1;
}
.pages-affiliate-wrapper___6qY8J
    .pages-affiliate-box__8wzpVF
    .pages-affiliate-guide__IOKbMq
    ul.pages-affiliate-steps__BsUMDX
    > li
    .pages-affiliate-inner__TN_3gb
    .pages-affiliate-description__umnsca {
    margin: 2px 0 0;
}
.pages-affiliate-wrapper___6qY8J
    .pages-affiliate-box__8wzpVF
    .pages-affiliate-guide__IOKbMq
    ul.pages-affiliate-steps__BsUMDX
    > li
    .pages-affiliate-inner__TN_3gb
    img {
    margin: 12px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    border: 3px solid var(--pb-color-accent);
    border-radius: 20px;
}
@media (max-width: 959.98px) {
    .pages-affiliate-wrapper___6qY8J
        .pages-affiliate-box__8wzpVF
        .pages-affiliate-guide__IOKbMq
        ul.pages-affiliate-steps__BsUMDX
        > li
        .pages-affiliate-inner__TN_3gb
        img {
        margin: 8px 0 0;
    }
}
.pages-affiliate-wrapper___6qY8J
    .pages-affiliate-box__8wzpVF
    .pages-affiliate-guide__IOKbMq
    ul.pages-affiliate-steps__BsUMDX
    > li
    .pages-affiliate-inner__TN_3gb
    ul.pages-affiliate-benefits__ro1Gzq {
    display: grid;
    gap: 8px;
    align-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
    margin: 12px 0 0;
}
@media (max-width: 959.98px) {
    .pages-affiliate-wrapper___6qY8J
        .pages-affiliate-box__8wzpVF
        .pages-affiliate-guide__IOKbMq
        ul.pages-affiliate-steps__BsUMDX
        > li
        .pages-affiliate-inner__TN_3gb
        ul.pages-affiliate-benefits__ro1Gzq {
        margin: 8px 0 0;
    }
}
@media (max-width: 619.98px) {
    .pages-affiliate-wrapper___6qY8J
        .pages-affiliate-box__8wzpVF
        .pages-affiliate-guide__IOKbMq
        ul.pages-affiliate-steps__BsUMDX
        > li
        .pages-affiliate-inner__TN_3gb
        ul.pages-affiliate-benefits__ro1Gzq {
        grid-template-columns: repeat(1, 1fr);
    }
}
.pages-affiliate-wrapper___6qY8J
    .pages-affiliate-box__8wzpVF
    .pages-affiliate-guide__IOKbMq
    ul.pages-affiliate-steps__BsUMDX
    > li
    .pages-affiliate-inner__TN_3gb
    ul.pages-affiliate-benefits__ro1Gzq
    li {
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pages-affiliate-wrapper___6qY8J .pages-affiliate-box__8wzpVF .pages-affiliate-faq__XPuz__ {
    margin: 50px 0 0;
}
.pages-affiliate-wrapper___6qY8J
    .pages-affiliate-box__8wzpVF
    .pages-affiliate-faq__XPuz__
    .pages-affiliate-accordion__moFZe4 {
    margin: 20px 0 0;
}
/* Functions */
.pages-404-wrapper__klGOqk .pages-404-page-error__JuRJ1x {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 50px;
}
@media (max-width: 959.98px) {
    .pages-404-wrapper__klGOqk .pages-404-page-error__JuRJ1x {
        margin: 0 0 30px;
    }
}
.pages-404-wrapper__klGOqk .pages-404-page-error__JuRJ1x .pages-404-error-wrapper__MGxTLw {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    max-width: 340px;
    padding: 20px 0;
}
.pages-404-wrapper__klGOqk .pages-404-page-error__JuRJ1x .pages-404-error-wrapper__MGxTLw svg {
    color: var(--pb-color-primary-20);
}
@media (max-width: 959.98px) {
    .pages-404-wrapper__klGOqk .pages-404-page-error__JuRJ1x .pages-404-error-wrapper__MGxTLw svg {
        width: 140px;
        height: 70px;
    }
}
.pages-404-wrapper__klGOqk .pages-404-title__36d55P {
    margin: 0 0 20px;
}
@media (max-width: 959.98px) {
    .pages-404-wrapper__klGOqk .pages-404-title__36d55P {
        margin: 0 0 15px;
    }
}
/* Functions */
.dialogs-upgrade-wrapper__SQuqdM {
    position: relative;
}
.dialogs-upgrade-wrapper__SQuqdM .dialogs-upgrade-bunny__ErVp4C {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
}
.dialogs-upgrade-wrapper__SQuqdM .dialogs-upgrade-content__2C6zc3 {
    position: relative;
    max-width: 460px;
}
@media (min-width: 960px) {
    .dialogs-upgrade-wrapper__SQuqdM .dialogs-upgrade-content__2C6zc3 {
        margin: 0 220px;
    }
}
.dialogs-upgrade-wrapper__SQuqdM .dialogs-upgrade-content__2C6zc3 .dialogs-upgrade-premium__qAzA_x {
    color: var(--pb-color-base);
}
@media (min-width: 960px) {
    .dialogs-upgrade-wrapper__SQuqdM .dialogs-upgrade-content__2C6zc3 .dialogs-upgrade-premium__qAzA_x {
        position: absolute;
        top: -6px;
        left: -70px;
    }
}
@media (max-width: 959.98px) {
    .dialogs-upgrade-wrapper__SQuqdM .dialogs-upgrade-content__2C6zc3 .dialogs-upgrade-premium__qAzA_x {
        margin: 0 0 10px;
    }
}
.dialogs-upgrade-wrapper__SQuqdM .dialogs-upgrade-content__2C6zc3 .dialogs-upgrade-subtitle__S__yAo {
    margin: 5px 0 0;
}
.dialogs-upgrade-wrapper__SQuqdM .dialogs-upgrade-content__2C6zc3 ul.dialogs-upgrade-benefits__GrCZgF {
    display: grid;
    gap: 8px 18px;
    align-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
    margin: 5px 0 0;
}
@media (max-width: 959.98px) {
    .dialogs-upgrade-wrapper__SQuqdM .dialogs-upgrade-content__2C6zc3 ul.dialogs-upgrade-benefits__GrCZgF {
        gap: 0 20px;
    }
}
.dialogs-upgrade-wrapper__SQuqdM .dialogs-upgrade-content__2C6zc3 ul.dialogs-upgrade-benefits__GrCZgF li {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 22px;
    color: var(--pb-color-accent);
}
@media (max-width: 959.98px) {
    .dialogs-upgrade-wrapper__SQuqdM .dialogs-upgrade-content__2C6zc3 ul.dialogs-upgrade-benefits__GrCZgF li {
        font-size: 16px;
        font-weight: 700;
        line-height: 100%;
        font-style: normal;
    }
}
@media (max-width: 959.98px) {
    .dialogs-upgrade-wrapper__SQuqdM .dialogs-upgrade-content__2C6zc3 ul.dialogs-upgrade-benefits__GrCZgF li svg {
        width: 20px;
    }
}
.dialogs-upgrade-wrapper__SQuqdM .dialogs-upgrade-content__2C6zc3 .dialogs-upgrade-form__x1xt22 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-wrap: wrap;
    margin: 30px 0 0;
}
@media (max-width: 959.98px) {
    .dialogs-upgrade-wrapper__SQuqdM .dialogs-upgrade-content__2C6zc3 .dialogs-upgrade-form__x1xt22 {
        margin: 20px 0 0;
    }
}
.dialogs-upgrade-wrapper__SQuqdM
    .dialogs-upgrade-content__2C6zc3
    .dialogs-upgrade-form__x1xt22
    .dialogs-upgrade-group__l9cN_t {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    position: relative;
    height: 70px;
    padding: 0 60px 0 30px;
    cursor: pointer;
    border: 3px solid var(--pb-color-primary-20);
    border-radius: 40px;
    transition: border-color 0.2s ease-in-out;
}
@media (max-width: 959.98px) {
    .dialogs-upgrade-wrapper__SQuqdM
        .dialogs-upgrade-content__2C6zc3
        .dialogs-upgrade-form__x1xt22
        .dialogs-upgrade-group__l9cN_t {
        height: 60px;
        padding: 0 50px 0 20px;
    }
}
.dialogs-upgrade-wrapper__SQuqdM
    .dialogs-upgrade-content__2C6zc3
    .dialogs-upgrade-form__x1xt22
    .dialogs-upgrade-group__l9cN_t:hover {
    border-color: var(--pb-color-primary-50);
}
.dialogs-upgrade-wrapper__SQuqdM
    .dialogs-upgrade-content__2C6zc3
    .dialogs-upgrade-form__x1xt22
    .dialogs-upgrade-group__l9cN_t:hover
    svg {
    opacity: 1;
}
.dialogs-upgrade-wrapper__SQuqdM
    .dialogs-upgrade-content__2C6zc3
    .dialogs-upgrade-form__x1xt22
    .dialogs-upgrade-group__l9cN_t.active {
    border-color: var(--pb-color-accent);
}
.dialogs-upgrade-wrapper__SQuqdM
    .dialogs-upgrade-content__2C6zc3
    .dialogs-upgrade-form__x1xt22
    .dialogs-upgrade-group__l9cN_t.active
    svg {
    color: var(--pb-color-accent);
    opacity: 1;
}
.dialogs-upgrade-wrapper__SQuqdM
    .dialogs-upgrade-content__2C6zc3
    .dialogs-upgrade-form__x1xt22
    .dialogs-upgrade-group__l9cN_t
    input[type='radio'] {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.dialogs-upgrade-wrapper__SQuqdM
    .dialogs-upgrade-content__2C6zc3
    .dialogs-upgrade-form__x1xt22
    .dialogs-upgrade-group__l9cN_t
    .dialogs-upgrade-price__OH1bDA {
    color: var(--pb-color-accent);
}
.dialogs-upgrade-wrapper__SQuqdM
    .dialogs-upgrade-content__2C6zc3
    .dialogs-upgrade-form__x1xt22
    .dialogs-upgrade-group__l9cN_t
    .dialogs-upgrade-info__jcCYiM {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex-wrap: wrap;
}
.dialogs-upgrade-wrapper__SQuqdM
    .dialogs-upgrade-content__2C6zc3
    .dialogs-upgrade-form__x1xt22
    .dialogs-upgrade-group__l9cN_t
    .dialogs-upgrade-info__jcCYiM
    .dialogs-upgrade-description__eyGdRy {
    line-height: 120%;
    color: var(--pb-color-primary-50);
}
@media (max-width: 959.98px) {
    .dialogs-upgrade-wrapper__SQuqdM
        .dialogs-upgrade-content__2C6zc3
        .dialogs-upgrade-form__x1xt22
        .dialogs-upgrade-group__l9cN_t
        .dialogs-upgrade-info__jcCYiM
        .dialogs-upgrade-description__eyGdRy {
        font-size: 14px;
    }
}
.dialogs-upgrade-wrapper__SQuqdM
    .dialogs-upgrade-content__2C6zc3
    .dialogs-upgrade-form__x1xt22
    .dialogs-upgrade-group__l9cN_t
    svg {
    position: absolute;
    right: 24px;
    width: 26px;
    height: 26px;
    margin: 0 0 0 auto;
    color: var(--pb-color-link-active);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.dialogs-upgrade-wrapper__SQuqdM .dialogs-upgrade-content__2C6zc3 .dialogs-upgrade-details__5zLE_b {
    margin: 30px 0 0;
    color: var(--pb-color-primary-50);
}
@media (max-width: 959.98px) {
    .dialogs-upgrade-wrapper__SQuqdM .dialogs-upgrade-content__2C6zc3 .dialogs-upgrade-details__5zLE_b {
        margin: 25px 0 0;
    }
}
/* Functions */
.dialogs-signup-wrapper__d4WFKy a {
    color: var(--pb-color-accent);
}
.dialogs-signup-wrapper__d4WFKy a:hover {
    color: var(--pb-color-link-hover);
}
.dialogs-signup-wrapper__d4WFKy a:active,
.dialogs-signup-wrapper__d4WFKy a:focus {
    color: var(--pb-color-link-active);
}
.dialogs-signup-wrapper__d4WFKy .dialogs-signup-captcha-image__yrpvEW {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.dialogs-signup-wrapper__d4WFKy .dialogs-signup-captcha-image__yrpvEW img {
    flex: 0 0 50%;
    height: 60px;
    border-radius: 8px;
}
.dialogs-signup-wrapper__d4WFKy .dialogs-signup-h-captcha__YJLagg {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.dialogs-signup-success__wMF7GT {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.dialogs-signup-success__wMF7GT a {
    color: var(--pb-color-accent);
}
/* Functions */
.dialogs-reset_password-wrapper__nzjnw6 {
    padding-bottom: 50px;
}
.dialogs-reset_password-wrapper__nzjnw6 form {
    padding: 20px 0 0;
}
.dialogs-reset_password-wrapper__nzjnw6 .dialogs-reset_password-error__sq4Pp4 {
    color: var(--pb-color-red);
}
.dialogs-reset_password-wrapper__nzjnw6 .dialogs-reset_password-error__sq4Pp4:hover {
    color: var(--pb-color-link-hover);
}
.dialogs-reset_password-wrapper__nzjnw6 .dialogs-reset_password-error__sq4Pp4:active,
.dialogs-reset_password-wrapper__nzjnw6 .dialogs-reset_password-error__sq4Pp4:focus {
    color: var(--pb-color-link-active);
}
.dialogs-reset_password-wrapper__nzjnw6 .dialogs-reset_password-captcha-image__iel7IQ {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.dialogs-reset_password-wrapper__nzjnw6 .dialogs-reset_password-captcha-image__iel7IQ img {
    flex: 0 0 50%;
    height: 60px;
    border-radius: 8px;
}
/* Functions */
.dialogs-resend_confirmation-wrapper__fyeWAR {
    padding-bottom: 50px;
}
.dialogs-resend_confirmation-wrapper__fyeWAR form {
    padding: 20px 0 0;
}
.dialogs-resend_confirmation-wrapper__fyeWAR .dialogs-resend_confirmation-error__M59LE_ {
    color: var(--pb-color-red);
}
.dialogs-resend_confirmation-wrapper__fyeWAR .dialogs-resend_confirmation-error__M59LE_:hover {
    color: var(--pb-color-link-hover);
}
.dialogs-resend_confirmation-wrapper__fyeWAR .dialogs-resend_confirmation-error__M59LE_:active,
.dialogs-resend_confirmation-wrapper__fyeWAR .dialogs-resend_confirmation-error__M59LE_:focus {
    color: var(--pb-color-link-active);
}
.dialogs-resend_confirmation-wrapper__fyeWAR .dialogs-resend_confirmation-captcha-image__VO2cYz {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.dialogs-resend_confirmation-wrapper__fyeWAR .dialogs-resend_confirmation-captcha-image__VO2cYz img {
    flex: 0 0 50%;
    height: 60px;
    border-radius: 8px;
}
/* Functions */
.dialogs-login-wrapper__A6vNkh {
    padding-bottom: 50px;
}
.dialogs-login-wrapper__A6vNkh a {
    color: var(--pb-color-accent);
}
.dialogs-login-wrapper__A6vNkh a:hover {
    color: var(--pb-color-link-hover);
}
.dialogs-login-wrapper__A6vNkh a:active,
.dialogs-login-wrapper__A6vNkh a:focus {
    color: var(--pb-color-link-active);
}
.dialogs-login-wrapper__A6vNkh .dialogs-login-notice__aI5xD9 {
    margin: 0 0 5px;
}
.dialogs-login-wrapper__A6vNkh .dialogs-login-notice__aI5xD9 .dialogs-login-info__o4ijlU {
    margin: 10px 0 0;
}
.dialogs-login-wrapper__A6vNkh .dialogs-login-notice__aI5xD9 img {
    width: 80px;
}
.dialogs-login-wrapper__A6vNkh form {
    padding: 20px 0 0;
}
.dialogs-login-wrapper__A6vNkh .dialogs-login-remember__Driijb {
    color: var(--pb-color-primary);
    font-size: 14px;
    line-height: 120%;
    font-style: normal;
}
.dialogs-login-wrapper__A6vNkh .dialogs-login-remember__Driijb span {
    display: block;
    color: var(--pb-color-primary-50);
}
.dialogs-login-wrapper__A6vNkh {
    /* .bottom-line {
      @include mx.flex(row, center, center);

      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 50px;
      border-top: 3px solid mx.get-color('primary-10');
  } */
}

.dialogs-login-bottom-line__G7RpkG {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 50px;
    background-color: var(--pb-color-base);
    border-top: 3px solid var(--pb-color-primary-10);
}
.dialogs-login-bottom-line__G7RpkG a {
    color: var(--pb-color-accent);
}
.dialogs-login-bottom-line__G7RpkG a:hover {
    color: var(--pb-color-link-hover);
}
.dialogs-login-bottom-line__G7RpkG a:active,
.dialogs-login-bottom-line__G7RpkG a:focus {
    color: var(--pb-color-link-active);
}
/* Functions */
@media (max-width: 959.98px) {
    .dialogs-categories-filter-wrapper__fcFbjd {
        width: 100%;
    }
}
.vt-post-view {
    max-width: 700px;
    margin: 0 auto;
}
.vt-post-view .vt-post-view-title {
    font-size: 54px;
    line-height: 110%;
    font-family: var(--font-londrina);
    margin-bottom: 20px;
}
.vt-post-view .vt-post-view-image {
    width: 100%;
    margin-bottom: 20px;
}
.vt-post-view .vt-post-view-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 959.98px) {
    .vt-post-view .vt-post-view-title {
        font-size: 32px;
    }
}
.vt-vivew-video-similar {
    margin-top: 50px;
}
.vt-vivew-video-similar .blocks-list-videos-similar-videos-heading__bYTsHK {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.vt-vivew-video-similar .blocks-list-videos-similar-videos-heading__bYTsHK span {
    color: var(--pb-color-accent);
}
@media (max-width: 959.98px) {
    .vt-vivew-video-similar {
        margin-top: 30px;
    }
}
