@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";header{width:100%;background:#f6faff;padding:0rem 1rem}header .container{position:relative;max-width:1400px;width:100%;margin:auto;height:100%;min-height:50px}header .container{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;flex-wrap:nowrap;gap:0rem}@media (min-width: 768px){header .container{min-height:56px}}header .left-side{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:10px}header .logo a{display:block;line-height:0px}header .logo a img{max-width:none;width:120px}@media (min-width: 768px){header .logo a img{width:180px}}@media (max-width: 768px){header .links{position:absolute;top:200%;left:.5rem;min-width:210px;padding:12px 1rem;border:2px solid #F3F3F3;border-radius:14px;background-color:#fff;transition:all .2s ease;visibility:hidden;opacity:0;z-index:11}header .links a{border-bottom:1px solid #F3F3F3;padding:6px 12px!important;font-size:1rem!important;text-align:left!important}header .links a:last-child{border-bottom:0px}header .links.show{top:100%;visibility:visible;opacity:1}}header .links a{display:block;min-width:80px!important;text-align:center;padding:.25rem;color:#0e1320;text-decoration:none;font-size:16px;font-weight:400;line-height:26px;letter-spacing:.01em;transition:all .2s ease;position:relative;text-shadow:0px 2px 4px 0px rgba(0,0,0,.2509803922)}header .links a .link-content{max-height:36px}header .links a:hover{color:#3775ae}header .links a:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%,-50%);width:100%;height:1px;background-color:#0e1320;opacity:0;transition:all .2s ease}header .links a.active{font-weight:600}header .links a.active:before{opacity:1}header .links a.badge{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:6px}header .links a.badge .link-content{height:100%;max-height:36px}header .links a.badge .link-content{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:6px}header .links a.badge .text{white-space:nowrap}header .links a.badge .placeholder{padding:6px 8px;border-radius:4px;height:20px;line-height:0px;font-size:12px;font-weight:600;color:#fff;white-space:nowrap;text-shadow:0px 1px 2px 0px rgba(0,0,0,.2509803922);background-size:200% 200%!important;animation:gradient-move 5s ease infinite,scaleandTilt 3s linear infinite}header .links a.badge .placeholder{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:0rem}@keyframes gradient-move{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes scaleandTilt{0%{transform:scale(.75) rotate(0)}50%{transform:scale(1.08) rotate(-10deg)}to{transform:scale(.75)}}header .links a.badge.badge-new .placeholder{background:linear-gradient(270deg,#3775ae,#29385f)}header .links a.badge.badge-hot .placeholder{background:linear-gradient(270deg,#ff765e,#ffad20)}header .links a.badge.badge-trending .placeholder{background:linear-gradient(270deg,#2a7b9b,#41a190,#57c785)}header .links a.featured-item{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:6px}header .links a.featured-item .link-content{background:linear-gradient(90deg,#5574c5,#29385f);border-radius:10px;overflow:hidden;min-width:180px!important;min-height:36px;white-space:nowrap;position:relative}header .links a.featured-item .link-content{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:6px}header .links a.featured-item .link-content{background-size:200% 200%!important;animation:featured-gradient-move 10s ease infinite}@keyframes featured-gradient-move{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}header .links a.featured-item .link-content:before{content:"";position:absolute;top:50%;left:0%;width:25px;height:150%;transform:translate(-50%,-50%) rotate(-25deg);background:#ffffff26;animation:slide-shimmer 4s linear infinite}@keyframes slide-shimmer{0%{left:-20%}50%{left:200%}to{left:500%}}header .links a.featured-item .link-content .text{color:#fff;padding:0px 1.5rem;text-shadow:0px 2px 4px 0px rgba(0,0,0,.2509803922);font-weight:500;font-size:14px;white-space:nowrap}header .links a.featured-item .link-content .white-stars{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@keyframes scaleUpDownWhiteStars{0%{transform:scale(.75)}50%{transform:scale(1.2)}80%{transform:scale(1)}to{transform:scale(.75)}}header .links a.featured-item .link-content .yellow-stars{position:absolute;top:50%;left:6%;width:16px;height:16px;transform:translateY(-50%);animation:scaleUpDownYellowStarsGroup 4s linear infinite}@keyframes scaleUpDownYellowStarsGroup{0%{transform:translateY(-50%) scale(.5)}50%{transform:translateY(-50%) scale(1.5)}80%{transform:translateY(-50%) scale(1)}to{transform:translateY(-50%) scale(.5)}}header .links a.featured-item .link-content .single-yellow-star{position:absolute;bottom:8%;right:3%;width:12px;height:12px;transform:translate(-50%,-50%);animation:scaleUpDownSingleYellowStart 5s linear infinite}@keyframes scaleUpDownSingleYellowStart{0%{transform:translate(-50%,-50%) scale(.5)}50%{transform:translate(-50%,-50%) scale(2)}80%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(.5)}}@media (min-width: 768px){header .links{position:relative;width:100%}header .links{display:flex;flex-direction:row;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:.75rem}header .links.justify-end{justify-content:flex-end}}header .right-side{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:.5rem}header .right-side .daily-unlimited{position:relative}header .right-side .daily-unlimited{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:.5rem}header .right-side .daily-unlimited .dropdown-btn{border:none;text-decoration:none;color:#fff;background-color:transparent;cursor:pointer;transition:all .2s ease-in}header .right-side .daily-unlimited .dropdown-btn{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:2px}header .right-side .daily-unlimited .dropdown-btn .content{text-align:center;background-color:#3775ae;border-top-left-radius:4px;border-bottom-left-radius:4px;width:100%;transition:all .2s ease-in;font-size:1rem;height:30px;padding:0rem .5rem}header .right-side .daily-unlimited .dropdown-btn .content{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:.5rem}@media (min-width: 768px){header .right-side .daily-unlimited .dropdown-btn .content{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;height:40px;padding:0rem;min-width:160px;font-size:18px}}header .right-side .daily-unlimited .dropdown-btn .icon{width:30px;height:30px;border-top-right-radius:4px;border-bottom-right-radius:4px;background-color:#3775ae;transition:all .2s ease-in;padding:0rem .5rem}header .right-side .daily-unlimited .dropdown-btn .icon{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:0rem}header .right-side .daily-unlimited .dropdown-btn .icon img{width:12px}@media (min-width: 768px){header .right-side .daily-unlimited .dropdown-btn .icon{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;width:40px;height:40px;padding:0rem}header .right-side .daily-unlimited .dropdown-btn .icon img{width:18px}}header .right-side .daily-unlimited .dropdown-btn:hover .content,header .right-side .daily-unlimited .dropdown-btn:hover .icon{background-color:#1f4160}header .right-side .daily-unlimited .dropdown{position:absolute;top:200%;right:0rem;visibility:hidden;opacity:0;z-index:99;transition:all .2s ease}header .right-side .daily-unlimited .dropdown.show{top:100%;visibility:visible;opacity:1}header .right-side .daily-unlimited .dropdown .dropdown-menu{margin-top:1rem;border:2px solid #F3F3F3;border-radius:.5rem;background-color:#fff;padding:.5rem;min-width:180px}@media (min-width: 768px){header .right-side .daily-unlimited .dropdown .dropdown-menu{border-radius:14px;padding:12px;min-width:224px}}header .right-side .daily-unlimited .dropdown .dropdown-menu .hidden{display:none}header .right-side .daily-unlimited .dropdown .dropdown-menu button,header .right-side .daily-unlimited .dropdown .dropdown-menu a{text-decoration:none;background-color:#ffdd20;color:#0e1320;font-weight:600;display:block;text-align:center;border:none;width:100%;cursor:pointer;transition:all .2s ease;padding:.5rem;font-size:1rem;border-radius:.25rem}header .right-side .daily-unlimited .dropdown .dropdown-menu button:hover,header .right-side .daily-unlimited .dropdown .dropdown-menu a:hover{background-color:#ecc800}@media (min-width: 768px){header .right-side .daily-unlimited .dropdown .dropdown-menu button,header .right-side .daily-unlimited .dropdown .dropdown-menu a{padding:14px;font-size:18px;border-radius:8px}}header .right-side .help-btn{width:30px;height:30px;aspect-ratio:1/1;background-color:#ffdd20;border-radius:4px;border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}header .right-side .help-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:0rem}header .right-side .help-btn img{width:10px}header .right-side .help-btn:hover{background-color:#ecc800}@media (min-width: 768px){header .right-side .help-btn{width:40px;height:40px;border-radius:8px}header .right-side .help-btn img{width:12px}}header .right-side .play-btn{background-color:#3775ae;text-align:center;border-radius:4px;font-weight:500;font-size:12px;line-height:18px;padding:0rem .5rem;height:30px;cursor:pointer;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:all .2s ease;min-width:70px}header .right-side .play-btn:hover{background-color:#1f4160}@media (min-width: 768px){header .right-side .play-btn{width:160px;height:40px;padding:0rem;font-size:16px;line-height:24px;border-radius:8px}}header .hamburger{display:block;background:none;border:none;min-width:24px;min-height:24px;cursor:pointer}header .hamburger{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:0rem}@media (min-width: 768px){header .hamburger{display:none}}.main-grid{display:flex;min-height:80vh;justify-content:center}.main-grid .space-area{display:none;min-width:162px;max-width:162px}@media (min-width: 1200px){.main-grid .space-area{display:block;margin-top:10px;min-height:605px;max-height:605px;overflow:hidden;position:sticky;top:10px}}.main-grid .content-area{padding:0rem 1rem;width:100%;max-width:1200px}@media (min-width: 768px){.main-grid .content-area{padding:0rem 1rem}}footer{background-color:#3775ae;padding:3rem 0rem;margin-top:5rem}footer .container{max-width:1200px;width:100%;margin:auto}footer .footer p{color:#fff;font-size:14px;line-height:18px}@media (min-width: 768px){footer .footer p{font-size:16px;line-height:24px}}footer .footer a{display:block;text-decoration:none;color:#fff;transition:all .2s ease}footer .footer .row1{margin-bottom:2rem;padding:0rem 1rem}footer .footer .row1{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;gap:20px}@media (min-width: 768px){footer .footer .row1{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;gap:20px}}footer .footer .row1 .logo{width:100%}footer .footer .row1 .logo{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;gap:20px}footer .footer .row1 .logo p{text-align:center}@media (min-width: 768px){footer .footer .row1 .logo{max-width:420px}footer .footer .row1 .logo{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:20px}footer .footer .row1 .logo p{text-align:left}}footer .footer .row1 .links{display:grid;gap:20px 20px;width:100%}footer .footer .row1 .links.grid-1{grid-template-columns:1fr}@media (min-width: 1024px){footer .footer .row1 .links.grid-1{width:30%;grid-template-columns:1fr}}footer .footer .row1 .links.grid-2{grid-template-columns:1fr}@media (min-width: 1024px){footer .footer .row1 .links.grid-2{width:50%;grid-template-columns:1fr 1fr}}footer .footer .row1 .links.grid{grid-template-columns:1fr}@media (min-width: 1024px){footer .footer .row1 .links.grid{grid-template-columns:1fr 1fr 1fr}}footer .footer .row1 .links .group .heading{font-weight:700;font-size:16px;line-height:20px;margin-bottom:1rem;text-align:left}@media (min-width: 768px){footer .footer .row1 .links .group .heading{font-size:20px;line-height:26px;margin-bottom:2rem}}footer .footer .row1 .links .group a{font-weight:400;font-size:14px;line-height:18px;margin-bottom:.75rem}@media (min-width: 768px){footer .footer .row1 .links .group a{font-size:16px;line-height:26px;margin-bottom:1rem}}footer .footer .row1 .links .group a:last-child{margin-bottom:0}footer .footer .row1 .links .group a:hover{color:#e6e6e6}footer .footer .row2{padding:0rem 1rem}footer .footer .row2{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px}footer .footer .row2 .copyright{text-align:center;font-size:14px}@media (min-width: 768px){footer .footer .row2{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:20px}footer .footer .row2 .copyright{width:100%;font-size:16px;text-align:left}}footer .footer .row2 .social-links{width:100%}footer .footer .row2 .social-links{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px}@media (min-width: 768px){footer .footer .row2 .social-links{justify-content:flex-end}footer .footer .row2 .social-links{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px}}footer .footer .row2 .social-links a{min-width:30px;min-height:30px;background-color:#fff;border-radius:.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;cursor:pointer}footer .footer .row2 .social-links a:hover{background-color:#f3f3f3}footer .footer .row2 .social-links a img{transform:scale(.8)}@media (min-width: 768px){footer .footer .row2 .social-links a{border-radius:.5rem;min-width:38px;min-height:38px}footer .footer .row2 .social-links a img{transform:scale(1)}}
