:root{--black:hsl(0,0%,4%);--grey:hsl(0,0%,48%);--grey-light:hsl(0,0%,71%);--grey-lighter:hsl(0,0%,86%);--white-ter:hsl(0,0%,96%);--white-bis:hsl(0,0%,98%);--white:hsl(0,0%,100%);--gray-50:hsl(210,20%,98%);--gray-100:hsl(220,14%,96%);--gray-200:hsl(220,13%,91%);--gray-300:hsl(216,12%,84%);--gray-400:hsl(218,11%,65%);--gray-500:hsl(220,9%,46%);--red-100:hsl(0,93%,94%);--red-200:hsl(0,96%,89%);--red-300:hsl(0,94%,82%);--red-400:hsl(0,91%,71%);--red-500:hsl(0,84%,60%);--red-600:hsl(0,72%,51%);--red-700:hsl(0,74%,42%);--red-800:hsl(0,70%,35%);--orange-500:hsl(25,95%,53%);--orange-600:hsl(21,90%,48%);--amber-400:hsl(43,96%,56%);--amber-500:hsl(38,92%,50%);--green-50:hsl(138,76%,97%);--green-100:hsl(141,84%,93%);--green-200:hsl(141,79%,85%);--green-300:hsl(142,77%,73%);--green-400:hsl(142,69%,58%);--green-500:hsl(142,71%,45%);--green-600:hsl(142,76%,36%);--green-700:hsl(142,72%,29%);--green-800:hsl(143,64%,24%);--green-900:hsl(144,61%,20%);--green-950:hsl(145,80%,10%);--emerald-100:hsl(149,80%,90%);--emerald-500:hsl(160,84%,39%);--emerald-600:hsl(161,94%,30%);--emerald-700:hsl(163,94%,24%);--emerald-800:hsl(163,88%,20%);--teal-100:hsl(167,85%,89%);--teal-500:hsl(173,80%,40%);--teal-600:hsl(175,84%,32%);--cyan-100:hsl(185,96%,90%);--cyan-500:hsl(189,94%,43%);--cyan-600:hsl(192,91%,36%);--sky-100:hsl(204,94%,94%);--sky-200:hsl(201,94%,86%);--sky-300:hsl(199,95%,74%);--sky-400:hsl(198,93%,60%);--sky-500:hsl(199,89%,48%);--sky-600:hsl(200,98%,39%);--sky-700:hsl(201,96%,32%);--blue-50:hsl(214,100%,97%);--blue-100:hsl(214,95%,93%);--blue-200:hsl(213,97%,87%);--blue-300:hsl(212,96%,78%);--blue-400:hsl(213,94%,68%);--blue-500:hsl(217,91%,60%);--blue-600:hsl(221,83%,53%);--blue-700:hsl(224,76%,48%);--blue-800:hsl(226,71%,40%);--blue-900:hsl(224,64%,33%);--admin-color:hsl(220,31%,28%);--line-height:1.5;--font-color:hsl(0,0%,29%);--font-size:1rem;--font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;--input-height:40px;--input-medium-height:35px;--input-small-height:30px;--input-focus-shadow-size:0 0 0 .175rem;--navbar-height:3.25rem}@media (min-width:850px){:root{--navbar-height:4rem}}*,::after,::before{box-sizing:border-box}html{font-size:16px;min-width:300px;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;overflow-y:scroll}body{display:flex;min-height:100vh;flex-direction:column;line-height:var(--line-height);color:var(--font-color);font-size:var(--font-size);font-weight:400;font-family:var(--font-family)}main{flex:1 0 auto}img{max-width:100%;height:auto}a,a:focus,a:visited{cursor:pointer;color:var(--blue-600);text-decoration:none}a:hover{color:var(--blue-800)}h1,h2,h3,h4,h5,h6{word-wrap:break-word;font-weight:400}hr{background-color:#f5f5f5;border:none;height:2px;margin:1.5rem 0;padding:0}body,p,h1,h2,h3,h4,h5,h6,figure,textarea{padding:0;margin:0}hr,img,figure{display:block}.navbar{box-shadow:0 8px 16px rgba(10,10,10,.1)}.navbar-brand{display:flex;align-items:center;padding:0 0.7rem;height:var(--navbar-height);max-height:var(--navbar-height);min-height:var(--navbar-height);background-color:hsl(0,0%,99%)}.navbar-brand>.navbar-item span{padding-left:0.75rem;font-size:1.5rem}.navbar-burger{margin-left:auto;cursor:pointer;background-color:hsl(0,0%,96%);display:flex;padding:0.5rem;border-radius:10px;align-items:center;justify-content:center;width:40px;height:40px}.navbar-burger span{display:none;padding-right:8px;padding-top:2px;color:var(--black)}.navbar-burger .navbar-info-close{padding-top:1px}@media (min-width:355px){.navbar-burger{width:90px}.navbar-burger span{display:inline}}.navbar-menu{background-color:var(--white);padding:0.5rem 0;display:none}.navbar-menu.active{display:block}.navbar-start,.navbar-end{display:flex;flex-direction:column}.navbar-item,.navbar-logo{display:flex;align-items:center;padding-right:0.4rem;color:var(--font-color)!important;white-space:nowrap;text-decoration:none;transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out}.navbar-menu .navbar-item{padding:0.5rem 0.9rem}.navbar-logo{padding-left:0}.navbar-item.active,.navbar-start>.navbar-item:hover:not(.active){color:var(--black)!important}.navbar-item.active{background-color:hsl(0,0%,95%)}.navbar-start>.navbar-item:hover:not(.active){background-color:hsl(0,0%,96%)}.navbar-item:focus{text-decoration:none}.navbar-logo{display:none}@media (min-width:850px) and (max-width:1023px){.navbar{padding-right:1.25rem;padding-left:1.25rem}}@media (min-width:850px){.navbar-brand{display:none}.navbar .container{display:flex;flex-direction:row;align-items:center;min-height:4rem}.navbar-menu{display:flex!important;align-items:center;width:100%;background-color:inherit;border:0;box-shadow:none}.navbar-start,.navbar-end{flex-direction:row}.navbar-end{margin-left:auto}.navbar-start .navbar-item:first-child{padding-left:0}.navbar-end .navbar-item:last-child{padding-right:0}.navbar-start>.navbar-item{margin:0 .25rem}.navbar-menu .navbar-item{padding:0.5rem 0.75rem;border-radius:8px}.navbar-start>.navbar-item:hover:not(.active){background-color:hsl(0,0%,97%)!important}.navbar-logo{display:flex}}.tabs-container{overflow-x:auto;white-space:nowrap;border-bottom:#dbdbdb 1px solid;text-align:center}.tabs-content{display:inline-flex}.tabs-content a{all:unset;cursor:pointer;padding:0.7rem 1rem;transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out}.tabs-content a:hover:not(.active){background-color:var(--gray-200);color:var(--black)}.tabs-content .icon{margin-right:0.4rem}.tabs-content .active{color:var(--black);background-color:hsl(220,13%,87%)}.modal{display:none;align-items:center;flex-direction:column;justify-content:center;position:fixed;overflow:hidden;z-index:100;top:0;left:0;width:100%;height:100%}.modal.active{display:flex}.modal-background{background-color:rgba(10,10,10,.86);position:absolute;top:0;bottom:0;left:0;right:0}.modal-close{position:absolute;top:10px;right:25px;color:hsl(0,0%,92%);font-size:1.5rem;transition:0.3s;z-index:102}.modal-close:hover,.modal-close:focus{color:var(--white);cursor:pointer}.modal-content{max-height:calc(100vh - 110px);margin:0 auto;overflow:auto;position:relative;width:100%}.modal-image{position:relative;display:flex;align-items:center;justify-content:center}.modal-image>div{background-color:rgba(10,10,10,.86)}.modal-image img{max-height:70vh}.modal.no-caption img{max-height:80vh}.modal-previous,.modal-next{position:absolute;display:flex;align-items:center;justify-content:center;top:50%;transform:translateY(-50%);z-index:9999;color:var(--white-ter);background-color:rgba(10,10,10,.30);cursor:pointer;width:30px;height:30px;border-radius:50%;font-size:1rem}.modal-previous:hover,.modal-next:hover{color:var(--white)}.modal-previous{margin-left:0.3rem}.modal-next{margin-right:0.3rem}.modal-previous{left:0}.modal-next{right:0}.modal-caption{background-color:rgba(10,10,10,.92);color:var(--white-ter);padding:0.5rem 0.4rem;margin:0 auto}@media (min-width:769px){.modal-content{width:640px;max-height:calc(100vh - 40px)}.modal-image,.modal-next,.modal-previous{position:static;transform:none;background-color:unset}.modal-image{display:flex;align-items:center;justify-content:center}.modal-image img{border-radius:5px 5px 0 0}.modal-image>div{border-radius:5px 5px 0 0}.modal.no-caption img{border-radius:5px}.modal.no-caption .modal-image>div{border-radius:5px}.modal-caption{border-radius:0 0 5px 5px}.modal-previous,.modal-next{font-size:2rem;padding:2.5rem;cursor:pointer;background-color:unset;margin:0}.modal-previous{padding-right:1.5rem}.modal-next{padding-left:1.5rem}}@media (min-width:900px){.modal-content{width:70%;max-height:calc(100vh - 40px)}}.card{background-color:var(--white-bis);border-radius:10px;-webkit-filter:drop-shadow(0 2px 5px rgba(0,0,0,0.089));filter:drop-shadow(0 2px 5px rgba(0,0,0,0.089))}.card-image img{border-top-left-radius:10px;border-top-right-radius:10px;aspect-ratio:4 / 3;object-fit:cover;width:100%;height:100%}.card-content{padding:1.5rem 1.3rem;overflow:auto}.card footer{border-top:1px var(--gray-200) solid;padding:0.75rem}.no-aspect-ratio .card-image{height:200px}@media (min-width:375px){.no-aspect-ratio .card-image{height:250px}}@media (min-width:450px){.no-aspect-ratio .card-image{height:300px}}@media (min-width:550px){.no-aspect-ratio .card-image{height:200px}}@media (min-width:769px){.no-aspect-ratio .card-image{height:180px}}@media (min-width:1000px){.no-aspect-ratio .card-image{height:190px}}@media (min-width:1216px){.no-aspect-ratio .card-image{height:200px}}@media (min-width:1407px){.no-aspect-ratio .card-image{height:220px}}.box{background-color:#fff;border-radius:6px;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);color:var(--font-color);display:block;padding:1.25rem}.content p:not(:last-child){margin-bottom:1rem}.button{line-height:1rem!important;display:inline-flex;height:42px;align-items:center;justify-content:center;width:fit-content;text-decoration:none;color:var(--font-color)!important;font-weight:500;font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);cursor:pointer;white-space:nowrap;outline-color:transparent;background-color:var(--white);border:1px hsl(0,0%,86%) solid;border-radius:5px;padding:0.4rem 0.8rem;transition:background-color .2s ease-in-out,border .2s ease-in-out;box-shadow:0 0.1em 1em -0.2em rgba(10,10,10,.1)}.button>.icon:first-child{padding-right:0.6rem}.button>.icon:last-child:not(:only-child){padding-left:0.6rem}.button>.icon:only-child{padding-right:0}.button:hover{border:1px hsl(0,0%,76%) solid;box-shadow:0 0.3em 1em -0.2em rgba(10,10,10,.1)}.button:focus-visible{outline:none}.button.blue,.button.sky,.button.green,.button.emerald,.button.teal,.button.orange,.button.red,.button.cyan,.button.blue:hover,.button.sky:hover,.button.green:hover,.button.emerald:hover,.button.teal:hover,.button.orange:hover,.button.red:hover,.button.cyan:hover,.button.gray,.button.gray:hover,.button.amber,.button.amber:hover{color:var(--white)!important;border:none;box-shadow:none;font-weight:400}.button.amber,.button.amber:hover,.button.yellow,.button.yellow:hover{color:var(--black)!important}.button.gray{background-color:var(--gray-200);color:var(--black)!important}.button.gray:hover{background-color:var(--gray-300);color:var(--black)!important}.button.blue{background-color:var(--blue-500)}.button.blue:hover{background-color:var(--blue-600)}.button.sky{background-color:var(--sky-500)}.button.sky:hover{background-color:var(--sky-600)}.button.green{background-color:var(--green-500)}.button.green:hover{background-color:var(--green-600)}.button.emerald{background-color:var(--emerald-500)}.button.emerald:hover{background-color:var(--emerald-600)}.button.teal{background-color:var(--teal-500)}.button.teal:hover{background-color:var(--teal-600)}.button.cyan{background-color:var(--cyan-500)}.button.cyan:hover{background-color:var(--cyan-600)}.button.orange{background-color:var(--orange-500)}.button.orange:hover{background-color:var(--orange-600)}.button.amber{background-color:var(--amber-400)}.button.amber:hover{background-color:var(--amber-500)}.button.red{background-color:var(--red-500)}.button.red:hover{background-color:var(--red-600)}.button.blue.light{color:var(--blue-800)!important;background-color:var(--blue-100)}.button.blue.light:hover{background-color:var(--blue-200)}.button.sky.light{color:var(--sky-800)!important;background-color:var(--sky-100)}.button.sky.light:hover{background-color:var(--sky-200)}.button.red.light{color:var(--red-800)!important;background-color:var(--red-100)}.button.red.light:hover{background-color:var(--red-200)}.button.medium{font-size:0.9rem;height:35px}.button.medium>.icon:first-child{padding-right:0.5rem}.button.medium>.icon:last-child:not(:only-child){padding-left:0.5rem}.button.medium>.icon:only-child{padding-right:0}.button.small{font-size:0.75rem;height:30px;padding:0.4rem 0.8rem}.button.small>.icon:first-child{padding-right:0.4rem}.button.small>.icon:last-child{padding-left:0.4rem}.button.small.rounded{padding:0.6rem 1rem}.button.rounded{border-radius:9999px;padding:0.4rem 1.35rem}.button[disabled]{opacity:.5;cursor:not-allowed}.buttons{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;margin-bottom:-0.75rem}.buttons .button{margin-bottom:0.75rem}.buttons .button:not(:last-child):not(.w-full){margin-right:1rem}.title{font-size:2rem;font-weight:800;margin:0 0 1.5rem 0}.is-96x96{width:96px;height:96px}.label{color:#363636;display:block;font-size:1rem;font-weight:600;margin-bottom:.5rem}.help{margin-top:0.25rem;font-size:0.9rem}.field{margin-bottom:1rem}.checkbox{cursor:pointer}input[type="number"]{width:100px;padding:10px;font-size:14px;border:1px solid #ccc;border-radius:4px}input[type="number"]:hover,input[type="number"]:focus{border-color:#999}input[type="number"]:focus{outline:none;box-shadow:0 0 5px rgba(0,0,0,0.3)}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration{display:none}.control{position:relative;display:flex}.input{height:var(--input-height);max-height:var(--input-height);width:100%;outline:none;border:1px var(--gray-300) solid;border-radius:5px;background-color:#fff;padding:0.5rem 0.75rem;font-family:var(--font-family);font-size:16px;color:var(--font-color);transition:border-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out}.input ~ .icon{font-size:16px}.input::placeholder{color:var(--gray-400)}.input.rounded{padding:0.5rem 1.1rem;border-radius:9999px}.input.medium.rounded{padding:0.3rem 1rem}.input.small.rounded{padding:0.3rem 0.9rem}.input.medium{height:35px;max-height:35px;font-size:0.9rem;padding:0.3rem 0.65rem}.input.medium + .icon{font-size:0.9rem}.input.small{height:30px;max-height:30px;font-size:0.75rem;padding:0.2rem 0.55rem}.input.small + .icon{font-size:0.75rem}.control.icon-left>.input{padding-left:38px}.control.icon-left>.icon{position:absolute;left:12px;top:8px;color:var(--gray-400);transition:all .2s ease-in-out;z-index:3}.control.icon-left>.input.small{padding-left:28px}.control.icon-left>.input.medium{padding-left:34px}.control.icon-left>.input.small + .icon{top:6px;left:10px}.control.icon-left>.input.medium + .icon{top:7px;left:12px}.control.addon-right>.input{z-index:0;border-top-right-radius:0;border-bottom-right-radius:0}.control.addon-right>.button{z-index:1;border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}.control.addon-right>.input:hover,.control.addon-right>.input:focus{z-index:2}.control.addon-right>.input.small ~ .button{height:30px}.control.addon-right>.input.medium ~ .button{height:35px}.input:hover{border-color:var(--gray-400)}.input:hover ~ .icon{color:var(--gray-500)}.input:focus{border-color:var(--blue-600);box-shadow:var(--input-focus-shadow-size) var(--blue-100)}.input:focus ~ .icon{color:var(--blue-700)}.input.cyan:focus{box-shadow:var(--input-focus-shadow-size) var(--cyan-100)}.input.cyan:focus + .icon{color:var(--cyan-600)}.input.teal:focus{border-color:var(--teal-500);box-shadow:var(--input-focus-shadow-size) var(--teal-100)}.input.teal:focus + .icon{color:var(--teal-600)}.input.emerald:focus{box-shadow:var(--input-focus-shadow-size) var(--emerald-100)}.input.emerald:focus + .icon{color:var(--emerald-600)}.input.red{border-color:var(--red-300)}.input.red:hover{border-color:var(--red-400)}.input.red:focus{box-shadow:var(--input-focus-shadow-size) var(--red-100);border-color:var(--red-500)}.textarea{display:block;max-width:100%;min-width:100%;padding:0.75rem;resize:vertical;width:100%;background-color:#fff;border:1px #dbdbdb solid;border-radius:5px;color:#363636;font-family:var(--font-family);font-size:var(--font-size);transition:border 0.2s ease-in-out,box-shadow 0.2s ease-in-out}.textarea:hover{border-color:var(--gray-400)}.textarea:focus{outline:0;border-color:var(--blue-600);box-shadow:var(--input-focus-shadow-size) var(--blue-100)}.textarea[rows]{height:initial}.select{position:relative;max-width:fit-content}.select select{appearance:none;width:100%;font-size:1rem;padding:0.675rem 3rem 0.675rem 1rem;background-color:#fff;border:1px solid #caced1;border-radius:0.25rem;cursor:pointer;color:var(--font-color);outline:none}.select select:hover{border-color:var(--gray-400)}.select::before,.select::after{--size:0.35rem;content:"";position:absolute;right:1rem;pointer-events:none}.select::before{border-left:var(--size) solid transparent;border-right:var(--size) solid transparent;border-bottom:var(--size) solid var(--blue-700);top:40%}.select::after{border-left:var(--size) solid transparent;border-right:var(--size) solid transparent;border-top:var(--size) solid var(--blue-700);top:55%}.select.small select{font-size:0.85rem;padding:0.575rem 2.5rem 0.575rem 0.8rem}.select.small::before{top:35%}.select.small.rounded select{border-radius:20px;padding:0.575rem 2.5rem 0.575rem 0.95rem}.file{align-items:stretch;display:flex}.file-label{display:flex;cursor:pointer;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:hsl(207,61%,50%)}.file-label:hover .file-name{border-color:var(--gray-300)}.file-input{left:0;top:0;width:100%;height:100%;opacity:0;outline:0;position:absolute}.file-cta,.file-name{font-size:1rem;padding:.45rem .75rem .45rem .75em;position:relative;border-radius:4px;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:hsl(207,61%,53%);color:#fff;border-radius:4px 0 0 4px;display:inline-flex;align-items:center;white-space:nowrap;transition:background-color 0.2s ease-in-out}.file-icon{margin-right:.5em}.file-name{border-bottom-left-radius:0;border-top-left-radius:0;border:1px solid #dbdbdb;border-left-width:0;display:block;max-width:300px;overflow:hidden;text-overflow:ellipsis;background-color:var(--white);transition:border-color 0.2s ease-in-out}.select-none,.button,.modal,.tabs-container{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tap-transparent{-webkit-tap-highlight-color:transparent}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.block{display:block!important}.inline{display:inline!important}.bg-white{background-color:var(--white)!important}.bg-white-ter{background-color:var(--white-ter)!important}.bg-gray{background-color:var(--gray-500)!important}.bg-gray-50{background-color:var(--gray-50)!important}.bg-gray-100{background-color:var(--gray-100)!important}.bg-green{background-color:var(--green-500)!important}.text-black{color:var(--black)!important}.text-grey-light{color:var(--grey-light)!important}.text-grey-lighter{color:var(--grey-lighter)!important}.text-white-ter{color:var(--white-ter)!important}.text-white{color:var(--white)!important}.text-green{color:var(--green-500)!important}.text-blue{color:var(--blue-500)!important}.text-sky{color:var(--sky-500)!important}.text-red{color:var(--red-500)!important}.m-auto{margin:auto}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:0.25rem!important}.mb-2{margin-bottom:0.5rem!important}.mb-3{margin-bottom:0.75rem!important}.mb-4{margin-bottom:1rem!important}.mb-5{margin-bottom:1.25rem!important}.mb-6{margin-bottom:1.5rem!important}.mb-7{margin-bottom:1.75rem!important}.mb-8{margin-bottom:2rem!important}.mb-9{margin-bottom:2.25rem!important}.mb-10{margin-bottom:2.5rem!important}.mb-11{margin-bottom:2.75rem!important}.mb-12{margin-bottom:3rem!important}.mb-13{margin-bottom:3.25rem!important}.mb-14{margin-bottom:3.5rem!important}.mb-15{margin-bottom:3.75rem!important}.mb-16{margin-bottom:4rem!important}.mb-17{margin-bottom:4.25rem!important}.mb-18{margin-bottom:4.5rem!important}.mb-19{margin-bottom:4.75rem!important}.mb-20{margin-bottom:5rem!important}.mt-0{margin-top:0!important}.mt-1{margin-top:0.25rem!important}.mt-2{margin-top:0.5rem!important}.mt-3{margin-top:0.75rem!important}.mt-4{margin-top:1rem!important}.mt-5{margin-top:1.25rem!important}.mt-6{margin-top:1.5rem!important}.mt-7{margin-top:1.75rem!important}.mt-8{margin-top:2rem!important}.mt-9{margin-top:2.25rem!important}.mt-10{margin-top:2.5rem!important}.mt-11{margin-top:2.75rem!important}.mt-12{margin-top:3rem!important}.mt-13{margin-top:3.25rem!important}.mt-14{margin-top:3.5rem!important}.mt-15{margin-top:3.75rem!important}.mt-16{margin-top:4rem!important}.mt-17{margin-top:4.25rem!important}.mt-18{margin-top:4.5rem!important}.mt-19{margin-top:4.75rem!important}.mt-20{margin-top:5rem!important}.mr-1{margin-right:0.25rem!important}.mr-2{margin-right:0.5rem!important}.mr-3{margin-right:0.75rem!important}.mr-4{margin-right:1rem!important}.mr-5{margin-right:1.25rem!important}.mr-6{margin-right:1.5rem!important}.mr-7{margin-right:1.75rem!important}.mr-8{margin-right:2rem!important}.mr-9{margin-right:2.25rem!important}.mr-10{margin-right:2.5rem!important}.ml-1{margin-left:0.25rem!important}.ml-2{margin-left:0.5rem!important}.ml-3{margin-left:0.75rem!important}.ml-4{margin-left:1rem!important}.ml-5{margin-left:1.25rem!important}.ml-6{margin-left:1.5rem!important}.ml-7{margin-left:1.75rem!important}.ml-8{margin-left:2rem!important}.ml-9{margin-left:2.25rem!important}.ml-10{margin-left:2.5rem!important}.pt-1{padding-top:0.25rem!important}.pt-2{padding-top:0.5rem!important}.pt-3{padding-top:0.75rem!important}.pt-4{padding-top:1rem!important}.pt-5{padding-top:1.25rem!important}.pt-6{padding-top:1.5rem!important}.pt-7{padding-top:1.75rem!important}.pt-8{padding-top:2rem!important}.pt-9{padding-top:2.25rem!important}.pt-10{padding-top:2.5rem!important}.pt-11{padding-top:2.75rem!important}.pt-12{padding-top:3rem!important}.pt-13{padding-top:3.25rem!important}.pt-14{padding-top:3.5rem!important}.pt-15{padding-top:3.75rem!important}.pt-16{padding-top:4rem!important}.pt-17{padding-top:4.25rem!important}.pt-18{padding-top:4.5rem!important}.pt-19{padding-top:4.75rem!important}.pt-20{padding-top:5rem!important}.pb-1{padding-bottom:0.25rem!important}.pb-2{padding-bottom:0.5rem!important}.pb-3{padding-bottom:0.75rem!important}.pb-4{padding-bottom:1rem!important}.pb-5{padding-bottom:1.25rem!important}.pb-6{padding-bottom:1.5rem!important}.pb-7{padding-bottom:1.75rem!important}.pb-8{padding-bottom:2rem!important}.pb-9{padding-bottom:2.25rem!important}.pb-10{padding-bottom:2.5rem!important}.pb-11{padding-bottom:2.75rem!important}.pb-12{padding-bottom:3rem!important}.pb-13{padding-bottom:3.25rem!important}.pb-14{padding-bottom:3.5rem!important}.pb-15{padding-bottom:3.75rem!important}.pb-16{padding-bottom:4rem!important}.pb-17{padding-bottom:4.25rem!important}.pb-18{padding-bottom:4.5rem!important}.pb-19{padding-bottom:4.75rem!important}.pb-20{padding-bottom:5rem!important}.py-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-16{padding-top:4rem!important;padding-bottom:4rem!important}.pr-0{padding-right:0!important}.w-full{width:100%!important}.w-half{width:50%!important}.flex-wrap{flex-wrap:wrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-nowrap{flex-wrap:nowrap!important}.flex{display:flex!important}.justify-normal{justify-content:normal!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.justify-around{justify-content:space-around!important}.justify-evenly{justify-content:space-evenly!important}.justify-stretch{justify-content:stretch!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.items-baseline{align-items:baseline!important}.items-stretch{align-items:stretch!important}.content-normal{align-content:normal!important}.content-center{align-content:center!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-col{flex-direction:column!important}.flex-col-reverse{flex-direction:column-reverse!important}.text-xs{font-size:0.75rem!important;line-height:1rem!important}.text-sm{font-size:0.875rem!important;line-height:1.25rem!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important;line-height:1!important}.font-normal{font-weight:400!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.font-extrabold{font-weight:800!important}.italic{font-style:italic!important}.underline{text-decoration-line:underline!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-justify{text-align:justify!important}.underline{text-decoration-line:underline!important}.hidden{display:none!important}.section{padding:3rem 1.5rem}@media (min-width:1024px){.section{padding:3rem 3rem}}.container{width:auto;margin:0 auto}@media (min-width:1024px){.container{max-width:960px}}@media (min-width:1216px){.container{max-width:1152px}}@media (min-width:1408px){.container{max-width:1344px}}.footer{padding:3rem 1.5rem 6rem}.top-section{background-position:center bottom;background-repeat:no-repeat;background-size:cover;padding-top:4rem;padding-bottom:4rem}.content p:not(:last-child){margin-bottom:1rem}#scroll-top-button{display:none;position:fixed;width:23px;height:24px;right:0;bottom:60px;color:white;font-size:1.2rem;padding-left:5px;border-top-left-radius:5px;border-bottom-left-radius:5px;background-color:rgba(28,29,33,0.1)}#scroll-top-button i{display:block;margin-top:3px}@media (min-width:1024px){#scroll-top-button{font-size:1.5rem;width:34px;height:34px;padding-left:9px}#scroll-top-button i{margin-top:6px}}#loader{position:fixed;left:0;top:var(--navbar-height);bottom:0;right:0;background-color:var(--white-ter);z-index:9999}.loader{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.loader span{display:inline-block;background-color:#70b814;width:25px;height:25px;-webkit-animation:1s load ease-in-out infinite;animation:load 1s ease-in-out infinite;animation-delay:0s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);border-radius:50%}.loader span:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s}.loader span:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}.loader span:nth-child(3){-webkit-animation-delay:.15s;animation-delay:.15s}.loader span:nth-child(4){-webkit-animation-delay:.2s;animation-delay:.2s}.loader span{display:inline-block;background-color:#70b814;width:25px;height:25px;-webkit-animation:1s load ease-in-out infinite;animation:load 1s ease-in-out infinite;animation-delay:0s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);border-radius:50%}@keyframes load{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0);transform:scale(0)}}.navbar-end .button[title="Déconnexion"]{width:40px;padding-right:0.7rem}@media (min-width:850px){.navbar-end .navbar-item{padding-top:0;padding-bottom:0}}.truncate-screen-name{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width:320px){.truncate-screen-name{max-width:135px}}@media (min-width:360px){.truncate-screen-name{max-width:175px}}@media (min-width:402px){.truncate-screen-name{max-width:100%}}.index-top-previous{position:absolute;left:10px;top:50%;transform:translateY(-50%)}.index-top-next{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.index-bottom{position:absolute;right:calc(50vw - 0.75rem);bottom:5px}.index-bottom,.index-top-next,.index-top-previous{font-size:1.5rem;-webkit-filter:drop-shadow(2px 5px 2px rgb(0,0,0));filter:drop-shadow(2px 5px 2px rgb(0,0,0));padding:0.25rem;cursor:pointer}.index-top-previous:hover,.index-top-next:hover,.index-bottom:hover{color:var(--white)!important}.photo-presentation{flex-direction:column;justify-content:center}.photo-presentation img{margin-bottom:3rem;max-width:70%;border-radius:20px;-webkit-filter:drop-shadow(0 2px 5px #0008);filter:drop-shadow(0 2px 5px #0008)}@media (min-width:376px){.photo-presentation img{max-width:60%}}@media (min-width:500px){.photo-presentation img{max-width:50%}}@media (min-width:550px){.photo-presentation img{max-width:45%}}@media (min-width:600px){.photo-presentation img{max-width:40%}}@media (min-width:700px){.photo-presentation img{max-width:35%}}@media (min-width:800px){.photo-presentation{flex-direction:row;justify-content:space-between}.photo-presentation img{max-width:29%;margin-bottom:0}.photo-presentation .box{max-width:67%}}@media (min-width:903px){.photo-presentation{justify-content:center}.photo-presentation img{max-width:190px;margin-right:2rem}.photo-presentation .box{max-width:700px}}@media (min-width:1216px){.photo-presentation{justify-content:center}.photo-presentation img{max-width:210px;margin-right:2rem}.photo-presentation .box{max-width:700px}}.index-photos{margin-bottom:-3rem}.index-photos>a{width:100%;margin-bottom:3rem;display:flex}.index-photos>a img{border-radius:5px;-webkit-filter:drop-shadow(0 2px 5px #0008);filter:drop-shadow(0 2px 5px #0008)}@media (min-width:600px){.index-photos>a{width:47%}}.main-title{font-size:2.4rem;font-weight:800;-webkit-filter:drop-shadow(2px 5px 2px rgb(0,0,0));filter:drop-shadow(2px 5px 2px rgb(0,0,0))}@media (min-width:305px){.main-title{font-size:2.5rem}}@media (min-width:360px){.main-title{font-size:3rem}}@media (min-width:500px){.main-title{font-size:3.5rem}}.sheet-header{flex-direction:column}.sheet-header-photo{width:80%;margin:auto;padding-bottom:1.5rem}.sheet-header-photo>img{border-radius:9999px}.sheet-description h2{text-align:center}@media (max-width:375px){.sheet-description h2{font-size:1.8rem!important}}@media (min-width:425px){.sheet-header-photo{width:70%}}@media (min-width:550px){.sheet-header-photo{width:60%}}@media (min-width:768px){.sheet-header-photo{width:50%}}@media (min-width:900px){.sheet-header{flex-direction:row}.sheet-header-photo{margin:unset;margin-right:auto;padding-bottom:0;padding-top:0.5rem;width:22%}.sheet-description{width:75%}.sheet-description h2{text-align:left}}@media (min-width:1024px){.sheet-header-photo{width:21%}.sheet-description{width:76%}}@media (min-width:1216px){.sheet-header-photo{width:20%}.sheet-description{width:78%}}@media (min-width:1408px){.sheet-header-photo{width:19%}.sheet-description{width:79%}}.edit-section{background-color:#0b394c}.edit-info{border:1px white solid;border-radius:20px;background-color:black;padding:0.5rem 1rem 0.5rem 1rem}.edit-input:focus{box-shadow:0 0 0.3rem 0.04rem var(--blue-100)}.bd-color{padding:0.75rem;margin:0.75rem;border-radius:2px;box-shadow:0 2px 3px 0 rgb(0 0 0 / 10%),inset 0 0 0 1px rgb(0 0 0 / 10%)}.bookmarked-photo{width:50%;border:1px hsl(0,0%,100%) solid}.bookmarked-photo img{aspect-ratio:4 / 3;object-fit:cover;width:100%;height:100%}@media (min-width:600px){.bookmarked-photo{width:33%;border:1px hsl(0,0%,100%) solid}}@media (min-width:1216px){.bookmarked-photo{width:25%;border:1px hsl(0,0%,100%) solid}}.card-order{width:45px!important;height:25px!important;padding:4px!important}.cards-4{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;margin-bottom:-2.5rem}.cards-4>.card{width:100%;margin-bottom:2.5rem}@media (min-width:550px){.cards-4{margin-right:-3%;margin-bottom:-4%}.cards-4>.card{width:47%;margin-right:3%;margin-bottom:4%}}@media (min-width:769px){.cards-4{margin-right:-2.5%;margin-bottom:-3.5%}.cards-4>.card{width:30.8%;margin-right:2.5%;margin-bottom:3.5%}}@media (min-width:1216px){.cards-4{margin-right:-2%;margin-bottom:-3%}.cards-4>.card{width:23%;margin-right:2%;margin-bottom:3%}}.registration-box{max-width:500px;margin:auto;padding:0.75rem 0 1.25rem 0}.registration-box h2{border-bottom:1px var(--gray-300) solid;padding:0 1.25rem 0.85rem 1.25rem}.registration-content{padding:0 1.25rem}.account-box{padding:0;flex-direction:column}.account-menu{padding:1rem 1.25rem;border-bottom:1px var(--gray-200) solid;border-right-width:0}.account-items>a{all:unset;display:block;padding:0.5rem 0.75rem;border-radius:5px;cursor:pointer;color:var(--font-color);margin-bottom:0.4rem;transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out}.account-items>a:last-child{margin-bottom:0}.account-items a.active{background-color:var(--blue-500);color:var(--white)}.account-items a:hover:not(.active){background-color:var(--white-ter);color:var(--black)}.account-content{padding:1.5rem;flex:1 1 0}.navbar-account{display:flex;padding:0.5rem 0.75rem;border-radius:10px;background-color:hsl(0,0%,96%);cursor:pointer}#account-info-display,#account-info-close{font-weight:600}@media (min-width:850px){.account-info-menu{display:none}.navbar-account{display:none}.account-items{display:block!important}.account-box{flex-direction:row}.account-menu{padding:1rem;border-right:1px var(--gray-200) solid;border-bottom-width:0}}@media (min-width:1216px){.form-user-edit,.form-password-change{padding:1rem;max-width:600px;margin:auto;border:1px var(--gray-200) solid;border-radius:10px}}.photo-like-icon{height:50px;width:50px;color:#d5d5d5;background:0 0;position:fixed;right:100px;top:4px;display:flex;justify-content:center;align-items:center;cursor:pointer}.photo-like-icon:hover{color:var(--white)}.modal-info-login{color:white;position:fixed;right:150px;left:10px;top:8px;background-color:hsl(0,0%,0%,0.7);padding:0.5rem;border-radius:10px}@media (min-width:608px){.modal-info-login{left:unset}}.modal-info .modal-content{padding:1.5rem;border-radius:10px;background-color:rgba(0,0,0,0.8);max-width:700px;color:var(--white)}.modal-info .modal-content .input:focus{box-shadow:0 0 0.2em .15em hsl(217,91%,60%,0.5)}.modal-info .textarea:focus{box-shadow:0 0 0.2em .15em hsl(217,91%,60%,0.5)}.modal-info .info-title{border-bottom:1px var(--white) solid}.modal-end .modal-content{display:flex;flex-direction:column;align-items:center;max-width:700px;padding:2rem 1rem}.modal-end button:first-child{margin-right:1rem}.modal-end h4{font-size:1.5rem;font-weight:700}@media (min-width:375px){.modal-end h4{font-size:2rem}}@media (min-width:425px){.modal-end .modal-content{padding:3rem 1rem}}#modal-redirect .modal-content{padding:4rem 3rem;max-width:850px}@media (min-width:769px){#modal-redirect .modal-content{width:100%}}.modal-redirect-buttons{display:flex;align-items:center;flex-direction:column}.modal-redirect-buttons>.button:not(:last-child){margin-bottom:1rem}@media (min-width:700px){.modal-redirect-buttons{flex-direction:row;justify-content:center}.modal-redirect-buttons>.button:not(:last-child){margin-right:1rem}.modal-redirect-buttons>.button{margin-bottom:0!important}}