.social-wrapper svg{opacity:1;z-index:2;cursor:pointer;transition:opacity .25s;display:flex;position:absolute}.social-wrapper .social-whatsapp,.social-wrapper .social-telegram,.social-wrapper .social-github,.social-wrapper .social-linedin{color:#f5f5f5;cursor:pointer;border-radius:50px;justify-content:center;align-items:center;padding:20px;font-size:24px;text-decoration:none;transition:all .25s;display:flex;position:relative}.social-wrapper svg{transform:scale(1)}.social-wrapper .social-whatsapp:hover{background-color:#25d366;animation:.4s linear bounce_613}.social-wrapper .social-telegram:hover{background-color:#26a5e4;animation:.4s linear bounce_613}.social-wrapper .social-github:hover{background-color:#1a1a1a;animation:.4s linear bounce_613}.social-wrapper .social-linedin:hover{background-color:#0077b5;animation:.4s linear bounce_613}@keyframes bounce_613{40%{transform:scale(1.4)}60%{transform:scale(.8)}80%{transform:scale(1.2)}to{transform:scale(1)}}
.switch{-webkit-user-select:none;user-select:none;width:4.5em;height:2.3em;display:inline-block;position:relative}.switch .cb{opacity:0;width:0;height:0}.toggle{cursor:pointer;text-transform:uppercase;background-color:#373737;border-radius:.1em;width:100%;height:100%;font-weight:700;transition:all .4s;position:absolute;overflow:hidden;box-shadow:-.3em 0 #373737,-.3em .3em #373737,.3em 0 #373737,.3em .3em #373737,0 .3em #373737}.toggle>.left{color:#373737;transform-origin:100%;width:50%;height:88%;transform-style:preserve-3d;background-color:#f3f3f3;justify-content:center;align-items:center;transition:all .15s;display:flex;position:absolute;bottom:0;left:0;transform:rotateX(10deg)}.left:before{content:"";transform-origin:0;background-color:#cecece;width:100%;height:100%;position:absolute;transform:rotateY(90deg)}.left:after{content:"";transform-origin:bottom;background-color:#707070;width:100%;height:100%;position:absolute;transform:rotateX(90deg)}.toggle>.right{color:#cecece;transform-origin:0;width:50%;height:88%;transform-style:preserve-3d;background-color:#f3f3f3;justify-content:center;align-items:center;transition:all .15s;display:flex;position:absolute;bottom:0;right:1px;transform:rotateX(10deg)rotateY(-45deg)}.right:before{content:"";transform-origin:100%;background-color:#cecece;width:100%;height:100%;position:absolute;transform:rotateY(-90deg)}.right:after{content:"";transform-origin:bottom;background-color:#707070;width:100%;height:100%;position:absolute;transform:rotateX(90deg)}.switch input:checked+.toggle>.left{color:#cecece;transform:rotateX(10deg)rotateY(45deg)}.switch input:checked+.toggle>.right{color:var(--color-primary);transform:rotateX(10deg)rotateY(0)}
