@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;600;700&display=swap";.language-switcher{display:flex}.language-switcher button{display:block;font-size:13px;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-weight:600;color:#32454c;text-decoration:none;border:0;background:none;transition:all .25s cubic-bezier(.645,.045,.355,1)}@media (max-width: 1015px){.language-switcher button{font-size:16px}}.language-switcher button:hover{color:#ff5c62}.language-switcher button:after{content:"";display:block;width:0;height:.05rem;background-color:#ff5c62;transition:all .25s cubic-bezier(.645,.045,.355,1)}@media (max-width: 1015px){.language-switcher button:after{height:.1rem}}.language-switcher button:hover:after{width:100%}.language-switcher hr{margin:0;border:0;width:.05rem;background-color:#ff5c62}@media (max-width: 1015px){.language-switcher hr{width:.1rem}}.lngs-switch-active:after{width:100%!important;background-color:#ff5c62!important}.mobile-nav-menu{position:fixed;display:grid;grid-template-rows:auto 1fr;top:0;right:0;height:100dvh;width:400px;max-width:calc(100% - 35px - 4rem);padding:1rem;background-color:#ffeff0;box-shadow:0 2px 20px 1px #0000001c;transform:translate(110%);transition:all .45s;z-index:30}.mobile-nav-menu__header{display:flex;align-items:center;height:40px}.mobile-nav-menu__body{display:flex;flex-direction:column;align-items:center;justify-content:center}.mobile-nav-menu__body--navigation{display:flex;align-items:center;gap:2rem}.mobile-nav-menu__body--navigation__link{text-decoration:none}.mobile-nav-menu__body--navigation__link p{font-size:16px;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;color:#32454c;transition:all .25s cubic-bezier(.645,.045,.355,1)}.mobile-nav-menu__body--navigation__link p:hover{color:#ff5c62}.mobile-nav-menu__body--navigation__link p span{display:flex;justify-content:center}.mobile-nav-menu__body--navigation__link button{font-size:13px;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-weight:600;color:#ff5c62;padding:1.25rem 1.75rem;border:1px solid #ff5c62;border-radius:4px;background:none;transition:all .25s cubic-bezier(.645,.045,.355,1);min-width:112px;margin-top:3rem}@media (max-width: 450px){.mobile-nav-menu__body--navigation__link button{padding:.75rem 1rem}}.mobile-nav-menu__body--navigation__link button:hover{outline:none;box-shadow:3px 3px #ff5c62;transform:translate(-4px,-4px)}.mobile-nav-menu--open{transform:translate(0)}.mobile-nav-bar{position:relative}.mobile-nav-bar__btn{position:absolute;top:0;left:0;z-index:2;width:inherit;height:inherit;background:none;border:0;cursor:pointer;transition:box-shadow .4s ease;backface-visibility:hidden}.mobile-nav-bar__hamburger{position:absolute;top:0;left:10px;z-index:1;width:40px;height:35px;background:none;border:0;transition:box-shadow .4s ease;backface-visibility:hidden;display:flex;align-items:center;justify-content:center}.mobile-nav-bar__hamburger--figure{position:relative;flex:none;width:100%;height:2px;background:#ff5c62;transition:all .4s ease;display:flex;align-items:center;justify-content:center}.mobile-nav-bar__hamburger--figure:before{content:"";position:absolute;z-index:1;top:-10px;left:0;width:100%;height:2px;background:inherit;transition:all .4s ease}.mobile-nav-bar__hamburger--figure:after{content:"";position:absolute;z-index:1;top:10px;left:0;width:100%;height:2px;background:inherit;transition:all .4s ease}.mobile-nav-bar .mobile-nav-bar__hamburger--figure.active-mobile-nav-burger{transform:rotate(135deg)}.mobile-nav-bar .mobile-nav-bar__hamburger--figure.active-mobile-nav-burger:before{top:0;transform:rotate(90deg)}.mobile-nav-bar .mobile-nav-bar__hamburger--figure.active-mobile-nav-burger:after{top:0;transform:rotate(90deg)}.nav-bar-desktop-component{position:sticky;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#f8f8f8d9;box-shadow:0 2px 20px 1px #0000001c;transform:translateY(0);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s;z-index:10}.nav-bar-desktop-component__logo{display:flex;justify-content:center;align-items:center}.nav-bar-desktop-component__navigation{display:flex;align-items:center;gap:2rem}.nav-bar-desktop-component__navigation--link{text-decoration:none}.nav-bar-desktop-component__navigation--link p{font-size:13px;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-weight:500;color:#32454c;transition:all .25s cubic-bezier(.645,.045,.355,1)}.nav-bar-desktop-component__navigation--link p:hover{color:#ff5c62}.nav-bar-desktop-component__navigation--link button{font-size:13px;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-weight:600;color:#ff5c62;padding:.75rem 1rem;border:1px solid #ff5c62;border-radius:4px;background:none;transition:all .25s cubic-bezier(.645,.045,.355,1);min-width:112px}@media (max-width: 450px){.nav-bar-desktop-component__navigation--link button{padding:.75rem 1rem}}.nav-bar-desktop-component__navigation--link button:hover{outline:none;box-shadow:3px 3px #ff5c62;transform:translate(-4px,-4px)}.nav-bar-desktop-component.hide-header{top:calc(-4rem - 45px)}.nav-bar-desktop-component.no-shadow-header{box-shadow:none}.nav-bar-mobile-component{position:sticky;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#f8f8f8d9;box-shadow:0 2px 20px 1px #0000001c;transform:translateY(0);transition:all .25s cubic-bezier(.645,.045,.355,1);z-index:5}.nav-bar-mobile-component__logo{display:block;width:40px;height:40px}.nav-bar-mobile-component__logo svg{width:40px;height:40px}.nav-bar-mobile-component-btn{position:fixed;top:0;right:0;display:flex;width:60px;height:35px;padding:1rem;transform:translateY(0);cursor:pointer;transition:all .25s cubic-bezier(.645,.045,.355,1);z-index:40}.nav-bar-mobile-component-btn svg{color:#ff5c62;width:35px;height:35px}.nav-bar-mobile-component.hide-header,.nav-bar-mobile-component-btn.hide-header{top:calc(-2rem - 40px)}.nav-bar-mobile-component.no-shadow-header{box-shadow:none}.socials-bar{position:fixed;left:2rem;bottom:0;display:flex;align-items:center;flex-direction:column;gap:1.2rem;z-index:5}@media (max-width: 775px){.socials-bar{position:static;flex-direction:row}.socials-bar__hr{display:none}}.socials-bar__icon{color:#6f7c81}.socials-bar__icon svg{color:inherit;transition:all .25s cubic-bezier(.645,.045,.355,1)}.socials-bar__icon svg:hover{color:#ff5c62;transform:translateY(-3px)}.socials-bar__hr{height:90px;width:1px;margin:0 auto;border:0;background-color:#6f7c81}.footer-component{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}@media (max-width: 775px){.footer-component{gap:1rem}}.footer-component__paragraph{color:#32454c;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:15px;text-decoration:none;cursor:pointer;transition:all .25s cubic-bezier(.645,.045,.355,1)}.footer-component__paragraph:hover{color:#ff5c62}.nav-backdrop{display:none;position:fixed;top:0;right:0;left:0;bottom:0;height:100dvh;cursor:pointer;z-index:5}.nav-backdrop-active{display:block;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#f8f8f8a6}.pdf-viewer-modal__header{display:inline-flex;align-items:flex-end;gap:8px;margin-bottom:20px}.pdf-viewer-modal__header--title{display:inline;font-size:1.5em;color:#ff5c62;margin:0}.pdf-viewer-modal__header svg{width:1.2rem;height:1.2rem;color:#6f7c81;transition:all .25s cubic-bezier(.645,.045,.355,1)}.pdf-viewer-modal__header svg:hover{color:#ff5c62}.pdf-viewer-modal b{color:#32454c}.pdf-viewer-modal iframe{display:block;width:100%;height:100%;min-height:calc(100dvh - 147px)}.ant-modal{padding-bottom:0!important}.ant-modal-content{background-color:#f8f8f8!important}.ant-btn-default{display:none}.ant-btn-primary{font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:16px;font-weight:400;color:#fff!important}.hero-section{display:grid;grid-template-columns:5fr 4fr;gap:10px;padding:0;margin-top:90px;margin-bottom:calc(145px + 2rem)}@media (max-width: 1015px){.hero-section{grid-template-columns:repeat(12,1fr)}}@media (max-width: 775px){.hero-section{grid-template-columns:auto;gap:50px;margin-top:10px;margin-bottom:60px}}.hero-section__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}@media (max-width: 1015px){.hero-section__content{grid-area:1/1/-1/8;z-index:4}}@media (max-width: 775px){.hero-section__content{grid-area:unset;align-items:center}}.hero-section__content--welcome{margin:0 0 20px 4px;color:#ff5c62;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:clamp(14px,5vw,16px);font-weight:400}@media (max-width: 775px){.hero-section__content--welcome{display:none}}.hero-section__content--title{margin:0}.hero-section__content--title__name{display:block;margin:0;font-size:clamp(40px,8vw,80px)}@media (max-width: 775px){.hero-section__content--title__name{text-align:center}}.hero-section__content--title__position{display:block;margin-top:5px;font-size:clamp(20px,3.8vw,50px);color:#6f7c81;line-height:.9}@media (max-width: 775px){.hero-section__content--title__position{text-align:center}}.hero-section__content--description{margin:20px 0 0;max-width:540px}@media (max-width: 1015px){.hero-section__content--description{width:90%}}@media (max-width: 775px){.hero-section__content--description{text-align:center}}@media (max-width: 450px){.hero-section__content--description{width:100%}}.hero-section__content--btns{display:flex;gap:1rem;width:100%;margin-top:50px}@media (max-width: 775px){.hero-section__content--btns{justify-content:center}}.hero-section__content--btns__action{text-align:center;font-size:13px;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-weight:600;color:#ff5c62;padding:1.25rem 1.75rem;border:1px solid #ff5c62;border-radius:4px;background:none;transition:all .25s cubic-bezier(.645,.045,.355,1);text-decoration:none}@media (max-width: 450px){.hero-section__content--btns__action{padding:.75rem 1rem}}.hero-section__content--btns__action:hover{outline:none;box-shadow:3px 3px #ff5c62;transform:translate(-4px,-4px)}@media (max-width: 450px){.hero-section__content--btns__action{width:100%;max-width:calc(148px - 2rem);padding:1.2rem 1rem!important}}.hero-section__picture{display:flex;justify-content:flex-end;align-items:center}@media (max-width: 1015px){.hero-section__picture{grid-area:1/7/-1/-1;z-index:3}}@media (max-width: 775px){.hero-section__picture{justify-content:center;grid-area:unset}}.hero-section__picture--image{object-fit:cover;width:90%}@media (max-width: 1015px){.hero-section__picture--image{width:100%}}@media (max-width: 775px){.hero-section__picture--image{width:80%}}@media (max-width: 550px){.hero-section__picture--image{width:100%}}.about-section{display:grid;grid-template-columns:3fr minmax(265px,2fr);gap:50px;padding:100px 0}@media (max-width: 775px){.about-section{grid-template-columns:auto;padding:60px 0}}.about-section__content{display:flex;flex-direction:column;gap:2rem}@media (max-width: 450px){.about-section__content{gap:1rem}}.about-section__content--header{display:flex;align-items:center;gap:.7rem}.about-section__content--header span{color:#ff5c62;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:clamp(16px,3vw,20px);font-weight:300}.about-section__content--header h2{margin:0;font-size:clamp(26px,5vw,32px)}.about-section__content--body{display:flex;flex-direction:column;gap:1rem}.about-section__content--body__skills-list{display:grid;grid-template-columns:repeat(2,minmax(130px,200px));gap:0 10px;padding:0;margin:0;list-style:none}.about-section__content--body__skills-list li{position:relative;display:flex;align-items:center;margin-bottom:10px;padding-left:20px;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:13px}.about-section__content--body__skills-list li:before{content:"▹";position:absolute;left:0;color:#ff5c62;font-size:13px;line-height:12px}.about-section__image{position:relative;max-width:300px;margin-right:30px}@media (max-width: 775px){.about-section__image{margin:0 auto}}@media (max-width: 450px){.about-section__image{max-width:68vw}}.about-section__image--wrapper{display:block;position:relative;width:100%;border-radius:4px;background-color:#ff5c62;box-shadow:0 2px 20px 1px #0000001c;transition:all .25s cubic-bezier(.645,.045,.355,1)}.about-section__image--wrapper:before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;border-radius:4px;transition:all .25s cubic-bezier(.645,.045,.355,1)}.about-section__image--wrapper:after{content:"";position:absolute;top:14px;left:14px;display:block;width:100%;height:100%;border:3px solid #fee27f;border-radius:4px;transition:all .25s cubic-bezier(.645,.045,.355,1);z-index:-1}.about-section__image--wrapper:hover{outline:0px;box-shadow:0 2px 15px #00000026;transform:translate(-4px,-4px)}.about-section__image--wrapper:hover:after{top:28px;left:28px}.about-section__image--wrapper__content{display:block;width:100%;height:100%;border-radius:4px}.about-section__image--wrapper__location{position:absolute;left:14px;bottom:14px;display:flex;align-items:center;height:35px;width:210px;padding-left:20px;color:#0d121d;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:15px;clip-path:polygon(96% 0%,100% 50%,96% 100%,0% 100%,4% 50%,0% 0%);background-color:#fee27f}.about-section__image--wrapper__location svg{margin-right:14px}.experience-section-desktop-header{display:flex;align-items:center;gap:.7rem;grid-area:header;margin:10px 0 2rem}.experience-section-desktop-header span{color:#ff5c62;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:clamp(16px,3vw,20px);font-weight:300}.experience-section-desktop-header h2{margin:0;font-size:clamp(26px,5vw,32px)}.experience-section-desktop-tabs{position:relative;display:flex;flex-direction:column;grid-area:nav}.experience-section-desktop-tabs__btn{margin:0;padding:0 20px;height:42px;color:#32454c;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:13px;text-align:left;border:0;border-left:2px solid #fee27f;background:none;transition:all .25s cubic-bezier(.645,.045,.355,1)}.experience-section-desktop-tabs__btn:hover{color:#ff5c62;background-color:#ffeff0!important}.experience-section-desktop-tabs #tab-indicator{position:absolute;top:0;left:0;width:2px;height:42px;background-color:#ff5c62;transition:all .25s cubic-bezier(.645,.045,.355,1)}.experience-section-desktop-tabs__btn.selected{color:#ff5c62;background-color:#ff5c620b}.experience-section-desktop-body{grid-area:body;min-height:290px}.experience-section-desktop-body__wrap--title{font-size:22px}.experience-section-desktop-body__wrap--title b{display:inline-block;color:#ff5c62}.experience-section-desktop-body__wrap--date{margin-bottom:25px;color:#6f7c81;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:13px}.tools-layout{display:flex;flex-wrap:wrap;gap:.5rem}.tools-layout__tool{color:#2b385a;line-height:1.25rem;font-weight:500;font-size:13px;padding:.25rem .75rem;border-radius:7px;background-color:#e6ecf5}.share-desktop-embed{display:flex;margin:25px auto;text-decoration:none;border-radius:4px;background-color:#f5f7f6;transition:all .25s cubic-bezier(.645,.045,.355,1)}.share-desktop-embed:hover{opacity:.8;transform:scale(.98)}.share-desktop-embed img{display:block;object-fit:cover;height:130px;aspect-ratio:3/2;border-radius:4px}.share-desktop-embed__text{display:flex;flex-direction:column;justify-content:center;padding:10px}.share-desktop-embed__text h5{display:-webkit-box;margin:0 0 5px;color:#32454c;font-weight:400;font-size:15px;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.share-desktop-embed__text p{display:-webkit-box;margin:5px 0;color:#6f7c81;font-weight:400;font-size:13px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1015px){.share-desktop-embed__text p{-webkit-line-clamp:2}}.share-desktop-embed__text span{color:#949695;font-size:12px;word-break:break-word}.share-mobile-embed{display:flex;flex-direction:column;margin:25px auto;max-width:365px;text-decoration:none;border-radius:4px;background-color:#f5f7f6}.share-mobile-embed__text{display:flex;flex-direction:column;justify-content:center;padding:10px}.share-mobile-embed__text h5{display:-webkit-box;margin:0;color:#32454c;font-weight:400;font-size:15px;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.share-mobile-embed__text p{display:-webkit-box;margin:5px 0;color:#6f7c81;font-weight:400;font-size:13px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width: 340px){.share-mobile-embed__text p{-webkit-line-clamp:1}}.share-mobile-embed__text span{color:#32454c;font-size:12px;word-break:break-word}.experience-section-mobile-header{display:flex;align-items:center;gap:.7rem;grid-area:header;margin:10px 0 2rem}@media (max-width: 450px){.experience-section-mobile-header{margin:0 0 10px}}.experience-section-mobile-header span{color:#ff5c62;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:clamp(16px,3vw,20px);font-weight:300}.experience-section-mobile-header h2{margin:0;font-size:clamp(26px,5vw,32px)}.experience-section-mobile-body{position:relative;grid-area:body;height:auto}.experience-section-mobile-body #tab-indicator{position:absolute;top:50px;left:0;width:20%;height:2px;background-color:#ff5c62;transition:all .25s cubic-bezier(.645,.045,.355,1);z-index:10}.experience-section-mobile-body__tabs{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin:0;padding:8px 20px;color:inherit;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:13px;text-align:left;border:0;background:none;transition:all .25s cubic-bezier(.645,.045,.355,1);cursor:pointer}.experience-section-mobile-body__tabs p{margin:0}.experience-section-mobile-body__tabs span{opacity:.75;font-family:Calibre,Inter,San Francisco,SF Pro Text,-apple-system,system-ui,sans-serif}.experience-section-mobile-body .thumbsSwiper{border-bottom:2px solid #fee27f;margin-bottom:1rem}@media (max-width: 450px){.experience-section-mobile-body .thumbsSwiper{margin-bottom:20px}}.experience-section-mobile-body__wrap{cursor:move;cursor:grab}.experience-section-mobile-body__wrap:active{cursor:grabbing}.experience-section-mobile-body__wrap--title{display:inline-block;font-size:22px;color:#ff5c62;margin:0}.experience-section-mobile-body__wrap--date{margin-top:5px;margin-bottom:25px;color:#6f7c81;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:13px}.experience-section-mobile-body__wrap--local{display:inline-block;font-size:22px;color:#32454c;margin:0}.experience-section-mobile-body__wrap--desc{margin-top:5px;margin-bottom:25px}.experience-section-mobile-body .swiper{width:100%;height:100%}.experience-section-mobile-body .swiper-slide{display:flex;justify-content:center;align-items:baseline;height:initial}.experience-section-mobile-body .swiper-slide img{display:block;object-fit:cover;height:150px;aspect-ratio:3/2;border-radius:4px}@media (max-width: 775px){.experience-section-mobile-body .swiper-slide img{height:101px}}@media (max-width: 500px){.experience-section-mobile-body .swiper-slide img{width:100%;height:auto;aspect-ratio:unset}}.experience-section-mobile-body .swiper-thumbs .swiper-slide{height:100%;color:#32454c}.experience-section-mobile-body .swiper-thumbs .swiper-slide-thumb-active{color:#ff5c62;background-color:#ff5c620b}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.experience-section{padding:100px 0}@media (min-width: 1015px){.experience-section{margin-right:calc(25px + 2rem)}}@media (max-width: 775px){.experience-section{padding:60px 0}}@media (max-width: 500px){.experience-section{padding-bottom:0}}.experience-section__content{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"header  header" "nav     body";gap:2rem}@media (max-width: 1015px){.experience-section__content{gap:1rem}}@media (max-width: 775px){.experience-section__content{display:block}}.case-study-desktop{position:relative;display:grid;gap:10px;grid-template-columns:repeat(12,1fr);-webkit-box-align:center;align-items:center;min-height:calc(365px + 2rem)}@media (max-width: 1015px){.case-study-desktop{grid-template-columns:auto;grid-template-rows:repeat(2,auto);width:100%;max-width:600px;margin:0 auto}}.case-study-desktop__details{display:block;grid-area:1/8/-1/-1;padding:20px;border-radius:4px;box-shadow:0 0 0 1px #32454c1a;background:none;transition:all .25s cubic-bezier(.645,.045,.355,1);z-index:2}@media (max-width: 1124px){.case-study-desktop__details{grid-area:1/7/-1/-1}}@media (max-width: 1015px){.case-study-desktop__details{display:flex;flex-direction:column;align-items:center;grid-area:2;box-shadow:none}}.case-study-desktop__details:hover{box-shadow:0 1px 12px 1px #32454c1a}@media (max-width: 1015px){.case-study-desktop__details:hover{box-shadow:none}}.case-study-desktop__details:before{content:"";position:relative;top:13px;left:-31px;display:block;width:21px;height:2px;background-color:#ff5c62}@media (max-width: 1015px){.case-study-desktop__details:before{display:none}}.case-study-desktop__details--header{display:flex;gap:15px;margin-bottom:1rem}.case-study-desktop__details--header svg{color:#ff5c62}@media (max-width: 1015px){.case-study-desktop__details--header svg{display:none}}.case-study-desktop__details--header__title{display:inline;font-size:1.17em;margin:0}.case-study-desktop__details--header__title a{font-weight:700;color:#32454c;transition:all .25s cubic-bezier(.645,.045,.355,1)}.case-study-desktop__details--header__title a:hover{color:#ff5c62}@media (max-width: 1015px){.case-study-desktop__details .tools-layout{justify-content:center}}.case-study-desktop__details--desc{color:#6f7c81;margin-bottom:10px}@media (max-width: 1015px){.case-study-desktop__details--desc{text-align:center}}.case-study-desktop__details--action{display:flex;align-items:center;justify-content:space-evenly;gap:28px;width:100%;padding:14px 0}@media (max-width: 1015px){.case-study-desktop__details--action{justify-content:center;gap:14px}}@media (max-width: 450px){.case-study-desktop__details--action{justify-content:space-around;gap:14px}}.case-study-desktop__details--action__code{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;max-width:150px;text-decoration:none;font-size:13px;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-weight:600;color:#ff5c62;padding:.75rem 1rem;border:1px solid #ff5c62;border-radius:4px;background:none;transition:all .25s cubic-bezier(.645,.045,.355,1)}@media (max-width: 450px){.case-study-desktop__details--action__code{padding:.75rem 1rem}}.case-study-desktop__details--action__code:hover{outline:none;box-shadow:3px 3px #ff5c62;transform:translate(-4px,-4px)}@media (max-width: 450px){.case-study-desktop__details--action__code{padding:1.2rem 1rem!important}}.case-study-desktop__details--action__site{display:flex;align-items:center;justify-content:center;gap:4px;text-decoration:none;position:relative;font-size:13px;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-weight:800;color:#f8f8f8;padding:.75rem 1rem;min-width:150px;border:1px solid #ff5c62;border-radius:4px;background-color:#ff5c62;transition:all .25s cubic-bezier(.645,.045,.355,1);width:100%;max-width:150px;min-width:unset}@media (max-width: 450px){.case-study-desktop__details--action__site{padding:.75rem 1rem}}.case-study-desktop__details--action__site:after{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;border:1px solid #ff5c62;border-radius:4px;transition:all .25s cubic-bezier(.645,.045,.355,1);z-index:-1}.case-study-desktop__details--action__site:hover{outline:none;transform:translate(-4px,-4px)}.case-study-desktop__details--action__site:hover:after{top:4px;left:4px}@media (max-width: 450px){.case-study-desktop__details--action__site{padding:1.2rem 1rem!important}}.case-study-desktop:nth-of-type(odd) .case-study-desktop__details{grid-column:1/6}@media (max-width: 1124px){.case-study-desktop:nth-of-type(odd) .case-study-desktop__details{grid-column:1/7}}@media (max-width: 1015px){.case-study-desktop:nth-of-type(odd) .case-study-desktop__details{grid-column:1}}.case-study-desktop__preview{display:block;grid-area:1/1/-1/8;width:100%;margin:0 auto;z-index:1}@media (max-width: 1124px){.case-study-desktop__preview{grid-area:1/1/-1/7}}@media (max-width: 1015px){.case-study-desktop__preview{grid-area:1;width:85%}}.case-study-desktop__preview--wrapper{display:block}@media (min-width: 1024px){.case-study-desktop__preview--wrapper{width:calc(100% - 6rem);margin:0 auto}}.case-study-desktop__preview--wrapper__image{width:100%;user-drag:none;-webkit-user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.case-study-desktop:nth-of-type(odd) .case-study-desktop__preview{grid-column:6/-1}@media (max-width: 1124px){.case-study-desktop:nth-of-type(odd) .case-study-desktop__preview{grid-column:7/-1}}@media (max-width: 1015px){.case-study-desktop:nth-of-type(odd) .case-study-desktop__preview{grid-column:1}}.case-study-mobile{display:flex;flex-direction:column;width:100%;max-width:450px;margin:0 auto;border-radius:4px;box-shadow:0 2px 20px 1px #0000001c}.case-study-mobile__top{position:relative;width:100%;aspect-ratio:3/2;border-top-left-radius:6px;border-top-right-radius:6px;background-color:#ffeff0}.case-study-mobile__top--image{display:block;object-fit:cover;width:100%;height:100%;transform:scale(.94);border-top-left-radius:4px;border-top-right-radius:4px}.case-study-mobile__bottom{display:block;padding:14px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#fff}.case-study-mobile__bottom--title a{color:#32454c;text-decoration:none;transition:all .25s cubic-bezier(.645,.045,.355,1)}.case-study-mobile__bottom--title a:focus{color:#ff5c62}.case-study-mobile__bottom--action{display:flex;align-items:center;justify-content:space-evenly;gap:28px;margin:14px 0}@media (max-width: 450px){.case-study-mobile__bottom--action{justify-content:space-around;gap:14px}}.case-study-mobile__bottom--action__code{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;max-width:150px;text-decoration:none;font-size:13px;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-weight:600;color:#ff5c62;padding:.75rem 1rem;border:1px solid #ff5c62;border-radius:4px;background:none;transition:all .25s cubic-bezier(.645,.045,.355,1)}@media (max-width: 450px){.case-study-mobile__bottom--action__code{padding:.75rem 1rem}}.case-study-mobile__bottom--action__code:hover{outline:none;box-shadow:3px 3px #ff5c62;transform:translate(-4px,-4px)}@media (max-width: 450px){.case-study-mobile__bottom--action__code{padding:1.2rem 1rem!important}}.case-study-mobile__bottom--action__site{display:flex;align-items:center;justify-content:center;gap:4px;text-decoration:none;position:relative;font-size:13px;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-weight:800;color:#f8f8f8;padding:.75rem 1rem;min-width:150px;border:1px solid #ff5c62;border-radius:4px;background-color:#ff5c62;transition:all .25s cubic-bezier(.645,.045,.355,1);width:100%;max-width:150px;min-width:unset}@media (max-width: 450px){.case-study-mobile__bottom--action__site{padding:.75rem 1rem}}.case-study-mobile__bottom--action__site:after{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;border:1px solid #ff5c62;border-radius:4px;transition:all .25s cubic-bezier(.645,.045,.355,1);z-index:-1}.case-study-mobile__bottom--action__site:hover{outline:none;transform:translate(-4px,-4px)}.case-study-mobile__bottom--action__site:hover:after{top:4px;left:4px}@media (max-width: 450px){.case-study-mobile__bottom--action__site{padding:1.2rem 1rem!important}}.work-section{display:flex;padding:100px 0}@media (min-width: 1015px){.work-section{margin-right:calc(25px + 2rem)}}@media (max-width: 775px){.work-section{padding:60px 0}}.work-section__content{display:flex;flex-direction:column;width:100%;gap:4rem}@media (max-width: 700px){.work-section__content{gap:28px}}@media (max-width: 450px){.work-section__content{gap:1rem}}.work-section__content--header{display:flex;align-items:center;gap:.7rem}@media (max-width: 1015px){.work-section__content--header{margin-bottom:2rem}}@media (max-width: 450px){.work-section__content--header{margin-bottom:0}}.work-section__content--header span{color:#ff5c62;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:clamp(16px,3vw,20px);font-weight:300}.work-section__content--header h2{margin:0;font-size:clamp(26px,5vw,32px)}.work-section__content--body{display:flex;flex-direction:column;gap:6rem}@media (max-width: 1015px){.work-section__content--body{gap:10rem}}@media (max-width: 550px){.work-section__content--body{gap:75px}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.recommends-desktop-swiper{display:flex;flex-direction:column}.recommends-desktop-swiper__header{display:flex;justify-content:space-between;align-items:flex-end}.recommends-desktop-swiper__header--profile{display:flex;gap:10px;text-decoration:none}.recommends-desktop-swiper__header--profile:hover .recommends-desktop-swiper__header--profile__details h3:after{width:100%}.recommends-desktop-swiper__header--profile__image{display:flex;justify-content:center;align-items:center;height:48px;width:48px;border-radius:24px;overflow:hidden}.recommends-desktop-swiper__header--profile__image img{object-fit:cover;height:56px;aspect-ratio:1/1}.recommends-desktop-swiper__header--profile__details{display:flex;flex-direction:column;justify-content:center;gap:2px}.recommends-desktop-swiper__header--profile__details h3{display:inline-block;width:fit-content;margin:0;font-weight:400;text-decoration:none;border:0}.recommends-desktop-swiper__header--profile__details h3:after{content:"";display:block;width:0;height:1px;background-color:#ff5c62;opacity:.5;transition:all .25s cubic-bezier(.645,.045,.355,1)}.recommends-desktop-swiper__header--profile__details p{margin:0;color:#ff5c62}.recommends-desktop-swiper__header--credit{display:flex;gap:6px;color:inherit;text-decoration:none}.recommends-desktop-swiper__header--credit:hover span{text-decoration:underline}.recommends-desktop-swiper__header--credit svg{width:24px;height:24px}.recommends-desktop-swiper__header--credit span{font-size:12px;line-height:1}.recommends-mobile-swiper{display:flex;flex-direction:column}.recommends-mobile-swiper__header{display:flex;justify-content:space-between;align-items:flex-end}.recommends-mobile-swiper__header--profile{display:flex;gap:10px;text-decoration:none}.recommends-mobile-swiper__header--profile__image{display:block;height:48px;width:48px;border-radius:50%;overflow:hidden}.recommends-mobile-swiper__header--profile__image img{object-fit:cover;width:100%;height:100%}.recommends-mobile-swiper__header--profile__details{display:flex;flex-direction:column;justify-content:center;gap:2px}@media (max-width: 450px){.recommends-mobile-swiper__header--profile__details{gap:0}}.recommends-mobile-swiper__header--profile__details h3{margin:0;font-weight:400;height:19.8px;overflow:hidden}@media (max-width: 450px){.recommends-mobile-swiper__header--profile__details h3{font-size:15px;height:19.5px}}.recommends-mobile-swiper__header--profile__details p{margin:0;color:#ff5c62}@media (max-width: 450px){.recommends-mobile-swiper__header--profile__details p{font-size:15px}}.recommends-mobile-swiper__header--space{display:block;width:102px;height:39px}.recommends-mobile-swiper__footer{display:flex;justify-content:flex-end;gap:6px;color:inherit;text-decoration:none}.recommends-mobile-swiper__footer:hover span{text-decoration:underline}.recommends-mobile-swiper__footer svg{width:24px;height:24px}.recommends-mobile-swiper__footer span{font-size:12px;line-height:1}.recommends-section{display:flex;flex-direction:column;max-width:600px;margin:0 auto;gap:50px;padding:100px 0}@media (max-width: 775px){.recommends-section{gap:40px}}@media (max-width: 775px){.recommends-section{padding:60px 0}}@media (max-width: 450px){.recommends-section{gap:1.5rem}}.recommends-section__header{display:flex;align-items:center;gap:.7rem}.recommends-section__header span{color:#ff5c62;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:clamp(16px,3vw,20px);font-weight:300}.recommends-section__header h2{margin:0;font-size:clamp(26px,5vw,32px)}.recommends-section__content{display:flex;flex-direction:column;position:relative;margin:0 auto;width:78dvw;max-width:560px;padding:20px;border-radius:4px;background-color:#fff;box-shadow:0 0 0 2px #fee27f;transition:all .25s cubic-bezier(.645,.045,.355,1)}.recommends-section__content--swiper{display:flex;flex-direction:column;max-width:560px}.recommends-section__content--swiper__footer{display:flex;justify-content:flex-end;background-color:#fff}@media (max-width: 550px){.recommends-section__content--swiper__footer{position:absolute;top:0;right:0;height:48px;z-index:1}}.recommends-section__content--swiper__footer--arrows{display:flex;gap:16px}.recommends-section__content--swiper__footer--arrows button{display:flex;align-items:center;color:#ff5c62;padding:0;border:0;background:none;transition:all .25s cubic-bezier(.645,.045,.355,1)}.recommends-section__content--swiper__footer--arrows button:disabled{color:#ffeff0}.recommends-section__content--swiper__footer--arrows button:hover{opacity:.65}.recommends-section__content--swiper__footer--arrows button svg{height:34px;width:34px}.recommends-section__content:before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;border-radius:4px;transition:all .25s cubic-bezier(.645,.045,.355,1)}.recommends-section__content:after{content:"";position:absolute;top:14px;left:14px;display:block;width:100%;height:100%;border:2px solid #ff5c62;border-radius:4px;transition:all .25s cubic-bezier(.645,.045,.355,1);z-index:-1}@media (max-width: 775px){.recommends-section__content:after{top:8px;left:8px}}@media (max-width: 450px){.recommends-section__content:after{top:5px;left:5px}}.recommends-section__content:hover{outline:0px;box-shadow:0 1px 12px 1px #32454c1a}.recommends-section__content:hover:after{top:20px;left:20px}@media (max-width: 775px){.recommends-section__content:hover:after{top:12px;left:12px}}@media (max-width: 450px){.recommends-section__content:hover:after{top:5px;left:5px}}.recommends-section__content .swiper{width:100%;height:100%}.recommends-section__content .swiper-slide{display:flex;flex-direction:column}.emailjs-form{margin:0 auto;width:100%;max-width:450px}.emailjs-form__wrap{display:flex;flex-direction:column;gap:1.5rem}.emailjs-form__wrap--section{position:relative;height:64px}.emailjs-form__wrap--section .input-text{position:absolute;top:1px;left:1px;display:flex;width:calc(100% - 2rem - 4px);margin:0;padding:1rem;border:2px solid #2B385A;border-radius:4px;outline:none;background:none;font-size:18px;font-family:Calibre,Inter,San Francisco,SF Pro Text,-apple-system,system-ui,sans-serif;color:#32454c}.emailjs-form__wrap--section .input-text:focus,.emailjs-form__wrap--section .input-text:not(:focus):valid{outline:none;border:2px solid #2B385A}.emailjs-form__wrap--section .input-text:focus~.floating-label{top:calc(-1rem + 4px);color:#2b385a}.emailjs-form__wrap--section .input-text:not(:focus):valid~.floating-label{top:calc(-1rem + 4px);color:#2b385aa6}.emailjs-form__wrap--section .floating-label{position:absolute;pointer-events:none;left:.5rem;top:1rem;padding:0 .5rem;background:#f8f8f8;transition:.2s ease all}.emailjs-form__wrap--section .section-input-area{height:calc(1rem + 108px);resize:none;padding-bottom:0}.emailjs-form__wrap--section input:-webkit-autofill,.emailjs-form__wrap--section input:-webkit-autofill:hover,.emailjs-form__wrap--section input:-webkit-autofill:focus,.emailjs-form__wrap--section textarea:-webkit-autofill,.emailjs-form__wrap--section textarea:-webkit-autofill:hover,.emailjs-form__wrap--section textarea:-webkit-autofill:focus{border:2px solid #2B385A;-webkit-text-fill-color:#32454c;-webkit-box-shadow:0 0 0px 1000px #fee27f inset;transition:background-color 5000s ease-in-out 0s}.emailjs-form__wrap .section-text-area{height:calc(2rem + 108px)}.emailjs-form__wrap--submit{position:relative;font-size:13px;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-weight:800;color:#f8f8f8;padding:.75rem 1rem;min-width:150px;border:1px solid #ff5c62;border-radius:4px;background-color:#ff5c62;transition:all .25s cubic-bezier(.645,.045,.355,1);margin-top:7px}@media (max-width: 450px){.emailjs-form__wrap--submit{padding:.75rem 1rem}}.emailjs-form__wrap--submit:after{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;border:1px solid #ff5c62;border-radius:4px;transition:all .25s cubic-bezier(.645,.045,.355,1);z-index:-1}.emailjs-form__wrap--submit:hover{outline:none;transform:translate(-4px,-4px)}.emailjs-form__wrap--submit:hover:after{top:4px;left:4px}.swal-custom-background{background-color:#f8f8f8}.swal-custom-title{color:#32454c}.swal-custom-button{position:relative;font-size:13px;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-weight:800;color:#f8f8f8;padding:.75rem 1rem;min-width:150px;border:1px solid #ff5c62;border-radius:4px;background-color:#ff5c62;transition:all .25s cubic-bezier(.645,.045,.355,1);font-size:13px!important;color:#f8f8f8!important;margin-top:.8rem!important;background:#ff5c62!important}@media (max-width: 450px){.swal-custom-button{padding:.75rem 1rem}}.swal-custom-button:after{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;border:1px solid #ff5c62;border-radius:4px;transition:all .25s cubic-bezier(.645,.045,.355,1);z-index:-1}.swal-custom-button:hover{outline:none;transform:translate(-4px,-4px)}.swal-custom-button:hover:after{top:4px;left:4px}.swal-custom-button:hover{background-image:none!important}.contact-section{padding:100px 0}@media (max-width: 775px){.contact-section{padding:60px 0}}.contact-section__container{width:100%;max-width:450px;margin:0 auto;margin-bottom:2rem;text-align:center}.contact-section__container--header{font-size:16px;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-weight:400;color:#ff5c62}.contact-section__container--title{font-size:clamp(40px,5vw,60px)}.landing-page{display:block;width:100%}.landing-page__section{position:relative;padding-left:calc(25px + 4rem);padding-right:2rem;z-index:1}@media (max-width: 775px){.landing-page__section{padding-left:2rem}}@media (max-width: 550px){.landing-page__section{padding:0 1rem}}.landing-page__section--wrapper{width:100%;max-width:1140px;margin:0 auto}.landing-page__section.white-section{background-color:#fff}.landing-page__section.tomato-section{background-color:#ffeff0}.landing-page__section.red-section{background-color:#ff5c62}.page-layout{position:relative}.page-layout__landing-page{margin:0 auto}#root{margin:0 auto;padding-bottom:2rem}body{margin:0;width:100%;min-height:100%;-webkit-font-smoothing:antialiased;background-color:#f8f8f8;color:#32454c;font-family:Calibre,Inter,San Francisco,SF Pro Text,-apple-system,system-ui,sans-serif;font-size:18px;line-height:1.3}h1,h2,h3,h4,h5,h6{margin:0 0 10px;font-weight:700;color:#0d121d;line-height:1.1}a,button{cursor:pointer}b{color:#0d121d;font-weight:600}.highlighted{color:#ff5c62}.overflow-hidden{overflow:auto}.marked{display:inline-block;color:#ff5c62;font-weight:600;text-decoration:none;border:0}.marked:after{content:"";display:block;width:0;height:1px;background-color:#ff5c62;opacity:.5;transition:all .25s cubic-bezier(.645,.045,.355,1)}.marked:hover:after{width:100%}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-thumb{background-color:#495670;border:3px solid #f8f8f8;border-radius:10px}::-webkit-scrollbar-track{background:#f8f8f8}::selection{color:#495670;background-color:#fee27fa6}
