.planet-selector,.speed-selector{position:relative;display:inline-block;-webkit-user-select:none;user-select:none}.planet-selector-button,.speed-selector-button{background-color:#fff5e6;border:0;cursor:pointer;font-weight:700;width:120px;height:34px;display:flex;align-items:center;justify-content:space-between;text-align:left;color:#333;padding:4px 8px}.planet-selector-button:disabled,.speed-selector-button:disabled{opacity:.5;cursor:default}.planet-selector-menu,.speed-selector-menu{position:absolute;bottom:100%;right:0;background-color:#fff5e6;color:#333;margin-bottom:4px;width:120px;z-index:1000;box-shadow:0 -2px 10px #0003}.planet-selector-item,.speed-selector-item{padding:2px 4px;font-size:.85rem;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:space-between;position:relative;background-color:initial;border:2px solid #0000;color:#666;font-weight:700}.planet-selector-item.active,.planet-selector-item:hover,.speed-selector-item.active,.speed-selector-item:hover{background-color:#add1d7}.planet-selector-item.active>span,.planet-selector-item:hover>span,.speed-selector-item.active>span,.speed-selector-item:hover>span{font-weight:700;color:#000}.planet-selector-item:hover,.speed-selector-item:hover{background-color:#add1d7}.planet-selector-item:hover>span,.speed-selector-item:hover>span{font-weight:700;color:#000}.planet-selector-item-chevron,.speed-selector-item-chevron{margin-left:8px;font-size:10px;opacity:.7}.planet-selector .highlight,.speed-selector .highlight{background-color:#add1d740}.planet-selector .hover,.speed-selector .hover{background-color:#b3dfe6d1}.planet-selector-submenu,.speed-selector-submenu{position:absolute;left:100%;bottom:0;background-color:#fff5e6;border:1px solid #333;width:120px;box-shadow:2px 0 10px #0003;visibility:hidden;opacity:0}.planet-selector-submenu .item,.speed-selector-submenu .item{font-weight:400}.planet-selector-submenu.visible,.speed-selector-submenu.visible{visibility:visible;opacity:1}*{box-sizing:border-box}body,html{margin:0;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}body{font-family:helvetica neue,helvetica,arial,sans-serif;color:#000;-webkit-font-smoothing:antialiased;overflow:hidden}.Main{display:flex;max-width:1300px;margin:0 auto;flex-direction:row;position:relative}.Main,.Main canvas{height:100%;width:100%;min-height:600px;overflow:hidden}.Main canvas{background-color:#000}.Main .btn{border:none;padding:0;cursor:pointer;pointer-events:auto;transition:scale .2s ease-out}.Main .btn:active{scale:.9}.Main.fullscreen{max-width:100vw;height:100dvh;max-height:100dvh}.Main .loading-screen{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;height:100%;width:100%;background-color:#000000d9;color:#fff}.Main .loading-screen .loading-con{width:50%;max-width:250px}.Main .loading-screen .loading-bar-container{width:100%;height:20px;background-color:#444;border-radius:10px;overflow:hidden}.Main .loading-screen .loading-bar-container .loading-bar{height:100%;background-color:#4caf50;width:0;transition:width 2s ease}.Main .loading-screen .loading-bar-container .orbit-icon{width:200px;height:200px;margin:0 auto 20px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Main .menu-wrapper{z-index:300;position:absolute;left:0;top:0;display:flex;height:100%;width:100%;pointer-events:none}.Main .menu-wrapper .bottom-menu{position:relative;z-index:200;bottom:-85px;left:0;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;height:110px;width:100%;max-width:540px;min-width:280px;color:#f19a00;margin:auto auto 0;pointer-events:auto;padding:1.5%;border-radius:6px 6px 0 0;transition:bottom .3s ease-in-out;background:url(/solar-system-interactive/_next/static/media/bottom_menu_bg.f7bc4000.png) no-repeat 50%;background-size:100% 100%}.Main .menu-wrapper .bottom-menu.open{bottom:0}.Main .menu-wrapper .bottom-menu.open .menu-toggle-btn{rotate:180deg}.Main .menu-wrapper .bottom-menu .menu-toggle-btn{position:absolute;left:5%;top:-20px;width:40px;height:40px;border-radius:20px;border:2px solid #4cddfb;background:url(/solar-system-interactive/_next/static/media/chevron.95677471.svg) no-repeat 50%;background-size:70%;background-color:#f46a68;transition:rotate .3s ease}@media screen and (max-width:420px){.Main .menu-wrapper .bottom-menu .menu-toggle-btn{top:-15px;width:30px;height:30px}}.Main .menu-wrapper .bottom-menu .left-con,.Main .menu-wrapper .bottom-menu .right-con{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:4%;gap:10px}.Main .menu-wrapper .bottom-menu .left-con label,.Main .menu-wrapper .bottom-menu .right-con label{font-family:FranklinGothic-URW,Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:1rem;font-weight:700}@media screen and (max-width:500px){.Main .menu-wrapper .bottom-menu .left-con label,.Main .menu-wrapper .bottom-menu .right-con label{font-size:.8rem}}@media screen and (max-width:400px){.Main .menu-wrapper .bottom-menu .left-con label,.Main .menu-wrapper .bottom-menu .right-con label{font-size:.7rem}}.Main .menu-wrapper .bottom-menu .left-con .menu-item,.Main .menu-wrapper .bottom-menu .right-con .menu-item{display:flex;justify-content:space-between;align-items:center;width:100%}.Main .menu-wrapper .bottom-menu .left-con .menu-item label,.Main .menu-wrapper .bottom-menu .right-con .menu-item label{flex:1 1}.Main .menu-wrapper .bottom-menu .left-con{flex:60% 1}@media screen and (max-width:420px){.Main .menu-wrapper .bottom-menu .left-con{flex:55% 1}}.Main .menu-wrapper .bottom-menu .right-con{flex:40% 1}@media screen and (max-width:420px){.Main .menu-wrapper .bottom-menu .right-con{flex:45% 1}}.Main .menu-wrapper .bottom-menu .divider{height:100%;border-left:solid #c4bdbd;width:1px}.Main .menu-wrapper .details-menu{position:absolute;z-index:200;height:-moz-fit-content;height:fit-content;width:270px;top:10%;right:-100%;display:flex;flex-direction:column;justify-content:center;border-radius:6px 0 0 6px;pointer-events:auto;background:url(/solar-system-interactive/_next/static/media/side_panel_bg.a8f6e93a.png) no-repeat 50%;background-size:100% 100%;opacity:0}.Main .menu-wrapper .details-menu.open{right:0;opacity:1;transition:right .3s ease-out}.Main .menu-wrapper .details-menu .details-menu-inner{position:relative;width:100%;top:0;left:0;padding:8%}.Main .menu-wrapper .details-menu h2{font-family:Termina-Black;text-transform:uppercase;font-size:1.5rem;margin:0 0 4px;color:#e1cdaa}.Main .menu-wrapper .details-menu .planet-details.saved input.value{display:inline;min-width:0;width:min-content;padding:0;color:#fff;border-color:#0000;background:#0000}.Main .menu-wrapper .details-menu .planet-details.editing input.value{color:#483939}.Main .menu-wrapper .details-menu .measurement-unit{margin-left:5px}.Main .menu-wrapper .details-menu .item{position:relative;display:flex;flex-direction:row;align-items:center;margin-top:6px;height:28px}.Main .menu-wrapper .details-menu .item label{white-space:nowrap;margin-right:6px;color:#f19a00;font-weight:600;font-size:.9rem}.Main .menu-wrapper .details-menu .item input{width:100px;font-size:1rem;color:#861b1d}@media screen and (max-width:500px){.Main .menu-wrapper .details-menu .item input{font-size:.8rem}}@media screen and (max-width:400px){.Main .menu-wrapper .details-menu .item input{font-size:.7rem}}.Main .menu-wrapper .details-menu .item input:disabled{color:#463a39}.Main .menu-wrapper .details-menu .item span{color:#fff}.Main .menu-wrapper .details-menu .button-con{display:flex;flex-direction:row;width:100%;justify-content:space-evenly;margin-top:10px}.Main .menu-wrapper .details-menu .button-con .edit-planet-btn,.Main .menu-wrapper .details-menu .button-con .reset-planet-btn{height:30px;width:100px;font-weight:600;font-size:.8rem}.Main .menu-wrapper .details-menu .button-con .edit-planet-btn{background-color:#969b17;color:#fff}.Main .menu-wrapper .details-menu .button-con .reset-planet-btn{background-color:#f46a68;color:#fff}.Main .fullscreen-btn,.Main .reset-all-btn{position:absolute;top:0;height:40px;width:40px;margin:1%}.Main .reset-all-btn{left:0;background:url(/solar-system-interactive/_next/static/media/reset_icon.95eee989.svg) no-repeat 50%;background-size:70%}.Main .fullscreen-btn{right:0;background:url(/solar-system-interactive/_next/static/media/fullscreen_icon.3cdc90aa.svg) no-repeat 50%;background-size:80%}.Main .switch{position:relative;display:inline-block;width:60px;height:28px}@media screen and (max-width:420px){.Main .switch{height:24px;width:45px}}@media screen and (max-width:320px){.Main .switch{height:22px;width:38px}}.Main .switch input{opacity:0;width:0;height:0}.Main .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;border-radius:34px;background-color:#861b1d;transition:.3s}.Main .switch .slider:before{position:absolute;content:"";height:20px;width:22px;left:4px;bottom:4px;border-radius:50%;background-color:#fff;transition:.3s}@media screen and (max-width:420px){.Main .switch .slider:before{left:3px;bottom:3px;height:19px;width:19px}}@media screen and (max-width:320px){.Main .switch .slider:before{left:3px;bottom:3px;height:16px;width:16px}}.Main .switch input:focus-visible+.slider{outline:1px solid #fff;outline-offset:2px;box-shadow:0 0 0 4px #005fcc!important;transition:outline 0s}.Main .switch input:checked+.slider{background-color:#969b17}.Main .switch input:focus+.slider{box-shadow:0 0 1px #969b17}.Main .switch input:checked+.slider:before{transform:translateX(30px)}@media screen and (max-width:420px){.Main .switch input:checked+.slider:before{transform:translateX(20px)}}@media screen and (max-width:320px){.Main .switch input:checked+.slider:before{transform:translateX(16px)}}.Main select{background-color:#fdf5e8;color:#463a39;border:none;padding:8px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-repeat:no-repeat;background-position:right 10px center;border-radius:0}@media screen and (max-width:500px){.Main select{font-size:.8rem}}@media screen and (max-width:400px){.Main select{font-size:.7rem}}.Main select option:checked{background-color:#add1d7}.Main .label-wrap,.Main .planet-label{width:2px;height:2px}.Main .planet-label{text-transform:uppercase;font-weight:600;font-family:Termina-Black,Verdana,Geneva,Tahoma,sans-serif;font-size:.8rem}.Main .planet-point{width:18px;height:18px;border-radius:50%;opacity:.8;cursor:pointer}.Main .planet-icon{width:12px;height:12px;cursor:pointer}.Main .planet-icon img{width:100%;height:100%;object-fit:contain}.Main .moon-point{width:6px;height:6px;border-radius:50%;opacity:1;position:relative}.menu-wrapper .backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;z-index:400}.menu-wrapper.disabled,.menu-wrapper.disabled .planet-details .btn{pointer-events:none}.reset-modal-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:500}.reset-modal-wrapper .content{width:400px;background:url(/solar-system-interactive/_next/static/media/dialog_box_bg.df9054f1.png) no-repeat 50%;background-size:100% 100%;padding:2%;pointer-events:auto;color:#f19a00;font-size:1.1rem}.reset-modal-wrapper .content .top-section{display:flex;justify-content:space-between;align-items:center;gap:20px}.reset-modal-wrapper .content .top-section .warning-icon{width:40px;height:40px}.reset-modal-wrapper .content .btn-con{display:flex;justify-content:space-evenly;align-items:center;gap:4%}.reset-modal-wrapper .content .btn-con .confirm-btn{background-color:#969b17}.reset-modal-wrapper .content .btn-con .cancel-btn{background-color:#f46a68}.reset-modal-wrapper .content .btn-con .btn{cursor:pointer;width:120px;height:38px;color:#fff;font-size:1rem;font-weight:600}.auto-rotate-text{position:absolute;top:0;left:0;width:100%;display:flex;justify-content:center;font-size:1.2rem;font-weight:600;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;color:#fff;transition:opacity .4s ease-in-out,transform .4s ease-in-out;opacity:0;transform:translateY(-20px)}.slideIn{opacity:1;transform:translateY(10px)}.slideOut{opacity:0;transform:translateY(-20px)}@font-face{font-family:Termina-Black;src:url(/solar-system-interactive/_next/static/media/Termina_Black.beb33c5e.ttf),format("truetype");font-weight:900;font-style:normal}@font-face{font-family:FranklinGothic-URW;src:url(/solar-system-interactive/_next/static/media/FranklinGothic_URW_Medium.148dd2bd.ttf),format("truetype");font-weight:medium;font-style:normal}.left-button-con{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;gap:10px;padding:5px;position:absolute;top:0}.left-button-con .reset-all-btn{height:40px;width:40px;position:relative}.left-button-con .experiments-btn{height:30px;padding:5px 12px;background-color:#f19a00;outline:#f19a00;color:#483939}.left-button-con .experiments-btn:hover{background-color:#c47400;outline:#68e4fc}.left-button-con .experiments-btn:active{background-color:#b26900;outline:#68e4fc}.left-button-con .experiments-btn:disabled{background-color:#c9c9c9;outline:#eaeaea;color:#7c7c7c}.experiments-modal-wrapper{position:absolute;top:0;right:0;width:300px;height:100%}.experiments-modal-wrapper .btn{border:none;padding:6px 10px;cursor:pointer;font-size:.82rem;font-weight:700;color:#463a39;background-color:#f19a00;text-align:left;transition:all .05s ease-in-out;display:flex;justify-content:space-between;align-items:center;height:40px}.experiments-modal-wrapper .btn:hover{background-color:#be7900}.experiments-modal-wrapper .btn:active{scale:.95!important}.experiments-modal-wrapper button{pointer-events:all;cursor:pointer}.experiments-modal-wrapper button:disabled{opacity:.5;pointer-events:none;filter:grayscale(1)}.experiments-modal-wrapper .modal{position:absolute;z-index:500;height:380px;width:330px;top:10%;display:flex;flex-direction:column;justify-content:center;gap:2%;border-radius:6px 0 0 6px;pointer-events:auto;background:url(/solar-system-interactive/_next/static/media/side_panel_bg.a8f6e93a.png) no-repeat 50%;background-size:100% 100%;transition:all .2s ease-out}.experiments-modal-wrapper .modal.newton-1{height:450px}.experiments-modal-wrapper .modal.kepler-1{height:400px}.experiments-modal-wrapper .modal.kepler-2{height:430px}.experiments-modal-wrapper .modal.closed{right:-100%;opacity:0}.experiments-modal-wrapper .modal.open{right:0;opacity:1}.experiments-modal-wrapper .modal .close-btn-container{flex:30% 1;display:flex;justify-content:flex-end}.experiments-modal-wrapper .modal .close-btn-container .close-modal{width:30px;height:30px;border-radius:20px;border:0;background-color:#f46a68;color:#000;font-size:1.3rem;cursor:pointer;transition:all .15s ease-in-out;display:flex;justify-content:center;align-items:center}.experiments-modal-wrapper .modal .close-btn-container .close-modal:hover{background-color:cyan;color:#fff}.experiments-modal-wrapper .modal .content{position:relative;width:100%;height:100%;top:0;left:0;padding:6% 4% 6% 8%;display:flex;flex-direction:column;justify-content:space-between}.experiments-modal-wrapper .modal .content.experiments{padding:8% 4% 8% 8%}.experiments-modal-wrapper .modal .content.experiments header h4{color:#f46a68}.experiments-modal-wrapper .modal .content.experiments h2{font-size:1.4rem}.experiments-modal-wrapper .modal .content header{display:flex;justify-content:space-between;align-items:center}.experiments-modal-wrapper .modal .content header h4{color:#f19a00;font-family:Termina-Black;font-size:.75rem;margin:0;text-transform:uppercase;flex:70% 1}.experiments-modal-wrapper .modal .content h2{font-family:Termina-Black;text-transform:uppercase;font-size:1.8rem;margin:0;color:#e1cdaa}.experiments-modal-wrapper .modal .content .description-con{display:flex;flex-direction:column;justify-content:center;gap:20px;border:2px solid #fff;padding:10px}.experiments-modal-wrapper .modal .content .description-con p{font-size:.9rem;color:#e1cdaa;font-weight:500;margin:0}.experiments-modal-wrapper .modal .content .newton-section{display:flex;flex-direction:column}.experiments-modal-wrapper .modal .content .newton-section .details-con{padding-left:2rem}.experiments-modal-wrapper .modal .content .newton-section .details-con p{color:#fff1da;font-weight:500}.experiments-modal-wrapper .modal .content .newton-section .details-con p:first-child{margin-top:0}.experiments-modal-wrapper .modal .content .newton-section .details-con p span{color:#a6f5ff}.experiments-modal-wrapper .modal .content .kepler-section{display:flex;flex-direction:column}.experiments-modal-wrapper .modal .content .btn-con{display:flex;flex-direction:column;gap:10px}.experiments-modal-wrapper .modal .content .btn-con .btn{padding:5px 10px}.experiments-modal-wrapper .experiment-footer{display:flex;justify-content:space-evenly}.experiments-modal-wrapper .experiment-footer.kepler-3-footer{flex-direction:column;align-items:center;gap:.5rem}.experiments-modal-wrapper .experiment-footer.kepler-3-footer .btn{width:190px}.experiments-modal-wrapper .experiment-footer .btn{padding:8px;font-size:.85rem;color:#fff;width:135px;white-space:nowrap;justify-content:center}.experiments-modal-wrapper .experiment-footer .btn.start-btn{background-color:#969b17}.experiments-modal-wrapper .experiment-footer .btn.start-btn:hover{background-color:#6b6f10}.experiments-modal-wrapper .experiment-footer .btn.reset-btn{background-color:#f46a68}.experiments-modal-wrapper .experiment-footer .btn.reset-btn:hover{background-color:#f13b38}.experiments-modal-wrapper .kepler-1 .slider-con.kepler-2-slider,.experiments-modal-wrapper .kepler-2 .slider-con.kepler-2-slider,.experiments-modal-wrapper .kepler-3 .slider-con.kepler-2-slider,.experiments-modal-wrapper .newton-1 .slider-con.kepler-2-slider{margin:20px 0}.experiments-modal-wrapper .kepler-1 .info-con .label,.experiments-modal-wrapper .kepler-2 .info-con .label,.experiments-modal-wrapper .kepler-3 .info-con .label,.experiments-modal-wrapper .newton-1 .info-con .label{color:#fff}.experiments-modal-wrapper .kepler-1 .info-con .value,.experiments-modal-wrapper .kepler-2 .info-con .value,.experiments-modal-wrapper .kepler-3 .info-con .value,.experiments-modal-wrapper .newton-1 .info-con .value{color:#70eeff;font-weight:700}.experiments-modal-wrapper .kepler-1 .slider-con,.experiments-modal-wrapper .kepler-2 .slider-con,.experiments-modal-wrapper .kepler-3 .slider-con,.experiments-modal-wrapper .newton-1 .slider-con{display:flex;flex-direction:column;margin:20px 0 30px}.experiments-modal-wrapper .kepler-1 .slider-con .slider-control,.experiments-modal-wrapper .kepler-2 .slider-con .slider-control,.experiments-modal-wrapper .kepler-3 .slider-con .slider-control,.experiments-modal-wrapper .newton-1 .slider-con .slider-control{display:flex;justify-content:space-between;align-items:center}.experiments-modal-wrapper .kepler-1 .slider.disabled,.experiments-modal-wrapper .kepler-2 .slider.disabled,.experiments-modal-wrapper .kepler-3 .slider.disabled,.experiments-modal-wrapper .newton-1 .slider.disabled{opacity:.6;pointer-events:none}.experiments-modal-wrapper .kepler-1 .input-con,.experiments-modal-wrapper .kepler-2 .input-con,.experiments-modal-wrapper .kepler-3 .input-con,.experiments-modal-wrapper .newton-1 .input-con{position:relative;display:flex;flex-direction:column;translate:0 10px;width:90%;margin:0 4%}.experiments-modal-wrapper .kepler-1 .input-con input[type=range],.experiments-modal-wrapper .kepler-2 .input-con input[type=range],.experiments-modal-wrapper .kepler-3 .input-con input[type=range],.experiments-modal-wrapper .newton-1 .input-con input[type=range]{-webkit-appearance:none;width:100%;height:1.5px;background:linear-gradient(90deg,#0000 0,#0000 2.5%,#dfcda7 0,#dfcda7 97.5%,#0000 0,#0000);outline:none}.experiments-modal-wrapper .kepler-1 .input-con input[type=range]::-webkit-slider-thumb,.experiments-modal-wrapper .kepler-2 .input-con input[type=range]::-webkit-slider-thumb,.experiments-modal-wrapper .kepler-3 .input-con input[type=range]::-webkit-slider-thumb,.experiments-modal-wrapper .newton-1 .input-con input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:11px;height:11px;background:#ff6b6b;border-radius:50%;cursor:pointer}.experiments-modal-wrapper .kepler-1 .input-con input[type=range]::-webkit-slider-thumb:hover,.experiments-modal-wrapper .kepler-2 .input-con input[type=range]::-webkit-slider-thumb:hover,.experiments-modal-wrapper .kepler-3 .input-con input[type=range]::-webkit-slider-thumb:hover,.experiments-modal-wrapper .newton-1 .input-con input[type=range]::-webkit-slider-thumb:hover{background:#ff8585}.experiments-modal-wrapper .kepler-1 .input-con .slider-markers,.experiments-modal-wrapper .kepler-2 .input-con .slider-markers,.experiments-modal-wrapper .kepler-3 .input-con .slider-markers,.experiments-modal-wrapper .newton-1 .input-con .slider-markers{margin-top:10px;display:flex;justify-content:space-between;color:#dfcda7}.experiments-modal-wrapper .kepler-1 .input-con .slider-ticks,.experiments-modal-wrapper .kepler-2 .input-con .slider-ticks,.experiments-modal-wrapper .kepler-3 .input-con .slider-ticks,.experiments-modal-wrapper .newton-1 .input-con .slider-ticks{position:absolute;top:-20%;left:3%;width:95.5%;height:60%;display:flex;justify-content:space-between;align-items:center;pointer-events:none;z-index:-1}.experiments-modal-wrapper .kepler-1 .input-con .slider-ticks .tick,.experiments-modal-wrapper .kepler-2 .input-con .slider-ticks .tick,.experiments-modal-wrapper .kepler-3 .input-con .slider-ticks .tick,.experiments-modal-wrapper .newton-1 .input-con .slider-ticks .tick{width:1.5px;height:100%;background-color:#dfcda7}.experiments-modal-wrapper .kepler-1 .decrement-btn,.experiments-modal-wrapper .kepler-1 .increment-btn,.experiments-modal-wrapper .kepler-2 .decrement-btn,.experiments-modal-wrapper .kepler-2 .increment-btn,.experiments-modal-wrapper .kepler-3 .decrement-btn,.experiments-modal-wrapper .kepler-3 .increment-btn,.experiments-modal-wrapper .newton-1 .decrement-btn,.experiments-modal-wrapper .newton-1 .increment-btn{width:24px;height:20px;border-radius:20px;border:0;background-color:#f19a00;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .05s ease-in-out;font-size:1rem;padding:0}.experiments-modal-wrapper .kepler-1 .decrement-btn:hover,.experiments-modal-wrapper .kepler-1 .increment-btn:hover,.experiments-modal-wrapper .kepler-2 .decrement-btn:hover,.experiments-modal-wrapper .kepler-2 .increment-btn:hover,.experiments-modal-wrapper .kepler-3 .decrement-btn:hover,.experiments-modal-wrapper .kepler-3 .increment-btn:hover,.experiments-modal-wrapper .newton-1 .decrement-btn:hover,.experiments-modal-wrapper .newton-1 .increment-btn:hover{background-color:#ffb025}