@font-face{font-family:Poppins-Light;font-style:normal;font-weight:400;src:local("/assets/fonts/Poppins-Light.ttf"),url(/assets/fonts/Poppins-Light.ttf);font-display:swap}@font-face{font-family:Poppins-Medium;font-style:normal;font-weight:400;src:local("/assets/fonts/Poppins-Medium.ttf"),url(/assets/fonts/Poppins-Medium.ttf);font-display:swap}*{--Primary-color: #FFD700;--Primary-Accent-color: #ffffff;--Primary-Diff-color: #f4c126;--Text-color: #011222;--Background-color: #F4F3F2;--Background-Accent-color: #FFFFFF;--Footer-Background-color: #FFD700;--Footer-Bottom-Background-color: #F7B900;--Article-Card-Background-color: #FFFFFF;margin:0;padding:0;font-family:Poppins-Light;font-size:16px;color:var(--Text-color);text-decoration:none;-webkit-user-select:none;user-select:none;cursor:default}* p,* svg,* svg path{cursor:inherit}body{overflow:hidden;background-color:var(--Background-color)}.skeleton-image{width:100%;height:100%;animation:skeleton-loading 1s linear infinite alternate}@keyframes skeleton-loading{0%{background-color:#a3b8c2}to{background-color:#f0f3f5}}@keyframes App-Message-Container-In-Animation{0%{transform:translateY(200%) translate(-50%)}to{transform:translateY(0) translate(-50%)}}@keyframes App-Message-Container-Out-Animation{0%{transform:translateY(0) translate(-50%)}to{transform:translateY(200%) translate(-50%)}}.App-Error-Message-Container{width:auto;height:40px;position:absolute;bottom:20px;margin:auto auto auto 50%;display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;padding:0 10px;border-radius:10px;background-color:red;animation:App-Message-Container-In-Animation .25s forwards}.App-Error-Message-Label{font-size:14px;color:var(--Primary-Accent-color)}.App-Retrying-Message-Container{background-color:var(--Primary-color)}.App-Message-Container-Out{animation:App-Message-Container-Out-Animation .25s forwards}.loader{width:10px;aspect-ratio:1;border-radius:50%;border:2px solid;border-color:transparent #FFF;animation:loader_Animation 1s infinite}@keyframes loader_Animation{to{transform:rotate(.5turn)}}.Icon-Button{width:auto;height:100%;aspect-ratio:1/1;display:inline-flex;justify-content:center;align-items:center;background-color:var(--Primary-color);border-radius:5px;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a}.Icon-Button svg{fill:var(--Primary-Accent-color);font-size:16px;cursor:inherit}.Icon-Button svg path{cursor:inherit}.Text-Button{width:auto;height:100%;display:grid;place-items:center;box-sizing:border-box;padding:0 20px;border-radius:5px;background-color:var(--Primary-color);cursor:pointer;box-shadow:0 10px 15px -3px #0000001a}.Text-Button-Label{font-family:Poppins-Medium;font-size:14px;cursor:inherit;white-space:nowrap;color:var(--Primary-Accent-color)}.Disable-Text-Button{background-color:#42455b}.Disable-Text-Button-Label{display:none}.Top-Nav-Bar{margin:auto;width:100%;height:auto;background-color:var(--Background-Accent-color);display:flex;justify-content:flex-start;align-self:center;flex-direction:column;gap:10px;box-sizing:border-box;padding:10px 0}.Desktop-Top-Nav-Bar{margin:auto;width:100%;height:30px;max-width:1396px;display:flex;justify-content:flex-start;align-items:center;box-sizing:border-box;padding:0 10px}.Desktop-Logo-Container{width:11%;height:100%;display:flex;justify-content:flex-start;align-items:center}.Desktop-Logo-Container img{width:auto;height:100%}.Top-Nav-Bar-Navegation-Container{width:auto;height:100%;display:inline-flex;justify-content:flex-start;align-items:center}.Top-Nav-Bar-Navegation-Ul{margin:auto;width:100%;list-style:none;overflow:hidden}.Top-Nav-Bar-Navegation-Li{display:inline-flex;justify-content:flex-end;align-items:center;box-sizing:border-box;padding:0 10px}.Top-Nav-Bar-Navegation-Li-Link{font-family:Poppins-Medium;font-size:14px;cursor:pointer}.Desktop-Action-Buttons-Container{width:auto;height:100%;display:flex;justify-content:flex-end;align-items:flex-start;gap:5px;margin-left:auto}.Desktop-Action-Search{width:auto;height:auto;position:relative}.Desktop-Action-Search-Container{width:auto;height:100%;display:flex;justify-content:flex-end;align-items:center;box-shadow:inset 0 0 0 1px #0000001a;border-radius:5px;overflow:hidden;background-color:#fff}.Desktop-Search-Box{width:350px;height:100%;box-sizing:border-box;padding:0 5px;background-color:transparent}.Desktop-Search-Box input{width:100%;height:100%;background-color:transparent;border:none;outline:none}.Desktop-Action-Buttons-Container .Icon-Button{background-color:transparent;box-shadow:unset}.Desktop-Action-Buttons-Container .Icon-Button svg{fill:var(--Primary-color);font-size:22px}.Desktop-Action-Search-Match-Containers{width:100%;height:auto;background-color:#fff;box-sizing:border-box;padding:0 10px;position:absolute;z-index:99;box-shadow:0 0 15px -3px #00000063}.Desktop-Action-Search-Match-Container:first-child{margin-top:10px}.Desktop-Action-Search-Match-Container:last-child{margin-bottom:10px}.Desktop-Action-Search-Match-Container{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;gap:10px;border-radius:5px;box-sizing:border-box;padding:5px;background-color:#fff;cursor:pointer}.Desktop-Action-Search-Match-Container:hover{background-color:#c7c7c7}.Desktop-Action-Search-Match-Cover-Image{width:40px;height:40px}.Desktop-Action-Search-Match-Title-Label{font-family:Poppins-Medium;font-size:18px}.Top-Nav-Bar-Auth-Container{width:auto;height:100%;display:flex;justify-content:flex-end;align-items:center;gap:5px}.Top-Nav-Bar-Auth-Container a{height:100%}.Top-Nav-Bar-Auth-Container .Text-Button{background-color:var(--Primary-color);box-shadow:unset}.Top-Nav-Bar-Bottom-Content{margin:auto;width:100%;max-width:1396px;height:40px;box-sizing:border-box;padding:0 10px;display:flex;justify-content:space-between;align-items:center;border-top:3px solid var(--Primary-color);border-bottom:1px solid #E1D3B0}.Top-Nav-Bar-Bottom-Content-Date-Label{font-size:12px}.Top-Nav-Bar-Bottom-Content .Icon-Button{background-color:transparent;box-shadow:unset}.Top-Nav-Bar-Bottom-Content .Icon-Button svg{fill:var(--Primary-color)}.Mobile-Top-Nav-Bar{width:100%;box-sizing:border-box;padding:0 10px;display:flex;justify-content:space-between;align-items:center}.Mobile-Logo-Container{width:30%;height:100%;display:flex;justify-content:flex-start;align-items:center}.Mobile-Logo-Container img{width:130px;height:auto}.Mobile-Top-Nav-Bar .Text-Button{width:auto;height:30px;padding:0 10px}.Mobile-Top-Nav-Bar .Top-Nav-Bar-User-Session-Container{height:30px}.Top-Nav-Bar-User-Session-Container{width:auto;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;border-radius:5px;z-index:1;background-color:var(--Primary-color)}.Top-Nav-Bar-User-Session-Data-Container{width:100%;height:30px;display:flex;justify-content:flex-start;align-items:center;box-sizing:border-box;padding:0 5px;gap:5px}.Top-Nav-Bar-User-Profile-Picture-Container{width:25px;height:25px;border-radius:15px;overflow:hidden}.Top-Nav-Bar-User-Profile-Picture-Container img{width:100%;height:auto}.Top-Nav-Bar-User-Username-Label{white-space:nowrap;font-family:Poppins-Medium;color:#fff}@keyframes Top-Nav-Bar-Session-Menu-In{0%{height:0px}to{height:100px}}.Top-Nav-Bar-User-Session-Menu{width:100%;height:0px;overflow:hidden;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px;box-sizing:border-box;padding:0 5px 5px}.Top-Nav-Bar-User-Session-Menu-Visible{animation:Top-Nav-Bar-Session-Menu-In .2s forwards}.Top-Nav-Bar-User-Session-Menu-Option{width:100%;height:25px;border-radius:5px;box-sizing:border-box;padding:0 5px;cursor:pointer}.Top-Nav-Bar-User-Session-Menu-Option:hover{background-color:#ffffff80}.Top-Nav-Bar-User-Session-Menu-Option-Label{font-family:Poppins-Medium;color:#fff}.Top-Nav-Bar-User-Session-Menu .Text-Button{width:100%;background-color:#fff}.Top-Nav-Bar-User-Session-Menu .Text-Button .Text-Button-Label{color:var(--Primary-color)}@media screen and (min-width:0px) and (max-width:545px){.Mobile-Top-Nav-Bar{height:30px;align-items:flex-start}.Mobile-Top-Nav-Bar .Top-Nav-Bar-User-Session-Container{height:auto;z-index:5}}.Bottom-Nav-Bar{width:100%;height:auto;display:grid;place-items:center;background-color:var(--Background-Accent-color);position:absolute;bottom:0;box-sizing:border-box;padding:10px 0}.Bottom-Nav-Bar-Options-Container{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;padding:0 15px}.Bottom-Nav-Bar-Option{min-width:18.75%;width:auto;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;box-sizing:border-box;padding:5px 15px;border-radius:10px;transition:.2s}.Bottom-Nav-Bar-Option-Icon-Container{display:grid;place-items:center}.Bottom-Nav-Bar-Option-Icon-Container svg{font-size:20px;fill:#000d41;transition:.2s}.Bottom-Nav-Bar-Option-Name-Label{white-space:nowrap;color:#000d41;font-size:10px;font-family:Poppins-Medium;transition:.2s}.Active-Bottom-Nav-Bar-Option{background-color:var(--Primary-color)}.Active-Bottom-Nav-Bar-Option .Bottom-Nav-Bar-Option-Icon-Container svg{fill:#fff}.Active-Bottom-Nav-Bar-Option .Bottom-Nav-Bar-Option-Name-Label{color:#fff}.Input-Field-Container{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:5px}.Input-Field{width:100%;height:45px;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;padding:0 5px;border:1px solid rgba(0,0,0,.1);border-radius:5px;box-shadow:0 5px 15px -3px #0000001a;background-color:var(--Background-Accent-color);cursor:text}.Input-Field-Input{width:100%;height:100%;border:none;outline:none;font-family:Poppins;font-weight:300;font-size:14px;cursor:inherit}.Input-Field-Input::placeholder{font-weight:600}.Input-Field-Alert-Label{font-size:12px;font-family:Poppins;font-weight:400;display:none}.Invalid-Input-Field{border:1px solid red}.Input-Field-Container .Icon-Button{width:40px;height:40px;background-color:transparent;box-shadow:unset}.Input-Field-Container .Icon-Button svg{fill:var(--Primary-color)}.Invalid-Input-Field-Alert-Label{display:block;color:red}.Website-Footer{width:100%;height:auto;background-color:var(--Footer-Background-color);padding-top:60px}.Website-Footer-Container{margin:auto auto 60px;width:95%;max-width:1396px;height:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.Website-Footer-Column{width:100%;height:auto}.Website-Logo-Container{width:50%;height:60px;margin-bottom:20px}.Website-Logo-Container img{width:100%}.Website-Footer-Column-Title{width:100%;height:60px;font-family:Poppins-Medium;font-size:38px;color:#fff;margin-bottom:20px}.Website-Footer-Column-Subtitle{margin-bottom:10px}.Website-Footer-Newsletter-Input{width:100%;height:45px;display:flex;justify-content:flex-start;align-items:center;gap:5px;background-color:#fff;border-radius:5px}.Website-Footer-Newsletter-Input .Input-Field-Container .Input-Field{box-shadow:unset;border:unset;background-color:#fff}.Website-Footer-Newsletter-Input .Icon-Button{width:45px;height:45px;background-color:#fff;box-shadow:unset}.Website-Footer-Newsletter-Input .Icon-Button svg{fill:var(--Primary-color)}.Website-Footer-Newsletter-Succesfull-Subscribed{width:100%;height:auto;background-color:var(--Footer-Bottom-Background-color);box-sizing:border-box;padding:10px;border-radius:10px;overflow:hidden}.Website-Footer-Newsletter-Succesfull-Subscribed-Label{font-family:Poppins-Medium;color:#fff}.Website-Footer-Newsletter-Error-Subscribed{width:100%;height:auto;background-color:red;box-sizing:border-box;padding:10px;border-radius:10px;overflow:hidden}.Website-Footer-Newsletter-Error-Subscribed-Label{font-family:Poppins-Medium;color:#fff}.Website-Footer-Social-Networks-Container{width:100%;height:40px;display:flex;justify-content:flex-start;align-items:center}.Website-Footer-Social-Networks-Container .Icon-Button{background-color:#fff}.Website-Footer-Social-Networks-Container .Icon-Button svg{fill:var(--Primary-color)}.Website-Footer-Bottom{width:100%;height:40px;background-color:var(--Footer-Bottom-Background-color)}.Website-Footer-Bottom-Container{margin:auto;width:95%;max-width:1396px;height:100%;display:flex;justify-content:center;align-items:center}.Website-Footer-Bottom-Copyrigth-Label{color:#fff;text-align:center}@media screen and (min-width:0px) and (max-width:545px){.Website-Footer-Container{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;box-sizing:border-box;padding:0 10px;margin-bottom:20px}.Website-Footer-Bottom-Copyrigth-Label{font-size:12px}}.Text-Icon-Button{width:auto;height:auto;display:flex;justify-content:flex-start;align-items:center;gap:10px;box-sizing:border-box;padding:10px;border-radius:5px;cursor:pointer;transition:.2s;background-color:var(--Primary-color)}.Text-Icon-Button-Text-Label{font-family:Poppins-Medium;font-size:14px;font-weight:700;cursor:inherit;color:var(--Primary-Accent-color);transition:inherit}.Text-Icon-Button svg{fill:var(--Primary-Accent-color);font-size:20px;cursor:inherit;transition:inherit}.Text-Icon-Button svg path{cursor:inherit}.Text-Icon-Button:hover{box-shadow:0 10px 15px -3px #0000001a}.Text-Icon-Button-On-Hover{background-color:transparent}.Text-Icon-Button-On-Hover .Text-Icon-Button-Text-Label{color:var(--Primary-color)}.Text-Icon-Button-On-Hover svg{fill:transparent}.Text-Icon-Button-On-Hover:hover{background-color:var(--Primary-color);box-shadow:0 10px 15px -3px #0000001a}.Text-Icon-Button-On-Hover:hover .Text-Icon-Button-Text-Label{color:var(--Primary-Accent-color)}.Text-Icon-Button-On-Hover:hover svg{fill:var(--Primary-Accent-color)}.Section-Title-Bar{width:100%;height:40px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.Section-Title-Bar-Title-Label{font-family:Poppins-Medium;font-size:24px}.Interactions-Counter-Container{width:auto;height:auto;display:flex;justify-content:flex-start;align-items:center;gap:15px}.Interaction-category{width:auto;height:auto;display:flex;justify-content:flex-start;align-items:center;gap:5px}.Interaction-category-Option{cursor:pointer}.Interaction-category-Like-Option svg{padding:5px;transition:.2s;border-radius:15px}.Interaction-category-Like-Option svg:hover{background-color:#ffcaca;border-radius:15px}.Audio-Interaction svg{font-size:24px;fill:var(--Primary-color)}.Interaction-Category-Count-Label{width:25px;height:25px;display:grid;place-items:center}.Interaction-Category-Count-Label:empty{width:25px;height:25px;border-radius:5px;animation:skeleton-loading 1s linear infinite alternate}.Article-Card{width:100%;height:100%;border-radius:5px;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a;background-color:#fff;cursor:pointer}.Article-Card:hover h2{text-decoration:underline;text-decoration-color:var(--Primary-color);text-decoration-thickness:10px}.Article-Card:hover .Article-Card-Data-Container .Text-Button{opacity:1}.Article-Card-Image-Container{aspect-ratio:1/1;cursor:inherit}.Article-Card-Image-Container img{width:100%;height:auto}.Article-Card-Data-Container{width:100%;height:auto;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:10px;box-sizing:border-box;padding:15px;background-color:var(--Article-Card-Background-color);cursor:inherit}.Article-Card-Data-Title-Label{font-family:Poppins-Medium;font-size:20px;color:var(--Primary-color);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;white-space:normal;text-overflow:ellipsis;cursor:inherit}.Article-Card-Data-Title-Label:empty{width:100%;height:25px;border-radius:5px;animation:skeleton-loading 1s linear infinite alternate;transition:.2s}.Article-Card-Data-Resumen-Label{width:100%;height:auto;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;white-space:normal;text-overflow:ellipsis;cursor:inherit}.Article-Card-Data-Resumen-Label:empty{width:100%;height:75px;border-radius:5px;animation:skeleton-loading 1s linear infinite alternate}@media screen and (min-width:0px) and (max-width:545px){.Article-Card-Data-Title-Label{font-size:16px}.Article-Card-Data-Resumen-Label,.Article-Card-Data-Release-Label{font-size:12px}}.Home-View{margin:auto;max-width:1396px;width:95%;height:auto;padding-top:40px}.Home-View-Main-Section{width:100%;height:auto;margin-bottom:80px}.Home-View-Main-Section-Latest-Article-Container{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;border-radius:5px;box-shadow:0 10px 15px -3px #0000001a;background-color:var(--Article-Card-Background-color)}.Home-View-Latest-Article-Image-Container{max-width:375px;height:375px;aspect-ratio:1/1}.Home-View-Latest-Article-Image-Container img{width:100%;height:auto}.Home-View-Lates-Article-Data-Container{width:100%;height:375px;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;box-sizing:border-box;padding:30px;background-color:var(--Article-Card-Background-color)}.Home-View-Latest-Article-Title-Label{width:100%;font-family:Poppins-Medium;font-size:34px;color:var(--Primary-color)}.Home-View-Latest-Article-Title-Label:empty{height:51px}.Home-View-Latest-Article-Resume-Label{width:100%;height:auto;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;white-space:normal;text-overflow:ellipsis}.Home-View-Latest-Article-Resume-Label:empty{height:123px}.Home-View-Latest-Article-Author-Label{width:100%}.Home-View-Latest-Article-Author-Label:empty{width:30%;height:20px}.Skeleton-Text-Label:empty{border-radius:5px;animation:skeleton-loading 1s linear infinite alternate}.Home-View-Latest-Article-Author-Label span{font-family:Poppins-Medium}.Home-View-Lates-Article-Data-Container .Text-Icon-Button{background-color:var(--Primary-color);box-shadow:unset}.Home-View-Articles-Section{width:100%;height:auto;margin-bottom:40px}.Home-View-Main-Articles-List-Container{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;gap:20px}.Home-View-Main-Articles-List-Container a{width:33%}.Home-View-Colaborations-Section{width:100%;height:auto;margin-bottom:40px}.Home-View-Colaborations-Section-Last-Colaboration-Container{width:100%;height:auto;display:flex;justify-content:space-between;align-items:flex-start;background-color:var(--Article-Card-Background-color);border-radius:5px;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.Home-View-Colaborations-Section-Last-Colaboration-Player-Container{width:70%;height:auto;display:grid;place-items:center}.Home-View-Colaborations-Section-Last-Colaboration-Player-Container div{width:100%}.Home-View-Colaborations-Section-Last-Colaboration-Player-Container iframe{width:100%;aspect-ratio:16/9}.Home-View-Colaborations-Section-Last-Colaboration-Data-Container{width:30%;height:100%;box-sizing:border-box;padding:15px}.Home-View-Colaborations-Section-Last-Colaboration-Title-Label{font-family:Poppins-Medium;font-size:34px;color:var(--Primary-color)}.Home-View-Colaborations-Section-Last-Colaboration-Description-Label{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;white-space:normal;text-overflow:ellipsis}.Home-View-Books-Section{width:100%;height:auto;margin-bottom:80px}.Home-View-Author-Book-Container{width:100%;height:500px;display:flex;justify-content:flex-start;align-items:center;margin-bottom:60px}.Home-View-Author-Book-Cover-Container{width:auto;height:100%}.Home-View-Author-Book-Cover-Container img{height:100%}.Home-View-Author-Book-Data-Container{width:100%;height:100%;display:flex;justify-content:center;align-items:flex-start;gap:20px;flex-direction:column;box-sizing:border-box;padding:15px;position:relative}.Home-View-Author-Book-Author-Image-Container{width:250px;height:250px;position:absolute;top:0;right:0;border-radius:250px;overflow:hidden}.Home-View-Author-Book-Author-Image-Container img{width:100%;height:auto}.Home-View-Author-Book-Title-Label{font-family:Poppins-Medium;font-size:28px;color:var(--Primary-color)}.Home-View-Author-Book-Desc-Label{width:100%;text-align:justify}.Home-View-Author-Book-Snippets-Container{width:100%;height:40px;display:flex;justify-content:flex-start;align-items:center;gap:15px}.Home-View-Author-Book-Stat-Snippet{width:auto;height:auto;display:flex;justify-content:flex-start;align-items:center;gap:5px;box-sizing:border-box;padding:5px 10px;background-color:var(--Article-Card-Background-color);border-radius:15px;box-shadow:0 10px 15px -3px #0000001a}.Home-View-Author-Book-Stat-Snippet svg{fill:var(--Primary-color);font-size:20px}.Home-View-Author-Book-Stat-Label{font-family:Poppins-Medium;white-space:nowrap}.Home-View-Author-Book-Data-Container .Text-Icon-Button{background-color:var(--Primary-color)}.Home-View-Recommended-Books-Title-Label{font-family:Poppins-Medium;font-size:24px;color:var(--Primary-color);margin-bottom:20px}.Home-View-Recommended-Books-Container{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;gap:15px;overflow-x:scroll;box-sizing:border-box;padding:10px 0;scroll-snap-type:x mandatory}.Home-View-Recommended-Books-Container::-webkit-scrollbar{height:5px;background-color:transparent}.Home-View-Recommended-Book{min-width:280px;width:280px;height:445px;display:flex;justify-content:flex-start;align-items:flex-start;overflow:hidden;scroll-snap-align:start}.Home-View-Recommended-Book img{width:100%}@media screen and (min-width:0px) and (max-width:545px){.Home-View{width:95%;padding-top:20px}.Home-View-Main-Section-Latest-Article-Container{flex-direction:column}.Home-View-Latest-Article-Image-Container{width:100%;max-width:unset}.Home-View-Lates-Article-Data-Container{height:auto;gap:10px;padding:15px}.Home-View-Latest-Article-Title-Label{font-size:20px}.Home-View-Latest-Article-Resume-Label{font-size:14px;text-align:justify}.Home-View-Latest-Article-Author-Label{height:auto;font-size:13px}.Home-View-Lates-Article-Data-Container .Interactions-Counter-Container{justify-content:center}.Home-View-Main-Articles-List-Container{overflow-x:scroll;scroll-snap-type:x mandatory;scroll-behavior:smooth;box-sizing:border-box;padding:10px 0}.Home-View-Main-Articles-List-Container::-webkit-scrollbar{height:10px}.Home-View-Main-Articles-List-Container::-webkit-scrollbar-track{background-color:transparent}.Home-View-Main-Articles-List-Container::-webkit-scrollbar-thumb{background-color:var(--Primary-color);border-radius:40px}.Home-View-Main-Articles-List-Container a{min-width:80%}.Article-Card{min-width:80%;scroll-snap-align:start}.Home-View-Colaborations-Section-Last-Colaboration-Container{flex-direction:column}.Home-View-Colaborations-Section-Last-Colaboration-Player-Container,.Home-View-Colaborations-Section-Last-Colaboration-Data-Container{width:100%}.Home-View-Author-Book-Container{flex-direction:column;height:auto;margin-bottom:20px}.Home-View-Author-Book-Cover-Container{height:auto}.Home-View-Author-Book-Cover-Container img{width:100%;height:unset}.Home-View-Author-Book-Author-Image-Container{width:100px;height:100px;border-radius:100px}.Home-View-Author-Book-Title-Label{margin-top:25px}.Home-View-Author-Book-Desc-Label{width:100%}.Home-View-Author-Book-Snippets-Container{overflow-x:scroll;scroll-snap-type:x mandatory;scroll-behavior:smooth;box-sizing:border-box;padding:10px 0}.Home-View-Author-Book-Snippets-Container::-webkit-scrollbar{height:10px}.Home-View-Author-Book-Snippets-Container::-webkit-scrollbar-track{background-color:transparent}.Home-View-Recommended-Books-Container{overflow-x:scroll;scroll-snap-type:x mandatory;scroll-behavior:smooth;box-sizing:border-box;padding:10px 0}.Home-View-Recommended-Books-Container::-webkit-scrollbar{height:10px}.Home-View-Recommended-Books-Container::-webkit-scrollbar-track{background-color:transparent}.Home-View-Recommended-Books-Container::-webkit-scrollbar-thumb{background-color:var(--Primary-color);border-radius:40px}}.Articles-View{width:100%;height:auto;background-color:var(--Background-color);box-sizing:border-box;padding:0 100px 50px;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:20px}.Article-View-Top{margin:auto;width:100%;height:auto;box-sizing:border-box;padding:10px 10%;position:sticky;z-index:1;top:0;background-color:var(--Background-color)}.Article-View-Title-Label{font-family:Poppins-Medium;font-size:30px}.Article-Search-Bar{width:100%;height:40px;background-color:var(--Article-Card-Background-color);border-radius:5px;display:grid;place-items:center;box-shadow:0 10px 15px -3px #0000001a,inset 0 0 0 2px #0000001a}.Article-Search-Bar-Input{width:calc(100% - 20px);height:100%;border:none;outline:none;background-color:transparent}.Articles-Loading-View{margin:auto;width:80%;height:500px;display:flex;justify-content:center;align-items:center;flex-direction:column}.Articles-Loading-View-Loader{width:20px;aspect-ratio:1;border-radius:50%;background:var(--Primary-Diff-color);box-shadow:0 0 0 0 var(--Primary-color);animation:Articles_Loader_animation 1.5s infinite linear;position:relative}.Articles-Loading-View-Loader:before,.Articles-Loading-View-Loader:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:0 0 0 0 var(--Primary-color);animation:inherit;animation-delay:-.5s}.Articles-Loading-View-Loader:after{animation-delay:-1s}@keyframes Articles_Loader_animation{to{box-shadow:0 0 0 40px #0000}}.Articles-Loading-Label{margin-top:80px;font-family:Poppins-Medium}.Articles-List-Container{margin:auto auto 20px;width:80%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:2%;row-gap:50px}.Articles-List-Container .Article-Card{max-width:32%;width:100%}.Article-List-Controller{margin:auto;width:100%;height:40px;display:flex;justify-content:center;align-items:center}@media screen and (min-width:0px) and (max-width:545px){.Articles-View{padding:0 0 50px}.Article-View-Top{width:100%;padding:10px}.Articles-List-Container{width:95%}.Articles-List-Container .Article-Card{max-width:100%;flex:1}.Article-List-Controller{box-sizing:border-box;padding:0 10px}.Article-List-Controller .Text-Button{width:100%}}.Article-View-Article-Audio-Player{width:100%;height:60px;border-radius:5px;overflow:hidden;display:flex;justify-content:flex-start;align-items:center;background-color:#f7b90026}.Article-Audio-Player-Image-Container{min-width:60px;min-height:60px;width:0%;height:0%;border-radius:5px;overflow:hidden}.Article-Audio-Player-Image-Container img{width:60px!important;height:60px!important}.Article-Audio-React-Player{width:0px!important;height:0px!important;overflow:hidden;position:absolute}.Article-Audio-Player-Timeline-Container{width:100%;height:60px;display:grid;place-items:center;position:relative;box-sizing:border-box;padding:0 10px}.Article-Audio-Player-Timeline-Display{width:100%;transform:translateY(25%)}.Article-Audio-Player-Timeline{width:100%;height:5px;border-radius:5px;background-color:#000d41;display:flex;justify-content:flex-start;align-items:center;margin-bottom:5px}.Article-Audio-Player-Timeline-Listened{width:0px;height:5px;border-radius:5px;background-color:var(--Primary-color)}.Article-Audio-Player-Timeline-Dot{width:10px;height:10px;border-radius:10px;background-color:var(--Primary-color)}.Article-Audio-Player-Time-Labels{width:100%;height:20px;display:flex;justify-content:space-between;align-items:center}.Article-Audio-Player-Time-Count-Label{font-size:12px}.Article-Audio-Player-Controller-Container{min-width:60px;min-height:60px;width:0%;height:0%}.Article-Audio-Player-Controller-Button{width:100%;height:100%;display:grid;place-items:center}.Article-Audio-Player-Controller-Button svg{font-size:28px;fill:var(--Primary-color)}.Comment-Input{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px;border-radius:10px;background-color:#fff;box-sizing:border-box;padding:10px;box-shadow:0 10px 15px -3px #0000001a,inset 0 0 0 2px #0000001a}.Comment-Input-Advance{width:100%;height:50px;display:flex;justify-content:flex-start;align-items:center}.Comment-User-Display-Name-Label{color:var(--Primary-color);font-family:Poppins-Medium;font-size:20px}.Comment-Input-Advance .Text-Button{margin-left:auto;height:40px;display:inline-flex;background-color:var(--Primary-color)}.Comment-Input-Tnput{width:100%;height:auto;background-color:var(--Article-Card-Background-color);border-radius:10px}.Comment-Input-Tnput textarea{max-width:100%;min-width:100%;width:100%;min-height:45px;height:100%;border:none;outline:none;box-sizing:border-box;padding:10px;background-color:#efefef}.Articles-Comment-Comments-Container-Comment-Container{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px;background-color:#efefef;box-sizing:border-box;padding:10px;border-radius:5px}.Article-Comment-Comments-Containet-Comment-Top-Content{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;gap:10px}.Article-Comment-Reply-Container{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;gap:10px}.Article-Comment-Container{width:100%;min-height:auto;box-sizing:border-box;padding:20px;border-radius:10px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px;background-color:#fff;box-shadow:0 10px 15px -3px #0000001a,inset 0 0 0 2px #0000001a}.Article-Comment-Top-Content{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;gap:10px;position:relative}.Article-Comment-User-Thumbnail{width:40px}.Article-Comment-User-Profile-Picture-Container{width:40px;height:40px;display:grid;place-items:center;overflow:hidden;border-radius:40px}.Article-Comment-User-Profile-Picture-Container img{width:100%;height:auto}.Article-Comment-Top-Content-Main-Box{width:calc(100% - 100px);height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px}.Article-Comment-Top-Content-Main-Box-Title-Bar{width:100%;height:40px;display:flex;justify-self:flex-start;align-items:flex-start;flex-direction:column}.Article-Comment-Top-Content-Main-Box-Title-Bar p:empty{width:100%;height:20px;border-radius:5px;animation:skeleton-loading 1s linear infinite alternate}.Article-Comment-Top-Content-Main-Box-Title-Bar-Username-Label{width:calc(100% - 5px);font-family:Poppins-Medium;white-space:nowrap;overflow:hidden}.Article-Comment-Top-Content-Main-Box-Title-Bar-Time-Label{font-size:12px}.Article-Comment-Top-Content-Action{width:40px;height:40px}.Article-Comment-Top-Content-Action-Modal{width:auto;height:auto;background-color:var(--Primary-color);position:absolute;top:0;right:0;border-radius:5px;box-sizing:border-box;padding:0 10px}.Article-Comment-Top-Content-Action-Modal-Option{width:100%;height:40px;display:flex;justify-content:flex-start;align-items:center}.Article-Comment-Top-Content-Action-Modal-Option-Label{font-family:Poppins-Medium;color:#fff}.Article-Comment-Main-Box{width:100%;box-sizing:border-box;padding:0 0 0 50px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:15px}.Article-Comment-Text-Box{max-height:200px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px;overflow-y:scroll}.Article-Comment-Text-Box::-webkit-scrollbar{width:5px}.Article-Comment-Text-Box::-webkit-scrollbar-thumb{background-color:#3f3f3f2d}.Article-Comment-Text-Box-Text-Label{font-size:14px}.Article-Comment-Action{width:40px}.Article-Comment-Action .Icon-Button{width:40px;height:40px;background-color:#fffeef;box-shadow:unset}.Article-Comment-Action .Icon-Button svg{fill:var(--Primary-color)}.Article-Comment-Interactions-Container{width:100%;height:30px;display:flex;justify-content:space-between;align-items:center;gap:20px}.Article-Comment-Interaction-Container{display:flex;justify-content:flex-start;align-items:center;gap:5px;cursor:pointer}.Article-Comment-Interaction-Container-Liked svg{fill:red}.Article-Comment-Interaction-Comments-Label{box-sizing:border-box;padding:5px 10px;border-radius:15px;cursor:pointer}.Article-Comment-Interaction-Comments-Label-Displayed{background-color:#ececec}.Articles-Comment-Comments-Container{width:100%;height:auto;max-height:200px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px;overflow-y:scroll}.Article-Comment-Reply-Input-Container{width:calc(100% - 50px);height:auto;background-color:#efefef;border-radius:5px}.Article-Comment-Reply-Input{width:100%;height:auto;outline:none;border:none;background-color:transparent;box-sizing:border-box;padding:0 10px;resize:"none";overflow:hidden;line-height:2em}.Article-Comment-Reply-Container .Icon-Button{width:40px}@media screen and (min-width:0px) and (max-width:545px){.Article-Comment-Main-Box{padding:0}}.Article-View{margin:auto;max-width:1396px;width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.Article-View::-webkit-scrollbar{width:5px;background-color:transparent}.Article-View::-webkit-scrollbar-thumb{background:var(--Primary-color)}.Article-Front-Page-Container{width:100%;height:500px;position:relative;display:grid;place-items:center;background-color:#fff1ca;box-shadow:0 10px 15px -3px #0000001a}.Article-Front-Page-Container img{width:100%;height:500px;object-fit:cover;object-position:bottom center;overflow:hidden}.Article-Front-Page-Article-Data-Container{margin:auto;width:75%;height:auto;background-color:#fff;position:absolute;top:75%;left:0;right:0;box-shadow:0 10px 15px -3px #0000001a;box-sizing:border-box;padding:20px;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:10px}.Article-Front-Page-Article-Title-Label{width:100%;height:50px;font-family:Poppins-Medium;font-size:34px;color:var(--Primary-color);text-align:center}.Article-Front-Page-Article-Resume-Label{width:60%;height:50px;text-align:center;font-style:italic;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal;text-overflow:ellipsis}.Article-Front-Page-Article-Author-Date-Label{width:auto;height:25px;text-align:center}.Article-Front-Page-Article-Data-Container .Article-View-Article-Audio-Player{width:50%}.Article-Content-Container{width:75%;height:auto;margin-top:220px;margin-bottom:20px}.Article-Content-Parragraph{text-align:justify;font-family:Poppins-Medium!important;margin-bottom:20px;-webkit-user-select:text;user-select:text}.Article-Content-Parragraph::selection{background-color:var(--Primary-color);color:#fff}.Article-Comments-Container{width:75%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px;box-sizing:border-box;margin-bottom:50px}.Article-Comments-Container-Top-Container{width:100%}.Article-Comments-Title-Label{color:var(--Primary-color);font-family:Poppins-Medium;font-size:24px}.Article-Comments-List-Container{width:100%;height:auto;max-height:1000px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:15px;overflow-y:scroll}.Article-Comments-List-Container::-webkit-scrollbar{width:5px}.Article-Comments-List-Container::-webkit-scrollbar-thumb{background-color:var(--Primary-color)}@media screen and (min-width:0px) and (max-width:768px){.Article-Front-Page-Container{height:auto}.Article-Front-Page-Container img{height:150px}.Article-Front-Page-Article-Data-Container{width:100%}.Article-Front-Page-Article-Title-Label{height:auto;font-size:25px}.Article-Front-Page-Article-Resume-Label{width:95%}.Article-Front-Page-Article-Author-Date-Label{font-size:13px}.Article-Front-Page-Article-Data-Container .Article-View-Article-Audio-Player{width:100%}.Article-Content-Container{width:90%;margin-top:310px}.Article-Comments-Container{width:90%}}.Interview-Category-Video-Container{max-width:24%;width:100%;height:auto;box-shadow:0 10px 15px -3px #0000001a;background-color:#fff;border:1px solid #00000022;overflow:hidden;border-radius:5px;cursor:pointer;scroll-snap-align:start}.Category-Video-Miniature{width:100%;aspect-ratio:16/9;cursor:inherit}.Interview-Thumbnail-Video-Data-Container{width:100%;height:80px;box-sizing:border-box;padding:0 5px;cursor:inherit}.Interview-Thumbnail-Video-Title{font-family:Poppins-Medium;margin-bottom:5px}.Interview-Thumbnail-Video-Posted-Date{font-size:12px;margin-bottom:5px}@media screen and (min-width:0px) and (max-width:545px){.Interview-Category-Video-Container{max-width:100%}}.Interview-Comment{width:100%;height:auto;background-color:var(--Background-color);box-sizing:border-box;padding:10px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px}.Interview-Comment-Top{width:100%;height:40px;display:flex;justify-content:flex-start;align-items:center;gap:10px}.Interview-Comment-Top-User-Profile-Picture{width:40px;height:40px;background-color:#fff;border-radius:40px;box-shadow:0 0 5px -3px #0000001a;overflow:hidden}.Interview-Comment-Top-User-Profile-Picture-Image{width:100%}.interview-Comment-Top-User-Account-Name-Label{font-family:Poppins-Medium}.Interview-Comment-Interaction-Container{display:flex;justify-content:flex-start;align-items:center;gap:10px}.Interview-View{margin:auto;width:95%;max-width:1396px;height:auto;padding-top:40px}.Latest-Interview-Container{width:100%;height:500px;display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.Latest-Interview-Video-Container{width:65%;height:auto;overflow:hidden;aspect-ratio:16/9}.Video-Container-Miniature{width:100%;height:auto}.Latest-Interview-Video-Container div{height:100%}.Latest-Interview-Video-Container iframe{width:100%;height:100%}.Latest-Interview-Video-Comments-Container{width:30%;height:100%;box-sizing:border-box;padding:10px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:5px}.Video-Comments-Data-Container{width:100%;height:200px;overflow:hidden}.Video-Data-Title-Label{font-family:Poppins-Medium;font-size:26px;color:var(--Primary-color)}.Video-Comments-Data-Interactions-Container{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;gap:15px;box-sizing:border-box;padding:10px 0}.Video-Comments-Data-Interaction-Container{width:auto;height:auto;display:flex;justify-content:flex-start;align-items:center;gap:5px}.Video-Data-Desc-Label{overflow:hidden;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical}.Video-Comments-Box{width:100%;max-height:calc(100% - 210px);height:auto;border-radius:5px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:5px;box-sizing:border-box;padding:10px;background-color:#fff}.Video-Comments-Box-Title-Bar{display:flex;justify-content:flex-start;align-items:center;gap:10px}.Video-Comments-Title-Label{font-family:Poppins-Medium}.Video-Comments-Count-Label{font-size:14px}.Video-Comments-Comments-Container{width:100%;max-height:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px;box-sizing:border-box;padding:0 0 10px;overflow-y:scroll;scroll-behavior:smooth}.Video-Comments-Comments-Container::-webkit-scrollbar{width:5px;background-color:transparent}.Video-Comments-Comments-Container::-webkit-scrollbar-thumb{background-color:#fff}.Video-Comment-Container{width:100%;height:auto;background-color:#fff;box-sizing:border-box;padding:5px;border-radius:5px}.Video-Comment-Author-Label{font-family:Poppins-Medium;margin-bottom:5px}.Video-Comment-Content{font-size:14px}.Video-Comment-Empty-Container{width:100%;height:40px;display:grid;place-items:center;background-color:var(--Background-color);border-radius:5px}.Video-Comments-Input-Field{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;gap:5px}.Video-Comment-Reply-Input{width:100%;height:auto;outline:none;border:none;background-color:transparent;box-sizing:border-box;padding:0 10px;resize:none;overflow:hidden;line-height:2em;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #00000022}.Video-Comments-Input-Field .Icon-Button{width:40px;height:40px}.Interviews-List-Container{width:100%;height:auto;margin-bottom:40px}.Interviews-Category-Container{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:5px;margin-bottom:50px}.Interview-Category-Title-Label{height:35px;font-family:Poppins-Medium;font-size:24px;color:var(--Primary-color)}.Interview-Category-Videos-Container{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;gap:15px;overflow-x:scroll;scroll-behavior:smooth;scroll-snap-type:x mandatory;box-sizing:border-box;padding:10px;flex-wrap:wrap;overflow-y:hidden}.Interview-Category-Videos-Container::-webkit-scrollbar{height:0px}@media screen and (min-width:0px) and (max-width:545px){.Interview-View{width:100%;padding:0}.Latest-Interview-Container{position:relative;height:auto;flex-direction:column;margin-bottom:0}.Latest-Interview-Video-Container{width:100%;height:auto;position:sticky;z-index:1;top:0}.Latest-Interview-Video-Comments-Container{width:100%;height:auto}.Video-Comments-Data-Container{height:auto}.Video-Data-Title-Label{font-size:18px}.Video-Data-Release-Date-Label{font-size:14px}.Video-Data-Desc-Label{font-size:12px}.Video-Comments-Title-Label{font-size:16px}.Video-Comments-Box{max-height:calc(100vh - 585px)}}.Book-View{margin:auto auto 40px;max-width:1396px;width:95%;height:auto;padding-top:40px}.Book-Player-Container{width:100%;height:800px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;box-shadow:0 0 15px -3px #0000001a;border:1px solid #00000055;margin-bottom:40px}.Book-Player-Top-Container,.Book-Player-Bottom-Container{width:100%;height:40px;background-color:#fff;box-sizing:border-box;padding:0 10px;display:flex;justify-content:flex-start;align-items:center}.Book-Player-Title-Label{font-family:Poppins-Medium;color:var(--Primary-color)}.Book-Player-Top-Container .Text-Button{margin-left:auto;height:22px}.Book-Player{width:100%;height:calc(100% - 80px);box-sizing:border-box;padding:40px 0;display:flex;justify-content:center;align-items:flex-start;overflow-y:scroll;background-color:#a3b8c2}.Book-Player::-webkit-scrollbar{width:10px;box-sizing:border-box;background-color:transparent}.Book-Player::-webkit-scrollbar-thumb{width:8px;background-color:var(--Primary-color)}.Book-Cover{width:330px;height:auto;overflow:hidden}.Book-Cover-Image{width:100%;height:auto}.Book-Sheets-Container{display:flex;justify-content:flex-start;align-items:center;position:relative}.Book-Sheets-Center{margin:auto;width:2px;height:100%;position:absolute;left:0;right:0;box-shadow:0 0 15px 1px #000;background-color:#0000006f}.Book-Player-Zoom-Controller{display:flex;justify-content:flex-start;align-items:center;gap:10px}.Book-Player-Zoom-Label{font-family:Poppins-Medium}.Book-Player-Navegation-Controls{height:100%;display:inline-flex;justify-content:flex-end;align-items:center;gap:5px;margin-left:auto}.Book-Player-Navegation-Controls .Icon-Button{width:22px;height:22px;background-color:#a3b8c2}.Book-Player-Navegation-Location-Label{white-space:nowrap;font-size:18px}.Book-Collection-Category-Title{font-family:Poppins-Medium;font-size:22px;color:var(--Primary-color)}.Profile-View{margin:auto;max-width:1396px;width:95%;height:auto;padding-top:40px}.User-Profile-Data-Container{width:100%;height:auto;box-sizing:border-box;padding:25px;background-color:#fff}.User-Profile-Data-Cover{width:100%;height:400px;border-radius:5px;overflow:hidden}.User-Profile-Public-Data-Container{width:100%;height:auto;box-sizing:border-box;padding:0 40px;display:flex;justify-content:flex-start;align-items:flex-end;gap:20px;margin-top:-75px}.User-Profile-Picture-Container{width:150px;height:150px;border-radius:100%;overflow:hidden}.User-Profile-Picture-Container img{width:100%;height:auto}.User-Profile-Public-Data-Labels-Container{width:calc(100% - 150px);height:auto}.User-Profile-Public-Data-Username-Label{font-family:Poppins-Medium;font-size:24px}.User-Profile-Interactions-Container{width:100%;height:auto;box-sizing:border-box;padding:0 65px;background-color:#fff}.User-Profile-Interaction-Navegation-Bar{width:100%;height:60px;display:flex;justify-content:flex-start;align-items:center;gap:10px}.User-Profile-Interaction-Navegation-Bar-Nav-Option{width:auto;height:40px;display:grid;place-items:center;box-sizing:border-box;padding:0 10px;cursor:pointer;background-color:var(--Background-color);border-radius:15px}.User-Profile-Interaction-Navegation-Bar-Nav-Option:hover{background-color:var(--Background-color);box-shadow:0 0 5px #0000001a}.User-Profile-Interaction-Navegation-Bar-Nav-Option-Selected,.User-Profile-Interaction-Navegation-Bar-Nav-Option-Selected:hover{background-color:#fff;box-shadow:0 0 1px 1px var(--Primary-color)}.User-Profile-Interaction-Data-Container{box-sizing:border-box;padding:40px 0}.Profile-Post-Liked{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.Profile-Articles-Liked-Container{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;gap:15px;flex-wrap:wrap;box-sizing:border-box;padding:20px 0}.Profile-Section-Liked-Section-Title-Bar{min-width:100%}.Profile-Section-Liked-Section-Title-Label{font-family:Poppins-Medium;font-size:24px}.Profile-Articles-Liked-Container .Article-Card{max-width:calc((100% / 3) - 10px);min-width:calc((100% / 3) - 10px)}.Profile-Interviews-Liked-Container{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;gap:15px;box-sizing:border-box;padding:20px 0;overflow-x:scroll;scroll-snap-type:x mandatory}.Profile-Interviews-Liked-Container::-webkit-scrollbar{height:5px}.Profile-Interviews-Liked-Container::-webkit-scrollbar-thumb{background-color:var(--Primary-color)}.Profile-Interviews-Liked-Container .Interview-Category-Video-Container{max-width:calc(25% - 13px);min-width:calc(25% - 13px);scroll-snap-align:start}.Profile-Comments{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.Profile-Comment{width:100%;height:250px;display:flex;justify-content:flex-start;align-items:center;border-radius:5px;overflow:hidden;background-color:var(--Background-color);cursor:pointer}.Profile-Section-Articles-Comments-Container,.Profile-Section-Interviews-Comments-Container{width:100%;border-radius:25px}.Account-Commented-Article-Card-Data{width:100%;height:auto;box-sizing:border-box;padding:10px;background-color:var(--Background-color)}.Account-Commented-Article-Card-Data-Article-Data-Container{width:100%;height:auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:20px;background-color:#fff;box-sizing:border-box;padding:20px;border-radius:25px}.Account-Commented-Article-Card-Data-Article-Data-Container-Cover-Container{width:250px;height:250px;aspect-ratio:1/1;border-radius:25px}.Account-Commented-Article-Card-Data-Article-Data-Container-Cover-Container img{width:100%;border-radius:25px}.Account-Commented-Article-Card-Data-Article-Data-Container-Data-Container{width:calc(100% - 270px);display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px}.Account-Commented-Article-Card-Data-Article-Data-Container-Data-Container-Article-Title-Label{font-family:Poppins-Medium;color:var(--Primary-color);font-size:24px}.Account-Commented-Article-Card-Data-Article-Data-Container-Data-Container-Article-Interactions-Container{display:flex;justify-content:flex-start;align-items:center;gap:15px}.Account-Commented-Article-Card-Data-Article-Data-Container-Data-Container-Article-Interaction-Container{display:flex;justify-content:flex-start;align-items:center;gap:10px}.Account-Commented-Article-Card-Data-Article-Data-Container-Data-Container-Article-Interaction-Container-Label{color:#010101}.Account-Commented-Article-Card-Data-Comments-Container{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;gap:20px;overflow-x:scroll;scroll-snap-type:x mandatory}.Account-Commented-Article-Card-Data-Comments-Container::-webkit-scrollbar{height:0}.Account-Commented-Article-Card-Data-Comment{max-width:35%;min-width:35%;width:100%;height:225px;background-color:var(--Background-color);border-radius:25px;box-shadow:0 0 15px -3px #00000025;box-sizing:border-box;padding:10px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px;scroll-snap-align:start}.Account-Commented-Article-Card-Data-Comment-Top-Container{width:100%;height:60px;display:flex;justify-content:flex-start;align-items:center;gap:10px}.Account-Commented-Article-Card-Data-Comment-Top-Account-Profile-Picture{width:60px;height:60px;border-radius:100%;overflow:hidden}.Account-Commented-Article-Card-Data-Comment-Top-Account-Profile-Picture img{width:100%}.Account-Commented-Article-Card-Data-Comment-Top-Account{width:calc(100% - 70px);height:60px;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:5px}.Account-Commented-Article-Card-Data-Comment-Top-Account-Username-Label{font-family:Poppins-Medium;font-size:20px}.Account-Commented-Article-Card-Data-Comment-Release-Date{font-size:12px}.Account-Commented-Article-Card-Data-Comment-Content-Container{width:100%;height:calc(100% - 105px);overflow-y:scroll;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px}.Account-Commented-Article-Card-Data-Comment-Content-Container::-webkit-scrollbar{width:0}.Account-Commented-Article-Card-Stats-Container{width:100%;height:20px;display:flex;justify-content:flex-start;align-items:center;gap:20px}.Account-Commented-Article-Card-Stat-Container{display:flex;justify-content:space-between;align-items:center;gap:10px}.Listenable-Interaction-Container svg{fill:var(--Primary-color)}.Account-Commented-Interview-Card-Data{width:100%;height:auto;box-sizing:border-box;padding:10px;background-color:var(--Background-color)}.Account-Commented-Interview-Card-Data-Interview-Data-Container{width:100%;height:auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:20px;background-color:#fff;box-sizing:border-box;padding:20px;border-radius:25px}.Account-Commented-Interview-Card-Data-Interview-Data-Container-Cover-Container{width:350px;height:auto;aspect-ratio:16/9;border-radius:25px}.Account-Commented-Interview-Card-Data-Interview-Data-Container-Cover-Container img{width:100%;border-radius:25px}.Account-Commented-Interview-Card-Data-Interivew-Data-Container-Data-Container{width:calc(100% - 370px);display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px}.Account-Commented-Interview-Card-Data-Comments-Container{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;gap:20px;overflow-x:scroll;scroll-snap-type:x mandatory}.Account-Commented-Interview-Card-Data-Comments-Container::-webkit-scrollbar{height:0}.Account-Commented-Interview-Card-Data-Comment{min-width:35%;max-width:35%;width:100%;height:225px;background-color:var(--Background-color);border-radius:25px;box-shadow:0 0 15px -3px #00000025;box-sizing:border-box;padding:10px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px;scroll-snap-align:start}.Account-Commented-Interview-Card-Data-Comment-Top-Container{width:100%;height:60px;display:flex;justify-content:flex-start;align-items:center;gap:10px}.Account-Commented-Interview-Card-Data-Comment-Top-Account-Profile-Picture{width:60px;height:60px;border-radius:100%;overflow:hidden}.Account-Commented-Interview-Card-Data-Comment-Top-Account-Profile-Picture img{width:100%}.Account-Commented-Interview-Card-Data-Comment-Top-Account{width:calc(100% - 70px);height:60px;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:5px}.Account-Commented-Interview-Card-Data-Comment-Top-Account-Username-Label{font-family:Poppins-Medium;font-size:20px}.Account-Commented-Interview-Card-Data-Comment-Release-Date{font-size:12px}.Account-Commented-Interview-Card-Data-Comment-Content-Container{width:100%;height:calc(100% - 105px);overflow-y:scroll;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px}.Account-Commented-Interview-Card-Data-Comment-Content-Container::-webkit-scrollbar{width:0}.Account-Commented-Interview-Card-Stats-Container{width:100%;height:20px;display:flex;justify-content:flex-start;align-items:center}.Account-Commented-Interview-Card-Stat-Container{display:flex;justify-content:space-between;align-items:center;gap:10px}.Settings-Box-Lateral-Menu{width:20%;height:100%;box-sizing:border-box;padding:20px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px;box-shadow:inset -1px 0 0 1px #a7a7a71a}.Settings-Box-Lateral-Menu-Title-Label{font-family:Poppins-Medium;font-size:24px;color:var(--Primary-color)}.Settings-Box-Lateral-Menu-Category{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px}.Settings-Box-Lateral-Menu-Category-Title-Label{font-family:Poppins-Medium;font-size:20px}.Settings-Box-Lateral-Menu-Category-Option{width:100%;height:40px;display:flex;justify-content:flex-start;align-items:center;gap:10px;box-sizing:border-box;padding:0 10px;border-radius:10px;transition:.2s;cursor:pointer}.Settings-Box-Lateral-Menu-Category-Option svg{font-size:24px}.Settings-Box-Lateral-Menu-Category-Option-Label{font-family:Poppins-Medium}.Settings-Box-Lateral-Menu-Category-Option:hover{background-color:#ffed84}.Settings-Box-Lateral-Menu-Category-Option-Selected{background-color:var(--Primary-color)}.Settings-Box-Lateral-Menu-Category-Option-Selected svg{fill:#fff}.Settings-Box-Lateral-Menu-Category-Option-Selected .Settings-Box-Lateral-Menu-Category-Option-Label{color:#fff}.Settings-Box-Lateral-Menu-Category-Option-Selected:hover{background-color:var(--Primary-color)}.Delete-Account-Option{margin-top:auto;background-color:red}.Delete-Account-Option svg{fill:#fff}.Delete-Account-Option .Settings-Box-Lateral-Menu-Category-Option-Label{color:#fff}.Delete-Account-Option:hover{background-color:red}.Switch-Container{width:100%;height:auto;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;padding:10px;border-radius:10px;cursor:pointer}.Switch-Container-Label{font-family:Poppins-Medium;font-size:20px}.switch{font-size:17px;position:relative;display:inline-block;width:3.5em;height:2em}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:#fff8cf;border-radius:50px;transition:all .4s cubic-bezier(.23,1,.32,1)}.slider:before{position:absolute;content:"";height:1.4em;width:1.4em;left:.3em;bottom:.3em;background-color:#fff;border-radius:50px;box-shadow:0 0 20px #0006;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.switch input:checked+.slider{background:var(--Primary-color)}.switch input:focus+.slider{box-shadow:0 0 1px var(--Primary-color)}.switch input:checked+.slider:before{transform:translate(1.6em);width:2em;height:2em;bottom:0}.Settings-Account-View{width:100%;height:100%;box-sizing:border-box;padding:20px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.Settings-Account-View-Title-Bar{width:100%;height:auto;display:flex;justify-content:space-between;align-items:center}.Settings-Account-View-Title-Label{font-family:Poppins-Medium;font-size:24px;color:var(--Primary-color)}.Settings-Account-Profile-Container{width:100%;height:auto}.Settings-Account-Profile-Cover{width:100%;height:250px;border-radius:15px;overflow:hidden}.Settins-Account-Profile-Data{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-end;gap:20px;box-sizing:border-box;padding:0 40px;margin-top:-75px}.Settings-Account-Profile-Data-Profile-Picture{width:150px;height:150px;border-radius:150px;overflow:hidden;box-shadow:0 0 1px 3px var(--Primary-color);display:grid;place-items:center}.Settings-Account-Profile-Data-Profile-Picture img{width:100%}.Settings-Account-Profile-Data-Profile-Picture:hover{background-color:#616161;cursor:pointer;box-sizing:border-box;padding:30px}.Settings-Account-Profile-Data-Profile-Picture:hover img{display:none}.Settings-Account-Profile-Data-Profile-Picture:hover .upload-icon{width:100%;height:100%;opacity:1}.upload-icon{width:100%;height:100%;display:grid;place-items:center}.upload-icon svg{width:auto;fill:#fff;font-size:84px}.Settings-Account-Profile-Username-Container{width:auto;height:40px;display:flex;justify-content:flex-start;align-items:center;gap:10px}.Settings-Account-Profile-Username-Container .Icon-Button{width:40px;height:40px;display:none}.Settings-Account-Profile-Username-Container:hover .Icon-Button{display:grid}.Settings-Account-Profile-Username-Edit-Container .Input-Field-Container{min-width:300px}.Settings-Account-Profile-Username-Edit-Container .Icon-Button{display:grid}.Settings-Account-Profile-Data-Profile-Username-Label{min-width:300px;font-family:Poppins-Medium;font-size:24px}.Settings-Preferences-View{width:100%;height:100%;box-sizing:border-box;padding:20px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.Settings-Preferences-View-Title-Bar{width:100%;height:auto;display:flex;justify-content:space-between;align-items:center}.Settings-Preferences-View-Title-Label{font-family:Poppins-Medium;font-size:24px;color:var(--Primary-color)}.Settings-Preference-Category{width:100%;height:auto}.Settings-Preference-Category-Title-Label{font-family:Poppins-Medium;font-size:24px;color:var(--Primary-color)}.Settings-Look-View{width:100%;height:100%;box-sizing:border-box;padding:20px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.Settings-Look-View-Title-Bar{width:100%;height:auto;display:flex;justify-content:space-between;align-items:center}.Settings-Look-View-Title-Label{font-family:Poppins-Medium;font-size:24px;color:var(--Primary-color)}.Settings-Look-Category{width:100%;height:auto}.Settings-Look-Category-Title-Label{font-family:Poppins-Medium;font-size:24px;color:var(--Primary-color)}.Settings-Look-Category-Themes-Container{width:100%;height:auto;display:flex;align-items:flex-start;gap:40px;padding-top:20px}.Settings-Look-Theme-Container{min-width:250px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px}.Settings-Look-Theme{width:100%;aspect-ratio:16/9;height:auto;border-radius:20px;box-shadow:0 0 15px -3px #00000049;cursor:pointer}.Settings-Look-Theme-Selected{box-shadow:0 0 1px 2px #ffd900}.Settings-Look-Theme-Device-Default{background:linear-gradient(150deg,#f4f3f2 50%,#242424 50%)}.Settings-Look-Theme-Light{background:linear-gradient(150deg,#f4f3f2 70%,gold 30%)}.Settings-Look-Theme-Dark{background:linear-gradient(150deg,#242424 70%,gold 30%)}.Settings-Look-Theme-Name-Label{font-family:Poppins-Medium}.Settings-View{margin:auto;max-width:1396px;width:100%;min-height:100vh;height:auto;padding-top:40px}.Settings-Box-Container{width:100%;height:900px;background-color:#fff;display:flex;justify-content:space-between;align-items:flex-start}.Settings-Box-Menu-Option-Container{width:80%;height:100%}.Checkbox-Container{width:auto;height:auto;display:flex;justify-content:flex-start;align-items:center;gap:10px;box-sizing:border-box;padding:5px 10px;border-radius:5px;cursor:pointer}.Checkbox-Container input{cursor:inherit}.Checkbox-Container-Label{font-size:14px;cursor:inherit}.Checkbox-Container:hover{background-color:#ffbf005e}.Login-View{width:100%;height:100%;display:flex;justify-content:space-between;align-items:flex-start}.Login-View-Auth-Container{width:40%;height:100%;background-color:var(--Background-color);box-sizing:border-box;padding:40px;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:20px;z-index:1}.Login-View-Auth-Container .Text-Button{width:100%;height:40px;border-radius:5px}.Login-View-Text-Container-Title-Label{font-family:Poppins-Medium;font-weight:900;font-size:36px;color:var(--Primary-color)}.Login-View-Auth-Container .Input-Field-Container{width:100%}.Login-View-Login-Actions-Container{width:100%;height:40px;display:flex;justify-content:space-between;align-items:center}.Login-View-Login-Actions-Container .Text-Button{width:auto;height:35px}.Login-View-Auth-Decorator{width:100%;height:30px;display:flex;justify-content:space-between;align-items:center;gap:10px}.Login-View-Auth-Decoration{width:100%;height:4px;border-radius:4px;background-color:#0000001e;box-shadow:0 10px 15px -3px #0000001a}.Login-View-Auth-Social-Options-Container{width:100%;height:50px;display:flex;justify-content:center;align-items:center;gap:20px}.Login-View-Auth-Social-Options-Container .Icon-Button svg{font-size:24px}.Login-View-Auth-Container #forgot_password{margin-top:auto;width:100%;background-color:transparent;box-shadow:unset;padding:0}.Login-View-Auth-Container #forgot_password .Text-Button-Label{color:var(--Primary-color)}.Login-View-Auth-Animation-Decoration{width:60%;height:100%;overflow:hidden}@media screen and (min-width:0px) and (max-width:545px){.Login-View-Auth-Container{width:100%;padding:20px}.Login-View-Login-Actions-Container{height:40px;align-items:flex-start;flex-direction:column}.Login-View-Login-Actions-Container .Text-Button,.Login-View-Auth-Animation-Decoration{display:none}}.Register-View{width:100%;height:100%;display:flex;justify-content:space-between;align-items:flex-start}.Register-View-Auth-Container{width:40%;height:100%;background-color:var(--Background-color);box-sizing:border-box;padding:40px;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:20px;z-index:1}.Register-View-Text-Container-Title-Label{font-family:Poppins-Medium;font-weight:900;font-size:36px;color:var(--Primary-color)}.Register-View-Auth-Container .Text-Button{width:100%;height:40px;border-radius:5px}.Register-View-Auth-Decorator{width:100%;height:30px;display:flex;justify-content:space-between;align-items:center;gap:10px}.Register-View-Auth-Decoration{width:100%;height:4px;border-radius:4px;background-color:#0000001e;box-shadow:0 10px 15px -3px #0000001a}.Register-View-Auth-Social-Options-Container{width:100%;height:50px;display:flex;justify-content:center;align-items:center;gap:20px}.Register-View-Auth-Social-Options-Container .Icon-Button svg{font-size:24px}.Register-View-Auth-Animation-Decoration{width:60%;height:100%;overflow:hidden}.register-form-link{font-style:italic;text-decoration:underline;cursor:pointer}.Checkbox-Container-Pricacy-And-Terms{box-shadow:0 0 0 2px red}.Terms-and-Conditions-View{width:100%;min-height:100vh;height:auto;box-sizing:border-box;padding:40px 20%}.Terms-And-Conditions-Document-Paper-Sheet{width:100%;height:auto;background-color:#fff;box-sizing:border-box;padding:96px}.Terms-And-Conditions-Document-Paper-Sheet{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:40px}.Terms-And-Conditions-Document-Header{width:100%;height:auto;display:grid;place-items:center}.Terms-And-Conditions-Document-Header-Title-Label{font-family:Poppins-Medium;font-size:32px}.Terms-And-Condition-Document-Section{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px}.Termns-And-Condition-Document-Section-Title-Label{font-family:Poppins-Medium;color:var(--Primary-color)}.Termns-And-Condition-Document-Section-Text-Label{text-align:justify}.Terms-And-Condition-Document-Section-List-Container{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:5px}.Terms-And-Condition-Document-Section-List-Item{display:list-item;list-style-type:disc;list-style-position:inside;font-family:Poppins-Medium;font-style:italic}.Privacy-Policy-View{width:100%;min-height:100vh;height:auto;box-sizing:border-box;padding:40px 20%}.Privacy-Policy-Document-Paper-Sheet{width:100%;height:auto;background-color:#fff;box-sizing:border-box;padding:96px}.Privacy-Policy-Document-Paper-Sheet{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:40px}.Privacy-Policy-Document-Header{width:100%;height:auto;display:grid;place-items:center}.Privacy-Policy-Document-Header-Title-Label{font-family:Poppins-Medium;font-size:32px}.Privacy-Policy-Document-Section{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px}.Privacy-Policy-Document-Section-Title-Label{font-family:Poppins-Medium;color:var(--Primary-color)}.Privacy-Policy-Document-Section-Text-Label{text-align:justify}.Privacy-Policy-Document-Section-List-Container{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:5px}.Privacy-Policy-Document-Section-List-Item{display:list-item;list-style-type:disc;list-style-position:inside;font-family:Poppins-Medium;font-style:italic}.App-View-Container{width:100%;height:100dvh;position:relative;background-color:var(--Background-color)}.App-View-Content-Container{width:100%;height:calc(100% - 100px);overflow-y:scroll;position:relative}.App-View-Content-Container::-webkit-scrollbar{width:5px;background-color:transparent}.App-View-Content-Container::-webkit-scrollbar-thumb{background:var(--Primary-color)}.App-View-Content-Container-Mobile-Style{height:calc(100% - 115px)}
