:root{--site-header-height:5.6rem}@media screen and (min-width:1200px){:root{--site-header-height:8rem}}.header-seo-nav{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.header_block{z-index:11;background-color:#fff;width:100%;transition:transform .35s,box-shadow .3s;position:fixed;top:0;box-shadow:0 4px 10.9px #0000000f}.header_block.menu-open{background-color:#fff;transform:none}.header_block.menu-open .header_container,.header_block.menu-open .header_area{background-color:#fff}.header_block.menu-open.is-sticky,.header_block.menu-open.is-sticky.is-hidden{transform:none}@media screen and (max-width:1199px){.header_block.menu-open .logo{display:none}.header_block.menu-open.menu-open .header_area{align-items:center;justify-content:unset;grid-template-columns:2.4rem 1fr 2.4rem;gap:0;display:grid}.header_block.menu-open.menu-open .mobile-nav-back{opacity:0;visibility:hidden;pointer-events:none;grid-area:1/1;transition:opacity .28s,visibility .28s;display:block}.header_block.menu-open.menu-open .mobile-nav-back.is-visible{opacity:1;visibility:visible;pointer-events:auto}.header_block.menu-open.menu-open .mobile-menu-toggle{grid-area:1/3;justify-self:end}}.header_block .header_container{background-color:#fff;padding:0 2rem}.header_block .header-btn-blk{gap:1.2rem;display:none}.header_block .common-btn-blk.visit-btn-blk{display:flex}.header_block .header_area{transform-origin:top;justify-content:space-between;align-items:center;transition:transform .2s;display:flex;padding:1.6rem 0!important}.header_block .logo{z-index:13;min-width:13.5rem;max-width:13.5rem;max-height:2.1rem;position:relative}.header_block .logo img{object-fit:contain;width:100%;height:100%;max-height:2.1rem}.header_block .main-navigation{z-index:8;background-color:#fff;justify-content:center;align-items:center;width:80%;height:100vh;transition:right .4s;display:flex;position:fixed;top:0;right:-100%}.header_block .main-navigation.menu-active{right:0}.header_block .mobile-menu-toggle{cursor:pointer;z-index:12;background:#fff;border:none;border-radius:1.2rem;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;padding:0;display:flex;position:relative}.header_block .mobile-menu-toggle .menu-icon{object-fit:contain;width:2.4rem;height:2.4rem;transition:opacity .25s,visibility .25s;display:block}.header_block .mobile-menu-toggle .menu-icon--open{display:block}.header_block .mobile-menu-toggle .menu-icon--close{margin:auto;display:none;position:absolute;inset:0}.header_block .mobile-menu-toggle.is-active .menu-icon--open{display:none}.header_block .mobile-menu-toggle.is-active .menu-icon--close{display:block}.header_block .main-navigation .hdr_menu{flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:gap .5s;display:flex}.header_block .main-navigation li a,.header_block .main-navigation li .nav-label{color:#1e1d24;letter-spacing:normal;outline:none;font-size:2.2rem;font-weight:600;text-decoration:none;transition:all .3s ease-in-out;display:inline-block;position:relative}.header_block .main-navigation li a:visited,.header_block .main-navigation li a:focus,.header_block .main-navigation li .nav-label:visited,.header_block .main-navigation li .nav-label:focus{color:#1e1d24}.header_block .main-navigation li a:after,.header_block .main-navigation li .nav-label:after{content:"";transform-origin:100%;background:#f75506;width:100%;height:2px;transition:transform .5s;position:absolute;top:100%;left:0;transform:scaleX(0)}.header_block .main-navigation li a:hover,.header_block .main-navigation li a:focus-visible,.header_block .main-navigation li a:active,.header_block .main-navigation li .nav-label:hover,.header_block .main-navigation li .nav-label:focus-visible,.header_block .main-navigation li .nav-label:active{color:#f75506}.header_block .main-navigation li a:hover:after,.header_block .main-navigation li a:active:after,.header_block .main-navigation li .nav-label:hover:after,.header_block .main-navigation li .nav-label:active:after{transform-origin:0;transform:scaleX(1)}.header_block .desktop-nav{display:none}.header_block .mobile-navigation{top:var(--site-header-height);width:100%;height:calc(100svh - var(--site-header-height));min-height:calc(100svh - var(--site-header-height));max-height:calc(100svh - var(--site-header-height));box-shadow:none;z-index:11;opacity:0;visibility:hidden;pointer-events:none;transform-origin:top;touch-action:pan-y;background:#fff;border-top:0;border-radius:0;flex-direction:column;padding:2.4rem 0;transition:transform .35s cubic-bezier(.2,.8,.2,1),opacity .28s;display:flex;position:fixed;left:0;overflow:hidden;transform:translateY(-1.8rem)scaleY(.94)}@supports (height:100dvh){.header_block .mobile-navigation{height:calc(100dvh - var(--site-header-height));min-height:calc(100dvh - var(--site-header-height));max-height:calc(100dvh - var(--site-header-height))}}.header_block .mobile-navigation.menu-active{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scaleY(1)}.header_block .mobile-nav-stage{flex:auto;min-height:0;position:relative;overflow:hidden}.header_block .mobile-nav-view{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;will-change:transform;background:#fff;padding:0 2rem;transition:transform .68s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;overflow:hidden auto}.header_block .mobile-nav-view--main{z-index:1;pointer-events:auto;transform:translate(0)}.mobile-navigation--nested .header_block .mobile-nav-view--main{pointer-events:none;transform:translate(-100%)}.header_block .mobile-nav-view--sub{z-index:2;pointer-events:none;transform:translate(100%)}.header_block .mobile-nav-view--sub.is-active{pointer-events:auto;transform:translate(0)}.header_block .mobile-nav-back{cursor:pointer;z-index:13;background:url(/images/backto.svg) 50%/contain no-repeat;border:0;flex-shrink:0;width:2.4rem;height:2.4rem;padding:0;transition:opacity .28s,visibility .28s;display:none}.header_block .mobile-nav-overlay{top:var(--site-header-height);width:100%;height:calc(100svh - var(--site-header-height));opacity:0;visibility:hidden;z-index:9;background:#0f1c2b73;border:0;transition:opacity .25s;position:fixed;left:0}@supports (height:100dvh){.header_block .mobile-nav-overlay{height:calc(100dvh - var(--site-header-height))}}.header_block .mobile-nav-overlay.show{opacity:1;visibility:visible}.header_block .mobile-nav-list{flex-direction:column;gap:0;margin:0;padding:0;display:flex}.header_block .mobile-nav-list li{background:0 0;border:0;border-radius:0;list-style:none}.header_block .mobile-nav-list li.mobile-link-active a{color:#f75506}.header_block .mobile-nav-list li>a,.header_block .mobile-nav-list li>button{text-align:left;color:#525966;text-transform:uppercase;letter-spacing:.02em;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:1.4rem 0;font-size:1.8rem;font-weight:700;line-height:2.6rem;text-decoration:none;display:flex}.header_block .mobile-nav-list li>button{cursor:pointer}.header_block .mobile-nav-list li>button:after{content:"";border-bottom:1px solid silver;border-right:1px solid silver;flex-shrink:0;width:.8rem;height:.8rem;margin-right:.2rem;transform:rotate(-45deg)}.header_block .mobile-submenu__group+.header_block .mobile-submenu__group{margin-top:.8rem}.header_block .mobile-submenu__group{margin-bottom:2rem}.header_block .mobile-submenu__group:last-child{margin-bottom:0}.header_block .mobile-submenu__heading{color:#525966;text-transform:uppercase;letter-spacing:.02em;padding:1.2rem 0 .4rem;font-size:1.8rem;font-weight:700;line-height:2.6rem;display:block}.header_block .mobile-submenu__heading--link{padding:1.4rem 0;text-decoration:none}.header_block .mobile-submenu__heading--link:hover,.header_block .mobile-submenu__heading--link:focus-visible{color:#1e1d24;text-decoration:none}.header_block .mobile-submenu a:not(.mobile-submenu__heading--link){color:#6b7280;text-transform:none;letter-spacing:normal;background:0 0;border:0;width:100%;padding:.6rem 0;font-size:1.6rem;font-weight:400;line-height:2.4rem;text-decoration:none;display:block}.header_block .mobile-submenu a:not(.mobile-submenu__heading--link):hover,.header_block .mobile-submenu a:not(.mobile-submenu__heading--link):focus-visible{color:#f75506;text-decoration:none}.header_block .mobile-nav-footer{width:100%;padding:2.4rem 2rem calc(2.4rem + env(safe-area-inset-bottom,0px));background:#fff;flex-direction:column;flex:none;gap:1.2rem;margin-top:auto;display:flex}.header_block .mobile-nav-footer .common-btn-blk{justify-content:stretch;width:100%}.header_block .mobile-nav-footer .primary-border-btn{width:100%;max-width:100%}.header_block .mobile-nav-footer .primary-border-btn span{text-align:center;justify-content:center;width:100%}@media screen and (max-width:1199px) and (orientation:landscape) and (max-height:520px){.header_block .mobile-navigation{padding:1.2rem 0}.header_block .mobile-nav-footer{padding:1.2rem 2rem calc(1.2rem + env(safe-area-inset-bottom,0px));gap:.8rem}.header_block .mobile-nav-list li>a,.header_block .mobile-nav-list li>button{padding:.9rem 0;font-size:1.6rem;line-height:2.2rem}.header_block .mobile-submenu__heading{padding:.8rem 0 .2rem;font-size:1.6rem;line-height:2.2rem}.header_block .mobile-submenu a:not(.mobile-submenu__heading--link){padding:.4rem 0;font-size:1.5rem;line-height:2.2rem}}@media screen and (min-width:1200px){.header_block .header_container{background-color:#fff;padding:0 2rem}.header_block .header_area{padding:2rem 0!important}.header_block .logo{min-width:18.3rem;max-width:18.3rem;max-height:2.9rem}.header_block .logo img{max-height:2.9rem}.header_block .main-navigation .hdr_menu{gap:2.5rem}.header_block .main-navigation{position:unset;background-color:#0000;align-self:stretch;align-items:stretch;width:auto;height:auto;display:flex;right:auto}.header_block .main-navigation li.has-dropdown{position:relative}.header_block .main-navigation li.has-dropdown:hover,.header_block .main-navigation li.has-dropdown:focus-within{z-index:30}.header_block .main-navigation .hdr_menu{align-items:stretch}.header_block .main-navigation .hdr_menu>li{align-items:center;display:flex}.header_block .main-navigation .submenu{-webkit-backdrop-filter:blur(7.6px);backdrop-filter:blur(7.6px);color:#6b7280;opacity:0;visibility:hidden;pointer-events:none;letter-spacing:normal;z-index:20;background:#f9fafb;border-top:1px solid #e7e7e7;min-width:220px;padding:1rem 0;transition:all .35s;position:absolute;top:100%;left:0;transform:translateY(20px);box-shadow:0 4px 10.9px #0000000f}.header_block .main-navigation .submenu.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(2rem)}.header_block .main-navigation .submenu.open:before{content:"";width:100%;height:2rem;position:absolute;bottom:100%;left:0}.header_block .main-navigation .submenu li{letter-spacing:normal;padding:1rem 2rem;list-style:none}.header_block .main-navigation .submenu a{color:#525966;letter-spacing:normal;display:inline-block;position:relative}.header_block .main-navigation .submenu a:visited,.header_block .main-navigation .submenu a:focus{color:#525966}.header_block .main-navigation .submenu a:hover,.header_block .main-navigation .submenu a:focus-visible,.header_block .main-navigation .submenu a:active{text-decoration:none}.header_block .main-navigation .submenu a:hover{color:#f75506}.header_block .main-navigation .mega-menu{-webkit-backdrop-filter:blur(7.6px);backdrop-filter:blur(7.6px);color:#6b7280;opacity:0;visibility:hidden;pointer-events:none;z-index:20;background:#f0f5f9f7;border-top:1px solid #e7e7e7;width:100vw;padding:4.6rem 2rem;transition:all .35s;position:absolute;top:100%;left:0;transform:translateY(20px)}.header_block .main-navigation .mega-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.header_block .main-navigation .mega-container{grid-template-columns:1fr 1.2fr .6fr;gap:2rem;display:grid}.header_block .main-navigation .mega-container--industries{grid-template-columns:1fr 1.2fr .6fr;gap:2rem}.header_block .main-navigation .mega-industries .link-top-head{color:#525966;text-transform:uppercase;letter-spacing:normal;margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:3.4rem}.header_block .main-navigation .mega-industries .link-top-head:after{display:none}.header_block .main-navigation .mega-industries__cols{grid-template-columns:1fr 1fr;gap:2rem 4rem;display:grid}.header_block .main-navigation .mega-industries ul{margin:0;padding:0;list-style:none}.header_block .main-navigation .mega-industries li{margin-bottom:.5rem;transition:transform .3s}.header_block .main-navigation .mega-industries li a{color:#6b7280;font-size:1.6rem;font-weight:400;line-height:2.4rem;transition:color .3s}.header_block .main-navigation .mega-industries li a:visited,.header_block .main-navigation .mega-industries li a:focus{color:#6b7280}.header_block .main-navigation .mega-industries li a:hover,.header_block .main-navigation .mega-industries li a:focus-visible,.header_block .main-navigation .mega-industries li a:active{text-decoration:none}.header_block .main-navigation .mega-industries li a:after{display:none}.header_block .main-navigation .mega-industries li:hover{opacity:.5;transform:translate(4px)}.header_block .main-navigation .mega-case-studies .link-top-head{color:#525966;text-transform:uppercase;letter-spacing:normal;margin-bottom:1.6rem;font-size:1.5rem;font-weight:700;line-height:3.4rem}.header_block .main-navigation .mega-case-studies .link-top-head:after{display:none}.header_block .main-navigation .mega-case-studies__list{flex-direction:column;gap:2.4rem;display:flex}.header_block .main-navigation .mega-case-study-item{align-items:flex-start;gap:1.6rem;transition:opacity .3s;display:flex}.header_block .main-navigation .mega-case-study-item__thumb{background:#fff;flex:0 0 17rem;width:17rem;height:11.3rem;text-decoration:none;overflow:hidden}.header_block .main-navigation .mega-case-study-item__thumb:after{display:none}.header_block .main-navigation .mega-case-study-item__thumb img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.header_block .main-navigation .mega-case-study-item__content{flex:1;min-width:0}.header_block .main-navigation .mega-case-study-item__title{max-width:30rem;margin-bottom:1.8rem;font-size:1.6rem;font-weight:400;line-height:2.4rem;color:#525966!important}.header_block .main-navigation .mega-case-study-item__title a{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.8rem;font-size:1.6rem;font-weight:400;line-height:2.4rem;text-decoration:none;display:-webkit-box;overflow:hidden;color:#525966!important}.header_block .main-navigation .mega-case-study-item__title a:after{display:none}.header_block .main-navigation .mega-case-study-item__actions{justify-content:flex-start}.header_block .main-navigation .mega-case-study-item__actions .primary-action-link{color:#f75506;letter-spacing:normal;align-items:center;font-size:clamp(1.5rem,1vw,1.6rem);font-weight:500;line-height:1.5;text-decoration:none;display:inline-flex}}@media screen and (min-width:1200px) and (min-width:1300px){.header_block .main-navigation .mega-case-study-item__actions .primary-action-link{font-size:1.6rem;line-height:160%}}@media screen and (min-width:1200px){.header_block .main-navigation .mega-case-study-item__actions .primary-action-link:visited,.header_block .main-navigation .mega-case-study-item__actions .primary-action-link:focus{color:#f75506}.header_block .main-navigation .mega-case-study-item__actions .primary-action-link:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:contain;width:1.8rem;height:1.8rem;margin-left:6px;transition:transform .3s;display:inline-block;position:relative;top:auto;bottom:auto;left:auto;transform:none;background:url(/images/home/arrow2.svg)!important}.header_block .main-navigation .mega-case-study-item__actions .primary-action-link:hover,.header_block .main-navigation .mega-case-study-item__actions .primary-action-link:focus-visible,.header_block .main-navigation .mega-case-study-item__actions .primary-action-link:active{text-decoration:none}.header_block .main-navigation .mega-case-study-item__actions .primary-action-link:hover:after,.header_block .main-navigation .mega-case-study-item__actions .primary-action-link:focus-visible:after,.header_block .main-navigation .mega-case-study-item__actions .primary-action-link:active:after{transform:translate(6px)}.header_block .main-navigation .mega-case-study-item:hover{opacity:.75}.header_block .main-navigation .mega-case-study-item:hover img{transform:scale(1.05)}.header_block .main-navigation .mega-left .product-item{background-color:#fff;align-items:center;gap:2rem;margin-bottom:1.5rem;padding:1rem;display:flex}.header_block .main-navigation .mega-left .product-item img{object-fit:cover;width:100%;max-width:13rem;max-height:7.3rem;transition:all .7s}.header_block .main-navigation .mega-left .product-item .content-wrap{flex-direction:column;max-width:50%;display:flex}.header_block .main-navigation .mega-left .product-item .left-head{color:#f75506;margin-bottom:.5rem;font-size:2.1rem;font-weight:600;line-height:3.4rem;transition:transform .3s}.header_block .main-navigation .mega-left .product-item .left-desc{color:#6b7280;font-size:1.3rem;font-weight:400;line-height:1.8rem}.header_block .main-navigation .mega-left .product-link-wrap{width:100%;text-decoration:none;transition:all .7s}.header_block .main-navigation .mega-left .product-link-wrap .product-item{transition:box-shadow .35s}.header_block .main-navigation .mega-left .product-link-wrap:after{display:none}.header_block .main-navigation .mega-left .product-link-wrap:hover{transition:all .7s}.header_block .main-navigation .mega-left .product-link-wrap:hover .product-item{box-shadow:0 8px 15px #dee4e9}.header_block .main-navigation .mega-left .product-link-wrap:hover img{transition:all .7s;transform:scale(1.05)}.header_block .main-navigation .mega-left .product-link-wrap:hover .left-head{transform:translate(4px)}.header_block .main-navigation .mega-links{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.header_block .main-navigation .mega-links .center-right,.header_block .main-navigation .mega-links .center-left{flex-direction:column;gap:2rem;display:flex}.header_block .main-navigation .mega-links .link-col{flex-direction:column;display:flex}.header_block .main-navigation .mega-links .link-top-head{color:#525966;text-transform:uppercase;letter-spacing:normal;margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:3.4rem}.header_block .main-navigation .mega-links .link-top-head:after{display:none}.header_block .main-navigation .mega-links ul{padding:0;list-style:none}.header_block .main-navigation .mega-links li{margin-bottom:.8rem;transition:transform .3s}.header_block .main-navigation .mega-links li a{color:#6b7280;font-size:1.6rem;font-weight:400;line-height:3.4rem;transition:color .3s}.header_block .main-navigation .mega-links li a:visited,.header_block .main-navigation .mega-links li a:focus{color:#6b7280}.header_block .main-navigation .mega-links li a:hover,.header_block .main-navigation .mega-links li a:focus-visible,.header_block .main-navigation .mega-links li a:active{text-decoration:none}.header_block .main-navigation .mega-links li a:after{display:none}.header_block .main-navigation .mega-links li:hover{opacity:.5;transform:translate(4px)}.header_block .main-navigation .mega-links a.link-top-head{transition:transform .3s}.header_block .main-navigation .mega-links a.link-top-head:hover{opacity:.5;transform:translate(4px)}.header_block .main-navigation .mega-right{height:36.8rem;transition:all .7s;position:relative;overflow:hidden}.header_block .main-navigation .mega-right img{object-fit:cover;width:100%;height:100%;transition:all .7s}.header_block .main-navigation .mega-right .quote-btn-blk{width:100%;padding:0 3rem;position:absolute;bottom:3rem}.header_block .main-navigation .mega-right .quote-btn-blk .primary-filled-btn{width:100%}.header_block .main-navigation .mega-right .quote-btn-blk .primary-filled-btn span{justify-content:center;width:100%}.header_block .main-navigation .mega-right:hover{transition:all .7s}.header_block .main-navigation .mega-right:hover img{transition:all .7s;transform:scale(1.05)}.header_block .main-navigation .hdr_menu{flex-direction:row}.header_block .common-btn-blk.visit-btn-blk{display:flex}.header_block .mobile-menu-toggle{display:none}.header_block .header-btn-blk{display:flex}.header_block .desktop-nav{align-self:stretch;align-items:stretch;display:flex}.header_block .mobile-navigation,.header_block .mobile-nav-overlay{display:none}.header_block .main-navigation li a,.header_block .main-navigation li .nav-label{color:#1e1d24;cursor:pointer;font-size:1.6rem}.header_block .main-navigation li a:after,.header_block .main-navigation li .nav-label:after{background:#f75506}}@media screen and (min-width:1180px){.header_block .main-navigation .hdr_menu{gap:3rem}}@media screen and (min-width:1350px){.header_block .header_container{padding:0 6rem}.header_block .main-navigation .mega-menu{padding:4.6rem 6rem}.header_block .main-navigation .mega-left .product-item{gap:3rem}.header_block .main-navigation .mega-left .product-item img{max-width:16rem;max-height:9rem}.header_block .main-navigation .mega-left .content-wrap{max-width:45%}.header_block .main-navigation .mega-container{grid-template-columns:1fr 1.2fr .8fr;gap:4rem}.header_block .main-navigation .mega-container--industries{grid-template-columns:1.05fr 1.35fr .55fr;gap:4rem}}@media screen and (min-width:1380px){.header_block .main-navigation .mega-left .product-item{gap:3.3rem}.header_block .main-navigation .mega-left .product-item img{max-width:16.2rem;max-height:9.3rem}.header_block .main-navigation .mega-left .content-wrap{max-width:40%}.header_block .main-navigation .mega-container,.header_block .main-navigation .mega-container--industries{grid-template-columns:1fr 1.2fr .7fr;gap:5rem}}@media screen and (min-width:1600px){.header_block .main-navigation .mega-container{gap:8rem}}html.no-scroll,body.no-scroll{overscroll-behavior:none;overflow:hidden}.header_block.menu-open .mobile-navigation,.header_block.menu-open .mobile-nav-view{touch-action:pan-y;-webkit-overflow-scrolling:touch}@keyframes stickyFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.footer{background-color:#f0f5f9;padding:8rem 0 45rem;position:relative;overflow:hidden}@media screen and (min-width:380px){.footer{padding-bottom:50rem}}@media screen and (min-width:420px){.footer{padding-bottom:55rem}}@media screen and (min-width:450px){.footer{padding-bottom:58rem}}@media screen and (min-width:480px){.footer{padding-bottom:67rem}}@media screen and (min-width:560px){.footer{padding-bottom:75rem}}@media screen and (min-width:600px){.footer{padding-bottom:84rem}}@media screen and (min-width:680px){.footer{padding-bottom:14rem}}@media (min-width:991px){.footer{padding:14rem 0}}.footer .container{z-index:2;padding-bottom:6rem;position:relative}@media screen and (min-width:680px){.footer .container{padding-bottom:20rem}}@media screen and (min-width:1200px){.footer .container{padding-bottom:6rem}}.footer .footer-top{flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:6rem;display:flex}@media (min-width:560px){.footer .footer-top{grid-template-columns:repeat(3,auto);gap:2rem;margin-bottom:7rem;display:grid}}@media (min-width:769px){.footer .footer-top{grid-template-columns:repeat(3,auto);margin-bottom:9.5rem}}@media (min-width:991px){.footer .footer-top{grid-template-columns:repeat(4,auto)}}@media (min-width:1300px){.footer .footer-top{grid-template-columns:repeat(5,auto)}}@media (min-width:769px){.footer .footer-top--single-col{margin-bottom:5rem}}.footer .footer-col{flex-direction:column;gap:2.5rem;display:flex}.footer .footer-col:last-child{width:39%}@media screen and (min-width:560px){.footer .footer-col:last-child{width:auto}}.footer .footer-item{flex-direction:column;display:flex}.footer .footer-item .footer-title+.footer-title{margin-top:0}.footer .footer-title{letter-spacing:normal;color:#525966;text-transform:uppercase;margin-bottom:.6rem;font-size:1.5rem;font-weight:700;line-height:2.9rem;text-decoration:none}@media screen and (min-width:560px){.footer .footer-title{font-size:1.5rem;line-height:2.6rem}}@media screen and (min-width:991px){.footer .footer-title{font-size:1.6rem;line-height:3.4rem}}.footer a.footer-title{transition:transform .3s}.footer a.footer-title:hover,.footer a.footer-title:focus-visible,.footer a.footer-title:active{opacity:.5;text-decoration:none;transform:translate(4px)}.footer .footer-item:last-child .footer-submenu{margin-bottom:0}.footer .footer-submenu{margin:0 0 1.5rem;padding:0;list-style:none}.footer .footer-submenu:last-child{margin-bottom:0}.footer .footer-submenu li{margin-bottom:.4rem;transition:transform .3s}.footer .footer-submenu li:hover,.footer .footer-submenu li:focus-visible,.footer .footer-submenu li:active{opacity:.5;text-decoration:none;transform:translate(4px)}.footer .footer-submenu a{color:#6b7280;letter-spacing:-.05em;font-size:1.5rem;line-height:2.9rem;text-decoration:none;transition:transform .3s}@media screen and (min-width:580px){.footer .footer-submenu a{font-size:1.5rem;line-height:2.6rem}}@media screen and (min-width:991px){.footer .footer-submenu a{font-size:1.6rem;line-height:3.4rem}}.footer .footer-submenu a:visited,.footer .footer-submenu a:focus{color:#6b7280}.footer .footer-submenu a:hover,.footer .footer-submenu a:focus-visible,.footer .footer-submenu a:active{text-decoration:none}.footer .footer-middle{margin-bottom:4.5rem}@media screen and (min-width:680px){.footer .footer-middle{margin-bottom:7.7rem}}.footer .footer-middle .newsletter p{margin-bottom:.5rem;font-size:1.6rem;line-height:3.4rem}.footer .footer-middle .newsletter__error{color:#c0392b;max-width:43.8rem;margin:.8rem 0 0;font-size:1.4rem;line-height:1.4}.footer .footer-middle .newsletter .input-group{cursor:pointer;border:1px solid #6b7280;outline:none;justify-content:space-between;max-width:43.8rem;min-height:4.6rem;transition:all .7s;display:flex;position:relative}.footer .footer-middle .newsletter .input-group:focus-visible,.footer .footer-middle .newsletter .input-group:hover{border:1px solid #525966}.footer .footer-middle .newsletter .input-group input{color:#525966;width:100%;box-shadow:none;background:0 0;border:thin;border-right:thin solid #6b7280;border-radius:0;padding:1.1rem 1.8rem 1.1rem 4rem;font-size:1.4rem;outline:none!important}.footer .footer-middle .newsletter .input-group input::placeholder{color:#525966;font-size:1.4rem;font-weight:400}.footer .footer-middle .newsletter .input-group input:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#525966!important}.footer .footer-middle .newsletter .input-group input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#525966!important}.footer .footer-middle .newsletter .input-group input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#525966!important}.footer .footer-middle .newsletter .input-group input:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#525966!important}@media screen and (min-width:991px){.footer .footer-middle .newsletter .input-group input{padding:1.4rem 1.8rem 1.4rem 5.3rem;font-size:1.7rem}.footer .footer-middle .newsletter .input-group input::placeholder{font-size:1.7rem}}.footer .footer-middle .newsletter .input-group button{color:#fff;box-shadow:none;cursor:pointer;background:#f75506;border:none;padding:1.5rem 2rem;font-size:1.6rem;font-weight:600;transition:all .7s;outline:none!important}.footer .footer-middle .newsletter .input-group button:visited,.footer .footer-middle .newsletter .input-group button:focus-visible,.footer .footer-middle .newsletter .input-group button:focus{color:#fff}.footer .footer-middle .newsletter .input-group button:hover,.footer .footer-middle .newsletter .input-group button:active{color:#fff;background:#373636;transition:all .7s}.footer .footer-middle .newsletter .input-group button:hover:visited,.footer .footer-middle .newsletter .input-group button:hover:focus-visible .footer .footer-middle .newsletter .input-group button:hover:focus,.footer .footer-middle .newsletter .input-group button:active:visited,.footer .footer-middle .newsletter .input-group button:hover:focus-visible .footer .footer-middle .newsletter .input-group button:active:focus,.footer .footer-middle .newsletter .input-group button:active:focus-visible .footer .footer-middle .newsletter .input-group button:hover:focus,.footer .footer-middle .newsletter .input-group button:active:focus-visible .footer .footer-middle .newsletter .input-group button:active:focus{color:#fff}.footer .footer-middle .newsletter .input-group:before{content:"";background:url(/images/mail.svg) 50%/contain no-repeat;width:18px;height:18px;position:absolute;top:50%;left:1.5rem;transform:translateY(-50%)}@media screen and (min-width:991px){.footer .footer-middle .newsletter .input-group:before{width:24px;height:24px}.footer .footer-middle .newsletter .input-group{min-height:5.4rem}}.footer .footer-awrd-logo{flex-direction:column;align-items:flex-start;gap:2.4rem;width:100%;padding:0;display:flex}@media screen and (min-width:991px){.footer .footer-awrd-logo{gap:3.2rem}}.footer .footer-awrd-logo__strip{flex-wrap:wrap;align-items:center;gap:2.5rem;width:100%;display:flex}@media screen and (min-width:370px){.footer .footer-awrd-logo__strip{flex-wrap:nowrap}}@media screen and (min-width:991px){.footer .footer-awrd-logo__strip{gap:5rem}}@media screen and (min-width:1300px){.footer .footer-awrd-logo__strip{gap:5.4rem}}.footer .footer-awrd-logo>.newsletter{width:100%;min-width:0;max-width:43.8rem}.footer .footer-awrd-logo .image-block{justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex}@media screen and (min-width:370px){.footer .footer-awrd-logo .image-block{width:auto}}@media screen and (min-width:680px){.footer .footer-awrd-logo .image-block{gap:2rem;width:auto}}.footer .footer-awrd-logo .image-block .left{width:4.9rem;height:5.5rem}.footer .footer-awrd-logo .image-block .left img{object-fit:cover;width:100%;height:100%;max-height:4.9rem}.footer .footer-awrd-logo .image-block .right{flex-direction:column;gap:.5rem;display:flex}.footer .footer-awrd-logo .image-block .id-text{color:#525966;font-size:1.5rem;font-weight:400}@media screen and (min-width:680px){.footer .footer-awrd-logo .image-block .id-text{font-size:1.6rem}}.footer .footer-awrd-logo .awrd-logo{width:4.8rem;height:6.2rem}@media screen and (min-width:680px){.footer .footer-awrd-logo .awrd-logo{width:5.9rem;height:7.8rem}}.footer .footer-awrd-logo .awrd-logo img{object-fit:contain;width:100%;max-width:4.8rem;height:auto;max-height:6.2rem}@media screen and (min-width:680px){.footer .footer-awrd-logo .awrd-logo img{max-width:5.9rem;max-height:7.8rem}}.footer .footer-bottom .logo{max-width:fit-content;margin:0 auto 1.4rem}@media screen and (min-width:580px){.footer .footer-bottom .logo{margin:0 0 2.5rem}}@media screen and (min-width:780px){.footer .footer-bottom .logo{max-width:35rem;margin:0 0 2.5rem}}@media screen and (min-width:1200px){.footer .footer-bottom .logo{max-width:43.6rem;margin:0}}.footer .footer-bottom .logo a{text-decoration:none;display:block}.footer .footer-bottom .logo a:visited,.footer .footer-bottom .logo a:focus{color:#6b7280}.footer .footer-bottom .logo a:hover,.footer .footer-bottom .logo a:focus-visible,.footer .footer-bottom .logo a:active{text-decoration:none}.footer .footer-bottom .logo img{object-fit:contain;width:100%;height:auto;max-height:3.7rem}@media screen and (min-width:680px){.footer .footer-bottom .logo img{max-height:6.8rem}}.footer .footer-bottom .social{margin-top:1rem}.footer .footer-bottom .social a{margin:0 .5rem}.footer .footer-bottom .btm-wrap{flex-direction:column;align-items:center;gap:.1rem;margin-bottom:1.6rem;display:flex}@media screen and (min-width:580px){.footer .footer-bottom .btm-wrap{flex-flow:wrap;gap:1.2rem;max-width:90%;margin-top:2.5rem;margin-bottom:2rem}}@media screen and (min-width:680px){.footer .footer-bottom .btm-wrap{flex-flow:wrap;gap:1.2rem;max-width:60%;margin-top:2.5rem;margin-bottom:2rem}}@media screen and (min-width:1200px){.footer .footer-bottom .btm-wrap{max-width:100%}}.footer .footer-bottom .btm-wrap .copyright{letter-spacing:-.05em;color:#6b7280;text-align:center;margin-bottom:0;font-size:1.6rem;line-height:3.4rem}@media screen and (min-width:480px){.footer .footer-bottom .btm-wrap .copyright{line-height:3rem}}@media screen and (min-width:580px){.footer .footer-bottom .btm-wrap .copyright{text-align:left;line-height:3.4rem}}@media screen and (min-width:768px){.footer .footer-bottom .btm-wrap .copyright{text-align:left;line-height:3.4rem}}.footer .footer-bottom .btm-wrap a{letter-spacing:-.05em;color:#6b7280;font-size:1.6rem;line-height:3.4rem;text-decoration:none}.footer .footer-bottom .btm-wrap a:visited,.footer .footer-bottom .btm-wrap a:focus{color:#6b7280}.footer .footer-bottom .btm-wrap a:hover,.footer .footer-bottom .btm-wrap a:focus-visible,.footer .footer-bottom .btm-wrap a:active{text-decoration:none}.footer .footer-bottom .btm-wrap .footer-privacymenu{gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.footer .footer-bottom .btm-wrap .footer-privacymenu li{letter-spacing:-.05em;margin-bottom:0;transition:all .7s;position:relative}.footer .footer-bottom .btm-wrap .footer-privacymenu li:hover,.footer .footer-bottom .btm-wrap .footer-privacymenu li:focus-visible,.footer .footer-bottom .btm-wrap .footer-privacymenu li:active{opacity:.5;text-decoration:none}.footer .footer-bottom .btm-wrap .footer-privacymenu li:first-child:before{display:none}.footer .footer-bottom .btm-wrap .footer-privacymenu li:before{content:"";background-color:#6b7280;width:.09rem;height:1.4rem;position:absolute;top:50%;left:-.75rem;transform:translateY(-50%)}.footer .footer-bottom .btm-wrap .siteby{color:#6b728080;letter-spacing:-.05em;text-decoration:none;transition:all .7s}.footer .footer-bottom .btm-wrap .siteby:visited,.footer .footer-bottom .btm-wrap .siteby:focus{color:#6b728080}.footer .footer-bottom .btm-wrap .siteby:hover,.footer .footer-bottom .btm-wrap .siteby:focus-visible,.footer .footer-bottom .btm-wrap .siteby:active{color:#6b7280;text-decoration:none;transition:all .7s}.footer .footer-visual{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.footer .footer-bg{z-index:1;transform-origin:bottom;background-image:url(/images/footer-bg1.png);background-position:bottom;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}@media screen and (min-width:680px){.footer .footer-bg{background-image:url(/images/footer-bg1.jpg);background-position:bottom;background-repeat:no-repeat;background-size:cover}}.footer .footer-bg__figure{z-index:2;transform-origin:bottom;background:url(/images/footer-person1.png) bottom/contain no-repeat;width:100%;height:100%;margin-left:auto;position:absolute;bottom:0;left:0;right:0}@media screen and (min-width:680px){.footer .footer-bg__figure{z-index:1;background:url(/images/footer-person.png) 100% 100%/contain no-repeat;width:600px;height:728px;position:absolute;bottom:0;right:0}}@media screen and (min-width:769px){.footer .footer-bg__figure{width:700px}}@media screen and (min-width:991px){.footer .footer-bg__figure{width:800px}}@media screen and (min-width:1280px){.footer .footer-bg__figure{width:1030px}}
.social-links{justify-content:center;gap:10px;display:flex}@media screen and (min-width:580px){.social-links{justify-content:flex-start}}.social-links a{background:#373636;border-radius:50%;justify-content:center;align-items:center;width:3.2rem;height:3.2rem;transition:all .3s;display:flex}.social-links a img{object-fit:contain;fill:#fff;max-width:16px;max-height:16px;transition:all .3s}.social-links a:hover{background:#f75506}.social-links a:hover svg{fill:#fff}
:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.axl-toast-container{--toastify-toast-width:min(42rem, calc(100vw - 3.2rem));--toastify-toast-min-height:auto;--toastify-font-family:var(--font-primary);z-index:100050;pointer-events:none;padding:1.6rem}.axl-toast-container .axl-toast{pointer-events:auto;font-family:var(--font-primary);color:#fff;min-height:unset;background:#1e1d24;border:1px solid #03030314;border-radius:.4rem;margin-bottom:1rem;padding:1.4rem 1.6rem 1.4rem 1.8rem;font-size:1.4rem;line-height:1.5;box-shadow:0 1.2rem 3.2rem #0303031f}.axl-toast-container .axl-toast.Toastify__toast--error{color:#fff;background:#1e1d24;border-left:.4rem solid #f75506}.axl-toast-container .axl-toast.Toastify__toast--success{color:#fff;background:#1e1d24;border-left:.4rem solid #2e9b5f}.axl-toast-container .axl-toast.Toastify__toast--info{color:#fff;background:#1e1d24;border-left:.4rem solid silver}.axl-toast-container .axl-toast-body{font-size:inherit;line-height:inherit;color:inherit;margin:0;padding:0}.axl-toast-container .axl-toast-progress{background:#ffffff40;height:.3rem}.axl-toast-container .axl-toast-progress.Toastify__progress-bar--error{background:#f75506}.axl-toast-container .axl-toast-progress.Toastify__progress-bar--success{background:#2e9b5f}.axl-toast-container .axl-toast-progress.Toastify__progress-bar--info{background:silver}.axl-toast-container .axl-toast-close{color:#ffffffbf;cursor:pointer;background:0 0;border:0;flex-shrink:0;align-self:flex-start;margin-left:1.2rem;padding:0;font-size:2rem;line-height:1}.axl-toast-container .axl-toast-close:hover{color:#fff}@media (max-width:768px){.axl-toast-container{width:100%;padding:1.2rem;left:0;right:0}.axl-toast-container .axl-toast{font-size:1.3rem}}
