[data-loading*=\|show],[data-loading=""],[data-loading=show]{display:none}:root{--rm-tag-filled-color:#000;--rm-tag-stroke-color:#000;--rm-tag-primary-color:#facd23}@keyframes drawStrokeAnimation{0%{stroke-dasharray:0,1000}to{stroke-dasharray:1000,0}}@keyframes drawFillAnimation{0%{fill:transparent}to{fill:var(--rm-tag-filled-color)}}@keyframes bounceCircle{0%{transform:translateY(0)}50%{transform:translateY(-30px)}70%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes fillCircle{0%{fill:transparent;stroke:none}to{fill:var(--rm-tag-primary-color);stroke:none}}.rm-tag-logo-path{fill:var(--rm-tag-filled-color);stroke:var(--rm-tag-stroke-color);stroke-width:2}.rm-tag-logo-circle{fill:var(--rm-tag-primary-color);stroke:none}.rm-tag-logo:hover .rm-tag-logo-circle{animation:fillCircle .6s ease-in-out forwards,bounceCircle .6s ease-in-out forwards}.rm-tag-logo:hover .rm-tag-logo-circle:nth-of-type(2){animation:fillCircle .6s ease-in-out forwards,bounceCircle .6s ease-in-out .3s forwards}.rm-tag-fill-transparent{--rm-tag-filled-color:transparent}.rm-tag-fill-white{--rm-tag-filled-color:#fff}.rm-tag-fill-black,body.dark-mode .rm-tag-fill-white{--rm-tag-filled-color:#000}body.dark-mode .rm-tag-fill-black{--rm-tag-filled-color:#fff}.rm-tag-stroke-transparent{--rm-tag-stroke-color:transparent}.rm-tag-stroke-white{--rm-tag-stroke-color:#fff}.rm-tag-stroke-black,body.dark-mode .rm-tag-stroke-white{--rm-tag-stroke-color:#000}body.dark-mode .rm-tag-stroke-black{--rm-tag-stroke-color:#fff}.rm-tag-enable-fill-animation .rm-tag-logo-path{animation:drawFillAnimation 4s ease-in-out forwards}.rm-tag-enable-stroke-animation .rm-tag-logo-path{animation:drawStrokeAnimation 4s ease-in-out forwards}*,:after,:before{box-sizing:border-box}ol[class],ul[class]{padding:0}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,li,ol[class],p,ul[class]{margin:0}body{line-height:1.5;scroll-behavior:smooth;text-rendering:optimizeSpeed}ol[class],ul[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{display:block;max-width:100%}article>*+*{margin-top:1em}button,input,select,textarea{font:inherit}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}:root{--background-color:#fffdf7;--background-secondary:#f7f3e3;--background-secondary-hover:#f4f0e1;--background-danger:#ff9c9c;--background-danger-hover:#ffbebe;--background-third:#edede9;--header-background-color:rgba(255,253,247,.85);--text-color:#1e293b;--text-color-secondary:#626770;--text-danger:#e63946;--primary:#facd23;--primary-hover:#f4c71f;--mobile-width:480px}body.dark-mode{--background-color:#252422;--background-secondary:#161615;--background-secondary-hover:#1f1f1d;--background-third:#2d2d2c;--header-background-color:rgba(37,36,34,.5);--text-color:#f2ede3;--text-color-secondary:#cbd5e1}body{background-color:var(--background-color);display:flex;flex-direction:column;min-height:100vh}h1,h2,h3,h4,h5,h6,input,label,p,select{color:var(--text-color);font-family:Inter,serif}svg{color:var(--text-color)}input,label,p,select,span{font-size:1rem}@media(width > 450px){input,label,p,select,span{font-size:1.25rem}}.required:after{color:var(--text-danger);content:"*";margin-left:5px}main{margin-left:auto;margin-right:auto;padding-top:75px;width:95%}@media(width > 450px){main{width:75%}}a{color:var(--text-color);text-decoration:none}.d-none{display:none}.flex,.flex-row{display:flex}.flex-row{flex-direction:row}.flex-column{display:flex;flex-direction:column}.justify-content-center{justify-content:center}.justify-content-end{justify-content:end}.justify-content-between{justify-content:space-between}.align-items-center{align-items:center}.align-items-start{align-items:start}.align-items-end{align-items:end}.gap-5{gap:5px}.gap-20{gap:20px}.paragraph-article-first-letter{font-size:1.5rem}@media(width > 450px){.paragraph-article-first-letter{font-size:1.75rem}}.text-color{color:var(--text-color)}.text-primary{color:var(--primary)}.text-bold{font-weight:700}.text-italic{font-style:italic}.text-uppercase{text-transform:uppercase}.text-underline{text-decoration:underline}.m-0{margin:0}.p-0{padding:0}.mt-1{margin-top:1em}.mt-2{margin-top:2em}.mt-3{margin-top:3em}.mb-1{margin-bottom:1em}.mb-2{margin-bottom:2em}.mb-3{margin-bottom:3em}.cursor-pointer{cursor:pointer}.title--container{border-bottom:2px solid var(--text-color);text-transform:uppercase}.btn{border:1px solid var(--text-color);border-radius:5px;box-shadow:-1px 1px 1px #000;color:currentColor;font-family:Inter,serif;font-size:1rem;padding:5px 20px;text-decoration:none;transition:.5s}@media(width > 450px){.btn{font-size:1.25rem}}.btn:hover{box-shadow:-2px 2px 1px #000}.btn-primary{background-color:var(--primary)}.btn-primary:hover{background-color:var(--primary-hover)}.btn-secondary{background-color:var(--background-secondary)}.btn-secondary:hover{background-color:var(--background-secondary-hover)}.btn-danger{background-color:var(--background-danger)}.btn-danger:hover{background-color:var(--background-danger-hover)}.card{background-color:var(--background-secondary);border:1px solid var(--text-color);border-radius:10px;box-shadow:-2px 2px 2px #000;display:flex;flex-direction:column;padding:5px;transition:.5s}.card--illustration img,.card--illustration svg{border-radius:10px 10px 0 0;object-fit:cover;width:100%!important}.card--illustration-carousel{height:200px;overflow:hidden;position:relative;width:100%}.card .carousel-track{display:flex;height:100%;transition:transform .8s ease-in-out;will-change:transform}.card .carousel-item{flex:0 0 100%;height:100%}.card .carousel-item img{border-radius:10px 10px 0 0;height:100%;object-fit:cover;width:100%}.card--content{padding-left:5px}.card--footer{margin-top:auto;padding-top:25px}.card:hover{box-shadow:-4px 4px 3px #000}.card-tag{background-color:var(--background-color);border-radius:100px;font-family:Inter,serif;font-weight:lighter;padding:2.5px 15px}.grid--container{display:flex;flex-wrap:wrap}.form--container{margin:auto;width:95%}.form--errors{background-color:var(--background-danger);border-radius:4px;padding:5px 10px;width:100%}.form--input{display:flex;flex-direction:column;margin-top:15px}.form--input input,.form--input select,.form--input-group{border:1px solid var(--text-color);border-radius:3px;box-shadow:-2px 2px 4px var(--text-color);padding:5px 10px;transition:.5s}.form--input input:hover,.form--input select:hover,.form--input-group{box-shadow:-3px 3px 4px var(--text-color)}.form--input-group:hover input{box-shadow:none}.form--input input,.form--input select{background-color:var(--background-third);width:100%}.form--input-group{align-items:stretch;display:flex;flex-direction:column;justify-content:start;padding:5px;width:100%}.form--input-group input{border:none;border-bottom-left-radius:0;border-top-left-radius:0;box-shadow:none;height:100%;width:100%}@media(width > 450px){.form--errors{margin:auto;width:90%}.form--input{margin:15px auto auto;width:90%}.form--input-group{align-items:stretch;display:flex;flex-direction:row;justify-content:start;padding:0}.form--input-group-text{border-right:1px solid var(--text-color);padding:5px;white-space:nowrap}.form--input-group input{flex-grow:1;padding:5px}}.btn-collection-container{display:flex!important;flex-direction:row!important;gap:5px;justify-content:end}.btn-collection-remove{background-color:var(--background-danger)}@media(width <= 450px){.mobile_header{display:block!important}}.mobile_header{display:none}.mobile_header #mobile_nav--container{height:100vh;pointer-events:none;position:fixed;width:100%;z-index:100}.mobile_header #mobile_nav--container .mobile_nav--background{background:#000;height:calc(100% - 70px);left:0;opacity:0;position:absolute;top:70px;transition:.3s;visibility:hidden;width:100%}.mobile_header #mobile_nav--container *{visibility:visible}.mobile_header #mobile_nav--container:focus-within .mobile_nav--background{opacity:.6;visibility:visible}.mobile_header #mobile_nav--container:focus-within .mobile_nav--header{background:var(--background-color);opacity:1;transition:.25s}.mobile_header #mobile_nav--container:focus-within .mobile_nav--button{pointer-events:none}.mobile_header #mobile_nav--container:focus-within .mobile_nav--button_icon:first-of-type{transform:translate3d(0,8px,0) rotate(45deg)}.mobile_header #mobile_nav--container:focus-within .mobile_nav--button_icon:nth-of-type(2){opacity:0}.mobile_header #mobile_nav--container:focus-within .mobile_nav--button_icon:nth-of-type(3){transform:translate3d(0,-8px,0) rotate(-45deg)}.mobile_header #mobile_nav--container:focus-within .mobile_nav--button_icon{opacity:1}.mobile_header #mobile_nav--container:focus-within #mobile_nav--content{transform:none}.mobile_header .mobile_nav--header{align-items:center;background:var(--header-background-color);display:flex;flex-direction:row;height:70px;justify-content:space-between}.mobile_header .mobile_nav--header .mobile_nav-logo{height:50px;margin-left:2.5%;width:50px}.mobile_header .mobile_nav--header .mobile_nav--button{-webkit-appearance:none;background:transparent;border:0;border-radius:0;cursor:pointer;display:flex;flex-direction:column;height:70px;justify-content:center;margin-left:25px;pointer-events:auto;position:relative;touch-action:manipulation;width:30px;z-index:100;-webkit-tap-highlight-color:rgba(0,0,0,0);margin-right:2.5%}.mobile_header .mobile_nav--header .mobile_nav--button .mobile_nav--button_icon{background:var(--text-color);display:block;height:3px;transition:.3s;width:100%}.mobile_header .mobile_nav--header .mobile_nav--button .mobile_nav--button_icon+.mobile_nav--button_icon{margin-top:5px}.mobile_header #mobile_nav--content{background:var(--background-color);height:calc(100% - 70px);margin-top:70px;max-width:300px;padding:20px;pointer-events:auto;position:absolute;right:0;top:0;width:90%;-webkit-tap-highlight-color:rgba(0,0,0,0);contain:paint;transform:translateX(100%);transition:transform .3s;will-change:transform}.mobile_header #mobile_nav--content .mobile_nav--header img{margin-bottom:25px;margin-top:15px}.mobile_header #mobile_nav--content ul{display:flex;flex-direction:column;height:100%}.mobile_header #mobile_nav--content li{color:var(--text-color);font-family:Inter,serif}.mobile_header #mobile_nav--content li a{display:block;padding:10px 5px;text-transform:uppercase}.mobile_header #mobile_nav--content li a:hover{color:var(--primary);transition:color .1s}.mobile_header #mobile_nav--content li:not(.nav_small)+.nav_small{margin-top:auto}.mobile_header .nav_small{align-self:center;display:flex;flex-direction:column}.mobile_header .nav_small a,.mobile_header .nav_small p{color:#888;font-size:12px;font-weight:400}.mobile_header *{box-sizing:border-box;margin:0;padding:0}.mobile_header body,.mobile_header html{height:100%}.mobile_header a,.mobile_header a:active,.mobile_header a:focus,.mobile_header a:link,.mobile_header a:visited{outline:0;text-decoration:none}.mobile_header a{color:currentColor;transition:.2s ease-in-out}.mobile_header h1,.mobile_header h2,.mobile_header h3,.mobile_header h4{margin:0}.mobile_header ul{list-style:none;padding:0}.mobile_header img{height:auto;vertical-align:middle;width:100%}@media(width > 450px){.desktop_header{display:flex!important}}.desktop_header{align-items:center;background:var(--header-background-color);display:none;flex-direction:row;justify-content:space-between;padding-left:25px;padding-right:25px;position:fixed;width:100%;z-index:1!important}.desktop_header--navigation{align-items:center;display:flex;flex-direction:row;gap:20px}.desktop_header--navigation_item{color:var(--text-color);font-family:Inter,serif;text-decoration:none;transition:.3s}.desktop_header--navigation_item:after{background:var(--primary);content:"";display:block;height:2px;transition:width .3s;width:0}.desktop_header--navigation_item:hover{font-weight:bolder}.desktop_header--navigation_item:hover:after,footer{width:100%}footer{background-color:var(--background-secondary);bottom:0;gap:10px;margin-top:50px;min-height:200px;z-index:10}footer div{margin:auto;width:95%}footer div img{display:none}footer div .footer_navigation--container{padding-bottom:15px;padding-top:15px}footer div .footer_navigation--item a,footer div .footer_navigation--item p{font-family:Inter,serif;margin-left:5px}footer div .footer_navigation--item h2{font-size:.75rem;font-weight:700}footer p{font-size:.75rem}@media(width > 450px){footer div{width:75%}footer div img{display:block;margin-right:100px;width:50px}}.error--container{height:75vh}.error--content{padding-bottom:100px}.error--content h1{font-size:2rem}.error--content p{font-size:1rem}.error--content_action{margin-top:25px!important;position:absolute}.error--illustration{display:none!important;width:350px}@media(width > 450px){.error--content h1{font-size:2.5rem}.error--content p{font-size:1.5rem}.error--container{align-items:center;flex-direction:row;gap:50px}.error--illustration{display:block!important}}.language_picker--container{font-family:Inter,serif}.language_picker--container select{background-color:var(--background-secondary);border:1px solid var(--text-color);border-radius:5px;box-shadow:1px 1px 1px var(--text-color);color:var(--text-color);padding:5px 15px;transition:.3s}.language_picker--container select:hover{box-shadow:2px 2px 1px var(--text-color)}.terms_of_use--container h2{margin-top:30px}.terms_of_use--container p{margin-top:5px}.theme_mode--container{color:var(--text-color)}.theme_mode--item{margin:auto}#themeMode-light{flex-direction:column}.container{min-height:85vh;padding-top:100px}@font-face{font-family:Inter;src:url(/build/front/fonts/Inter-VariableFont.afdb8a07.ttf) format("opentype")}@font-face{font-family:FiraCode;src:url(/build/front/fonts/FiraCode-VariableFont.7c80bf8d.ttf) format("opentype")}