:root{--color-primary:#141414;--color-secondary:#1f1f25;--color-body:#74787c;--color-heading-1:#fff;--color-white:#fff;--color-success:#3eb75e;--color-danger:#ff0003;--color-warning:#ff8f3c;--color-info:#1ba2db;--color-facebook:#3b5997;--color-twitter:#1ba1f2;--color-youtube:#ed4141;--color-linkedin:#0077b5;--color-pinterest:#e60022;--color-instagram:#c231a1;--color-vimeo:#00adef;--color-twitch:#6441a3;--color-discord:#7289da;--transition:0.3s;--font-size-b1:16px;--font-size-b2:16px;--font-size-b3:12px;--font-size-b4:10px;--line-height-b1:26px;--line-height-b2:26px;--line-height-b3:1.7;--h1:60px;--h2:48px;--h3:30px;--h4:26px;--h5:24px;--h6:18px}.custom-select{position:relative;min-width:200px;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;font-family:inherit}@media(max-width:767.98px){.custom-select{min-width:170px}}@media(max-width:575.98px){.custom-select{min-width:143px}}.custom-select__trigger{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;transition:all .2s ease;background-color:#fff;border-radius:67px;border:1px solid #6c6c6c}@media(max-width:767.98px){.custom-select__trigger{padding:8px 16px}}.custom-select__trigger:hover{border-color:#545454}.custom-select__selected{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#6c6c6c;font-weight:500}.custom-select__selected.placeholder{color:#999}.custom-select__arrow{display:flex;align-items:center;justify-content:center;transition:transform .2s ease;margin-left:12px}.custom-select__arrow svg{width:14px;height:8px}.custom-select.is-open{transform:all .2s ease}.custom-select.is-open .custom-select__arrow{transform:rotate(180deg);transform:rotate .2s ease}.custom-select__options{position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;z-index:10;border:1px solid #999;border-radius:6px}.custom-select__options::-webkit-scrollbar{width:6px}.custom-select__options::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.custom-select__options::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.custom-select__options::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.custom-select__option{padding:12px 16px;cursor:pointer;border-bottom:1px solid #d8d8d8;background:#fff}.custom-select__option:last-child{border-bottom:none}.custom-select.is-disabled{opacity:.6;pointer-events:none;cursor:not-allowed}.custom-select.is-open .custom-select__options{animation:dropdownFadeIn .2s ease forwards}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=dbb72b9b2cbe3417.css.map*/