*{margin:0;padding:0;box-sizing:border-box}body{--text-font: "Courier Prime", monospace, serif;--action-font: "Rowdies", cursive, sans-serif;--primary-color-light: #09E0DF;--primary-color-dark: #376B79;--primary-color-darker: #005555;--secondary-color-light: #FF017E;--secondary-color-dark: #BE3C98;--secondary-color-darker: #aa0055;--secondary-color-nav: #7e5889;--light-color: #FFDAFB;--dark-color: #1B0E39;--toastify-color-light: var(--light-color);--toastify-text-color-light: var(--dark-color);width:100dvw;height:100dvh;background-color:var(--dark-color);color:var(--light-color)}h1,h2,h3,h4,h5,h6,button,label{font-family:var(--action-font)}p,input,textarea,div{font-family:var(--text-font)}ul{list-style-type:none}button,input,textarea{border:none}button{cursor:pointer}a{text-decoration:none}.empty{width:100%;height:65px}.content{position:relative;width:100%;height:calc(100dvh - 65px);display:flex;overflow-x:scroll}._background_1qrje_1{width:100dvw;height:65px;padding-inline:20px;background-color:var(--secondary-color-nav);display:flex;justify-content:space-between;align-items:center;position:fixed}._logo_1qrje_23{width:30px;height:30px;position:relative;display:flex;justify-content:center;align-items:center;margin-left:2dvw}._logo_1qrje_23:before{content:"";border:5px solid var(--light-color);position:absolute;width:100%;height:100%;transition:.5s ease;transform:rotate(45deg)}._logo_1qrje_23:hover:before{transform:rotate(0);transition:.5s ease}._logo_1qrje_23 img{width:20px;height:20px}._links_1qrje_83{min-width:50%}._links_1qrje_83 ul{width:100%;font-family:var(--action-font);display:flex;justify-content:space-evenly;align-items:center;gap:10%}._background_1qrje_1 a{color:var(--light-color)}._background_1qrje_1 a:hover{color:var(--dark-color)}@media screen and (max-aspect-ratio: 1/1){._links_1qrje_83{margin-right:5dvw}}._cardContainer_nl55g_1{width:25%;height:80%;perspective:1500px}._cardContainer_nl55g_1:hover>._card_nl55g_1{transform:rotateY(180deg)}._card_nl55g_1{width:100%;height:100%;position:relative;transition:1s;transform-style:preserve-3d}._cardFront_nl55g_37,._cardBack_nl55g_37{width:100%;height:100%;border-radius:2.5px;position:absolute;backface-visibility:hidden;display:flex;flex-direction:column}._cardFront_nl55g_37{background:linear-gradient(-55deg,var(--primary-color-dark),var(--secondary-color-dark));justify-content:center;align-items:center;gap:10%}._cardFront_nl55g_37 div{width:65px;height:65px;display:flex;justify-content:center;align-items:center;border:4px solid var(--light-color);transform:rotate(45deg)}._cardFront_nl55g_37 img{width:80%;transform:rotate(-45deg)}._cardBack_nl55g_37{background-color:var(--secondary-color-darker);transform:rotateY(180deg);padding:1rem}._content_nl55g_113{overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--primary-color-dark) var(--light-color);display:flex;flex-direction:column;row-gap:10px}._content_nl55g_113>div{display:flex;flex-direction:column;row-gap:5px}._content_nl55g_113::-webkit-scrollbar{width:10px}._content_nl55g_113::-webkit-scrollbar-track{border-radius:5px;background-color:var(--light-color);border:4px solid var(--secondary-color-darker)}._content_nl55g_113::-webkit-scrollbar-track:hover{background-color:var(--light-color)}._content_nl55g_113::-webkit-scrollbar-track:active{background-color:var(--light-color)}._content_nl55g_113::-webkit-scrollbar-thumb{border-radius:5px;background-color:var(--primary-color-dark)}._content_nl55g_113::-webkit-scrollbar-thumb:hover{background-color:var(--primary-color-dark)}._content_nl55g_113::-webkit-scrollbar-thumb:active{background-color:var(--primary-color-dark)}._content_nl55g_113>div{margin-bottom:2%}._separator_nl55g_213{width:75%;height:3px;background-color:var(--light-color)}@media screen and (max-aspect-ratio: 1/1){._cardContainer_nl55g_1{width:80%;height:25%}._cardContainer_nl55g_1:hover>._card_nl55g_1{transform:rotateX(180deg)}._cardBack_nl55g_37{transform:rotateX(180deg)}}._about_sc7qo_1{min-width:100%;height:100%;display:flex;justify-content:center;align-items:center;gap:2rem}@media screen and (max-aspect-ratio: 1/1){._about_sc7qo_1{flex-direction:column}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._form_19n3d_1{width:100%;height:100%;display:grid;grid-template-columns:repeat(2,50%);grid-template-rows:repeat(4,25%)}._infos_19n3d_17,._input1_19n3d_17,._input2_19n3d_17,._input3_19n3d_17,._textArea_19n3d_17{width:100%;display:flex;flex-direction:column}._infos_19n3d_17{grid-column:1;grid-row:1 / 3;display:flex;flex-direction:column;gap:3%;padding-bottom:5%}._infos_19n3d_17 *{width:80%}._input1_19n3d_17{grid-column:1;grid-row:3}._input2_19n3d_17{grid-column:1;grid-row:4}._input3_19n3d_17{grid-column:2;grid-row:1}._input1_19n3d_17 input,._input2_19n3d_17 input,._input3_19n3d_17 input{width:80%;padding:3%;margin-top:.5rem;background-color:var(--light-color)}._textArea_19n3d_17{grid-column:2;grid-row:2 / 4}._textArea_19n3d_17 textarea{width:80%;padding:3%;margin-top:.5rem;background-color:var(--light-color);resize:none}._button_19n3d_125{width:6rem;height:3rem;position:relative;margin-top:5%;grid-column:2;grid-row:4}._button_19n3d_125 button{width:6rem;height:3rem;font-size:1rem;color:var(--light-color);background-color:var(--secondary-color-light);border:1px solid var(--dark-color);position:absolute;bottom:0}._buttonAnim_19n3d_165{transform:translateY(3px)}._buttonBase_19n3d_173{width:6rem;height:3px;background-color:var(--secondary-color-darker);border:1px solid var(--dark-color);border-top:none;position:absolute;bottom:-3px}@media screen and (max-aspect-ratio: 1/1){._form_19n3d_1{display:flex;flex-direction:column;row-gap:5%;overflow:scroll}._infos_19n3d_17{gap:20px}._input1_19n3d_17 input,._input2_19n3d_17 input,._input3_19n3d_17 input,._textArea_19n3d_17 textarea{width:100%}._button_19n3d_125{margin-top:30px}}@media screen and (max-height: 615px){._form_19n3d_1{grid-template-columns:1.2fr repeat(2,1fr);grid-template-rows:repeat(3,33%)}._form_19n3d_1 label{font-size:3dvh}._infos_19n3d_17 h2{font-size:5dvh}._infos_19n3d_17 h3{font-size:4dvh}._infos_19n3d_17 p{font-size:2.5dvh}._infos_19n3d_17{grid-column:1;grid-row:1 / 4}._input1_19n3d_17{grid-column:2;grid-row:1}._input2_19n3d_17{grid-column:2;grid-row:2}._input3_19n3d_17{grid-column:2;grid-row:3}._textArea_19n3d_17{grid-column:3;grid-row:1 / 3}._button_19n3d_125{grid-column:3;grid-row:3}._input1_19n3d_17 input,._input2_19n3d_17 input,._input3_19n3d_17 input,._textArea_19n3d_17 textarea{margin-top:.1rem}}@media screen and (min-height: 615px){._infos_19n3d_17{gap:10%}}._toastNotif_19n3d_369{border-radius:0}._iconSuccess_19n3d_377{width:20px;height:20px;color:var(--light-color);display:flex;justify-content:center;align-items:center;background-color:var(--toastify-color-success);transform:rotate(45deg)}._iconSuccess_19n3d_377>span{transform:rotate(-45deg)}._iconError_19n3d_407{width:20px;height:20px;color:var(--light-color);display:flex;justify-content:center;align-items:center;background-color:var(--toastify-color-error);transform:rotate(45deg)}._iconError_19n3d_407>span{transform:rotate(-45deg)}._contact_8letg_1{min-width:100%;height:100%;display:flex;justify-content:center;align-items:center}._contact_8letg_1>div{width:80%;height:80%;background:linear-gradient(45deg,var(--primary-color-dark) 25%,var(--secondary-color-dark) 75%);padding:5%}._project_qsdv2_1{min-width:100%;height:100%;display:flex;justify-content:center;align-items:center}@media screen and (max-aspect-ratio: 1/1){._project_qsdv2_1{flex-direction:column}}._projectInfos_ub51p_1{width:45%;height:90%;position:relative;display:flex;flex-direction:column;row-gap:2%;overflow-x:auto}._projectInfos_ub51p_1 ul{display:flex;column-gap:10px}._links_ub51p_31{position:fixed;display:flex;column-gap:50px;right:8%;bottom:10%}._github_ub51p_47,._website_ub51p_47{width:40px;height:40px;position:relative;display:flex;justify-content:center;align-items:center}._website_ub51p_47 img{transform:translateY(2px)}._github_ub51p_47 img{transform:translate(-2px) translateY(2px)}._github_ub51p_47:before,._website_ub51p_47:before{content:"";position:absolute;width:100%;height:100%;border:4px solid var(--light-color);transform:rotate(45deg);transition:.5s ease}._github_ub51p_47:hover:before,._website_ub51p_47:hover:before{transform:rotate(0);border:4px solid var(--secondary-color-light);transition:.5s ease}@media screen and (max-aspect-ratio: 1/1){._projectInfos_ub51p_1{width:90%;height:45%}._links_ub51p_31{right:10%;bottom:8%}}@media screen and (max-aspect-ratio: 1/1) and (max-width: 600px){._links_ub51p_31{position:static;display:flex;justify-content:center;margin-top:20px;margin-right:20px;column-gap:50px}}._projectPics_dq7y3_1{width:45%;height:90%;display:flex;justify-content:space-between;align-items:center;gap:5%;position:relative}._displayedImage_dq7y3_21{width:60%;height:100%;display:flex;justify-content:flex-end;align-items:center}._displayedImage_dq7y3_21 img{height:95%}._projectPics_dq7y3_1 div:nth-child(2){width:30%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:3%}._projectPics_dq7y3_1 div:nth-child(2) img{height:27.5%;cursor:pointer}@media screen and (max-aspect-ratio: 1/1){._projectPics_dq7y3_1{width:90%;height:45%}._displayedImage_dq7y3_21{display:none}._projectPics_dq7y3_1 div:nth-child(2){width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:3%}._projectPics_dq7y3_1 div:nth-child(2) img{width:30%;height:auto}._displayBig_dq7y3_125{position:absolute;width:100dvw;height:100dvh;bottom:-120%;left:-6%;z-index:10;display:flex;justify-content:center}._displayBig_dq7y3_125 img{height:90%}}._projects_1caou_1{min-width:100%;height:100%}._projects_1caou_1>div{width:100%;height:100%}._projects_1caou_1>div ul:first-of-type{height:100%}._projects_1caou_1>div ul:nth-of-type(2){margin-bottom:3%}._activeDots_1caou_37{width:15px;height:15px;background-color:var(--light-color);transform:rotate(45deg);transition:.5s;margin-inline:10px;margin-bottom:10px}._inactiveDots_1caou_57{width:15px;height:15px;background-color:#00000080;transform:rotate(45deg);transition:.5s;margin-inline:10px;margin-bottom:10px}._rightArrow_1caou_77{position:absolute;right:5%;border-right:5px solid var(--light-color);border-top:5px solid var(--light-color);background:rgba(0,0,0,.5);min-width:30px;min-height:30px;transform:rotate(45deg);cursor:pointer}._rightArrow_1caou_77:before{content:"";width:10px;height:10px;background-color:#00000080;position:absolute;bottom:-12px;left:-12px}._leftArrow_1caou_121{position:absolute;left:5%;border-left:5px solid var(--light-color);border-bottom:5px solid var(--light-color);background:rgba(0,0,0,.5);min-width:30px;min-height:30px;transform:rotate(45deg);cursor:pointer}._leftArrow_1caou_121:before{content:"";width:10px;height:10px;background-color:#00000080;position:absolute;top:-12px;right:-12px}@media screen and (max-aspect-ratio: 1/1){._activeDots_1caou_37,._inactiveDots_1caou_57{margin-bottom:0}}@font-face{font-family:revicons;fallback:fallback;src:url(/assets/revicons-f7b9c306.woff) format("woff"),url(/assets/revicons-4ca02b8a.ttf) format("ttf"),url(/assets/revicons-9e4d4c68.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:rgba(0,0,0,.5);min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,.8)}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:rgba(0,0,0,.5)}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:gray;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}._presentation_i7b1f_1{width:100%;height:100%;background:linear-gradient(45deg,var(--primary-color-dark) 25%,var(--secondary-color-dark) 75%);z-index:2;position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}._pictureFrame_i7b1f_27{width:250px;height:250px;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}._frame_i7b1f_47{width:150px;height:150px;background:radial-gradient(circle at top,var(--secondary-color-light) 40%,var(--primary-color-light));border:5px solid var(--light-color);transform:rotate(45deg);display:flex;justify-content:center;align-items:center}._frame_i7b1f_47 img{width:142%;height:142%;transform:rotate(-45deg);clip-path:polygon(100% 0,100% 50%,50% 100%,0 50%,0 0);object-fit:cover}._bar_i7b1f_85{width:100px;height:5px;background-color:var(--dark-color);margin-bottom:40px}._presentation_i7b1f_1 h1{font-size:2.5rem;padding:1rem}._presentation_i7b1f_1 p{padding:1rem;margin-inline:.5rem;background-color:var(--dark-color)}._presentation_i7b1f_1 button{width:6rem;height:3rem;font-size:1rem;margin-top:20px;color:var(--light-color);background-color:var(--secondary-color-light);border:1px solid var(--dark-color);position:relative}._buttonBase_i7b1f_143{width:6rem;height:3px;background-color:var(--secondary-color-darker);border:1px solid var(--dark-color);border-top:none}@keyframes _sink_i7b1f_195{0%{transform:translateY(0) rotate(45deg)}40%{transform:translateY(-20px) rotate(45deg)}90%{transform:translateY(300px) rotate(45deg)}to{transform:translateY(300px) rotate(45deg)}}._sinkAnim_i7b1f_195{animation:_sink_i7b1f_195 2s}@keyframes _open_i7b1f_247{0%{width:100px}25%{width:250px}80%{width:250px}90%{width:0px}to{width:0px}}._openAnim_i7b1f_247{animation:_open_i7b1f_247 2s}
