:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-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--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{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;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:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.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{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.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:translateX(-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:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.rc-slider{border-radius:6px;height:14px;padding:5px 0;position:relative;touch-action:none;width:100%}.rc-slider,.rc-slider *{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}.rc-slider-rail{background-color:#e9e9e9;border-radius:6px;height:4px;position:absolute;width:100%}.rc-slider-track,.rc-slider-tracks{background-color:#abe2fb;border-radius:6px;height:4px;position:absolute}.rc-slider-track-draggable{background-clip:content-box;border-bottom:5px solid transparent;border-top:5px solid transparent;box-sizing:content-box;transform:translateY(-5px);z-index:1}.rc-slider-handle{background-color:#fff;border:2px solid #96dbfa;border-radius:50%;cursor:pointer;cursor:grab;height:14px;margin-top:-5px;opacity:.8;position:absolute;touch-action:pan-x;width:14px;z-index:1}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{box-shadow:none;outline:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:grabbing}.rc-slider-mark{font-size:12px;left:0;position:absolute;top:18px;width:100%}.rc-slider-mark-text{color:#999;cursor:pointer;display:inline-block;position:absolute;text-align:center;vertical-align:middle}.rc-slider-mark-text-active{color:#666}.rc-slider-step{background:transparent;height:4px;position:absolute;width:100%}.rc-slider-dot{background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;bottom:-2px;cursor:pointer;height:8px;position:absolute;vertical-align:middle;width:8px}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-handle{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-mark-text{cursor:not-allowed!important}.rc-slider-vertical{height:100%;padding:0 5px;width:14px}.rc-slider-vertical .rc-slider-rail{height:100%;width:4px}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-bottom:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:0;transform:translateX(-5px)}.rc-slider-vertical .rc-slider-handle{margin-left:-5px;margin-top:0;position:absolute;touch-action:pan-y;z-index:1}.rc-slider-vertical .rc-slider-mark{height:100%;left:18px;top:0}.rc-slider-vertical .rc-slider-step{height:100%;width:4px}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-leave{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;display:block!important}.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter{animation-timing-function:cubic-bezier(.23,1,.32,1);transform:scale(0)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;transform:scale(0);transform-origin:50% 100%}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{opacity:0;transform:scale(0);transform-origin:50% 100%}}.rc-slider-tooltip{left:-9999px;position:absolute;top:-9999px;visibility:visible}.rc-slider-tooltip,.rc-slider-tooltip *{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9;color:#fff;font-size:12px;height:24px;line-height:1;min-width:24px;padding:6px 2px;text-align:center;text-decoration:none}.rc-slider-tooltip-arrow{border-color:transparent;border-style:solid;height:0;position:absolute;width:0}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{border-top-color:#6c6c6c;border-width:4px 4px 0;bottom:4px;left:50%;margin-left:-4px}.CircularProgressbar{vertical-align:middle;width:100%}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;dominant-baseline:middle;text-anchor:middle;font-size:20px}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}
/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.\!container{width:100%!important}.container{width:100%}@media (min-width:380px){.\!container{max-width:380px!important}.container{max-width:380px}}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.app-container-main{margin-left:auto;margin-right:auto;max-width:1800px;padding-left:1.5rem;padding-right:1.5rem}@media (min-width:640px){.app-container-main{padding-left:.75rem;padding-right:.75rem}}@media (min-width:768px){.app-container-main{padding-left:1rem;padding-right:1rem}}@media (min-width:1024px){.app-container-main{padding-left:1.25rem;padding-right:1.25rem}}@media (min-width:1280px){.app-container-main{padding-left:4rem;padding-right:4rem}}.app-container{margin-left:auto;margin-right:auto;max-width:1280px;padding-left:1.5rem;padding-right:1.5rem}@media (min-width:640px){.app-container{padding-left:.75rem;padding-right:.75rem}}@media (min-width:768px){.app-container{padding-left:1rem;padding-right:1rem}}@media (min-width:1024px){.app-container{padding-left:1.25rem;padding-right:1.25rem}}@media (min-width:1280px){.app-container{padding-left:4rem;padding-right:4rem}}.app-container-wellCome{margin-left:auto;margin-right:auto;max-width:1280px;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.app-container-wellCome{padding-left:.75rem;padding-right:.75rem}}@media (min-width:768px){.app-container-wellCome{padding-left:1rem;padding-right:1rem}}@media (min-width:1024px){.app-container-wellCome{padding-left:1.25rem;padding-right:1.25rem}}@media (min-width:1280px){.app-container-wellCome{padding-left:1.5rem;padding-right:1.5rem}}.app-container-fluid{max-width:100%;padding-left:.5rem;padding-right:.5rem}@media (min-width:640px){.app-container-fluid{padding-left:.75rem;padding-right:.75rem}}@media (min-width:768px){.app-container-fluid{padding-left:1rem;padding-right:1rem}}@media (min-width:1024px){.app-container-fluid{padding-left:1.25rem;padding-right:1.25rem}}@media (min-width:1280px){.app-container-fluid{padding-left:1.5rem;padding-right:1.5rem}}.app-container-max{margin-left:auto;margin-right:auto;max-width:1280px}@media (min-width:640px){.app-container-max{padding-left:.75rem;padding-right:.75rem}}@media (min-width:768px){.app-container-max{padding-left:1rem;padding-right:1rem}}@media (min-width:1024px){.app-container-max{padding-left:1.25rem;padding-right:1.25rem}}@media (min-width:1280px){.app-container-max{padding-left:1.5rem;padding-right:1.5rem}}.app-container-small{margin-left:auto;margin-right:auto;max-width:1024px;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.app-container-small{padding-left:.75rem;padding-right:.75rem}}@media (min-width:768px){.app-container-small{padding-left:1rem;padding-right:1rem}}@media (min-width:1024px){.app-container-small{padding-left:1.25rem;padding-right:1.25rem}}@media (min-width:1280px){.app-container-small{padding-left:1.5rem;padding-right:1.5rem}}.btn{font-weight:500;padding:.5rem 1rem}.btn:disabled{opacity:.7}.btn{box-shadow:0 1px 3px 1px #939393}.btn-child-primary-light{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(44 62 80/var(--tw-bg-opacity));border-color:rgb(44 62 80/var(--tw-border-opacity));border-width:4px;color:rgb(55 65 81/var(--tw-text-opacity))}.btn-child-primary-dark{background-color:rgb(30 143 255/var(--tw-bg-opacity));border-color:rgb(30 143 255/var(--tw-border-opacity));border-width:4px}.btn-child-primary,.btn-child-primary-dark{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-child-primary{background-color:rgb(44 62 80/var(--tw-bg-opacity));border-color:rgb(44 62 80/var(--tw-border-opacity));border-width:4px}.btn-child-blue{background-color:rgb(30 143 255/var(--tw-bg-opacity));border-color:rgb(30 143 255/var(--tw-border-opacity));border-width:4px}.btn-child-blue,.btn-child-purple{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.btn-child-purple{background-color:rgb(153 190 227/var(--tw-bg-opacity));border-color:rgb(153 190 227/var(--tw-border-opacity));border-width:4px}.btn-child-info{background-color:rgb(44 62 80/var(--tw-bg-opacity));border-color:rgb(44 62 80/var(--tw-border-opacity));border-width:4px}.btn-child-info,.btn-child-yellow{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.btn-child-yellow{background-color:rgb(231 177 18/var(--tw-bg-opacity));border-color:rgb(231 177 18/var(--tw-border-opacity));border-width:4px}.btn-child-orange{background-color:rgb(253 126 20/var(--tw-bg-opacity));border-color:rgb(253 126 20/var(--tw-border-opacity));border-width:4px}.btn-child-green,.btn-child-orange{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.btn-child-green,.btn-child-pink{background-color:rgb(237 34 36/var(--tw-bg-opacity));border-color:rgb(237 34 36/var(--tw-border-opacity));border-width:4px}.btn-child-gray-low,.btn-child-pink{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.btn-child-gray-low{background-color:rgb(213 219 219/var(--tw-bg-opacity));border-color:rgb(213 219 219/var(--tw-border-opacity));border-width:4px}.btn-child-gray-mid{background-color:rgb(108 122 137/var(--tw-bg-opacity));border-color:rgb(108 122 137/var(--tw-border-opacity));border-width:4px}.btn-child-gray-high,.btn-child-gray-mid{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.btn-child-gray-high{background-color:rgb(149 165 166/var(--tw-bg-opacity));border-color:rgb(149 165 166/var(--tw-border-opacity));border-width:4px}.btn-child-orange-low{background-color:rgb(250 218 94/var(--tw-bg-opacity));border-color:rgb(250 218 94/var(--tw-border-opacity));border-width:4px}.btn-child-orange-high,.btn-child-orange-low{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.btn-child-orange-high{background-color:rgb(251 192 45/var(--tw-bg-opacity));border-color:rgb(251 192 45/var(--tw-border-opacity));border-width:4px}.btn-child-green-low{background-color:rgb(162 217 160/var(--tw-bg-opacity));border-color:rgb(162 217 160/var(--tw-border-opacity));border-width:4px}.btn-child-green-high,.btn-child-green-low{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.btn-child-green-high{background-color:rgb(39 174 96/var(--tw-bg-opacity));border-color:rgb(39 174 96/var(--tw-border-opacity));border-width:4px}.btn-adult-primary-light{background-color:rgb(44 62 80/var(--tw-bg-opacity));border-color:rgb(44 62 80/var(--tw-border-opacity));border-width:4px;color:rgb(55 65 81/var(--tw-text-opacity))}.btn-adult-primary-dark,.btn-adult-primary-light{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1}.btn-adult-primary-dark{background-color:rgb(30 143 255/var(--tw-bg-opacity));border-color:rgb(30 143 255/var(--tw-border-opacity))}.btn-adult-primary,.btn-adult-primary-dark{border-width:4px;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-adult-primary{background-color:rgb(44 62 80/var(--tw-bg-opacity));border-color:rgb(44 62 80/var(--tw-border-opacity))}.btn-adult-blue,.btn-adult-primary{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1}.btn-adult-blue{background-color:rgb(30 143 255/var(--tw-bg-opacity));border-color:rgb(30 143 255/var(--tw-border-opacity));border-width:4px;color:rgb(55 65 81/var(--tw-text-opacity))}.btn-adult-purple{background-color:rgb(153 190 227/var(--tw-bg-opacity));border-color:rgb(153 190 227/var(--tw-border-opacity));border-width:4px}.btn-adult-info,.btn-adult-purple{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.btn-adult-info{background-color:rgb(44 62 80/var(--tw-bg-opacity));border-color:rgb(44 62 80/var(--tw-border-opacity));border-width:4px}.btn-adult-yellow{background-color:rgb(230 255 6/var(--tw-bg-opacity));border-color:rgb(230 255 6/var(--tw-border-opacity));border-width:4px}.btn-adult-orange,.btn-adult-yellow{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.btn-adult-orange{background-color:rgb(253 126 20/var(--tw-bg-opacity));border-color:rgb(253 126 20/var(--tw-border-opacity));border-width:4px}.btn-adult-green{background-color:rgb(237 34 36/var(--tw-bg-opacity));border-color:rgb(237 34 36/var(--tw-border-opacity));border-width:4px}.btn-adult-gray-low,.btn-adult-green{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.btn-adult-gray-low{background-color:rgb(213 219 219/var(--tw-bg-opacity));border-color:rgb(213 219 219/var(--tw-border-opacity));border-width:4px}.btn-adult-gray-mid{background-color:rgb(108 122 137/var(--tw-bg-opacity));border-color:rgb(108 122 137/var(--tw-border-opacity));border-width:4px}.btn-adult-gray-high,.btn-adult-gray-mid{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.btn-adult-gray-high{background-color:rgb(149 165 166/var(--tw-bg-opacity));border-color:rgb(149 165 166/var(--tw-border-opacity));border-width:4px}.btn-adult-orange-low{background-color:rgb(250 218 94/var(--tw-bg-opacity));border-color:rgb(250 218 94/var(--tw-border-opacity));border-width:4px}.btn-adult-orange-high,.btn-adult-orange-low{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.btn-adult-orange-high{background-color:rgb(251 192 45/var(--tw-bg-opacity));border-color:rgb(251 192 45/var(--tw-border-opacity));border-width:4px}.btn-adult-green-low{background-color:rgb(162 217 160/var(--tw-bg-opacity));border-color:rgb(162 217 160/var(--tw-border-opacity));border-width:4px}.btn-adult-green-high,.btn-adult-green-low{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.btn-adult-green-high{background-color:rgb(39 174 96/var(--tw-bg-opacity));border-color:rgb(39 174 96/var(--tw-border-opacity));border-width:4px}.btn-shadow{box-shadow:0 1px 4px 1px #454545}.btn-vxs{border-width:1px;font-size:.5rem}.btn-xxs{border-width:1px;font-size:.65rem}.btn-xs{font-size:.75rem;line-height:1rem}.btn-sm{font-size:.875rem;line-height:1.25rem}.btn-lg{font-size:1.125rem;line-height:1.75rem}.character-editor__content{max-height:450px}.character-editor__content svg{margin:auto;max-height:100%}@media(min-width:640px){.character-editor__content svg{max-height:inherit}}.character-editor__categories .swiper-button-prev{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(55 65 81/var(--tw-border-opacity));border-radius:9999px;border-width:2px;height:2.5rem;margin:0;top:calc(50% - 17px);width:2.5rem}.character-editor__categories .swiper-button-prev:after{color:rgb(55 65 81/var(--tw-border-opacity));font-size:1.2rem}.character-editor__categories .swiper-button-next{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(55 65 81/var(--tw-border-opacity));border-radius:9999px;border-width:2px;height:2.5rem;margin:0;top:calc(50% - 17px);width:2.5rem}.character-editor__categories .swiper-button-next:after{color:rgb(55 65 81/var(--tw-border-opacity));font-size:1.2rem}.character-editor__attributes .swiper-button-prev{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to);--tw-gradient-to:#fff var(--tw-gradient-to-position);background-image:linear-gradient(to right,var(--tw-gradient-stops));box-shadow:-3px 0 5px rgba(0,0,0,.25);height:100%;margin:0;padding-left:1.5rem;padding-right:1.5rem;right:0;top:0}.character-editor__attributes .swiper-button-prev:after{color:rgb(55 65 81/var(--tw-border-opacity));font-size:2rem}.character-editor__attributes .swiper-button-next{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to);--tw-gradient-to:#fff var(--tw-gradient-to-position);background-image:linear-gradient(to left,var(--tw-gradient-stops));box-shadow:3px 0 5px rgba(0,0,0,.25);height:100%;left:0;margin:0;padding-left:1.5rem;padding-right:1.5rem;top:0}.character-editor__attributes .swiper-button-next:after{color:rgb(55 65 81/var(--tw-border-opacity));font-size:2rem}.field-title{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity));display:block;font-weight:500;margin-bottom:.25rem}.text-field{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(209 213 219/var(--tw-border-opacity));border-radius:.75rem;border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px;padding:.75rem 1rem}.text-field::-moz-placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-field::placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-field:disabled{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.activation-field input{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(209 213 219/var(--tw-border-opacity));border-radius:.5rem;border-width:2px;color:rgb(75 85 99/var(--tw-text-opacity));font-size:1.25rem;font-weight:700;height:3rem;line-height:1.75rem;outline:2px solid transparent;outline-offset:2px;text-align:center;width:3rem}@media (min-width:640px){.activation-field input{height:3rem;width:3rem}}@media (min-width:768px){.activation-field input{font-size:1.5rem;height:3.5rem;line-height:2rem;width:3.5rem}}.activation-field.error input{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity))}option{font-weight:500}.modal{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:1rem;margin-left:auto;margin-right:auto;max-height:calc(100vh - 64px);max-width:48rem;overflow-y:auto;width:100%}.small-modal{max-height:calc(100vh - 125px)}.modal-overlay{--tw-bg-opacity:0.8;align-items:center;background-color:rgb(229 231 235/var(--tw-bg-opacity));display:flex;height:100%;inset:0;justify-content:center;position:fixed;width:100%;z-index:999999}@media (min-width:768px){.modal-overlay{padding-left:0;padding-right:0}}.pagination .active>a{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(44 62 80/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity))}.about-us{background-position:top}.about-us__family{background-color:#dad5da}.about-us .swiper-button-next:after,.about-us .swiper-button-prev:after{--tw-text-opacity:1;color:rgb(44 62 80/var(--tw-text-opacity));font-size:1.25rem;line-height:1.75rem}.about-us .swiper-pagination .swiper-pagination-bullet-active{--tw-bg-opacity:1;background-color:rgb(44 62 80/var(--tw-bg-opacity))}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.relative{position:relative}.-bottom-12{bottom:-3rem}.-bottom-40{bottom:-10rem}.-left-3{left:-.75rem}.-top-1{top:-.25rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-13{bottom:2.85rem}.bottom-2{bottom:.5rem}.left-0{left:0}.left-2{left:.5rem}.left-24{left:6rem}.left-4{left:1rem}.right-0{right:0}.right-1\/3{right:33.333333%}.right-2{right:.5rem}.right-28{right:7rem}.right-4{right:1rem}.right-\[44\%\]{right:44%}.right-full{right:100%}.top-0{top:0}.top-1{top:.25rem}.top-2{top:.5rem}.top-24{top:6rem}.top-28{top:7rem}.top-330{top:33rem}.top-4{top:1rem}.top-40{top:10rem}.top-48{top:12rem}.top-5{top:1.25rem}.top-60{top:15rem}.top-68{top:17rem}.top-80{top:20rem}.top-full{top:100%}.-z-10{z-index:-10}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-90000{z-index:9999999}.z-99990{z-index:999990}.z-99995{z-index:999995}.z-99999{z-index:999999}.order-1{order:1}.order-2{order:2}.col-span-1{grid-column:span 1/span 1}.col-span-10{grid-column:span 10/span 10}.col-span-11{grid-column:span 11/span 11}.col-span-12{grid-column:span 12/span 12}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.col-span-6{grid-column:span 6/span 6}.col-span-7{grid-column:span 7/span 7}.col-span-8{grid-column:span 8/span 8}.col-span-9{grid-column:span 9/span 9}.col-start-1{grid-column-start:1}.col-start-2{grid-column-start:2}.col-start-4{grid-column-start:4}.row-span-1{grid-row:span 1/span 1}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-auto{margin:auto}.mx-0{margin-left:0;margin-right:0}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-bottom:0;margin-top:0}.my-0\.5{margin-bottom:.125rem;margin-top:.125rem}.my-1{margin-bottom:.25rem;margin-top:.25rem}.my-1\.5{margin-bottom:.375rem;margin-top:.375rem}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-3{margin-bottom:.75rem;margin-top:.75rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-5{margin-bottom:1.25rem;margin-top:1.25rem}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.my-8{margin-bottom:2rem;margin-top:2rem}.-mb-2{margin-bottom:-.5rem}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.me-1{margin-inline-end:.25rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-8{margin-left:2rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-18{margin-right:4.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-400{margin-right:-4.45rem}.mr-5{margin-right:1.25rem}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-11{margin-top:2.75rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-18{margin-top:4.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.inline-grid{display:inline-grid}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.h-0{height:0}.h-0\.5{height:.125rem}.h-1\/6{height:16.666667%}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-190{height:190px}.h-2{height:.5rem}.h-2\.9{height:2.9rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-44{height:11rem}.h-48{height:12rem}.h-52{height:13rem}.h-60{height:15rem}.h-650{height:650px}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-96{height:24rem}.h-97{height:97%}.h-98{height:98%}.h-full{height:100%}.h-screen{height:100vh}.max-h-260{max-height:260px}.max-h-32{max-height:8rem}.max-h-350{max-height:35rem}.max-h-400{max-height:40rem}.max-h-450{max-height:450px}.max-h-520{max-height:52rem}.max-h-full{max-height:100%}.min-h-230{min-height:230px}.min-h-260{min-height:260px}.min-h-450{min-height:450px}.min-h-700{min-height:70vh}.min-h-850{min-height:85vh}.min-h-full{min-height:100%}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2\/5{width:40%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-44{width:11rem}.w-5\/6{width:83.333333%}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.min-w-0{min-width:0}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-full{max-width:100%}.max-w-screen-lg{max-width:1024px}.max-w-screen-md{max-width:768px}.flex-1{flex:1 1 0%}.basis-1\/2{flex-basis:50%}.basis-1\/4{flex-basis:25%}.basis-3\/4{flex-basis:75%}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.scale-150{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-150{--tw-scale-x:1.5;--tw-scale-y:1.5}.scale-225{--tw-scale-x:2.25;--tw-scale-y:2.25}.scale-225,.scale-370{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-370{--tw-scale-x:3.7;--tw-scale-y:3.7}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}.animate-bounce-slow{animation:bounce 2s linear 3}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.content-center{align-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-4{row-gap:1rem}.gap-y-6{row-gap:1.5rem}.justify-self-center{justify-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.scroll-smooth{scroll-behavior:smooth}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-none{border-bottom-left-radius:0;border-bottom-right-radius:0}.rounded-b-xl{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-l-full{border-bottom-left-radius:9999px;border-top-left-radius:9999px}.rounded-l-none{border-bottom-left-radius:0;border-top-left-radius:0}.rounded-l-xl{border-bottom-left-radius:.75rem;border-top-left-radius:.75rem}.rounded-r-full{border-bottom-right-radius:9999px;border-top-right-radius:9999px}.rounded-r-none{border-bottom-right-radius:0;border-top-right-radius:0}.rounded-r-xl{border-bottom-right-radius:.75rem;border-top-right-radius:.75rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-bl-none{border-bottom-left-radius:0}.border{border-width:1px}.border-0{border-width:0}.border-1{border-width:1px}.border-2{border-width:2px}.border-3{border-width:3px}.border-4{border-width:4px}.border-b,.border-b-1{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t,.border-t-1{border-top-width:1px}.border-t-2{border-top-width:2px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-none{border-style:none}.border-adult-complementary-blue{--tw-border-opacity:1;border-color:rgb(30 143 255/var(--tw-border-opacity))}.border-adult-complementary-green{--tw-border-opacity:1;border-color:rgb(237 34 36/var(--tw-border-opacity))}.border-adult-complementary-info{--tw-border-opacity:1;border-color:rgb(44 62 80/var(--tw-border-opacity))}.border-adult-complementary-orange{--tw-border-opacity:1;border-color:rgb(253 126 20/var(--tw-border-opacity))}.border-adult-complementary-pink{--tw-border-opacity:1;border-color:rgb(237 34 36/var(--tw-border-opacity))}.border-adult-complementary-purple{--tw-border-opacity:1;border-color:rgb(153 190 227/var(--tw-border-opacity))}.border-adult-complementary-yellow{--tw-border-opacity:1;border-color:rgb(230 255 6/var(--tw-border-opacity))}.border-adult-primary{--tw-border-opacity:1;border-color:rgb(44 62 80/var(--tw-border-opacity))}.border-adult-primary-dark{--tw-border-opacity:1;border-color:rgb(30 143 255/var(--tw-border-opacity))}.border-adult-primary-light{--tw-border-opacity:1;border-color:rgb(44 62 80/var(--tw-border-opacity))}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.border-blue-800{--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity))}.border-child-complementary-blue{--tw-border-opacity:1;border-color:rgb(30 143 255/var(--tw-border-opacity))}.border-child-complementary-grayLow{--tw-border-opacity:1;border-color:rgb(213 219 219/var(--tw-border-opacity))}.border-child-complementary-green{--tw-border-opacity:1;border-color:rgb(237 34 36/var(--tw-border-opacity))}.border-child-complementary-info{--tw-border-opacity:1;border-color:rgb(44 62 80/var(--tw-border-opacity))}.border-child-complementary-orange{--tw-border-opacity:1;border-color:rgb(253 126 20/var(--tw-border-opacity))}.border-child-complementary-pink{--tw-border-opacity:1;border-color:rgb(237 34 36/var(--tw-border-opacity))}.border-child-complementary-purple{--tw-border-opacity:1;border-color:rgb(153 190 227/var(--tw-border-opacity))}.border-child-complementary-yellow{--tw-border-opacity:1;border-color:rgb(231 177 18/var(--tw-border-opacity))}.border-child-primary{--tw-border-opacity:1;border-color:rgb(44 62 80/var(--tw-border-opacity))}.border-child-primary-dark{--tw-border-opacity:1;border-color:rgb(30 143 255/var(--tw-border-opacity))}.border-child-primary-light{--tw-border-opacity:1;border-color:rgb(44 62 80/var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.border-gray-50{--tw-border-opacity:1;border-color:rgb(249 250 251/var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.border-green-300{--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity))}.border-green-500{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity))}.border-green-600{--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity))}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity))}.border-r-white{--tw-border-opacity:1;border-right-color:rgb(255 255 255/var(--tw-border-opacity))}.border-opacity-50{--tw-border-opacity:0.5}.\!bg-cyan-400{--tw-bg-opacity:1!important;background-color:rgb(34 211 238/var(--tw-bg-opacity))!important}.\!bg-cyan-500{--tw-bg-opacity:1!important;background-color:rgb(6 182 212/var(--tw-bg-opacity))!important}.\!bg-emerald-400{--tw-bg-opacity:1!important;background-color:rgb(52 211 153/var(--tw-bg-opacity))!important}.\!bg-emerald-500{--tw-bg-opacity:1!important;background-color:rgb(16 185 129/var(--tw-bg-opacity))!important}.\!bg-rose-400{--tw-bg-opacity:1!important;background-color:rgb(251 113 133/var(--tw-bg-opacity))!important}.\!bg-rose-500{--tw-bg-opacity:1!important;background-color:rgb(244 63 94/var(--tw-bg-opacity))!important}.\!bg-yellow-400{--tw-bg-opacity:1!important;background-color:rgb(250 204 21/var(--tw-bg-opacity))!important}.\!bg-yellow-500{--tw-bg-opacity:1!important;background-color:rgb(234 179 8/var(--tw-bg-opacity))!important}.bg-adult-complementary-blue{--tw-bg-opacity:1;background-color:rgb(30 143 255/var(--tw-bg-opacity))}.bg-adult-complementary-green{--tw-bg-opacity:1;background-color:rgb(237 34 36/var(--tw-bg-opacity))}.bg-adult-complementary-info{--tw-bg-opacity:1;background-color:rgb(44 62 80/var(--tw-bg-opacity))}.bg-adult-complementary-orange{--tw-bg-opacity:1;background-color:rgb(253 126 20/var(--tw-bg-opacity))}.bg-adult-complementary-pink{--tw-bg-opacity:1;background-color:rgb(237 34 36/var(--tw-bg-opacity))}.bg-adult-complementary-purple{--tw-bg-opacity:1;background-color:rgb(153 190 227/var(--tw-bg-opacity))}.bg-adult-complementary-yellow{--tw-bg-opacity:1;background-color:rgb(230 255 6/var(--tw-bg-opacity))}.bg-adult-primary{--tw-bg-opacity:1;background-color:rgb(44 62 80/var(--tw-bg-opacity))}.bg-adult-primary-dark{--tw-bg-opacity:1;background-color:rgb(30 143 255/var(--tw-bg-opacity))}.bg-adult-primary-light{--tw-bg-opacity:1;background-color:rgb(44 62 80/var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-blue-200{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.bg-child-complementary-blue{--tw-bg-opacity:1;background-color:rgb(30 143 255/var(--tw-bg-opacity))}.bg-child-complementary-grayMid{--tw-bg-opacity:1;background-color:rgb(108 122 137/var(--tw-bg-opacity))}.bg-child-complementary-green{--tw-bg-opacity:1;background-color:rgb(237 34 36/var(--tw-bg-opacity))}.bg-child-complementary-greenHigh{--tw-bg-opacity:1;background-color:rgb(39 174 96/var(--tw-bg-opacity))}.bg-child-complementary-greenLow{--tw-bg-opacity:1;background-color:rgb(162 217 160/var(--tw-bg-opacity))}.bg-child-complementary-info{--tw-bg-opacity:1;background-color:rgb(44 62 80/var(--tw-bg-opacity))}.bg-child-complementary-orange{--tw-bg-opacity:1;background-color:rgb(253 126 20/var(--tw-bg-opacity))}.bg-child-complementary-orangeHigh{--tw-bg-opacity:1;background-color:rgb(251 192 45/var(--tw-bg-opacity))}.bg-child-complementary-orangeLow{--tw-bg-opacity:1;background-color:rgb(250 218 94/var(--tw-bg-opacity))}.bg-child-complementary-pink{--tw-bg-opacity:1;background-color:rgb(237 34 36/var(--tw-bg-opacity))}.bg-child-complementary-purple{--tw-bg-opacity:1;background-color:rgb(153 190 227/var(--tw-bg-opacity))}.bg-child-complementary-yellow{--tw-bg-opacity:1;background-color:rgb(231 177 18/var(--tw-bg-opacity))}.bg-child-primary{--tw-bg-opacity:1;background-color:rgb(44 62 80/var(--tw-bg-opacity))}.bg-child-primary-dark{--tw-bg-opacity:1;background-color:rgb(30 143 255/var(--tw-bg-opacity))}.bg-child-primary-light{--tw-bg-opacity:1;background-color:rgb(44 62 80/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.bg-main-box-darkRed{background-color:#bd1d1d}.bg-main-box-gray{background-color:hsla(0,0%,97%,.84)}.bg-main-box-grayLow{--tw-bg-opacity:1;background-color:rgb(238 238 238/var(--tw-bg-opacity))}.bg-main-box-grayWhite{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.bg-main-green{--tw-bg-opacity:1;background-color:rgb(42 187 145/var(--tw-bg-opacity))}.bg-main-selected{--tw-bg-opacity:1;background-color:rgb(30 143 255/var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity))}.bg-opacity-10{--tw-bg-opacity:0.1}.bg-opacity-100{--tw-bg-opacity:1}.bg-opacity-20{--tw-bg-opacity:0.2}.bg-opacity-30{--tw-bg-opacity:0.3}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-opacity-60{--tw-bg-opacity:0.6}.bg-opacity-70{--tw-bg-opacity:0.7}.bg-opacity-75{--tw-bg-opacity:0.75}.bg-opacity-80{--tw-bg-opacity:0.8}.bg-opacity-90{--tw-bg-opacity:0.9}.bg-about-us{background-image:url(/images/aboutUs/background.png)}.bg-about-us-blue-outro-adult{background-image:url(/images/aboutUs/blue-outro-adult.png)}.bg-about-us-blue-outro-child{background-image:url(/images/aboutUs/blue-outro-child.png)}.bg-about-us-family-outro{background-image:url(/images/aboutUs/family-outro.png)}.bg-about-us-intro-intro-adult{background-image:url(/images/aboutUs/intro-pattern-adult.png)}.bg-about-us-intro-intro-child{background-image:url(/images/aboutUs/intro-pattern-child.png)}.bg-about-us-intro-outro-adult{background-image:url(/images/aboutUs/outro-pattern-adult.png)}.bg-about-us-intro-outro-child{background-image:url(/images/aboutUs/outro-pattern-child.png)}.bg-about-us-main{background-image:url(/images/aboutUs/projects.png)}.bg-age-tooltip{background-image:url(/images/designBook/age-tooltip.png)}.bg-first-adult-page{background-image:url(/images/fixPage/adult-first-page.jpg)}.bg-first-child-page{background-image:url(/images/fixPage/kids-first-page.jpg)}.bg-footer-intro-adult{background-image:url(/images/homepage/footer-wave-adult.png)}.bg-footer-intro-child{background-image:url(/images/homepage/footer-wave-child.png)}.bg-goftino{background-image:url(/images/goftino.png)}.bg-intro-adult{background-image:url(/images/homepage/intro-adult.png)}.bg-intro-child{background-image:url(/images/homepage/intro-child.png)}.bg-news-bg{background-image:url(/images/homepage/news-bg.png)}.bg-news-intro{background-image:url(/images/homepage/news-intro.png)}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-bottom{background-position:bottom}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.object-contain{-o-object-fit:contain;object-fit:contain}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-bottom:0;padding-top:0}.py-0\.25{padding-bottom:.1rem;padding-top:.1rem}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-16{padding-bottom:4rem;padding-top:4rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-24{padding-bottom:6rem;padding-top:6rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-32{padding-bottom:8rem;padding-top:8rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-36{padding-bottom:9rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-14{padding-right:3.5rem}.pr-2{padding-right:.5rem}.pr-28{padding-right:7rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-4\.5{padding-right:1.2rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-28{padding-top:7rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.\!text-justify{text-align:justify!important}.text-justify{text-align:justify}.text-end{text-align:end}.align-middle{vertical-align:middle}.\!text-2xl{font-size:1.5rem!important;line-height:2rem!important}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-exs{font-size:.4rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-md{font-size:.9rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-vxs{font-size:.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.text-xxs{font-size:.65rem}.\!font-medium{font-weight:500!important}.font-black{font-weight:900}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.not-italic{font-style:normal}.\!leading-10{line-height:2.5rem!important}.\!leading-4{line-height:1rem!important}.\!leading-5{line-height:1.25rem!important}.\!leading-8{line-height:2rem!important}.\!leading-9{line-height:2.25rem!important}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-9{line-height:2.25rem}.tracking-widest{letter-spacing:.1em}.text-adult-complementary-blue{--tw-text-opacity:1;color:rgb(30 143 255/var(--tw-text-opacity))}.text-adult-complementary-green{--tw-text-opacity:1;color:rgb(237 34 36/var(--tw-text-opacity))}.text-adult-complementary-info{--tw-text-opacity:1;color:rgb(44 62 80/var(--tw-text-opacity))}.text-adult-complementary-orange{--tw-text-opacity:1;color:rgb(253 126 20/var(--tw-text-opacity))}.text-adult-complementary-pink{--tw-text-opacity:1;color:rgb(237 34 36/var(--tw-text-opacity))}.text-adult-complementary-purple{--tw-text-opacity:1;color:rgb(153 190 227/var(--tw-text-opacity))}.text-adult-complementary-yellow{--tw-text-opacity:1;color:rgb(230 255 6/var(--tw-text-opacity))}.text-adult-primary{--tw-text-opacity:1;color:rgb(44 62 80/var(--tw-text-opacity))}.text-adult-primary-dark{--tw-text-opacity:1;color:rgb(30 143 255/var(--tw-text-opacity))}.text-adult-primary-light{--tw-text-opacity:1;color:rgb(44 62 80/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.text-child-complementary-blue{--tw-text-opacity:1;color:rgb(30 143 255/var(--tw-text-opacity))}.text-child-complementary-green{--tw-text-opacity:1;color:rgb(237 34 36/var(--tw-text-opacity))}.text-child-complementary-info{--tw-text-opacity:1;color:rgb(44 62 80/var(--tw-text-opacity))}.text-child-complementary-orange{--tw-text-opacity:1;color:rgb(253 126 20/var(--tw-text-opacity))}.text-child-complementary-pink{--tw-text-opacity:1;color:rgb(237 34 36/var(--tw-text-opacity))}.text-child-complementary-purple{--tw-text-opacity:1;color:rgb(153 190 227/var(--tw-text-opacity))}.text-child-complementary-yellow{--tw-text-opacity:1;color:rgb(231 177 18/var(--tw-text-opacity))}.text-child-primary{--tw-text-opacity:1;color:rgb(44 62 80/var(--tw-text-opacity))}.text-child-primary-dark{--tw-text-opacity:1;color:rgb(30 143 255/var(--tw-text-opacity))}.text-child-primary-light{--tw-text-opacity:1;color:rgb(44 62 80/var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-gray-50{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity))}.text-main-box-darkRed{color:#bd1d1d}.text-red-200{--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-70{opacity:.7}.\!shadow-cover{--tw-shadow:0px 0px 6px 8px hsla(0,0%,39%,.12)!important;--tw-shadow-colored:0px 0px 6px 8px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-3xl{--tw-shadow:0px 2px 8px 0px rgba(0,0,0,.2);--tw-shadow-colored:0px 2px 8px 0px var(--tw-shadow-color)}.shadow-3xl,.shadow-4xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-4xl{--tw-shadow:0px -5px 5px -3px hsla(0,5%,55%,.2);--tw-shadow-colored:0px -5px 5px -3px var(--tw-shadow-color)}.shadow-5xl{--tw-shadow:0px 0px 3px 3px hsla(0,26%,93%,.2);--tw-shadow-colored:0px 0px 3px 3px var(--tw-shadow-color)}.shadow-5xl,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-question{--tw-shadow:0px 0px 8px -1px hsla(0,0%,42%,.32);--tw-shadow-colored:0px 0px 8px -1px var(--tw-shadow-color)}.shadow-question,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-gray-100{--tw-shadow-color:#f3f4f6;--tw-shadow:var(--tw-shadow-colored)}.shadow-gray-200{--tw-shadow-color:#e5e7eb;--tw-shadow:var(--tw-shadow-colored)}.shadow-gray-400{--tw-shadow-color:#9ca3af;--tw-shadow:var(--tw-shadow-colored)}.shadow-gray-700{--tw-shadow-color:#374151;--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.ltr{direction:ltr}.rtl{direction:rtl}.custom-slider>.rc-slider-track{--tw-bg-opacity:1;background-color:rgb(44 62 80/var(--tw-bg-opacity))}.custom-slider>.rc-slider-handle:focus{box-shadow:0 0 5px #e04db0!important}.homepage__intro{height:calc(100vh - 70px)}@media(max-width:1023.98px){.homepage__intro{height:500px}}@media(max-width:639.98px){.homepage__intro{height:258px}}html{font-size:14px!important;scroll-behavior:smooth}body,html{-webkit-text-size-adjust:100%;direction:rtl;font:inherit;font-family:IRANYekan,Arial,sans-serif;font-weight:500;line-height:1.7;overflow-x:hidden;text-align:right}.direction-ltr{direction:ltr}.direction-rtl{direction:rtl}div.selected-element{background-color:rgba(87,197,247,.16)}.translate-125{--tw-translate-y:125%}.color-picker-box{height:200px;width:165px!important}.swal2-container{z-index:999999}.update-app{background-image:url(/images/homepage/updateMobile.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:900px}.Toastify__toast-body{font-family:IranSans;font-size:11px;font-weight:200}.vpn-text{font-size:9px;padding-top:3px}.borna-font{font-family:IranSans}@media screen and (min-width:640px){.Toastify__toast-body{font-size:13px}.vpn-text{font-size:11px}.update-app{background-image:url(/images/homepage/update.png);height:619px}}@media screen and (min-width:1280px){.update-app{height:619px}}@media screen and (min-width:1400px){.update-app{height:930px}}.CircularProgressbar-text{font-size:35px!important}.text-swiper{transform:translate3d(5880px,0,0);transition-duration:8s}@media screen and (max-device-width:400px){.swiper-button-next:after,.swiper-button-prev:after{font-size:24px}.swiper-pagination-bullet{height:4px;width:4px}}.before-after-slider img{border-radius:.75rem}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.slow-spin{animation:rotation 10s linear infinite}.text-font{font-size:1.4rem;font-weight:700}.main-header{animation:AnimateBG 10s ease infinite;background-image:linear-gradient(-45deg,#d9f2ff,#ffe8f9 25%,#d9f2ff 51%,#e9e6ff)}@keyframes AnimateBG{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.pulse-sm{animation:pulse-blue-small-sm 3.5s infinite}@keyframes pulse-blue-small-sm{0%{box-shadow:0 0 0 0 rgb(242 73 103/80%)}30%,to{box-shadow:0 0 0 12px transparent}}@font-face{font-family:IRANSans;font-style:normal;font-weight:100;src:url(/_next/static/media/IRANSansWeb_Light.0cbaa827.eot);src:url(/_next/static/media/IRANSansWeb_Light.0cbaa827.eot) format("embedded-opentype"),url(/_next/static/media/IRANSansWeb_Light.f7d99246.woff2) format("woff2"),url(/_next/static/media/IRANSansWeb_Light.8e1d3e1d.woff) format("woff"),url(/_next/static/media/IRANSansWeb_Light.22047aae.ttf) format("truetype")}@font-face{font-family:IRANSans;font-style:normal;font-weight:200;src:url(/_next/static/media/IRANSansWeb.48f0046d.eot);src:url(/_next/static/media/IRANSansWeb.48f0046d.eot) format("embedded-opentype"),url(/_next/static/media/IRANSansWeb.d9b1a4d0.woff2) format("woff2"),url(/_next/static/media/IRANSansWeb.9db745db.woff) format("woff"),url(/_next/static/media/IRANSansWeb.2d185fc0.ttf) format("truetype")}@font-face{font-family:IRANSans;font-style:normal;font-weight:300;src:url(/_next/static/media/IRANSansWeb_Medium.f7bc1942.eot);src:url(/_next/static/media/IRANSansWeb_Medium.f7bc1942.eot) format("embedded-opentype"),url(/_next/static/media/IRANSansWeb_Medium.11ab3968.woff2) format("woff2"),url(/_next/static/media/IRANSansWeb_Medium.3be4331d.woff) format("woff"),url(/_next/static/media/IRANSansWeb_Medium.0db1f3e0.ttf) format("truetype")}@font-face{font-family:IRANSans;font-style:normal;font-weight:400;src:url(/_next/static/media/IRANSansWeb_Bold.81c0480b.eot);src:url(/_next/static/media/IRANSansWeb_Bold.81c0480b.eot) format("embedded-opentype"),url(/_next/static/media/IRANSansWeb_Bold.732952bc.woff2) format("woff2"),url(/_next/static/media/IRANSansWeb_Bold.74b60343.woff) format("woff"),url(/_next/static/media/IRANSansWeb_Bold.79175216.ttf) format("truetype")}@font-face{font-family:IRANSansFaNum;font-style:normal;font-weight:500;src:url("/_next/static/media/IRANSansWeb(FaNum)_Light.39cc0fa4.eot");src:url("/_next/static/media/IRANSansWeb(FaNum)_Light.39cc0fa4.eot") format("embedded-opentype"),url("/_next/static/media/IRANSansWeb(FaNum)_Light.29fae4e5.woff2") format("woff2"),url("/_next/static/media/IRANSansWeb(FaNum)_Light.32570e71.woff") format("woff"),url("/_next/static/media/IRANSansWeb(FaNum)_Light.1d22a303.ttf") format("truetype")}@font-face{font-family:IRANSansFaNum;font-style:normal;font-weight:600;src:url("/_next/static/media/IRANSansWeb(FaNum).ac61b300.eot");src:url("/_next/static/media/IRANSansWeb(FaNum).ac61b300.eot") format("embedded-opentype"),url("/_next/static/media/IRANSansWeb(FaNum).e75c4a34.woff2") format("woff2"),url("/_next/static/media/IRANSansWeb(FaNum).4cd7ea87.woff") format("woff"),url("/_next/static/media/IRANSansWeb(FaNum).bee1d0d3.ttf") format("truetype")}@font-face{font-family:IRANSansFaNum;font-style:normal;font-weight:700;src:url("/_next/static/media/IRANSansWeb(FaNum)_Medium.481d2d70.eot");src:url("/_next/static/media/IRANSansWeb(FaNum)_Medium.481d2d70.eot") format("embedded-opentype"),url("/_next/static/media/IRANSansWeb(FaNum)_Medium.e3f2b479.woff2") format("woff2"),url("/_next/static/media/IRANSansWeb(FaNum)_Medium.2afc2a9c.woff") format("woff"),url("/_next/static/media/IRANSansWeb(FaNum)_Medium.c539e137.ttf") format("truetype")}@font-face{font-family:IRANSansFaNum;font-style:normal;font-weight:800;src:url("/_next/static/media/IRANSansWeb(FaNum)_Bold.d36adc92.eot");src:url("/_next/static/media/IRANSansWeb(FaNum)_Bold.d36adc92.eot") format("embedded-opentype"),url("/_next/static/media/IRANSansWeb(FaNum)_Bold.d79813cd.woff2") format("woff2"),url("/_next/static/media/IRANSansWeb(FaNum)_Bold.b2186f40.woff") format("woff"),url("/_next/static/media/IRANSansWeb(FaNum)_Bold.2d1ff714.ttf") format("truetype")}@font-face{font-family:IRANYekan;font-style:normal;font-weight:100;src:url(/_next/static/media/IRANYekanXFaNum-Thin.2a653358.woff2) format("woff2"),url(/_next/static/media/IRANYekanXFaNum-Thin.bedee407.woff) format("woff"),url(/_next/static/media/IRANYekanXFaNum-Thin.36265774.ttf) format("truetype")}@font-face{font-family:IRANYekan;font-style:normal;font-weight:200;src:url(/_next/static/media/IRANYekanXFaNum-UltraLight.1e2469ba.woff2) format("woff2"),url(/_next/static/media/IRANYekanXFaNum-UltraLight.ef9be2df.woff) format("woff"),url(/_next/static/media/IRANYekanXFaNum-UltraLight.837b63d4.ttf) format("truetype")}@font-face{font-family:IRANYekan;font-style:normal;font-weight:300;src:url(/_next/static/media/IRANYekanXFaNum-Light.5b2f42a8.woff2) format("woff2"),url(/_next/static/media/IRANYekanXFaNum-Light.13e2c238.woff) format("woff"),url(/_next/static/media/IRANYekanXFaNum-Light.fe62b190.ttf) format("truetype")}@font-face{font-family:IRANYekan;font-style:normal;font-weight:400;src:url(/_next/static/media/IRANYekanXFaNum-Regular.4f5a7877.woff2) format("woff2"),url(/_next/static/media/IRANYekanXFaNum-Regular.639f695a.woff) format("woff"),url(/_next/static/media/IRANYekanXFaNum-Regular.6fce1332.ttf) format("truetype")}@font-face{font-family:IRANYekan;font-style:normal;font-weight:500;src:url(/_next/static/media/IRANYekanXFaNum-Medium.c9b569e0.woff2) format("woff2"),url(/_next/static/media/IRANYekanXFaNum-Medium.8293e4a3.woff) format("woff"),url(/_next/static/media/IRANYekanXFaNum-Medium.a2890859.ttf) format("truetype")}@font-face{font-family:IRANYekan;font-style:normal;font-weight:600;src:url(/_next/static/media/IRANYekanXFaNum-DemiBold.aa7dc56c.woff2) format("woff2"),url(/_next/static/media/IRANYekanXFaNum-DemiBold.9015c9f8.woff) format("woff"),url(/_next/static/media/IRANYekanXFaNum-DemiBold.01378a63.ttf) format("truetype")}@font-face{font-family:IRANYekan;font-style:normal;font-weight:700;src:url(/_next/static/media/IRANYekanXFaNum-Bold.2213b8ed.woff2) format("woff2"),url(/_next/static/media/IRANYekanXFaNum-Bold.05400882.woff) format("woff"),url(/_next/static/media/IRANYekanXFaNum-Bold.8d58284d.ttf) format("truetype")}@font-face{font-family:IRANYekan;font-style:normal;font-weight:800;src:url(/_next/static/media/IRANYekanXFaNum-ExtraBold.236ce31f.woff2) format("woff2"),url(/_next/static/media/IRANYekanXFaNum-ExtraBold.b4b9ff2c.woff) format("woff"),url(/_next/static/media/IRANYekanXFaNum-ExtraBold.c2908dad.ttf) format("truetype")}@font-face{font-family:IRANYekan;font-style:normal;font-weight:900;src:url(/_next/static/media/IRANYekanXFaNum-Black.6981a024.woff2) format("woff2"),url(/_next/static/media/IRANYekanXFaNum-Black.9a17a969.woff) format("woff"),url(/_next/static/media/IRANYekanXFaNum-Black.8a8569a3.ttf) format("truetype")}@font-face{font-family:IRANYekan;font-style:normal;font-weight:1000;src:url(/_next/static/media/IRANYekanXFaNum-ExtraBlack.09076bf8.woff2) format("woff2"),url(/_next/static/media/IRANYekanXFaNum-ExtraBlack.ffbc0fbf.woff) format("woff"),url(/_next/static/media/IRANYekanXFaNum-ExtraBlack.b7997234.ttf) format("truetype")}@font-face{font-family:Borna;font-style:normal;font-weight:100;src:url(/_next/static/media/Borna-Thin.6b75bb13.woff2) format("woff2"),url(/_next/static/media/Borna-Thin.37db6d09.woff) format("woff"),url(/_next/static/media/Borna-Thin.9d513c98.ttf) format("truetype")}@font-face{font-family:Borna;font-style:normal;font-weight:200;src:url(/_next/static/media/Borna-Light.386af114.woff2) format("woff2"),url(/_next/static/media/Borna-Light.8a6b6b21.woff) format("woff"),url(/_next/static/media/Borna-Light.3b469a42.ttf) format("truetype")}@font-face{font-family:Borna;font-style:normal;font-weight:300;src:url(/_next/static/media/Borna-Medium.5f7cedf6.woff2) format("woff2"),url(/_next/static/media/Borna-Medium.8cd1620d.woff) format("woff"),url(/_next/static/media/Borna-Medium.348e893f.ttf) format("truetype")}@font-face{font-family:Borna;font-style:normal;font-weight:400;src:url(/_next/static/media/Borna-Regular.e440a40f.woff2) format("woff2"),url(/_next/static/media/Borna-Regular.42f9afe8.woff) format("woff"),url(/_next/static/media/Borna-Regular.a9ecff83.ttf) format("truetype")}@font-face{font-family:Borna;font-style:normal;font-weight:500;src:url(/_next/static/media/Borna-Bold.50279819.woff2) format("woff2"),url(/_next/static/media/Borna-Bold.c5aafa2f.woff) format("woff"),url(/_next/static/media/Borna-Bold.79a2f10e.ttf) format("truetype")}@font-face{font-family:Borna;font-style:normal;font-weight:600;src:url(/_next/static/media/Borna-ExtraBold.953af0ad.woff2) format("woff2"),url(/_next/static/media/Borna-ExtraBold.c8af6777.woff) format("woff"),url(/_next/static/media/Borna-ExtraBold.25f380ca.ttf) format("truetype")}@font-face{font-family:Borna;font-style:normal;font-weight:700;src:url(/_next/static/media/Borna-Black.60c6b1f3.woff2) format("woff2"),url(/_next/static/media/Borna-Black.9fc22011.woff) format("woff"),url(/_next/static/media/Borna-Black.722c48df.ttf) format("truetype")}@font-face{font-family:Farhang2;font-style:normal;font-weight:100;src:url(/_next/static/media/Farhang2-Thin.e57bf4d6.woff2) format("woff2"),url(/_next/static/media/Farhang2-Thin.7bbe02b7.woff) format("woff"),url(/_next/static/media/Farhang2-Thin.5d4c2300.ttf) format("truetype")}@font-face{font-family:Farhang2;font-style:normal;font-weight:200;src:url(/_next/static/media/Farhang2-ExtraLight.6a9ad569.woff2) format("woff2"),url(/_next/static/media/Farhang2-ExtraLight.45caafd6.woff) format("woff"),url(/_next/static/media/Farhang2-ExtraLight.6b762c00.ttf) format("truetype")}@font-face{font-family:Farhang2;font-style:normal;font-weight:300;src:url(/_next/static/media/Farhang2-Light.6869438d.woff2) format("woff2"),url(/_next/static/media/Farhang2-Light.3f34909c.woff) format("woff"),url(/_next/static/media/Farhang2-Light.b7060c8c.ttf) format("truetype")}@font-face{font-family:Farhang2;font-style:normal;font-weight:400;src:url(/_next/static/media/Farhang2-Regular.b2ccd9cd.woff2) format("woff2"),url(/_next/static/media/Farhang2-Regular.d6aca128.woff) format("woff"),url(/_next/static/media/Farhang2-Regular.55888eba.ttf) format("truetype")}@font-face{font-family:Farhang2;font-style:normal;font-weight:500;src:url(/_next/static/media/Farhang2-Medium.2c395ca4.woff2) format("woff2"),url(/_next/static/media/Farhang2-Medium.33ffefe2.woff) format("woff"),url(/_next/static/media/Farhang2-Medium.19994f37.ttf) format("truetype")}@font-face{font-family:Farhang2;font-style:normal;font-weight:600;src:url(/_next/static/media/Farhang2-DemiBold.fcd99a39.woff2) format("woff2"),url(/_next/static/media/Farhang2-DemiBold.28bc97dc.woff) format("woff"),url(/_next/static/media/Farhang2-DemiBold.17028e73.ttf) format("truetype")}@font-face{font-family:Farhang2;font-style:normal;font-weight:700;src:url(/_next/static/media/Farhang2-Bold.4398c57a.woff2) format("woff2"),url(/_next/static/media/Farhang2-Bold.bd5ba183.woff) format("woff"),url(/_next/static/media/Farhang2-Bold.2d9241db.ttf) format("truetype")}@font-face{font-family:Farhang2;font-style:normal;font-weight:800;src:url(/_next/static/media/Farhang2-ExtraBold.af3f9b97.woff2) format("woff2"),url(/_next/static/media/Farhang2-ExtraBold.1b9c5ab9.woff) format("woff"),url(/_next/static/media/Farhang2-ExtraBold.e54888cf.ttf) format("truetype")}@font-face{font-family:Farhang2;font-style:normal;font-weight:900;src:url(/_next/static/media/Farhang2-Black.6ade3132.woff2) format("woff2"),url(/_next/static/media/Farhang2-Black.329bff6e.woff) format("woff"),url(/_next/static/media/Farhang2-Black.4ee8002d.ttf) format("truetype")}@font-face{font-family:FarhangDot;font-style:normal;font-weight:100;src:url(/_next/static/media/FarhangDot1FaNum-Thin.d1f422e3.woff2) format("woff2"),url(/_next/static/media/FarhangDot1FaNum-Thin.1bdc3d92.woff) format("woff"),url(/_next/static/media/FarhangDot1FaNum-Thin.ff710555.ttf) format("truetype")}@font-face{font-family:FarhangDot;font-style:normal;font-weight:200;src:url(/_next/static/media/FarhangDot1FaNum-ExtraLight.4108691a.woff2) format("woff2"),url(/_next/static/media/FarhangDot1FaNum-ExtraLight.3927ddcf.woff) format("woff"),url(/_next/static/media/FarhangDot1FaNum-ExtraLight.ecc2ece7.ttf) format("truetype")}@font-face{font-family:FarhangDot;font-style:normal;font-weight:300;src:url(/_next/static/media/FarhangDot1FaNum-Light.c611d3e0.woff2) format("woff2"),url(/_next/static/media/FarhangDot1FaNum-Light.c29b3779.woff) format("woff"),url(/_next/static/media/FarhangDot1FaNum-Light.4ce1efbe.ttf) format("truetype")}@font-face{font-family:FarhangDot;font-style:normal;font-weight:400;src:url(/_next/static/media/FarhangDot1FaNum-Regular.1926f23e.woff2) format("woff2"),url(/_next/static/media/FarhangDot1FaNum-Regular.8be5eb45.woff) format("woff"),url(/_next/static/media/FarhangDot1FaNum-Regular.6e633fd1.ttf) format("truetype")}@font-face{font-family:FarhangDot;font-style:normal;font-weight:500;src:url(/_next/static/media/FarhangDot1FaNum-Medium.2f1211da.woff2) format("woff2"),url(/_next/static/media/FarhangDot1FaNum-Medium.5f864bbc.woff) format("woff"),url(/_next/static/media/FarhangDot1FaNum-Medium.21659323.ttf) format("truetype")}@font-face{font-family:FarhangDot;font-style:normal;font-weight:600;src:url(/_next/static/media/FarhangDot1FaNum-DemiBold.038707c4.woff2) format("woff2"),url(/_next/static/media/FarhangDot1FaNum-DemiBold.f0dc1982.woff) format("woff"),url(/_next/static/media/FarhangDot1FaNum-DemiBold.f4a7483a.ttf) format("truetype")}@font-face{font-family:FarhangDot;font-style:normal;font-weight:700;src:url(/_next/static/media/FarhangDot1FaNum-Bold.cac322a5.woff2) format("woff2"),url(/_next/static/media/FarhangDot1FaNum-Bold.edd2bd17.woff) format("woff"),url(/_next/static/media/FarhangDot1FaNum-Bold.9b3d0795.ttf) format("truetype")}@font-face{font-family:FarhangDot;font-style:normal;font-weight:800;src:url(/_next/static/media/FarhangDot1FaNum-ExtraBold.191f4a0a.woff2) format("woff2"),url(/_next/static/media/FarhangDot1FaNum-ExtraBold.206dd536.woff) format("woff"),url(/_next/static/media/FarhangDot1FaNum-ExtraBold.3fd7997f.ttf) format("truetype")}@font-face{font-family:FarhangDot;font-style:normal;font-weight:900;src:url(/_next/static/media/FarhangDot1FaNum-Black.5f66c5b6.woff2) format("woff2"),url(/_next/static/media/FarhangDot1FaNum-Black.c2f98d3f.woff) format("woff"),url(/_next/static/media/FarhangDot1FaNum-Black.0c07ff00.ttf) format("truetype")}@font-face{font-family:Gohar;font-style:normal;font-weight:100;src:url(/_next/static/media/Gohar-Thin.d23da785.woff) format("woff"),url(/_next/static/media/Gohar-Thin.0e565403.ttf) format("truetype")}@font-face{font-family:Gohar;font-style:normal;font-weight:200;src:url(/_next/static/media/Gohar-Light.265c9ef8.woff) format("woff"),url(/_next/static/media/Gohar-Light.eb81d01f.ttf) format("truetype")}@font-face{font-family:Gohar;font-style:normal;font-weight:300;src:url(/_next/static/media/Gohar-Medium.74db5b5a.woff) format("woff"),url(/_next/static/media/Gohar-Medium.304e7130.ttf) format("truetype")}@font-face{font-family:Gohar;font-style:normal;font-weight:400;src:url(/_next/static/media/Gohar-Bold.a778d300.woff) format("woff"),url(/_next/static/media/Gohar-Bold.469f7ae7.ttf) format("truetype")}@font-face{font-family:Gohar;font-style:normal;font-weight:500;src:url(/_next/static/media/Gohar-Black.8ed53ba4.woff) format("woff"),url(/_next/static/media/Gohar-Black.94d1c478.ttf) format("truetype")}@font-face{font-family:Mahbobeh;font-style:normal;font-weight:100;src:url(/_next/static/media/mahboubeh_mehravar.05ced8a9.eot);src:url(/_next/static/media/mahboubeh_mehravar.05ced8a9.eot) format("embedded-opentype"),url(/_next/static/media/mahboubeh_mehravar.07609311.woff2) format("woff2"),url(/_next/static/media/mahboubeh_mehravar.82ef1c7f.woff) format("woff"),url(/_next/static/media/mahboubeh_mehravar.13a3c083.ttf) format("truetype")}@font-face{font-family:Cheshmak;font-style:normal;font-weight:100;src:url(/_next/static/media/DigiCheshmak.935699ca.otf) format("OpenType"),url(/_next/static/media/DigiCheshmak.935699ca.ttf) format("truetype")}@font-face{font-family:Farkhonde;font-style:normal;font-weight:100;src:url(/_next/static/media/DigiFarkhondeBold.6f749e43.otf) format("OpenType"),url(/_next/static/media/DigiFarkhondeBold.162e2db5.ttf) format("truetype")}@font-face{font-family:Madasi;font-style:normal;font-weight:100;src:url(/_next/static/media/DigiMadasiBold.f8e8435f.otf) format("OpenType"),url(/_next/static/media/DigiMadasiBold.defe1a3c.ttf) format("truetype")}@font-face{font-family:Nozha;font-style:normal;font-weight:100;src:url(/_next/static/media/DigiNozha2Bold.c403dad7.otf) format("OpenType"),url(/_next/static/media/DigiNozha2Bold.c403dad7.ttf) format("truetype")}@font-face{font-family:Vorojak;font-style:normal;font-weight:100;src:url(/_next/static/media/DigiVorojakBold.658b08eb.otf) format("OpenType"),url(/_next/static/media/DigiVorojakBold.658b08eb.ttf) format("truetype")}@font-face{font-family:Eliya;font-style:normal;font-weight:100;src:url(/_next/static/media/DigiVorojakBold.658b08eb.otf) format("OpenType"),url(/_next/static/media/DigiVorojakBold.658b08eb.ttf) format("truetype")}@font-face{font-family:Kidsco;font-style:normal;font-weight:100;src:url(/_next/static/media/Kidsco.6bee7d55.otf) format("OpenType"),url(/_next/static/media/Kidsco.d01ea4ab.ttf) format("truetype")}@font-face{font-family:LittleMerry;font-style:normal;font-weight:100;src:url(/_next/static/media/LittleMerry.a19cde95.ttf) format("truetype")}@media screen and (min-width:960px){.design-book-layout__action-button{top:50%}}.root-layout__main{min-height:350px}@media(min-width:768px){.root-layout__main{min-height:615px}}.root-layout__bg_image{background-image:url(/images/site-bg.png);background-repeat:repeat}.header__nav-item:hover>.header__sub-menu{opacity:100%;visibility:visible;z-index:10}.lds-default{display:inline-block;height:80px;position:relative;width:80px}.lds-default div{animation:lds-default 1.2s linear infinite;background:transparent;border-radius:50%;height:6px;position:absolute;width:6px}.lds-default div:first-child{animation-delay:0s;left:66px;top:37px}.lds-default div:nth-child(odd){animation-delay:-.1s;left:62px;top:22px}.lds-default div:nth-child(3){animation-delay:-.2s;left:52px;top:11px}.lds-default div:nth-child(4){animation-delay:-.3s;left:37px;top:7px}.lds-default div:nth-child(5){animation-delay:-.4s;left:22px;top:11px}.lds-default div:nth-child(6){animation-delay:-.5s;left:11px;top:22px}.lds-default div:nth-child(7){animation-delay:-.6s;left:7px;top:37px}.lds-default div:nth-child(8){animation-delay:-.7s;left:11px;top:52px}.lds-default div:nth-child(9){animation-delay:-.8s;left:22px;top:62px}.lds-default div:nth-child(10){animation-delay:-.9s;left:37px;top:66px}.lds-default div:nth-child(11){animation-delay:-1s;left:52px;top:62px}.lds-default div:nth-child(12){animation-delay:-1.1s;left:62px;top:52px}.lds-default-sm{display:inline-block;height:40px;position:relative;width:40px}.lds-default-sm div{animation:lds-default 1.2s linear infinite;background:#7a2ffa;border-radius:50%;height:4px;position:absolute;width:4px}.lds-default-sm div:first-child{animation-delay:0s;left:33px;top:19px}.lds-default-sm div:nth-child(2){animation-delay:-.1s;left:31px;top:11px}.lds-default-sm div:nth-child(3){animation-delay:-.2s;left:26px;top:6px}.lds-default-sm div:nth-child(4){animation-delay:-.3s;left:19px;top:4px}.lds-default-sm div:nth-child(5){animation-delay:-.4s;left:11px;top:6px}.lds-default-sm div:nth-child(6){animation-delay:-.5s;left:6px;top:11px}.lds-default-sm div:nth-child(7){animation-delay:-.6s;left:4px;top:19px}.lds-default-sm div:nth-child(8){animation-delay:-.7s;left:6px;top:26px}.lds-default-sm div:nth-child(9){animation-delay:-.8s;left:11px;top:31px}.lds-default-sm div:nth-child(10){animation-delay:-.9s;left:19px;top:33px}.lds-default-sm div:nth-child(11){animation-delay:-1s;left:26px;top:31px}.lds-default-sm div:nth-child(12){animation-delay:-1.1s;left:31px;top:26px}@keyframes lds-default{0%,20%,80%,to{transform:scale(1)}50%{transform:scale(1.5)}}.scroll-black::-webkit-scrollbar-track{background-color:#c7cacc;border-radius:10px}.scroll-black::-webkit-scrollbar{background-color:#c7cacc;border-radius:100px;width:8px}.scroll-black::-webkit-scrollbar-thumb{background-color:#4a4c4d;border-radius:10px}.rmdp-container{display:block!important}.wizard-stepper button{background-color:#fff!important;border:2px solid #1e8fff!important;height:48px!important;width:48px!important}@media screen and (max-width:640px){.wizard-stepper button{height:30px!important;width:30px!important}}.wizard-stepper button>span{color:#1e8fff!important;font-size:16px}.wizard-stepper button.active{background-color:#1e8fff!important}.wizard-stepper button.active>span{color:#fff!important;font-size:16px}.wizard-stepper #RFS-ConnectorContainer{left:calc(-50% + 40px);position:absolute;right:calc(50% + 40px);top:23.5px}#RFS-StepperContainer{align-items:baseline;flex-wrap:wrap;padding:10px}#RFS-StepContainer{padding-bottom:5px}.wrapper-edit.child.softcover{zoom:40%;height:117.1mm;margin-top:1mm;width:145.2mm}@media screen and (min-width:360px){.wrapper-edit.child.softcover{zoom:51%}}@media screen and (min-width:370px){.wrapper-edit.child.softcover{zoom:54%}}@media screen and (min-width:380px){.wrapper-edit.child.softcover{zoom:58%}}@media screen and (min-width:400px){.wrapper-edit.child.softcover{zoom:62%}}@media screen and (min-width:430px){.wrapper-edit.child.softcover{zoom:61%}}@media screen and (min-width:460px){.wrapper-edit.child.softcover{zoom:160%}}@media screen and (min-width:600px){.wrapper-edit.child.softcover{zoom:110%}}@media screen and (min-width:800px){.wrapper-edit.child.softcover{zoom:120%}}@media screen and (min-width:900px){.wrapper-edit.child.softcover{zoom:130%}}@media screen and (min-width:1000px){.wrapper-edit.child.softcover{zoom:45%}}@media screen and (min-width:1000px)and (min-height:500px){.wrapper-edit.child.softcover{zoom:60%}}@media screen and (min-width:1000px)and (min-height:650px){.wrapper-edit.child.softcover{zoom:90%}}@media screen and (min-width:1000px)and (min-height:800px){.wrapper-edit.child.softcover{zoom:120%}}@media screen and (min-width:1000px)and (min-height:1000px){.wrapper-edit.child.softcover{zoom:150%}}@media screen and (min-width:1300px){.wrapper-edit.child.softcover{zoom:45%}}@media screen and (min-width:1300px)and (min-height:500px){.wrapper-edit.child.softcover{zoom:55%}}@media screen and (min-width:1300px)and (min-height:650px){.wrapper-edit.child.softcover{zoom:80%}}@media screen and (min-width:1300px)and (min-height:800px){.wrapper-edit.child.softcover{zoom:120%}}@media screen and (min-width:1300px)and (min-height:1000px){.wrapper-edit.child.softcover{zoom:150%}}@media screen and (min-width:1300px)and (min-height:1200px){.wrapper-edit.child.softcover{zoom:170%}}@media screen and (min-width:1700px){.wrapper-edit.child.softcover{zoom:45%}}@media screen and (min-width:1700px)and (min-height:500px){.wrapper-edit.child.softcover{zoom:65%}}@media screen and (min-width:1700px)and (min-height:650px){.wrapper-edit.child.softcover{zoom:90%}}@media screen and (min-width:1700px)and (min-height:800px){.wrapper-edit.child.softcover{zoom:120%}}@media screen and (min-width:1700px)and (min-height:1000px){.wrapper-edit.child.softcover{zoom:150%}}@media screen and (min-width:1700px)and (min-height:1200px){.wrapper-edit.child.softcover{zoom:180%}}@media screen and (min-width:1700px)and (min-height:1400px){.wrapper-edit.child.softcover{zoom:210%}}@media screen and (min-width:1900px){.wrapper-edit.child.softcover{zoom:45%}}@media screen and (min-width:1900px)and (min-height:500px){.wrapper-edit.child.softcover{zoom:65%}}@media screen and (min-width:1900px)and (min-height:650px){.wrapper-edit.child.softcover{zoom:90%}}@media screen and (min-width:1900px)and (min-height:800px){.wrapper-edit.child.softcover{zoom:125%}}@media screen and (min-width:1900px)and (min-height:1000px){.wrapper-edit.child.softcover{zoom:160%}}@media screen and (min-width:1900px)and (min-height:1200px){.wrapper-edit.child.softcover{zoom:190%}}@media screen and (min-width:1900px)and (min-height:1400px){.wrapper-edit.child.softcover{zoom:220%}}@media screen and (min-width:1900px)and (min-height:1600px){.wrapper-edit.child.softcover{zoom:270%}}@media screen and (min-width:2500px){.wrapper-edit.child.softcover{zoom:40%}}@media screen and (min-width:2500px)and (min-height:500px){.wrapper-edit.child.softcover{zoom:60%}}@media screen and (min-width:2500px)and (min-height:650px){.wrapper-edit.child.softcover{zoom:90%}}@media screen and (min-width:2500px)and (min-height:800px){.wrapper-edit.child.softcover{zoom:120%}}@media screen and (min-width:2500px)and (min-height:1000px){.wrapper-edit.child.softcover{zoom:160%}}@media screen and (min-width:2500px)and (min-height:1200px){.wrapper-edit.child.softcover{zoom:200%}}@media screen and (min-width:2500px)and (min-height:1400px){.wrapper-edit.child.softcover{zoom:230%}}@media screen and (min-width:2500px)and (min-height:1600px){.wrapper-edit.child.softcover{zoom:260%}}@media screen and (min-width:2500px)and (min-height:1800px){.wrapper-edit.child.softcover{zoom:310%}}@media screen and (min-width:2500px)and (min-height:2000px){.wrapper-edit.child.softcover{zoom:330%}}@media screen and (min-width:2500px)and (min-height:2300px){.wrapper-edit.child.softcover{zoom:380%}}@media screen and (min-width:3000px){.wrapper-edit.child.softcover{zoom:40%}}@media screen and (min-width:3000px)and (min-height:500px){.wrapper-edit.child.softcover{zoom:60%}}@media screen and (min-width:3000px)and (min-height:650px){.wrapper-edit.child.softcover{zoom:85%}}@media screen and (min-width:3000px)and (min-height:800px){.wrapper-edit.child.softcover{zoom:115%}}@media screen and (min-width:3000px)and (min-height:1000px){.wrapper-edit.child.softcover{zoom:155%}}@media screen and (min-width:3000px)and (min-height:1200px){.wrapper-edit.child.softcover{zoom:200%}}@media screen and (min-width:3000px)and (min-height:1400px){.wrapper-edit.child.softcover{zoom:240%}}@media screen and (min-width:3000px)and (min-height:1600px){.wrapper-edit.child.softcover{zoom:280%}}@media screen and (min-width:3000px)and (min-height:1800px){.wrapper-edit.child.softcover{zoom:320%}}@media screen and (min-width:3000px)and (min-height:2000px){.wrapper-edit.child.softcover{zoom:340%}}@media screen and (min-width:3000px)and (min-height:2200px){.wrapper-edit.child.softcover{zoom:370%}}@media screen and (min-width:3000px)and (min-height:2400px){.wrapper-edit.child.softcover{zoom:400%}}@media screen and (min-width:3000px)and (min-height:2600px){.wrapper-edit.child.softcover{zoom:430%}}@media screen and (min-width:3000px)and (min-height:2800px){.wrapper-edit.child.softcover{zoom:450%}}@media screen and (min-width:3000px)and (min-height:3000px){.wrapper-edit.child.softcover{zoom:470%}}@media screen and (min-width:3600px){.wrapper-edit.child.softcover{zoom:40%}}@media screen and (min-width:3600px)and (min-height:500px){.wrapper-edit.child.softcover{zoom:60%}}@media screen and (min-width:3600px)and (min-height:650px){.wrapper-edit.child.softcover{zoom:90%}}@media screen and (min-width:3600px)and (min-height:800px){.wrapper-edit.child.softcover{zoom:110%}}@media screen and (min-width:3600px)and (min-height:1000px){.wrapper-edit.child.softcover{zoom:150%}}@media screen and (min-width:3600px)and (min-height:1200px){.wrapper-edit.child.softcover{zoom:190%}}@media screen and (min-width:3600px)and (min-height:1400px){.wrapper-edit.child.softcover{zoom:240%}}@media screen and (min-width:3600px)and (min-height:1600px){.wrapper-edit.child.softcover{zoom:280%}}@media screen and (min-width:3600px)and (min-height:1800px){.wrapper-edit.child.softcover{zoom:320%}}@media screen and (min-width:3600px)and (min-height:2000px){.wrapper-edit.child.softcover{zoom:340%}}@media screen and (min-width:3600px)and (min-height:2200px){.wrapper-edit.child.softcover{zoom:370%}}@media screen and (min-width:3600px)and (min-height:2400px){.wrapper-edit.child.softcover{zoom:400%}}@media screen and (min-width:3600px)and (min-height:2600px){.wrapper-edit.child.softcover{zoom:420%}}@media screen and (min-width:3600px)and (min-height:2800px){.wrapper-edit.child.softcover{zoom:440%}}@media screen and (min-width:3600px)and (min-height:3000px){.wrapper-edit.child.softcover{zoom:450%}}@media screen and (min-width:3600px)and (min-height:3200px){.wrapper-edit.child.softcover{zoom:520%}}@media screen and (min-width:3600px)and (min-height:3400px){.wrapper-edit.child.softcover{zoom:510%}}@media screen and (min-width:3600px)and (min-height:3600px){.wrapper-edit.child.softcover{zoom:520%}}@media screen and (min-width:3600px)and (min-height:4500px){.wrapper-edit.child.softcover{zoom:530%}}.wrapper-edit.adult.softcover{zoom:60%;height:117.3mm;margin-top:7mm;width:69.8mm}@media screen and (min-width:360px){.wrapper-edit.adult.softcover{zoom:70%}}@media screen and (min-width:370px){.wrapper-edit.adult.softcover{zoom:65%}}@media screen and (min-width:380px){.wrapper-edit.adult.softcover{zoom:85%}}@media screen and (min-width:400px){.wrapper-edit.adult.softcover{zoom:75%}}@media screen and (min-width:430px){.wrapper-edit.adult.softcover{zoom:95%}}@media screen and (min-width:460px){.wrapper-edit.adult.softcover{zoom:160%}}@media screen and (min-width:600px){.wrapper-edit.adult.softcover{zoom:176%}}@media screen and (min-width:800px){.wrapper-edit.adult.softcover{zoom:200%}}@media screen and (min-width:900px){.wrapper-edit.adult.softcover{zoom:240%}}@media screen and (min-width:1000px){.wrapper-edit.adult.softcover{zoom:45%}}@media screen and (min-width:1000px)and (min-height:500px){.wrapper-edit.adult.softcover{zoom:65%}}@media screen and (min-width:1000px)and (min-height:650px){.wrapper-edit.adult.softcover{zoom:95%}}@media screen and (min-width:1000px)and (min-height:800px){.wrapper-edit.adult.softcover{zoom:140%}}@media screen and (min-width:1000px)and (min-height:1000px){.wrapper-edit.adult.softcover{zoom:180%}}@media screen and (min-width:1300px){.wrapper-edit.adult.softcover{zoom:50%}}@media screen and (min-width:1300px)and (min-height:500px){.wrapper-edit.adult.softcover{zoom:75%}}@media screen and (min-width:1300px)and (min-height:650px){.wrapper-edit.adult.softcover{zoom:95%}}@media screen and (min-width:1300px)and (min-height:800px){.wrapper-edit.adult.softcover{zoom:140%}}@media screen and (min-width:1300px)and (min-height:1000px){.wrapper-edit.adult.softcover{zoom:170%}}@media screen and (min-width:1300px)and (min-height:1200px){.wrapper-edit.adult.softcover{zoom:210%}}@media screen and (min-width:1700px){.wrapper-edit.adult.softcover{zoom:40%}}@media screen and (min-width:1700px)and (min-height:500px){.wrapper-edit.adult.softcover{zoom:55%}}@media screen and (min-width:1700px)and (min-height:650px){.wrapper-edit.adult.softcover{zoom:80%}}@media screen and (min-width:1700px)and (min-height:800px){.wrapper-edit.adult.softcover{zoom:120%}}@media screen and (min-width:1700px)and (min-height:1000px){.wrapper-edit.adult.softcover{zoom:160%}}@media screen and (min-width:1700px)and (min-height:1200px){.wrapper-edit.adult.softcover{zoom:210%}}@media screen and (min-width:1700px)and (min-height:1400px){.wrapper-edit.adult.softcover{zoom:260%}}@media screen and (min-width:1900px){.wrapper-edit.adult.softcover{zoom:45%}}@media screen and (min-width:1900px)and (min-height:500px){.wrapper-edit.adult.softcover{zoom:55%}}@media screen and (min-width:1900px)and (min-height:650px){.wrapper-edit.adult.softcover{zoom:85%}}@media screen and (min-width:1900px)and (min-height:800px){.wrapper-edit.adult.softcover{zoom:120%}}@media screen and (min-width:1900px)and (min-height:1000px){.wrapper-edit.adult.softcover{zoom:170%}}@media screen and (min-width:1900px)and (min-height:1200px){.wrapper-edit.adult.softcover{zoom:200%}}@media screen and (min-width:1900px)and (min-height:1400px){.wrapper-edit.adult.softcover{zoom:230%}}@media screen and (min-width:1900px)and (min-height:1600px){.wrapper-edit.adult.softcover{zoom:260%}}@media screen and (min-width:1900px)and (min-height:2000px){.wrapper-edit.adult.softcover{zoom:330%}}@media screen and (min-width:2500px){.wrapper-edit.adult.softcover{zoom:40%}}@media screen and (min-width:2500px)and (min-height:500px){.wrapper-edit.adult.softcover{zoom:65%}}@media screen and (min-width:2500px)and (min-height:650px){.wrapper-edit.adult.softcover{zoom:90%}}@media screen and (min-width:2500px)and (min-height:800px){.wrapper-edit.adult.softcover{zoom:120%}}@media screen and (min-width:2500px)and (min-height:1000px){.wrapper-edit.adult.softcover{zoom:160%}}@media screen and (min-width:2500px)and (min-height:1200px){.wrapper-edit.adult.softcover{zoom:195%}}@media screen and (min-width:2500px)and (min-height:1400px){.wrapper-edit.adult.softcover{zoom:230%}}@media screen and (min-width:2500px)and (min-height:1600px){.wrapper-edit.adult.softcover{zoom:260%}}@media screen and (min-width:2500px)and (min-height:1800px){.wrapper-edit.adult.softcover{zoom:300%}}@media screen and (min-width:2500px)and (min-height:2000px){.wrapper-edit.adult.softcover{zoom:340%}}@media screen and (min-width:2500px)and (min-height:2300px){.wrapper-edit.adult.softcover{zoom:400%}}@media screen and (min-width:3000px){.wrapper-edit.adult.softcover{zoom:40%}}@media screen and (min-width:3000px)and (min-height:500px){.wrapper-edit.adult.softcover{zoom:60%}}@media screen and (min-width:3000px)and (min-height:650px){.wrapper-edit.adult.softcover{zoom:85%}}@media screen and (min-width:3000px)and (min-height:800px){.wrapper-edit.adult.softcover{zoom:125%}}@media screen and (min-width:3000px)and (min-height:1000px){.wrapper-edit.adult.softcover{zoom:160%}}@media screen and (min-width:3000px)and (min-height:1200px){.wrapper-edit.adult.softcover{zoom:210%}}@media screen and (min-width:3000px)and (min-height:1400px){.wrapper-edit.adult.softcover{zoom:250%}}@media screen and (min-width:3000px)and (min-height:1600px){.wrapper-edit.adult.softcover{zoom:280%}}@media screen and (min-width:3000px)and (min-height:1800px){.wrapper-edit.adult.softcover{zoom:320%}}@media screen and (min-width:3000px)and (min-height:2000px){.wrapper-edit.adult.softcover{zoom:350%}}@media screen and (min-width:3000px)and (min-height:2200px){.wrapper-edit.adult.softcover{zoom:380%}}@media screen and (min-width:3000px)and (min-height:2400px){.wrapper-edit.adult.softcover{zoom:410%}}@media screen and (min-width:3000px)and (min-height:2600px){.wrapper-edit.adult.softcover{zoom:430%}}@media screen and (min-width:3000px)and (min-height:2800px){.wrapper-edit.adult.softcover{zoom:450%}}@media screen and (min-width:3600px){.wrapper-edit.adult.softcover{zoom:40%}}@media screen and (min-width:3600px)and (min-height:500px){.wrapper-edit.adult.softcover{zoom:55%}}@media screen and (min-width:3600px)and (min-height:650px){.wrapper-edit.adult.softcover{zoom:75%}}@media screen and (min-width:3600px)and (min-height:800px){.wrapper-edit.adult.softcover{zoom:110%}}@media screen and (min-width:3600px)and (min-height:1000px){.wrapper-edit.adult.softcover{zoom:160%}}@media screen and (min-width:3600px)and (min-height:1200px){.wrapper-edit.adult.softcover{zoom:200%}}@media screen and (min-width:3600px)and (min-height:1400px){.wrapper-edit.adult.softcover{zoom:240%}}@media screen and (min-width:3600px)and (min-height:1600px){.wrapper-edit.adult.softcover{zoom:280%}}@media screen and (min-width:3600px)and (min-height:1800px){.wrapper-edit.adult.softcover{zoom:310%}}@media screen and (min-width:3600px)and (min-height:2000px){.wrapper-edit.adult.softcover{zoom:350%}}@media screen and (min-width:3600px)and (min-height:2200px){.wrapper-edit.adult.softcover{zoom:380%}}@media screen and (min-width:3600px)and (min-height:2400px){.wrapper-edit.adult.softcover{zoom:410%}}@media screen and (min-width:3600px)and (min-height:2600px){.wrapper-edit.adult.softcover{zoom:440%}}@media screen and (min-width:3600px)and (min-height:2800px){.wrapper-edit.adult.softcover{zoom:470%}}@media screen and (min-width:3600px)and (min-height:3000px){.wrapper-edit.adult.softcover{zoom:500%}}@media screen and (min-width:3600px)and (min-height:3200px){.wrapper-edit.adult.softcover{zoom:550%}}@media screen and (min-width:3600px)and (min-height:3400px){.wrapper-edit.adult.softcover{zoom:560%}}@media screen and (min-width:3600px)and (min-height:3600px){.wrapper-edit.adult.softcover{zoom:600%}}@media screen and (min-width:3600px)and (min-height:4500px){.wrapper-edit.adult.softcover{zoom:720%}}.cover-editor.adult.softcover .cover-editor__container{zoom:80%;height:129.4mm;margin-top:-1.7mm;width:90.6mm}@media screen and (min-width:460px){.cover-editor.adult.softcover .cover-editor__container{zoom:40%}}@media screen and (min-width:940px){.cover-editor.adult.softcover .cover-editor__container{zoom:40%}}@media screen and (min-width:1024px){.cover-editor.adult.softcover .cover-editor__container{zoom:80%}}@media screen and (min-width:1400px){.cover-editor.adult.softcover .cover-editor__container{zoom:80%}}.cover-editor.child.softcover .cover-editor__container{zoom:170%;height:61.5mm;margin-top:-2.2mm;width:88.4mm}@media screen and (min-width:460px){.cover-editor.child.softcover .cover-editor__container{zoom:170%}}@media screen and (min-width:640px){.cover-editor.child.softcover .cover-editor__container{zoom:170%}}@media screen and (min-width:810px){.cover-editor.child.softcover .cover-editor__container{zoom:170%}}@media screen and (min-width:940px){.cover-editor.child.softcover .cover-editor__container{zoom:170%}}@media screen and (min-width:1024px){.cover-editor.child.softcover .cover-editor__container{zoom:170%}}.cover-editor.adult.softcover .cover-editor__container_print{height:133.34mm;width:184.84mm}.cover-editor.adult.hardcover .cover-editor__container_print{height:157.58mm;width:216.36mm}.cover-editor.child.softcover .cover-editor__container_print{height:63.64mm;width:177.88mm}.cover-editor.child.hardcover .cover-editor__container_print{height:75.15mm;width:188.48mm}.cover-editor__mobile-absolute-box{height:250px;max-height:250px}@media screen and (min-width:640px){.cover-editor__mobile-absolute-box{height:350px;max-height:350px}}@media screen and (min-width:1024px){.cover-editor__mobile-absolute-box{height:450px;max-height:450px}}.cover-view.adult.softcover{zoom:64%;height:130.6mm;width:90.6mm}@media screen and (min-width:460px){.cover-view.adult.softcover{zoom:64%}}@media screen and (min-width:940px){.cover-view.adult.softcover{zoom:64%}}@media screen and (min-width:1024px){.cover-view.adult.softcover{zoom:64%}}.cover-view.adult.hardcover{zoom:180%;height:157.58mm;width:360.36mm}@media screen and (min-width:460px){.cover-view.adult.hardcover{zoom:180%}}@media screen and (min-width:940px){.cover-view.adult.hardcover{zoom:180%}}@media screen and (min-width:1024px){.cover-view.adult.hardcover{zoom:180%}}.cover-view.child.softcover{zoom:80%;height:61.9mm;width:88.3mm}@media screen and (min-width:460px){.cover-view.child.softcover{zoom:80%}}@media screen and (min-width:640px){.cover-view.child.softcover{zoom:80%}}@media screen and (min-width:810px){.cover-view.child.softcover{zoom:80%}}@media screen and (min-width:940px){.cover-view.child.softcover{zoom:80%}}@media screen and (min-width:1024px){.cover-view.child.softcover{zoom:80%}}.cover-view.child.hardcover{zoom:80%;height:75.15mm;width:188.48mm}@media screen and (min-width:460px){.cover-view.child.hardcover{zoom:80%}}@media screen and (min-width:640px){.cover-view.child.hardcover{zoom:80%}}@media screen and (min-width:810px){.cover-view.child.hardcover{zoom:80%}}@media screen and (min-width:940px){.cover-view.child.hardcover{zoom:80%}}@media screen and (min-width:1024px){.cover-view.child.hardcover{zoom:80%}}.cover-view__mobile-absolute-box{height:250px;max-height:250px}@media screen and (min-width:640px){.cover-view__mobile-absolute-box{height:350px;max-height:350px}}@media screen and (min-width:1024px){.cover-view__mobile-absolute-box{height:450px;max-height:450px}}.wrapper-view.child.softcover{zoom:80%;height:49.58mm;margin-top:-1.51mm;width:69.14mm}@media screen and (min-width:330px){.wrapper-view.child.softcover{zoom:105%}}@media screen and (min-width:350px){.wrapper-view.child.softcover{zoom:105%}}@media screen and (min-width:360px){.wrapper-view.child.softcover{zoom:107%}}@media screen and (min-width:380px){.wrapper-view.child.softcover{zoom:105%}}@media screen and (min-width:390px){.wrapper-view.child.softcover{zoom:108%}}@media screen and (min-width:400px){.wrapper-view.child.softcover{zoom:120%}}@media screen and (min-width:430px){.wrapper-view.child.softcover{zoom:125%}}@media screen and (min-width:640px){.wrapper-view.child.softcover{zoom:80%}}@media screen and (min-width:1000px){.wrapper-view.child.softcover{zoom:104%}}@media screen and (min-width:1100px){.wrapper-view.child.softcover{zoom:127%}}@media screen and (min-width:1200px){.wrapper-view.child.softcover{zoom:138%}}@media screen and (min-width:1280px){.wrapper-view.child.softcover{zoom:96%}}@media screen and (min-width:1300px){.wrapper-view.child.softcover{zoom:103%}}@media screen and (min-width:1500px){.wrapper-view.child.softcover{zoom:90%}}@media screen and (min-width:1600px){.wrapper-view.child.softcover{zoom:95%}}@media screen and (min-width:1700px){.wrapper-view.child.softcover{zoom:100%}}@media screen and (min-width:1800px){.wrapper-view.child.softcover{zoom:104%}}@media screen and (min-width:1900px){.wrapper-view.child.softcover{zoom:108%}}@media screen and (min-width:2000px){.wrapper-view.child.softcover{zoom:112%}}@media screen and (min-width:2100px){.wrapper-view.child.softcover{zoom:120%}}@media screen and (min-width:2200px){.wrapper-view.child.softcover{zoom:125%}}@media screen and (min-width:2300px){.wrapper-view.child.softcover{zoom:130%}}@media screen and (min-width:2400px){.wrapper-view.child.softcover{zoom:137%}}@media screen and (min-width:2500px){.wrapper-view.child.softcover{zoom:142%}}@media screen and (min-width:2600px){.wrapper-view.child.softcover{zoom:146%}}@media screen and (min-width:2700px){.wrapper-view.child.softcover{zoom:156%}}@media screen and (min-width:2800px){.wrapper-view.child.softcover{zoom:160%}}@media screen and (min-width:2900px){.wrapper-view.child.softcover{zoom:167%}}@media screen and (min-width:3000px){.wrapper-view.child.softcover{zoom:170%}}.wrapper-view.child.softcover.flipBook{zoom:62%}@media screen and (min-width:360px){.wrapper-view.child.softcover.flipBook{zoom:62%}}@media screen and (min-width:750px){.wrapper-view.child.softcover.flipBook{zoom:61%}}@media screen and (min-width:960px){.wrapper-view.child.softcover.flipBook{zoom:145%}}@media screen and (min-width:1280px){.wrapper-view.child.softcover.flipBook{zoom:157%}}@media screen and (min-width:1400px){.wrapper-view.child.softcover.flipBook{zoom:203%}}.wrapper-view.child.softcover.small{zoom:44%}@media screen and (min-width:330px){.wrapper-view.child.softcover.small{zoom:47%}}@media screen and (min-width:350px){.wrapper-view.child.softcover.small{zoom:53%}}@media screen and (min-width:360px){.wrapper-view.child.softcover.small{zoom:61%}}@media screen and (min-width:380px){.wrapper-view.child.softcover.small{zoom:60%}}@media screen and (min-width:390px){.wrapper-view.child.softcover.small{zoom:66%}}@media screen and (min-width:400px){.wrapper-view.child.softcover.small{zoom:69%}}@media screen and (min-width:430px){.wrapper-view.child.softcover.small{zoom:73%}}@media screen and (min-width:640px){.wrapper-view.child.softcover.small{zoom:33%}}@media screen and (min-width:1000px){.wrapper-view.child.softcover.small{zoom:69%}}@media screen and (min-width:1100px){.wrapper-view.child.softcover.small{zoom:74%}}@media screen and (min-width:1200px){.wrapper-view.child.softcover.small{zoom:83%}}@media screen and (min-width:1300px){.wrapper-view.child.softcover.small{zoom:90%}}@media screen and (min-width:1400px){.wrapper-view.child.softcover.small{zoom:94%}}@media screen and (min-width:1500px){.wrapper-view.child.softcover.small{zoom:96%}}@media screen and (min-width:1600px){.wrapper-view.child.softcover.small{zoom:78%}}@media screen and (min-width:1700px){.wrapper-view.child.softcover.small{zoom:85%}}@media screen and (min-width:1800px){.wrapper-view.child.softcover.small{zoom:94%}}@media screen and (min-width:2000px){.wrapper-view.child.softcover.small{zoom:98%}}@media screen and (min-width:2200px){.wrapper-view.child.softcover.small{zoom:99%}}@media screen and (min-width:2500px){.wrapper-view.child.softcover.small{zoom:99%}}@media screen and (min-width:2900px){.wrapper-view.child.softcover.small{zoom:96%}}@media screen and (min-width:3000px){.wrapper-view.child.softcover.small{zoom:97%}}.wrapper-view.child.softcover.extraSmall{zoom:43%}@media screen and (min-width:330px){.wrapper-view.child.softcover.extraSmall{zoom:47%}}@media screen and (min-width:350px){.wrapper-view.child.softcover.extraSmall{zoom:53%}}@media screen and (min-width:360px){.wrapper-view.child.softcover.extraSmall{zoom:57%}}@media screen and (min-width:380px){.wrapper-view.child.softcover.extraSmall{zoom:60%}}@media screen and (min-width:390px){.wrapper-view.child.softcover.extraSmall{zoom:63%}}@media screen and (min-width:400px){.wrapper-view.child.softcover.extraSmall{zoom:66%}}@media screen and (min-width:430px){.wrapper-view.child.softcover.extraSmall{zoom:67%}}@media screen and (min-width:640px){.wrapper-view.child.softcover.extraSmall{zoom:62%}}@media screen and (min-width:1000px){.wrapper-view.child.softcover.extraSmall{zoom:67%}}@media screen and (min-width:1050px){.wrapper-view.child.softcover.extraSmall{zoom:70%}}@media screen and (min-width:1100px){.wrapper-view.child.softcover.extraSmall{zoom:73%}}@media screen and (min-width:1200px){.wrapper-view.child.softcover.extraSmall{zoom:79%}}@media screen and (min-width:1300px){.wrapper-view.child.softcover.extraSmall{zoom:86%}}@media screen and (min-width:1400px){.wrapper-view.child.softcover.extraSmall{zoom:87%}}@media screen and (min-width:1500px){.wrapper-view.child.softcover.extraSmall{zoom:89%}}@media screen and (min-width:1540px){.wrapper-view.child.softcover.extraSmall{zoom:67%}}@media screen and (min-width:1600px){.wrapper-view.child.softcover.extraSmall{zoom:74%}}@media screen and (min-width:1700px){.wrapper-view.child.softcover.extraSmall{zoom:76%}}@media screen and (min-width:1800px){.wrapper-view.child.softcover.extraSmall{zoom:80%}}@media screen and (min-width:1900px){.wrapper-view.child.softcover.extraSmall{zoom:88%}}@media screen and (min-width:2000px){.wrapper-view.child.softcover.extraSmall{zoom:93%}}@media screen and (min-width:2100px){.wrapper-view.child.softcover.extraSmall{zoom:96%}}@media screen and (min-width:2200px){.wrapper-view.child.softcover.extraSmall{zoom:101%}}@media screen and (min-width:2300px){.wrapper-view.child.softcover.extraSmall{zoom:107%}}@media screen and (min-width:2400px){.wrapper-view.child.softcover.extraSmall{zoom:113%}}@media screen and (min-width:2500px){.wrapper-view.child.softcover.extraSmall{zoom:118%}}@media screen and (min-width:2600px){.wrapper-view.child.softcover.extraSmall{zoom:120%}}@media screen and (min-width:2700px){.wrapper-view.child.softcover.extraSmall{zoom:120%}}@media screen and (min-width:2800px){.wrapper-view.child.softcover.extraSmall{zoom:118%}}@media screen and (min-width:2900px){.wrapper-view.child.softcover.extraSmall{zoom:117%}}@media screen and (min-width:3000px){.wrapper-view.child.softcover.extraSmall{zoom:117%}}.wrapper-view.adult.softcover{zoom:70%;height:84mm;margin-top:-.05mm;width:57.7mm}@media screen and (min-width:330px){.wrapper-view.adult.softcover{zoom:90%}}@media screen and (min-width:350px){.wrapper-view.adult.softcover{zoom:88%}}@media screen and (min-width:360px){.wrapper-view.adult.softcover{zoom:85%}}@media screen and (min-width:380px){.wrapper-view.adult.softcover{zoom:90%}}@media screen and (min-width:390px){.wrapper-view.adult.softcover{zoom:88%}}@media screen and (min-width:400px){.wrapper-view.adult.softcover{zoom:92%}}@media screen and (min-width:430px){.wrapper-view.adult.softcover{zoom:94%}}@media screen and (min-width:640px){.wrapper-view.adult.softcover{zoom:90%}}@media screen and (min-width:1000px){.wrapper-view.adult.softcover{zoom:86%}}@media screen and (min-width:1100px){.wrapper-view.adult.softcover{zoom:93%}}@media screen and (min-width:1200px){.wrapper-view.adult.softcover{zoom:100%}}@media screen and (min-width:1280px){.wrapper-view.adult.softcover{zoom:80%}}@media screen and (min-width:1300px){.wrapper-view.adult.softcover{zoom:85%}}@media screen and (min-width:1400px){.wrapper-view.adult.softcover{zoom:96%}}@media screen and (min-width:1500px){.wrapper-view.adult.softcover{zoom:96%}}@media screen and (min-width:1540px){.wrapper-view.adult.softcover{zoom:77%}}@media screen and (min-width:1600px){.wrapper-view.adult.softcover{zoom:83%}}@media screen and (min-width:1700px){.wrapper-view.adult.softcover{zoom:90%}}@media screen and (min-width:1800px){.wrapper-view.adult.softcover{zoom:94%}}@media screen and (min-width:1900px){.wrapper-view.adult.softcover{zoom:100%}}@media screen and (min-width:2000px){.wrapper-view.adult.softcover{zoom:106%}}@media screen and (min-width:2100px){.wrapper-view.adult.softcover{zoom:112%}}@media screen and (min-width:2200px){.wrapper-view.adult.softcover{zoom:114%}}@media screen and (min-width:2300px){.wrapper-view.adult.softcover{zoom:123%}}@media screen and (min-width:2400px){.wrapper-view.adult.softcover{zoom:123%}}@media screen and (min-width:2500px){.wrapper-view.adult.softcover{zoom:135%}}@media screen and (min-width:2600px){.wrapper-view.adult.softcover{zoom:138%}}@media screen and (min-width:2700px){.wrapper-view.adult.softcover{zoom:141%}}@media screen and (min-width:2800px){.wrapper-view.adult.softcover{zoom:143%}}@media screen and (min-width:2900px){.wrapper-view.adult.softcover{zoom:146%}}@media screen and (min-width:3000px){.wrapper-view.adult.softcover{zoom:150%}}.wrapper-view.adult.softcover.flipBook{zoom:62%}@media screen and (min-width:360px){.wrapper-view.adult.softcover.flipBook{zoom:69%}}@media screen and (min-width:960px){.wrapper-view.adult.softcover.flipBook{zoom:93%}}@media screen and (min-width:1280px){.wrapper-view.adult.softcover.flipBook{zoom:109%}}@media screen and (min-width:1400px){.wrapper-view.adult.softcover.flipBook{zoom:161%}}.wrapper-view.adult.softcover.small{zoom:48%}@media screen and (min-width:330px){.wrapper-view.adult.softcover.small{zoom:47%}}@media screen and (min-width:350px){.wrapper-view.adult.softcover.small{zoom:53%}}@media screen and (min-width:360px){.wrapper-view.adult.softcover.small{zoom:70%}}@media screen and (min-width:380px){.wrapper-view.adult.softcover.small{zoom:60%}}@media screen and (min-width:390px){.wrapper-view.adult.softcover.small{zoom:76%}}@media screen and (min-width:400px){.wrapper-view.adult.softcover.small{zoom:82%}}@media screen and (min-width:430px){.wrapper-view.adult.softcover.small{zoom:84%}}@media screen and (min-width:640px){.wrapper-view.adult.softcover.small{zoom:39%}}@media screen and (min-width:1000px){.wrapper-view.adult.softcover.small{zoom:80%}}@media screen and (min-width:1100px){.wrapper-view.adult.softcover.small{zoom:56%}}@media screen and (min-width:1200px){.wrapper-view.adult.softcover.small{zoom:58%}}@media screen and (min-width:1400px){.wrapper-view.adult.softcover.small{zoom:58%}}@media screen and (min-width:1500px){.wrapper-view.adult.softcover.small{zoom:60%}}@media screen and (min-width:1600px){.wrapper-view.adult.softcover.small{zoom:58%}}@media screen and (min-width:3000px){.wrapper-view.adult.softcover.small{zoom:62%}}.wrapper-view.adult.softcover.extraSmall{zoom:39%}@media screen and (min-width:330px){.wrapper-view.adult.softcover.extraSmall{zoom:47%}}@media screen and (min-width:350px){.wrapper-view.adult.softcover.extraSmall{zoom:53%}}@media screen and (min-width:360px){.wrapper-view.adult.softcover.extraSmall{zoom:33%}}@media screen and (min-width:380px){.wrapper-view.adult.softcover.extraSmall{zoom:35%}}@media screen and (min-width:390px){.wrapper-view.adult.softcover.extraSmall{zoom:35%}}@media screen and (min-width:400px){.wrapper-view.adult.softcover.extraSmall{zoom:35%}}@media screen and (min-width:430px){.wrapper-view.adult.softcover.extraSmall{zoom:34%}}@media screen and (min-width:640px){.wrapper-view.adult.softcover.extraSmall{zoom:53%}}@media screen and (min-width:1000px){.wrapper-view.adult.softcover.extraSmall{zoom:56%}}@media screen and (min-width:1050px){.wrapper-view.adult.softcover.extraSmall{zoom:45%}}@media screen and (min-width:1100px){.wrapper-view.adult.softcover.extraSmall{zoom:48%}}@media screen and (min-width:1200px){.wrapper-view.adult.softcover.extraSmall{zoom:50%}}@media screen and (min-width:1300px){.wrapper-view.adult.softcover.extraSmall{zoom:47%}}@media screen and (min-width:1400px){.wrapper-view.adult.softcover.extraSmall{zoom:46%}}@media screen and (min-width:1500px){.wrapper-view.adult.softcover.extraSmall{zoom:51%}}@media screen and (min-width:1540px){.wrapper-view.adult.softcover.extraSmall{zoom:48%}}@media screen and (min-width:1600px){.wrapper-view.adult.softcover.extraSmall{zoom:50%}}@media screen and (min-width:1700px){.wrapper-view.adult.softcover.extraSmall{zoom:48%}}@media screen and (min-width:1800px){.wrapper-view.adult.softcover.extraSmall{zoom:51%}}@media screen and (min-width:1900px){.wrapper-view.adult.softcover.extraSmall{zoom:51%}}@media screen and (min-width:2000px){.wrapper-view.adult.softcover.extraSmall{zoom:51%}}@media screen and (min-width:2100px){.wrapper-view.adult.softcover.extraSmall{zoom:53%}}@media screen and (min-width:2200px){.wrapper-view.adult.softcover.extraSmall{zoom:55%}}@media screen and (min-width:2300px){.wrapper-view.adult.softcover.extraSmall{zoom:59%}}@media screen and (min-width:2400px){.wrapper-view.adult.softcover.extraSmall{zoom:61%}}@media screen and (min-width:2500px){.wrapper-view.adult.softcover.extraSmall{zoom:65%}}@media screen and (min-width:2600px){.wrapper-view.adult.softcover.extraSmall{zoom:66%}}@media screen and (min-width:2700px){.wrapper-view.adult.softcover.extraSmall{zoom:67%}}@media screen and (min-width:2800px){.wrapper-view.adult.softcover.extraSmall{zoom:67%}}@media screen and (min-width:2900px){.wrapper-view.adult.softcover.extraSmall{zoom:66%}}@media screen and (min-width:3000px){.wrapper-view.adult.softcover.extraSmall{zoom:66%}}@media print{.page-break{page-break-before:always}}.page-editor.adult .page-editor__container{zoom:55%;height:127mm;width:90mm}@media screen and (min-width:360px){.page-editor.adult .page-editor__container{zoom:75%}}@media screen and (min-width:370px){.page-editor.adult .page-editor__container{zoom:72%}}@media screen and (min-width:380px){.page-editor.adult .page-editor__container{zoom:80%}}@media screen and (min-width:400px){.page-editor.adult .page-editor__container{zoom:86%}}@media screen and (min-width:430px){.page-editor.adult .page-editor__container{zoom:88%}}@media screen and (min-width:460px){.page-editor.adult .page-editor__container{zoom:160%}}@media screen and (min-width:600px){.page-editor.adult .page-editor__container{zoom:140%}}@media screen and (min-width:800px){.page-editor.adult .page-editor__container{zoom:170%}}@media screen and (min-width:900px){.page-editor.adult .page-editor__container{zoom:100%}}@media screen and (min-width:1000px){.page-editor.adult .page-editor__container{zoom:40%}}@media screen and (min-width:1000px)and (min-height:500px){.page-editor.adult .page-editor__container{zoom:55%}}@media screen and (min-width:1000px)and (min-height:600px){.page-editor.adult .page-editor__container{zoom:75%}}@media screen and (min-width:1000px)and (min-height:700px){.page-editor.adult .page-editor__container{zoom:90%}}@media screen and (min-width:1000px)and (min-height:800px){.page-editor.adult .page-editor__container{zoom:110%}}@media screen and (min-width:1000px)and (min-height:1000px){.page-editor.adult .page-editor__container{zoom:130%}}@media screen and (min-width:1300px){.page-editor.adult .page-editor__container{zoom:40%}}@media screen and (min-width:1300px)and (min-height:500px){.page-editor.adult .page-editor__container{zoom:55%}}@media screen and (min-width:1300px)and (min-height:600px){.page-editor.adult .page-editor__container{zoom:75%}}@media screen and (min-width:1300px)and (min-height:800px){.page-editor.adult .page-editor__container{zoom:110%}}@media screen and (min-width:1300px)and (min-height:1000px){.page-editor.adult .page-editor__container{zoom:140%}}@media screen and (min-width:1300px)and (min-height:1200px){.page-editor.adult .page-editor__container{zoom:170%}}@media screen and (min-width:1700px){.page-editor.adult .page-editor__container{zoom:40%}}@media screen and (min-width:1700px)and (min-height:500px){.page-editor.adult .page-editor__container{zoom:55%}}@media screen and (min-width:1700px)and (min-height:600px){.page-editor.adult .page-editor__container{zoom:75%}}@media screen and (min-width:1700px)and (min-height:800px){.page-editor.adult .page-editor__container{zoom:110%}}@media screen and (min-width:1700px)and (min-height:1000px){.page-editor.adult .page-editor__container{zoom:140%}}@media screen and (min-width:1700px)and (min-height:1200px){.page-editor.adult .page-editor__container{zoom:170%}}@media screen and (min-width:1700px)and (min-height:1400px){.page-editor.adult .page-editor__container{zoom:210%}}@media screen and (min-width:1700px)and (min-height:1600px){.page-editor.adult .page-editor__container{zoom:230%}}@media screen and (min-width:1900px){.page-editor.adult .page-editor__container{zoom:40%}}@media screen and (min-width:1900px)and (min-height:500px){.page-editor.adult .page-editor__container{zoom:55%}}@media screen and (min-width:1900px)and (min-height:600px){.page-editor.adult .page-editor__container{zoom:75%}}@media screen and (min-width:1900px)and (min-height:800px){.page-editor.adult .page-editor__container{zoom:110%}}@media screen and (min-width:1900px)and (min-height:1000px){.page-editor.adult .page-editor__container{zoom:150%}}@media screen and (min-width:1900px)and (min-height:1200px){.page-editor.adult .page-editor__container{zoom:180%}}@media screen and (min-width:1900px)and (min-height:1400px){.page-editor.adult .page-editor__container{zoom:210%}}@media screen and (min-width:1900px)and (min-height:1600px){.page-editor.adult .page-editor__container{zoom:240%}}@media screen and (min-width:1900px)and (min-height:1800px){.page-editor.adult .page-editor__container{zoom:270%}}@media screen and (min-width:2500px){.page-editor.adult .page-editor__container{zoom:40%}}@media screen and (min-width:2500px)and (min-height:500px){.page-editor.adult .page-editor__container{zoom:55%}}@media screen and (min-width:2500px)and (min-height:600px){.page-editor.adult .page-editor__container{zoom:75%}}@media screen and (min-width:2500px)and (min-height:800px){.page-editor.adult .page-editor__container{zoom:110%}}@media screen and (min-width:2500px)and (min-height:1000px){.page-editor.adult .page-editor__container{zoom:150%}}@media screen and (min-width:2500px)and (min-height:1200px){.page-editor.adult .page-editor__container{zoom:180%}}@media screen and (min-width:2500px)and (min-height:1400px){.page-editor.adult .page-editor__container{zoom:210%}}@media screen and (min-width:2500px)and (min-height:1600px){.page-editor.adult .page-editor__container{zoom:240%}}@media screen and (min-width:2500px)and (min-height:1800px){.page-editor.adult .page-editor__container{zoom:280%}}@media screen and (min-width:2500px)and (min-height:2000px){.page-editor.adult .page-editor__container{zoom:300%}}@media screen and (min-width:2500px)and (min-height:2300px){.page-editor.adult .page-editor__container{zoom:350%}}@media screen and (min-width:3000px){.page-editor.adult .page-editor__container{zoom:40%}}@media screen and (min-width:3000px)and (min-height:500px){.page-editor.adult .page-editor__container{zoom:55%}}@media screen and (min-width:3000px)and (min-height:600px){.page-editor.adult .page-editor__container{zoom:75%}}@media screen and (min-width:3000px)and (min-height:800px){.page-editor.adult .page-editor__container{zoom:110%}}@media screen and (min-width:3000px)and (min-height:1000px){.page-editor.adult .page-editor__container{zoom:150%}}@media screen and (min-width:3000px)and (min-height:1200px){.page-editor.adult .page-editor__container{zoom:170%}}@media screen and (min-width:3000px)and (min-height:1400px){.page-editor.adult .page-editor__container{zoom:210%}}@media screen and (min-width:3000px)and (min-height:1600px){.page-editor.adult .page-editor__container{zoom:240%}}@media screen and (min-width:3000px)and (min-height:1800px){.page-editor.adult .page-editor__container{zoom:280%}}@media screen and (min-width:3000px)and (min-height:2000px){.page-editor.adult .page-editor__container{zoom:300%}}@media screen and (min-width:3000px)and (min-height:2200px){.page-editor.adult .page-editor__container{zoom:330%}}@media screen and (min-width:3000px)and (min-height:2400px){.page-editor.adult .page-editor__container{zoom:360%}}@media screen and (min-width:3000px)and (min-height:2600px){.page-editor.adult .page-editor__container{zoom:390%}}@media screen and (min-width:3000px)and (min-height:2800px){.page-editor.adult .page-editor__container{zoom:420%}}@media screen and (min-width:3000px)and (min-height:3000px){.page-editor.adult .page-editor__container{zoom:440%}}@media screen and (min-width:3600px){.page-editor.adult .page-editor__container{zoom:40%}}@media screen and (min-width:3600px)and (min-height:500px){.page-editor.adult .page-editor__container{zoom:55%}}@media screen and (min-width:3600px)and (min-height:600px){.page-editor.adult .page-editor__container{zoom:75%}}@media screen and (min-width:3600px)and (min-height:800px){.page-editor.adult .page-editor__container{zoom:110%}}@media screen and (min-width:3600px)and (min-height:1000px){.page-editor.adult .page-editor__container{zoom:150%}}@media screen and (min-width:3600px)and (min-height:1200px){.page-editor.adult .page-editor__container{zoom:170%}}@media screen and (min-width:3600px)and (min-height:1400px){.page-editor.adult .page-editor__container{zoom:210%}}@media screen and (min-width:3600px)and (min-height:1600px){.page-editor.adult .page-editor__container{zoom:240%}}@media screen and (min-width:3600px)and (min-height:1800px){.page-editor.adult .page-editor__container{zoom:280%}}@media screen and (min-width:3600px)and (min-height:2000px){.page-editor.adult .page-editor__container{zoom:300%}}@media screen and (min-width:3600px)and (min-height:2200px){.page-editor.adult .page-editor__container{zoom:330%}}@media screen and (min-width:3600px)and (min-height:2400px){.page-editor.adult .page-editor__container{zoom:360%}}@media screen and (min-width:3600px)and (min-height:2600px){.page-editor.adult .page-editor__container{zoom:385%}}@media screen and (min-width:3600px)and (min-height:2800px){.page-editor.adult .page-editor__container{zoom:400%}}@media screen and (min-width:3600px)and (min-height:3000px){.page-editor.adult .page-editor__container{zoom:410%}}@media screen and (min-width:3600px)and (min-height:3200px){.page-editor.adult .page-editor__container{zoom:430%}}@media screen and (min-width:3600px)and (min-height:3400px){.page-editor.adult .page-editor__container{zoom:450%}}@media screen and (min-width:3600px)and (min-height:3600px){.page-editor.adult .page-editor__container{zoom:470%}}@media screen and (min-width:3600px)and (min-height:4500px){.page-editor.adult .page-editor__container{zoom:490%}}.page-editor.child .page-editor__container{zoom:36%;height:126mm;width:180mm}@media screen and (min-width:360px){.page-editor.child .page-editor__container{zoom:46%}}@media screen and (min-width:370px){.page-editor.child .page-editor__container{zoom:49%}}@media screen and (min-width:380px){.page-editor.child .page-editor__container{zoom:49%}}@media screen and (min-width:400px){.page-editor.child .page-editor__container{zoom:53%}}@media screen and (min-width:430px){.page-editor.child .page-editor__container{zoom:56%}}@media screen and (min-width:460px){.page-editor.child .page-editor__container{zoom:160%}}@media screen and (min-width:600px){.page-editor.child .page-editor__container{zoom:100%}}@media screen and (min-width:800px){.page-editor.child .page-editor__container{zoom:100%}}@media screen and (min-width:900px){.page-editor.child .page-editor__container{zoom:100%}}@media screen and (min-width:1000px){.page-editor.child .page-editor__container{zoom:45%}}@media screen and (min-width:1000px)and (min-height:500px){.page-editor.child .page-editor__container{zoom:55%}}@media screen and (min-width:1000px)and (min-height:650px){.page-editor.child .page-editor__container{zoom:75%}}@media screen and (min-width:1000px)and (min-height:800px){.page-editor.child .page-editor__container{zoom:110%}}@media screen and (min-width:1000px)and (min-height:1000px){.page-editor.child .page-editor__container{zoom:130%}}@media screen and (min-width:1300px){.page-editor.child .page-editor__container{zoom:50%}}@media screen and (min-width:1300px)and (min-height:500px){.page-editor.child .page-editor__container{zoom:55%}}@media screen and (min-width:1300px)and (min-height:650px){.page-editor.child .page-editor__container{zoom:75%}}@media screen and (min-width:1300px)and (min-height:800px){.page-editor.child .page-editor__container{zoom:110%}}@media screen and (min-width:1300px)and (min-height:1000px){.page-editor.child .page-editor__container{zoom:140%}}@media screen and (min-width:1300px)and (min-height:1200px){.page-editor.child .page-editor__container{zoom:170%}}@media screen and (min-width:1700px){.page-editor.child .page-editor__container{zoom:40%}}@media screen and (min-width:1700px)and (min-height:500px){.page-editor.child .page-editor__container{zoom:55%}}@media screen and (min-width:1700px)and (min-height:650px){.page-editor.child .page-editor__container{zoom:75%}}@media screen and (min-width:1700px)and (min-height:800px){.page-editor.child .page-editor__container{zoom:110%}}@media screen and (min-width:1700px)and (min-height:1000px){.page-editor.child .page-editor__container{zoom:140%}}@media screen and (min-width:1700px)and (min-height:1200px){.page-editor.child .page-editor__container{zoom:170%}}@media screen and (min-width:1700px)and (min-height:1400px){.page-editor.child .page-editor__container{zoom:210%}}@media screen and (min-width:1900px){.page-editor.child .page-editor__container{zoom:45%}}@media screen and (min-width:1900px)and (min-height:500px){.page-editor.child .page-editor__container{zoom:55%}}@media screen and (min-width:1900px)and (min-height:650px){.page-editor.child .page-editor__container{zoom:75%}}@media screen and (min-width:1900px)and (min-height:800px){.page-editor.child .page-editor__container{zoom:110%}}@media screen and (min-width:1900px)and (min-height:1000px){.page-editor.child .page-editor__container{zoom:150%}}@media screen and (min-width:1900px)and (min-height:1200px){.page-editor.child .page-editor__container{zoom:180%}}@media screen and (min-width:1900px)and (min-height:1400px){.page-editor.child .page-editor__container{zoom:210%}}@media screen and (min-width:1900px)and (min-height:1600px){.page-editor.child .page-editor__container{zoom:240%}}@media screen and (min-width:2500px){.page-editor.child .page-editor__container{zoom:40%}}@media screen and (min-width:2500px)and (min-height:500px){.page-editor.child .page-editor__container{zoom:55%}}@media screen and (min-width:2500px)and (min-height:650px){.page-editor.child .page-editor__container{zoom:75%}}@media screen and (min-width:2500px)and (min-height:800px){.page-editor.child .page-editor__container{zoom:110%}}@media screen and (min-width:2500px)and (min-height:1000px){.page-editor.child .page-editor__container{zoom:150%}}@media screen and (min-width:2500px)and (min-height:1200px){.page-editor.child .page-editor__container{zoom:180%}}@media screen and (min-width:2500px)and (min-height:1400px){.page-editor.child .page-editor__container{zoom:210%}}@media screen and (min-width:2500px)and (min-height:1600px){.page-editor.child .page-editor__container{zoom:240%}}@media screen and (min-width:2500px)and (min-height:1800px){.page-editor.child .page-editor__container{zoom:280%}}@media screen and (min-width:2500px)and (min-height:2000px){.page-editor.child .page-editor__container{zoom:300%}}@media screen and (min-width:2500px)and (min-height:2300px){.page-editor.child .page-editor__container{zoom:350%}}@media screen and (min-width:3000px){.page-editor.child .page-editor__container{zoom:40%}}@media screen and (min-width:3000px)and (min-height:500px){.page-editor.child .page-editor__container{zoom:55%}}@media screen and (min-width:3000px)and (min-height:650px){.page-editor.child .page-editor__container{zoom:75%}}@media screen and (min-width:3000px)and (min-height:800px){.page-editor.child .page-editor__container{zoom:110%}}@media screen and (min-width:3000px)and (min-height:1000px){.page-editor.child .page-editor__container{zoom:150%}}@media screen and (min-width:3000px)and (min-height:1200px){.page-editor.child .page-editor__container{zoom:180%}}@media screen and (min-width:3000px)and (min-height:1400px){.page-editor.child .page-editor__container{zoom:210%}}@media screen and (min-width:3000px)and (min-height:1600px){.page-editor.child .page-editor__container{zoom:240%}}@media screen and (min-width:3000px)and (min-height:1800px){.page-editor.child .page-editor__container{zoom:280%}}@media screen and (min-width:3000px)and (min-height:2000px){.page-editor.child .page-editor__container{zoom:300%}}@media screen and (min-width:3000px)and (min-height:2200px){.page-editor.child .page-editor__container{zoom:330%}}@media screen and (min-width:3000px)and (min-height:2400px){.page-editor.child .page-editor__container{zoom:360%}}@media screen and (min-width:3000px)and (min-height:2600px){.page-editor.child .page-editor__container{zoom:390%}}@media screen and (min-width:3000px)and (min-height:2800px){.page-editor.child .page-editor__container{zoom:420%}}@media screen and (min-width:3000px)and (min-height:3000px){.page-editor.child .page-editor__container{zoom:440%}}@media screen and (min-width:3600px){.page-editor.child .page-editor__container{zoom:40%}}@media screen and (min-width:3600px)and (min-height:500px){.page-editor.child .page-editor__container{zoom:55%}}@media screen and (min-width:3600px)and (min-height:650px){.page-editor.child .page-editor__container{zoom:75%}}@media screen and (min-width:3600px)and (min-height:800px){.page-editor.child .page-editor__container{zoom:110%}}@media screen and (min-width:3600px)and (min-height:1000px){.page-editor.child .page-editor__container{zoom:150%}}@media screen and (min-width:3600px)and (min-height:1200px){.page-editor.child .page-editor__container{zoom:180%}}@media screen and (min-width:3600px)and (min-height:1400px){.page-editor.child .page-editor__container{zoom:210%}}@media screen and (min-width:3600px)and (min-height:1600px){.page-editor.child .page-editor__container{zoom:240%}}@media screen and (min-width:3600px)and (min-height:1800px){.page-editor.child .page-editor__container{zoom:280%}}@media screen and (min-width:3600px)and (min-height:2000px){.page-editor.child .page-editor__container{zoom:300%}}@media screen and (min-width:3600px)and (min-height:2200px){.page-editor.child .page-editor__container{zoom:330%}}@media screen and (min-width:3600px)and (min-height:2400px){.page-editor.child .page-editor__container{zoom:360%}}@media screen and (min-width:3600px)and (min-height:2600px){.page-editor.child .page-editor__container{zoom:385%}}@media screen and (min-width:3600px)and (min-height:2800px){.page-editor.child .page-editor__container{zoom:400%}}@media screen and (min-width:3600px)and (min-height:3000px){.page-editor.child .page-editor__container{zoom:410%}}@media screen and (min-width:3600px)and (min-height:3200px){.page-editor.child .page-editor__container{zoom:430%}}@media screen and (min-width:3600px)and (min-height:3400px){.page-editor.child .page-editor__container{zoom:450%}}@media screen and (min-width:3600px)and (min-height:3600px){.page-editor.child .page-editor__container{zoom:470%}}@media screen and (min-width:3600px)and (min-height:4500px){.page-editor.child .page-editor__container{zoom:490%}}.page-editor__container>*{transform:scale(1)}.page-editor__mobile-absolute-box{height:250px;max-height:250px}@media screen and (min-width:640px){.page-editor__mobile-absolute-box{height:350px;max-height:350px}}@media screen and (min-width:1024px){.page-editor__mobile-absolute-box{height:450px;max-height:450px}}.page-view.child{zoom:39%;height:126mm;width:180mm}@media screen and (min-width:330px){.page-view.child{zoom:47%}}@media screen and (min-width:350px){.page-view.child{zoom:53%}}@media screen and (min-width:360px){.page-view.child{zoom:51%}}@media screen and (min-width:370px){.page-view.child{zoom:53%}}@media screen and (min-width:380px){.page-view.child{zoom:55.5%}}@media screen and (min-width:400px){.page-view.child{zoom:59%}}@media screen and (min-width:430px){.page-view.child{zoom:61%}}@media screen and (min-width:650px){.page-view.child{zoom:44%}}@media screen and (min-width:800px){.page-view.child{zoom:46.5%}}@media screen and (min-width:900px){.page-view.child{zoom:52%}}@media screen and (min-width:1000px){.page-view.child{zoom:40%}}@media screen and (min-width:1100px){.page-view.child{zoom:44.5%}}@media screen and (min-width:1200px){.page-view.child{zoom:48%}}@media screen and (min-width:1280px){.page-view.child{zoom:37%}}@media screen and (min-width:1300px){.page-view.child{zoom:39%}}@media screen and (min-width:1400px){.page-view.child{zoom:42%}}@media screen and (min-width:1500px){.page-view.child{zoom:44.5%}}@media screen and (min-width:1600px){.page-view.child{zoom:47.5%}}@media screen and (min-width:1700px){.page-view.child{zoom:51%}}@media screen and (min-width:1800px){.page-view.child{zoom:53.5%}}@media screen and (min-width:1900px){.page-view.child{zoom:57%}}@media screen and (min-width:2000px){.page-view.child{zoom:60%}}@media screen and (min-width:2100px){.page-view.child{zoom:63%}}@media screen and (min-width:2200px){.page-view.child{zoom:66%}}@media screen and (min-width:2300px){.page-view.child{zoom:69%}}@media screen and (min-width:2400px){.page-view.child{zoom:72.5%}}@media screen and (min-width:2500px){.page-view.child{zoom:75.5%}}@media screen and (min-width:2600px){.page-view.child{zoom:78.5%}}@media screen and (min-width:2700px){.page-view.child{zoom:81.5%}}@media screen and (min-width:2800px){.page-view.child{zoom:84.5%}}@media screen and (min-width:2900px){.page-view.child{zoom:87.5%}}@media screen and (min-width:3000px){.page-view.child{zoom:90.5%}}.page-view.child.flipBook{zoom:24%}@media screen and (min-width:480px){.page-view.child.flipBook{zoom:50%}}@media screen and (min-width:900px){.page-view.child.flipBook{zoom:24%}}@media screen and (min-width:1000px){.page-view.child.flipBook{zoom:55%}}@media screen and (min-width:1300px){.page-view.child.flipBook{zoom:60%}}@media screen and (min-width:1500px){.page-view.child.flipBook{zoom:78%}}.page-view.child.wizard{zoom:35%}@media screen and (min-width:330px){.page-view.child.wizard{zoom:47%}}@media screen and (min-width:350px){.page-view.child.wizard{zoom:46%}}@media screen and (min-width:380px){.page-view.child.wizard{zoom:49%}}@media screen and (min-width:400px){.page-view.child.wizard{zoom:52%}}@media screen and (min-width:430px){.page-view.child.wizard{zoom:54%}}@media screen and (min-width:650px){.page-view.child.wizard{zoom:30%}}@media screen and (min-width:900px){.page-view.child.wizard{zoom:34%}}@media screen and (min-width:1000px){.page-view.child.wizard{zoom:41.5%}}@media screen and (min-width:1100px){.page-view.child.wizard{zoom:46%}}@media screen and (min-width:1200px){.page-view.child.wizard{zoom:50%}}@media screen and (min-width:1300px){.page-view.child.wizard{zoom:53%}}@media screen and (min-width:1400px){.page-view.child.wizard{zoom:57%}}@media screen and (min-width:1500px){.page-view.child.wizard{zoom:59%}}@media screen and (min-width:1600px){.page-view.child.wizard{zoom:49%}}@media screen and (min-width:1700px){.page-view.child.wizard{zoom:51%}}@media screen and (min-width:1800px){.page-view.child.wizard{zoom:54%}}@media screen and (min-width:1900px){.page-view.child.wizard{zoom:58%}}@media screen and (min-width:2000px){.page-view.child.wizard{zoom:61%}}@media screen and (min-width:2200px){.page-view.child.wizard{zoom:64%}}@media screen and (min-width:2500px){.page-view.child.wizard{zoom:70%}}@media screen and (min-width:2800px){.page-view.child.wizard{zoom:77%}}.page-view.child.normal{zoom:31%}@media screen and (min-width:330px){.page-view.child.normal{zoom:39%}}@media screen and (min-width:350px){.page-view.child.normal{zoom:45%}}@media screen and (min-width:360px){.page-view.child.normal{zoom:42%}}@media screen and (min-width:370px){.page-view.child.normal{zoom:44%}}@media screen and (min-width:380px){.page-view.child.normal{zoom:47%}}@media screen and (min-width:400px){.page-view.child.normal{zoom:49%}}@media screen and (min-width:430px){.page-view.child.normal{zoom:52%}}@media screen and (min-width:650px){.page-view.child.normal{zoom:50%}}@media screen and (min-width:800px){.page-view.child.normal{zoom:52.5%}}@media screen and (min-width:900px){.page-view.child.normal{zoom:58%}}@media screen and (min-width:1000px){.page-view.child.normal{zoom:46%}}@media screen and (min-width:1100px){.page-view.child.normal{zoom:50.5%}}@media screen and (min-width:1200px){.page-view.child.normal{zoom:54%}}@media screen and (min-width:1280px){.page-view.child.normal{zoom:43%}}@media screen and (min-width:1300px){.page-view.child.normal{zoom:45%}}@media screen and (min-width:1400px){.page-view.child.normal{zoom:48%}}@media screen and (min-width:1500px){.page-view.child.normal{zoom:50.5%}}@media screen and (min-width:1600px){.page-view.child.normal{zoom:53.5%}}@media screen and (min-width:1700px){.page-view.child.normal{zoom:57%}}@media screen and (min-width:1800px){.page-view.child.normal{zoom:59.5%}}@media screen and (min-width:1900px){.page-view.child.normal{zoom:63%}}@media screen and (min-width:2000px){.page-view.child.normal{zoom:66%}}@media screen and (min-width:2100px){.page-view.child.normal{zoom:69%}}@media screen and (min-width:2200px){.page-view.child.normal{zoom:72%}}@media screen and (min-width:2300px){.page-view.child.normal{zoom:75%}}@media screen and (min-width:2400px){.page-view.child.normal{zoom:78.5%}}@media screen and (min-width:2500px){.page-view.child.normal{zoom:81.5%}}@media screen and (min-width:2600px){.page-view.child.normal{zoom:84.5%}}@media screen and (min-width:2700px){.page-view.child.normal{zoom:87.5%}}@media screen and (min-width:2800px){.page-view.child.normal{zoom:90.5%}}@media screen and (min-width:2900px){.page-view.child.normal{zoom:93.5%}}@media screen and (min-width:3000px){.page-view.child.normal{zoom:96.5%}}.page-view.adult{zoom:37%;height:127mm;width:90mm}@media screen and (min-width:330px){.page-view.adult{zoom:47%}}@media screen and (min-width:350px){.page-view.adult{zoom:49%}}@media screen and (min-width:370px){.page-view.adult{zoom:51%}}@media screen and (min-width:380px){.page-view.adult{zoom:53.5%}}@media screen and (min-width:400px){.page-view.adult{zoom:57%}}@media screen and (min-width:430px){.page-view.adult{zoom:59%}}@media screen and (min-width:600px){.page-view.adult{zoom:91%}}@media screen and (min-width:700px){.page-view.adult{zoom:88.5%}}@media screen and (min-width:800px){.page-view.adult{zoom:92.5%}}@media screen and (min-width:900px){.page-view.adult{zoom:105.5%}}@media screen and (min-width:1000px){.page-view.adult{zoom:77%}}@media screen and (min-width:1100px){.page-view.adult{zoom:84.5%}}@media screen and (min-width:1200px){.page-view.adult{zoom:93%}}@media screen and (min-width:1280px){.page-view.adult{zoom:58%}}@media screen and (min-width:1400px){.page-view.adult{zoom:65%}}@media screen and (min-width:1500px){.page-view.adult{zoom:71%}}@media screen and (min-width:1600px){.page-view.adult{zoom:75%}}@media screen and (min-width:1700px){.page-view.adult{zoom:80%}}@media screen and (min-width:1800px){.page-view.adult{zoom:85%}}@media screen and (min-width:1900px){.page-view.adult{zoom:89.5%}}@media screen and (min-width:2000px){.page-view.adult{zoom:94.5%}}@media screen and (min-width:2100px){.page-view.adult{zoom:99.5%}}@media screen and (min-width:2200px){.page-view.adult{zoom:104.5%}}@media screen and (min-width:2300px){.page-view.adult{zoom:109.5%}}@media screen and (min-width:2400px){.page-view.adult{zoom:114%}}@media screen and (min-width:2500px){.page-view.adult{zoom:119%}}@media screen and (min-width:2600px){.page-view.adult{zoom:124%}}@media screen and (min-width:2700px){.page-view.adult{zoom:128.5%}}@media screen and (min-width:2800px){.page-view.adult{zoom:132.5%}}@media screen and (min-width:2900px){.page-view.adult{zoom:138.5%}}@media screen and (min-width:3000px){.page-view.adult{zoom:143.5%}}.page-view.adult.flipBook{zoom:44%}@media screen and (min-width:480px){.page-view.adult.flipBook{zoom:50%}}@media screen and (min-width:680px){.page-view.adult.flipBook{zoom:44%}}@media screen and (min-width:900px){.page-view.adult.flipBook{zoom:60%}}@media screen and (min-width:1300px){.page-view.adult.flipBook{zoom:70%}}@media screen and (min-width:1500px){.page-view.adult.flipBook{zoom:103%}}.page-view.adult.wizard{zoom:60%}@media screen and (min-width:350px){.page-view.adult.wizard{zoom:71%}}@media screen and (min-width:370px){.page-view.adult.wizard{zoom:74%}}@media screen and (min-width:380px){.page-view.adult.wizard{zoom:76%}}@media screen and (min-width:400px){.page-view.adult.wizard{zoom:81%}}@media screen and (min-width:430px){.page-view.adult.wizard{zoom:83%}}@media screen and (min-width:650px){.page-view.adult.wizard{zoom:59%}}@media screen and (min-width:900px){.page-view.adult.wizard{zoom:70%}}@media screen and (min-width:1000px){.page-view.adult.wizard{zoom:68%}}@media screen and (min-width:1100px){.page-view.adult.wizard{zoom:74%}}@media screen and (min-width:1200px){.page-view.adult.wizard{zoom:78%}}@media screen and (min-width:1300px){.page-view.adult.wizard{zoom:82%}}@media screen and (min-width:1400px){.page-view.adult.wizard{zoom:88%}}@media screen and (min-width:1500px){.page-view.adult.wizard{zoom:92%}}@media screen and (min-width:1600px){.page-view.adult.wizard{zoom:81%}}@media screen and (min-width:1700px){.page-view.adult.wizard{zoom:84%}}@media screen and (min-width:1800px){.page-view.adult.wizard{zoom:87%}}@media screen and (min-width:1900px){.page-view.adult.wizard{zoom:90%}}@media screen and (min-width:2000px){.page-view.adult.wizard{zoom:96%}}@media screen and (min-width:2100px){.page-view.adult.wizard{zoom:98%}}@media screen and (min-width:2200px){.page-view.adult.wizard{zoom:100%}}@media screen and (min-width:2300px){.page-view.adult.wizard{zoom:106%}}@media screen and (min-width:2400px){.page-view.adult.wizard{zoom:108%}}@media screen and (min-width:2500px){.page-view.adult.wizard{zoom:112%}}@media screen and (min-width:2600px){.page-view.adult.wizard{zoom:115%}}@media screen and (min-width:2700px){.page-view.adult.wizard{zoom:119%}}@media screen and (min-width:2800px){.page-view.adult.wizard{zoom:123%}}@media screen and (min-width:2900px){.page-view.adult.wizard{zoom:126%}}@media screen and (min-width:3000px){.page-view.adult.wizard{zoom:130%}}.page-view.adult.normal{zoom:37%}@media screen and (min-width:330px){.page-view.adult.normal{zoom:47%}}@media screen and (min-width:350px){.page-view.adult.normal{zoom:49%}}@media screen and (min-width:370px){.page-view.adult.normal{zoom:51%}}@media screen and (min-width:380px){.page-view.adult.normal{zoom:53.5%}}@media screen and (min-width:400px){.page-view.adult.normal{zoom:57%}}@media screen and (min-width:430px){.page-view.adult.normal{zoom:59%}}@media screen and (min-width:600px){.page-view.adult.normal{zoom:91%}}@media screen and (min-width:700px){.page-view.adult.normal{zoom:88.5%}}@media screen and (min-width:800px){.page-view.adult.normal{zoom:92.5%}}@media screen and (min-width:900px){.page-view.adult.normal{zoom:105.5%}}@media screen and (min-width:1000px){.page-view.adult.normal{zoom:77%}}@media screen and (min-width:1100px){.page-view.adult.normal{zoom:84.5%}}@media screen and (min-width:1200px){.page-view.adult.normal{zoom:93%}}@media screen and (min-width:1280px){.page-view.adult.normal{zoom:58%}}@media screen and (min-width:1400px){.page-view.adult.normal{zoom:65%}}@media screen and (min-width:1500px){.page-view.adult.normal{zoom:71%}}@media screen and (min-width:1600px){.page-view.adult.normal{zoom:75%}}@media screen and (min-width:1700px){.page-view.adult.normal{zoom:80%}}@media screen and (min-width:1800px){.page-view.adult.normal{zoom:85%}}@media screen and (min-width:1900px){.page-view.adult.normal{zoom:89.5%}}@media screen and (min-width:2000px){.page-view.adult.normal{zoom:94.5%}}@media screen and (min-width:2100px){.page-view.adult.normal{zoom:99.5%}}@media screen and (min-width:2200px){.page-view.adult.normal{zoom:104.5%}}@media screen and (min-width:2300px){.page-view.adult.normal{zoom:109.5%}}@media screen and (min-width:2400px){.page-view.adult.normal{zoom:114%}}@media screen and (min-width:2500px){.page-view.adult.normal{zoom:119%}}@media screen and (min-width:2600px){.page-view.adult.normal{zoom:124%}}@media screen and (min-width:2700px){.page-view.adult.normal{zoom:128.5%}}@media screen and (min-width:2800px){.page-view.adult.normal{zoom:132.5%}}@media screen and (min-width:2900px){.page-view.adult.normal{zoom:138.5%}}@media screen and (min-width:3000px){.page-view.adult.normal{zoom:143.5%}}.stf__item.--left{box-shadow:3px 0 9px 1px #7d7d7d}.stf__item.--right{box-shadow:-10px 0 13px 3px hsla(0,0%,53%,.83)}.stf__item.clear-shadow{box-shadow:none}@media screen and (min-width:600px){.stf__block{overflow:hidden}}.fromArrow{border:1px solid #27ae60}.selected-font-weight{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(44 62 80/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity))}.react-tabs__tab--selected{border-radius:7px!important}.how_it_works{position:relative}.how_it_works .how_it_inner{background-color:hsla(0,0%,100%,.8);border:1px solid #fff;box-shadow:0 4px 30px #ede9fe;padding:18px}.how_it_works .step_block ul{margin:0 auto;max-width:1080px;padding:10px}.how_it_works .step_block ul li{align-items:center;display:flex;justify-content:space-evenly;margin-bottom:50px;position:relative}.how_it_works .step_block ul li:before{background-color:#dfdaf3;content:"";height:calc(100% + 100px);left:50%;position:absolute;top:50px;transform:translateX(-50%);width:4px}@media screen and (min-width:760px){.how_it_works .step_block ul li:first-child:after{background-color:#dfdaf3;border-radius:15px;content:"";height:14px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:14px}}.how_it_works .step_block ul li:first-child:before{top:0}.how_it_works .step_block ul li:last-child:before{height:50%;top:0}.how_it_works .step_block ul li .step_img,.how_it_works .step_block ul li .step_text{text-align:justify;width:360px}.how_it_works .step_block ul li .step_img img{border-radius:16px;max-width:100%}@media screen and (max-width:760px){.how_it_works .step_block ul li .step_img img{margin-left:auto;margin-right:auto;max-width:80%}}.how_it_works .step_block ul li .step_text h4{font-size:20px;font-weight:600}.how_it_works .step_block ul li .step_text .app_icon a{background-color:#dfdaf3;border-radius:100%;color:#fff;display:inline-block;font-size:20px;height:40px;line-height:40px;text-align:center;transition:all .4s;width:40px}.how_it_works .step_block ul li .step_text .app_icon a:hover{background-color:#6a49f2}.how_it_works .step_block ul li .step_text span{font-weight:600}.how_it_works .step_block ul li .step_text span a{color:#6a49f2;text-decoration:underline}.how_it_works .step_block ul li:nth-child(odd){flex-direction:row-reverse}.how_it_works .step_block ul li:nth-child(odd) .step_img,.how_it_works .step_block ul li:nth-child(odd) .step_text{text-align:justify}.how_it_works .step_block ul li .step_number{align-items:center;background-position:50%;border-radius:200px;display:flex;height:80px;justify-content:center;position:relative;width:80px}.how_it_works .step_block ul li .step_number.number1{background:#fff1da;border:7px solid #f9e8cd}.how_it_works .step_block ul li .step_number.number2{background:#d8fdff;border:7px solid #c5f5f8}.how_it_works .step_block ul li .step_number.number3{background:#ffe9f1;border:7px solid #fcdde9}.how_it_works .step_block ul li .step_number h3{font-size:30px;font-weight:600;padding-top:8px}.how_it_works .yt_video{margin:-200px auto 0;max-width:1170px;overflow:hidden;position:relative}.how_it_works .yt_video .anim_line{z-index:999}.how_it_works .yt_video .thumbnil{position:relative}.how_it_works .yt_video .thumbnil img{max-width:100%}.how_it_works .yt_video .thumbnil a{color:#fff;cursor:pointer;font-weight:600;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:999}.how_it_works .yt_video .thumbnil a span{display:block;font-size:30px;font-weight:700}.how_it_works .yt_video .thumbnil a .play_btn{background-color:hsla(0,0%,100%,.1);border-radius:100px;display:block;height:96px;line-height:96px;margin:0 auto 40px;position:relative;text-align:center;width:96px}.how_it_works .yt_video .thumbnil a .play_btn img{position:relative;width:50px;z-index:999}.how_section_bg{animation:mymove 5s infinite;position:absolute;right:-300px;top:0;z-index:-1}@keyframes mymove{50%{transform:rotate(180deg)}}.section_title h2{color:#2c3e50;font-size:40px;font-weight:700}.section_title h2 span{color:#ee2424}.section_title{margin-bottom:20px;text-align:center}@media screen and (max-width:767px){.free_app_section .container .free_app_inner .free_text .section_title h2,.section_title h2{font-size:24px}}@media screen and (max-width:992px){.free_app_section .container .free_app_inner .free_text .section_title h2,.section_title h2{font-size:30px}}@media screen and (max-width:767px){.how_it_works .step_block ul{padding-top:30px}.how_it_works .step_block ul li,.how_it_works .step_block ul li:nth-child(odd){flex-direction:column;padding-right:30px}.how_it_works .step_block ul li:first-child:before{height:calc(100% + 50px)}.how_it_works .step_block ul li:before{height:calc(100% + 10px);right:0;top:40px;transform:none}.how_it_works .step_block ul li .step_text h4{font-size:18px}.how_it_works .step_block ul li .step_number{height:50px;position:absolute;right:-23px;top:-5px;width:50px}.how_it_works .step_block ul li .step_number h3{font-size:15px;margin-bottom:0;margin-top:-2px}.how_it_works .step_block ul li .step_img,.how_it_works .step_block ul li .step_text{width:100%}.how_it_works .step_block ul li .step_img,.how_it_works .step_block ul li .step_text,.how_it_works .step_block ul li:nth-child(odd) .step_img,.how_it_works .step_block ul li:nth-child(odd) .step_text{text-align:center}}@media screen and (max-width:992px){.how_it_works .step_block ul li .step_img,.how_it_works .step_block ul li .step_text{width:280px}}@media screen and (max-width:767px){.how_it_works .step_block ul li .step_img,.how_it_works .step_block ul li .step_text,.how_it_works .step_block ul li:nth-child(odd) .step_img,.how_it_works .step_block ul li:nth-child(odd) .step_text{text-align:center}}.how_it_works .step_block ul li .step_text .app_icon{margin-bottom:10px}.btn-body{align-content:center;align-items:center;box-sizing:border-box;color:#111;display:flex;height:100%;justify-content:center}.btn-container{margin:auto;width:auto}@keyframes topAnimation{0%{transform:translate(0)}to{transform:translateY(3.5rem)}}@keyframes bottomAnimation{0%{transform:translate(-11.5rem)}to{transform:translate(0)}}button.btn-home{background:transparent;border:0;color:#111;font-size:28px;font-weight:700;margin:0 auto;outline:none;padding:1rem 2.5rem;position:relative;text-decoration:none;text-transform:uppercase;transition:all .5s cubic-bezier(.68,-.55,.265,1.55) .15s}button.btn-home:after,button.btn-home:before{border:0;border-radius:50%;content:"";height:40%;position:absolute;transition:all .5s cubic-bezier(.68,-.55,.265,1.55);width:10%;z-index:-2}button.btn-home:before{animation:topAnimation 2s cubic-bezier(.68,-.55,.265,1.55) .25s infinite alternate;background-color:#c92918;border:0;left:.5rem;top:-.75rem}button.btn-home:after{animation:bottomAnimation 2s cubic-bezier(.68,-.55,.265,1.55) .5s infinite alternate;background-color:#e74c3c;left:13rem;top:3rem}button.btn-home:hover{color:#fff}button.btn-home:hover:after,button.btn-home:hover:before{animation:none;border-radius:0;height:100%;top:0;width:100%}button.btn-home:hover:after{left:0}button.btn-home:hover:before{left:.35rem;top:.5rem}.child-design__svg-wrapper{max-height:200px;min-height:200px}@media screen and (min-width:940px){.child-design__svg-wrapper{max-height:450px;min-height:375px}}.child-design__svg-wrapper svg{margin:auto;max-height:inherit}.no-character-box{max-height:200px;min-height:200px}@media screen and (min-width:940px){.no-character-box{max-height:450px;min-height:388px}}.homepage__news-intro{height:190px}.homepage__news-outro{height:121px}.homepage__book-slider .swiper-pagination-bullet,.homepage__vertical-pagination .swiper-pagination>span{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(30 143 255/var(--tw-bg-opacity));border-color:rgb(30 143 255/var(--tw-border-opacity))}.contact-us__map{height:350px}@media screen and (min-width:460px){.contact-us__map{height:500px}}.contact-us__map-outro{height:190px}.cart-item-count{left:35px;position:relative;top:10px}@media screen and (max-width:460px){.cart-item-count{left:8px;top:-19px}}@media screen and (max-width:640px){.cart-item-count{left:6px;position:relative;top:-18px}}@media screen and (max-width:1024px){.cart-item-count{left:6px;position:relative;top:-18px}}@media screen and (max-width:1280px){.cart-item-count{left:6px;position:relative;top:-18px}}.center-align{align-items:center;display:inline-grid}.hover\:btn-shadow:hover{box-shadow:0 1px 4px 1px #454545}@media (min-width:640px){.sm\:btn-xxs{border-width:1px;font-size:.65rem}.sm\:btn-xs{font-size:.75rem;line-height:1rem}.sm\:btn-sm{font-size:.875rem;line-height:1.25rem}.sm\:btn-base{font-size:1rem;line-height:1.5rem}.sm\:btn-lg{font-size:1.125rem;line-height:1.75rem}.sm\:large-modal{max-height:calc(100vh - 64px)}}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-0:after{content:var(--tw-content);left:0}.after\:top-full:after{content:var(--tw-content);top:100%}.after\:h-4:after{content:var(--tw-content);height:1rem}.after\:w-full:after{content:var(--tw-content);width:100%}.after\:rounded-tl-100:after{border-top-left-radius:100%;content:var(--tw-content)}.after\:border-t-2:after{border-top-width:2px;content:var(--tw-content)}.last\:mb-32:last-child{margin-bottom:8rem}.hover\:bg-adult-complementary-blue:hover{--tw-bg-opacity:1;background-color:rgb(30 143 255/var(--tw-bg-opacity))}.hover\:bg-adult-complementary-green:hover{--tw-bg-opacity:1;background-color:rgb(237 34 36/var(--tw-bg-opacity))}.hover\:bg-adult-complementary-info:hover{--tw-bg-opacity:1;background-color:rgb(44 62 80/var(--tw-bg-opacity))}.hover\:bg-adult-complementary-orange:hover{--tw-bg-opacity:1;background-color:rgb(253 126 20/var(--tw-bg-opacity))}.hover\:bg-adult-complementary-pink:hover{--tw-bg-opacity:1;background-color:rgb(237 34 36/var(--tw-bg-opacity))}.hover\:bg-adult-complementary-purple:hover{--tw-bg-opacity:1;background-color:rgb(153 190 227/var(--tw-bg-opacity))}.hover\:bg-adult-complementary-yellow:hover{--tw-bg-opacity:1;background-color:rgb(230 255 6/var(--tw-bg-opacity))}.hover\:bg-adult-primary:hover{--tw-bg-opacity:1;background-color:rgb(44 62 80/var(--tw-bg-opacity))}.hover\:bg-adult-primary-dark:hover{--tw-bg-opacity:1;background-color:rgb(30 143 255/var(--tw-bg-opacity))}.hover\:bg-adult-primary-light:hover{--tw-bg-opacity:1;background-color:rgb(44 62 80/var(--tw-bg-opacity))}.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.hover\:bg-child-complementary-blue:hover{--tw-bg-opacity:1;background-color:rgb(30 143 255/var(--tw-bg-opacity))}.hover\:bg-child-complementary-green:hover{--tw-bg-opacity:1;background-color:rgb(237 34 36/var(--tw-bg-opacity))}.hover\:bg-child-complementary-info:hover{--tw-bg-opacity:1;background-color:rgb(44 62 80/var(--tw-bg-opacity))}.hover\:bg-child-complementary-orange:hover{--tw-bg-opacity:1;background-color:rgb(253 126 20/var(--tw-bg-opacity))}.hover\:bg-child-complementary-pink:hover{--tw-bg-opacity:1;background-color:rgb(237 34 36/var(--tw-bg-opacity))}.hover\:bg-child-complementary-purple:hover{--tw-bg-opacity:1;background-color:rgb(153 190 227/var(--tw-bg-opacity))}.hover\:bg-child-complementary-yellow:hover{--tw-bg-opacity:1;background-color:rgb(231 177 18/var(--tw-bg-opacity))}.hover\:bg-child-primary:hover{--tw-bg-opacity:1;background-color:rgb(44 62 80/var(--tw-bg-opacity))}.hover\:bg-child-primary-dark:hover{--tw-bg-opacity:1;background-color:rgb(30 143 255/var(--tw-bg-opacity))}.hover\:bg-child-primary-light:hover{--tw-bg-opacity:1;background-color:rgb(44 62 80/var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hover\:bg-opacity-20:hover{--tw-bg-opacity:0.2}.hover\:bg-opacity-80:hover{--tw-bg-opacity:0.8}.hover\:text-adult-complementary-blue:hover{--tw-text-opacity:1;color:rgb(30 143 255/var(--tw-text-opacity))}.hover\:text-adult-complementary-green:hover{--tw-text-opacity:1;color:rgb(237 34 36/var(--tw-text-opacity))}.hover\:text-adult-complementary-info:hover{--tw-text-opacity:1;color:rgb(44 62 80/var(--tw-text-opacity))}.hover\:text-adult-complementary-orange:hover{--tw-text-opacity:1;color:rgb(253 126 20/var(--tw-text-opacity))}.hover\:text-adult-complementary-pink:hover{--tw-text-opacity:1;color:rgb(237 34 36/var(--tw-text-opacity))}.hover\:text-adult-complementary-purple:hover{--tw-text-opacity:1;color:rgb(153 190 227/var(--tw-text-opacity))}.hover\:text-adult-complementary-yellow:hover{--tw-text-opacity:1;color:rgb(230 255 6/var(--tw-text-opacity))}.hover\:text-adult-primary:hover{--tw-text-opacity:1;color:rgb(44 62 80/var(--tw-text-opacity))}.hover\:text-adult-primary-dark:hover{--tw-text-opacity:1;color:rgb(30 143 255/var(--tw-text-opacity))}.hover\:text-adult-primary-light:hover{--tw-text-opacity:1;color:rgb(44 62 80/var(--tw-text-opacity))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.hover\:text-child-complementary-blue:hover{--tw-text-opacity:1;color:rgb(30 143 255/var(--tw-text-opacity))}.hover\:text-child-complementary-green:hover{--tw-text-opacity:1;color:rgb(237 34 36/var(--tw-text-opacity))}.hover\:text-child-complementary-info:hover{--tw-text-opacity:1;color:rgb(44 62 80/var(--tw-text-opacity))}.hover\:text-child-complementary-orange:hover{--tw-text-opacity:1;color:rgb(253 126 20/var(--tw-text-opacity))}.hover\:text-child-complementary-pink:hover{--tw-text-opacity:1;color:rgb(237 34 36/var(--tw-text-opacity))}.hover\:text-child-complementary-purple:hover{--tw-text-opacity:1;color:rgb(153 190 227/var(--tw-text-opacity))}.hover\:text-child-complementary-yellow:hover{--tw-text-opacity:1;color:rgb(231 177 18/var(--tw-text-opacity))}.hover\:text-child-primary:hover{--tw-text-opacity:1;color:rgb(44 62 80/var(--tw-text-opacity))}.hover\:text-child-primary-dark:hover{--tw-text-opacity:1;color:rgb(30 143 255/var(--tw-text-opacity))}.hover\:text-child-primary-light:hover{--tw-text-opacity:1;color:rgb(44 62 80/var(--tw-text-opacity))}.hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.hover\:text-red-400:hover{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:text-yellow-500:hover{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity))}.hover\:text-yellow-700:hover{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity))}.hover\:opacity-70:hover{opacity:.7}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:z-40{z-index:40}.group:hover .group-hover\:z-99990{z-index:999990}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:opacity-100{opacity:1}@media (min-width:380px){.xs\:h-40{height:10rem}.xs\:h-48{height:12rem}.xs\:w-48{width:12rem}.xs\:text-xs{font-size:.75rem;line-height:1rem}}@media (min-width:640px){.sm\:static{position:static}.sm\:left-1{left:.25rem}.sm\:left-36{left:9rem}.sm\:left-4{left:1rem}.sm\:right-1{right:.25rem}.sm\:right-32{right:8rem}.sm\:top-260{top:26rem}.sm\:top-360{top:36rem}.sm\:top-380{top:38rem}.sm\:top-44{top:11rem}.sm\:top-48{top:12rem}.sm\:top-52{top:13rem}.sm\:z-10{z-index:10}.sm\:order-1{order:1}.sm\:order-2{order:2}.sm\:col-span-1{grid-column:span 1/span 1}.sm\:col-span-10{grid-column:span 10/span 10}.sm\:col-span-12{grid-column:span 12/span 12}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-span-3{grid-column:span 3/span 3}.sm\:col-span-4{grid-column:span 4/span 4}.sm\:col-span-5{grid-column:span 5/span 5}.sm\:col-span-6{grid-column:span 6/span 6}.sm\:col-span-7{grid-column:span 7/span 7}.sm\:col-span-8{grid-column:span 8/span 8}.sm\:col-start-11{grid-column-start:11}.sm\:col-start-2{grid-column-start:2}.sm\:col-start-3{grid-column-start:3}.sm\:col-start-4{grid-column-start:4}.sm\:col-start-5{grid-column-start:5}.sm\:col-end-10{grid-column-end:10}.sm\:col-end-11{grid-column-end:11}.sm\:col-end-12{grid-column-end:12}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:my-auto{margin-bottom:auto;margin-top:auto}.sm\:mb-0{margin-bottom:0}.sm\:mb-12{margin-bottom:3rem}.sm\:mb-16{margin-bottom:4rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:mb-24{margin-bottom:6rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-7{margin-bottom:1.75rem}.sm\:mb-8{margin-bottom:2rem}.sm\:me-2{margin-inline-end:.5rem}.sm\:ml-10{margin-left:2.5rem}.sm\:ml-3{margin-left:.75rem}.sm\:ml-4{margin-left:1rem}.sm\:mr-0{margin-right:0}.sm\:mt-0{margin-top:0}.sm\:mt-1{margin-top:.25rem}.sm\:mt-10{margin-top:2.5rem}.sm\:mt-14{margin-top:3.5rem}.sm\:mt-16{margin-top:4rem}.sm\:mt-18{margin-top:4.5rem}.sm\:mt-2{margin-top:.5rem}.sm\:mt-20{margin-top:5rem}.sm\:mt-3{margin-top:.75rem}.sm\:mt-8{margin-top:2rem}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:h-10{height:2.5rem}.sm\:h-20{height:5rem}.sm\:h-32{height:8rem}.sm\:h-350{height:35rem}.sm\:h-36{height:9rem}.sm\:h-40{height:10rem}.sm\:h-420{height:42rem}.sm\:h-52{height:13rem}.sm\:h-56{height:14rem}.sm\:h-6{height:1.5rem}.sm\:h-60{height:15rem}.sm\:h-72{height:18rem}.sm\:h-8{height:2rem}.sm\:h-96{height:24rem}.sm\:h-auto{height:auto}.sm\:max-h-380{max-height:380px}.sm\:max-h-520{max-height:52rem}.sm\:min-h-380{min-height:380px}.sm\:min-h-screen{min-height:100vh}.sm\:w-1\/2{width:50%}.sm\:w-10{width:2.5rem}.sm\:w-20{width:5rem}.sm\:w-24{width:6rem}.sm\:w-3\/4{width:75%}.sm\:w-36{width:9rem}.sm\:w-40{width:10rem}.sm\:w-5\/6{width:83.333333%}.sm\:w-52{width:13rem}.sm\:w-56{width:14rem}.sm\:w-6{width:1.5rem}.sm\:w-60{width:15rem}.sm\:w-64{width:16rem}.sm\:w-8{width:2rem}.sm\:w-80{width:20rem}.sm\:w-full{width:100%}.sm\:min-w-9{min-width:9rem}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-6xl{max-width:72rem}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.sm\:scale-100,.sm\:scale-125{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-125{--tw-scale-x:1.25;--tw-scale-y:1.25}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:justify-around{justify-content:space-around}.sm\:gap-10{gap:2.5rem}.sm\:gap-2{gap:.5rem}.sm\:gap-20{gap:5rem}.sm\:gap-4{gap:1rem}.sm\:gap-8{gap:2rem}.sm\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.sm\:gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.sm\:gap-y-10{row-gap:2.5rem}.sm\:gap-y-8{row-gap:2rem}.sm\:overflow-y-scroll{overflow-y:scroll}.sm\:rounded-none{border-radius:0}.sm\:border-0{border-width:0}.sm\:border-2{border-width:2px}.sm\:border-4{border-width:4px}.sm\:border-l{border-left-width:1px}.sm\:bg-none{background-image:none}.sm\:p-0{padding:0}.sm\:p-1{padding:.25rem}.sm\:p-2{padding:.5rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-8{padding:2rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-1{padding-left:.25rem;padding-right:.25rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:px-16{padding-left:4rem;padding-right:4rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-24{padding-left:6rem;padding-right:6rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-32{padding-left:8rem;padding-right:8rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-7{padding-left:1.75rem;padding-right:1.75rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-0{padding-bottom:0;padding-top:0}.sm\:py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.sm\:py-1{padding-bottom:.25rem;padding-top:.25rem}.sm\:py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.sm\:py-16{padding-bottom:4rem;padding-top:4rem}.sm\:py-2{padding-bottom:.5rem;padding-top:.5rem}.sm\:py-3{padding-bottom:.75rem;padding-top:.75rem}.sm\:py-32{padding-bottom:8rem;padding-top:8rem}.sm\:py-4{padding-bottom:1rem;padding-top:1rem}.sm\:py-5{padding-bottom:1.25rem;padding-top:1.25rem}.sm\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}.sm\:pb-10{padding-bottom:2.5rem}.sm\:pb-2{padding-bottom:.5rem}.sm\:pb-32{padding-bottom:8rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pb-5{padding-bottom:1.25rem}.sm\:pb-6{padding-bottom:1.5rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pl-0{padding-left:0}.sm\:pl-4{padding-left:1rem}.sm\:pr-0{padding-right:0}.sm\:pr-2{padding-right:.5rem}.sm\:pr-4{padding-right:1rem}.sm\:pt-0{padding-top:0}.sm\:pt-10{padding-top:2.5rem}.sm\:pt-2{padding-top:.5rem}.sm\:pt-20{padding-top:5rem}.sm\:pt-3{padding-top:.75rem}.sm\:text-center{text-align:center}.sm\:text-right{text-align:right}.sm\:\!text-7xl{font-size:4.5rem!important;line-height:1!important}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-8xl{font-size:6rem;line-height:1}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-md{font-size:.9rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}.sm\:text-xxs{font-size:.65rem}.sm\:font-bold{font-weight:700}.sm\:font-medium{font-weight:500}.sm\:\!leading-6{line-height:1.5rem!important}.sm\:\!leading-7{line-height:1.75rem!important}.sm\:\!leading-none{line-height:1!important}.sm\:leading-10{line-height:2.5rem}.sm\:leading-6{line-height:1.5rem}.sm\:leading-7{line-height:1.75rem}.sm\:leading-8{line-height:2rem}.sm\:leading-9{line-height:2.25rem}.sm\:leading-normal{line-height:1.5}.sm\:shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.sm\:shadow,.sm\:shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}}@media (min-width:768px){.md\:absolute{position:absolute}.md\:bottom-1\/2{bottom:50%}.md\:left-10{left:2.5rem}.md\:right-10{right:2.5rem}.md\:right-2{right:.5rem}.md\:order-1{order:1}.md\:order-2{order:2}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-10{grid-column:span 10/span 10}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-5{grid-column:span 5/span 5}.md\:col-span-8{grid-column:span 8/span 8}.md\:col-start-2{grid-column-start:2}.md\:col-start-3{grid-column-start:3}.md\:col-start-4{grid-column-start:4}.md\:col-end-10{grid-column-end:10}.md\:col-end-11{grid-column-end:11}.md\:col-end-12{grid-column-end:12}.md\:col-end-9{grid-column-end:9}.md\:mb-0{margin-bottom:0}.md\:mb-2{margin-bottom:.5rem}.md\:mb-3{margin-bottom:.75rem}.md\:mb-32{margin-bottom:8rem}.md\:ml-3{margin-left:.75rem}.md\:mt-0{margin-top:0}.md\:mt-7{margin-top:1.75rem}.md\:block{display:block}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:hidden{display:none}.md\:h-16{height:4rem}.md\:h-auto{height:auto}.md\:max-h-450{max-height:450px}.md\:min-h-450{min-height:450px}.md\:w-1\/2{width:50%}.md\:w-16{width:4rem}.md\:w-4\/5{width:80%}.md\:w-48{width:12rem}.md\:w-72{width:18rem}.md\:min-w-\[80\%\]{min-width:80%}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:justify-start{justify-content:flex-start}.md\:overflow-auto{overflow:auto}.md\:overflow-hidden{overflow:hidden}.md\:rounded-bl{border-bottom-left-radius:.25rem}.md\:rounded-bl-3xl{border-bottom-left-radius:1.5rem}.md\:rounded-br{border-bottom-right-radius:.25rem}.md\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.md\:rounded-tl{border-top-left-radius:.25rem}.md\:rounded-tl-3xl{border-top-left-radius:1.5rem}.md\:rounded-tr{border-top-right-radius:.25rem}.md\:rounded-tr-3xl{border-top-right-radius:1.5rem}.md\:border-b-0{border-bottom-width:0}.md\:bg-transparent{background-color:transparent}.md\:p-1{padding:.25rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-24{padding-left:6rem;padding-right:6rem}.md\:px-32{padding-left:8rem;padding-right:8rem}.md\:px-52{padding-left:13rem;padding-right:13rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-64{padding-bottom:16rem;padding-top:16rem}.md\:py-8{padding-bottom:2rem;padding-top:2rem}.md\:pb-0{padding-bottom:0}.md\:pl-16{padding-left:4rem}.md\:pr-24{padding-right:6rem}.md\:text-center{text-align:center}.md\:text-right{text-align:right}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:shadow-gray-400{--tw-shadow-color:#9ca3af;--tw-shadow:var(--tw-shadow-colored)}}@media (min-width:1024px){.lg\:left-20{left:5rem}.lg\:right-20{right:5rem}.lg\:right-4{right:1rem}.lg\:order-2{order:2}.lg\:col-span-10{grid-column:span 10/span 10}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:col-start-3{grid-column-start:3}.lg\:col-start-4{grid-column-start:4}.lg\:col-end-10{grid-column-end:10}.lg\:ml-12{margin-left:3rem}.lg\:ml-3{margin-left:.75rem}.lg\:mt-7{margin-top:1.75rem}.lg\:block{display:block}.lg\:inline-flex{display:inline-flex}.lg\:hidden{display:none}.lg\:max-h-380{max-height:380px}.lg\:max-h-580{max-height:580px}.lg\:min-h-380{min-height:380px}.lg\:min-h-450{min-height:450px}.lg\:w-3\/5{width:60%}.lg\:w-80{width:20rem}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:gap-16{gap:4rem}.lg\:overflow-y-hidden{overflow-y:hidden}.lg\:p-2{padding:.5rem}.lg\:px-32{padding-left:8rem;padding-right:8rem}.lg\:px-48{padding-left:12rem;padding-right:12rem}.lg\:px-64{padding-left:16rem;padding-right:16rem}.lg\:py-72{padding-bottom:18rem;padding-top:18rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}}@media (min-width:1280px){.xl\:col-span-2{grid-column:span 2/span 2}.xl\:col-start-5{grid-column-start:5}.xl\:col-end-9{grid-column-end:9}.xl\:ml-0{margin-left:0}.xl\:ml-4{margin-left:1rem}.xl\:mt-1{margin-top:.25rem}.xl\:block{display:block}.xl\:inline-flex{display:inline-flex}.xl\:w-2\/5{width:40%}.xl\:min-w-\[50\%\]{min-width:50%}.xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.xl\:gap-y-16{row-gap:4rem}.xl\:p-2{padding:.5rem}.xl\:px-48{padding-left:12rem;padding-right:12rem}.xl\:px-64{padding-left:16rem;padding-right:16rem}.xl\:px-72{padding-left:18rem;padding-right:18rem}.xl\:py-0{padding-bottom:0;padding-top:0}.xl\:py-96{padding-bottom:24rem;padding-top:24rem}.xl\:text-2xl{font-size:1.5rem;line-height:2rem}}@media (min-width:1536px){.\32xl\:left-40{left:10rem}.\32xl\:left-8{left:2rem}.\32xl\:left-80{left:20rem}.\32xl\:right-40{right:10rem}.\32xl\:right-44{right:11rem}.\32xl\:right-8{right:2rem}.\32xl\:right-80{right:20rem}.\32xl\:col-span-2{grid-column:span 2/span 2}.\32xl\:col-span-3{grid-column:span 3/span 3}.\32xl\:col-span-4{grid-column:span 4/span 4}.\32xl\:col-span-5{grid-column:span 5/span 5}.\32xl\:col-start-4{grid-column-start:4}.\32xl\:col-end-10{grid-column-end:10}.\32xl\:ml-16{margin-left:4rem}.\32xl\:max-h-580{max-height:580px}.\32xl\:min-h-580{min-height:580px}.\32xl\:w-64{width:16rem}.\32xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.\32xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.\32xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.\32xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.\32xl\:overflow-hidden{overflow:hidden}.\32xl\:p-3{padding:.75rem}.\32xl\:px-4{padding-left:1rem;padding-right:1rem}.\32xl\:px-64{padding-left:16rem;padding-right:16rem}.\32xl\:text-sm{font-size:.875rem;line-height:1.25rem}}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}