html, body { height: 100%; overflow: hidden; }

* { margin: 0; padding: 0; -webkit-appearance: none; text-decoration: none; list-style: none; box-sizing: border-box; -webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; scrollbar-color: rgba(255, 255, 255, 0); scrollbar-width: thin; will-change: auto, scroll-position, contents, transform, opacity, left, top; }

* ::-webkit-scrollbar { width: 1px; }

* ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

* ::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

*::before, *::after { box-sizing: border-box; will-change: auto, scroll-position, contents, transform, opacity, left, top; }

.page-wrapper { width: 100%; height: 100%; display: flex; padding: 0 60px; overflow: hidden; flex-direction: row; align-items: flex-start; justify-content: flex-start; background: #e0e0e0; /*side-bar-START*/ /*side-bar-END*/ /*main-container-START*/ /*main-container-END*/ }

.page-wrapper::before { left: 0; bottom: 0; width: 100%; height: 34%; content: ""; z-index: 2; display: block; position: absolute; mix-blend-mode: luminosity; background-color: #a7a7a7; }

@supports (-webkit-touch-callout: none) { .page-wrapper::before { z-index: 0; } }

.page-wrapper #side-bar { z-index: 3; height: 96%; display: flex; width: 20.3rem; flex-direction: column; align-items: flex-start; justify-content: flex-start; }

.page-wrapper .header { width: 100%; font-weight: bold; color: #e0e0e0; font-size: 1.125rem; padding: 1.25rem 2rem; line-height: 1.65rem; text-transform: uppercase; background-color: #030304; font-family: 'saira', sans-serif; }

.page-wrapper .header span { text-decoration: underline; }

@media (min-width: 1050px) { .page-wrapper .header p { padding-right: 2.2rem; } }

.page-wrapper .header .logo-zenaari img { width: 7rem; display: block; margin-right: .5rem; margin-bottom: .5rem; }

@media (max-width: 750px) { .page-wrapper .header .logo-zenaari img { transform: translateY(0.1rem); } }

.page-wrapper .auth { width: 100%; position: relative; padding-right: 1rem; }

.page-wrapper .auth #login-out { height: 60px; }

.page-wrapper .auth #login-out p { height: 30px; display: flex; padding: 0 2rem; cursor: pointer; font-weight: 900; color: #e0e0e0; font-size: 1.125rem; align-items: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-transform: uppercase; font-family: 'saira', sans-serif; }

.page-wrapper .auth #login-out p#login, .page-wrapper .auth #login-out p#logout { color: #e0e0e0; background-color: #FF9C88; }

.page-wrapper .auth #login-out p.username { color: #e0e0e0; background-color: #030304; }

.page-wrapper .auth .btn-box { top: 0; z-index: 2; right: 100%; width: 60px; height: 100%; display: flex; position: absolute; align-items: center; background-color: #030304; }

.page-wrapper .auth .btn-box .player-btn { width: 50%; height: 100%; background-size: auto 18px; background-repeat: no-repeat; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAATCAYAAADvXT9EAAAACXBIWXMAAAsSAAALEgHS3X78AAABZElEQVRIib2XMU4DMRBFX1JHIuICFByAHIDC3ICONh0lV+AKSDRU5AycINwgLRJFyjRIUCBRIAat8CKz2OOx1/AlN7HHejOefHsnIkIDLYGNH5rWwdwrcAE8ZmJmwBVwGPx2Tgc+YixFZCtfcoZ9hnoWkYWyfi4im0icm1YWu6vwFrgFDkYc2J4/hUVkbu7njmKBpeCtgEPF4FVo4N3aJmFLpGRplZUS37dNqj3CdbMWwN99ZyyCBv8iIg+G5GgBXAqeg89Cx8BrgGvAS+F/uU8L4FpwK3zUMmuPrRV490d8Uvb8EJGzWOzUW9wJcN/I3qzqLW9fWT8BbqI+P8ikq9r6Hyqes7yhkj3eIgEreCl0L9VVxiRgAbdcLncWeOvRWhKwgOeg+4rmbtjszVmSQM3rMAZtscrjUnAtgVpw7Wmbgne14LEE/uI9noJ3rb6AnH/udkPTZTD5BqyAnWH/0x9eDtefszXg5Cg36C8AAAAASUVORK5CYII="); }

.page-wrapper .auth .btn-box .player-btn:hover { opacity: .8; }

.page-wrapper .auth .btn-box .player-btn#mute-btn { background-position: 160% center; }

.page-wrapper .auth .btn-box .player-btn#sound-btn { background-position: -50% center; }

.page-wrapper .podcast-line { display: flex; font-weight: 800; color: #e0e0e0; font-size: 1.125rem; flex-direction: row; align-items: center; width: calc(100% - 1rem); background-color: #000eff; text-transform: uppercase; justify-content: flex-start; font-family: 'saira', sans-serif; }

.page-wrapper .podcast-line p { width: 100%; height: 30px; display: flex; cursor: pointer; padding: 0 0 0 2rem; flex-direction: row; align-items: center; justify-content: flex-start; }

.page-wrapper .user-form { flex: 1; width: 100%; display: flex; display: flex; display: none; overflow: auto; font-weight: 900; color: #FF9C88; position: relative; font-size: 1rem; flex-direction: column; padding: 1.5rem 2rem 1rem; text-transform: uppercase; background-color: #030304; font-family: 'saira', sans-serif; }

.page-wrapper .user-form > div { width: 100%; }

.page-wrapper .user-form .input-field { flex: 1; overflow: auto; }

.page-wrapper .user-form .input-field > * { margin-bottom: .5rem; }

.page-wrapper .user-form .input-field input, .page-wrapper .user-form .input-field textarea { border: 0; width: 100%; display: block; color: #FF9C88; border-radius: 0; font-weight: 900; box-shadow: unset; transition: unset; margin-bottom: .5rem; background-color: unset; font-family: 'saira', sans-serif; border-bottom: .25rem solid transparent; }

@media (max-width: 750px) { .page-wrapper .user-form .input-field input, .page-wrapper .user-form .input-field textarea { margin-bottom: 1.25rem; } }

.page-wrapper .user-form .input-field input.mistake, .page-wrapper .user-form .input-field textarea.mistake { border-bottom: 0.25rem solid #FF9C88 !important; }

.page-wrapper .user-form .input-field input:focus, .page-wrapper .user-form .input-field textarea:focus { outline: 0; box-shadow: unset; outline: thin dotted \9; /* IE6-9 */ }

.page-wrapper .user-form .input-field input::placeholder, .page-wrapper .user-form .input-field textarea::placeholder { color: #FF9C88; text-transform: uppercase; }

.page-wrapper .user-form .btn-field { display: flex; font-size: 1rem; padding-top: 1rem; flex-direction: column; align-items: flex-start; justify-content: space-around; }

.page-wrapper .user-form .btn-field p { margin-top: .25rem; cursor: pointer !important; }

@media (max-width: 750px) { .page-wrapper .user-form .btn-field p { margin-top: 1.25rem; } }

.page-wrapper .user-form .btn-field .submit { font-size: 1.25rem; }

@media (max-width: 650px) { .page-wrapper .user-form .btn-field .submit { font-size: 2.5rem; } }

.page-wrapper .user-form .btn-field .caution { font-size: .55rem; }

@media (max-width: 650px) { .page-wrapper .user-form .btn-field .caution { font-size: .65rem; } }

.page-wrapper .user-form .btn-field .terms { font-size: .7rem; }

.page-wrapper section { z-index: 2; position: relative; }

.page-wrapper #main-container { z-index: 3; width: 55rem; height: 100%; display: flex; margin-left: 6.5rem; flex-direction: column; justify-content: flex-start; background-color: #030304; }

.page-wrapper #main-container > div.show-page { display: flex !important; }

.page-wrapper #main { height: 100%; display: flex; flex-direction: column; }

.page-wrapper #main .title { display: flex; color: #e0e0e0; padding-top: 1.5rem; flex-direction: row; padding-bottom: 1.5rem; align-items: flex-start; justify-content: space-between; }

.page-wrapper #main .title span { display: block; overflow: hidden; padding: 0 1.875rem; font-size: 1.125rem; text-overflow: ellipsis; text-transform: uppercase; }

.page-wrapper #main .title span:nth-child(1) { padding: 0; width: 5.25rem; font-weight: 300; text-align: center; font-family: 'saira', sans-serif; }

.page-wrapper #main .title span:nth-child(2) { flex: 1; padding: 0; color: #FF9C88; font-weight: 900; font-family: 'saira', sans-serif; }

.page-wrapper #main .title span:nth-child(3) { font-weight: 300; font-size: 1.125rem; font-family: 'saira', sans-serif; }

.page-wrapper #main .img-content { flex: 1; position: relative; background-size: contain; background-position: center; background-repeat: no-repeat; }

.page-wrapper #main .img-content::before { top: 0; right: 0; z-index: 1; width: 50%; content: ''; height: 1rem; display: block; position: absolute; background-color: #030304; }

.page-wrapper #main .img-content::after { right: 0; z-index: 1; width: 35%; content: ''; top: 1rem; height: .4rem; display: block; position: absolute; background-color: #030304; }

.page-wrapper #series { display: none; overflow: auto; margin-bottom: 1rem; height: calc(100% - 7.5rem); }

.page-wrapper #series > div { display: flex; padding: 1.5rem 0; color: #e0e0e0; flex-direction: row; align-items: flex-start; justify-content: space-between; }

.page-wrapper #series > div span { display: block; overflow: hidden; padding: 0 1.875rem; font-size: 1.125rem; text-overflow: ellipsis; text-transform: uppercase; }

.page-wrapper #series > div span:nth-child(1) { padding: 0; width: 5.25rem; font-weight: 300; text-align: center; font-family: 'saira', sans-serif; }

.page-wrapper #series > div span:nth-child(2) { flex: 1; padding: 0; font-weight: 900; font-family: 'saira', sans-serif; }

.page-wrapper #series > div span:nth-child(3) { font-weight: 300; font-family: 'saira', sans-serif; }

.page-wrapper #series > div:hover { cursor: pointer; }

.page-wrapper #series > div:hover > span:nth-child(2) { color: #FF9C88; }

.page-wrapper #mixseries { display: none; overflow: auto; margin-bottom: 1rem; padding: 0 !important; height: calc(100% - 7.5rem); }

.page-wrapper #mixseries > div { display: flex; flex-wrap: wrap; color: #e0e0e0; position: relative; flex-direction: row; align-items: flex-start; justify-content: space-between; }

.page-wrapper #mixseries > div .mixseries-share { color: transparent; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAQAAAD/5HvMAAACS0lEQVRo3u2Yv0ocURSHZ8S1irtYiZWNii8gYqONhRKSfhFU4iOsIOsTqBALqziCJK8QdZMUWbQSiViPq7WLIMu6WynolyJhV+feda7FnHtJ5lfODNyPc8+f3xzPS5Uq1T8gptmhQpMmFXaYtgszwiFRHTJiC2eSGjrVmLQTHT3OHyT5KHHESzqST+U4yaY3QSxQIAsUxgKFskCNWKCGLFDNNaAzh66MDAWDK5NKamYMElqq7BliDzMl3xjpZY07Q5ykRwc+81wpx55yY2W4MsaxcmiVBXwGKQvbD/rZ5SFy5B3r9La+mCIgFDFoZFjmVonAPsN27Ncs5wrMObN2YIbZV2BuWSYjY85DAqaelPe6Ut4P7NIvbc7LDOKzQFV5c8yYHXN+w6ny7Ip5fHvmPFrea+3ytmXO29pjyA1zDhAy4445b1BItLxfbc7PXDPntf8cyLkrcy6pTctebqobN0Yp3/Oq0bFB1ubmSzdcqywmPFxj7Meixn6cMC67PX1u0LJsKAbtkc8M2N2uljTtYIUem1BvqShQF7yzidTDimbUfGfUJtQAX3iMIN2zSa71xRvyfOIbJQLmZNrEBL+UOF2zRBddFCL/93WKdCeP5POBa82y4ae2n5Xpk4hTjo/cG/b4skCUPM/zGOWHIVJRLs3fc2kAVG+nvUQ7WKUZi5SXbQdbsUDbskBfY4EOZIEOXAPadu3K8q4ldY66M2X/F6noSGNsAXVrdtTSoyOC1NcBSWa4dohSMZJLMvbjRagscwSUBA1aqlSpOuo3wvZDJUAdmhMAAAAASUVORK5CYII=") no-repeat center; background-size: 1.5rem auto; }

.page-wrapper #mixseries > div span { display: block; overflow: hidden; font-size: 1.125rem; text-overflow: ellipsis; padding: 1.5rem 1.875rem; }

.page-wrapper #mixseries > div span:nth-child(1) { padding: 1.5rem; font-weight: 900; text-align: center; font-family: 'saira', sans-serif; }

.page-wrapper #mixseries > div span:nth-child(1)::after { right: 0; top: 100%; width: 60%; content: ""; display: block; height: .75rem; position: absolute; background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMwaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA5LjEtYzAwMSA3OS4xNDYyODk5Nzc3LCAyMDIzLzA2LzI1LTIzOjU3OjE0ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjUuMCAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzA1Mzg2MEFENTVDMTFFRUE5MDZEMUEyMzk2NjY1RjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzA1Mzg2MEJENTVDMTFFRUE5MDZEMUEyMzk2NjY1RjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MDUzODYwOEQ1NUMxMUVFQTkwNkQxQTIzOTY2NjVGMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3MDUzODYwOUQ1NUMxMUVFQTkwNkQxQTIzOTY2NjVGMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx8BBwcHDQwNGBAQGBoVERUaHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fH//AABEIABQCDwMBEQACEQEDEQH/xABuAAEAAwEBAAAAAAAAAAAAAAAAAgUJBAcBAQEAAAAAAAAAAAAAAAAAAAABEAAABAELBQABAgcAAAAAAAAAAQIDEhGR0VKSE1OjZAUmUZQWVgcGMUEhcUIjBLQlEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwD17z/517HtfcIAPP8A517HtfcIAPP/AJ17HtfcIAPP/nXse19wgA8/+dex7X3CADz/AOdex7X3CADz/wCdex7X3CADz/517HtfcIAPP/nXse19wgA8/wDnXse19wgA8/8AnXse19wgA8/+dex7X3CADz/517HtfcIAPP8A517HtfcIAPP/AJ17HtfcIAPP/nXse19wgA8/+dex7X3CADz/AOdex7X3CADz/wCdex7X3CADz/517HtfcIAPP/nXse19wgA8/wDnXse19wgBNn85/AH3m2GN/wBtdedUSGmkPoNSlqORKUl+5mYC9umy/gaCmIAum6hTEAXTdQpiALpuoUxAF03UKYgC6bqFMQBdN1CmIAum6hTEAXTdQpiALpuoUxAF03UKYgC6bqFMQBdN1CmIAum6hTEAXTdQpiALpuoUxAF03UKYgC6bqFMQBdN1CmIAum6hTEAXTdQpiALpuoUxAF03UKYgC6bqFMQBdN1CmIAum6hTEAXTdQpiALpuoUxAF03UKYgC6bqFMQBdN1CmIAum6hTEAXTdQpiALpuoUxAF03UKYgC6bqFMQBdN1CmIAum6hTEAXTdQpiALpuoUxAF03UKYgC6bqFMQBdN1CmIBm1IXQUJC6AEhdACQugBIXQAkLoASF0AJC6AEhdACQugBIXQAkLoASF0AJC6AEhdACQugBIXQAkLoASF0AJC6AEhdACQugC7/AAYi82/Hv0L/AKf+H/sIEGhri27xX9xH6n/Wnr/MBGNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQCNvERbTSARt4iLaaQGbIoAAAAAAAAAAAAAAAAAAAAAAAAAAAAkiONMEscpQQyyy/tJJ+4Dv5Frc0QORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAORazNAf/2Q==") no-repeat right; background-size: 100% 100%; }

.page-wrapper #mixseries > div span:nth-child(2) { flex: 1; font-weight: 900; color: #FF9C88; padding: 1.5rem 0; font-family: 'saira', sans-serif; }

.page-wrapper #mixseries > div span:nth-child(3) { padding: 1.5rem; font-weight: 900; text-align: center; font-family: 'saira', sans-serif; }

.page-wrapper #mixseries > div .soundCl { width: 100%; padding: 1rem; display: none; flex-shrink: 1; text-align: left; flex-basis: 100%; font-weight: normal; overflow: hidden; color: #030304; font-size: 18px; line-height: 1.5rem; background: #e0e0e0; font-family: 'saira', 'FiraGO', sans-serif; }

@media (max-width: 950px) { .page-wrapper #mixseries > div .soundCl { font-size: 16px; line-height: 18px; } }

@media (max-width: 550px) { .page-wrapper #mixseries > div .soundCl { font-size: 1.25rem; line-height: 1.75rem; } }

.page-wrapper #mixseries > div .soundCl hr { border: 1px solid; }

.page-wrapper #mixseries > div:hover { cursor: pointer; }

.page-wrapper #mixseries > div:hover > span:nth-child(2) { color: #FF9C88; }

.page-wrapper #series-popup { display: none; flex-direction: column; text-transform: uppercase; height: calc(100% - 6.5rem); }

.page-wrapper #series-popup .title { display: flex; color: #e0e0e0; padding-top: 1.5rem; flex-direction: row; align-items: flex-start; justify-content: space-between; }

.page-wrapper #series-popup .title span { display: block; overflow: hidden; padding: 0 1.875rem; font-size: 1.125rem; text-overflow: ellipsis; text-transform: uppercase; }

.page-wrapper #series-popup .title span:nth-child(1) { padding: 0; width: 5.25rem; font-weight: 300; text-align: center; font-family: 'saira', sans-serif; }

.page-wrapper #series-popup .title span:nth-child(2) { flex: 1; padding: 0; color: #FF9C88; font-weight: 900; font-family: 'saira', sans-serif; }

.page-wrapper #series-popup .title span:nth-child(3) { font-weight: 300; font-family: 'saira', sans-serif; }

.page-wrapper #series-popup .text { flex: 1; overflow: auto; margin-top: 1rem; font-weight: 200; padding: 0 5.25rem; color: #e0e0e0; font-size: 1.125rem; line-height: 1.8rem; font-feature-settings: 'case'; font-family: 'FiraGO', sans-serif; }

.page-wrapper #series-popup .text span { display: table; }

.page-wrapper #series-popup .popup-footer { display: flex; height: 7rem; flex-direction: column; justify-content: flex-end; }

.page-wrapper #series-popup .popup-footer .price { flex: 1; width: 100%; display: flex; color: #FF9C88; font-weight: 900; font-size: 1rem; flex-direction: row; align-items: center; padding: 1rem 5.25rem; justify-content: space-between; font-family: 'saira', sans-serif; }

.page-wrapper #series-popup .popup-footer .price span { cursor: pointer; }

.page-wrapper #series-popup .popup-footer .buy-btn { width: 35%; cursor: pointer; font-size: 1rem; font-weight: 900; color: #e0e0e0; background-color: #FF9C88; padding: .5rem 0 .5rem 5.25rem; font-family: 'saira', sans-serif; }

.page-wrapper #series-popup .popup-footer .buy-btn.loading-anim { justify-content: flex-start !important; }

.page-wrapper #series-popup .popup-footer .buy-btn.loading-anim::after { left: unset !important; position: relative !important; }

.page-wrapper #zenaari { display: none; padding-bottom: 2rem; text-transform: uppercase; height: calc(100% - 6.5rem); }

.page-wrapper #zenaari .title { display: flex; height: 4.75rem; color: #FF9C88; font-weight: 900; font-size: 1.125rem; align-items: center; padding: 0 5.25rem 0; background-color: #030304; font-family: 'saira', sans-serif; }

@media (max-width: 1050px) { .page-wrapper #zenaari .title { padding: 0; } }

.page-wrapper #zenaari .text { overflow: auto; margin-top: 1rem; font-weight: 200; padding: 0 5.25rem; color: #e0e0e0; font-size: 1.125rem; line-height: 1.8rem; height: calc(100% - 6rem); font-feature-settings: 'case'; font-family: 'FiraGO', sans-serif; }

.page-wrapper #zenaari .text span, .page-wrapper #zenaari .text p { display: table; }

.page-wrapper #terms { display: none; height: calc(100% - 6.5rem); }

.page-wrapper #terms .title { display: flex; height: 4.75rem; color: #FF9C88; font-weight: 900; font-size: 1.125rem; align-items: center; padding: 0 5.25rem 0; text-transform: uppercase; background-color: #030304; font-family: 'saira', sans-serif; }

.page-wrapper #terms .terms-box { width: 100%; overflow: auto; padding: 1.2rem 5.25rem 0; text-transform: uppercase; height: calc(100% - 6.75rem); }

.page-wrapper #terms .terms-box .white-terms { font-weight: 200; color: #e0e0e0; line-height: 1.8rem; font-size: 1.125rem; font-feature-settings: 'case'; font-family: 'FiraGO', sans-serif; }

.page-wrapper #terms .terms-box .red-terms { color: #FF9C88; font-weight: 200; font-style: normal; line-height: 1.8rem; padding-top: 1.5rem; font-size: 1.125rem; font-feature-settings: 'case'; font-family: 'FiraGO', sans-serif; }

.page-wrapper #terms .terms-box .red-terms-list { width: 100%; display: flex; flex-wrap: wrap; padding: 1.5rem 0; flex-direction: row; }

.page-wrapper #terms .terms-box .red-terms-list li { width: 100%; display: flex; padding: 1rem 0; font-weight: 300; font-size: 1.125rem; flex-direction: row; margin-left: -5.25rem; align-items: flex-start; justify-content: flex-start; font-family: 'FiraGO', sans-serif; }

.page-wrapper #terms .terms-box .red-terms-list li::before { content: ''; display: block; width: 5.25rem; height: 2.4rem; margin-top: .4rem; filter: saturate(0.7); background-size: auto 100%; background-position: center; background-repeat: no-repeat; }

.page-wrapper #terms .terms-box .red-terms-list li span { flex: 1; }

@media (max-width: 550px) { .page-wrapper #terms .terms-box .red-terms-list li { width: 100%; } }

.page-wrapper #terms .terms-box .red-terms-list .caut-lght::before { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAYAAACMo1E1AAAACXBIWXMAAAsSAAALEgHS3X78AAAB4ElEQVRYhe3YPUhCURQH8H/RoC4ptRhI0dLQkNLoEIFjRUvgaEtjObVqW9DyaowI24SWqLYcFLRNsqHBRQqhlkJbtK04YiJ93HffueeBg2f1cN+Pcz3n3vdGPk/20wBSGLwojA4gqhdDHDeGOG6MmS5QqT+j2fpQ5oRDQfh9XsdrG+EIFtk7UuZMTwRQSW2z1jfa1mT22jbHiq+wqgYTXL5aQ6FaU+Yszc1iPTLPfQQfl8xe2eZkNje4y3eChcuUyrivvyhzdmJRzEwGuK5OsHDpy5zy93GvB+m1GNfUC8c4gj29NZQ5VnyV3QT94QjXbLVh3RSVOQuhIBLRRWMYnOKoau9t9cClqkmF9hB+fG3gMFdS5tDoQHfM6ITf50E4NPVvpjbOrgkoaO4tHxxrrUdNk9/dUuZobStV4uy2rPVQnfiGqaqmjdOpmjQMOjidY8oNGHRwidNzCZdjGOxwdEzZDVy3YLDrVhqmugOVKvxX03BhkLqm08lxcfcgCoMUzsqVfp0cpjCI4X6ctxIwSOCoafqrJgWDBK5/QEvCYIqjJvgeNdIwmOKs7i3FDRgk3r7cgsEER43gJgxcHF086f/mJgxcnJUrug4D91uJ5HuCKobf57hB25qhyTBwMqD5BYZgr2nHNAn4AAAAAElFTkSuQmCC"); }

.page-wrapper #terms .terms-box .red-terms-list .caut-weap::before { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAYAAACMo1E1AAAACXBIWXMAAAsSAAALEgHS3X78AAACnUlEQVRYhe1YPUzbQBR+VB2gCyBYUimAWJBYMGJrkGBINwQsSCz8ziCyZUzYoFNA7VJVJRULEksE3ZqBSKQbAgYksoQAEiwgYCndqL5TbV1sc+/suDSDPymyc7GfP3/3vffu0vD0ZSVNRCmqPxRe1SEpCyE5vwjJ+cXroALtlcrWuRGNUMubpv9HrnJzR5n8viB1fHnt+L2zrZWGe7ppNjYgji9C7v7XIyW2vtO3nwfK685v78Q1+Az1dFNmcoSM6FtPz/LkuaPLK+pKrrLE7CiUytS/vE7Zorf7tMmB2PCHz/Tw+NvTA2TMbWxTYms3WHJBEDOxli9qK6hFbvbrdiDETEA9JBQHlhze0i0bawFeNL2Tr50cysW/ALKYU09JDl4LWjUZucMT5e9KcnunZcfYmNFLG3MT1NzUqE1iKR4T9/RFI9XxS874MpRFuHJbLTuI5RamxbnRERG1iwNIoUsA4/29ZCyviwLtFt8OZlqrpzTxftA6R7UfYtoSlDKJAei36dG49Z2zjKcOYe+RXM/samt1jrU7x56Dkpxh84jdwJyh7cqLsYsr67zThbwMJTn7skc2MBYA3LTAW8h4GVmpL3MqKsnBwFWBiweU+bEv6tP4p01lYCvGx02hMGoaOo38Qpwt2K0hViHnTFaZgNJQVBdnK0mVevzWUM42FZC9ldWk9vXI9JqmFUjEY6xxgdzClCjMqGs6GSmXFN/kMFXZ+Qk2ELyFho41G9czU6NxraW7Vp1DICiiArKyZTHNrtVm3g1oqaZNjjx4L8g4vnZf8CAegukzNzowOBR2G0N9LDBN3g2+NtUwPKZGVgEknht7ka1h6q9XzJ6JozlmEnAbE0fbvToI/5/zi5CcX4Tk/AKlJIt1ZN0xI7r/A0gJDSWRqXYWAAAAAElFTkSuQmCC"); }

.page-wrapper #terms .terms-box .red-terms-list .caut-pic::before { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAYAAACMo1E1AAAACXBIWXMAAAsSAAALEgHS3X78AAAB/0lEQVRYhe2YP0gCcRTHX9GgLSm1GEjSEtSQ4qZDBo4Vji6Se0FujTlaLja0iIQ0CS32Z8tBQcfQhoKWMIRaCm3RNuN7qGjcnXfvzsPhPnAgdz+8z73f7/fe4zfTzSTiRHRC00dpdgqlBphyXEw5LnOT/PP6V5Pq303ZMYG1VclnE5OrNT4ocJamn86v7LhuJiH5TLNcq92hWuOTiq9vg3tup4Oil9djxcbBloNM6qFMN7UXTQJyqJZDpOK3BTovVCYm1UdWLpBMU2louoxGtw3hWrKTa9Eu/C7q9EGa5eJ7QYr6vbTSEwPYCPnqM8Vy98IyMFzONm+l/EGEtkTy1ILVQvs+L4U8G0I6QVrhwK4QiJiY2H/J/GFE+BDD5NzOZToK+hWNxXRj2jmw5EKedVXjoz4D5eTqoRibTodxckbBkkMtVcP7mM5ECpac2iSbr/LqL0sOCfZJYfSQkFOFMuc1/DUXurhS1BLFcndC08mBLYcXuo5PJRsDrLPtZJqylUfuK7TVVtRNdC4o+ihVNqtFuI81xi1Zusn1QRTReOqNrFwqvEOt9ui66jebSjcE9WpsKrwrRFgNsnKooWJgCiGIaI3bFOhO0CSoFQOaD3KQVpD3hhMzmk6UONRgbkeCgxzNaw5RxDUJzOMILqYcF1OOy9Sfz2XRP06ByyhErT+XlrDvJbP9yAAAAABJRU5ErkJggg=="); }

.page-wrapper #terms .terms-box .red-terms-list .caut-tick::before { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAYAAACMo1E1AAAACXBIWXMAAAsSAAALEgHS3X78AAACHklEQVRYhWP8P6ejgYGBoZ5h8IGDTIPQUXAw6jhywajjyAUstLbgwM17eOUd1JVwytHUcQnzVjMsPHYWr5r/czpwytEsWolxGCFAE8dRw2EMtHActRzGQO009+P3H4YGfxcwxgam7DvO0Lvz0MA4joOVhUFBWBCnvI60OEnmkRWtoOKBMaWCQaG8E0w7dM8Cizds2oPCpxQMaCHMz8mBV56saP3y8xeY/v7rNwo/wcoYXKgKcEEsBYVk46Y9DPbqSgwHStMwHHagLA3DbIodx8POBqY52VhR+AoigmBMCMAcZiArRX3HGchKMuwvTWP49usXAxcbGzykYAAWYuZKsmB1yPLEOoxsxwlwceKtE2GAg5UVRR0HCwvRDmMgNUN0bD8ApmG5FT1XwnLrjiu3wCGmISGKoi7CTJ9oh5HkOFDJv/PKLaLUgso7UIhJ8PMS7RBsgKhohVVJsCiCpbkVpy6CQ0ZeWJDh4dv3DOZKciji2NIcKYBgyGGrK2FpDhYyf/79hdB//4LFQSEHAt9+/iYzzCAAr+MKVmzGW4k3+LmA22MptmZgPg8HO9zxIPDpx08Gx+5ZDAUrtlDfcRcePyfLUGoBqlT8oBAEYVx8csHw6eDAyjdsgJSSn1hAlZCjhcMYqOE4WjmMgVLH0dJhDITSHKx9hgsEGGrRzGGEHWdtTDOLiQGjAznkglHHkQsGffW1AFQzDQK3oAIGhg8AUgiyO76N7cgAAAAASUVORK5CYII="); }

.page-wrapper #terms .terms-box .red-terms-list .caut-age::before { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAYAAACMo1E1AAAACXBIWXMAAAsSAAALEgHS3X78AAACt0lEQVRYhe1YPUhbURj9Kh3UpQm6KKSVLgUdmuBmhGZ4oz/pUHCpjR2yVDSLrolb0SUVuwSpERchy9N2a6AJNN2K6dCCi1gFXZTExbgp5+qVNPrue/d7aciQAw/yc3Pved/POV/eg8vV9wkiilPzId/WhKRu0SLHRVOTe1iPTfZPSmTu/KZy5UK8Dz17Ki63cEWufF6hyKcMbRX//PP5AhE96fKSOf2a/L5e9v7stIJYaCl1h5jE39MShRZTVDw8ajy52OYX+nV4rFxzVrmg8MoG9wgeOdTY+o+fjtYigumCs7W1YJHTTVVud49zDJecOp212D8tcY7hkfP7erTW93V5OcdwyenJA1fzWOT6ur30ZmjQ0dpHHe0UDvRzjuFLSXJiRAitHczpSfJ0djSWHA4sxmfohUXKQPzbXNSVjbkyfhCMWKS3Hv7K9lYrX5WASEMP029fsf2VFTk7X5WAvbnxV0eRwzgE4YXSw7pgSU4Bfw0sLIuu9T/uFRqJSKKD7RpFSQ6eGNv8LA5wC+yR390TFzC1RjRrBCk5MWq5szKtSEc9iFnB3FGXhTJyuCukAGlFSutF9LmvR3R5JKgWctuawwZyE5B8+fF6PouPGVQ8OFI2BUiEAwOiPFCncBV0r1NodWu1JODOof4qETbfTVJizCBPZ/vN7/UGBi2dg6dKoB7xPjcXFZFJVw2fEN+YERTdCNmREzO69b+RA8b9/SKVyWxBpIxqUl8LrJPQjZy2CEtCkAS78RvRTX79Ll6j3nQHAG1yiJCss6m1DCW2s/euQ/PAHdDhEGBMMbpgPWWS9iVr6XpmGxA1iO+gX9JF8F1uPsrx1zzL+JEeNAKi9iFbENG5798YIoyIcY2fPZWAIEQ6ZgzfinT14wh4p5t/+8RNa4PQenjIRoscF+jWNB5nNB0zovIVrpoiLtc2DQIAAAAASUVORK5CYII="); }

.page-wrapper #terms .terms-box .red-terms-list .caut-smk::before { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAYAAACMo1E1AAAACXBIWXMAAAsSAAALEgHS3X78AAABhklEQVRYhWP8P6ejgYGBoZ5h8IGDTIPQUXAw6jhywajjyAWjjiMXDGrHseCTdOiexXDw5j2KLJAXFmQwkJVkCDDUZkiwNiZJL96QAxlKKXj49j3DxgvXGBLnr2ZQKO9kuPD4GbUcJ0Wx45AByKGGjZMYFhw9S7njAgy1qOo4GACFIjEhiNdxAlycDPku1lR2GgQETFlMUA3B3Nrg5wJO1NQGoCjecP4qZY4Dhd6GnFgGfk4Oqjtww/lreOWJKudAGeNBZzmDvboStdwFBoTSHd5yDhmAQvBAaRrDgZv3wLkNZPDFx88pchwh/UQ7DgYc1JXAmB5gtG4lFwzdih8GHrx5z7DgGHFVDjJQEBYEV/agTATCMD6yeaBylDLHvX3P0LhpD8mOAxU9MMeB9MP4yObhc9xomiMXjDqOXEBUhgC1iPeXppFshQAXpLGQYGUMrlVgfGLNI8pxoHrVgYIqS0FEEIxJNW80zZELRh1HLhh1HLlg1HHkAlAhvICBgeHAoHMZA8MHAKWTb63bZOteAAAAAElFTkSuQmCC"); }

.page-wrapper #usered { display: none; text-transform: uppercase; height: calc(100% - 6.5rem); }

.page-wrapper #usered .title { display: flex; height: 4.75rem; color: #FF9C88; font-weight: 900; font-size: 1.125rem; align-items: center; padding: 0 5.25rem 0; background-color: #030304; font-family: 'saira', 'FiraGO', sans-serif; }

@media (max-width: 1050px) { .page-wrapper #usered .title { padding: 0; } }

.page-wrapper #usered .text { overflow: auto; margin-top: 1rem; font-weight: 200; padding: 0 5.25rem; color: #e0e0e0; font-size: 1.125rem; line-height: 1.8rem; height: calc(100% - 6rem); font-feature-settings: 'case'; font-family: 'FiraGO', sans-serif; }

.page-wrapper #usered .text > .usered-tabs { height: 3.25rem; margin-bottom: 0 !important; }

.page-wrapper #usered .text .usered-tabs { font-weight: 300; font-size: 1.125rem; margin-bottom: 1.5rem; text-transform: uppercase; font-family: 'FiraGO', sans-serif; }

.page-wrapper #usered .text .usered-tabs span { cursor: pointer; }

.page-wrapper #usered .text .usered-content { overflow: auto; height: calc(100% - 3.25rem); }

.page-wrapper #usered .text .usered-content > div { display: none; font-weight: 300; font-size: 1.125rem; text-transform: uppercase; font-family: 'FiraGO', sans-serif; }

.page-wrapper #usered .text[data-id='user-inf'] li { width: 100%; text-align: left; padding: .1rem 0; }

.page-wrapper #usered .text[data-id='user-inf'] li span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.page-wrapper #usered .text[data-id='user-inf'] #user-inf { font-weight: 500; }

.page-wrapper #usered .text[data-id='user-inf'] .user-inf { display: block; }

.page-wrapper #usered .text[data-id='order-hist'] ul { padding: 0; margin-bottom: 2rem; border-bottom: 1px solid #FF9C88; }

.page-wrapper #usered .text[data-id='order-hist'] ul:last-child { margin-bottom: 0; }

.page-wrapper #usered .text[data-id='order-hist'] ul li { padding: 0; width: 100%; display: flex; text-align: left; flex-direction: row; align-items: center; text-transform: uppercase; justify-content: space-between; border-bottom: 1px solid #FF9C88; }

@media (max-width: 1050px) { .page-wrapper #usered .text[data-id='order-hist'] ul li { padding: 0 .85rem; } }

.page-wrapper #usered .text[data-id='order-hist'] ul li:last-child { border-bottom: 0; }

.page-wrapper #usered .text[data-id='order-hist'] ul li span { width: 60%; text-align: left; overflow: hidden; white-space: nowrap; padding: .25rem 1.5rem; text-overflow: ellipsis; }

@media (max-width: 1050px) { .page-wrapper #usered .text[data-id='order-hist'] ul li span { padding: .25rem 0 .25rem .25rem; } }

.page-wrapper #usered .text[data-id='order-hist'] ul li span.tick-icon { display: flex; color: transparent; flex-direction: row; align-items: center; justify-content: flex-start; }

.page-wrapper #usered .text[data-id='order-hist'] ul li span.tick-icon::before { content: ''; display: block; width: 1.25rem; height: 1.75rem; cursor: pointer; filter: hue-rotate(50deg); background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUYwMjlBMUE5QUZGMTFFREJBMzg5MjgxQkJGMTdBNzQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUYwMjlBMTk5QUZGMTFFREJBMzg5MjgxQkJGMTdBNzQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjAgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzQwN0NGNDE5NzFDMTFFREFGOTZENkZBNzVFRTQzMjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzQwN0NGNDI5NzFDMTFFREFGOTZENkZBNzVFRTQzMjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4TC/zNAAAAeUlEQVR42mL8VHGBAQc4wEAaKGDBI2lPomECTAxUBEPPsAJyDEOPAAUgXkBG4GO4DOSaC+QaBHMZRa5BNwzkGn4KzfkIxA+YqGDQRqjvHrBQ6JoEIN5AaTqDuWYDpYm2EIgDgPgDNXLAheGTN8lOtI0k6nmASwIgwACZ0BOss9IVdQAAAABJRU5ErkJggg==) no-repeat center; background-size: contain; }

.page-wrapper #usered .text[data-id='order-hist'] #order-hist { font-weight: 900; }

.page-wrapper #usered .text[data-id='order-hist'] .order-hist { display: block; }

.page-wrapper #usered .text[data-id='inviter'] li { width: 100%; display: flex; text-align: left; padding: .25rem 0; flex-direction: row; align-items: center; text-transform: uppercase; justify-content: space-between; }

.page-wrapper #usered .text[data-id='inviter'] li span { width: 60%; text-align: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.page-wrapper #usered .text[data-id='inviter'] #inviter { font-weight: 900; }

.page-wrapper #usered .text[data-id='inviter'] .inviter { display: block; }

.page-wrapper #usered .text[data-id='inviter'] .inviter .invitation { cursor: pointer; font-weight: 900; text-align: right; text-decoration: underline; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul { padding: 1.5rem 0; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul:first-child { border-top: 0; padding-top: 0; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul:last-child { border-bottom: 0; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul li { border-bottom: 1px solid #FF9C88; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul li:nth-child(6) { border-bottom: 0; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul li.email span { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul li.email span strong { font-weight: 900; padding: 0 .5rem; font-size: .8rem; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul li.li-table { padding: 0; height: 5rem; display: flex; border-bottom: 0; flex-direction: row; align-items: flex-start; justify-content: space-between; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul li.li-table p { flex: 1; height: 100%; display: flex; align-items: center; flex-direction: column; justify-content: center; border-top: 1px solid #FF9C88; border-left: 1px solid #FF9C88; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul li.li-table p.print { flex: 2; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul li.li-table p.print span:last-child { display: flex; flex-direction: row; align-items: center; justify-content: space-around; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul li.li-table p.print span:last-child strong { cursor: pointer; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul li.li-table p.print span:last-child strong:hover { opacity: .8; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul li.li-table p.print span:last-child .tick-icon { width: 1.25rem; height: 1rem; display: block; filter: hue-rotate(50deg); background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUYwMjlBMUE5QUZGMTFFREJBMzg5MjgxQkJGMTdBNzQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUYwMjlBMTk5QUZGMTFFREJBMzg5MjgxQkJGMTdBNzQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjAgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzQwN0NGNDE5NzFDMTFFREFGOTZENkZBNzVFRTQzMjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzQwN0NGNDI5NzFDMTFFREFGOTZENkZBNzVFRTQzMjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4TC/zNAAAAeUlEQVR42mL8VHGBAQc4wEAaKGDBI2lPomECTAxUBEPPsAJyDEOPAAUgXkBG4GO4DOSaC+QaBHMZRa5BNwzkGn4KzfkIxA+YqGDQRqjvHrBQ6JoEIN5AaTqDuWYDpYm2EIgDgPgDNXLAheGTN8lOtI0k6nmASwIgwACZ0BOss9IVdQAAAABJRU5ErkJggg==") no-repeat center; background-size: contain; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul li.li-table p.print span:last-child .send-icon { width: 1.25rem; height: 1rem; display: block; filter: hue-rotate(50deg); background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM5MjVENEEwOUIwMDExRURCNDFDQTRBMjgyM0YxQ0I5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM5MjVENEExOUIwMDExRURCNDFDQTRBMjgyM0YxQ0I5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzkyNUQ0OUU5QjAwMTFFREI0MUNBNEEyODIzRjFDQjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzkyNUQ0OUY5QjAwMTFFREI0MUNBNEEyODIzRjFDQjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6oBfvsAAAFIElEQVR42syaXWwUVRTHZ+tSpKhFTS0FQUFoacTyIYEgCMRaIiqCJsbERB8UX/XNEF98MfLEg/HNEE1MCCRE8RstVPAjRhBFrNBSDQpipLUttPZLu2w9R35LpuvcOzM7s9s5yS8N3ZnZ+597z/+ce0uqf+v3ToIjJUwWrhZmCHcLy4S1Qo/wufCZcCDtJDuqhQeEJ4Ulgo73Kn7O5Xf3qeAkCrlBaOTN6wzMRpDXWFXUzcJd6QQNfikD15+3sZQqA9x7rQqfSCH6puuFBga+SFgulIV8zpiQLaUQHWAVS+EW4R7hXqEu4nN7heZiC5kkVAhThXnCBuEp4aYYv+OicKjYQnSpPIeAMpKzPObvGBS+K4YQXSpN2OICknZKkV7Uf7Mh9MclRJ1mtdogVjmXZI4aHUKrUCvc4fH5aWG3Y/DmoImra36OyzZ1Gd0Yw+CPCyeE88KQMMswzkvCQV1WYYVU8qZrePgqBl8XwxrvEjqFn4U9wn5hWNgqPEKtcIe2Jy1cmw0iJNfnqIiHSNx5EQeuvj8COthm4RPhI13rrut0tp/wEOEwY9uEK41i2qdiNsGDWGYcOfWn8CEcFrqFDEslF+WIqDI8Q/NxpU2IzsA6pnMVM3EdRI1jwht0rF04zrAlBx+ndTF9Ps4J0/zyUSptDW5TG4Nljgr7hCPCWda/OtCAz33lGMhM6o5X/I5jjROiU/QifU/U0IRtE04JJ3n7x8mLoHGNsJG9iCl2sizHCdkUUUSWt93BJkcL1NEIz5su3M8y9zIKNYS3hD/yhSziglTILxxmmWjCvSq8H1NjuYCO2CsyWHNn/gdpbkoVYKGfCq9QlDIxdQjqUncGyLseLyFnmM6we2m1wPnkwz7s9GxEIbPYHdqM4BBF9H9CXhJ20COFiUqoZXk+TG4oX2KxYaPesqxGMI9OL/NQIR8IzwvracwaCtztzeZtqlt9i+1+w78HA85Gk8X2+4TXWV6OlxCNN1keq3GMxbTf1RYvNyXrQtDKfAA+pobYYgM7RsfQILbzLKuQXOuwF+oQ1MiymcYuLxVS1HrYxM7wtMEYykjyGsOzLuBWPbYvM+0D1JE2U/Vfy/ftkLFCeFm41eJWVZb7z+Xa9bBCxih0GZJ3Gz3YM1TqsJFm6cw0fL7Gpyj/SrG1foFfZOhQu+lxWmmx62ksGwOKqSD3jng0i5t5pin+ZpMVSYg7huhxDjOwBkxC8+h2xNmazXXsP9pc9aiKeycb7hkg0Z04heSL+hoqcTydocc4t/JyO21Ql7iE5AxhmuV7vhDeDeIscUQflf0F9hy9huuq2d9XuM69NloSfZQ6d6xUQtytS7OPw63hqCjX6a51CcuPH12zV1IhY3TD/ZZr5jMrGlsMe3L3smqfCCEa/zCAC4bPJ3FspIcYT3O44fVCujmQ6JooIRq7WBammEG1n24YwyVm9lTeoURRXMsWrczKcoOtai92vU/t2u+zREsyIw4td4fFvZb6bJ9bLO5XUiHttPGFngN0ht0jFyvOBWjdvWKQ2jGQFCGapCcK2P6q221PkpBcQXsvpHXntsuZJAnRCv+O8FfAQ7rz1I6CzpGKHSfplkcDXPsLtp1IISNY6UiAa88EbUkmQkgfhw9Zn+t+4xjJSaqQLIXxoM8u7yjXJFaIw9b2befy30RM0UaOJFqIw9tuswj9KWiDWMqm0ast14OL3ZxdzWErPISIFifanyKcUv+nmh0407Ps078SfuAAozfKg/8VYAArziy3mecz+wAAAABJRU5ErkJggg==") no-repeat center; background-size: contain; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul li.li-table p.print span:last-child .delete-icon { width: 1.25rem; height: 1rem; display: block; filter: hue-rotate(50deg); background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjMxQUUyQjM4OUIwMDExRUQ5NkFBQTg2MzcyQzYwNzAxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjMxQUUyQjM5OUIwMDExRUQ5NkFBQTg2MzcyQzYwNzAxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzFBRTJCMzY5QjAwMTFFRDk2QUFBODYzNzJDNjA3MDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzFBRTJCMzc5QjAwMTFFRDk2QUFBODYzNzJDNjA3MDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4zJ09SAAADVUlEQVR42uyaSWgUQRSGayZxN0KMHjwoxAh6CoggOQgxgmISPbhBNGoOavSkNzOKihtEFEUvKm6IRlzQgybuW1xBD8aruJGgB8WDxCUzQ8z4F/OPNE3X2NPV00vIgw8mU1Vv6u/uV++lqiPdsddCw4aBy2C00LNvYAmIO3VQqDmBAjADjNL08x1EdRxEhb71BMGHrpA+4Z5p+co8WhGScvBouWUFnEMulplzKiNEBmyZAyHyjpa4IGIMeO7grkgh78GijJCpoFT4Z4NAucOxRcYYiYvwWtwoJBpiIVFjsPfy+UyFTESEc/8npBYMCekdSRiFdIqQW1T0E+s3QgoVFW3QBfaZ6zOzkKGgFUwM8AqWyebzMoFuJSRCEaUBvyMpc11m9QglQxASyYFVa0BIiIT0BsGHrpB7YDq4qOHjAn3c90vICa7lHWAZ2OPARzPHdtDXSS+FdIONYI0hIclMuwmstrkjIvusApsNiTfO8U38jbwLuQn2KdrkFa0Bn7OM/wSqwSlF+15wywshi8ERMFjR3g5mgpcWbS/Y9kgxVvo8KjcTvBAit23WgTYwTtHnHZjNQDYG9RzWSVYmfV0Ha4WDbSadLVM50QegHrxSxNJS0MU4iGXxNQ2cA5PdLONzsSngLmgEVxR9mmw8qsdAsd8JUe7EX7IxYSuLcWyx7iTcKlGizCPHhb2dxxLmoWaR+zapJ7WWzAMrbfRrYB4JbNG4HRy20U/22RFEIT/Ack4uYaN/nKJXgJ9BEfIBzOXymau1cOxHv4U8AVUifSRgZcM52RZ+trJn9PHULyFneDW7FO0TwA0mzHp+Hq/o20lfZ70U8gts5crzW9GnAjwElYbvKvldRRa/csXbxs95FyJrrN1Z2uvAHZHeVjJbGdvqsozfxZor70IWgoOK8kbeqfOCp0gKK2KfLYqS6RBY4IUQeUy2AVwV6bM/aSMZMztz8COv/Gkwgn+PBdfAev6GZ8Few/+z5dlKK3NCrtbAsbX0Ve1X9VvOmNGxKuJ6HnGliMuzRf4nJCnceSUj39YjTPu/ZiF/uDwG3W4L08sFVo/WfvA2wCLegAN2YuQLV6THARTRzhXuq91VS+6CzALzOXCSSJ9m+XGKleB82rhUW76v8leAAQCY16PHsyHLUgAAAABJRU5ErkJggg==") no-repeat center; background-size: contain; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul li.li-table p.print span:last-child .pay-icon { width: 1.25rem; height: 1rem; display: block; filter: hue-rotate(50deg); background: url("data:image/png;base64,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") no-repeat center; background-size: contain; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul li.li-table p span { height: 50%; width: 100%; display: flex; padding: 0 .5rem; font-size: .8rem; flex-direction: row; align-items: center; border-bottom: 1px solid #FF9C88; }

.page-wrapper #usered .text[data-id='inviter'] .inviter ul li.li-table p:last-child { border-right: 1px solid #FF9C88; }

.page-wrapper #footer { width: 100%; display: flex; height: 6.5rem; align-items: flex-end; flex-direction: column; justify-content: flex-end; background-color: #e0e0e0; }

.page-wrapper #footer > div:first-child { width: 65%; height: 15%; background: #030304; }

.page-wrapper #footer > div:last-child { width: 45%; height: 85%; background: #030304; }

#player { top: 0; left: 0; z-index: 1; width: 100%; height: 100%; position: fixed; overflow: hidden; background: transparent; }

#player #audio { top: 0; left: 0; z-index: 5; position: fixed; }

#player #canvas { width: 100%; height: 100%; }

#player::before { top: 0; right: 0; content: ''; height: 8px; width: 20rem; display: block; position: absolute; background-color: #000000; }

#player #curr-date { top: 8px; right: 0; display: flex; color: #ffffff; min-width: 160px; flex-direction: row; align-items: center; position: absolute; background-color: #000000; padding: 0 .25rem .25rem 1.5rem; justify-content: space-between; }

#player #curr-date::before { display: flex; font-weight: 400; font-style: normal; margin-right: 10px; flex-direction: row; align-items: center; font-size: .8125rem; content: attr(data-time); justify-content: center; font-family: 'FiraGO', sans-serif; }

#player #curr-date::after { display: flex; font-weight: 400; font-style: normal; flex-direction: row; align-items: center; font-size: .8125rem; justify-content: center; content: attr(data-date); font-family: 'FiraGO', sans-serif; }

#follower { left: 50%; width: 100%; height: 4px; z-index: 99999; position: absolute; background: #f79783; transform: translateX(-50%); box-shadow: 0 0 7px 3px #f79783; filter: drop-shadow(0px 0px 18px #f79783); }

.action-btn { cursor: pointer; }

#error-popup { top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; display: block; position: fixed; }

#error-popup > div:not(#copy-right) { top: 50%; left: 50%; width: 90%; height: 50%; display: flex; display: none; padding: 1.5rem; font-size: 2rem; font-weight: 900; color: #FF9C88; max-width: 500px; max-height: 300px; text-align: center; position: absolute; align-items: center; justify-content: center; background-color: #030304; font-feature-settings: 'case'; border: 0.25rem solid #FF9C88; transform: translate(-50%, -50%); font-family: 'FiraGO', sans-serif; }

#error-popup > div:not(#copy-right) .errors-p { height: 100%; display: flex; align-items: center; flex-direction: column; justify-content: space-around; }

#error-popup > div:not(#copy-right) .errors-p span { width: 100%; text-align: left; font-size: 1.35rem; }

#error-popup a { cursor: pointer; color: #FF9C88; text-decoration: underline; }

#set-pas { top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; display: block; position: fixed; }

#set-pas > div { top: 50%; left: 50%; width: 90%; display: flex; padding: 1.5rem; font-size: 2rem; font-weight: 900; color: #FF9C88; max-width: 500px; max-height: 300px; text-align: left; position: absolute; align-items: center; justify-content: center; background-color: #030304; font-feature-settings: 'case'; border: 0.25rem solid #FF9C88; transform: translate(-50%, -50%); font-family: 'FiraGO', sans-serif; }

#set-pas > div > div { height: 100%; display: none; flex-direction: column; align-items: flex-start; justify-content: space-between; }

#set-pas[data-id='email'] .email { display: flex !important; }

#set-pas[data-id='password'] .password { display: flex !important; }

#set-pas .input-field { flex: 1; overflow: auto; }

#set-pas .input-field form { width: 100%; margin-bottom: 3.5rem; }

#set-pas .input-field label { font-size: 1.5rem; text-transform: uppercase; }

#set-pas .input-field input, #set-pas .input-field textarea { border: 0; width: 100%; display: block; color: #FF9C88; border-radius: 0; font-weight: 900; box-shadow: unset; transition: unset; font-size: 1rem; margin-bottom: .25rem; background-color: unset; font-family: 'saira', sans-serif; border-bottom: .25rem solid transparent; }

#set-pas .input-field input.mistake, #set-pas .input-field textarea.mistake { border-bottom: 0.25rem solid #FF9C88 !important; }

#set-pas .input-field input:focus, #set-pas .input-field textarea:focus { outline: 0; box-shadow: unset; outline: thin dotted \9; /* IE6-9 */ }

#set-pas .input-field input:focus::placeholder, #set-pas .input-field textarea:focus::placeholder { color: rgba(255, 156, 136, 0.65); }

#set-pas .input-field input::placeholder, #set-pas .input-field textarea::placeholder { color: #FF9C88; text-transform: uppercase; }

#set-pas .btn-field { width: 100%; display: flex; margin-bottom: 0; align-items: flex-end; flex-direction: column; text-transform: uppercase; justify-content: space-around; }

#set-pas .btn-field p { margin-top: .25rem; font-family: 'saira', sans-serif; }

#set-pas .btn-field .submit-pass { cursor: pointer; font-size: 1.35rem; }

#bassiani2021 { top: 50%; z-index: 2; right: 2.5rem; position: fixed; transform: translateY(-50%); }

#bassiani2021 p { margin: auto; font-size: 11px; color: #FF9C88; font-weight: normal; text-transform: uppercase; text-orientation: mixed; writing-mode: vertical-rl; font-family: 'saira', sans-serif; }

#bassiani2021 #bass-logo { display: block; width: 1.875rem; height: 3.375rem; margin-bottom: 2rem; background: url("../image/zenaari-bas.svg") no-repeat center; background-size: 100% auto; }

@media (max-width: 860px) { #bassiani2021 { top: 0; left: 0; width: 60px; right: unset; position: fixed; transform: none; }
  #bassiani2021 p { transform: translateY(150%); }
  #bassiani2021 #bass-logo { width: 60px; height: 4.5rem; margin: .35rem auto 0 !important; background-size: auto 100% !important; } }

#copy-right { top: 50%; left: 50%; width: 100%; z-index: 999; display: flex; padding: 2rem; position: fixed; color: #030304; max-width: 27rem; font-weight: 400; font-size: 1.2rem; background: #FF9C88; flex-direction: column; text-transform: uppercase; justify-content: space-between; transform: translate(-50%, -50%); font-family: 'FiraGO', sans-serif; }

#copy-right p { width: 100%; display: flex; flex-direction: row; align-items: center; padding-bottom: .85rem; justify-content: space-between; }

#copy-right p span { flex: 1; }

#copy-right p span a, #copy-right p span a:visited { font-weight: 500; color: #1d1d1d !important; font-family: 'FiraGO', sans-serif; }

#copy-right p span:first-child { text-align: left; }

#copy-right p span:last-child { text-align: right; text-decoration: underline; }

#copy-right > div { padding-bottom: 3rem; }

#copy-right > div:last-child { flex: 1; display: flex; font-size: 1rem; padding: 1rem 0 0; align-items: flex-end; }

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

#set-address, #address-label { opacity: 0 !important; display: none !important; position: fixed !important; }

.loading-anim { display: flex; font-size: 2rem; flex-direction: row; align-items: center; position: relative; justify-content: center; font-family: "saira",  sans-serif; }

.loading-anim::after { left: 100%; content: ''; position: absolute; display: inline-block; animation: dotty steps(1, end) 3s infinite; }

@keyframes dotty { 0% { content: ''; }
  25% { content: '.'; }
  50% { content: '..'; }
  75% { content: '...'; }
  100% { content: ''; } }

.invitation-select { position: sticky; top: 0; display: flex; width: 100%; height: 3em; margin: 1rem 0; overflow: hidden; border: 1px solid #FF9C88; }

.invitation-select select { border-radius: 3px; appearance: none; outline: 0; border: 0; box-shadow: none; flex: 1; padding: 0 1em; color: #fff; background-image: none; background-color: black; cursor: pointer; }

.invitation-select select::-ms-expand { display: none; }

.invitation-select::after { content: "\25BC"; position: absolute; top: 50%; right: 0; padding: 1em; transform: translateY(-50%); transition: 0.25s all ease; pointer-events: none; }

.invitation-radio { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; /* Hide the browser's default radio button */ /* Create a custom radio button */ /* On mouse-over, add a grey background color */ /* When the radio button is checked, add a blue background */ /* Create the indicator (the dot/circle - hidden when not checked) */ /* Show the indicator (dot/circle) when checked */ /* Style the indicator (dot/circle) */ }

.invitation-radio .container { display: block; cursor: pointer; font-size: 1rem; position: relative; padding: 0 4rem 0 2rem; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.invitation-radio .container input { position: absolute; opacity: 0; cursor: pointer; }

.invitation-radio .checkmark { position: absolute; top: 50%; left: 0; height: 1rem; width: 1rem; transform: translateY(-50%); background-color: #b76958; border-radius: 50%; }

.invitation-radio .container:hover input ~ .checkmark { background-color: #b76958; }

.invitation-radio .container input:checked ~ .checkmark { background-color: #FF9C88; }

.invitation-radio .checkmark:after { content: ""; position: absolute; display: none; }

.invitation-radio .container input:checked ~ .checkmark:after { display: block; }

.invitation-radio .container .checkmark:after { top: 50%; left: 50%; width: .5rem; height: .5rem; border-radius: 50%; background: #b76958; transform: translate(-50%, -50%); }

.guest-inputs { width: 100%; display: flex; height: 2.25rem; flex-direction: row; align-items: center; justify-content: space-between; border: 1px solid #FF9C88; border-top: 0; }

.guest-inputs input, .guest-inputs span { all: unset; width: 20%; height: 100%; display: flex; font-size: .8rem; padding: 0 .5rem; font-weight: 500; flex-direction: row; align-items: center; background: transparent; justify-content: flex-start; border-right: 1px solid #FF9C88; }

.guest-inputs input::placeholder, .guest-inputs span::placeholder { color: #FF9C88; }

.guest-inputs span, .guest-inputs input:nth-child(4) { width: 2.25rem; text-align: center; justify-content: center; }

.guest-inputs span { cursor: pointer; }

.guest-inputs span::before { content: ""; width: 100%; height: 1rem; display: block; filter: hue-rotate(50deg); background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjMxQUUyQjM4OUIwMDExRUQ5NkFBQTg2MzcyQzYwNzAxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjMxQUUyQjM5OUIwMDExRUQ5NkFBQTg2MzcyQzYwNzAxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzFBRTJCMzY5QjAwMTFFRDk2QUFBODYzNzJDNjA3MDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzFBRTJCMzc5QjAwMTFFRDk2QUFBODYzNzJDNjA3MDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4zJ09SAAADVUlEQVR42uyaSWgUQRSGayZxN0KMHjwoxAh6CoggOQgxgmISPbhBNGoOavSkNzOKihtEFEUvKm6IRlzQgybuW1xBD8aruJGgB8WDxCUzQ8z4F/OPNE3X2NPV00vIgw8mU1Vv6u/uV++lqiPdsddCw4aBy2C00LNvYAmIO3VQqDmBAjADjNL08x1EdRxEhb71BMGHrpA+4Z5p+co8WhGScvBouWUFnEMulplzKiNEBmyZAyHyjpa4IGIMeO7grkgh78GijJCpoFT4Z4NAucOxRcYYiYvwWtwoJBpiIVFjsPfy+UyFTESEc/8npBYMCekdSRiFdIqQW1T0E+s3QgoVFW3QBfaZ6zOzkKGgFUwM8AqWyebzMoFuJSRCEaUBvyMpc11m9QglQxASyYFVa0BIiIT0BsGHrpB7YDq4qOHjAn3c90vICa7lHWAZ2OPARzPHdtDXSS+FdIONYI0hIclMuwmstrkjIvusApsNiTfO8U38jbwLuQn2KdrkFa0Bn7OM/wSqwSlF+15wywshi8ERMFjR3g5mgpcWbS/Y9kgxVvo8KjcTvBAit23WgTYwTtHnHZjNQDYG9RzWSVYmfV0Ha4WDbSadLVM50QegHrxSxNJS0MU4iGXxNQ2cA5PdLONzsSngLmgEVxR9mmw8qsdAsd8JUe7EX7IxYSuLcWyx7iTcKlGizCPHhb2dxxLmoWaR+zapJ7WWzAMrbfRrYB4JbNG4HRy20U/22RFEIT/Ack4uYaN/nKJXgJ9BEfIBzOXymau1cOxHv4U8AVUifSRgZcM52RZ+trJn9PHULyFneDW7FO0TwA0mzHp+Hq/o20lfZ70U8gts5crzW9GnAjwElYbvKvldRRa/csXbxs95FyJrrN1Z2uvAHZHeVjJbGdvqsozfxZor70IWgoOK8kbeqfOCp0gKK2KfLYqS6RBY4IUQeUy2AVwV6bM/aSMZMztz8COv/Gkwgn+PBdfAev6GZ8Few/+z5dlKK3NCrtbAsbX0Ve1X9VvOmNGxKuJ6HnGliMuzRf4nJCnceSUj39YjTPu/ZiF/uDwG3W4L08sFVo/WfvA2wCLegAN2YuQLV6THARTRzhXuq91VS+6CzALzOXCSSJ9m+XGKleB82rhUW76v8leAAQCY16PHsyHLUgAAAABJRU5ErkJggg==") no-repeat center; background-size: contain; }

.guest-inputs span:hover::before { opacity: .8; }

#invitation-popup { top: 0; left: 0; z-index: 10; width: 100%; height: 100%; display: none; position: absolute; backdrop-filter: blur(10px); background: rgba(0, 0, 0, 0.5); }

#invitation-popup .invitation-box { top: 50%; left: 50%; z-index: 10; width: 100%; height: 100%; padding: 1rem; overflow: auto; position: absolute; background: black; border: 2px solid #FF9C88; transform: translate(-50%, -50%); }

#invitation-popup .invitation-box[data-type='free'] .guest-inputs.paid { display: none; }

#invitation-popup .invitation-box[data-type='paid'] .guest-inputs.free { display: none; }

#invitation-popup .invitation-box .invitation-title { font-size: 1.25rem; padding-bottom: 1rem; }

#invitation-popup .invitation-box #invitation-cancel { bottom: 0; float: left; display: table; cursor: pointer; margin-top: 1rem; position: sticky; min-width: 11rem; text-align: center; padding: .25rem 1.5rem; background-color: black; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid #FF9C88; }

#invitation-popup .invitation-box #invitation-cancel::after { content: 'back'; }

#invitation-popup .invitation-box #invitation-send { bottom: 0; float: right; display: table; cursor: pointer; margin-top: 1rem; position: sticky; min-width: 11rem; text-align: center; padding: .25rem 1.5rem; background-color: black; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid #FF9C88; }

#invitation-popup .invitation-box #invitation-send::after { content: 'SEND'; }

#invitation-popup .invitation-box #invitation-send.send-loading::after { content: 'LOADING'; animation: dotty3 steps(1, end) 3s infinite; }

@keyframes dotty3 { 0% { content: 'LOADING'; }
  25% { content: 'LOADING.'; }
  50% { content: 'LOADING..'; }
  75% { content: 'LOADING...'; }
  100% { content: 'LOADING'; } }

#invitation-popup #inviter-input-box { border-top: 1px solid #FF9C88; }

@media (max-width: 1700px) { html, body { font-size: 15px; }
  .page-wrapper #player::before { width: 15rem; } }

@media (max-width: 1550px) { html, body { font-size: 14px; } }

@media (max-width: 1450px) { html, body { font-size: 14px; }
  .page-wrapper #player::before, .page-wrapper #curr-date { display: none !important; }
  .page-wrapper #main-container { margin-left: 6rem; } }

@media (max-width: 1200px) { html, body { font-size: 13px; }
  .page-wrapper #main-container { margin-left: 5rem; } }

@media (max-width: 1050px) { html, body { font-size: 12px; }
  .page-wrapper { display: block; padding-right: 0; }
  .page-wrapper #side-bar { z-index: 10; width: 100%; display: table; height: 10rem; max-width: 55rem; position: relative; }
  .page-wrapper #side-bar .user-form { z-index: 1; left: 60px; display: block; position: fixed; max-width: 55rem; padding: 2rem 2rem; width: calc(100% - 60px); height: calc(100% - 10rem - 60px); }
  .page-wrapper #main-container { width: 100%; margin-left: 0; max-width: 55rem; height: calc(100% - 10rem - 60px); }
  .page-wrapper #main-container #series, .page-wrapper #main-container #mixseries, .page-wrapper #main-container #series-popup, .page-wrapper #main-container #zenaari, .page-wrapper #main-container #terms, .page-wrapper #main-container #usered { padding: 0 2rem; height: calc(100% - 2.5rem); }
  .page-wrapper #main-container #series > div:not(.text) > span:nth-child(1), .page-wrapper #main-container #mixseries > div:not(.text) > span:nth-child(1), .page-wrapper #main-container #series-popup > div:not(.text) > span:nth-child(1), .page-wrapper #main-container #zenaari > div:not(.text) > span:nth-child(1), .page-wrapper #main-container #terms > div:not(.text) > span:nth-child(1), .page-wrapper #main-container #usered > div:not(.text) > span:nth-child(1) { width: auto; padding-right: 2rem; }
  .page-wrapper #main-container #series > div:not(.text) > span:nth-child(3), .page-wrapper #main-container #mixseries > div:not(.text) > span:nth-child(3), .page-wrapper #main-container #series-popup > div:not(.text) > span:nth-child(3), .page-wrapper #main-container #zenaari > div:not(.text) > span:nth-child(3), .page-wrapper #main-container #terms > div:not(.text) > span:nth-child(3), .page-wrapper #main-container #usered > div:not(.text) > span:nth-child(3) { padding-right: 0 !important; }
  .page-wrapper #main-container #series > .text, .page-wrapper #main-container #mixseries > .text, .page-wrapper #main-container #series-popup > .text, .page-wrapper #main-container #zenaari > .text, .page-wrapper #main-container #terms > .text, .page-wrapper #main-container #usered > .text { padding: 0 0 1rem; }
  .page-wrapper #main-container #series .popup-footer, .page-wrapper #main-container #mixseries .popup-footer, .page-wrapper #main-container #series-popup .popup-footer, .page-wrapper #main-container #zenaari .popup-footer, .page-wrapper #main-container #terms .popup-footer, .page-wrapper #main-container #usered .popup-footer { padding: 0; }
  .page-wrapper #main-container #series .popup-footer .price, .page-wrapper #main-container #mixseries .popup-footer .price, .page-wrapper #main-container #series-popup .popup-footer .price, .page-wrapper #main-container #zenaari .popup-footer .price, .page-wrapper #main-container #terms .popup-footer .price, .page-wrapper #main-container #usered .popup-footer .price { padding: 1rem 1.5rem 0; }
  .page-wrapper #main-container #series .popup-footer .buy-btn, .page-wrapper #main-container #mixseries .popup-footer .buy-btn, .page-wrapper #main-container #series-popup .popup-footer .buy-btn, .page-wrapper #main-container #zenaari .popup-footer .buy-btn, .page-wrapper #main-container #terms .popup-footer .buy-btn, .page-wrapper #main-container #usered .popup-footer .buy-btn { width: 60%; padding: .7rem 1.5rem; }
  .page-wrapper #main-container #main { padding: 0; }
  .page-wrapper #main-container #main > div.title { padding: 1.5rem 2rem; }
  .page-wrapper #main-container #main > div.title > span:nth-child(1) { width: auto; padding-right: 2rem; }
  .page-wrapper #main-container #main > div.title > span:nth-child(3) { padding-right: 0 !important; }
  .page-wrapper #main-container #footer { height: 2.5rem; padding: 0 2rem; }
  .page-wrapper #main-container #footer > div:nth-child(1) { display: none; }
  .page-wrapper #main-container #footer > div:nth-child(2) { height: 100%; width: calc(40% + 2rem); transform: translateX(2rem); }
  #follower { display: none !important; } }

@media (max-width: 850px) { html, body { font-size: 11px; } }

@media (max-width: 480px) { html, body { font-size: 10px; }
  .page-wrapper #side-bar > .user-form { padding: 2rem; } }

@media (max-width: 350px) { html, body { font-size: 8px; }
  .page-wrapper #side-bar > .user-form { padding: 1rem 2rem 2rem; } }

/*# sourceMappingURL=zenaari.css.map */