: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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius: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{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.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{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform: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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform: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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(--custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%));transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}body{margin:0}body .fc_frame{transition:none!important}*{box-sizing:border-box;--rt-transition-show-delay:0s;--rt-transition-closing-delay:0s}.public-layout h1{font-size:48px;color:#fff;font-weight:700;line-height:62px;margin-bottom:25px}.public-layout h1.dark{color:#0d1e30}.public-layout h1.thin{font-weight:400}.public-layout h2{font-size:22px;color:#7d8ea8;font-weight:600;line-height:30px;margin-bottom:25px}.public-layout h2.dark{color:#2f3c52}.public-layout h2.thin{font-weight:400}.public-layout h4{font-size:18px;color:#fff;font-weight:500;margin-top:10px;margin-bottom:10px}.public-layout h4.dark{color:#0d1e30}.public-layout h4.thin{font-weight:400}.public-layout p{margin:40px 0;font-weight:400;font-size:17px;line-height:28px}.public-layout input:not(.no-styling),.public-layout textarea{color:#3f3d59;background-color:#fff;border-radius:10px;border:.5px solid #dedede;width:100%;font-size:16px;overflow:hidden;box-sizing:border-box;padding:15px;line-height:18px;transition:border-color .2s}.public-layout input:not(.no-styling):focus,.public-layout textarea:focus{outline:0;border:.5px solid #a2a2a2;transition:border-color .2s}.public-layout input:not(.no-styling)::placeholder,.public-layout textarea::placeholder{font-size:14px;line-height:14px;font-style:italic;opacity:.6}.public-layout input{height:45px}.public-layout .cookies-popup{display:flex;align-items:center;position:fixed;bottom:0;left:0;width:calc(100% - 80px);background-color:#fff;box-shadow:1px 1px 10px #dedede;height:50px;z-index:10000000000;margin:20px;border-radius:5px;padding:10px 20px;font-size:13px;font-weight:500;color:#2f3c52}.public-layout .cookies-popup a{color:#0d65d8}.public-layout .post-article-global .wp-block-columns{display:flex;width:100%}.public-layout .post-article-global .wp-block-columns .wp-block-column{flex:1 1}.public-layout .post-article-global .wp-block-columns .wp-block-column:first-child{margin-right:30px}.public-layout .post-article-global .wp-block-image{width:-moz-fit-content;width:fit-content;margin:0 auto}.public-layout .post-article-global figure:not(.wp-table){margin:0 auto;display:flex;align-items:center;justify-content:center;box-shadow:0 0 10px #e6e6e6;padding:15px;box-sizing:border-box;border-radius:10px}.public-layout .post-article-global figure:not(.wp-table) img{width:100%;height:100%;max-width:100%}.public-layout .post-article-global .wp-table{border-radius:5px;box-shadow:0 0 10px #e6e6e6;overflow:hidden}.public-layout .post-article-global .wp-table.taxes-table{max-width:500px;margin:0 auto}.public-layout .post-article-global .wp-table table{width:100%;border-collapse:collapse}.public-layout .post-article-global .wp-table table thead th{padding:15px;color:#2a4968;background-color:#fafaff;text-transform:uppercase;font-size:13px;white-space:nowrap}.public-layout .post-article-global .wp-table table thead th.clickable .arrow-hover{opacity:0}.public-layout .post-article-global .wp-table table thead th.clickable:hover{cursor:pointer}.public-layout .post-article-global .wp-table table thead th.clickable:hover .arrow-hover,.public-layout .post-article-global .wp-table table thead th:hover svg{opacity:1}.public-layout .post-article-global .wp-table table tbody tr{transition:background-color .2s}.public-layout .post-article-global .wp-table table tbody tr.clickable{cursor:pointer}.public-layout .post-article-global .wp-table table tbody tr:hover{background-color:#f8f7fa}.public-layout .post-article-global .wp-table table tbody tr:last-child td{border-bottom:none}.public-layout .post-article-global .wp-table table tbody tr td{padding:15px;color:#2f3c52;font-size:15px;font-weight:500;text-align:center;border-top:1px solid #ededed}.public-layout .post-article-global .wp-table table tbody tr td.disabled{pointer-events:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;opacity:.4!important}.public-layout .ql-video.ql-align-left{margin-right:auto!important}.public-layout .ql-video.ql-align-center{margin:0 auto!important}.public-layout .ql-video.ql-align-right{margin-left:auto!important}.public-layout .ql-align-left{text-align:left}.public-layout .ql-align-center{text-align:center}.public-layout .ql-align-right{text-align:right}.public-layout .ql-align-justify{text-align:justify}.center-desktop{max-width:1360px;padding-left:40px;padding-right:40px;margin:0 auto}.section-title-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.section-title-wrapper .section-title{text-align:center;font-size:24px;font-weight:700;color:#2f3c52;position:relative;margin-top:0;margin-bottom:5px}.section-title-wrapper .section-description{position:relative;text-align:center;font-size:19px;color:#7d8ea8;font-weight:400;margin-bottom:50px;margin-top:0;max-width:1280px}.section-title-wrapper .section-description:after{position:absolute;content:"";width:156px;height:2px;background-color:#d9e3f2;left:50%;margin-left:-78px;bottom:-15px}.st-inline-share-buttons{display:flex!important;z-index:2!important}.st-inline-share-buttons .st-btn{min-width:unset!important;width:40px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important}.st-inline-share-buttons .st-btn img{position:unset!important}.st-inline-share-buttons .st-btn .st-label{display:none!important}.form-group{display:flex;flex-direction:column;width:100%}.form-group label{text-transform:uppercase;font-weight:600;font-size:13px;opacity:.6;margin-bottom:5px;margin-left:2px}.form-group-recaptcha{width:100%;display:flex;justify-content:flex-start}.custom-form-group{display:flex;flex-direction:column}.input-label{text-transform:uppercase;font-weight:600;font-size:13px;opacity:.6;padding-bottom:5px;margin-left:2px}.modal{height:100%;max-height:615px;width:800px;display:flex;flex-direction:column}.modal form{overflow-y:auto}.modal .modal-header{display:flex;justify-content:center;align-items:center;height:60px;flex-shrink:0;background-color:#fafaff;position:relative;padding:0 20px;border-bottom:1px solid #d9e3f2}.modal .modal-header h3{color:#2f3c52;position:absolute;margin:0 50px 0 0}.modal .modal-header .close-modal{position:absolute;right:20px;width:20px;opacity:.4;transition:opacity .2s}.modal .modal-header .close-modal:hover{cursor:pointer;opacity:1;transition:opacity .2s}.modal .modal-header .close-modal div,.modal .modal-header .close-modal:after,.modal .modal-header .close-modal:before{background-color:#2f3c52;border-radius:3px;content:"";display:block;height:2px;margin:7px 0}.modal .modal-header .close-modal:before{transform:translateY(9px) rotate(135deg)}.modal .modal-header .close-modal:after{transform:translateY(-9px) rotate(-135deg)}.modal .modal-header .close-modal div{transform:scale(0)}.modal .modal-body{padding:20px;overflow:auto}.modal .modal-body>div:not(:last-child){margin-bottom:20px}.modal .modal-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;min-height:60px;flex-shrink:0;background-color:#fafaff;padding:0 20px;border-top:1px solid #d9e3f2;box-sizing:border-box}.modal .modal-footer .modal-ingressos__subtotal{display:flex}.modal .modal-footer .modal-ingressos__subtotal p{margin:0}.modal .modal-footer .modal-ingressos__subtotal p:first-child{margin-right:10px;color:#2f3c52}.modal .modal-footer .modal-ingressos__subtotal p:nth-child(2){opacity:.7}.modal-overlay{z-index:100;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center}.toastr-component .Toastify__toast-container{z-index:2000000010}.toastr-component .Toastify__toast-container .toastr-wrapper{display:flex;width:320px;z-index:100000;top:80px;right:20px;border-radius:5px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);position:relative;padding:0}.toastr-component .Toastify__toast-container .toastr-wrapper .Toastify__toast-body{padding:0}.toastr-component .Toastify__toast-container .toastr-wrapper:hover{cursor:pointer}.toastr-component .Toastify__toast-container .toastr-wrapper:hover .toastr-close{opacity:.8;transition:opacity .2s}.toastr-component .Toastify__toast-container .toastr-wrapper .toastr-close{position:absolute;top:10px;right:10px;color:#fff;opacity:.3;transition:opacity .2s}.toastr-component .Toastify__toast-container .toastr-wrapper .toastr-progress-bar{height:5px}.toastr-component .Toastify__toast-container .toastr-wrapper .toastr-progress-bar.success{background:#57be91}.toastr-component .Toastify__toast-container .toastr-wrapper .toastr-progress-bar.danger{background:#8c4a45}.toastr-component .Toastify__toast-container .toastr-wrapper .toastr-progress-bar.warning{background:#a8772a}.toastr-component .Toastify__toast-container .toastr-wrapper .toastr-progress-bar.info{background:#467988}.eventiza-scroll::-webkit-scrollbar{width:6px;height:10px}.eventiza-scroll::-webkit-scrollbar-track{background:#f1f1f1}.eventiza-scroll::-webkit-scrollbar-thumb{background:#ccc;border-radius:5px}.eventiza-scroll::-webkit-scrollbar-thumb:hover{background:#bbb}.highlight-title-text{color:#24a7ff;font-weight:700}.grid-column-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:30px}.grid-column-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:30px}#nprogress{pointer-events:none}#nprogress .bar{background:#3ecf8e;position:fixed;z-index:1031;top:0;left:0;width:100%;height:3px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #3ecf8e,0 0 5px #3ecf8e;opacity:1;transform:rotate(3deg) translateY(-4px)}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}.glide__bullets{display:flex;align-items:center;justify-content:center;grid-gap:10px}.glide__bullets .glide__bullet{padding:0;flex-shrink:0;height:13px;width:13px;border-radius:100%;background-color:#fff;box-sizing:border-box;border:2px solid #c2c1c1}.glide__bullets .glide__bullet:hover{cursor:pointer}.glide__bullets .glide__bullet.glide__bullet--active{border:2px solid #0a5dd3}@media only screen and (max-width:767px){.public-layout h1{font-size:32px;line-height:40px}.public-layout h2{font-size:18px}.public-layout p{font-size:15px;max-width:100%;line-height:24px}.public-layout .post-article-global .wp-block-columns{flex-direction:column}.public-layout .post-article-global .wp-block-columns .wp-block-column{flex:1 1}.public-layout .post-article-global .wp-block-columns .wp-block-column:first-child{margin-right:0;margin-bottom:20px}.public-layout .post-article-global .wp-table.taxes-table{max-width:100%}.public-layout .post-article-global .wp-table table thead th{white-space:normal}.section-title-wrapper .section-title{font-size:19px;font-weight:700}.section-title-wrapper .section-description{font-size:16px;font-weight:400}.section-title-wrapper .section-description:after{position:absolute;content:"";width:156px;height:2px;background-color:#d9e3f2;left:50%;margin-left:-78px;bottom:-15px}.modal{height:100%;max-height:500px;width:100%;display:flex;flex-direction:column}.modal .modal-header{justify-content:flex-start;padding:0 10px}.modal .modal-header h3{font-size:14px}.modal .modal-body,.modal .modal-footer{padding:10px}.modal .modal-footer button{margin:0}.center-desktop{padding-left:0;padding-right:0}.toastr-component .toastr-wrapper{width:280px;margin-left:auto;top:90px}.glide__bullet{display:none}.grid-column-2,.grid-column-3{display:grid;grid-template-columns:1fr;grid-gap:20px}}.eventiza-tooltip{padding:5px 12px!important;font-size:13px!important;opacity:.9!important;font-weight:500!important;max-width:300px;line-height:20px}.eventiza-tooltip:before{background-color:unset!important}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_Fallback_f56828;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_f56828{font-family:__Montserrat_f56828,__Montserrat_Fallback_f56828;font-style:normal}