@charset "UTF-8";:root{--primary: #7135f2;--white: #fff;--gray-100: #f6f7f9;--gray-200: #eeeef0;--gray-300: #ccc;--gray-400: #a9b4c0;--gray-500: #8e8e8e;--gray-600: #666;--gray-700: #555;--gray-800: #2d323f;--gray-900: #192631;--black: #000;--blue: #0289b3;--green: #13c459;--yellow: #ffc529;--orange: #ec780f;--pink: #ff0d4d;--red: #ca0808;--redNew: #ec232f;--purple: #8709ff;--warning-full: #f2d06d;--warning-light: #fdf8e2;--vh: 100vh}/*!modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize*/*,*::before,*::after{box-sizing:border-box}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}body{font-family:system-ui,-apple-system,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji}hr{height:0;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,liberation mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}button{background-color:transparent;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset{margin:0;padding:0}ol,ul{list-style:none;margin:0;padding:0}html{font-family:Poppins,sans-serif;line-height:1.5}body{font-family:inherit;line-height:inherit}*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#eee}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#bdbdbd}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#bdbdbd}input::placeholder,textarea::placeholder{color:#bdbdbd}button,[role=button]{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}pre,code,kbd,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}svg,img{display:inline-block}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;text-rendering:geometricPrecision}input::-moz-placeholder,textarea::-moz-placeholder{color:#666}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#666}input::placeholder,textarea::placeholder{color:#666;letter-spacing:.025em}html{visibility:visible;opacity:1;font-size:14px}@media(min-width:640px){html{font-size:16px}}body{background-color:var(--gray-100);background:linear-gradient(180deg,var(--white) 0,var(--gray-100) 10rem)}main{min-height:var(--vh);padding:1rem .5rem 8rem}section{margin-bottom:3rem}h1,h2,h3,h4,h5{line-height:1.2;color:var(--black);margin-bottom:.5rem;font-weight:700}.subtitle{font-weight:500}h1{font-size:1.5rem}@media(min-width:640px){h1{font-size:2rem}}h2{font-size:1.25rem}h3{font-size:1.125rem}h4{font-size:1rem}h5{font-size:.85rem}p{font-size:1rem;margin-bottom:1rem;color:var(--black)}@media(min-width:640px){p{font-size:.85rem;margin-bottom:.85rem}}.buttonLarge:focus{outline:none}a{transition-property:background,filter,opacity;outline:none;transition-duration:.6s;transition-timing-function:ease;filter:brightness(100%);opacity:1;display:inline-block;text-decoration:none;color:var(--blue)}a[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}a:focus{outline:none}b,strong{font-weight:600}.table{width:100%;margin-bottom:1rem;vertical-align:top}.table th{font-weight:600;color:var(--gray-900)}.table th,.table td{padding:.75rem;text-align:left}.table th{background:var(--gray-100)}.table td{border-bottom:1px solid var(--gray-100)}.table tr:last-child td{border-bottom:none}.table tr[data-href]:hover{background-color:#fff3cd;cursor:pointer}.modal,.modal.isVisible .modalWithFeaturedOverlay{z-index:9998;width:100%;overflow:auto;background-color:var(--gray-100);box-shadow:rgba(0,0,0,.2) 0 0 16px 0;border-top-left-radius:1rem;border-top-right-radius:1rem;bottom:0;left:0;right:0;position:fixed;opacity:0;transition:max-height .5s ease-in-out,opacity .1s;max-height:0;height:auto;padding:0}.modal.containerSm,.modal.isVisible .modalWithFeaturedOverlay.containerSm{position:fixed}.modal.isVisible,.modal.isVisible .modalWithFeaturedOverlay{opacity:1;max-height:calc(var(--vh) - 10vh)}@media(max-width:480px){.modalFullHeight.isVisible{max-height:calc(var(--vh) - 25px);height:100%}}.modal.isMinimized{opacity:1;max-height:6rem;cursor:pointer}.modal.isMinimized .modalMinimize{transform:rotate(-180deg)}.modalOpen{overflow:hidden}.overlay{position:fixed;z-index:140;top:0;left:0;right:0;bottom:0;width:100%;background-color:rgba(0,0,0,.75);visibility:hidden;opacity:0;transition:visibility 0s linear .3s,opacity .3s}body.modalOpen .overlay{opacity:1;visibility:visible;transition-delay:0s}.modalBody{padding:1rem 1rem 2rem;position:relative;max-width:500px;margin:0 auto}.modalHeader{position:sticky;top:0;padding:1rem 1rem 0;z-index:1;background-color:var(--gray-100);max-width:500px;margin:0 auto}.modalHeader img,.modalHeader svg{width:3rem;height:3rem;margin-bottom:.5rem}.modalHeader .avatar{margin:0 auto 1rem}.modalHeader .avatar img,.modalHeader .avatar svg{margin-bottom:0}.removeModalBg{background:0 0!important}.modalHeaderIcon{background:var(--white);border-radius:.75rem;margin-right:1rem;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;flex:0 0 3rem}.modalHeaderIcon svg{width:2rem;height:2rem}.modalHeaderIconCentered{margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;flex:0 0 3rem}.modalHeaderIconCentered svg{width:3rem;height:3rem}.modalHeaderBack{color:var(--gray-500);margin-right:.5rem}.modalHeaderBack svg{width:2.5rem;height:2.5rem}.modalHeaderTitle{margin-bottom:0;font-weight:700;font-size:1rem}.modalHeaderText{margin-bottom:0;font-size:.85rem}.modalHeaderText p{margin-bottom:0;font-size:.85rem}.modalTitle{position:sticky;top:0;z-index:1;background-color:var(--gray-100);border-bottom:1px solid var(--gray-200)}.modalTitleInner{max-width:500px;padding:1rem;display:flex;align-items:center;margin:0 auto}.modalTitleCentered{border-bottom:0;text-align:center}.modalTitleCentered .modalTitleInner{display:block;position:relative}.modalTitleCentered .modalHeaderBack{position:absolute;top:1rem;left:1rem}.modalClose,.modalBack,.modalMinimize{position:absolute;top:1rem;right:1rem;color:var(--gray-900);background:var(--white);border-radius:2rem;border:0;z-index:10;width:2rem;height:2rem;line-height:2rem;text-align:center;font-size:1.75rem}.modalClose:hover,.modalBack:hover,.modalMinimize:hover{opacity:.75;cursor:pointer}.modalClose svg,.modalBack svg,.modalMinimize svg{width:70%;height:70%}.modalMinimize{right:3.5rem;transition:all .25s}.modalBack{right:auto;left:1rem}.modalHeader>*:first-child,.modalBody>*:first-child{margin-top:0}.modalBody>*:last-child{margin-bottom:0}.modal.isLoading .bspinner{width:4rem;height:4rem}.modalFooter{position:sticky;bottom:0;background-color:var(--gray-100);max-width:500px;padding:.5rem 1rem 1.5rem;margin:-2rem auto 0}.modalFooterText{margin-top:1rem;font-size:.85rem}#profileModal{top:1rem;right:1rem;left:auto;width:400px;max-width:85%;border-radius:1rem;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;padding:0;display:none}#profileModal.isVisible{display:block}#profileModal .modalBody{padding:1rem}.modalLoading{width:100%;height:100%;min-height:50vh;display:flex;justify-content:center;align-items:center}.modalLoading svg{width:4rem;height:4rem}.modal.isVisible .modalOverlayFeature{background:#242c34;background:linear-gradient(0deg,#242c34 0%,#3e4a57 100%);position:fixed;top:0;bottom:0;left:0;right:0;z-index:9997;display:flex;align-items:center;padding:0}.card{background-color:var(--white);margin-bottom:1rem;width:100%;position:relative;border-radius:1.25rem;display:block;box-shadow:rgba(0,0,0,.06) 2px 2px 2px 0}.cardHeader{padding:1.5rem 1.5rem 0}.cardHeader h2,.cardHeader h3{margin:0}.cardBody{padding:1.5rem}.cardTable{margin:0}.cardTable th,.cardTable td{padding:1rem 1.5rem}.cardOverlay{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,0.75));background-repeat:repeat-x}.loadingOverlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(246,247,249,.75);display:flex;justify-content:center;align-items:center;z-index:1}.loadingOverlay svg{width:1.5rem;height:1.5rem}.loadingOverlay svg path{fill:var(--primary)}.cardImage{border-radius:1rem 1rem 0 0;width:100%;background-color:#fff;display:block;overflow:hidden}.cardImage img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.noBilling{border:1px solid var(--warning-full)}.cardWarning{background-color:var(--warning-light);border-top:1px solid var(--warning-full);padding:1rem;border-radius:0 0 1.25rem 1.25rem}.cardWarning p{margin-bottom:0}.cardWarning a{font-weight:700}.input{display:block;position:relative;flex:1}.input input,.input textarea,.input select{width:100%;padding:.75rem .75rem 0;font-size:1rem;font-weight:400;line-height:1.5;color:var(--gray-800);border-width:0;border-radius:0;background-color:var(--white);background-clip:padding-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:3.5rem;resize:none}.input input:focus,.input textarea:focus,.input select:focus{outline:0;box-shadow:0}.input input::-moz-placeholder,.input textarea::-moz-placeholder,.input select::-moz-placeholder{color:transparent}.input input:-ms-input-placeholder,.input textarea:-ms-input-placeholder,.input select:-ms-input-placeholder{color:transparent}.input input::placeholder,.input textarea::placeholder,.input select::placeholder{color:transparent}.input input:not(:-moz-placeholder-shown)+label,.input textarea:not(:-moz-placeholder-shown)+label,.input select:not(:-moz-placeholder-shown)+label{color:var(--gray-500);font-size:.65rem;font-weight:500;height:auto}.input input:not(:-ms-input-placeholder)+label,.input textarea:not(:-ms-input-placeholder)+label,.input select:not(:-ms-input-placeholder)+label{color:var(--gray-500);font-size:.65rem;font-weight:500;height:auto}.input input:not(:placeholder-shown)+label,.input input:focus+label,.input textarea:not(:placeholder-shown)+label,.input textarea:focus+label,.input select:not(:placeholder-shown)+label,.input select:focus+label{color:var(--gray-500);font-size:.65rem;font-weight:500;height:auto}.input input:not(:-moz-placeholder-shown)+label .inputInfo,.input textarea:not(:-moz-placeholder-shown)+label .inputInfo,.input select:not(:-moz-placeholder-shown)+label .inputInfo{display:none}.input input:not(:-ms-input-placeholder)+label .inputInfo,.input textarea:not(:-ms-input-placeholder)+label .inputInfo,.input select:not(:-ms-input-placeholder)+label .inputInfo{display:none}.input input:not(:placeholder-shown)+label .inputInfo,.input input:focus+label .inputInfo,.input textarea:not(:placeholder-shown)+label .inputInfo,.input textarea:focus+label .inputInfo,.input select:not(:placeholder-shown)+label .inputInfo,.input select:focus+label .inputInfo{display:none}.input textarea{padding-top:1rem}.input:first-child input,.input:first-child textarea{border-top-left-radius:1rem;border-top-right-radius:1rem}.input:last-child input,.input:last-child textarea{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.input label{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;top:0;left:0;height:3.5rem;line-height:1.5;padding:.375rem .75rem;display:inline-flex;flex-direction:column;justify-content:center;color:var(--gray-900);font-weight:600;font-size:1rem;text-align:left;transition:.2s ease all}.input+.input{border-left:1px solid var(--gray-100)}.input .StripeElement{width:100%;padding:.375rem .75rem;min-height:3.5rem;display:flex;align-items:center}.input .StripeElement>div{width:100%}.input .iti{width:100%}.input .iti input::-moz-placeholder{color:var(--gray-400)}.input .iti input:-ms-input-placeholder{color:var(--gray-400)}.input .iti input::placeholder{color:var(--gray-400)}.select{display:block;position:relative;flex:1;padding:1.25rem .75rem .375rem}.select select{width:100%;padding:0;font-size:1rem;font-weight:400;line-height:1.5;color:var(--gray-800);border-width:0;border-radius:0;background-color:var(--white)}.select label{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;top:.375rem;left:.75rem;line-height:1.5;display:block;color:var(--gray-500);font-weight:500;font-size:.75rem;line-height:1}.radio{display:block;position:relative;flex:1}.radio input[type=radio]{position:fixed;opacity:0;pointer-events:none}.radio label{width:100%;font-size:1rem;height:3.5rem;line-height:1.5;padding:.375rem .75rem;color:var(--gray-900);font-weight:600;text-align:left;display:inline-flex;flex-direction:column;justify-content:center}.radio input[type=radio]:checked+label::after{position:absolute;right:1rem;top:.875rem;height:1.75rem;width:1.75rem;content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NCA0NCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiNGRkYiIGN4PSIyMiIgY3k9IjIyIiByPSIyMiIvPjxwYXRoIGQ9Ik0wIDBoNDR2NDRIMHoiLz48Y2lyY2xlIHN0cm9rZT0iIzg0QkIyRCIgc3Ryb2tlLXdpZHRoPSIyLjc1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGN4PSIyMiIgY3k9IjIyIiByPSIxNi41Ii8+PHBhdGggc3Ryb2tlPSIjODRCQjJEIiBzdHJva2Utd2lkdGg9IjIuNzUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTE0LjUgMjIuMzMzbDUgNSAxMC0xMCIvPjwvZz48L3N2Zz4=)}.inputInfo{display:block;color:var(--gray-500);font-weight:500;font-size:.75rem;line-height:1}.lightswitch label{cursor:pointer;text-indent:-9999px;width:2.5rem;height:1.5rem;background:var(--gray-200);display:inline-block;border-radius:99rem;position:relative}.lightswitch label:after{content:"";position:absolute;top:.25rem;left:.25rem;width:1rem;height:1rem;background:var(--white);border-radius:99rem;transition:.3s;box-shadow:rgba(0,0,0,.06) 2px 2px 2px 0}.lightswitch label:active:after{width:1.1rem}.lightswitch input[type=checkbox]{height:0;width:0;display:none}.lightswitch input[type=checkbox]:checked+label{background:var(--green)}.lightswitch input[type=checkbox]:checked+label:after{left:calc(100% - 0.25rem);transform:translateX(-100%)}.lightswitch input[type=checkbox].isLoading+label{opacity:.5}.lightswitchLarge label{width:7rem;height:3rem;text-indent:0;display:inline-flex;justify-content:center;align-items:center;font-size:.75rem;padding:.25rem .5rem .25rem 2.75rem;color:var(--gray-600)}.lightswitchLarge label:after{width:2.5rem;height:2.5rem}.lightswitchLarge label:active:after{width:2.75rem}.lightswitchLarge input[type=checkbox]:checked+label{padding:.25rem 2.75rem .25rem .5rem;color:var(--white)}#iti-dropdown .iti--container{z-index:10000}.pac-container{z-index:10000}.inputHorizontal{padding:.25rem;border-radius:99rem;background-color:var(--gray-100);position:relative}.inputHorizontal .button{position:absolute;right:.25rem;top:.25rem}.inputHorizontal input{background:0 0;width:100%;padding:.75rem 1.25rem}.inputHorizontal input:focus{outline:none}.inputRequired{color:var(--red)}.upload{padding:.5rem;width:100%;flex:1}.upload .filepond--root .filepond--drop-label{border:none;background:var(--gray-100);border-radius:.5rem}.copyInput{display:block;width:100%;border:2px solid var(--gray-200);background:0 0;color:var(--primary);margin-bottom:.5rem;border-radius:.5rem;text-align:center;font-weight:600;outline:none;border-radius:99rem;padding:1rem 1.5rem;font-size:1rem}.inputSaved{color:var(--green);fill:var(--white);position:absolute;right:.75rem;top:1.25rem;width:1.5rem;height:1.5rem}.list{background:var(--white);border-radius:1rem;margin-bottom:.5rem;border:1px solid var(--gray-100)}.listBody{padding:.75rem;border-bottom:1px solid var(--gray-200)}.listHeader{padding:1rem;border-bottom:1px solid var(--gray-200)}.listHeader h3{margin-bottom:0}.listTitle{font-weight:500;text-transform:uppercase;margin-bottom:0;padding:.5rem 1rem .25rem;font-size:.85rem;color:var(--gray-500)}.listItem{border-bottom:1px solid var(--gray-200);color:var(--gray-900);font-weight:600;font-size:1rem;min-height:3.5rem;position:relative;display:flex;align-items:center}.listItem:last-child{border-bottom:none}.listItem[disabled]{opacity:.25;cursor:not-allowed;pointer-events:none}.listItemHighlight{background-color:var(--gray-200)}.listItemBody{flex:1;text-align:left;padding:.75rem 1rem;overflow:hidden}.listItemRight{text-align:right;padding:.75rem;margin-left:auto}.listItemIcon{padding:.75rem;flex:0 0 auto;color:var(--gray-400);stroke:var(--gray-400)}.listItemIcon>svg,.listItemIcon>img{width:1.5rem;height:1.5rem}.listItemIcon+.input,.listItemIcon+.listItemBody{margin-left:-.75rem}.listItemIcon.listItemIconLg>svg,.listItemIcon.listItemIconLg>img{width:3rem;height:3rem}.listItemInfo{display:block;color:var(--gray-400);font-weight:500;font-size:.75rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.listItemTitle{display:block;color:var(--gray-900);font-weight:600;font-size:1rem;line-height:1.2;margin-bottom:.25rem}.button{border-radius:99rem;padding:.75rem 1.5rem;border:0;transition-property:background,filter,opacity;transition-duration:.6s;transition-timing-function:ease;filter:brightness(100%);opacity:1;cursor:pointer;font-weight:700;white-space:nowrap;text-align:center;font-size:1rem;background-color:var(--gray-200);color:var(--primary)}.button:hover{filter:brightness(120%)}.button[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.button:focus{outline:0}.button svg{margin:-.375rem 0;width:1.5rem;height:1.5rem}.buttonXSmall{padding:.1875rem .625rem;font-size:.75rem}.buttonXSmall svg{margin:-.46875rem 0;width:1.125rem;height:1.125rem}.buttonSmall{padding:.3625rem 1rem;font-size:.85rem}.buttonSmall svg{margin:-.44375rem 0;width:1.25rem;height:1.25rem}.buttonLarge{padding:.90625rem 1.75rem;font-size:1.125rem}.buttonLarge svg{margin:-.421875rem 0;width:1.75rem;height:1.75rem}.buttonXLarge{padding:1.0625rem 2rem;font-size:1.25rem}.buttonXLarge svg{margin:-.46875rem 0;width:2rem;height:2rem}.buttonIcon{padding:.75rem;line-height:1}.buttonIcon svg{margin:0}.buttonIcon.buttonXSmall{padding:.1875rem}.buttonIcon.buttonSmall{padding:.375rem}.buttonIcon.buttonLarge{padding:.875rem}.buttonIcon.buttonXLarge{padding:1rem}.buttonWide{display:inline-block;width:100%}.buttonSuccess{background:var(--green);color:var(--white)}.buttonWarning{background:var(--yellow);color:var(--white)}.buttonDanger{background:var(--red);color:var(--white)}.buttonPrimary{background:var(--primary);color:var(--white)}.buttonDark{background:var(--black);color:var(--white)}.buttonLight{background:var(--white);color:var(--primary)}.buttonText{background:0 0;color:var(--gray-500)}.buttonOutline{background:0 0;color:var(--black);border:2px solid var(--black)}.buttonOutline.buttonDanger{color:var(--redNew);border-color:var(--redNew)}.button svg.buttonSpinner{display:none;width:1rem;height:1rem}.buttonShare{border:2px solid var(--gray-700);background:var(--white);color:var(--gray-700);padding:.12rem .5rem!important}.buttonSharePrimary{border:2px solid var(--primary);background:var(--primary);color:var(--white);padding:.12rem .5rem!important}.badge{font-size:.85rem;border-radius:99rem;padding:0 .5rem}.badgePrimary{background-color:var(--primary);color:var(--white)}.badgePink{background-color:var(--pink);color:var(--white)}.badgeSuccess{background-color:var(--green);color:var(--white)}.textCenter{text-align:center}.textRight{text-align:right}.textMedium{font-weight:500}.textBold{font-weight:600}.textNormal{font-weight:400}.textMuted{color:var(--gray-500)}.textGray{color:var(--gray-600)}.textUppercase{text-transform:uppercase}.textSuccess{color:var(--green)!important}.textWarning{color:var(--orange)!important}.textError{color:var(--redNew)!important}.textPink{color:var(--pink)!important}.textPrimary{color:var(--primary)!important}.textLarge{font-size:1rem}.textSmall{font-size:.85rem}.bgWhite{background:var(--white)!important}.bgGray{background:var(--gray-100)!important}.bgDark{background:var(--gray-900)!important}.bgPrimary{background:var(--primary)!important}.border{border:1px solid var(--gray-100)}.flex{display:flex}.alignItemsCenter{align-items:center}.justifyContentCenter{justify-content:center}.spaceBetween{justify-content:space-between}.flexDirectionColumn{flex-direction:column}.align-middle{vertical-align:middle}.hide{display:none!important}.hideMd{display:none}@media(min-width:768px){.hideMd{display:block}}.hideLg{display:none}@media(min-width:1024px){.hideLg{display:block}}.showLg{display:block}@media(min-width:1024px){.showLg{display:none}}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:2rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:2rem!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-3{margin-left:1rem!important}.ml-4{margin-left:2rem!important}.mr-1{margin-right:.25rem!important}.mr-2{margin-right:.5rem!important}.mr-3{margin-right:1rem!important}.mr-4{margin-right:2rem!important}.-mt-px{margin-top:-1px}.my-1{margin-top:.25rem;margin-bottom:.25rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:1rem}.pt-4{padding-top:2rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:1rem}.pb-4{padding-bottom:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.collapse{display:none}.collapse.active{display:block}.filter-greyscale{filter:grayscale(1)}.opacity-50{opacity:.5}.tab{display:none}.tab.active{display:block}.h-4{height:1rem}.h-8{height:2rem}.w-4{width:1rem}.w-9{width:2.25rem}.w-full{width:100%}.bg-green-15{background:var(--green);opacity:.15}.bg-blue-15{background:var(--blue);opacity:.15}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inline-block{display:inline-block}.shadow{box-shadow:rgba(0,0,0,.06) 2px 2px 2px 0}.noShadow{box-shadow:none}.row{margin:0 -.5rem;display:flex;flex-wrap:wrap}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.row>*{padding-right:.5rem;padding-left:.5rem}.container,.containerFull,.containerLg,.containerMd,.containerSm,.containerXs{width:100%;margin:0 auto;position:relative;padding-right:.5rem;padding-left:.5rem}@media(min-width:480px){.containerXs,.containerSm,.containerMd,.containerLg,.container{max-width:480px}}@media(min-width:640px){.containerSm,.containerMd,.containerLg,.container{max-width:640px}}@media(min-width:768px){.containerMd,.containerLg,.container{max-width:768px}}@media(min-width:1024px){.containerLg,.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}.column-1{flex:0 0 auto;width:8.3333333333%}.column-2{flex:0 0 auto;width:16.6666666667%}.column-3{flex:0 0 auto;width:25%}.column-4{flex:0 0 auto;width:33.3333333333%}.column-5{flex:0 0 auto;width:41.6666666667%}.column-6{flex:0 0 auto;width:50%}.column-7{flex:0 0 auto;width:58.3333333333%}.column-8{flex:0 0 auto;width:66.6666666667%}.column-9{flex:0 0 auto;width:75%}.column-10{flex:0 0 auto;width:83.3333333333%}.column-11{flex:0 0 auto;width:91.6666666667%}.column-12{flex:0 0 auto;width:100%}@media(max-width:640px){.columnSm{flex:none;width:100%}}@media(max-width:768px){.columnMd{flex:none;width:100%}}@media(max-width:1024px){.columnLg{flex:none;width:100%}}@media(max-width:1280px){.columnXl{flex:none;width:100%}}.slides{position:relative;overflow:hidden}.slides .modalClose{display:none}.slides .modalHeader .modalClose{display:block}.slide{transition:all .6s ease;opacity:1;position:relative}.slide.isLoading{opacity:.5}.slide:not(.active){opacity:0;position:absolute;top:0;left:0;right:0;width:100%;transform:translateX(20%);z-index:-1}.slide.wasActive{transform:translateX(-20%)}@media(max-width:480px){.modal .slide{max-height:calc(var(--vh) - 10vh);overflow-y:auto}}.slide .modalHeaderBack{display:none}.modalFullHeight .slide{max-height:calc(var(--vh) - 25px)}@media(max-width:480px){.modalFullHeight .slide .modalBody{min-height:calc(var(--vh) - 25px)}}.slideLoading{background:var(--gray-100);min-height:50vh;display:flex;justify-content:center;align-items:center}.slideLoading svg{width:4rem;height:4rem}#tooltip{text-align:center;color:#fff;background:var(--gray-900);position:absolute;z-index:1020;padding:15px;border-radius:3px}#tooltip:after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #111;content:"";position:absolute;left:50%;bottom:-10px;margin-left:-10px}#tooltip.top:after{border-top-color:transparent;border-bottom:10px solid #111;top:-20px;bottom:auto}#tooltip.left:after{left:10px;margin:0}#tooltip.right:after{right:10px;left:auto;margin:0}.dropdown{position:relative}.dropdownMenu{opacity:0;visibility:hidden;position:absolute;width:15rem;z-index:2;right:0;margin-top:.5rem;overflow:hidden;transition:opacity .1s ease-out;background-color:var(--white);border:1px solid var(--gray-200);border-radius:1rem;box-shadow:rgba(0,0,0,.06) 2px 2px 2px 0}.dropdownOpen .dropdownMenu{opacity:1;visibility:visible;pointer-events:auto}.dropdownMenuItem{display:block;border-bottom:1px solid var(--gray-200);font-weight:500;font-size:1rem;padding:.75rem 1rem;color:var(--gray-700);display:flex;justify-content:space-between;align-items:center}.dropdownMenuItem:last-child{border-bottom:none}a.dropdownMenuItem:hover{background-color:var(--gray-100)}.avatar{width:3rem;height:3rem;position:relative;border-radius:50%;background-color:var(--gray-100)}.avatar>img,.avatar>svg{width:100%;height:100%;border-radius:50%}.avatarIcon{padding:.5rem;color:var(--white)}.avatarIcon>img,.avatarIcon>svg{width:100%;height:100%}.avatar>.verified{position:absolute;bottom:-.5rem;left:50%;margin-left:-.5rem;width:1rem;height:1rem}.avatarBlock{display:flex;align-items:center}.avatarBlock .avatar{margin-right:.75rem;flex:0 0 3rem}.avatarBlockName{display:block;margin-bottom:0}.avatarBlockSub{font-weight:400;color:var(--gray-500);display:block;font-size:.85rem}@-webkit-keyframes progress-circular-rotate{100%{transform:rotate(360deg)}}@keyframes progress-circular-rotate{100%{transform:rotate(360deg)}}@-webkit-keyframes progress-circular-dash{0%{stroke-dasharray:1,500;stroke-dashoffset:0}50%{stroke-dasharray:100;stroke-dashoffset:-15px}100%{stroke-dasharray:100;stroke-dashoffset:-200px}}@keyframes progress-circular-dash{0%{stroke-dasharray:1,500;stroke-dashoffset:0}50%{stroke-dasharray:100;stroke-dashoffset:-15px}100%{stroke-dasharray:100;stroke-dashoffset:-200px}}.avatarFeatured{--borderWidth: 3px;position:relative;display:inline-flex;vertical-align:middle;justify-content:center;align-items:center;padding:var(--borderWidth)}.avatarFeatured>svg{-webkit-animation:progress-circular-rotate 1.4s linear infinite;animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:all .2s ease-in-out;width:100%;height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.avatarFeatured .avatar{width:100%;height:100%;margin:0;border:var(--borderWidth) solid #fff}.avatarFeaturedOverlay{-webkit-animation:progress-circular-dash 2.4s ease-in forwards;animation:progress-circular-dash 2.4s ease-in forwards;stroke-linecap:round;stroke-dasharray:0;stroke-dashoffset:0;stroke:url(#avatarFeaturedLinear);z-index:2;transition:all .6s ease-in-out}.avatarFeaturedOverlayDone{stroke-dasharray:0!important;-webkit-animation:none;animation:none}.header{position:absolute;top:0;left:0;width:100%;z-index:120;padding:1rem .5rem;width:100%;height:5rem}.header .container{display:flex;justify-content:space-between;align-items:center}.headerSpacer{height:5rem}.logo{color:var(--black);height:3rem;display:inline-block}.logo svg{height:3rem}.logoCentered{position:absolute;left:1rem;top:1rem;height:3rem;width:3rem;background-color:var(--white);border-radius:99rem}.logoWhite,.logoDark{border-radius:99rem;background-color:var(--white);padding:.5rem}.logoWhite svg,.logoDark svg{height:2rem}.logoDark{background-color:var(--black);color:var(--white)}.menuCopyright{margin-top:1rem;color:var(--gray-500);font-size:.75rem;display:block;text-align:center}.menuCopyright a{color:var(--gray-600);font-weight:500}.menuCopyrightLogo{display:block;margin-bottom:.5rem}.menuCopyrightLogo svg{width:3rem;height:3rem}.footer{background:var(--black);color:var(--gray-400);padding:1rem 0 5rem;text-align:center}@media(min-width:640px){.footer{text-align:left}}.footer h4{color:var(--gray-400);margin-top:2rem;font-weight:500;text-transform:uppercase}.footer li a{color:var(--gray-100)}.footerCopyright{border-top:1px solid var(--gray-900);padding:2rem;margin-top:2rem;display:block}.nav .navItem{position:relative;margin:.5rem;cursor:pointer}.nav .navLink{text-decoration:none;text-align:center;font-weight:500;padding:.5rem;color:var(--gray-200)}.nav .navLinkIcon{width:2rem;height:2rem;margin:0 auto}.nav .navLinkIcon svg{fill:var(--gray-400)}.nav .navLinkIconPrimary svg{fill:var(--primary)}.nav .navLinkIcon img{border:2px solid var(--gray-400);border-radius:50%;width:100%;height:100%}.nav .navLinkLabel{font-size:.6rem;text-transform:uppercase;display:block;margin-top:.15rem}.nav .navLink.active{color:var(--white)}.nav .navLink.active .navLinkIcon svg{fill:var(--white)}.nav .navLink.active .navLinkIcon img{border-color:var(--white)}.mobileNav{position:relative;background-color:rgba(0,0,0,.85);box-shadow:rgba(0,0,0,.2) 0 0 16px 0;z-index:130;position:fixed;bottom:0;left:0;right:0;padding-bottom:.5rem}@media(min-width:640px){.mobileNav{padding-bottom:0}}.notificationIcon{height:1.25rem;min-width:1.25rem;background-color:var(--pink);color:var(--white);border:.125rem solid var(--black);text-align:center;line-height:1rem;padding:0 .25rem;border-radius:1rem;position:absolute;top:.125rem;right:0;z-index:15;font-size:.7rem}.nav{display:flex;align-items:center;justify-content:space-around}.subNav{background-color:var(--black);border-radius:99rem;margin-bottom:1rem;box-shadow:rgba(0,0,0,.06) 2px 2px 2px 0}.subNav .nav{overflow-x:auto;justify-content:left}.subNav .navItem{margin:0;flex:1}.subNav .navLink{padding:.75rem 2rem;color:var(--white);border-radius:99rem;display:block;white-space:nowrap;font-weight:600}.subNav .navLink.active{background-color:var(--white);color:var(--black)}.pageHeader{margin-bottom:1rem}.pageHeader h1{margin-bottom:0}.verified{height:1rem;width:1rem}main#profile{margin-top:-5rem;padding-bottom:10rem;position:relative;padding-top:5rem}.profileHeader{text-align:center;margin-bottom:2rem}.profileHeader h1{margin:0}.profileHeaderAvatar{display:block;width:9rem;height:9rem;border-radius:50%;margin:0 auto .75rem;position:relative;border:.25rem solid transparent;padding:.25rem}.profileHeaderAvatar img{width:100%;height:100%;box-shadow:0 1px 2px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.1),0 4px 8px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,.1),0 16px 32px rgba(0,0,0,.1),0 32px 64px rgba(0,0,0,.1);border-radius:50%}.profileHeaderAvatarHidden{display:none}.profileContentWarning{background-color:var(--gray-100);position:fixed;top:0;left:0;width:100%;height:100vh;z-index:999999}.profileElement{position:relative;background:#fff;margin-bottom:1rem;display:block;width:100%;overflow:hidden}.profileElement h2{font-weight:600;font-size:1rem;text-align:center;margin-bottom:0}.profileElement h3{font-weight:500;font-size:.875rem;text-align:center;margin-bottom:0}.profileElement p{text-align:center}.profileElementContent{padding:1rem 2rem;min-height:5rem;display:flex;flex-direction:column;justify-content:center;position:relative}.profileElementContent p:last-child{margin-bottom:0}.profileElementImage{height:200px;width:100%;background-color:#fff;display:block}.profileElementImage img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media(min-width:1024px){.profileElementImage{height:300px}}.profileElementWithPrice .profileElementContent,.profileElementWithIcon .profileElementContent{padding:1rem 5rem}.profileElementAlignLeft,.profileElementAlignLeft h2,.profileElementAlignLeft p,.profileElementAlignLeft .blockquote-footer{text-align:left}.profileElementAlignRight,.profileElementAlignRight h2,.profileElementAlignRight p,.profileElementAlignRight .blockquote-footer{text-align:right}.profileElementIcon,.profileElementSmallImage{flex-basis:3rem;flex-shrink:0;width:3rem;height:3rem;border-radius:.75rem;text-align:center;background:var(--pink);color:var(--white);display:flex;justify-content:center;align-items:center;position:absolute;left:1rem;top:50%;margin-top:-1.5rem;overflow:hidden}.profileElementIcon svg{width:2rem;height:2rem}.profileElementWithImage .profileElementContent{position:absolute;bottom:0;left:0;right:0}.profileElementWithImage h2,.profileElementWithImage h3{color:var(--white)}.profileElementPrice{border-radius:3rem;padding:.5rem 1rem;font-weight:600;text-align:center}.profileElementContent>.profileElementPrice{position:absolute;right:1rem;top:50%;margin-top:-1.25rem}.profileElementChildren{text-align:center;margin:-.5rem 0 1rem}.profileElementChildren>a{width:2.5rem;height:2.5rem}.profileElementChildren>a img{overflow:hidden;border-radius:.75rem}.profileElementUpdates .profileElementContent{padding-right:7rem}.profileFolder{display:none;margin:0 1rem}.profileScrollItem{width:20rem}.profileElementFolder:not(.active){box-shadow:0 1px 1px rgba(0,0,0,.15),0 8px 0 -3px rgba(255,255,255,.85),0 8px 1px -2px rgba(0,0,0,.15),0 16px 0 -6px rgba(255,255,255,.5),0 16px 1px -5px rgba(0,0,0,.15);margin-bottom:1.5rem}.profileElementFolder.active{position:relative;border:1px dashed #ddd;background:var(--gray-200);overflow:visible}.profileElementDate{position:absolute;top:1rem;left:1rem;border-radius:5px;background-color:#fff;overflow:hidden}.profileElementDateMonth{background-color:#333;color:#fff;text-align:center;text-transform:uppercase;font-weight:600;font-size:.9rem;padding:.125rem .5rem;line-height:1.1}.profileElementDateDay{font-size:2rem;text-align:center;padding:0 .5rem;line-height:1.1;color:#111}.editProfileElementNested{position:relative;padding-bottom:.5rem}.editProfileElementNested .profileElementContent{height:auto;min-height:80px}.editProfileElement{position:relative;margin-bottom:.5rem}.editProfileElement.hidden .editProfileElementContent>:not(.editProfileElementEdit){opacity:.5}.editProfileElementFolder:not(.active){box-shadow:0 1px 1px rgba(0,0,0,.15),0 8px 0 -3px rgba(255,255,255,.85),0 8px 1px -2px rgba(0,0,0,.15),0 16px 0 -6px rgba(255,255,255,.5),0 16px 1px -5px rgba(0,0,0,.15);margin-bottom:1rem}.editProfileElementFolder.active{position:relative;border-top:2px dashed var(--gray-200);border-bottom:2px dashed var(--gray-200);overflow:visible;box-shadow:none;border-radius:0;background-color:transparent;margin:1rem 0}.editProfileElementFolder.active>.editProfileElementContent{padding-top:1rem;padding-left:0;padding-bottom:1rem;min-height:auto}.editProfileElementFolder.active>.editProfileElementContent .editProfileElementPosition{display:none}.editProfileElementFolder.active>.editProfileElementContent .editProfileElementIcon{display:none}.dropzone{display:none;text-align:center;border:3px dashed var(--gray-300);background:var(--gray-200);border-radius:1rem;margin-bottom:.5rem;padding:1rem}.ui-droppable-hover{background-color:#fff3cd;border-color:#ffeeba}.ui-droppable-hover .dropzone{display:block}.editProfileElementPlaceholder{height:5rem;border:3px dashed var(--gray-300);background:var(--gray-200);border-radius:1rem;margin-bottom:.5rem}.ui-droppable-hover .showFolder{display:none!important}.editProfileElementIcon,.editProfileElementSmallImage{flex-basis:3rem;flex-shrink:0;width:3rem;height:3rem;border-radius:.75rem;text-align:center;background:var(--gray-400);color:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden}.editProfileElementIcon svg{width:2rem;height:2rem}.editProfileElementWithIcon>.editProfileElementContent{padding-left:7.5rem}.editProfileElementContent{position:relative;padding:1rem 6.5rem 1rem 3.5rem;min-height:5rem;display:flex;flex-direction:column;justify-content:center;transition:all .1s ease-in-out}.editProfileElementContent .editProfileElementIcon,.editProfileElementContent .editProfileElementSmallImage{position:absolute;top:1rem;left:3.5rem;transition:all .1s ease-in-out}.editProfileElementControlBar{position:absolute;right:2.6rem;top:0;display:flex;justify-content:center;align-items:center;height:100%}.editProfileElementPosition{position:absolute;left:0;top:0;display:flex;justify-content:center;align-items:center;height:100%;cursor:move;border-right:2px solid var(--gray-100);width:2.5rem;color:var(--gray-500);transition:all .1s ease-in-out}.editProfileElementEdit{position:absolute;right:0;top:0;display:flex;justify-content:center;align-items:center;height:100%;padding:0 .75rem 0 .5rem}.editProfileElementDelete{position:absolute;right:0;top:0;display:flex;visibility:hidden;justify-content:center;align-items:center;height:100%;padding:0 .75rem 0 .5rem}.editProfileElementDelete a{background-color:var(--red);border-radius:99rem;color:var(--white);display:flex;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:1.25rem}.editProfileElementDelete a:hover{opacity:.75;cursor:pointer}.editProfileElement h2{font-weight:600;font-size:1rem;margin-bottom:0}.editProfileElementImage{height:200px;width:100%;background-color:#fff;display:block}.profileActions{position:absolute}.profileSocialIcon{background-color:var(--primary);display:inline-block;width:3rem;height:3rem;position:relative;border-radius:99rem;text-align:center;display:flex;justify-content:center;align-items:center;padding:.75rem}.profileSocialIcon svg{width:100%}.profileSocialIcons{text-align:center;position:relative;z-index:1}.profileSocialIconsTop{padding-top:0}.profileSocialIconsBottom{padding-top:1.5rem;margin-bottom:2.5rem}.linkBox{padding:.25rem;margin:.125rem 0 .5rem;border-radius:99rem;position:relative;color:var(--blue);font-size:1rem;font-weight:600;text-align:center;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.linkBox a{color:var(--gray-500)}.linkBox input{position:absolute;top:-9999rem;left:-9999rem}.linkBoxCopied{background-color:var(--green);position:absolute;top:0;left:0;padding:.25rem;border-radius:99rem;display:none;width:100%;color:#fff}.linkFormIconLink{min-height:4.75em;background-color:#333;border-radius:6px;color:#fff;font-weight:500;display:flex;justify-content:center;align-items:center;width:100%}.iconsGrid{height:200px;overflow:auto}.iconsGridItem{margin:.25rem;border:1px solid #ddd;background:#fff;border-radius:5px;float:left;width:3rem;height:3rem;padding:.25rem;color:var(--gray-900)}.iconsGridItem svg{width:100%;height:100%}.iconPreviewSelection{padding:2rem;display:flex;justify-content:center;align-items:center;height:170px;width:100%;color:var(--gray-900)}.iconPreviewSelection svg{height:4rem;width:4rem}#alerts{position:fixed;z-index:9999;top:1rem;left:50%;transform:translateX(-50%);width:100%;max-width:480px;padding:0 .5rem}#alerts .alert{width:100%;margin-bottom:.5rem}.alert{border-radius:.5rem;padding:.5rem 1rem;text-align:center;font-size:.85rem;font-weight:600}.alertError{background-color:var(--red);color:var(--white)}.alertSuccess{background-color:var(--green);color:var(--white)}.empty{padding:4rem 2rem;text-align:center;margin:0 auto;border-radius:1rem;background-color:var(--gray-200)}.empty h3{margin:1rem 0}.empty p{color:var(--gray-600)}.empty img{width:150px}@-webkit-keyframes blink{0%{opacity:.2}20%{opacity:1}100%{opacity:.2}}@keyframes blink{0%{opacity:.2}20%{opacity:1}100%{opacity:.2}}.blinkLoading{font-weight:600;font-size:2rem;height:1.5rem}.blinkLoading span{-webkit-animation-name:blink;animation-name:blink;-webkit-animation-duration:1.4s;animation-duration:1.4s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:relative;top:-1.25rem}.blinkLoading span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.blinkLoading span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.bounce-2{-webkit-animation-name:bounce-2;animation-name:bounce-2;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes bounce-2{0%{transform:translateX(0)}50%{transform:translateX(-100px)}100%{transform:translateX(0)}}@keyframes bounce-2{0%{transform:translateX(0)}50%{transform:translateX(-100px)}100%{transform:translateX(0)}}.loadingAvatar{height:150px;position:fixed;left:50%;margin-left:-75px;top:25%;width:150px}.loadingAvatar img{border-radius:9999px;height:100%;position:relative;width:100%;z-index:2}.loadingAvatar::before,.loadingAvatar::after{-webkit-animation:pulse 2s linear infinite;animation:pulse 2s linear infinite;border-radius:9999px;box-sizing:border-box;content:" ";height:140%;left:-20%;opacity:.6;position:absolute;top:-20%;transform:scale(.714);width:140%;z-index:1}.secure svg{width:1rem;display:inline-block}.followerNew{width:10px;height:10px;border-radius:10px;background-color:var(--primary);display:inline-block}.emailVerificationForm{margin-bottom:1rem}.emailVerificationForm input{width:3rem;text-align:center;font-size:2rem;padding:.25rem .75rem;font-weight:400;line-height:1.5;color:var(--gray-800);border:1px solid var(--gray-200);border-radius:.25rem;background-color:var(--white);background-clip:padding-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:3.5rem;resize:none}.emailVerificationForm input:focus{outline:0;box-shadow:0}.emailVerificationForm input::-moz-placeholder{color:transparent}.emailVerificationForm input:-ms-input-placeholder{color:transparent}.emailVerificationForm input::placeholder{color:transparent}.grecaptcha-badge{visibility:hidden}.reCAPTCHA{color:var(--gray-400);margin-top:1rem;text-align:center;border-top:1px dotted var(--gray-200);padding-top:1rem}.reCAPTCHA img{width:1rem}.exploreAccount{width:6rem;text-align:left}@media(min-width:768px){.exploreAccount{width:8rem}}.exploreAccount a{display:block}.exploreAccount .card{overflow:hidden}.exploreAccount .verified{width:1rem;height:1rem}.exploreAccountAvatar{width:100%}.exploreAccountName{height:1.25rem;font-size:1rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0;font-weight:600}.exploreAccountHandle{color:var(--gray-500);font-size:.85rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block}.exploreAccountViewMore{margin-right:4rem}.exploreAccountViewMore .card{background:var(--gray-200);height:8rem;text-align:center;color:var(--gray-600);font-weight:500;padding:.5rem;display:flex;align-items:center;justify-content:center}.exploreItem .card{overflow:hidden;background:#242c34;background:linear-gradient(0deg,#242c34 0%,#3e4a57 100%);position:relative;width:calc(100vw - 4rem);height:calc(100vw - 4rem);margin-bottom:0}@media(min-width:480px){.exploreItem .card{width:26rem;height:26rem}}.exploreItem .avatarBlock{position:absolute;left:1.5rem;top:1.5rem;z-index:3}.exploreItem .avatarBlockName{height:1.5rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--white);margin:0}.exploreItem .avatarBlockSub{display:block;font-size:.85rem;color:rgba(255,255,255,.6);overflow:hidden;text-overflow:ellipsis;height:1.275rem;white-space:nowrap}.exploreItemImage{width:100%;height:100%;display:block;background-size:cover;background-position:center center;opacity:.5;background-color:var(--gray-700);overflow:hidden}.exploreHomepageImage{opacity:1}.exploreItemContent{position:absolute;bottom:0;left:0;right:0;padding:1rem 1.5rem;display:flex;align-items:center;width:100%;color:var(--white);font-weight:600;background-color:rgba(0,0,0,.25);border-radius:0 0 .75rem .75rem;-webkit-backdrop-filter:saturate(180%) blur(2rem);backdrop-filter:saturate(180%) blur(2rem)}.exploreItemContent h1,.exploreItemContent h2,.exploreItemContent h3,.exploreItemContent h4,.exploreItemContent h5,.exploreItemContent p{color:var(--white);margin:0}.exploreHomepageContent{background-color:rgba(0,0,0,.85)}@supports((-webkit-backdrop-filter:blur(2rem)) or (backdrop-filter:blur(2rem))){.exploreHomepageContent{background-color:rgba(0,0,0,.25)}}.exploreItemIcon{width:3rem;height:3rem;flex-basis:3rem;flex-shrink:0;border-radius:10px;text-align:center;background:var(--pink);margin-right:1rem;display:flex;justify-content:center;align-items:center}.exploreItemPrice{margin-left:auto}.exploreGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(8rem,1fr));grid-gap:1rem;grid-auto-rows:minmax(8rem,auto);grid-auto-flow:dense;margin:1rem 0}.exploreGrid .exploreAccount{width:100%}.scroll{position:relative}.sectionHeader{margin-bottom:1rem;display:flex;justify-content:space-between}.scrollInner{overflow:auto;overflow-y:hidden;display:flex;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-left:0;scroll-padding-left:0}.scrollInner::-webkit-scrollbar{display:none}.scrollItem{scroll-snap-align:start;margin-right:1rem}.scrollItem:last-child{margin-right:0}.exploreSearch{position:relative;color:var(--gray-500);margin-left:2rem}.exploreSearch svg{position:absolute;width:1.5rem;height:1.5rem;left:1rem;top:.75rem}.exploreSearch input{border-radius:2rem;padding:.75rem 1rem;padding-left:2.75rem;background-color:var(--gray-200);max-width:300px;width:100%}.exploreLoadMore{display:block;max-width:300px;margin:40px auto}.skeleton{background:rgba(0,0,0,.1);border-radius:.75rem}.skeleton::before{display:block;content:"";position:absolute;width:100%;height:100%;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,0.2),transparent);-webkit-animation:skeleton .8s infinite;animation:skeleton .8s infinite}@-webkit-keyframes skeleton{100%{transform:translateX(100%)}}@keyframes skeleton{100%{transform:translateX(100%)}}.nextLink{display:none}.meHeader{padding:6rem .5rem .5rem;position:relative}.meHeader::before{content:"";position:absolute;top:-7rem;left:-4rem;right:-4rem;height:20rem;background-color:var(--gray-400);background-attachment:fixed;background-size:cover;border-radius:0 0 20rem 20rem}@media(min-width:1024px){.meHeader::before{border-radius:0}}.meHeaderAvatar{width:9.5rem;height:9.5rem;margin:0 auto 1rem;background:var(--white);border:.25rem solid var(--white);box-shadow:rgba(0,0,0,.125) 0 2px 4px;overflow:hidden}.meHeaderAvatar img{box-shadow:none}.meHeaderAvatar .filepond--root .filepond--drop-label{border:none;color:var(--white);background:var(--gray-900)}.meAvatarEdit,.challengeAvatarEdit{position:absolute;bottom:0;background-color:var(--gray-800);color:var(--white);width:100%;font-size:.85rem;padding:.25rem;cursor:pointer}.meStat{padding:0 .5rem;margin:1rem 0 2rem;text-align:center;font-size:.85rem;color:var(--gray-500);font-weight:600;display:block;border-right:1px solid var(--gray-300)}.meStat.meStatItems{border:none}a:hover.meStat{opacity:.5}.meStatNumber{display:block;text-align:center;font-size:1.5rem;line-height:1.1;font-weight:700;color:var(--gray-900)}#meProfilePreview:not(.active){opacity:0;position:absolute;top:0;left:0;right:0;width:100%;transform:translateX(20%);z-index:-1}#profilePreview .slideLoading,#meProfilePreview .slideLoading{height:100vh}.shareLink{font-size:.75rem;display:flex;justify-content:center;align-items:center;flex-direction:column;color:var(--gray-800);line-height:1}.shareLink .avatar{margin-bottom:.5rem}.chooseUsernamePreview{background:#fcf0e4 url(/static/img/homepage/choose-username.jpg) no-repeat!important;background-size:100%!important}.chooseUsernamePreview span{position:absolute;top:34vw;left:27vw;font-weight:600;font-size:.85rem;color:var(--blue)}@media(min-width:480px){.chooseUsernamePreview span{top:168px;left:128px}}@media(min-width:640px){.chooseUsernamePreview span{top:224px;left:170px}}.feedElement{margin:0;border-radius:1rem;overflow:hidden}.feedBox{box-shadow:inset 0 0 50px rgba(0,0,0,.1)}.welcomeAvatarPreview{width:1.5rem;height:1.5rem;background-position:center;background-size:cover;border-radius:50%;overflow:hidden}.welcomeLinkBox{background-color:var(--white)}.welcomeLinkBox .button{font-size:.75rem;padding:1rem 1.25rem}.welcomeHighlighted{z-index:1000}.welcomeHighlighted:before{content:"";position:absolute;display:block;top:0;right:0;bottom:0;left:0;cursor:pointer}.welcomeHighlightedProfileHeader{z-index:unset}.welcomeHighlightedProfileHeader .container>div{z-index:1}.welcomeTapHere{position:absolute;display:none;width:240px;height:240px;color:#fff;font-size:24px;font-weight:700;z-index:159;text-align:center}.welcomeTapHere img{width:auto;height:100%}.welcomeTapHereSocials{transform:translateY(-190px)}.welcomeTapHereAvatar{transform:translate(-140px,50px)}.welcomeTapHereTheme{transform:translate(-50px,25px)}.welcomeTapHereShare{transform:translate(-175px,-40px)}.welcomeShowXs{display:block;margin-bottom:1rem}@media(min-height:680px){.welcomeShowXs{display:none}}.welcomeCollapse{padding-bottom:1rem}.welcomeSkip{padding:0}.welcomeDone{display:none;position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;z-index:150;background:rgba(0,0,0,.25)}.welcomeDoneInner{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:100%;position:relative;z-index:2;max-width:500px;margin:0 auto}.welcomeDoneInner h2,.welcomeDoneInner p{color:var(--white)}.welcomeDoneInner h2{font-size:2rem}.welcomeDoneInner p{font-size:1.25rem;margin:1rem 0 3rem}@-webkit-keyframes confetti-slow{0%{transform:translate3d(0,0,0) rotateX(0) rotateY(0)}100%{transform:translate3d(25px,105vh,0) rotateX(360deg) rotateY(180deg)}}@keyframes confetti-slow{0%{transform:translate3d(0,0,0) rotateX(0) rotateY(0)}100%{transform:translate3d(25px,105vh,0) rotateX(360deg) rotateY(180deg)}}@-webkit-keyframes confetti-medium{0%{transform:translate3d(0,0,0) rotateX(0) rotateY(0)}100%{transform:translate3d(100px,105vh,0) rotateX(100deg) rotateY(360deg)}}@keyframes confetti-medium{0%{transform:translate3d(0,0,0) rotateX(0) rotateY(0)}100%{transform:translate3d(100px,105vh,0) rotateX(100deg) rotateY(360deg)}}@-webkit-keyframes confetti-fast{0%{transform:translate3d(0,0,0) rotateX(0) rotateY(0)}100%{transform:translate3d(-50px,105vh,0) rotateX(10deg) rotateY(250deg)}}@keyframes confetti-fast{0%{transform:translate3d(0,0,0) rotateX(0) rotateY(0)}100%{transform:translate3d(-50px,105vh,0) rotateX(10deg) rotateY(250deg)}}.confetti-container{perspective:700px;position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0}.confetti{position:absolute;z-index:1;top:-10px;border-radius:0%}.confetti--animation-slow{-webkit-animation:confetti-slow 3s linear 1 forwards;animation:confetti-slow 3s linear 1 forwards}.confetti--animation-medium{-webkit-animation:confetti-medium 2.5s linear 1 forwards;animation:confetti-medium 2.5s linear 1 forwards}.confetti--animation-fast{-webkit-animation:confetti-fast 2s linear 1 forwards;animation:confetti-fast 2s linear 1 forwards}.accessHelpItem{border:1px solid var(--gray-200);border-radius:10px;padding:5px 20px 20px;margin-top:45px;text-align:center}.accessHelpItem p{font-size:.85rem;margin-top:5px;margin-bottom:0}.accessIconHolder{display:inline-block;position:relative;width:50px;height:50px;border-radius:200px;border:1px solid var(--gray-200);background-color:#fff;margin-top:-2rem}.accessIconInner{position:absolute;top:12px;left:11px}.accessIconAvatar{width:50px;height:50px;background-position:center center!important;background-size:cover!important;margin-top:-2rem;border-radius:90px;position:relative;text-align:center;display:inline-block;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2)}.accessIconAvatar .verifytick{position:absolute;bottom:-13px;left:15px;width:20px}@-webkit-keyframes animatedgradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes animatedgradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.accessFeatureAvatar{margin:0 auto 1rem;width:5rem;height:5rem}.accessFeatureImage{z-index:1;position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center center}.accessFeatureVideo{width:100%;height:100vh;-o-object-fit:cover;object-fit:cover}.accessFeatureVideoPause{position:absolute;left:0;right:0;top:0;bottom:30%;display:flex;justify-content:center;align-items:center;color:var(--white);width:100%;outline:none!important}.accessFeatureVideoPause svg{width:6rem;height:6rem;opacity:.85}.eventDetail{text-align:left;margin-top:1rem}.eventDetail p{font-size:.85rem}.eventDetailsLimited{margin-top:1rem;display:flex;align-items:center;flex-direction:column}.eventDetailsLimitedHead{margin:1rem 0;display:flex;align-items:center}.eventDetailsLimitedHead>div{margin-left:.5rem;line-height:1rem}.eventDetailsLimitedDetails{text-align:center;padding:0 1rem}.eventDetailsHeader{font-weight:600;text-transform:uppercase;margin-bottom:0;font-size:.85rem}.eventSellingFast{padding-top:.25rem;margin-bottom:1rem}.eventSellingFast svg{color:var(--yellow);width:1.5rem;height:1.5rem;margin-bottom:0}.eventDate{left:auto;right:1rem}.eventDate .profileElementDateDay{font-size:1.5rem}.eventDate .profileElementDateMonth{background-color:var(--highlightColor)!important}.sponsor{margin-top:1rem}.sponsorBox{border:1px solid var(--gray-200);padding:1rem;border-radius:10px;display:flex;align-items:center}.sponsorLogo{margin-right:1rem;flex:0 1 6rem;text-align:center}.sponsorLogo img{max-height:6rem}.sponsorContent{flex:1}.sponsorContent p:last-child{margin-bottom:0}.themeSelect{height:90px;width:90px;display:flex;justify-content:center;align-items:center;position:relative}.themeSelect input[type=radio]{position:fixed;opacity:0;pointer-events:none}.themeSelect label{display:flex;align-items:center;justify-content:center;height:100%;width:100%;border-radius:.5rem;background-color:var(--gray-200);border:1px solid var(--gray-200);margin:0;padding:.5rem;text-align:center}.themeSelect input:checked+label{box-shadow:inset 0 0 0 4px rgba(0,0,0,.5)}.themeSelect .filepond--panel-root{border-radius:.5rem!important}.themeSelect .filepond--drop-label.filepond--drop-label label{display:flex;justify-content:center;align-items:center}.themeColorSelect{height:60px;width:60px}.themePreview{height:3.75rem;width:12rem;margin-bottom:.5rem;overflow:hidden}.themePreview svg{width:100%;height:100%}.themePreview svg path{fill:var(--white)}.themePreview label{display:flex;padding:.5rem;background-color:var(--white);border:none;text-align:left}.themePreviewImage{flex:0 0 2.75rem;height:2.75rem;border-radius:.25rem;padding:.5rem}.themePreviewTitle{flex:1;padding:.5rem 1rem;line-height:1.1;font-size:.9;font-weight:500}#themeIframe{width:100%;height:100vh}.themeColorIcon{width:1.5rem;height:1.5rem;border-radius:99rem;border:1px solid var(--gray-200)}.themePreviewIcon{width:1.5rem;height:1.5rem;border-radius:.25rem;border:1px solid var(--gray-200);padding:.125rem;display:flex;justify-content:center;align-items:center}.themePreviewIcon svg{width:1.25rem;height:1.25rem}.themePreviewIcon .avatar-style{width:100%;height:100%}.themePreviewIcon .button-style{padding:0;width:100%;height:.5rem}.animationPreview{width:2rem;height:1.5rem;background-color:var(--gray-200);border-radius:.25rem;cursor:pointer}.profilePreviewOverlay{position:fixed;top:0;bottom:0;left:0;right:0;width:100%;background-color:transparent;z-index:999}.statHeader{color:#fff;margin-bottom:0;font-size:.85rem}.statNone{padding:4rem;text-align:center}.stat{padding:1.5rem 1rem;color:#fff;font-weight:600;border-radius:.75rem;margin-bottom:1rem;text-align:center;font-size:2rem;box-shadow:rgba(0,0,0,.04) 2px 2px 2px 0}.statCard{padding:1rem}.statCardItem{margin-top:-24px}@media(min-width:1001px){.statCard{height:350px;overflow-y:auto}.statCard .statLoading{display:flex;align-items:center;justify-content:center;height:100%}.statCardItem{margin-top:-26px}}.statView{border-bottom:2px solid #a210ff}.statClick{border-bottom:2px solid var(--primary)}.statCtr{border-bottom:2px solid #49ae26}.statFollowers{border-bottom:2px solid #002bff}.statsChartLoading{height:300px;display:flex;align-items:center;justify-content:center}.statsChartBody{position:relative;height:300px;border-bottom:1px solid var(--gray-200)}@media(min-width:1001px){.statsChartBody{padding:0 1.5rem}}.statsChart{display:none;width:100%}.statDatamap{position:relative}.statDatamap .statLoading{display:flex;align-items:center;justify-content:center;height:300px}.statDatamap .hoverinfo{color:var(--gray-900)}.statLoading{padding:4rem 0;text-align:center}.statLoading .bspinner{width:3rem;height:3rem;display:inline-block}.import-card{text-align:left}.import-item{display:flex;align-items:center;margin-bottom:15px}.import-item .textbox-label{font-size:.875rem;margin-bottom:0}.import-item .lightswitch{margin-left:15px}.import-exists{margin-left:15px;font-size:.6rem;font-weight:500;color:var(--green);text-align:center;width:40px}.import-details{overflow:hidden;width:100%}.import-details.ignore{opacity:.5}.import-url{color:var(--gray-900);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:500}.import-thumb{background-size:cover;background-position:center center;width:2rem;height:2rem;border-radius:10px;flex-shrink:0;margin-right:.5rem}.button-style{display:inline-block;padding:1rem 2rem;background-color:#999;color:#fff}.button-style-sharp{border-radius:0}.button-style-rounded{border-radius:10px}.button-style-pill{border-radius:3rem}.button-style-3d{transition:all .15s linear 0s;position:relative;box-shadow:-6px 6px 0 #666;text-decoration:none}.button-style-3d::after{transition:all .15s linear 0s;content:"";position:absolute;top:2px;left:-4px;width:8px;height:8px;background-color:#666;transform:rotate(45deg);z-index:-1}.button-style-3d::before{transition:all .15s linear 0s;content:"";position:absolute;bottom:-4px;right:2px;width:8px;height:8px;background-color:#666;transform:rotate(45deg);z-index:-1}a.button-style-3d:hover{transition:all .15s linear 0s;top:3px;left:-3px;box-shadow:-3px 3px 0 #666}a.button-style-3d:hover::after{top:1px;left:-2px;width:4px;height:4px}a.button-style-3d:hover::before{bottom:-2px;right:1px;width:4px;height:4px}.button-style-3d:active{top:6px;left:-6px;box-shadow:none}.button-style-3d:active:before{bottom:1px;right:1px}.button-style-3d:active:after{top:1px;left:1px}.button-style-draw-border{box-shadow:inset 0 0 0 4px #999;color:#666;transition:color .25s .0833333333s;position:relative;background:0 0;border:none}.button-style-draw-border::before,.button-style-draw-border::after{border:0 solid transparent;content:"";pointer-events:none;position:absolute;width:0;height:0;bottom:0;right:0}.button-style-draw-border::before{border-bottom-width:4px;border-left-width:4px}.button-style-draw-border::after{border-top-width:4px;border-right-width:4px}a.button-style-draw-border:hover::before,a.button-style-draw-border:hover::after{border-color:#aaa;transition:border-color 0s,width .25s,height .25s;width:100%;height:100%}.button-style-draw-border::before{transition-delay:0s,0s,.25s}.button-style-draw-border::after{transition-delay:0s,.25s,0s}.button-style-draw-border:focus{outline:2px dotted #aaa}.button-style-fade-out{transition:all .5s;position:relative;background:0 0}.button-style-fade-out::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:#999;transition:all .3s}a.button-style-fade-out:hover::before{opacity:0;transform:scale(.5,.5);background:0 0}.button-style-fade-out::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0;transition:all .3s;box-shadow:inset 0 0 0 1px #999;transform:scale(1.2,1.2)}a.button-style-fade-out:hover::after{opacity:1;transform:scale(1,1)}.button-style-retro{border:2px solid #999;transition:all .15s ease-out;position:relative;background:0 0}a.button-style-retro:hover{opacity:1;filter:brightness(100%)}.button-style-retro::before{content:"";position:absolute;top:7px;left:7px;width:100%;height:100%;background-color:rgba(0,0,0,.1);z-index:-1;transition:all .15s ease-out}a.button-style-retro:hover::before{background-color:rgba(0,0,0,.2);opacity:1;top:0;left:0}.button-style-glow{border:none;outline:none;position:relative;z-index:0;border-radius:10px}.button-style-glow:before{content:"";background:linear-gradient(45deg,#ff0000,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,#ff0000);position:absolute;top:-2px;left:-2px;background-size:400%;z-index:-1;filter:blur(5px);width:calc(100% + 4px);height:calc(100% + 4px);-webkit-animation:glowing 20s linear infinite;animation:glowing 20s linear infinite;opacity:0;transition:opacity .3s ease-in-out;border-radius:10px}.button-style-glow:active{color:#000}.button-style-glow:active:after{background:0 0}a.button-style-glow:hover:before{opacity:1}.button-style-glow:after{z-index:-1;content:"";position:absolute;width:100%;height:100%;left:0;top:0;border-radius:10px}@-webkit-keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}100%{background-position:0 0}}@keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}100%{background-position:0 0}}.button-style-thin{transition:all .3s;position:relative;background:0 0}.button-style-thin::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:0;transition:all .3s;border-top-width:1px;border-bottom-width:1px;border-top-style:solid;border-bottom-style:solid;border-top-color:#a7a2a2;border-bottom-color:#999;transform:scale(.1,1)}a.button-style-thin:hover{letter-spacing:2px}a.button-style-thin:hover::before{opacity:1;transform:scale(1,1)}.button-style-thin::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:-1;transition:all .3s;background-color:#999}a.button-style-thin:hover::after{opacity:0;transform:scale(.1,1)}.button-style-bubble{border:3px solid #999;color:#666;background-color:var(--gray-300);border-radius:.5rem;transition-duration:.1s;transition-timing-function:ease-in-out}.button-style-shift{transition:.3s}.button-style-shift::before,.button-style-shift::after{content:"";position:absolute;width:inherit;height:inherit;top:0;left:0;transition:.3s}.button-style-shift::before{background-color:#fff;z-index:-1;box-shadow:.2rem .2rem .5rem rgba(0,0,0,.2)}.button-style-shift::after{background-color:#666;transform:translate(1.5rem,1.5rem);z-index:-2}.button-style-shift:hover{transform:translate(1.5rem,1.5rem);color:#fff}.button-style-shift:hover::before{background-color:#daa520}.button-style-shift:hover::after{background-color:#fff;transform:translate(-1.5rem,-1.5rem)}.button-style-push-me{transition:all .15s linear 0s;position:relative;display:inline-block;background-color:#999;box-shadow:-6px 6px 0 #666;text-decoration:none;transform-style:preserve-3d;border-radius:0;filter:none!important;-webkit-filter:none!important;opacity:1!important;overflow:initial!important}.button-style-push-me:hover{transform:translate(-3px,3px);box-shadow:-3px 3px 0 #666}.button-style-push-me:hover::after{top:1px;left:-2px;width:4px;height:4px}.button-style-push-me:hover::before{bottom:-2px;right:1px;width:4px;height:4px}.button-style-push-me:active{transform:translate(-6px,6px);box-shadow:none}.button-style-push-me:active:before{bottom:1px;right:1px}.button-style-push-me:active:after{top:1px;left:1px}.button-style-push-me::after{transition:all .15s linear 0s;content:"";position:absolute;top:2px;left:-4px;width:8px;height:8px;background-color:#666;transform:translateZ(-1px) rotate(45deg);z-index:-1}.button-style-push-me::before{transition:all .15s linear 0s;content:"";position:absolute;bottom:-4px;right:2px;width:8px;height:8px;background-color:#666;transform:translateZ(-1px) rotate(45deg);z-index:-1}.button-style-slanted{transform:skewX(-20deg);background-color:#999}.avatar-style{display:inline-block;height:75px;width:75px;text-align:center;background-color:#999;color:#fff;display:flex;justify-content:center;align-items:center}.avatar-style-round{border-radius:50%}.avatar-style-rounded{border-radius:10%}.avatar-style-square{border-radius:0}.avatar-style-hidden{border-radius:0%;background-color:var(--gray-200);color:#333}.welcomeGuideCard{background-color:var(--yellow);margin-bottom:.5rem}.welcomeGuideCard .modalClose{top:1.5rem;display:block;background-color:rgba(0,0,0,.5);color:var(--white)}.welcomeGuideCard .cardBody{padding:1rem 1.5rem}.welcomeGuideCard svg{width:3rem;margin-right:1rem}.welcomeSkip{color:var(--gray-500);text-decoration:underline;font-size:.9rem}.profileHeaderBlock{text-align:center;padding:1rem 0;font-weight:700}.profileHeaderBlock p{font-weight:600;text-align:center}.profileFooter{height:10rem;position:absolute;background:linear-gradient(to top,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);bottom:0;left:0;right:0}.poweredBy{position:absolute;bottom:0;width:100%;text-align:center}.poweredBy a{color:var(--white);font-weight:400;font-size:.85rem}.poweredByRegister{font-weight:500;text-decoration:underline}.poweredByLogo svg{width:10rem}.profileElementList>:last-child{border-bottom:none}.profileElementListItem{border-bottom:1px solid rgba(0,0,0,.1);min-height:3rem;padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.profileElementListItem h2{text-align:left!important}.profileElementListItem img{margin-right:.75rem;width:2rem;height:2rem;border-radius:.75rem}.blockquote{font-size:2rem;position:relative;margin-bottom:.5rem}.blockquote p{color:var(--gray-900);font-size:2rem}.blockquote:before{position:absolute;color:var(--gray-900);opacity:.25;content:open-quote;font-size:6rem;top:-2rem;left:-1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{text-align:center}.blockquote-footer::before{content:"— "}.profileFooterBlock{text-align:center;margin-top:3rem}.backgroundVideo{position:fixed;right:0;top:0;height:100vh;width:100%;-o-object-fit:cover;object-fit:cover;left:0}.fixedProfileHeader{position:fixed;top:0;transition:background-color .5s ease,opacity .5s ease}.fixedProfileHeader h3{color:var(--white)}.fixedProfileHeader .showOnScroll{display:none}.fixedProfileHeader.scrolled{position:fixed!important;background-color:rgba(0,0,0,.85);opacity:1!important;visibility:visible!important}.fixedProfileHeader.scrolled .profileLogo>div{transform:translateY(-3rem)}.fixedProfileHeader.scrolled .hideOnScroll{display:none}.fixedProfileHeader.scrolled .showOnScroll{display:block}.profileLogo{height:3rem;overflow:hidden;flex:1 0}.profileLogo>div{transition:transform .125s ease}.profileHeaderLogo{position:relative;width:3rem;height:3rem;background:0 0;padding:0}#profile_small_header .profileHeader{text-align:left;padding-left:5.5rem;padding-top:.5rem}#profile_small_header .profileHeaderAvatar{width:5rem;height:5rem;margin:0;position:absolute;left:0;top:0}.inbox{min-height:var(--vh);background-color:var(--white)}@media(min-width:1024px){.inbox{background-color:var(--gray-100)}}.inboxHeader{position:sticky;top:0;padding:1.5rem;z-index:1;border-bottom:1px solid var(--gray-100);background-color:var(--white)}.inboxHeaderBack{color:var(--gray-500);margin-right:.5rem}.inboxHeaderBack svg{width:2.5rem;height:2.5rem}.completeReciever{color:var(--green)!important;font-weight:700!important}.inboxHeaderInner{display:flex;align-items:center}.inboxMessageAttachmentPreview{margin-bottom:.3rem}.inboxSend{position:sticky;bottom:0;padding:1rem;background:rgba(255,255,255,.75);z-index:10;width:100%}.emoji{width:1.25rem;height:1.25rem}.inboxSendMessage{position:relative;flex:1}.inboxSendMessageText{border-radius:1.5rem;border:1px solid var(--gray-400);width:100%;padding:.75rem 1.25rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--gray-800);background-color:var(--white);background-clip:padding-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;resize:none;vertical-align:top;height:3rem}.inboxSendMessageText:focus{outline:0;box-shadow:0}.inboxSendBar{margin-top:.5rem;display:flex;align-items:center}.inboxSendBar .filepond--root .filepond--drop-label{min-height:auto}.inboxSendMessageButton{margin-left:.5rem;position:absolute;bottom:.5rem;right:.5rem;color:var(--white)}.inboxSendMessageButton.active{background:var(--primary)}.inboxSendAttachment{margin:.5rem 0;display:none;flex:1}.inboxSendAttachment .filepond--root{margin:0}.inboxSendAttachmentButton{flex:0 0;margin-right:1rem}.inboxInitialHeader{margin:-1rem -1rem 1rem;border-top-left-radius:.75rem;border-top-right-radius:.75rem;border:1px solid var(--primary);padding:2rem 1rem;background-color:var(--white);text-align:center;color:var(--gray-500);font-size:.85rem}.inboxInitialHeader h3{color:var(--primary);font-size:1.75rem;margin:0}.inboxInitialFooter{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem;background-color:var(--black)}.inboxInitialDetail{display:flex;align-items:center;margin-bottom:.5rem}.inboxInitialDetail svg{margin-right:.5rem}.inboxInitialDetail h4{margin:0}.inboxReceiverMessage,.inboxSenderMessage,.inboxInitialMessage{margin-bottom:1rem}.inboxContent{padding:1rem;border-radius:.75rem;display:inline-block;max-width:100%;text-align:left;word-break:break-word}@media(min-width:480px){.inboxContent{max-width:400px}}.inboxContent p{overflow-wrap:anywhere}.inboxContent p:last-child{margin-bottom:0}.inboxMessageAttachmentPreview video{border-radius:10px 10px 0 0;margin-bottom:30px}.videoAttatchment{margin:-16px;border-radius:10px 10px 0 0}.inboxReceiverMessage{position:relative;text-align:left;color:var(--black)}.inboxReceiverMessage .inboxContent{background-color:var(--gray-100)}.inboxReceiverMessage .inboxContent p,.inboxReceiverMessage .inboxContent h2,.inboxReceiverMessage .inboxContent h4{color:var(--black)}.inboxReceiverMessage .inboxContent a:not(.button){color:var(--gray-900)}.inboxReceiverMessage .inboxInitialHeader{border:1px solid var(--gray-100)}.inboxSenderMessage{position:relative;text-align:right;color:var(--white)}.inboxSenderMessage .inboxContent{background-color:var(--primary)}.inboxSenderMessage .inboxContent p,.inboxSenderMessage .inboxContent h2,.inboxSenderMessage .inboxContent h4{color:var(--white)}.inboxSenderMessage .inboxContent a:not(.button){color:var(--gray-200)}.inboxSenderMessage .inboxInitialHeader{border:1px solid var(--primary)}.inboxSenderMessageLoading{display:none}.inboxSenderMessageLoading .inboxSenderContent{padding:1rem 1.5rem}.inboxSenderMessageLoading .bspinner{display:inline-block}.inboxInfo{font-size:.85rem;color:var(--gray-500);margin:0;margin-top:.2rem;display:block}.inboxInfo p{color:var(--gray-500)}.inboxInfo a{color:var(--gray-600)}.inboxConversation{padding:1rem;min-height:calc(var(--vh) - 14rem)}.inboxView{height:100%;position:relative;background-color:var(--white)}.inboxViewConvoList{max-height:var(--vh);margin-bottom:0;overflow-y:auto;position:sticky;top:0}.inboxButton{margin:1rem -1rem -1rem;border-radius:0 0 .75rem .75rem;overflow:hidden}.inboxButton .button{border-radius:0}.inboxUpload{margin:1rem -1rem -1rem;border-radius:0 0 .75rem .75rem;background-color:var(--black);overflow:hidden}.inboxUpload .filepond--root .filepond--drop-label{min-height:3.5rem}.inboxUpload .filepond--root .filepond--drop-label label{color:var(--white);font-weight:600}.inboxExplore{min-height:calc(var(--vh) - 6rem);display:flex;justify-content:center;align-items:center;flex-direction:column;position:sticky;top:0}#inboxMenu .listItemIcon{stroke:none!important}.bulletinMessageStats{margin-bottom:1rem;display:flex;align-items:center;font-size:.85rem}.bulletinMessageStats .bspinner{width:1rem;height:1rem;margin-right:.5rem}.systemMessageAvatar{color:var(--gray-700)}.systemMessageAvatar svg{width:1.3rem;display:inline-block;margin-bottom:2px}.inboxSystemContainer .inboxContent{background-color:var(--gray-100);width:100%;max-width:none!important}.systemInfo{text-align:center;margin-bottom:1rem;margin-top:-.8rem}.bulletinProgress{font-weight:500;color:var(--yellow)}.inboxSystemMessage{text-align:center;padding:1.25rem;border-top:2px solid var(--gray-300);border-bottom:2px solid var(--gray-300);margin:1rem 0}.inboxSystemMessage p{margin-bottom:0;font-size:1.25rem}.bulletinComplete{font-weight:500;color:var(--green)}#bulletinItem .profileElement{background-color:var(--gray-100)}.bulletinContent{padding:1rem;border-radius:.75rem;max-width:100%;text-align:left;word-break:break-word;background-color:var(--gray-100);margin-bottom:1rem}.bulletinContent p{overflow-wrap:anywhere}.bulletinContent p:last-child{margin-bottom:0}.inboxReviewStars{margin:0 auto}.inboxReviewStars:not(:checked)>input{position:absolute;left:-9999px;clip:rect(0,0,0,0)}.inboxReviewStars:not(:checked)>label{float:right;width:1.2em;padding:0 .1em;overflow:hidden;white-space:nowrap;cursor:pointer;font-size:200%;line-height:1.2;color:var(--gray-200)}.inboxReviewStars:not(:checked)>label:before{content:"★ "}.inboxReviewStars>input:checked~label{color:var(--pink)}.inboxReviewStars:not(:checked)>label:hover,.inboxReviewStars:not(:checked)>label:hover~label{color:var(--pink)}.inboxReviewStars>input:checked+label:hover,.inboxReviewStars>input:checked+label:hover~label,.inboxReviewStars>input:checked~label:hover,.inboxReviewStars>input:checked~label:hover~label,.inboxReviewStars>label:hover~input:checked~label{color:var(--pink)}.inboxReviewStars>label:active{position:relative;top:1px;left:1px}.inboxUnreadPoint{width:.75rem;height:.75rem;background-color:var(--pink);border-radius:99rem;display:block;flex:0 0 auto;margin:.75rem .75rem .75rem .25rem}.appStoreScreenshot{width:240px;background-color:var(--gray-200);border-radius:2rem;overflow:hidden}.appStoreScreenshot img{-o-object-fit:cover;object-fit:cover;width:240px;height:480px}.appStoreIcon{border-radius:1.5rem;background-color:var(--gray-100);display:block;box-shadow:rgba(0,0,0,.06) 2px 2px 2px 0;overflow:hidden}.appStoreHeader{display:flex;align-items:center;padding:1rem 0 2rem}.appStoreHeader .appStoreIcon{flex:0 0 7rem;margin-right:1.5rem}.appStoreItem{border-bottom:1px solid var(--gray-200);padding:1rem 0}.appStoreItem:first-child{border-top:1px solid var(--gray-200)}.appStoreItem h4{margin-bottom:.25rem}.appStoreItem h5{margin:0}.appIcon{border-radius:20%;background-color:var(--gray-100)}.appOverlay{position:fixed;z-index:110;top:0;left:0;right:0;bottom:0;width:100%;background-color:rgba(0,0,0,.5);pointer-events:none;display:none}.appHasInstalled{background:var(--white);position:relative;z-index:111}.setupBack{color:var(--primary);display:flex;align-items:center;padding-top:.25rem}.setupBack svg{margin-right:.25rem;margin-bottom:0;width:1.5rem;height:1.5rem}.setupHeaderIcon{margin:2.5rem auto 1rem}.setupHeaderIcon svg{width:4rem;height:4rem}.setupDonationsIcon{border-radius:50%;background:var(--primary);padding:.75rem;display:inline-block}.setupChallengesIcon{border-radius:50%;color:var(--orange);background:var(--gray-200);padding:.75rem;display:inline-block}.setupDonationsDoneCheckIcon{color:var(--green);padding:.75rem;display:inline-block}.setupDonationsDoneCheckIcon svg{width:6rem;height:6rem}.setupDonationsDoneIcon{position:relative}.setupDonationsDoneIcon .setupDonationsIcon{position:absolute;top:1rem;left:50%;transform:translateX(-50%);opacity:0}.setupBody{padding:3rem 2.5rem;font-size:.85rem}.setupBody.modalFooter{padding:2.5rem}.setupBody p{font-size:.85rem}.setupItem{display:flex;margin:2rem 0;align-items:center}.setupItemText{margin-left:1.25rem}.setupItemText h3{margin-bottom:.25rem;font-size:.85rem}.setupItemText p{color:var(--gray-600);font-size:.85rem;margin-bottom:0}.setupItemIcon svg{width:3.5rem;height:3.5rem}.setupInput{display:block;width:100%;padding:1rem;background:var(--gray-200);color:var(--primary);margin-bottom:1rem;border-radius:.5rem;text-align:center;font-weight:500;outline:none}.setupInput::-moz-placeholder{color:var(--gray-500)}.setupInput:-ms-input-placeholder{color:var(--gray-500)}.setupInput::placeholder{color:var(--gray-500)}.setupVideoAdded svg{width:2rem;height:2rem}.setupVideoAdded p{font-size:1.25rem;font-weight:500;margin-bottom:.5rem}.setupSuccess{color:var(--green);border-color:var(--green)}.setupPoweredStripe{margin:2rem auto 1rem;width:8rem;display:block}.setupDonationsImage{display:block;margin:0 auto 2rem;width:60%;height:auto}.homepage{background:var(--yellow)}.homepage .footer{padding-top:8rem}.requiredListItem{display:none}.homepageHero{position:relative;overflow:hidden}@media(min-width:1024px){.homepageHero .containerLg{padding:4rem 0 6rem}}.homepageHero .column{z-index:1;margin-bottom:1rem}.homepageHero h1{font-size:3rem;text-align:center}@media(min-width:1024px){.homepageHero h1{font-size:4rem;text-align:left}}.homepageHero .subtitle{text-align:center}@media(min-width:1024px){.homepageHero .subtitle{text-align:left}}.heroImage{position:absolute;right:-10%;top:0;width:70%}.homepageHero ul,.homepageSubHero ul{font-size:1.25rem;margin-bottom:1rem;list-style:disc inside}.homepageSubHero h2{font-size:2.5rem;text-align:center}@media(min-width:1024px){.homepageSubHero h2{font-size:3rem;text-align:left}}.homepageSubHero h3{font-size:1.5rem;line-height:2rem;text-align:center}@media(min-width:1024px){.homepageSubHero h3{text-align:left}}.homepageSubHero .column{margin-bottom:2rem}.homepageCards{margin-bottom:-14rem}.homepageCard{border-radius:2rem}.homepageCard .cardBody{padding:2rem 3rem}.homepageCard h2{font-size:2rem}.homepageCardSquare{overflow:hidden}@media(min-width:1024px){.homepageCardSquare{height:28rem}}.homepageCardSquare .cardBody{height:18rem;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}@media(min-width:1024px){.homepageCardSquare .cardBody{height:28rem}}.homepageCardSquare .column{margin-bottom:1rem}.homepageCardLong .cardBody{display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center}@media(min-width:1024px){.homepageCardLong .cardBody{justify-content:space-between;flex-direction:row;text-align:left}}@media(min-width:768px){.rowReverse{flex-direction:row-reverse}}#bbtvLandingPage .subhero{padding:3rem 0}#bbtvLandingPage .homeExample{margin-top:3rem}.bbtv-main-list{list-style:disc;margin-bottom:2rem;text-align:center}.bbtv-main-list li{font-size:1.25rem;font-weight:600;color:#192631;text-align:center;list-style-position:inside}.bbtv-benefits-list li{font-size:1.4rem;text-align:left;margin-bottom:.5rem}.bbtv-benefit{margin:2rem 0;padding:.5rem 1rem}.bbtv-benefit h3{font-size:1.5rem}.bbtv-benefit span{font-size:1rem}.bbtv-benefit-icon{height:16rem;width:16rem;border:5px solid #ff0d4d;margin:0 auto;border-radius:50%;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;color:#192631}.bbtv-benefit-icon svg{height:7rem;width:7rem}.bbtv-box{border:2px solid #2d323f;border-radius:1rem;text-align:left;padding:3rem;min-height:14rem}.bbtv-box h2{color:#192631;font-weight:600;margin-bottom:3rem;font-size:1.75rem}.bbtv-box-primary{border-color:#ff0d4d}#bbtvLandingPage .button+.button{margin-left:.5rem}.bbtv-breakdown ul{margin-bottom:3rem}.bbtv-breakdown li{display:block;text-align:left;padding:1.25rem 3rem 1.25rem 0;border-bottom:1px solid var(--gray-200);color:#111;font-size:1.1rem;position:relative}.bbtv-breakdown li a{color:#ff0d4d}.bbtv-breakdown li small{font-weight:600}.bbtv-breakdown h3{text-transform:uppercase;text-align:left;border-bottom:2px solid #ff0d4d;color:#ff0d4d;font-size:1.2rem;padding-bottom:1rem;margin-bottom:0}.bbtv-breakdown svg{position:absolute;right:0;top:1rem;width:2rem;height:2rem;stroke:#ff0d4d}.bbtv-breakdown-green h3{color:#53d791;border-color:#53d791}.bbtv-breakdown-green svg{stroke:#53d791}.bbtv-breakdown-purple h3{color:#c576df;border-color:#c576df}.bbtv-breakdown-purple svg{stroke:#c576df}#bbtvLandingPage .badge{border-radius:2rem;background:#ff0d4d;background:linear-gradient(128deg,#ff0d4d 0%,#f2007f 100%);color:#fff;padding:.1rem .75rem;font-size:.85rem;font-weight:600}#bbtvLandingPage .hero h1{color:#192631;background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:unset}.bbtv-iframe{width:100%;height:calc(100vh - 6rem)}@media(max-width:1000px){.bbtv-benefit{display:flex;align-items:center;text-align:left;max-width:480px;margin:0 auto}.bbtv-benefit-icon{flex-shrink:0;flex-basis:8rem;margin-right:1.5rem;height:8rem;width:8rem}.bbtv-benefit-icon svg{width:5rem;height:5rem}.bbtv-benefit-content{flex-grow:1}#bbtvLandingPage .button+.button{margin-left:0;margin-top:.5rem}.bbtv-box{padding:1.5rem}.bbtv-box h2{margin-bottom:2rem}}.homeBox{margin-top:25px;border:1px solid #000;border-radius:12px;padding:25px;text-align:center;padding-left:50px;height:600px;padding-right:50px;overflow:hidden}.homeBox h2{font-weight:600!important;text-align:left}.subhero h2{font-size:1.4rem;font-weight:400;line-height:1.2;margin-bottom:1.5rem}.hero h1{font-size:3.5rem;font-weight:800;background:-webkit-linear-gradient(180deg,#ea3caf,#ec5745);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:5px}.hero h2{font-size:1.5rem;font-weight:400}.buttonnewhomeBox{margin:1rem 0}.buttonnewhome{font-size:1.4rem;font-weight:500;padding-top:10px;padding-bottom:10px}@media(max-width:1000px){.hero h1{font-size:2.4rem!important}.buttonnewhome{font-size:1rem}.buttonnewhomeBox{padding-left:30px;padding-right:30px}}.hero{background-color:#fff;overflow:hidden;padding-top:30px;padding-bottom:30px;text-align:center}.hero img{width:100%}.subhero{text-align:center;background-color:#fff}.subheroImage{width:80%;margin-top:20px;text-align:center}.subhero h1{font-size:3.5rem;font-weight:800;margin-bottom:5px}.hero a{color:#fff;border-bottom:1px solid rgba(255,255,255,.5)}.learnmorelink{text-align:center;color:#000;margin-top:55px;font-weight:600;font-size:20px}.learnmorelinkab{position:absolute;bottom:25px;right:50px}.alwaysfree{border:1px solid #000;border-radius:50px;padding-left:25px;padding-right:25px;padding-top:8px;padding-bottom:8px;color:#000;display:inline-block}@media(max-width:1000px){.alwaysfree{font-size:12px}}.homepageBanner{display:block;margin-bottom:2rem}.homepageBanner .card{overflow:hidden;background:#fbefe3;position:relative;margin-bottom:0;height:550px;max-height:120vw;box-shadow:none}.homepageBannerImage{width:100%;height:100%;display:block;background-size:contain;background-position:center center;background-repeat:no-repeat;overflow:hidden;background-image:url(https://www.direct.me/static/img/homepage/mobile-hero.jpg)}@media(min-width:1024px){.homepageBannerImage{background-image:url(https://www.direct.me/static/img/homepage/desktop-hero.jpg)}}.homepageBannerContent{position:absolute;bottom:0;left:0;right:0;padding:1rem;display:flex;align-items:center;justify-content:space-between;width:100%;color:var(--white);font-weight:600;background-color:rgba(0,0,0,.25);border-radius:0 0 .75rem .75rem;-webkit-backdrop-filter:saturate(180%) blur(2rem);backdrop-filter:saturate(180%) blur(2rem)}.homepageBannerContent h1,.homepageBannerContent p{color:var(--white);margin:0}.exploreHomepageContent{background-color:rgba(0,0,0,.85)}@supports((-webkit-backdrop-filter:blur(2rem)) or (backdrop-filter:blur(2rem))){.exploreHomepageContent{background-color:rgba(0,0,0,.25)}}.challengeBody{padding:3rem 2.5rem;font-size:.85rem}.challengeBody p{font-size:.85rem}.challengeHeaderLogo{margin:1rem auto .5rem}.challengeHeaderLogo img{width:5rem;height:5rem;border-radius:50%}.challengeHeaderLogo .challengeLabel{display:inline-block;min-width:5rem;position:relative;top:-.75rem;margin:0 auto}.challengeLabel{display:inline-block;border-radius:4rem;padding:.15rem .5rem;font-weight:500}.challengeLabelNew{border:2px solid var(--primary);background:var(--white);color:var(--primary)}.challengeLabelActive{border:2px solid var(--green);background:var(--green);color:var(--white)}.challengeInfoItem{display:flex;margin:2rem 0;align-items:start}.challengeInfoItemIcon svg{width:3.5rem;height:3.5rem}.challengeInfoItemText{margin-left:1.25rem}.challengeInfoItemText h3{margin-bottom:.25rem;font-size:.85rem}.challengeInfoItemText p{color:var(--gray-600);font-size:.85rem;margin-bottom:1rem;position:relative}.challengeInfoItemText p:last-child{margin-bottom:0}.challengeInfoItemText p:not(:first-child):before{content:"";display:block;border-radius:50%;width:.5rem;height:.5rem;position:absolute;left:-3.15rem;top:.5rem}.challengeInstructions .challengeInfoItemIcon{color:var(--redNew)}.challengeInstructions .challengeInfoItemText p:not(:first-child):before{background:var(--redNew)}.challengePromote .challengeInfoItemIcon{color:var(--green)}.challengePromote .challengeInfoItemText p:not(:first-child):before{background:var(--green)}.challengeDetails .challengeInfoItemIcon{color:var(--blue)}.challengeDetails .challengeInfoItemText p:not(:first-child):before{background:var(--blue)}.challengeNote{border-radius:1rem;background:var(--gray-200);padding:1rem 2rem;margin-bottom:1rem;text-align:center}.challengesRewardsProgress{margin-top:1rem;text-align:center;border-radius:3rem;overflow:hidden;color:#fff;font-weight:600;position:relative;padding:.75rem;background:var(--gray-200)}.challengesRewardsProgressTrack{background:var(--green);position:absolute;top:0;left:0;bottom:0}.challengeRewards{margin-top:1rem;display:flex;text-align:center;position:relative;color:var(--gray-600)}.challengeRewardsTracker{background:var(--gray-200);padding:.75rem;border-radius:3rem;position:absolute;top:0;left:0;right:0}.challengeRewardsItem{flex-grow:1}.challengeRewardsItem:not(.challengeRewardsItemStart) .challengeRewardsItemTrack:before{display:block;content:"";width:calc(50% + 3px);border:2px solid var(--gray-100);border-left:0;border-radius:0 3rem 3rem 0;position:absolute;left:0;top:-2px;bottom:-2px}.challengeCard .challengeRewardsItem:not(.challengeRewardsItemStart) .challengeRewardsItemTrack:before{border-color:var(--white)}.challengeRewardsItem.active .challengeRewardsItemTrack{background:var(--green);color:#fff;font-weight:600;border-radius:0 3rem 3rem 0}.challengeRewardsItem.active .challengeRewardsItemTrack:before{background:var(--green);border:0;border-radius:0;left:-2rem;top:0;bottom:0;width:4rem}.challengeRewardsItem.active .challengeRewardsItemTrack span{background:0 0}.challengeRewardsItem.active.challengeRewardsItemStart .challengeRewardsItemTrack{border-radius:3rem}.challengeRewardsItem.active .challengeRewardsItemReward{color:var(--black)}.challengeRewardsItemTrack{padding:.75rem 0;position:relative}.challengeRewardsItemTrack span{display:inline-block;position:relative;z-index:2;background:var(--gray-200);min-width:1rem}.challengeRewardsItemReward{padding:.5rem 0;font-weight:600}.challengeImageFeature{position:relative;border-radius:1rem;overflow:hidden}.challengeImageFeatureDetail{position:absolute;bottom:0;width:100%;background:linear-gradient(0deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);padding:3rem 1rem 1rem;display:flex;align-items:center}.challengeImageFeatureDetail .avatar{width:2rem;height:2rem}.challengeImageFeatureDetail .button{padding:.25rem 1.25rem;text-transform:uppercase}.challengeImageFeatureDetailText{font-weight:600;font-size:.85rem;color:var(--white);flex-grow:1;margin:0 2rem 0 .5rem}.challengeCard{overflow:hidden;cursor:pointer}.challengeCardBody{padding:1.25rem}.challengeCardDetails{display:flex;align-items:center;padding:1.25rem}.challengeCardDetailsLogo{width:3rem;height:3rem;border-radius:.75rem}.challengeCardDetailsTitle{flex-grow:1;margin:0 2rem 0 .5rem;line-height:1.25}.challengeCardDetailsTitle strong{font-weight:600}.challengeProgressBar{height:2px;background:var(--gray-200)}.challengeProgressBar div{height:2px;background:var(--green)}.challengeProgress{display:flex;align-items:center;margin-bottom:1.25rem;font-weight:600;justify-content:space-between}.challengeActionIcon svg{width:8rem;height:8rem}.appItemLoading{height:70px;display:flex;justify-content:center;align-items:center}.appItemLoading .buttonSpinner{width:2rem;height:2rem}.appItemContent{padding:0 1rem 1rem}.appItemProduct{display:block;width:10rem}.appItemImage{margin-bottom:.5rem;border-radius:var(--borderRadius)}.appItemTitle{display:block;text-align:center;line-height:1.1;margin-bottom:.25rem;font-weight:600}.appItemPrice{display:block;text-align:center}.appPatreonLevel{border:2px solid var(--highlightColor);border-radius:var(--borderRadius);padding:1rem;position:relative;height:18rem;width:16rem;overflow:hidden}.appPatreonPrice{font-size:1.5rem;font-weight:500;text-align:center;margin-bottom:.25rem}.appPatreonDescription{font-size:.75rem}@media(max-width:640px){.appPatreonDescription{font-size:.85rem}}.appPatreonDescription ul{list-style-type:disc;padding-left:1rem}.appPatreonDescription ul ul{list-style-type:circle}.appPatreonDescription li{margin:.25rem 0}.appPatreonJoin{position:absolute;background-color:var(--buttonColor);bottom:0;left:0;padding:.75rem;width:100%;box-shadow:rgba(0,0,0,.1) 0 -6px 6px 0}.appDiscordLoading{height:70px;display:flex;justify-content:center;align-items:center}.appDiscordLoading .buttonSpinner{width:2rem;height:2rem}.appDiscord{width:100%}.appSocialStats{text-align:center;padding-top:1rem;display:flex;justify-content:space-around}.appSocialStats h3{margin:.5rem 0 0}.appTipjar{position:fixed;bottom:7rem;right:2rem;width:5rem;height:5rem;border-radius:50%;border:3px solid var(--highlightColor);background-color:var(--buttonColor);display:flex;align-items:center;justify-content:center;color:var(--textColor);font-size:1rem;overflow:hidden;z-index:130}.appTipjar svg{width:3rem;height:3rem}.appTipjar img,.appTipjar video{width:5rem;height:5rem;-o-object-fit:cover;object-fit:cover}