@keyframes show{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes show-slide{0%{transform:translateY(3rem);opacity:0}to{transform:translateY(0);opacity:1}}.tippy-box.tippy-box{border-radius:10px}.tippy-box.tippy-box .tippy-content{display:flex;flex-direction:column;padding:16px;text-align:start;font-size:var(--fs-meta)}.tippy-box.tippy-box[data-theme~=primary]{background-color:#1164f2;color:#fff}.tippy-box.tippy-box[data-theme~=primary] .tippy-arrow{color:#1164f2}.tippy-box.tippy-box[data-theme~=primary] .title{color:#fff}.tippy-box.tippy-box[data-placement=bottom] .tippy-content__head{order:1}@media screen and (min-width:1440px){.advantage-section>[class*=container--]{max-width:1320px}}.advantage-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:calc(-1 * var(--advantage-section-offset))}@media screen and (max-width:1199px){.advantage-grid{gap:.5rem}}@media screen and (max-width:991px){.advantage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:374px){.advantage-grid{grid-template-columns:minmax(0,1fr)}}.advantage-item{--sizing: 1.5rem;position:relative;background-color:#242e49;color:#ffffffbf;display:flex;flex-direction:column;padding:calc(1.25 * var(--sizing));gap:var(--sizing);transition:125ms ease-out;transition-property:background-color,margin-top}@media screen and (max-width:1439px){.advantage-item{--sizing: 1.25rem}}@media screen and (max-width:1199px){.advantage-item{--sizing: 1rem}}@media(min-width:576px)and (max-width:991px){.advantage-item{flex-direction:row;align-items:center}}.advantage-item__head{flex:none}.advantage-item__head img{width:calc(2.5 * var(--sizing));height:auto;transition:filter 125ms ease-out}.advantage-item .title{color:#fff}@media screen and (max-width:767px){.advantage-item .title{font-size:var(--fs-base)}}.advantage-item:has(.block-link:is(:hover,:active,:focus-visible)){background-color:#1180ff;margin-top:-12px}.advantage-item:has(.block-link:is(:hover,:active,:focus-visible)) img{filter:brightness(0) invert(1)}.blockquote{position:relative;display:grid;gap:.75em;padding:24px;border-radius:var(--block-radius)}@media screen and (max-width:991px){.blockquote{padding:20px}}@media screen and (min-width:768px){.blockquote__title{max-width:75%}}.blockquote:before{content:"";position:absolute;top:32px;right:100%;width:12px;aspect-ratio:.5;clip-path:polygon(100% 0,100% 100%,0 50%);background-color:inherit;transform:translate(1px);pointer-events:none}@media(min-width:992px)and (max-width:1679px){.blog-section>[class*=container--]{max-width:1320px}}@media screen and (max-width:575px){.blog-section__head{text-align:center}}.blog-section__foot{display:flex;align-items:center;gap:32px}@media screen and (max-width:575px){.blog-section__foot{justify-content:center}.blog-section__foot .swiper-scrollbar,.blog-section__foot .swiper-navigation{display:none}}.blog-section__foot .swiper-scrollbar{flex:1}.blog-carousel.swiper:not(.swiper-initialized){overflow:visible}.blog-carousel{margin-block:-48px;padding-block:48px}.blog-carousel.swiper-watch-progress .swiper-slide{transition:filter .4s ease-out}.blog-carousel.swiper-watch-progress .swiper-slide:not(.swiper-slide-visible){filter:blur(3px)}.blog-list{--spacing: 1.5rem}@media screen and (max-width:1679px){.blog-list{--spacing: 1rem}}.blog-list:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .blog-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--spacing)}@media screen and (max-width:1199px){.blog-list:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .blog-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:991px){.blog-list:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .blog-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:575px){.blog-list:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .blog-list{grid-template-columns:minmax(0,1fr)}}.blog-item{position:relative;display:flex;flex-direction:column;background-color:var(--color-bg-light);border-radius:var(--block-radius);border:1px solid var(--color-border-glass)}.blog-item:has(:hover,:active,:focus-visible) .btn__icon{transform:translate(var(--btn-icon-movement))}.blog-item__head{position:relative;display:flex;width:100%;aspect-ratio:400/230;border-top-left-radius:inherit;border-top-right-radius:inherit;overflow:hidden}.blog-item__head .img-placeholder{background-color:var(--color-bg-light-dark)}.blog-item__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;justify-content:end;align-items:start;pointer-events:none;padding:1rem}.blog-item__overlay>*{pointer-events:initial}.blog-item__overlay .tag-list{align-items:end}.blog-item__body{flex:1;display:flex;flex-direction:column;align-items:start;width:100%;padding:2rem}@media screen and (max-width:1679px){.blog-item__body{padding:1.5rem}}.blog-item__body .title a{transition:color 125ms ease-out}.blog-item.swiper-slide{height:auto}.composition{--gap: 32px;position:relative;width:100%;max-width:600px;margin-inline-end:auto}@media screen and (max-width:1679px){.composition{--gap: 16px}}@media screen and (max-width:575px){.composition{--gap: 12px}}.composition__list{display:grid;gap:var(--gap);grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto}.composition__cell:nth-child(2),.composition__cell:nth-child(4){transform:translateY(var(--composition-offset))}@media screen and (max-width:991px){.composition__cell:nth-child(2),.composition__cell:nth-child(4){transform:translateY(calc(var(--composition-offset) * -1))}}.composition-item{display:flex;position:relative;border-radius:var(--block-radius);overflow:hidden;width:100%;height:100%;aspect-ratio:.75}@media screen and (max-width:575px){.composition-item{border-radius:8px}}.composition-item__overlay{width:100%;height:100%;display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between;padding:2rem 1.5rem;color:#fff;background-color:var(--color, #1180ff);opacity:0;transition:.45s cubic-bezier(.25,1,.5,1);transition-property:opacity}@media screen and (max-width:1439px){.composition-item__overlay{padding:1.25rem 1rem;gap:1rem}}.composition-item__overlay img{filter:brightness(0) invert(1);width:40px;height:40px}@media screen and (max-width:1199px){.composition-item__overlay img{width:30px;height:30px}}.composition-item__subtitle{font-size:var(--fs-small);line-height:1.35;max-width:16ch}@media screen and (max-width:1199px){.composition-item__subtitle{font-size:var(--fs-meta)}}.composition-item__head,.composition-item__body{transition-property:transform;transition-timing-function:inherit;transition-duration:inherit}.composition-item__head{display:flex;flex-direction:column;gap:.5rem;transform:translateY(-12px)}@media screen and (min-width:1200px){.composition-item__head{flex-direction:row;justify-content:space-between;align-items:start;text-align:end;gap:1rem}}.composition-item__body{font-size:var(--fs-small);line-height:1.2;transform:translateY(12px)}@media screen and (max-width:1199px){.composition-item__body{font-size:var(--fs-meta)}}.composition-item__body strong{letter-spacing:-.02em;display:block;font-weight:300;font-size:3em}.composition-item__background{position:absolute;z-index:-1;width:100%;height:100%}.composition-item__background picture,.composition-item__background img{width:100%;height:100%;object-fit:cover}@media screen and (min-width:576px){.composition-item--small{aspect-ratio:1}}.composition-item.is-active .composition-item__overlay{opacity:1}.composition-item.is-active .composition-item__head,.composition-item.is-active .composition-item__body{transform:none}.feature-list{--spacing: 3rem;grid-template-columns:repeat(3,minmax(0,1fr))}@media screen and (max-width:575px){.feature-list{--spacing: 1.5rem;grid-template-columns:minmax(0,1fr)}}.feature-item{--icon-size: 40px;display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width:1199px){.feature-item{--icon-size: 30px}}@media screen and (max-width:575px){.feature-item{flex-direction:row;justify-content:start}}.feature-item__head{flex:none}.feature-item__head img{width:var(--icon-size);height:var(--icon-size)}.feature-list--lines>* .feature-item__head{display:flex;align-items:center;gap:calc(var(--spacing) / 2)}@media screen and (max-width:575px){.feature-list--lines>* .feature-item__head{flex-direction:column}}.feature-list--lines>*:not(:last-child) .feature-item__head:after{content:"";flex:1;height:2px;background-color:var(--color-border-light);margin-inline-end:calc(-1 * var(--spacing) / 2)}@media screen and (max-width:575px){.feature-list--lines>*:not(:last-child) .feature-item__head:after{margin-inline-end:0;margin-block-end:calc(var(--spacing) / -2);width:2px;height:auto}}.hotspot{position:relative}.hotspot__picture{display:block}.hotspot__picture,.hotspot__picture img{width:auto;height:auto;max-width:100%;max-height:100%}.hotspot .tippy-content{width:240px}.hotspot .tippy-arrow{color:#fff}.hotspot-pin{position:absolute;z-index:10;text-align:start;isolation:isolate;transform:translate(-50%,-50%)}.hotspot-pin__button{display:flex;justify-content:center;align-items:center;width:24px;aspect-ratio:1;border-radius:99vw;background-color:#1180ff;color:#fff;transition:background-color 125ms ease-out}@media screen and (max-width:1439px){.hotspot-pin__button{width:24px}}.hotspot-pin__button svg{width:45%;height:45%;stroke:currentColor;transition:transform 125ms ease-out}.hotspot-pin__button:after{content:"";position:absolute;border-radius:inherit;z-index:-1;top:-6px;right:-6px;bottom:-6px;left:-6px;background-color:#ffffff1a;border:1px solid var(--color-border-glass);transition:inset 225ms cubic-bezier(.25,1,.5,1)}.hotspot-pin__button[aria-expanded=true]{background-color:#fff;color:#1180ff}.hotspot-pin__button[aria-expanded=true] .sprite{transform:rotate(45deg)}.hotspot-pin__button[aria-expanded=true]:after{top:-10px;right:-10px;bottom:-10px;left:-10px}.swiper:not(.swiper-initialized) .reference-list.swiper-wrapper{display:grid;grid-template-rows:1fr;grid-auto-rows:0;overflow:hidden}.reference-item{--padding: 3rem;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--padding);border-radius:var(--block-radius)}@media screen and (max-width:767px){.reference-item{--padding: 2rem}}@media screen and (max-width:575px){.reference-item{--padding: 1.5rem}}.reference-item.swiper-slide{height:auto}.reference-item__head{width:100%;margin-block:var(--padding)}.reference-item__head img{width:auto;height:auto;max-width:40%;max-height:80px;margin-inline:auto}.reference-item img[src*=".svg"]{filter:brightness(0) invert(1)}.reference-item .structure-content blockquote{max-width:64ch}.reference-item .structure-content blockquote p{color:var(--color-text-muted)}.reference-item .structure-content blockquote p:before{display:block;margin-inline:auto;margin-block:0 2em;height:32px}@media screen and (max-width:575px){.reference-item .structure-content blockquote p:before{height:24px}}.about-section{--composition-offset: 100px;margin-block-end:calc(var(--composition-offset) / 2)}@media screen and (max-width:1679px){.about-section{--composition-offset: 60px}}@media screen and (max-width:991px){.about-section{--composition-offset: calc(2 * var(--container-padding))}}.about{display:flex;flex-direction:column-reverse;gap:var(--layout-gap)}@media screen and (min-width:992px){.about{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}.about__featured{display:flex;align-items:end}.about__body{max-width:580px}.about .parameter-list{max-width:min(100%,500px)}.about .composition{z-index:50;margin-block:calc(var(--composition-offset) / 2)}@media screen and (max-width:991px){.about .composition{margin-block:0 calc(var(--composition-offset) / -2)}}.hero-section{position:relative;overflow:hidden}@media screen and (max-width:1199px){.hero-section>[class*=container--]{padding-inline:var(--block-inset-mx)}}.hero-section .socials{position:absolute;top:40%;right:var(--block-inset-mx);transform:translateY(-50%);flex-direction:column}@media screen and (max-width:1439px){.hero-section .socials{top:0;transform:none}}@media screen and (max-width:1199px){.hero-section .socials{display:none}}.hero-section .socials .icon-item a{flex-direction:column;gap:1em;padding:1.25em 1em;transition:none;color:var(--color-text-emphasis);border-radius:99vw;border:1px solid transparent}@media(hover:hover)and (pointer:fine){.hero-section .socials .icon-item a:is(:hover,:active,:focus-visible){background-color:var(--color-background-glass);border:1px solid var(--color-border-glass);-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);text-decoration:none;color:#1180ff}}@media screen and (max-width:1679px){.hero-section .socials .icon-item a{padding-block:1em}}.hero-section .socials .icon-item__icon{color:inherit}.hero-section .socials .icon-item__text{font-size:var(--fs-meta);text-transform:uppercase;letter-spacing:.1em;font-weight:700;writing-mode:tb-rl}.hero{display:grid;grid-template-columns:450px minmax(0,1fr)}@media screen and (max-width:991px){.hero{grid-template-columns:minmax(0,.75fr) minmax(0,1fr)}}@media screen and (max-width:991px){.hero{display:flex;flex-direction:column-reverse}}.hero__body{position:relative;isolation:isolate;z-index:10;align-self:center}@media screen and (max-width:991px){.hero__body{background-color:var(--color-background-glass);border:1px solid var(--color-border-glass);-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);border-radius:var(--block-radius);padding:32px var(--block-inset-px)}}@media screen and (min-width:992px){.hero__body .p{font-size:var(--fs-lead);max-width:30ch}}.hero__body .btn{min-width:220px}.hero__featured{display:flex;align-items:end;height:100%}@media(min-width:992px)and (max-width:1439px){.hero__featured{margin-inline-end:64px}}.hero-featured{position:relative;margin-inline:auto;max-width:800px}@media screen and (max-width:991px){.hero-featured{margin-block-end:-32px;max-width:min(90vw,700px)}}.hero-featured .bubble{position:absolute;top:var(--y);left:var(--x);display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25em 1.75em;border-radius:var(--block-radius);white-space:nowrap;font-size:var(--fs-h6);opacity:0;transform:translateY(-64px)}[data-ready=true] .hero-featured .bubble{opacity:1;transform:none;transition:.75s cubic-bezier(.33,1,.68,1);transition-property:transform,opacity}[data-ready=true] .hero-featured .bubble:nth-child(1){transition-delay:95ms}[data-ready=true] .hero-featured .bubble:nth-child(2){transition-delay:190ms}[data-ready=true] .hero-featured .bubble:nth-child(3){transition-delay:285ms}@media screen and (max-width:1439px){.hero-featured .bubble{font-size:var(--fs-small)}}@media screen and (max-width:1199px){.hero-featured .bubble{font-size:var(--fs-meta)}}@media screen and (max-width:767px){.hero-featured .bubble{padding:1em}}.hero-featured .bubble__head{display:block}.hero-featured .bubble__head picture{height:64px;aspect-ratio:1}@media screen and (max-width:1439px){.hero-featured .bubble__head picture{height:48px}}@media screen and (max-width:767px){.hero-featured .bubble__head picture{height:32px}}.hero-featured .bubble__body{display:flex;gap:.75em;align-items:center}.hero-featured .bubble__body img{width:1.6em;height:1.6em}.hero-featured .bubble .bubble__head+.bubble__body{margin-block-start:1em}@media screen and (max-width:767px){.hero-featured .bubble .bubble__head+.bubble__body{display:none}}.hero-featured .bubble .title{font-size:inherit}.hero-featured .bubble.bg-dark{z-index:-1}.service-section{--hotspot-width: 300px;position:relative;display:grid}@media(min-width:1200px)and (max-width:1439px){.service-section{--hotspot-width: 250px}}@media screen and (max-width:1199px){.service-section--large{order:1}}@media screen and (min-width:1200px){.service-section:first-child{padding-inline-end:var(--hotspot-width)!important}}@media screen and (max-width:1199px){.service-section:first-child{margin-block-end:48px}}.service-section .hotspot{position:absolute;z-index:10;right:0;top:300px;width:var(--hotspot-width);transform:translate(calc(.75 * var(--block-inset-px)))}@media screen and (max-width:1199px){.service-section .hotspot{transform:none;right:48px}}@media screen and (max-width:767px){.service-section .hotspot{position:relative;inset:initial;margin-block:48px -110px;margin-inline:auto}}.service-section-image{--padding: 32px;position:relative;isolation:isolate;padding:0!important;display:flex;justify-content:center;align-items:end}@media screen and (max-width:767px){.service-section-image{--padding: 24px}}.service-section-image .blockquote{position:absolute;top:var(--top);left:var(--left);width:calc(100% - var(--left) - var(--padding))}.service-section-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:inherit;pointer-events:none;background-image:linear-gradient(to top,#0006,#0000)}@media screen and (min-width:992px){.showcase{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}.showcase__body{position:relative;z-index:10}@media screen and (min-width:992px){.showcase__body{margin-inline-end:-100px}}.showcase__body hgroup p{max-width:16ch}.showcase__body .structure-content{max-width:600px}@media screen and (min-width:1680px){.showcase__body .structure-content{font-size:var(--fs-lead)}}@media screen and (max-width:1679px){.showcase__body .structure-content{max-width:450px}}.showcase__showcase{position:relative;display:grid;margin-inline-end:calc(-1 * var(--bleed-limited))}@media screen and (min-width:1200px){.showcase__showcase{margin-inline-start:-80px}}@media screen and (max-width:991px){.showcase__showcase{margin-block-start:16px}}.showcase__showcase .swiper-controls{margin-block-start:24px;display:flex;justify-content:end;align-items:center;gap:4px}@media screen and (min-width:992px){.showcase__showcase .swiper-controls{position:absolute;top:100%;right:0}}@media screen and (max-width:991px){.showcase__showcase .swiper-controls{justify-content:center;margin-block-start:28px}.showcase__showcase .swiper-controls .swiper-btn{display:none}}@media screen and (min-width:992px){.showcase__showcase .swiper-controls .swiper-pagination{order:-1;margin-inline-end:20px}}@media screen and (max-width:575px){.showcase__foot{display:flex;justify-content:center}}@media screen and (min-width:992px){.showcase-swiper{align-self:start;height:100%;width:100%;max-height:550px}}.showcase-item{position:relative;display:flex;flex-direction:column;justify-content:start;align-items:end;width:100%}@media screen and (max-width:1439px){.showcase-item{justify-content:start}}@media screen and (max-width:991px){.showcase-item{justify-content:start;height:auto}}.showcase-item__wrap{display:flex;flex-direction:column;width:320px;height:100%;padding:4rem 3rem 3rem;border-radius:var(--block-radius)}@media screen and (max-width:1679px){.showcase-item__wrap{padding:2.5rem 1.75rem 1.75rem}}@media screen and (max-width:991px){.showcase-item__wrap{padding-block-start:80px;width:auto;height:100%}}.showcase-item__logo{max-width:170px}@media screen and (max-width:1199px){.showcase-item__logo{max-width:100px}}@media screen and (max-width:991px){.showcase-item__logo{max-width:60px}}.showcase-item__picture{flex:0}@media screen and (min-width:1200px){.showcase-item__picture{position:absolute;left:0;right:calc(320px / 3);height:auto;z-index:-10}}@media screen and (max-width:1199px){.showcase-item__picture{width:100%;margin-block-end:-100px}}@media screen and (max-width:991px){.showcase-item__picture{z-index:1;width:80%;margin-inline:auto;margin-block:0 -60px}}@media screen and (min-width:992px){.showcase-item.swiper-slide .showcase-item__wrap,.showcase-item.swiper-slide .showcase-item__picture{transition:.65s cubic-bezier(.25,1,.5,1);transition-property:transform,opacity;opacity:0}.showcase-item.swiper-slide .showcase-item__wrap{transform:translate(-32px)}.showcase-item.swiper-slide .showcase-item__picture{transform:translate(32px);transition-duration:.75s}.showcase-item.swiper-slide.swiper-slide-active .showcase-item__wrap,.showcase-item.swiper-slide.swiper-slide-active .showcase-item__picture{transform:none;opacity:1}}@media screen and (min-width:1200px){.p-homepage .header:not(.is-affixed){background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;border:none}}.structure-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .structure-grid{--spacing: 20px;display:grid;gap:var(--gap, var(--spacing));grid-template-columns:repeat(var(--columns-mobile, 1),1fr)}@media screen and (min-width:768px){.structure-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .structure-grid{grid-template-columns:repeat(max(var(--columns-mobile, 2),2),1fr)}}@media screen and (min-width:992px){.structure-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .structure-grid{grid-template-columns:repeat(var(--columns, 4),1fr)}}@media(min-width:768px)and (max-width:1199px){.structure-grid:not(.swiper-wrapper).structure-grid--documents,.swiper:not(.swiper-initialized) .structure-grid.structure-grid--documents{grid-template-columns:minmax(0,1fr)}}.structure-grid:not(.swiper-wrapper).gallery--transparent-bg,.swiper:not(.swiper-initialized) .structure-grid.gallery--transparent-bg{align-items:center;gap:3rem}.swiper:not(.swiper-initialized) .structure-grid{grid-template-rows:auto;grid-auto-rows:0;row-gap:0;overflow:hidden}.swiper:not(.swiper-initialized) .structure-grid+.swiper-pagination{display:none!important}@media screen and (min-width:1200px){.structure-grid.structure-grid--icons{--spacing: 64px}}.structure-icon{display:flex;justify-content:start;align-items:start;gap:24px 32px}@media screen and (max-width:1439px){.structure-icon{gap:24px}}@media screen and (max-width:575px){.structure-icon{gap:20px}}.structure-icon__head{flex:none;display:flex;justify-content:center;align-items:center;width:40px;aspect-ratio:1}.structure-icon__picture{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.structure-icon__picture img{height:100%;width:auto;max-width:100%;max-height:100%;aspect-ratio:1;object-fit:contain}.structure-icon__body{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:4px}.structure-icon--center{flex-direction:column;align-items:center}.structure-icon--center .structure-icon__body{align-items:center;text-align:center}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-animation=shift-toward][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=top]{transform:translateY(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=bottom]{transform:translateY(10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=left]{transform:translate(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=right]{transform:translate(10px)}
