.Tabs{display:flex;align-items:center;justify-content:center;border-bottom:2px solid var(--gray_1);width:-moz-fit-content;width:fit-content;margin:0 auto 2rem}.Tabs-input{display:none}.Tabs-input:checked+.Tabs-label{background-color:var(--gray_2)}.Tabs-label{font-size:var(--fSize24);color:var(--white_1);text-transform:uppercase;background-color:var(--gray_4);cursor:pointer;transition:background-color .25s ease;border-right:2px solid var(--gray_2);padding:.5rem 3rem}@media screen and (max-width:1024px){.Tabs-label{font-size:var(--fSize20);padding:.5rem 2rem}}@media screen and (max-width:520px){.Tabs-label{padding:.5rem 1rem}}.Tabs-label:focus,.Tabs-label:hover{background-color:var(--gray_2)}.Loader{min-height:300px;display:flex;align-items:center;justify-content:center}.Loader-icon{display:flex;flex-wrap:wrap;justify-content:space-between;width:45px;height:45px;margin:auto;animation:spinner 3.5s linear infinite}.Loader-dot{width:15px;height:15px;background-color:#00bd7e;border-radius:50%}.Loader-dot:first-child{margin-right:10px;margin-bottom:10px}.Loader .margin-r-10{margin-right:10px}.Loader .margin-b-10{margin-bottom:10px}@keyframes spinner{0%{transform:rotate(0deg) translateZ(0)}to{transform:rotate(2turn) translateZ(0)}}.Code{padding:3rem 0;max-width:80%;margin:0 auto;position:relative}.Code-HighLighter,.Code-title{margin-bottom:3rem!important}.Code-HighLighter-text,.Code-title-text{display:inline-block}.Code-content{min-height:100vh}.Code-link{color:var(--black_1);font-size:var(--fSize20);font-weight:700;transition:transform .25s ease;display:inline-block}.Code-link:hover{transform:scale(1.15)}.Code-pops-bottom,.Code-pops-top{z-index:-1;position:absolute}.Code-pops-top{top:0;left:0}.Code-pops-bottom{bottom:0;right:10%}.Pops{width:250px;height:350px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.Pops span{shape-outside:circle();-webkit-clip-path:circle();clip-path:circle();flex-basis:25%;background-color:#6a5c4a;height:10px;width:10px}.Pops span:nth-of-type(odd){height:12px;width:12px}.Pops span:nth-child(10),.Pops span:nth-child(16),.Pops span:nth-child(8){height:14px;width:14px}