@import"https://fonts.googleapis.com/css2?family=Pacifico&family=Montserrat:wght@300;400;500;700;900&display=swap";:root{--primary: white;--secondary: #210002;--gray: rgb(40, 40, 40);--lightygray: #f0f0f0;--lightgray: #999;--midgray: #666;--gap: 20px;--space: 8px;--border: white;--background: white;--card-bg: #22244d;--card-bg-footer: #1d1f42;--shadow: rgba(0, 0, 0, .2);--play: #1d1d3a;--list-hover: #282a5a;--card-footer: #1b1d3d;--skeleton: #0f1224;--skeleton-wave: #171933;--red: #A6333F;--selection-background: #3D59A1;--header-background: #1b1e3dF2;--header-background-inversed: #263880F2;--container-padding: 20px;--container-width:calc(100vw - var(--container-padding) * 2)}@media only screen and (min-width:900px){:root{--container-padding:32px}}@media only screen and (min-width:1370px){:root{--container-padding:20px;--container-width:1330px}}html{scroll-behavior:smooth}html *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:after,:before{box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{font-family:Montserrat,sans-serif;font-size:16px;color:var(--primary);line-height:1.6;word-break:break-word;background-color:var(--secondary);position:relative}section{scroll-margin-top:75px;position:relative}h2{font-size:38px;font-weight:600;color:var(--gray);line-height:38px;position:relative;text-align:center}h2.big-letter:before{content:attr(data-bigletter);position:absolute;font-size:2em;opacity:.1;left:0;right:0;margin:auto;text-transform:uppercase}hr{width:40px;margin:0 0 20px;border-color:#000;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}p{font-size:1.2rem}.uppercase{text-transform:uppercase}.overflow-hidden{overflow:hidden}.container,#header{width:100%;padding-left:calc(50% - var(--container-width) / 2);padding-right:calc(50% - var(--container-width) / 2)}.content-center{display:flex;text-align:center;flex-direction:column;align-items:center;justify-content:center;padding-top:80px;gap:calc(3 * var(--space))}ul{list-style-type:none}a{text-decoration:none;color:inherit;transition:opacity .3s}a:hover{opacity:.5}svg:hover{opacity:.5}.gray{color:var(--lightgray)}.mid-gray{color:var(--midgray)}.mouse{position:absolute;width:26px;height:40px;border:1px solid #fff;border-radius:13px;background:transparent;bottom:60px;margin:0 auto;left:0;right:0;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.mouse a{display:block;width:26px;height:40px;background:transparent}.mouse:hover{border-color:var(--secondary)}.mouse:hover .wheel{background:var(--secondary)}.wheel{position:absolute;display:block;width:8px;height:8px;background:var(--primary);border-radius:50%;margin-left:auto;margin-right:auto;top:6px;left:0;right:0;-webkit-animation:magic-mouse 1.7s infinite ease;-moz-animation:magic-mouse 1.7s infinite ease;animation:magic-mouse 1.7s infinite ease}@keyframes magic-mouse{0%{top:6px;opacity:0}30%{opacity:1}to{top:18px;opacity:0}}.btn{display:inline-block;cursor:pointer}.page-loader{position:fixed;inset:0;z-index:99999;width:100%;height:100%;background-color:#000}.loader-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loader-circle{border:3px solid #333;border-radius:50%;border-top:3px solid #f5f5f5;width:80px;height:80px;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mask-leaves:after{background-image:url(../img/leaves-S6P3N1HZ.png);background-repeat:repeat-x;position:absolute;bottom:0;height:80px;width:100%;z-index:1000;content:""}.mask-leaves-reversed:after{background-image:url(../img/leaves-S6P3N1HZ.png);transform:scaleY(-1);background-repeat:repeat-x;position:absolute;bottom:-180px;height:80px;width:100%;z-index:1000;content:""}.text-shadow{text-shadow:var(--secondary) 2px 0px 8px}.cookies{position:fixed;bottom:10px;left:50%;transform:translate(-50%);background-color:var(--header-background);color:var(--primary);padding:15px 20px;border-radius:8px;box-shadow:0 4px 6px #0000001a;z-index:1000;display:flex;align-items:center;gap:15px}.cookies p{margin:0;font-size:.6rem}.accept-cookies,.decline-cookies{background-color:var(--secondary);color:var(--primary);border:none;padding:10px;width:50%;cursor:pointer;transition:opacity .3s}.accept-cookies:hover,.decline-cookies:hover{opacity:.5}@media only screen and (max-width:900px){.cookies{flex-direction:column;text-align:center;width:90%}.accept-cookies{width:100%}}.error-404{background-image:url(../img/error-404-DNi5ibVW.jpg);background-size:cover;background-repeat:no-repeat;width:100%;height:50vh;background-position:bottom var(--parallaxY, 0px) center}.error-404 h2{color:var(--primary);margin:20px 0}.error-404 h1{font-size:50px;font-weight:600;color:var(--primary);line-height:50px;position:relative;text-align:center;margin:20px 0}.error-404 a{font-size:1.6rem;color:var(--primary)}.privacy{color:var(--gray);line-height:1.8;padding:80px 0;background-color:var(--primary)}.privacy h1{font-size:50px}.privacy h1,.privacy h2,.privacy h3,.privacy h4,.privacy h5,.privacy h6{font-weight:600;margin-bottom:20px}.privacy p{font-weight:400;margin-bottom:10px}.privacy.mask-leaves-reversed:after{bottom:-80px}.reveal-loaded .reveal [class*=reveal-]{opacity:0!important;animation:none!important;transition:0s!important}.reveal-loaded [class*=reveal-]{animation:revealAnimation 1s cubic-bezier(.5,0,0,1) both}.reveal-loaded .reveal-2{animation-delay:.1s}.reveal-loaded .reveal-3{animation-delay:.2s}.reveal-loaded .reveal-4{animation-delay:.3s}@media(prefers-reduced-motion:reduce){.reveal-loaded [class*=reveal-]{animation:none!important}}@keyframes revealAnimation{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.active{opacity:.5}.nav-active{background:var(--secondary)}.nav-active#header{height:75px}.active svg{opacity:.5}#header{z-index:9999;position:fixed;font-weight:600;line-height:1;padding-top:calc(4 * var(--space));padding-bottom:calc(3 * var(--space));display:flex;align-items:center;justify-content:space-between;--border-header: var(--border);transition:height 1s;height:0;background:var(--secondary)}#header ul{display:flex;align-items:center}#header:after{content:"";position:absolute;width:100%;left:0;right:0;bottom:0;background-color:var(--border-header);max-width:var(--container-width);margin-left:auto;margin-right:auto;height:1px}.header-nav{height:26px;margin-top:-5px;margin-bottom:-5px;flex-wrap:wrap;overflow:hidden}.header-nav li{display:none;align-items:center;height:26px;white-space:nowrap}.header-nav>*+*{margin-left:calc(5 * var(--space))}#header .header-home{display:flex;align-items:center;height:16px;justify-content:flex-start;border-right:1px solid var(--border-header);margin-right:calc(2 * var(--space));padding-right:calc(1 * var(--space));margin-top:5px;margin-bottom:5px}.header-home+li{margin-left:0}.header-side>li{margin-right:calc(2 * var(--space))}@media only screen and (max-width:900px){#header .header-home svg{stroke:var(--primary)}#header.is-open{width:100%;color:var(--secondary);text-shadow:var(--primary) 2px 0px 8px;z-index:9999;flex-direction:column;align-items:end;display:flex;position:fixed;backdrop-filter:blur(100px);-webkit-backdrop-filter:blur(100px);background:transparent;height:auto;padding:32px 12.5px 24px}#header.is-open svg{stroke:var(--secondary)}#header.is-open .header-nav{width:100%;height:100vh;flex-direction:column;justify-content:center;gap:40px;align-items:center;margin:-40px 0 0;display:flex}#header.is-open .menu-item{border-bottom:4px solid rgba(0,0,0,0);align-items:center;padding:1rem 2rem;line-height:100%;transition:color 1s,border .5s;display:flex}#header.is-open .header-side{position:fixed;margin-right:calc(2 * var(--space));z-index:9999}#header.is-open .header-nav>*+*{margin-left:0}#header.is-open .header-home{border:none;margin-right:0}#js-burger{display:flex;align-items:center;justify-content:center;width:25px;height:25px;background:transparent;border:none}#js-burger span:after{top:-6px}#js-burger span:before{bottom:-4px}#js-burger span{font-size:0;text-indent:-3000px}#js-burger span,#js-burger span:after,#js-burger span:before{content:"";display:block;width:12px;height:2px;background:var(--primary);position:relative;transition:.3s;transition-property:all;transition-property:top,bottom,transform}#header.is-open #js-burger span:after{top:-2px;transform:rotate(0)}#header.is-open #js-burger span:before{bottom:0;transform:rotate(-90deg)}#header.is-open #js-burger span{transform:rotate(-135deg)}}@media only screen and (min-width:900px){.header-burger{display:none}.header-nav li{display:flex}}.hero-title{position:relative;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.headline{font-size:4rem;line-height:1.2;font-weight:600;color:var(--primary);text-shadow:var(--secondary) 2px 0px 8px;font-family:Pacifico,cursive}#intro{display:block}.hero{position:relative;z-index:10}.hero,.hero-layer{height:100vh}.hero-layer.parallax{position:fixed}#layer-0,#layer-1,#layer-2,#layer-3,#layer-4,#layer-5,#layer-6,#layer-7,#layer-8{height:100vh}#layer-0{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='888.889'%20height='400'%20viewBox='0%200%20888.889%20400'%3e%3cdefs%3e%3cclipPath%20id='acad6519-a22a-4153-a024-a91532b80acb'%3e%3crect%20width='888.889'%20height='400'%20fill='none'/%3e%3c/clipPath%3e%3clinearGradient%20id='f6b56088-a3df-469b-9c3c-9e83d7d2c629'%20x1='444.637'%20y1='-13.746'%20x2='443.574'%20y2='207.226'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%2387c1fb'/%3e%3cstop%20offset='0.925'%20stop-color='%23ffffd2'/%3e%3c/linearGradient%3e%3cradialGradient%20id='ab628357-b482-4d72-bf63-6ce39de5af75'%20cx='440.183'%20cy='83.004'%20r='63.807'%20gradientTransform='translate(187.619%20-286.945)%20rotate(45)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23fdde70'/%3e%3cstop%20offset='1'/%3e%3c/radialGradient%3e%3cradialGradient%20id='b108ea8f-270d-414f-b6ee-860664b40807'%20cx='440.276'%20cy='82.467'%20r='86.648'%20gradientTransform='translate(186.848%20-286.881)%20rotate(44.935)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23fd842e'/%3e%3cstop%20offset='1'/%3e%3c/radialGradient%3e%3c/defs%3e%3cg%20style='isolation:isolate'%3e%3cg%20id='ea7d3619-23cd-4490-b79f-c80fafaa0e25'%20data-name='sky_01'%3e%3cg%20clip-path='url(%23acad6519-a22a-4153-a024-a91532b80acb)'%3e%3crect%20x='-5.926'%20y='-9.993'%20width='899.232'%20height='386.213'%20fill='url(%23f6b56088-a3df-469b-9c3c-9e83d7d2c629)'/%3e%3ccircle%20cx='440.183'%20cy='83.004'%20r='63.807'%20transform='translate(70.234%20335.567)%20rotate(-45)'%20fill='url(%23ab628357-b482-4d72-bf63-6ce39de5af75)'%20style='mix-blend-mode:screen'/%3e%3cpath%20d='M468.079,79.78A28.626,28.626,0,1,1,441.87,53.571,28.631,28.631,0,0,1,468.079,79.78Z'%20fill='%23fff'%20fill-rule='evenodd'/%3e%3cellipse%20cx='440.276'%20cy='82.467'%20rx='86.667'%20ry='86.628'%20transform='translate(70.354%20335.057)%20rotate(-44.935)'%20fill='url(%23b108ea8f-270d-414f-b6ee-860664b40807)'%20style='mix-blend-mode:screen'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}#layer-1{background-image:url("data:image/svg+xml,%3csvg%20id='b8f781ab-a0b7-4e3a-bbbd-9f4534bba6ae'%20data-name='mountain_01'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='888.889'%20height='400'%20viewBox='0%200%20888.889%20400'%3e%3cdefs%3e%3cclipPath%20id='bf58aeb6-ac2e-4fd6-92ef-6a162728ab61'%3e%3crect%20width='888.889'%20height='400'%20fill='none'/%3e%3c/clipPath%3e%3clinearGradient%20id='a3111e89-fc1e-443f-96d7-9196e721ed37'%20x1='384.566'%20y1='-295.955'%20x2='666.087'%20y2='855.492'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%2387c1fb'/%3e%3cstop%20offset='0.925'%20stop-color='%23ffffd2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='a3b4f20b-ee2d-4bcb-af85-25c97e905cc3'%20x1='1293.547'%20y1='-245.151'%20x2='1547.216'%20y2='792.376'%20gradientTransform='matrix(-1,%200,%200,%201,%202234.397,%200)'%20xlink:href='%23a3111e89-fc1e-443f-96d7-9196e721ed37'/%3e%3clinearGradient%20id='b3e6151c-6522-4bcd-a926-92d9242ad86b'%20x1='19.957'%20y1='-227.127'%20x2='265.028'%20y2='775.239'%20xlink:href='%23a3111e89-fc1e-443f-96d7-9196e721ed37'/%3e%3c/defs%3e%3cg%20clip-path='url(%23bf58aeb6-ac2e-4fd6-92ef-6a162728ab61)'%3e%3cpolygon%20points='238.278%20406.696%20453.765%20180.019%20459.251%20179.819%20493%20177.163%20546.827%20101.099%20563.82%20110.069%20704.117%20265.96%20874.278%20406.03%20238.278%20406.696'%20fill='url(%23a3111e89-fc1e-443f-96d7-9196e721ed37)'/%3e%3cpolygon%20points='991.747%20305.61%20955.711%20208.168%20950.225%20207.967%20916.477%20205.311%20862.649%20129.247%20845.656%20138.217%20594.945%20410.696%20933.438%20407.164%20991.747%20305.61'%20fill='url(%23a3b4f20b-ee2d-4bcb-af85-25c97e905cc3)'/%3e%3cpolygon%20points='-13.159%20243.758%2018.21%20209.649%2023.696%20209.448%2057.444%20206.792%20111.272%20130.728%20128.265%20139.699%20366.945%20403.363%20-11.722%20432.03%20-13.159%20243.758'%20fill='url(%23b3e6151c-6522-4bcd-a926-92d9242ad86b)'/%3e%3c/g%3e%3c/svg%3e")}#layer-2{background-image:url("data:image/svg+xml,%3csvg%20id='efbfbf28-469f-42e4-b54d-b24a5f4c0b66'%20data-name='mountain_02'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='888.889'%20height='400'%20viewBox='0%200%20888.889%20400'%3e%3cdefs%3e%3cclipPath%20id='a3cdc070-55df-4dac-ac6b-77b4416b1bdf'%3e%3crect%20width='888.889'%20height='400'%20fill='none'/%3e%3c/clipPath%3e%3clinearGradient%20id='a25bdb9a-2138-4139-9800-dd0d931071bf'%20x1='505.043'%20y1='130.991'%20x2='1016.157'%20y2='957.927'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23b1d2f2'/%3e%3cstop%20offset='1'%20stop-color='%237f9ad3'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20clip-path='url(%23a3cdc070-55df-4dac-ac6b-77b4416b1bdf)'%3e%3cpath%20d='M449,253.751l53.351-38.745,21.462,3.813,23.723-2.958L600.7,183.394,740.03,60.811,902.115,399.8s-513.106,8.332-505.234,6.371S449,253.751,449,253.751Z'%20fill='url(%23a25bdb9a-2138-4139-9800-dd0d931071bf)'/%3e%3c/g%3e%3c/svg%3e")}#layer-3{background-image:url(../img/mountain_03-CrphX1no.svg)}#layer-4{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='888.889'%20height='400'%20viewBox='0%200%20888.889%20400'%3e%3cdefs%3e%3cclipPath%20id='a271c5c3-3106-40ca-a90c-f4232a4c2cb4'%3e%3crect%20width='888.889'%20height='400'%20fill='none'/%3e%3c/clipPath%3e%3clinearGradient%20id='b75cef71-a6c1-4728-adff-3035fd872042'%20x1='431.72'%20y1='332.873'%20x2='453.218'%20y2='424.836'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23a2a00b'/%3e%3cstop%20offset='1'%20stop-color='%23781797'/%3e%3c/linearGradient%3e%3clinearGradient%20id='aa3771a3-1b33-40b7-b5e0-e9728d9e7969'%20x1='282.447'%20y1='309.114'%20x2='291.515'%20y2='380.196'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23ae4641'/%3e%3cstop%20offset='1'%20stop-color='%23733087'/%3e%3c/linearGradient%3e%3clinearGradient%20id='fac5d8de-028a-4ef3-a5a6-745a77fe86c0'%20x1='427.296'%20y1='265.626'%20x2='428.889'%20y2='372.319'%20xlink:href='%23aa3771a3-1b33-40b7-b5e0-e9728d9e7969'/%3e%3clinearGradient%20id='b8d6a142-5235-4d3c-8c7b-c4a338ac2fdc'%20x1='334.477'%20y1='387.786'%20x2='323.86'%20y2='431.048'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%237a923a'/%3e%3cstop%20offset='1'%20stop-color='%23733087'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20style='isolation:isolate'%3e%3cg%20id='eb3481b4-fd67-4db8-b48d-b8012d234607'%20data-name='ground_01'%3e%3cg%20clip-path='url(%23a271c5c3-3106-40ca-a90c-f4232a4c2cb4)'%3e%3cpolygon%20points='315.124%20313.811%20407.899%20325.246%20633.611%20319.363%20897.611%20241.363%20897.611%20404.696%20398.278%20420.03%20-9.722%20410.696%20-8.389%20296.03%20315.124%20313.811'%20fill='%23dbcf42'%20fill-rule='evenodd'/%3e%3cpolygon%20points='407.899%20324.726%20443.213%20335.791%20420.325%20338.587%20430.768%20340.578%20401.153%20349.698%20460.418%20344.823%20467.099%20336.63%20452.709%20335.791%20458.055%20333.042%20415.328%20325.221%20407.899%20324.726'%20fill-rule='evenodd'%20fill='url(%23b75cef71-a6c1-4728-adff-3035fd872042)'/%3e%3cpolygon%20points='329.937%20318.749%20337.213%20322.127%20324.219%20322.127%20280.82%20326.285%20299.531%20334.342%20346.099%20342.286%20287.577%20338.5%20224.687%20322.127%20246.777%20313.032%20329.937%20318.749'%20fill-rule='evenodd'%20opacity='0.2'%20fill='url(%23aa3771a3-1b33-40b7-b5e0-e9728d9e7969)'%20style='mix-blend-mode:multiply'/%3e%3cpolygon%20points='563.023%20332.491%20453.897%20337.2%20359.303%20324.726%20408.939%20334.342%20408.939%20337.2%20271.985%20317.19%20224.687%20322.127%20401.922%20385.797%20631.959%20346.711%20563.023%20332.491'%20opacity='0.2'%20fill='url(%23fac5d8de-028a-4ef3-a5a6-745a77fe86c0)'%20style='mix-blend-mode:multiply'/%3e%3cpolygon%20points='725.673%20346.825%20620.217%20373.063%20465.072%20410.485%20484.822%20410.485%20671.413%20372.283%20773.41%20356.691%20841.111%20353.572%20761.07%20369.425%20625.675%20402.689%20648.024%20402.689%20925.665%20372.588%20862.681%20331.743%20725.673%20346.825'%20fill='%23911e16'%20fill-rule='evenodd'%20opacity='0.3'%20style='mix-blend-mode:multiply'/%3e%3cpolygon%20points='370.737%20353.572%20349.666%20342.808%20318.916%20337.649%20344.75%20346.296%20370.737%20353.572'%20fill-rule='evenodd'%20fill='url(%23b8d6a142-5235-4d3c-8c7b-c4a338ac2fdc)'/%3e%3cpolygon%20points='888.889%20241.782%20716.239%20291.196%20704.636%20290.274%20643.193%20291.196%20601.375%20329.896%20888.889%20243.079%20888.889%20241.782'%20fill='%23e3d11f'%20fill-rule='evenodd'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}#layer-5{background-image:url(../img/ground_02-C-4nRqbA.svg)}#layer-6{background-image:url(../img/forest_01-CLx0sNCI.svg)}#layer-7{background-image:url(../img/forest_02-CLojwE3P.svg)}#layer-8{background-image:url(../img/traveller_01-BtPTxmwR.svg)}.hero-layer{background-size:cover;background-repeat:no-repeat;width:100%;position:absolute;background-position:bottom var(--parallaxY, 0px) center}@media only screen and (max-width:900px){.hero-title .headline{padding:5%;font-size:2.2rem}.hero-title .description{font-size:1.2rem}}#mission{position:relative;z-index:100;background-color:var(--primary)}.mission{position:relative;margin-bottom:70px}.mission-description{display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;justify-content:center;gap:40px;position:relative;margin-bottom:100px}.mission-description .mission-resume{color:var(--midgray);flex:1}.mission-description .skills{font-weight:600;flex:1;width:100%}.progress-heading .progress-title{float:left;margin:0;padding:0}.progress-heading .progress-value{text-align:right;font-weight:400;width:100%}.progress{height:4px;margin-bottom:20px;background-color:#eee;border-radius:2px}.progress .progress-bar{width:0;border-radius:0 2px 2px 0;transition:none;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:var(--secondary);box-shadow:inset 0 -1px #00000026;transition:width 1s ease}@media only screen and (min-width:900px){.mission-description{flex-direction:row}.mission-description .mission-resume{flex:2}.mission-description .skills{flex:1}}#mission-success{position:relative;height:850px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-shadow:var(--secondary) 2px 0px 8px}.mission-success-bg{background-position:bottom var(--parallaxY, 0px) center;background-image:url(../img/mission-CvnCg-rt.svg);background-repeat:no-repeat;background-size:cover;height:1000px;position:absolute;inset:0;z-index:-1}ul.horizontal{display:flex;flex-direction:row;flex-wrap:wrap;position:relative;text-align:center;padding:5% 10%;width:100%}ul.horizontal li{flex:1}ul.my-mission{display:flex;flex-direction:row;flex-wrap:wrap;position:relative;font-weight:600}ul.my-mission h2{color:var(--primary);margin-bottom:20px}ul.my-mission li{flex:1}ul.categories li{padding:2% 0}svg.icon-checked{margin-right:calc(.5 * var(--space));vertical-align:middle}svg.icon-checked:hover{opacity:1}@media only screen and (max-width:900px){ul.horizontal li{width:50%;flex:none;padding:5%}ul.horizontal li p{font-size:1rem}ul.my-mission{text-align:center}ul.my-mission li{flex:none;width:100%}#mission-success{height:1650px}#mission-success ul{margin-top:10%}.mission-success-bg{height:1800px}}.about-me{background-color:var(--primary);position:relative;z-index:100}.about-me.mask-leaves-reversed:after{bottom:-80px}.about-me .img-profil{overflow:hidden}.about-me .img-profil img{transition:all .3s}.about-me .img-profil img:hover{transform:scale(1.12)}ul.experience{display:flex;width:100%;margin-top:5%;flex-direction:row;flex-wrap:wrap;margin-bottom:100px}ul.experience li{flex:1}.counter{font-size:38px;font-weight:600;color:var(--gray);line-height:38px}@media only screen and (max-width:900px){ul.experience li{flex:none;width:100%;margin-top:10%}#profilsrc{width:100%;height:auto}}#formulas{position:relative;height:1200px;display:flex;align-items:center;justify-content:center;flex-direction:column}.formulas-bg{background-position:bottom var(--parallaxY, 0px) center;background-image:url(../img/formulas-DM1QZ3tM.svg);background-repeat:no-repeat;background-size:cover;height:1700px;position:absolute;inset:0;z-index:-1}.price{display:flex;width:100%;flex-direction:row;flex-wrap:wrap;margin-top:10px}.formula{flex:1;text-align:center;margin:20px 10px}.formula.featured{margin-top:0}h3.formula-type{font-size:38px;font-weight:600;color:var(--gray);line-height:38px;margin-bottom:20px}h4.price-big{font-size:38px;font-weight:600;color:var(--midgray);line-height:38px}ul.formula-details{color:var(--gray);padding:50px 30px;background-color:var(--primary);margin-bottom:20px}ul.formula-details li{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #eee}ul.formula-details li:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}.formula-title{background-color:var(--lightygray);padding:30px 20px}.formula.featured{position:relative}.formula.featured .formula-title{padding:40px 20px}.formula.featured .formula-details{padding:60px 30px}.formula-message{color:#000;background-color:var(--primary);padding:10px}.card-ribbon{position:absolute;overflow:hidden;top:-10px;left:-10px;width:114px;height:114px;z-index:99999}.card-ribbon:after{bottom:3px;left:0}.card-ribbon:before,.card-ribbon:after{position:absolute;z-index:-1;content:"";display:block;border:5px solid #0c0c0c;border-top-color:transparent;border-left-color:transparent}.card-ribbon:before{top:0;right:3px}.card-ribbon span{position:absolute;display:block;width:165px;padding:9px 0;background-color:#23292c;box-shadow:0 5px 5px #0003;color:#fff;font-size:12px;text-transform:uppercase;text-align:center;left:-37px;top:21px;letter-spacing:1px;transform:rotate(-45deg)}p{font-weight:600}@media only screen and (max-width:900px){.formula{flex:none;width:100%;margin-top:10%}#formulas{height:100%}#formulas h2.big-letter{margin-top:100px}#formulas{padding-bottom:50px}#formulas .formula{margin-left:0;margin-right:0}.formulas-bg{height:100%}}.contact{position:relative;z-index:100;background-color:var(--primary);color:var(--gray)}.contact.mask-leaves-reversed:after{bottom:-80px}.wpcf7{margin-bottom:40px}.wpcf7-form p{text-align:left}.wpcf7-form input,.wpcf7-form select,.wpcf7-form textarea{padding:10px;margin:10px;font-family:Montserrat,sans-serif}.wpcf7-form textarea{width:calc(100% - 20px)}.wpcf7-form select{width:calc(50% - 22px)}.wpcf7-form input[type=submit]{background-color:var(--secondary);color:var(--primary);font-size:1.1rem;font-weight:600;padding:10px;border:none;cursor:pointer;transition:opacity .3s}.wpcf7-form input[type=submit]:hover{opacity:.5}.wpcf7-form .wpcf7-not-valid{border:1px solid red}.wpcf7-form .wpcf7-not-valid-tip{display:none}.wpcf7-form .wpcf7-response-output{margin:10px 10px 20px!important;border:none!important}.wpcf7-form .cf7sr-g-recaptcha{display:flex;justify-content:center}.wpcf7-form .wpcf7-submit{margin-left:75px}.wpcf7-form.invalid .cf7sr-g-recaptcha>div:nth-of-type(1){border:1px solid red}footer{display:flex;justify-content:space-between;align-items:center;flex-direction:row;margin:50px 0;height:200px}footer img{width:100px;height:auto}.footer-about{padding:20px;flex:2 1 0px}.footer-about p{font-size:1rem;font-weight:400}footer ul{padding:20px;flex:1 1 0px}@media only screen and (max-width:900px){footer{align-items:flex-start;flex-direction:column}}
