*{box-sizing:border-box;-webkit-user-select:none;user-select:none;margin:0;padding:0}:root{--primary:#fe2626;--dark-primary:#a00909;--primary-gradient:linear-gradient(#bc0000, #df2222);--dark-gradient:linear-gradient(#a00909 15%, #730000);--active-gradient:linear-gradient(#ff3737, red);--hr-active-gradient:linear-gradient(to right, #ff3737, red);--inactive-gradient:linear-gradient(#1f1f1f, #252525);--border-gradient:linear-gradient(#ff0d0d, #ff8484);--black:#191919;--white:#fdfdfd;--primary-bg-btn:#ffffff29;--backdrop:#191919cc;--z-10:10;--z-15:15;--z-20:20;--z-25:25;--size:max(.2em, 5vw);--smooth:1.6s cubic-bezier(.19,1,.22, 1);--custom-dashed:url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200%20H%209%20V%205%20H%205%20V%209%20H%200%20V%200%22%20fill%3D%22rgba(253%2C253%2C253%2C0.29)%22%20%2F%3E%3Cpath%20d%3D%22M22%200%20V%209%20H%2017%20V%205%20H%2013%20V%200%20H%2022%22%20fill%3D%22rgba(253%2C253%2C253%2C0.29)%22%20%2F%3E%3Cpath%20d%3D%22M22%2022%20H%2013%20V%2017%20H%2017%20V%2013%20H%2022%20V%2022%22%20fill%3D%22rgba(253%2C253%2C253%2C0.29)%22%20%2F%3E%3Cpath%20d%3D%22M0%2022%20V%2013%20H%205%20V%2017%20H%209%20V%2022%20H%200%22%20fill%3D%22rgba(253%2C253%2C253%2C0.29)%22%20%2F%3E%3C%2Fsvg%3E");--custom-dashed-fill:url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200%20H%209%20V%205%20H%205%20V%209%20H%200%20V%200%22%20fill%3D%22rgba(253%2C253%2C253%2C0.71)%22%20%2F%3E%3Cpath%20d%3D%22M22%200%20V%209%20H%2017%20V%205%20H%2013%20V%200%20H%2022%22%20fill%3D%22rgba(253%2C253%2C253%2C0.71)%22%20%2F%3E%3Cpath%20d%3D%22M22%2022%20H%2013%20V%2017%20H%2017%20V%2013%20H%2022%20V%2022%22%20fill%3D%22rgba(253%2C253%2C253%2C0.71)%22%20%2F%3E%3Cpath%20d%3D%22M0%2022%20V%2013%20H%205%20V%2017%20H%209%20V%2022%20H%200%22%20fill%3D%22rgba(253%2C253%2C253%2C0.71)%22%20%2F%3E%3C%2Fsvg%3E")}::-webkit-scrollbar{width:2px}::-webkit-scrollbar-track{background:var(--primary-bg-btn)}::-webkit-scrollbar-thumb{background:var(--active-gradient);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--dark-gradient)}body{background:var(--black);font-family:fredokaOne}main{background:var(--black);max-width:440px;height:100svh;margin:0 auto;position:relative}h1{font-size:calc(var(--size) * 1.4);color:var(--white)}p{font-size:calc(var(--size) * .9);color:var(--white)}a{text-decoration:none}img{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}i{font-size:calc(var(--size) * 1);place-items:center;display:grid}@font-face{font-family:fredokaOne;src:url(/assets/FredokaOne-Regular-DVBZlsIi.ttf);font-weight:600}@font-face{font-family:fredokeReg;src:url(/assets/FredokaOne-Regular-DVBZlsIi.ttf)}.badges_iconed{align-items:center;gap:calc(var(--size) * .3);padding:calc(var(--size) * .3) calc(var(--size) * .4);background:var(--white);border-radius:calc(var(--size) * .5);transition:transform var(--smooth);display:flex;transform:skew(-8deg)}.badges_iconed:active{transform:scale(.8)rotateY(180deg)}.badges_iconed .icon{width:calc(var(--size) * 1.2);height:calc(var(--size) * 1.2);background:var(--primary);border-radius:100%;place-content:center;display:grid}.badges_iconed .icon img{width:calc(var(--size) * .7);height:auto}.badges_iconed h1{font-size:calc(var(--size) * 1);color:var(--black);opacity:.9}.button_group{align-items:center;gap:calc(var(--size) * .6);display:flex;position:relative}.button_group .arrow{max-width:calc(var(--size) * 1.6);height:auto;position:absolute}.button_group .arrow:first-child{bottom:50%;left:0}.button_group .arrow:nth-child(2){top:50%;right:0;transform:rotate(180deg)}.button_group .arrow img{width:100%;height:inherit;object-fit:cover}.btn{cursor:pointer;transition:transform var(--smooth);background:0 0;border:none;align-items:center;display:flex}.btn:hover{transform:translateY(-16%)}.btn.btn_pagination{background:var(--white);padding:calc(var(--size) * .3);border-radius:calc(var(--size) * .5);transform:skew(-8deg)}.btn.btn_pagination i{font-size:calc(var(--size) * 1.8);color:var(--primary)}.btn.btn_icon{gap:calc(var(--size) * .3)}.btn.btn_icon p{font-size:calc(var(--size) * .9)}.btn.btn_icon img{width:calc(var(--size) * 1);height:100%}.btn.btn_primary{padding:calc(var(--size) * .45) calc(var(--size) * .6);background:var(--primary-bg-btn);border-radius:calc(var(--size) * 8);border:1px solid var(--white);gap:calc(var(--size) * .35);border-style:dashed}.btn.btn_primary i{color:var(--white)}.footnote_infos{text-align:left;flex-direction:column;gap:0;display:flex}.footnote_infos p{font-size:calc(var(--size) * .75);opacity:.6}.footnote_infos h1{font-size:calc(var(--size) * .9)}.footnote_progress,.song_card .card_header .header_progress{width:calc(var(--size) * 1.8);height:calc(var(--size) * 1.8)}.footnote_progress .outer,.song_card .card_header .header_progress .outer{border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.footnote_progress .outer .inner,.song_card .card_header .header_progress .inner{width:calc(var(--size) * 1);height:calc(var(--size) * 1);background:var(--dark-primary);border-radius:50%}.song_card .card_header .header_progress i{font-size:calc(var(--size) * .5);color:var(--white);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.impression_card{gap:calc(var(--size) * 5);max-width:calc(var(--size) * 14);background:var(--inactive-gradient);border-radius:calc(var(--size) * .5);padding:calc(var(--size) * .5);flex-direction:column;flex-shrink:0;display:flex;position:relative;transform:skew(-3deg)}.impression_card:first-child{margin-left:calc(var(--size) * .75)}.impression_card.current:before{content:"";border:2px solid var(--primary);border-radius:calc(var(--size) * .5);pointer-events:none;width:100%;height:100%;position:absolute;top:-1%;left:-1%;transform:scaleX(1.032)scaleY(1.016)}.impression_card.current{border-radius:calc(var(--size) * .35);background:var(--active-gradient);box-shadow:0 1px 2px #1f1f1f14,0 4px 7px #1f1f1f29,0 8px 16px #1f1f1f3d}.impression_card .card_images{max-width:calc(var(--size) * 12);width:100%;height:100%;z-index:var(--z-10);border-radius:calc(var(--size) * .5);pointer-events:none;position:absolute;bottom:0;left:50%;overflow:hidden;transform:translate(-50%)}.impression_card .card_images:before{content:"";background:linear-gradient(#20202000 10%,#252525 90%);width:100%;height:100%;position:absolute}.impression_card.current .card_images:before{background:linear-gradient(#ff303000 10%,#ff0707 90%)}.impression_card .card_images img{width:inherit;height:inherit;object-fit:contain}.impression_card .card_header{z-index:var(--z-20);position:relative}.impression_card .card_header .btn.btn_icon{opacity:.6}.impression_card .card_header .btn.btn_icon i{color:var(--white)}.impression_card .card_header .btn.btn_icon p{font-size:calc(var(--size) * .75)}.impression_card .card_body{gap:calc(var(--size) * .75);z-index:var(--z-20);flex-direction:column;display:flex;position:relative}.impression_card .card_body h1{font-size:calc(var(--size) * .9)}.impression_card .card_body .body_footer{gap:calc(var(--size) * .5);display:flex}.impression_card .card_body .body_footer i{color:var(--primary)}.impression_card.current .card_body .body_footer i{color:var(--white)}.impression_card .card_body .body_footer p{font-size:calc(var(--size) * .75);opacity:.6}.song_card{background:var(--inactive-gradient);border-radius:calc(var(--size) * .5);width:100%;padding:calc(var(--size) * .5);flex-direction:column;display:flex}.song_card .card_header{padding-bottom:calc(var(--size) * .75);justify-content:space-between;align-items:center;display:flex}.song_card .card_header .header_infos{gap:calc(var(--size) * .5);align-items:center;display:flex}.song_card .card_header .header_infos img{max-width:calc(var(--size) * 2.4);object-fit:cover;border-radius:calc(var(--size) * .5);width:100%;height:auto;box-shadow:0 1px 2px #1f1f1f14,0 4px 7px #1f1f1f29,0 8px 16px #1f1f1f3d}.song_card .card_header .header_infos .infos_text{flex-direction:column;display:flex}.song_card .card_header .header_infos .infos_text h1{font-size:calc(var(--size) * .9)}.song_card .card_header .header_infos .infos_text p{font-size:calc(var(--size) * .75);opacity:.6}.song_card .card_body{padding:calc(var(--size) * .75);gap:calc(var(--size) * 1);border-top:1px solid var(--white);border-image-slice:1;border-image-repeat:round;border-image-source:var(--custom-dashed);display:flex}.song_card .card_footer{gap:calc(var(--size) * .5);flex-direction:column;display:flex}.song_card .card_footer .footer_timer{justify-content:space-between;display:flex}.song_card .card_footer .footer_timer p{font-size:calc(var(--size) * .75)}.song_card .card_footer .footer_timer p:last-child{opacity:.6}.song_card .card_footer .footer_progress{width:100%;height:calc(var(--size) * .4);background:var(--primary-bg-btn);border-radius:calc(var(--size) * 3);align-items:start;display:flex}.song_card .card_footer .footer_progress span{width:35%;height:inherit;background:var(--white);border-radius:inherit}.long_card{max-width:calc(var(--size) * 11);width:100%;height:calc(var(--size) * 15);padding:calc(var(--size) * .5);background:var(--inactive-gradient);border-radius:calc(var(--size) * .5);flex-direction:column;flex-shrink:0;justify-content:space-between;display:flex;position:relative;transform:skew(-3deg)}.long_card.current{border-radius:calc(var(--size) * .35);background:var(--active-gradient);box-shadow:0 1px 2px #1f1f1f14,0 4px 7px #1f1f1f29,0 8px 16px #1f1f1f3d}.long_card.current:before{content:"";border:2px solid var(--primary);border-radius:calc(var(--size) * .5);pointer-events:none;width:100%;height:100%;position:absolute;top:-1%;left:-1%;transform:scaleX(1.032)scaleY(1.016)}.long_card:first-child{margin-left:calc(var(--size) * .75)}.long_card .card_typography{flex-direction:column;display:flex}.long_card .card_typography .typography_content{gap:calc(var(--size) * .6);margin-bottom:calc(var(--size) * .6);flex-direction:column;display:flex}.long_card .card_typography .typography_content h1{font-size:calc(var(--size) * .9)}.long_card .card_footer{padding-top:calc(var(--size) * .5);gap:calc(var(--size) * .5);border-top:1px solid var(--white);border-image-slice:1;border-image-repeat:round;border-image-source:var(--custom-dashed);display:flex}.long_card .card_typography>p,.long_card .card_footer p{font-size:calc(var(--size) * .75);opacity:.6}.long_card .card_footer i{font-size:calc(var(--size) * 1);color:var(--white)}.photo_card{max-width:calc(var(--size) * 10);width:100%;height:auto;padding:calc(var(--size) * .5);background:var(--white);border-radius:calc(var(--size) * .5);transition:transform var(--smooth);will-change:transform;flex-shrink:0;position:relative;box-shadow:0 1px 2px #1f1f1f14,0 4px 7px #1f1f1f29,0 8px 16px #1f1f1f3d}.photo_card #heart_gif{opacity:0;right:calc(var(--size) * -2);top:calc(var(--size) * -1);max-width:calc(var(--size) * 6);z-index:var(--z-20);transition:transform var(--smooth);will-change:transform;position:absolute;transform:scale(0)}.photo_card #heart_gif img{width:100%}.photo_card.current:hover #heart_gif{opacity:1;transform:scale(1)}.photo_card.current+.photo_card{transform:rotate(8deg)}.photo_card:has(+.photo_card.current){transform:rotate(-8deg)}.photo_card.current{transform:skew(-3deg)}.photo_card.current:hover{transform:translateY(-16%)}.photo_card .card_images{aspect-ratio:1;border-radius:calc(var(--size) * .35);width:100%;height:100%;overflow:hidden}.photo_card .card_images img{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:filter var(--smooth)}.photo_card.current:hover .card_images img{filter:grayscale(0)}.photo_card .card_infos{margin-top:calc(var(--size) * .5);align-items:center;gap:calc(var(--size) * .35);display:flex}.photo_card .card_infos i{color:var(--primary)}.photo_card .card_infos p{color:var(--black);opacity:.9}.popup_wrapper{width:100%;height:100%;z-index:var(--z-25);opacity:0;pointer-events:none;position:absolute;top:0;left:0}.popup_wrapper.show{opacity:1;pointer-events:all}.popup_wrapper:before{content:"";background:var(--backdrop);opacity:0;width:100%;height:100%;transition:opacity var(--smooth);pointer-events:none;position:absolute;top:0;left:0}.popup_wrapper.show:before{opacity:1}.popup_wrapper .rizz{opacity:1;max-width:calc(var(--size) * 20);height:auto;transition:transform var(--smooth);transform-origin:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)rotate(360deg)}.popup_wrapper .rizz.active{opacity:1;transform:translate(-50%,-50%)scale(1)rotate(0)}.popup_wrapper .rizz img{width:100%;height:inherit}.section .section_wrapper{padding:calc(var(--size) * 1.2) calc(var(--size) * .6)}.section_wrapper .section_typography .typography_text{gap:calc(var(--size) * .25);flex-direction:column;display:flex}.section_wrapper .typography_text .typography_iconed{gap:calc(var(--size) * .45);flex-wrap:wrap;width:fit-content;display:flex}.section#hero .section_wrapper{padding:0}.section#hero{background:var(--primary-gradient);width:100%;height:auto;display:flex;position:relative;overflow:hidden}.section#hero .borders{width:100%;height:calc(var(--size) * 4.5);z-index:var(--z-15);pointer-events:none;position:absolute;bottom:0;left:0}.section#hero .guidlines{pointer-events:none;width:100%;height:fit-content;z-index:var(--z-10);opacity:.24;position:absolute;top:0;left:0}.section#hero .borders img,.section#hero .guidlines img{width:inherit;height:inherit}.section#hero .section_wrapper{gap:calc(var(--size) * 4.5);flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.section#hero .section_wrapper .section_navigation{padding:calc(var(--size) * .6) calc(var(--size) * .6) 0 calc(var(--size) * .6);flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:fit-content;display:flex}.section#hero .section_wrapper .section_navigation .btn.btn_icon img{margin-bottom:calc(var(--size) * .18)}.section#hero .section_wrapper .section_navigation .logos{max-width:calc(var(--size) * 3.5);height:auto}.section#hero .section_wrapper .section_navigation .logos img{width:100%;height:inherit}.section#hero .section_wrapper .section_typography .typography_text{align-items:center}.section#hero .section_wrapper .section_typography{padding:0 calc(var(--size) * .6);text-align:center;gap:calc(var(--size) * .85);flex-direction:column;width:100%;display:flex}.section#hero .section_wrapper .section_typography>p{max-width:calc(var(--size) * 16);opacity:.8;margin:0 auto}.section#hero .section_wrapper .section_typography .button_group{margin-top:calc(var(--size) * .5);justify-content:center}.section#hero .section_wrapper .section_photography{padding-bottom:calc(var(--size) * 2.4);z-index:var(--z-20);justify-content:center;align-items:center;gap:calc(var(--size) * 2);display:flex;position:relative}.section#poem{background:var(--dark-gradient);position:relative;overflow:hidden}.section#poem .guidlines{pointer-events:none;width:100%;height:fit-content;z-index:var(--z-10);opacity:.24;position:absolute;top:0;left:0}.section#poem .guidlines img{width:inherit;height:inherit}.section#poem .section_wrapper{gap:calc(var(--size) * 2.6);flex-direction:column;align-items:center;width:100%;height:100%;display:flex}.section#poem .section_wrapper .section_typography{text-align:center;gap:calc(var(--size) * .85);flex-direction:column;width:100%;display:flex}.section#poem .section_wrapper .section_typography .typography_text{padding:0 calc(var(--size) * .6)}.section#poem .section_wrapper .section_typography .button_group{margin-top:calc(var(--size) * .5);justify-content:center}.section#poem .section_wrapper .section_typography .button_group .arrow:first-child{left:6%}.section#poem .section_wrapper .section_typography .button_group .arrow:nth-child(2){top:-12%;right:4%;transform:rotate(135deg)}.section#poem .section_wrapper .section_footer{justify-content:space-between;align-items:center;width:100%;display:flex}.section#poem .section_wrapper .section_body{z-index:var(--z-15);align-items:center;gap:calc(var(--size) * .85);width:100%;display:flex;position:relative}.section#dedicated{background:var(--dark-primary)}.section#dedicated .badges_iconed{background:var(--hr-active-gradient)}.section#dedicated .badges_iconed .icon{background:var(--white)}.section#dedicated .badges_iconed h1{color:var(--white)}.section#dedicated .section_wrapper{gap:calc(var(--size) * 1.6);flex-direction:column;display:flex}.section#dedicated .song_card:not(.active) .header_progress .inner{background:var(--black)}.section#dedicated .song_card.active{z-index:var(--z-10);background:var(--active-gradient);margin-top:-40%;position:relative;box-shadow:0 1px 2px #1f1f1f14,0 4px 7px #1f1f1f29,0 8px 16px #1f1f1f3d}.section#dedicated .song_card.active .header_progress .inner{background:var(--primary)}.section#dedicated .section_wrapper .section_footer .button_group{justify-content:center}.section#impression{background:var(--dark-primary);overflow:hidden}.section#impression .badges_iconed{background:var(--hr-active-gradient)}.section#impression .badges_iconed .icon{background:var(--white)}.section#impression .badges_iconed h1{color:var(--white)}.section#impression .section_wrapper .section_typography{gap:calc(var(--size) * .85);flex-direction:column;display:flex}.section#impression .section_wrapper{gap:calc(var(--size) * 1.6);flex-direction:column;display:flex}.section#impression .section_wrapper .section_typography p{opacity:.8}.section#impression .section_wrapper .section_body{justify-content:center;align-items:center;gap:calc(var(--size) * .85);display:flex}.section#impression .section_wrapper .section_footer{justify-content:space-between;align-items:center;display:flex}.section#separator{background:var(--dark-primary)}.section#separator .section_wrapper{padding:calc(var(--size) * .6);align-items:center;gap:calc(var(--size) * .6);display:flex}.section#separator .section_wrapper .fill{border-top:1px solid var(--white);border-image-slice:1;border-image-repeat:round;border-image-source:var(--custom-dashed-fill);width:80%}.section#separator .section_wrapper .separator_cut{max-width:calc(var(--size) * 1);width:100%}.section#separator .section_wrapper .separator_cut img{width:100%;height:auto}.section#separator .section_wrapper .path{border-top:1px solid var(--white);border-image-slice:1;border-image-repeat:round;border-image-source:var(--custom-dashed);width:20%}@media screen and (width>=360px) and (width<=450px){.button_group .arrow{display:none}}@media screen and (width>=360px){h1{font-size:24px}p{font-size:16px}i{font-size:18px}.badges_iconed{border-radius:8px;gap:4px;padding:4px 8px}.badges_iconed .icon{width:18px;height:18px}.badges_iconed .icon img{width:10px}.badges_iconed h1{font-size:18px}.button_group{gap:8px}.button_group .arrow{max-width:28px}.button_group .arrow:first-child{left:6%}.button_group .arrow:nth-child(2){right:6%}.btn.btn_primary{gap:8px;padding:8px 16px}.btn.btn_pagination{border-radius:8px;padding:0}.btn.btn_pagination i{font-size:36px}.btn.btn_icon{gap:8px}.btn.btn_icon p{font-size:16px}.btn.btn_icon img{max-width:18px}.footnote_infos p{font-size:12px}.footnote_infos h1{font-size:16px}.section_wrapper .typography_text .typography_iconed{gap:8px}.section_wrapper .section_typography .typography_text{gap:4px}.song_card{border-radius:8px;padding:8px}.song_card .card_header{padding-bottom:16px}.song_card .card_header .header_infos{gap:8px}.song_card .card_header .header_infos img{border-radius:8px;max-width:36px}.song_card .card_header .header_infos .infos_text h1{font-size:16px}.song_card .card_header .header_infos .infos_text p,.song_card .card_header .header_progress i{font-size:12px}.song_card .card_body{gap:16px;padding:16px}.song_card .card_footer{gap:8px}.song_card .card_footer .footer_progress{height:6px}.song_card .card_footer .footer_timer p{font-size:12px}.long_card{border-radius:8px;max-width:180px;height:250px;padding:8px}.long_card:first-child{margin-left:8px}.long_card.current{border-radius:4px}.long_card.current:before{border-radius:8px}.long_card .card_typography .typography_content h1{font-size:16px}.long_card .card_footer{gap:8px;padding-top:8px}.long_card .card_footer i{font-size:18px}.long_card .card_typography>p,.long_card .card_footer p{font-size:12px}.long_card .card_typography .typography_content{gap:8px;margin-bottom:8px}.impression_card{border-radius:8px;gap:80px;max-width:250px;padding:8px}.impression_card:first-child{margin-left:8px}.impression_card.current{border-radius:4px}.impression_card.current:before{border-radius:8px}.impression_card .card_header .btn.btn_icon p{font-size:12px}.impression_card .card_body{gap:16px}.impression_card .card_body h1{font-size:16px}.impression_card .card_body .body_footer{gap:8px}.impression_card .card_body .body_footer p{font-size:12px}.photo_card{border-radius:8px;max-width:195px;padding:8px}.photo_card #heart_gif{max-width:80px;top:-16px;right:-24px}.photo_card .card_images{border-radius:4px}.photo_card .card_infos{gap:8px;margin-top:8px}.footnote_progress,.song_card .card_header .header_progress{width:36px;height:36px}.footnote_progress .outer .inner,.song_card .card_header .header_progress .inner{width:24px;height:24px}.section .section_wrapper{padding:24px 16px}.section#hero .section_wrapper{gap:32px}.section#hero .borders{height:70px}.section#hero .section_wrapper .section_navigation{padding:16px}.section#hero .section_wrapper .section_navigation .btn.btn_icon img{margin-bottom:4px}.section#hero .section_wrapper .section_typography{gap:16px;padding:16px}.section#hero .section_wrapper .section_typography>p{max-width:300px}.section#hero .section_wrapper .section_typography .button_group{gap:8px;margin-top:16px}.section#hero .section_wrapper .section_typography .typography_text{gap:4px}.section#hero .section_wrapper .section_navigation .logos{max-width:64px}.section#hero .section_wrapper .section_photography{gap:40px;padding:16px 16px 32px}.section#poem .section_wrapper{gap:32px}.section#poem .section_wrapper .section_typography{gap:16px}.section#poem .section_wrapper .section_typography .typography_text{padding:0 24px}.section#poem .section_wrapper .section_typography .button_group{gap:8px;margin-top:16px}.section#poem .section_wrapper .section_typography .button_group .arrow:first-child{left:11%}.section#poem .section_wrapper .section_typography .button_group .arrow:nth-child(2){right:9%}.section#poem .section_wrapper .section_body{gap:16px}.section#dedicated .section_wrapper{gap:32px}.section#dedicated .song_card.active{margin-top:-30%}.section#impression .section_wrapper .section_typography{gap:16px}.section#impression .section_wrapper .section_typography p{max-width:300px}.section#impression .section_wrapper{gap:32px}.section#impression .section_wrapper .section_body{justify-content:start;gap:16px}.section#separator .section_wrapper{align-items:center;gap:8px;padding:8px 16px;display:flex}.section#separator .section_wrapper .separator_cut{max-width:18px}}
