svg.w-heatmap rect:hover{stroke:var(--rhm-rect-hover-stroke,rgba(0,0,0,.14));stroke-width:1px}svg.w-heatmap rect:active{fill:#196127;fill:var(--rhm-rect-active,#196127);stroke-width:0}#tagline .cloud-static{position:absolute;width:60%;opacity:20%;background-size:contain;background-repeat:no-repeat;background-position:50%;pointer-events:none}#tagline .cloud-static-1{top:12vh;right:5%;height:8vh;background-image:url(/images/clouds/cloud-kr-ribbon-04.svg);opacity:10%;transform:scaleX(-1)}#tagline .cloud-static-2{top:45vh;left:10%;height:7vh;width:45%;background-image:url(/images/clouds/cloud-kr-ribbon-03.svg);opacity:7%}#tagline .cloud-static-3{top:72vh;right:12%;height:5vh;width:30%;background-image:url(/images/clouds/cloud-kr-01.svg);opacity:5%;transform:scaleX(-1)}#tagline .cloud-static-4{top:28vh;right:20%;height:8vh;width:50%;background-image:url(/images/clouds/cloud-50-03-a4cf614b6284351c615327f4ae1e55e210813c3e7939616c090c3f681d1895fd.png);opacity:4%}#tagline .cloud-static-5{top:55vh;left:5%;height:6vh;width:35%;background-image:url(/images/clouds/cloud-25-06-70d7e883407212d90b7563d1e92de66cef1d0f8c64e98fcb5559ca93a529a9df.png);opacity:3%;transform:scaleX(-1)}@keyframes animateRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,-40vh,0)}}#tagline .cloud,.cloud-overlay .cloud{position:absolute;left:-100%;width:100%;opacity:50%;background-size:contain;background-repeat:no-repeat;background-position:100%;animation-name:animateRight;animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:40s}#tagline .cloud.cloud-1,.cloud-overlay .cloud.cloud-1{top:5vh;height:8vh;background-image:url(/images/clouds/cloud-kr-ribbon-01.svg);animation-delay:-35s}#tagline .cloud.cloud-2,.cloud-overlay .cloud.cloud-2{top:12vh;height:12vh;background-image:url(/images/clouds/cloud-kr-01.svg);animation-delay:-2s}#tagline .cloud.cloud-3,.cloud-overlay .cloud.cloud-3{top:22vh;height:7vh;background-image:url(/images/clouds/cloud-kr-ribbon-04.svg);animation-delay:-36s}#tagline .cloud.cloud-4,.cloud-overlay .cloud.cloud-4{top:30vh;height:11vh;background-image:url(/images/clouds/cloud-kr-04.svg);animation-delay:-8s}#tagline .cloud.cloud-5,.cloud-overlay .cloud.cloud-5{top:40vh;height:9vh;background-image:url(/images/clouds/cloud-kr-ribbon-02.svg);animation-delay:-18s}#tagline .cloud.cloud-6,.cloud-overlay .cloud.cloud-6{top:48vh;height:12vh;background-image:url(/images/clouds/cloud-kr-07.svg);animation-delay:-12s}#tagline .cloud.cloud-7,.cloud-overlay .cloud.cloud-7{top:58vh;height:8vh;background-image:url(/images/clouds/cloud-kr-ribbon-03.svg);animation-delay:-28s}#tagline .cloud.cloud-8,.cloud-overlay .cloud.cloud-8{top:65vh;height:12vh;background-image:url(/images/clouds/cloud-kr-07.svg);animation-delay:-5s}#tagline .cloud.cloud-9,.cloud-overlay .cloud.cloud-9{top:73vh;height:7vh;background-image:url(/images/clouds/cloud-kr-ribbon-03.svg);animation-delay:-22s}#tagline .cloud.cloud-10,.cloud-overlay .cloud.cloud-10{top:80vh;height:10vh;background-image:url(/images/clouds/cloud-kr-04.svg);animation-delay:-15s}#tagline .cloud.cloud-11,.cloud-overlay .cloud.cloud-11{top:10vh;height:10vh;background-image:url(/images/clouds/cloud-25-01-c972138ef5b76a3950567809ab1f98b03f94e8b3979e1f4c2b4d10eef27d7c37.png);opacity:30%;animation-delay:-30s}#tagline .cloud.cloud-12,.cloud-overlay .cloud.cloud-12{top:35vh;height:12vh;background-image:url(/images/clouds/cloud-75-02-7425b4cfea90bc0285208cec59d95bd6e29bec13f14760115bcd813e05a36209.png);opacity:25%;animation-delay:-20s}#tagline .cloud.cloud-13,.cloud-overlay .cloud.cloud-13{top:55vh;height:10vh;background-image:url(/images/clouds/cloud-50-05-8c4f3c91cd74c182de8a67614bed9927c9977a1b89c870232224061542d98df1.png);opacity:28%;animation-delay:-14s}#tagline .cloud.cloud-14,.cloud-overlay .cloud.cloud-14{top:75vh;height:10vh;background-image:url(/images/clouds/cloud-25-04-348a59a49658b3baa9672aa2221e4132439e062fbbeee5e6dd25b25e332a3ee9.png);opacity:22%;animation-delay:-32s}#tagline .cloud.cloud-15,.cloud-overlay .cloud.cloud-15{top:45vh;height:10vh;background-image:url(/images/clouds/cloud-50-01-590f2b81d91a911becb9213f2d3c97180e57c33189dd40d61da242501620dd6a.png);opacity:25%;animation-delay:-26s}.board{display:flex;align-items:center;justify-content:center;gap:calc(var(--key-size) * .02)}.key-position{transform:rotate(0turn) rotateY(18deg) rotateX(-36deg)}.key{--key-bg:#09090b;--key-border:#232b34;position:relative;width:var(--key-size);height:var(--key-size);font-size:calc(var(--key-size) / 2);border:.1rem solid var(--key-border);border-radius:calc(var(--key-size) * .2);background:var(--key-bg);box-shadow:.15rem .15rem 0 0 var(--key-border),.3rem .3rem 0 0 var(--key-border),.45rem .45rem 0 0 var(--key-border),.6rem .6rem 0 0 var(--key-border);transition:.2s ease;display:flex;align-items:center;justify-content:center}.key:hover{cursor:pointer;transform:translateX(.3rem) translateY(.3rem);box-shadow:.15rem .15rem 0 0 var(--key-border),.3rem .3rem 0 0 var(--key-border),.45rem .45rem 0 0 var(--key-border),.5rem .5rem 0 0 var(--key-border)}.key:active{cursor:grabbing;transform:translateX(.8rem) translateY(.8rem);box-shadow:.1rem .1rem 0 0 var(--key-border),.1rem .1rem 0 0 var(--key-border),.2rem .2rem 0 0 var(--key-border),.2rem .2rem 0 0 var(--key-border);filter:blur(.02rem)}.key svg{width:2.25rem;height:2.25rem}@media (max-width:640px){.key svg{width:1.5rem;height:1.5rem}.board{--key-size:3rem}}.key.call-to-action{width:160px;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.05rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.call-to-action-content:after{position:absolute;content:"";width:0;left:0;top:50%;margin:10px 15%;background:#fff;height:1.5px;transition:.3s ease-out}.key.call-to-action:hover .call-to-action-content:after{width:70%}.ukiyoe-waves-container{height:25vh;pointer-events:none;overflow:hidden}.ukiyoe-waves,.ukiyoe-waves-container{position:absolute;bottom:0;left:0;width:100%}.ukiyoe-waves{height:100%}.ukiyoe-waves:after{content:"";display:block;position:absolute;left:0;width:100%;bottom:-100px;height:100px;background:rgba(10,15,35,.8)}.ukiyoe-waves svg{position:absolute;bottom:0;left:0;width:100%;height:100%}.ukiyoe-waves use{animation:wavewave 12s cubic-bezier(.55,.5,.45,.5) infinite;opacity:.5}.ukiyoe-waves.back{z-index:1}.ukiyoe-waves.back use:first-child{fill:rgba(60,90,180,.15);animation-delay:-5s;animation-duration:25s}.ukiyoe-waves.back use:nth-child(2){fill:rgba(40,70,160,.1);animation-delay:-10s;animation-duration:35s}.ukiyoe-waves.front{z-index:3}.ukiyoe-waves.front use:first-child{fill:rgba(70,110,200,.18);animation-delay:0s;animation-duration:18s}.ukiyoe-waves.front use:nth-child(2){fill:rgba(80,120,210,.12);animation-delay:-6s;animation-duration:22s}@keyframes wavewave{0%{transform:translate(-90px)}to{transform:translate(85px)}}.island-scene{position:absolute;bottom:28vh;right:0;width:450px;height:280px;pointer-events:none;z-index:4;transform:scale(.85);transform-origin:bottom right;opacity:1;overflow:visible}.is-top-section{background:transparent!important}.is-sea,.is-sky{display:none}@media (max-width:768px){.island-scene{transform:scale(.35);opacity:.4}}.is-island,.is-top-section div{position:absolute}.is-island{width:450px;left:5%;top:120px}.is-sand-shadow{width:380px;border-radius:30px 30px 0 0;background:linear-gradient(135deg,rgba(220,140,60,.9),rgba(190,110,50,.85) 50%,rgba(150,85,40,.8))}.is-sand,.is-sand-shadow{height:20px;top:-10px;left:30px}.is-sand{width:200px;border-radius:30px 0 0 0;background:linear-gradient(135deg,rgba(245,190,100,.95),rgba(230,160,70,.9))}.is-coast{background-color:rgba(15,30,70,.6);height:16px;width:450px;animation:isWaving 5.2s ease-in-out infinite alternate}.is-coast,.is-coast2{margin-top:3px;border-radius:30px}.is-coast2{top:4px;left:25px;background-color:rgba(180,200,220,.12);height:7px;width:400px;animation:isWaving 5.2s ease-in-out 1s infinite alternate}@keyframes isWaving{0%{transform:translateX(0)}to{transform:translateX(6px)}}.is-mountain{left:100px;top:-230px;border:130px solid transparent;border-bottom:110px solid rgba(140,100,60,.95)}.is-mountain-shadow{left:230px;top:-230px;border-color:transparent transparent rgba(120,50,35,.9);border-style:solid;border-width:130px 130px 110px 0}.is-hill1{left:65px;background-color:rgba(80,120,40,.9);height:60px;width:120px;top:-50px;border-radius:100px 100px 0 0}.is-hill1-shadow{left:125px;background-color:rgba(80,55,30,.85);height:60px;width:60px;top:-50px;border-radius:0 100px 0 0}.is-hill2{left:120px;background-color:rgba(80,120,40,.9);height:80px;width:130px;top:-65px;border-radius:100px 100px 0 0}.is-hill2-shadow{left:185px;background-color:rgba(80,55,30,.85);height:80px;width:65px;top:-65px;border-radius:0 100px 0 0}.is-hill3{left:190px;background-color:rgba(80,120,40,.9);height:40px;width:80px;top:-45px;border-radius:100px 100px 0 0}.is-hill3-shadow{left:230px;background-color:rgba(80,55,30,.85);height:40px;width:40px;top:-45px;border-radius:0 100px 0 0}.is-dune1{left:350px;background:linear-gradient(135deg,rgba(240,175,80,.9),rgba(210,145,60,.85));height:32px;width:45px;top:-20px;border-radius:30px 30px 0 0}.is-dune1-shadow{left:373px;background:linear-gradient(135deg,rgba(190,120,50,.85),rgba(150,95,40,.8));height:32px;width:22px;top:-20px;border-radius:0 30px 0 0}.is-dune2{left:330px;background:linear-gradient(135deg,rgba(240,175,80,.9),rgba(210,145,60,.85));height:38px;width:45px;top:-28px;border-radius:30px 30px 0 0}.is-dune2-shadow{left:353px;background:linear-gradient(135deg,rgba(190,120,50,.85),rgba(150,95,40,.8));height:38px;width:22px;top:-28px;border-radius:0 30px 0 0}.is-dune3{left:300px;background:linear-gradient(135deg,rgba(240,175,80,.9),rgba(210,145,60,.85));height:28px;width:50px;top:-25px;border-radius:25px 25px 0 0}.is-dune3-shadow{left:325px;background:linear-gradient(135deg,rgba(190,120,50,.85),rgba(150,95,40,.8));height:28px;width:25px;top:-25px;border-radius:0 25px 0 0}.is-reef1{left:80px;top:19px;width:130px;animation:isWaving 4.8s ease-in-out 1s infinite alternate}.is-reef1,.is-reef2{background-color:rgba(15,30,70,.6);height:16px;border-radius:30px}.is-reef2{left:40px;top:35px;width:260px;animation:isWaving 5s ease-in-out 2s infinite alternate}.is-reef3{left:160px;top:51px;width:90px;animation:isWaving 4.5s ease-in-out 3s infinite alternate}.is-reef3,.is-reef4{background-color:rgba(15,30,70,.6);height:16px;border-radius:30px}.is-reef4{left:100px;top:67px;width:180px;animation:isWaving 6.5s ease-in-out 2s infinite alternate}.is-reef5{left:170px;top:100px;background-color:rgba(15,30,70,.6);height:16px;width:90px;border-radius:30px;animation:isWaving 6.5s ease-in-out infinite alternate}.is-foam1{top:78px;left:175px}.is-foam1-l{left:55px;width:32px}.is-foam1-l,.is-foam1-r{height:3px;border-radius:6px;background-color:rgba(180,200,220,.15)}.is-foam1-r{position:relative;left:90px;width:3px}.is-foam2{top:45px;left:300px}.is-foam2-l{left:68px;width:20px}.is-foam2-l,.is-foam2-r{height:3px;border-radius:6px;background-color:rgba(180,200,220,.15)}.is-foam2-r{position:relative;left:90px;width:3px}.is-fade-cloud1{animation:isWaving2 6s ease-in-out 2s infinite alternate}.is-fade-cloud2{animation:isWaving2 7s ease-in-out infinite alternate}.is-distant-reefs{position:absolute;top:180px;left:-550px}.is-distant-reefs div{position:absolute}.is-reef-distant-1{left:150px;top:0;background:linear-gradient(135deg,rgba(140,60,40,.5),rgba(15,30,70,.6));height:16px;width:280px;border-radius:30px;animation:isDistantWave 8s ease-in-out 1s infinite alternate}.is-reef-distant-2{left:-60px;top:28px;background:linear-gradient(135deg,rgba(160,70,50,.45),rgba(15,30,70,.5));height:16px;width:350px;border-radius:30px;animation:isDistantWave 10s ease-in-out 2.5s infinite alternate}.is-reef-distant-3{left:200px;top:56px;background:linear-gradient(135deg,rgba(130,55,45,.4),rgba(15,30,70,.45));height:16px;width:260px;border-radius:30px;animation:isDistantWave 9s ease-in-out 4s infinite alternate}.is-reef-distant-4{left:-20px;top:84px;background:linear-gradient(135deg,rgba(150,65,48,.35),rgba(15,30,70,.4));height:16px;width:320px;border-radius:30px;animation:isDistantWave 11s ease-in-out infinite alternate}.is-reef-distant-1b{left:320px;top:14px;background:linear-gradient(135deg,rgba(145,62,42,.4),rgba(15,30,70,.5));height:14px;width:140px;border-radius:30px;animation:isDistantWave 7s ease-in-out 3s infinite alternate}.is-reef-distant-2b{left:180px;top:42px;background:linear-gradient(135deg,rgba(155,68,48,.35),rgba(15,30,70,.42));height:14px;width:110px;border-radius:30px;animation:isDistantWave 9.5s ease-in-out 1.5s infinite alternate}.is-reef-distant-3b{left:350px;top:70px;background:linear-gradient(135deg,rgba(135,58,43,.32),rgba(15,30,70,.38));height:14px;width:120px;border-radius:30px;animation:isDistantWave 8.5s ease-in-out 5s infinite alternate}.is-reef-distant-4b{left:160px;top:98px;background:linear-gradient(135deg,rgba(148,63,46,.28),rgba(15,30,70,.35));height:14px;width:100px;border-radius:30px;animation:isDistantWave 10.5s ease-in-out 3.5s infinite alternate}@keyframes isDistantWave{0%{transform:translateX(0) scaleX(1)}50%{transform:translateX(15px) scaleX(1.03)}to{transform:translateX(-10px) scaleX(.97)}}.is-cloud1{top:-90px;left:150px;width:58px;height:13px;background:rgba(255,255,255,.25);border-radius:60px;animation:isFading 6s ease-in-out infinite alternate}.is-cloud2{top:-87px;left:118px;width:26px;height:12px;background:rgba(255,255,255,.2);border-radius:60px;animation:isFading 7s ease-in-out infinite alternate}.is-cloud3{top:-74px;left:140px;width:38px;height:14px;background:rgba(255,255,255,.18);border-radius:60px;animation:isFading 8s ease-in-out infinite alternate}@keyframes isWaving2{0%{transform:translateX(0)}to{transform:translateX(20px)}}@keyframes isFading{0%{opacity:0}50%{opacity:1}to{opacity:0}}.is-palm{top:-52px;left:65px}.is-ptrunk{top:16px;left:1px;width:2px;border-right:1px solid transparent;border-left:1px solid transparent;border-bottom:30px solid rgba(160,120,40,.8)}.is-pleaf1{top:13px;left:-1px;height:7px;width:7px;background-color:rgba(100,140,20,.75);border-radius:100% 0 100% 0;transform:rotate(-45deg)}.is-pleaf2{left:-5px;transform:rotate(-90deg)}.is-pleaf2,.is-pleaf3{top:14px;height:7px;width:7px;background-color:rgba(120,160,20,.7);border-radius:100% 0 100% 0}.is-pleaf3{left:2px;transform:rotate(-180deg)}.is-pleaf4{left:3px;transform:rotate(-300deg)}.is-pleaf4,.is-pleaf5{top:18px;height:7px;width:7px;background-color:rgba(100,140,20,.75);border-radius:100% 0 100% 0}.is-pleaf5{left:-5px;transform:rotate(-335deg)}.is-palm4{top:-52px;left:255px}.is-ptrunk4{top:16px;left:1px;width:2px;border-right:1px solid transparent;border-left:1px solid transparent;border-bottom:30px solid rgba(160,120,40,.8)}.is-pleaf14{top:13px;left:-1px;height:7px;width:7px;background-color:rgba(100,140,20,.75);border-radius:100% 0 100% 0;transform:rotate(-45deg)}.is-pleaf24{left:-5px;transform:rotate(-90deg)}.is-pleaf24,.is-pleaf34{top:14px;height:7px;width:7px;background-color:rgba(120,160,20,.7);border-radius:100% 0 100% 0}.is-pleaf34{left:2px;transform:rotate(-180deg)}.is-pleaf44{left:3px;transform:rotate(-300deg)}.is-pleaf44,.is-pleaf54{top:18px;height:7px;width:7px;background-color:rgba(100,140,20,.75);border-radius:100% 0 100% 0}.is-pleaf54{left:-5px;transform:rotate(-335deg)}.is-wave{left:268px}.is-wave2{left:345px}.is-drop1{top:8px}.is-drop1,.is-drop2{height:3px;width:3px;border-radius:100%;background-color:rgba(150,180,210,.2)}.is-drop2{top:7px;left:3px}.is-drop3{left:5px;height:4px;width:4px}.is-drop3,.is-drop4{top:7px;border-radius:100%;background-color:rgba(150,180,210,.2)}.is-drop4{left:9px;height:5px;width:5px}.is-drop5{top:8px;left:13px;height:3px;width:3px;border-radius:100%;background-color:rgba(150,180,210,.2)}.sun-glow{position:absolute;top:8vh;left:8vw;pointer-events:none;z-index:0}.sun-glow-core{position:absolute;width:70px;height:70px;border-radius:50%;background-color:rgba(240,118,84,.35);animation:sunGlowPulse 3.2s infinite}.sun-glow-shadow{position:absolute;width:35px;height:70px;left:35px;border-radius:0 50px 50px 0;background-color:rgba(200,90,60,.25)}@keyframes sunGlowPulse{0%{box-shadow:0 0 25px rgba(240,118,84,.25)}50%{box-shadow:0 0 70px rgba(240,118,84,.45)}to{box-shadow:0 0 25px rgba(240,118,84,.25)}}@media (max-width:768px){.sun-glow{top:5vh;left:5vw}.sun-glow-core{width:45px;height:45px}.sun-glow-shadow{width:22px;height:45px;left:23px}}