.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal__overlay{animation:mmfadeIn .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=false] .modal__container{animation:mmslideIn .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=true] .modal__overlay{animation:mmfadeOut .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=true] .modal__container{animation:mmslideOut .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@keyframes mmslideIn{from{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideOut{from{transform:translateY(0)}to{transform:translateY(-10%)}}@keyframes rotate{0%{transform:rotate(0)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}@keyframes zoom{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes hvr-buzz{0%{transform:translateX(0px) rotate(0deg)}25%{transform:translateX(0px) rotate(22deg)}50%{transform:translateX(0px) rotate(0deg)}75%{transform:translateX(0px) rotate(-22deg)}100%{transform:translateX(0px) rotate(0deg)}}.animate__fadeInUpCustom{-webkit-animation-name:animate__fadeInUpCustom;animation-name:animate__fadeInUpCustom}@keyframes animate__fadeInUpCustom{0%{opacity:0;-webkit-transform:translate3d(0, 20%, 0);transform:translate3d(0, 20%, 0)}50%{opacity:1}100%{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@-webkit-keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}@keyframes floating-arrow{from{-webkit-transform:translate(0, 0);transform:translate(0, 0)}65%{-webkit-transform:translate(0, -15px);transform:translate(0, -15px)}to{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}.animate__delay-100ms{animation-delay:.1s;animation-delay:calc(var(--animate-delay)*.1)}.animate__delay-200ms{animation-delay:.2s;animation-delay:calc(var(--animate-delay)*.2)}.animate__delay-300ms{animation-delay:.3s;animation-delay:calc(var(--animate-delay)*.3)}animate__delay-400ms{animation-delay:.4s;animation-delay:calc(var(--animate-delay)*.4)}.animate__delay-500ms{animation-delay:.5s;animation-delay:calc(var(--animate-delay)*.5)}.animate__delay-600ms{animation-delay:.6s;animation-delay:calc(var(--animate-delay)*.6)}.animate__delay-700ms{animation-delay:.7s;animation-delay:calc(var(--animate-delay)*.7)}.animate__delay-800ms{animation-delay:.8s;animation-delay:calc(var(--animate-delay)*.8)}.animate__delay-900ms{animation-delay:.9s;animation-delay:calc(var(--animate-delay)*.9)}.animate__delay-1100ms{animation-delay:1.1s;animation-delay:calc(var(--animate-delay)*1.1)}.animate__delay-1200ms{animation-delay:1.2s;animation-delay:calc(var(--animate-delay)*1.2)}.animate__delay-1300ms{animation-delay:1.3s;animation-delay:calc(var(--animate-delay)*1.3)}.animate__delay-1400ms{animation-delay:1.4s;animation-delay:calc(var(--animate-delay)*1.4)}.animate__delay-1500ms{animation-delay:1.5s;animation-delay:calc(var(--animate-delay)*1.5)}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-200px, 0, 0);transform:translate3d(-200px, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px, 0, 0);transform:translate3d(-200px, 0, 0)}}@keyframes fadeIn{to{opacity:1;transform:translate(-50%, -50%) scale(1)}}@keyframes slideUpFadeIn{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDownFadeOut{from{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{max-width:1790px}:root{--bs-gutter-x: 15px}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:var(--bs-gutter-x, 0.75rem);padding-left:var(--bs-gutter-x, 0.75rem);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:750px}}@media(min-width: 990px){.container-lg,.container-md,.container-sm,.container{max-width:970px}}@media(min-width: 1250px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1230px}}@media(min-width: 1510px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1490px}}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y)*-1);margin-right:calc(var(--bs-gutter-x)*-0.5);margin-left:calc(var(--bs-gutter-x)*-0.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 990px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 1250px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width: 1510px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-0.5rem -0.5rem -0.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px)}.modal-footer>*{margin:.25rem}@media(min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media(min-width: 990px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width: 1250px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media(max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media(max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media(max-width: 989.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media(max-width: 1249.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media(max-width: 1509.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media(prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%230c63e4%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23212529%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media(prefers-reduced-motion: reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.shadow-none{box-shadow:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-top-0{border-top:0 !important}.border-end{border-right:1px solid #dee2e6 !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:1px solid #dee2e6 !important}.border-start-0{border-left:0 !important}.border-primary{border-color:#0d6efd !important}.border-secondary{border-color:#6c757d !important}.border-success{border-color:#198754 !important}.border-info{border-color:#0dcaf0 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#f8f9fa !important}.border-dark{border-color:#212529 !important}.border-white{border-color:#fff !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:#6c757d !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:transparent !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:.25rem !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:.2rem !important}.rounded-2{border-radius:.25rem !important}.rounded-3{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-end{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-start{border-bottom-left-radius:.25rem !important;border-top-left-radius:.25rem !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 990px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1250px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1510px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media(min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute !important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:rgb(30, 30, 30);opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(0.47, 0, 0.74, 0.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1)}.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption,.fancybox-show-nav .fancybox-navigation .fancybox-button{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide::before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image::before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(0.5, 0, 0.14, 1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-ms-transform-origin:top left;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-swipe .fancybox-content,.fancybox-can-pan .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--video .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--iframe .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-video,.fancybox-iframe{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30, 30, 30, 0.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:visited,.fancybox-button:link{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--play svg:nth-child(2),.fancybox-button--fsenter svg:nth-child(2){display:none}.fancybox-button--pause svg:nth-child(1),.fancybox-button--fsexit svg:nth-child(1){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-ms-transform:scaleX(0);transform:scaleX(0);-ms-transform-origin:0;transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px 44px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports(padding: 0px){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:fancybox-rotate 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0, 0, 0.25, 1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%, 0, 0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%, 0, 0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translate3d(0, 0, 0)}.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next{opacity:0;transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5, 1.5, 1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(0.5, 0.5, 0.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scale3d(1, 1, 1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-ms-transform:rotate(-360deg);transform:rotate(-360deg)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-ms-transform:rotate(360deg);transform:rotate(360deg)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-ms-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0, 0, 0) translate3d(100%, 0, 0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scale3d(1, 1, 1) translate3d(0, 0, 0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%, 0, 0) scale(0.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translate3d(0, 0, 0) scale(1)}@media all and (max-height: 576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports(padding: 0px){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px 0}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px 5px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:visited,.fancybox-share__button:link{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px 2px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0, 0, 0, 0.1);background-position:center center;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a::before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);z-index:99991}.fancybox-thumbs__list a:focus::before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active::before{opacity:1}@media all and (max-width: 576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.fancybox-container button[disabled]{display:none}.fancybox-container iframe{width:100%;height:100%;border-radius:0px}.fancybox-infobar{display:none !important}.fancybox-button--zoom{display:none !important}.fancybox-button--play{display:none !important}.fancybox-bg{background:rgba(22,22,22,.85)}.fancybox-slide{padding:0}.fancybox-slide .animated-modal{overflow:hidden;transform:translateY(-80px);transition:transform .5s ease-in-out}.fancybox-slide--current .animated-modal{transform:translateY(0);opacity:1;transition-duration:.3s}.fancy-modal{box-shadow:none;width:100%;max-width:900px;max-width:653px;padding:0;background:transparent}.fancy-modal video{width:1200px;max-width:100%;height:auto;max-height:calc(100vh - 100px)}.fancy-modal .fancybox-close-small{display:none}.fancy-modal__close{z-index:20;transition:background .2s ease-in-out;width:40px;height:40px;position:absolute;cursor:pointer;top:16px;right:16px}.fancy-modal__close span,.fancy-modal__close:before,.fancy-modal__close:after{content:"";height:4px;width:27px;position:absolute;top:50%;left:50%;background-color:#ababab;border-radius:4px;will-change:margin,transform;transform:translate(-50%, -50%);transition:.2s ease-in-out background-color}.fancy-modal__close:before{transform:translate(-50%, -50%) rotate(-45deg)}.fancy-modal__close:after{transform:translate(-50%, -50%) rotate(45deg)}.fancy-modal__close:hover span,.fancy-modal__close:hover:before,.fancy-modal__close:hover:after{background-color:#196dce}.fancy-modal__wrap{display:flex;flex-direction:column;width:100%;height:100%;background:#fff;padding:60px 20px;border-radius:11px}.fancy-modal__wrap-form{width:100%;height:100%;max-width:475px;margin-left:auto;margin-right:auto}.fancy-modal form,.fancy-modal .form-block{width:100%;text-align:center;max-width:100%;margin-left:auto;margin-right:auto}.fancy-modal form .button,.fancy-modal .form-block .button{margin-top:5px}.fancy-modal form .form-personal-data,.fancy-modal .form-block .form-personal-data{text-align:center}.fancy-modal .button{margin-left:auto;margin-right:auto;margin-top:45px;cursor:pointer}.fancy-modal--video{overflow:unset !important;max-width:1140px;height:auto;max-height:calc(100vh - 100px)}.fancy-modal--video .fancy-modal__wrap{padding:0}.fancy-modal--video .fancy-modal__close{top:-44px;right:-44px}.fancy-modal--video .fancy-modal__close:hover span,.fancy-modal--video .fancy-modal__close:hover:before,.fancy-modal--video .fancy-modal__close:hover:after{background-color:#fff}.fancy-modal--video-link{height:675px !important}.fancy-modal--mini-form{max-width:710px}.fancy-modal--mini-form form{max-width:470px}.fancy-modal--success{max-width:586px}.fancy-modal--big-form{max-width:855px}.fancy-modal--big-form .fancy-modal__wrap-form{max-width:675px}.fancy-modal--management{max-width:930px}.fancybox-image{background:#fff}@media(max-width: 1249px){.fancy-modal--video .fancy-modal__close{right:0px}}@media(max-width: 989px){.fancy-modal{padding:0}.fancy-modal__wrap{padding:70px 20px}.fancy-modal--video-link{height:530px !important}}@media(max-width: 767px){.fancy-modal__wrap{padding:40px 20px}.fancy-modal__close{top:5px;right:5px}.fancy-modal .button{margin-top:35px}}@media(max-width: 575px){.fancy-modal--video-link{height:300px !important}}@font-face{font-family:"swiper-icons";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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-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%;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{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.ts-control{border:1px solid #d0d0d0;padding:8px 8px;width:100%;overflow:hidden;position:relative;z-index:1;box-sizing:border-box;box-shadow:inset 0 1px 1px rgba(0,0,0,.1);border-radius:3px;display:flex;flex-wrap:wrap}.ts-wrapper.multi.has-items .ts-control{padding:calc( 8px - 2px - 1px) 8px calc( 8px - 2px - 3px - 1px)}.full .ts-control{background-color:#fff}.disabled .ts-control,.disabled .ts-control *{cursor:default !important}.focus .ts-control{box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.ts-control>*{vertical-align:baseline;display:inline-block}.ts-wrapper.multi .ts-control>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#1da7ee;color:#fff;border:1px solid #0073bb}.ts-wrapper.multi .ts-control>div.active{background:#92c836;color:#fff;border:1px solid #00578d}.ts-wrapper.multi.disabled .ts-control>div,.ts-wrapper.multi.disabled .ts-control>div.active{color:#fff;background:#d2d2d2;border:1px solid #aaa}.ts-control>input{flex:1 1 auto;min-width:7rem;display:inline-block !important;padding:0 !important;min-height:0 !important;max-height:none !important;max-width:100% !important;margin:0 !important;text-indent:0 !important;border:0 none !important;background:none !important;line-height:inherit !important;user-select:auto !important;box-shadow:none !important}.ts-control>input::-ms-clear{display:none}.ts-control>input:focus{outline:none !important}.has-items .ts-control>input{margin:0 4px !important}.ts-control.rtl{text-align:right}.ts-control.rtl.single .ts-control:after{left:15px;right:auto}.ts-control.rtl .ts-control>input{margin:0 4px 0 -2px !important}.disabled .ts-control{opacity:.5;background-color:#fafafa}.input-hidden .ts-control>input{opacity:0;position:absolute;left:-10000px}.ts-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:.25rem 0 0;border-top:0 none;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:0 0 3px 3px}.ts-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.ts-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);border-radius:1px}.ts-dropdown .option,.ts-dropdown .optgroup-header,.ts-dropdown .no-results,.ts-dropdown .create{padding:5px 8px}.ts-dropdown .option,.ts-dropdown [data-disabled],.ts-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.ts-dropdown [data-selectable].option{opacity:1;cursor:pointer}.ts-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.ts-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.ts-dropdown .active{background-color:#f5fafd;color:#495c68}.ts-dropdown .active.create{color:#495c68}.ts-dropdown .create{color:rgba(48,48,48,.5)}.ts-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:5px 8px}.ts-dropdown .spinner::after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 transparent #d0d0d0 transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.ts-dropdown-content{overflow:hidden auto;max-height:200px;scroll-behavior:smooth}.ts-wrapper.plugin-drag_drop .ts-dragging{color:transparent !important}.ts-wrapper.plugin-drag_drop .ts-dragging>*{visibility:hidden !important}.plugin-checkbox_options:not(.rtl) .option input{margin-right:.5rem}.plugin-checkbox_options.rtl .option input{margin-left:.5rem}.plugin-clear_button{--ts-pr-clear-button: 1em}.plugin-clear_button .clear-button{opacity:0;position:absolute;top:50%;transform:translateY(-50%);right:calc(8px - 6px);margin-right:0 !important;background:transparent !important;transition:opacity .5s;cursor:pointer}.plugin-clear_button.form-select .clear-button,.plugin-clear_button.single .clear-button{right:max(var(--ts-pr-caret), 8px)}.plugin-clear_button.focus.has-items .clear-button,.plugin-clear_button:not(.disabled):hover.has-items .clear-button{opacity:1}.ts-wrapper .dropdown-header{position:relative;padding:10px 8px;border-bottom:1px solid #d0d0d0;background:color-mix(#fff, #d0d0d0, 85%);border-radius:3px 3px 0 0}.ts-wrapper .dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px !important}.ts-wrapper .dropdown-header-close:hover{color:#000}.plugin-dropdown_input.focus.dropdown-active .ts-control{box-shadow:none;border:1px solid #d0d0d0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075)}.plugin-dropdown_input .dropdown-input{border:1px solid #d0d0d0;border-width:0 0 1px;display:block;padding:8px 8px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1);width:100%;background:transparent}.plugin-dropdown_input.focus .ts-dropdown .dropdown-input{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.plugin-dropdown_input .items-placeholder{border:0 none !important;box-shadow:none !important;width:100%}.plugin-dropdown_input.has-items .items-placeholder,.plugin-dropdown_input.dropdown-active .items-placeholder{display:none !important}.ts-wrapper.plugin-input_autogrow.has-items .ts-control>input{min-width:0}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input{flex:none;min-width:4px}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::placeholder{color:transparent}.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content{display:flex}.ts-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;flex-grow:1;flex-basis:0;min-width:0}.ts-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.ts-dropdown.plugin-optgroup_columns .optgroup::before{display:none}.ts-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.ts-wrapper.plugin-remove_button .item{display:inline-flex;align-items:center}.ts-wrapper.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:0 6px;border-radius:0 2px 2px 0;box-sizing:border-box}.ts-wrapper.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,.05)}.ts-wrapper.plugin-remove_button.disabled .item .remove:hover{background:none}.ts-wrapper.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.ts-wrapper.plugin-remove_button:not(.rtl) .item{padding-right:0 !important}.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove{border-left:1px solid #0073bb;margin-left:6px}.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove{border-left-color:#00578d}.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove{border-left-color:#aaa}.ts-wrapper.plugin-remove_button.rtl .item{padding-left:0 !important}.ts-wrapper.plugin-remove_button.rtl .item .remove{border-right:1px solid #0073bb;margin-right:6px}.ts-wrapper.plugin-remove_button.rtl .item.active .remove{border-right-color:#00578d}.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove{border-right-color:#aaa}:root{--ts-pr-clear-button: 0px;--ts-pr-caret: 0px;--ts-pr-min: .75rem}.ts-wrapper.single .ts-control,.ts-wrapper.single .ts-control input{cursor:pointer}.ts-control:not(.rtl){padding-right:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important}.ts-control.rtl{padding-left:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important}.ts-wrapper{position:relative}.ts-dropdown,.ts-control,.ts-control input{color:#303030;font-family:inherit;font-size:13px;line-height:18px}.ts-control,.ts-wrapper.single.input-active .ts-control{background:#fff;cursor:text}.ts-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;clip-path:inset(50%) !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.ts-wrapper.single .ts-control{--ts-pr-caret: 2rem}.ts-wrapper.single .ts-control::after{content:" ";display:block;position:absolute;top:50%;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:gray transparent transparent transparent}.ts-wrapper.single .ts-control:not(.rtl)::after{right:15px}.ts-wrapper.single .ts-control.rtl::after{left:15px}.ts-wrapper.single.dropdown-active .ts-control::after{margin-top:-4px;border-width:0 5px 5px 5px;border-color:transparent transparent gray transparent}.ts-wrapper.single.input-active .ts-control,.ts-wrapper.single.input-active .ts-control input{cursor:text}.ts-wrapper{display:flex;min-height:36px}.ts-wrapper.multi.has-items .ts-control{padding-left:5px;--ts-pr-min: $padding-x}.ts-wrapper.multi .ts-control [data-value]{text-shadow:0 1px 0 rgba(0,51,83,.3);border-radius:3px;background-color:color-mix(#1da7ee, #178ee9, 60%);background-image:linear-gradient(to bottom, #1da7ee, #178ee9);background-repeat:repeat-x;box-shadow:0 1px 0 rgba(0,0,0,.2),inset 0 1px rgba(255,255,255,.03)}.ts-wrapper.multi .ts-control [data-value].active{background-color:color-mix(#008fd8, #0075cf, 60%);background-image:linear-gradient(to bottom, #008fd8, #0075cf);background-repeat:repeat-x}.ts-wrapper.multi.disabled .ts-control [data-value]{color:#999;text-shadow:none;background:none;box-shadow:none}.ts-wrapper.multi.disabled .ts-control [data-value],.ts-wrapper.multi.disabled .ts-control [data-value] .remove{border-color:#e6e6e6}.ts-wrapper.multi.disabled .ts-control [data-value] .remove{background:none}.ts-wrapper.single .ts-control{box-shadow:0 1px 0 rgba(0,0,0,.05),inset 0 1px 0 rgba(255,255,255,.8);background-color:color-mix(#fefefe, #f2f2f2, 60%);background-image:linear-gradient(to bottom, #fefefe, #f2f2f2);background-repeat:repeat-x}.ts-wrapper.single .ts-control,.ts-dropdown.single{border-color:#b8b8b8}.dropdown-active .ts-control{border-radius:3px 3px 0 0}.ts-dropdown .optgroup-header{padding-top:7px;font-weight:bold;font-size:.85em}.ts-dropdown .optgroup{border-top:1px solid #f0f0f0}.ts-dropdown .optgroup:first-child{border-top:0 none}.ts-control .item[data-value=Россия]~.clear-button{display:none}:root{scroll-behavior:auto !important}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}html,body{height:100%;min-height:100%}body{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;transition:opacity .15s ease-in-out}body.active{opacity:1}.row{--bs-gutter-x: 30px}button,input:not([aria-activedescendant]):not([aria-controls]),select,textarea{color:#212121;font-family:"Roboto";font-size:inherit;border:0;border-radius:0;outline:none;border-bottom:1px solid #196dce;width:100%;padding:15px 0;display:block}button{border:0}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}textarea{resize:none;height:93px}img{max-width:100%;height:auto;margin:0;display:block}img::selection{background:transparent}img::-moz-selection{background:transparent}blockquote{border-left:5px solid #196dce;margin:20px 0;padding-left:48px;font-size:18px;font-weight:600}blockquote p{font-weight:600;font-size:18px;margin:20px 0}ul{margin:0;padding:0;list-style-type:none}ul:not(.no-markers){margin:20px 0;font:inherit}ul:not(.no-markers)>li{position:relative;padding-left:30px;margin:10px 0}ul:not(.no-markers)>li ol,ul:not(.no-markers)>li ul{margin:20px 0}ul:not(.no-markers)>li:last-of-type{margin-bottom:0}ul:not(.no-markers)>li:before{content:"";width:16px;height:4px;background:#196dce;position:absolute;top:.6em;transform:translateY(-50%);left:0}ol:not(.no-markers){margin:20px 0;font:inherit;display:flex;flex-direction:column;grid-gap:10px;counter-reset:item;padding-left:40px}ol:not(.no-markers)>li{padding-left:10px;counter-increment:item}ol:not(.no-markers)>li::marker{font-weight:bold;font-size:1.5em;margin-right:5px;line-height:0;color:#196dce;content:counters(item, ".") ". "}table{width:100%;min-width:400px}table tr:first-of-type{border-bottom:2px solid #196dce}table tr:first-of-type td{font-weight:bold;font-size:12px}table tr:nth-of-type(2n + 3){background:#196dce}table tr td{padding:13px 9px;font-style:normal;font-weight:normal;font-size:14px;line-height:1.2}a{outline:none;transition:.2s ease-in-out color,.2s ease-in-out text-decoration-color,.2s ease-in-out opacity;color:#196dce;text-decoration-color:#196dce;text-decoration:underline}a:hover{color:#1d86ff;text-decoration-color:transparent}strong,b{font-weight:600}@media(max-width: 767px){blockquote{padding-left:25px;font-size:16px;margin:15px 0}blockquote p{font-size:16px;margin:15px 0}ul:not(.no-markers){margin:15px 0}ul:not(.no-markers)>li{padding-left:26px;margin:10px 0}ul:not(.no-markers)>li ol,ul:not(.no-markers)>li ul{margin:15px 0}ol:not(.no-markers){margin:15px 0}ol:not(.no-markers)>li{padding-left:5px}}input:not([aria-activedescendant]):not([aria-controls]),textarea{background:transparent}input:not([aria-activedescendant]):not([aria-controls])::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#575249;transition:opacity .3s ease}input:not([aria-activedescendant]):not([aria-controls])::-moz-placeholder,textarea::-moz-placeholder{color:#575249;transition:opacity .3s ease}input:not([aria-activedescendant]):not([aria-controls]):-moz-placeholder,textarea:-moz-placeholder{color:#575249;transition:opacity .3s ease}input:not([aria-activedescendant]):not([aria-controls]):-ms-input-placeholder,textarea:-ms-input-placeholder{color:#575249;transition:opacity .3s ease}input:not([aria-activedescendant]):not([aria-controls]).wpcf7-not-valid::-webkit-input-placeholder,textarea.wpcf7-not-valid::-webkit-input-placeholder{color:#ee2323}input:not([aria-activedescendant]):not([aria-controls]).wpcf7-not-valid::-moz-placeholder,textarea.wpcf7-not-valid::-moz-placeholder{color:#ee2323}input:not([aria-activedescendant]):not([aria-controls]).wpcf7-not-valid:-moz-placeholder,textarea.wpcf7-not-valid:-moz-placeholder{color:#ee2323}input:not([aria-activedescendant]):not([aria-controls]).wpcf7-not-valid:-ms-input-placeholder,textarea.wpcf7-not-valid:-ms-input-placeholder{color:#ee2323}input:not([aria-activedescendant]):not([aria-controls]):focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{opacity:0;transition:opacity .3s ease}input:not([aria-activedescendant]):not([aria-controls]):focus::-moz-placeholder,textarea:focus::-moz-placeholder{opacity:0;transition:opacity .3s ease}input:not([aria-activedescendant]):not([aria-controls]):focus:-moz-placeholder,textarea:focus:-moz-placeholder{opacity:0;transition:opacity .3s ease}input:not([aria-activedescendant]):not([aria-controls]):focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{opacity:0;transition:opacity .3s ease}input:not([aria-activedescendant]):not([aria-controls])[type=search],textarea[type=search]{box-sizing:border-box}input:not([aria-activedescendant]):not([aria-controls])[type=search]::-webkit-input-placeholder,textarea[type=search]::-webkit-input-placeholder{color:#575249;transition:opacity .3s ease}input:not([aria-activedescendant]):not([aria-controls])[type=search]::-moz-placeholder,textarea[type=search]::-moz-placeholder{color:#575249;transition:opacity .3s ease}input:not([aria-activedescendant]):not([aria-controls])[type=search]:-moz-placeholder,textarea[type=search]:-moz-placeholder{color:#575249;transition:opacity .3s ease}input:not([aria-activedescendant]):not([aria-controls])[type=search]:-ms-input-placeholder,textarea[type=search]:-ms-input-placeholder{color:#575249;transition:opacity .3s ease}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:#212121}@font-face{font-family:"Roboto";src:url(../assets/fonts/Roboto-VariableFont_wdth,wght.ttf) format("truetype");font-weight:100 900;font-style:normal}@font-face{font-family:"NunitoSans";src:url(../assets/fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf) format("truetype");font-weight:200 1000;font-style:normal}@font-face{font-family:"Actay Wide";src:url(../assets/fonts/ActayWide-BoldItalic.woff2) format("woff2"),url(../assets/fonts/ActayWide-BoldItalic.woff) format("woff");font-weight:bold;font-style:italic;font-display:swap}@font-face{font-family:"Actay Wide";src:url(../assets/fonts/ActayWide-Bold.woff2) format("woff2"),url(../assets/fonts/ActayWide-Bold.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Actay Condensed";src:url(../assets/fonts/ActayCondensed-Thin.woff2) format("woff2"),url(../assets/fonts/ActayCondensed-Thin.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:"Actay Condensed";src:url(../assets/fonts/ActayCondensed-ThinItalic.woff2) format("woff2"),url(../assets/fonts/ActayCondensed-ThinItalic.woff) format("woff");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:"Actay";src:url(../assets/fonts/Actay-Regular.woff2) format("woff2"),url(../assets/fonts/Actay-Regular.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Actay";src:url(../assets/fonts/Actay-RegularItalic.woff2) format("woff2"),url(../assets/fonts/Actay-RegularItalic.woff) format("woff");font-weight:normal;font-style:italic;font-display:swap}body{color:#212121;font-family:"Roboto";font-weight:400;font-size:16px;line-height:1.17;background:#fff;height:100% !important}h1,h2,h3,h4,h5,h6{font:inherit;font-family:"Actay Wide";font-size:100%;line-height:1.2;margin:0;font-weight:bold}h1 strong,h1 b,h2 strong,h2 b,h3 strong,h3 b,h4 strong,h4 b,h5 strong,h5 b,h6 strong,h6 b{font-weight:inherit;color:#196dce}p{font:inherit;margin:20px 0;font-weight:400}h1{font-size:70px;font-size:clamp(
          1.5rem,
          0.7271015067rem + 3.6478984933vw,
          4.375rem
  );margin:20px 0;text-transform:uppercase}h2{font-family:"Actay Wide";font-size:56px;margin:90px 0 20px;font-weight:500}h3{font-size:48px;margin:70px 0 20px}h4{font-size:36px;margin:50px 0 20px}h5{font-size:32px;margin:50px 0 20px}@media(max-width: 1249px){h2{font-size:48px;margin:40px 0 20px}h3{font-size:36px;margin:40px 0 20px}h4{font-size:32px;margin:40px 0 20px}h5{font-size:28px;margin:40px 0 20px}}@media(max-width: 989px){h2{font-size:42px;margin:40px 0 20px}h3{font-size:36px;margin:40px 0 20px}h4{font-size:32px;margin:40px 0 20px}h5{font-size:28px;margin:40px 0 20px}}@media(max-width: 767px){body{font-size:14px}h2{font-size:30px}h3{font-size:28px}h4{font-size:24px}h5{font-size:22px}}.overflow-hide{overflow:hidden !important}.overflow-unset{overflow:unset !important}.w-0{width:0 !important}.wrapper{display:flex;flex-direction:column;min-height:100%;position:relative;padding-top:80px}@media(max-width: 989px){.wrapper{padding-top:60px}}@media(max-width: 575px){.wrapper{padding-top:54px}}.wrapper-content{flex:1 0 auto}.sticky{position:fixed;z-index:101}.stop{position:relative;z-index:101}.modal-open{overflow:hidden}@-webkit-keyframes tape{0%{background-position-x:0}100%{background-position-x:-400%}}@keyframes tape{0%{background-position-x:0}100%{background-position-x:-400%}}.header{width:100%;position:fixed;left:0;top:0;right:0;z-index:100;transition-property:background,box-shadow,padding,transform,opacity,border;transition-duration:.3s,.3s,.3s,.3s,.3s,.3s;transition-timing-function:ease-in-out;transition-delay:0s}.header_fixed.header{transform:translateY(0);opacity:1;transition-property:background,box-shadow,padding,transform,opacity,border;transition-duration:.2s,.3s,.3s,.3s,.3s,.3s;transition-timing-function:ease-in-out;transition-delay:.2s,.2s,.2s,.2s,.2s,.2s}.header_fixed.header .header__wrap{box-shadow:0px 16px 34px 0px #512D8E1A;background:#CFD7FF66;transition:.2s ease-in-out background 0s;backdrop-filter:blur(24px)}.header_fixed.header .header__wrap:before{opacity:1}.header_fixed--hidden{transform:translateY(-100%);transition-delay:.4s,.2s,.2s,0s,.2s,.2s}.header_fixed--hidden .header__wrap{background:rgba(255,255,255,0);backdrop-filter:blur(24px)}.header__cont{width:calc(100% - 60px);margin-left:auto;margin-right:auto;height:80px;display:flex;align-items:center}.header__wrap{display:flex;justify-content:flex-start;align-items:center;grid-gap:70px;border-radius:50px;width:calc(100% + 40px);margin-left:-20px;padding:10px 20px;position:relative;transition:.2s ease-in-out background,.2s ease-in-out box-shadow;box-shadow:0px 16px 34px 0px rgba(81,45,142,0);backdrop-filter:blur(0);background:rgba(255,255,255,0)}.header__wrap:before{content:"";position:absolute;inset:0;padding:1px;border-radius:inherit;background:linear-gradient(180deg, #FFFFFF 0%, #C4D0FF 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:.2s ease-in-out opacity;pointer-events:none}.header__logo{display:inline-flex;align-items:center;text-decoration:none;flex-shrink:0;width:143px;height:43px}.header__logo img,.header__logo svg{width:100%;height:100%;object-position:center left;object-fit:contain}.header__menu{display:flex;align-items:center;grid-gap:40px}.header__menu a{font-weight:400;font-size:18px;text-decoration:none;color:#4f597a}.header__menu a:hover{color:#196dce}.header--mobile{display:none}@media(max-width: 1249px){.header__wrap{grid-gap:60px}.header__logo{width:120px;height:40px}.header__menu{grid-gap:30px}}@media(max-width: 989px){.header__cont{height:60px}.header__wrap{grid-gap:50px}.header__logo{width:100px;height:30px}.header__menu{grid-gap:20px}.header__menu a{font-size:16px}}@media(max-width: 767px){.header__wrap{justify-content:space-between}.header--mobile{top:0;border-radius:0 0 30px 30px;position:absolute !important;left:0;z-index:-5;flex-direction:column;padding:70px 0;padding-top:calc(var(--heightHeader, 1vh)*100 + 20px);margin-top:0;width:100%;align-items:flex-start;flex-wrap:nowrap;transition:.2s ease-in-out opacity,.2s ease-in-out visibility,.3s ease-in-out transform;opacity:0;visibility:hidden;transform:translateY(-25px);overflow:hidden;justify-content:flex-start;display:flex;grid-gap:20px;box-shadow:0px 16px 34px 0px #512D8E1A;background:#fff}.header--mobile.active{opacity:1;visibility:visible;transform:translateY(0px)}.header__menu{flex-direction:column;align-items:flex-start}.header__menu a{font-size:20px}.modal-open .header__wrap{background:transparent !important;box-shadow:0px 16px 34px 0px rgba(81,45,142,0) !important}.modal-open .header__wrap:before{opacity:0 !important}}@media(max-width: 575px){.header__logo{width:91px;height:28px}.header__cont{height:54px;width:calc(100% - 0px)}.header__cont>.container{padding:0}.header__wrap{width:100%;margin-left:0px;padding:10px 15px}}.main-banner{padding-top:80px;margin-top:-80px;overflow:hidden}.main-banner__cont{background:#fff url(../assets/img/main-banner-bg.png) center/100% 100% no-repeat;border-radius:50px;padding:0px 15px 0;width:calc(100% - 60px)}.main-banner__wrap{min-height:clamp(100px,100vh - 0px,685px);min-height:clamp(100px,100vh - 160px,685px);justify-content:center;height:100%;display:flex;flex-direction:column;z-index:1;position:relative}.main-banner__row{display:flex;align-items:flex-start;padding:40px 0 140px;height:100%}.main-banner__col{max-width:930px;z-index:1;position:relative;flex-shrink:0;display:flex;flex-direction:column;grid-gap:20px}.main-banner__img{flex-shrink:0;aspect-ratio:657/770;max-width:657px;position:absolute;top:-85px;right:-76px}.main-banner__img img{width:100%;height:100%;object-position:center;object-fit:contain}.main-banner__desc{max-width:690px;color:#4f597a;font-size:20px}.main-banner__desc strong{font-weight:600}.main-banner__desc>*:first-of-type{margin-top:0}.main-banner__desc>*:last-of-type{margin-bottom:0}.main-banner h1{margin:0}.main-banner__decor{position:absolute;bottom:0;left:-120px}.main-banner__decor img{width:178px;height:178px}@media(max-width: 1509px){.main-banner__row{padding:40px 0 180px}.main-banner__img{max-width:557px;top:-50px;right:-100px}.main-banner__decor{bottom:20px;left:-70px}}@media(max-width: 1249px){.main-banner__wrap{min-height:clamp(100px,100vh - 160px,540px)}.main-banner__row{padding:40px 0 180px}.main-banner__desc{font-size:18px}.main-banner__col{max-width:610px}.main-banner__img{max-width:455px;top:-50px;right:-100px}.main-banner__decor img{width:140px;height:140px}}@media(max-width: 989px){.main-banner{padding-top:60px;margin-top:-60px}.main-banner__cont{width:calc(100% - 30px);padding:0px 15px 0;border-radius:40px;background:#fff url(../assets/img/main-banner-bg-2.png) center/100% 100% no-repeat}.main-banner__wrap{min-height:auto}.main-banner__row{flex-direction:column;padding:33px 0 4px}.main-banner__col{max-width:100%}.main-banner__img{margin-left:auto;margin-right:auto;max-width:340px;position:static}.main-banner__desc{font-size:16px}.main-banner__desc p{margin:10px 0}.main-banner__decor{bottom:40px;left:-65px;display:none}.main-banner__decor img{width:120px;height:120px}}@media(max-width: 767px){.main-banner__cont{width:calc(100% - 0px);padding:0px;border-radius:20px}}@media(max-width: 575px){.main-banner{padding-top:54px;margin-top:-54px}.main-banner__img{max-width:250px}}.nominations{margin-top:-102px;position:relative;z-index:1}.nominations__cont{padding:0px 15px 0;width:calc(100% - 60px)}.nominations__wrap{position:relative;border-radius:20px;padding:30px;background:#fff;background:#CFD7FF66;backdrop-filter:blur(24px);box-shadow:0px 16px 34px 0px #512D8E1A}.nominations__wrap:before{content:"";position:absolute;inset:0;padding:1px;border-radius:inherit;background:linear-gradient(180deg, #FFFFFF 0%, #C4D0FF 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.nominations__form{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:30px 68px;text-align:left}.tom-select label{color:#4f597a;font-size:16px;font-weight:400;margin-bottom:10px;margin-top:5px;display:block}.tom-select .ts-wrapper{min-height:68px}.tom-select .ts-wrapper.single .ts-control{border:none;border-radius:13px;padding:20px;background:#fff;box-shadow:none}.tom-select .ts-control{color:#196dce;font-weight:700;font-family:"Actay Wide";font-size:22px}.tom-select .ts-dropdown{border-radius:13px;border:none;overflow:hidden;font-weight:700;font-family:"Actay Wide";font-size:20px;box-shadow:0px 16px 34px 0px #512D8E1A}.tom-select .ts-dropdown .active{background-color:#f5fafd;color:#196dce}.tom-select .ts-dropdown-content{max-height:300px}.tom-select .ts-control input{color:#196dce;font-weight:700;font-family:"Actay Wide";font-size:22px;display:none !important}.tom-select .item{display:flex;align-items:center}.tom-select .ts-dropdown .option,.tom-select .ts-dropdown .optgroup-header,.tom-select .ts-dropdown .no-results,.tom-select .ts-dropdown .create{padding:15px 20px}.tom-select .ts-wrapper.single .ts-control::after{content:" ";display:block;position:absolute;top:50%;transform:translateY(-50%);margin-top:0;width:16px;height:16px;background-position:center;background-repeat:no-repeat;background-size:contain;right:20px;background-image:url("data:image/svg+xml,%3Csvg width=%2714%27 height=%278%27 viewBox=%270 0 14 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M1 1L7 7L13 1%27 stroke=%27%23196DCE%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E %3C/svg%3E");border:none;transition:.2s ease-in-out transform}.tom-select .ts-wrapper.single.dropdown-active .ts-control::after{transform:translateY(-50%) rotate(180deg)}.tom-select .plugin-clear_button .clear-button{right:8px;font-size:0px;opacity:1;height:40px;background-color:#fff !important;width:40px;display:flex;align-items:center;justify-content:center;z-index:1}.tom-select .plugin-clear_button .clear-button:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:26px;background-image:url("data:image/svg+xml,%3Csvg viewBox=%270 0 26 26%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M18.8434 6.42236L6.34338 18.9224%27 stroke=%27%23196DCE%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3C/path%3E %3Cpath d=%27M6.34338 6.42236L18.8434 18.9224%27 stroke=%27%23196DCE%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3C/path%3E %3C/svg%3E")}@media(max-width: 1509px){.nominations__form{grid-gap:30px 30px}}@media(max-width: 1249px){.nominations__form{grid-gap:30px 20px}.tom-select .ts-wrapper{min-height:60px}.tom-select .ts-control{font-size:20px}.tom-select .ts-control input{font-size:20px}.tom-select .ts-dropdown{font-size:18px}}@media(max-width: 989px){.nominations__cont{width:calc(100% - 30px);padding:0px 15px 0}.nominations__wrap{padding:20px}.tom-select .ts-wrapper{min-height:56px}.tom-select .ts-control{font-size:18px}.tom-select .ts-control input{font-size:18px}.tom-select .ts-dropdown{font-size:16px}.tom-select .ts-wrapper.single .ts-control{padding:15px}.tom-select .ts-wrapper.single .ts-control::after{right:15px}.tom-select .ts-dropdown .option,.tom-select .ts-dropdown .optgroup-header,.tom-select .ts-dropdown .no-results,.tom-select .ts-dropdown .create{padding:10px 15px}.tom-select .ts-dropdown-content{max-height:270px}}@media(max-width: 767px){.nominations__wrap{padding:15px;border-radius:10px}.nominations__cont{width:calc(100% - 0px);padding:0px}.nominations__form{grid-gap:18px;grid-template-columns:repeat(1, 1fr)}.tom-select .ts-wrapper{min-height:52px}.tom-select .ts-control{font-size:16px}.tom-select .ts-control input{font-size:16px}.tom-select .ts-dropdown{font-size:14px}.tom-select .ts-wrapper.single .ts-control{padding:12px}.tom-select .ts-wrapper.single .ts-control::after{right:10px;width:14px}.tom-select .ts-dropdown .option,.tom-select .ts-dropdown .optgroup-header,.tom-select .ts-dropdown .no-results,.tom-select .ts-dropdown .create{padding:10px 12px}.tom-select .ts-dropdown-content{max-height:230px}}.clinics{margin:50px 0 145px}.clinics__list{display:flex;flex-direction:column;border-radius:20px;border:1px solid #c4d0ff;overflow:hidden;transition:.2s ease-in-out opacity;position:relative}.clinics .woocommerce-no-products-found{margin:40px 0px;font-weight:bold;font-size:34px;text-align:center;transition:.2s ease-in-out opacity;position:relative}.clinics__list:after,.clinics .woocommerce-no-products-found:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(255,255,255,.7);transition:0s ease-in-out opacity;pointer-events:none;opacity:0}.clinics__list:before,.clinics .woocommerce-no-products-found:before{content:"";width:100px;height:100px;position:absolute;top:70px;left:50%;transform:translate(-50%, 0%);transition:0s ease-in-out opacity;background-position:center;background-repeat:no-repeat;background-size:contain;opacity:0;pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27 preserveAspectRatio=%27xMidYMid%27 class=%27uil-ring-alt%27%3E%3Crect x=%270%27 y=%270%27 width=%27100%27 height=%27100%27 fill=%27none%27 class=%27bk%27%3E%3C/rect%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2740%27 stroke=%27transparent%27 fill=%27none%27 stroke-width=%2710%27 stroke-linecap=%27round%27%3E%3C/circle%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2740%27 stroke=%27%23196DCE%27 fill=%27none%27 stroke-width=%2710%27 stroke-linecap=%27round%27%3E%3Canimate attributeName=%27stroke-dashoffset%27 dur=%272s%27 repeatCount=%27indefinite%27 from=%270%27 to=%27502%27%3E%3C/animate%3E%3Canimate attributeName=%27stroke-dasharray%27 dur=%272s%27 repeatCount=%27indefinite%27 values=%27150.6 100.4;1 250;150.6 100.4%27%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E")}.clinics__list.loading:after,.clinics .woocommerce-no-products-found.loading:after{opacity:1;transition:.2s ease-in-out opacity}.clinics__list.loading:before,.clinics .woocommerce-no-products-found.loading:before{opacity:1;transition:.2s ease-in-out opacity}.clinics__item{display:flex;border-bottom:1px solid #c4d0ff;padding:50px 30px;flex-direction:column;grid-gap:25px}.clinics__item:last-of-type{border-bottom:none}.clinics__item.is-hidden{display:none}.clinics__row{display:flex;justify-content:space-between}.clinics__col{display:flex;flex-direction:column;grid-gap:9px}.clinics__col:first-of-type{margin-right:50px;width:160px;flex-shrink:0}.clinics__col:nth-of-type(2){width:100%}.clinics__col:nth-of-type(3){margin-left:10px;flex-shrink:0}.clinics__title{margin:0;font-weight:bold;font-size:34px}.clinics__address p{color:#4f597a;font-size:16px;margin:0}.clinics__tel{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;font-size:20px;color:#196dce}.clinics__tel>span{margin-right:9px;display:block}.clinics__tel a{text-decoration:none}.clinics__tel a:hover{color:#1d86ff}.clinics__num{display:flex;text-align:center;align-items:center;grid-gap:3px;justify-content:space-between}.clinics__num span{font-size:98px;font-size:clamp(
          2.875rem,
          1.0518292683rem + 5.0731707317vw,
          6.125rem
  );font-weight:600;color:#196dce;line-height:1;font-family:"NunitoSans"}.clinics__num i svg{width:49px;height:104px}.clinics__points{display:flex;flex-direction:column;align-items:center}.clinics__points p{margin:0;color:#4f597a;font-size:16px}.clinics__points strong{display:block;font-weight:bold;font-size:30px}.clinics__btn{margin-top:60px;max-width:172px;margin-left:auto;margin-right:auto}@media(max-width: 1509px){.clinics__col:first-of-type{margin-right:40px;width:140px}}@media(max-width: 1249px){.clinics{margin:40px 0 110px}.clinics__item{padding:40px 20px}.clinics__col:first-of-type{margin-right:30px;width:130px}.clinics__num i svg{width:40px;height:90px}.clinics__title{font-size:30px}.clinics__points strong{font-size:28px}.clinics__tel{font-size:18px}.clinics__btn{margin-top:40px}}@media(max-width: 989px){.clinics__item{padding:30px 20px;grid-gap:0}.clinics__row{flex-wrap:wrap;align-items:center;grid-gap:20px}.clinics__col:nth-of-type(1){order:0}.clinics__col:nth-of-type(2){order:2}.clinics__col:nth-of-type(3){order:1}.clinics__title{font-size:26px}.clinics__points strong{font-size:24px}}@media(max-width: 767px){.clinics__list{border-radius:10px}.clinics__item{padding:20px 15px;grid-gap:0}.clinics__col:first-of-type{margin-right:15px;width:100px}.clinics__num i svg{width:30px;height:60px}.clinics__title{font-size:22px}.clinics__points p{font-size:14px}.clinics__points strong{font-size:20px}.clinics__address p{font-size:14px}.clinics__tel{font-size:16px}.clinics__btn{margin-top:30px;max-width:146px}}@media(max-width: 575px){.clinics__col:first-of-type{margin-right:15px;width:80px}.clinics__num i svg{width:23px;height:50px}.clinics__points strong{font-size:18px}}.partners{margin:145px 0}.partners__title{text-align:center;margin:0 0 60px}.partners__title h2{margin:0}.partners__wrap{display:flex;flex-direction:column;grid-gap:60px}.partners__main-list{display:flex;justify-content:center;flex-wrap:wrap;grid-gap:30px}.partners__list{display:flex;justify-content:center;flex-wrap:wrap;grid-gap:55px 45px}.partners a.partners__item--main{text-decoration:none}.partners a.partners__item--main:hover{border-color:#196dce}.partners a.partners__item--main:hover p{color:#196dce}.partners a.partners__item--mini:hover img{filter:grayscale(0);opacity:1}.partners__item{display:flex;flex-direction:column;text-align:center;grid-gap:10px;border-radius:30px;text-decoration:none}.partners__item img{width:100%;height:100%;object-position:center;object-fit:contain}.partners__item p{color:#4f597a;font-size:18px;margin:0;transition:.2s ease-in-out color}.partners__item--main{transition:.2s ease-in-out border-color;border:1px solid #c4d0ff;padding:20px;width:calc(33.33% - 20px)}.partners__item--mini{width:calc(20% - 36px)}.partners__item--mini img{filter:grayscale(1);opacity:.6;transition:.2s ease-in-out filter,.2s ease-in-out opacity}@media(max-width: 1249px){.partners{margin:110px 0}.partners__wrap{grid-gap:40px}.partners__title{margin-bottom:40px}.partners__main-list{grid-gap:20px}.partners__list{grid-gap:50px 40px}.partners__item--main{padding:10px;width:calc(50% - 10px)}.partners__item--mini{width:calc(25% - 30px)}}@media(max-width: 989px){.partners__title{margin-bottom:30px}.partners__item p{font-size:16px}}@media(max-width: 767px){.partners{margin:110px 0 70px}.partners__wrap{grid-gap:30px}.partners__title{margin-bottom:30px}.partners__main-list{grid-gap:15px}.partners__list{grid-gap:40px 30px}.partners__item p{font-size:14px}.partners__item--main{border-radius:10px;padding:10px;width:calc(50% - 7.5px)}.partners__item--mini{width:calc(33.33% - 20px)}}.methodology{overflow:hidden;margin:140px 0 0}.methodology__cont{background:#fff url(../assets/img/main-banner-bg.png) center/100% 100% no-repeat;border-radius:50px;padding:0px 15px 0;width:calc(100% - 60px)}.methodology__wrap{justify-content:center;height:100%;display:flex;flex-direction:column;z-index:1;position:relative;padding:110px 0 140px}.methodology__decor{z-index:-1;position:absolute;top:10px;right:-96px;transform:scale(-1, 1)}.methodology__decor img{width:178px;height:178px}.methodology__row{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:24px;align-items:flex-start}.methodology__info h2,.methodology__info h3,.methodology__info h4,.methodology__info h5,.methodology__info h6{margin:0 0 40px}.methodology__info p{font-size:20px;color:#4f597a}.methodology__info>*:last-of-type{margin-bottom:0}.methodology__graph{position:relative;border-radius:20px;padding:40px 50px;background:#CFD7FF66;backdrop-filter:blur(24px);box-shadow:0px 16px 34px 0px #512D8E1A}.methodology__graph:before{content:"";position:absolute;inset:0;padding:1px;border-radius:inherit;background:linear-gradient(180deg, #FFFFFF 0%, #C4D0FF 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.methodology__graph h5{font-family:"Roboto";font-size:26px;color:#212121;margin:0 0 34px}.methodology__list{display:flex;flex-direction:column;grid-gap:34px}.methodology__item{display:flex;flex-wrap:wrap;justify-content:space-between}.methodology__item span{color:#4f597a;font-size:18px}.methodology__item strong{font-size:22px;font-weight:800}.methodology__item:nth-of-type(4n + 1) strong{color:#27bbe4}.methodology__item:nth-of-type(4n + 1) .methodology__item-res{background:#27bbe4}.methodology__item:nth-of-type(4n + 2) strong{color:#198fce}.methodology__item:nth-of-type(4n + 2) .methodology__item-res{background:#198fce}.methodology__item:nth-of-type(4n + 3) strong{color:#517ce1}.methodology__item:nth-of-type(4n + 3) .methodology__item-res{background:#517ce1}.methodology__item:nth-of-type(4n + 4) strong{color:#6951e1}.methodology__item:nth-of-type(4n + 4) .methodology__item-res{background:#6951e1}.methodology__item-line{width:100%;border:1px solid #dbdcff;background:#fff;border-radius:30px;padding:2px;height:18px;margin-top:8px}.methodology__item-line i{border-radius:inherit;display:block;height:100%}@media(max-width: 1249px){.methodology{margin:110px 0 0}.methodology__wrap{padding:80px 0}.methodology__graph{padding:30px 40px}.methodology__graph h5{font-size:24px}.methodology__info p{font-size:18px}.methodology__item span{font-size:16px}.methodology__item strong{font-size:20px}.methodology__item-line{margin-top:5px}.methodology__decor{top:10px;right:-76px}.methodology__decor img{width:140px;height:140px}}@media(max-width: 989px){.methodology__cont{width:calc(100% - 30px);padding:0px 15px 0;border-radius:40px;background:#fff url(../assets/img/main-banner-bg-2.png) center/100% 100% no-repeat}.methodology__wrap{padding:40px 0 55px}.methodology__row{grid-template-columns:repeat(1, 1fr)}.methodology__decor{display:none}.methodology__decor img{width:120px;height:120px}.methodology__graph{padding:20px 20px}.methodology__info p{font-size:16px}}@media(max-width: 767px){.methodology{margin:70px 0 0}.methodology__cont{width:calc(100% - 0px);padding:0px;border-radius:20px}.methodology__graph{padding:15px;border-radius:10px}.methodology__graph h5{font-size:20px;margin:0 0 26px}.methodology__list{grid-gap:26px}.methodology__item strong{font-size:18px}}.rating-links__title{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:650px;margin-left:auto;margin-right:auto}.rating-links__title img{width:100%;max-width:150px;object-position:center;object-fit:contain;margin-bottom:15px}.rating-links__title h2{margin:0 0 20px}.rating-links__title p{margin:0;font-size:20px}.rating-links .advantages{justify-content:center}.rating-links__list{margin-top:60px}.rating-links__desc{max-width:690px;color:#4f597a;font-size:16px;text-align:center;margin-left:auto;margin-right:auto;margin-top:30px}@media(max-width: 1249px){.rating-links__title p{font-size:18px}}@media(max-width: 989px){.rating-links{margin-top:35px}.rating-links__title img{max-width:100px}.rating-links__list{margin-top:40px}}@media(max-width: 767px){.rating-links__title h2{margin:0 0 10px}.rating-links__title img{max-width:80px}.rating-links__title p{font-size:16px}.rating-links__list{margin-top:30px}.rating-links__desc{margin-top:20px;font-size:14px}}@media(max-width: 575px){.rating-links__title img{max-width:72px}}.contacts__map{height:1100px;width:1100px}.contacts [class*=copyrights-pane]{display:none !important}.contacts [class*="-image "]{-webkit-animation-name:floating-arrow;animation-name:floating-arrow;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;position:absolute}.contacts [class*=-ground-pane]{filter:grayscale(1);-ms-filter:grayscale(1);-webkit-filter:grayscale(1);-moz-filter:grayscale(1);-o-filter:grayscale(1)}@media(max-width: 767px){.contacts [class*="-image "]{width:30px !important;height:45px !important;background-size:contain !important;background-repeat:no-repeat !important;background-position:center bottom !important;margin-left:10.5px !important;margin-top:18px !important}}.cookie-block{background:#fff;position:fixed;right:80px;bottom:15px;max-width:450px;padding:25px 15px 15px;display:flex;flex-direction:column;align-items:center;width:calc(100% - 70px - 15px);box-shadow:0px 16px 34px 0px #512D8E1A;border-radius:20px;z-index:100;transition:.2s ease-in-out opacity,.4s ease-in-out visibility,.2s ease-in-out transform;transform:translateY(100%);opacity:0;visibility:hidden;background-color:#CFD7FF66;backdrop-filter:blur(24px);box-shadow:0px 0px 14px 0px #512D8E1A}.cookie-block:before{content:"";position:absolute;inset:0;padding:1px;border-radius:inherit;background:linear-gradient(180deg, #FFFFFF 0%, #C4D0FF 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1;pointer-events:none}.cookie-block.show{visibility:visible;animation:slideUpFadeIn .5s ease-out .5s forwards}.cookie-block.active{visibility:hidden;animation:slideDownFadeOut .4s ease-in forwards}.cookie-block svg{width:28px;margin-right:15px;flex-shrink:0}.cookie-block__text{display:flex;margin-bottom:10px;font-size:16px}.cookie-block__text p{margin:0}.cookie-block__more{color:#196dce !important;margin-right:20px;font-size:16px}.cookie-block__more:hover{color:#1d86ff !important}.cookie-block__btns{display:flex;align-items:center;margin-left:auto}.cookie-block p{color:#4f597a}.cookie-block__ok.button{font-size:16px;padding:15px 20px;height:52px;background:#196dce;color:#fff}.cookie-block__ok.button:hover{color:#196dce;background:transparent}@media screen and (max-width: 767px){.cookie-block{padding:15px;border-radius:10px;right:70px}.cookie-block svg{display:none}.cookie-block__text{font-size:14px}.cookie-block__ok.button{font-size:14px;padding:15px;height:40px}.cookie-block__more{font-size:14px}}.footer{background:#fff;margin-top:190px;position:relative}.footer:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:url(../assets/img/footer.png) center bottom/contain no-repeat;width:100%;max-width:709px;max-width:1107px;height:335px;height:386px;z-index:-1}.footer__up{right:15px;bottom:0;transform:translateY(calc(-50% + 35px));position:fixed;z-index:5;width:43px;height:43px;border-radius:50%;background-position:50% 50%;background-repeat:no-repeat;background-size:16px 20px;background-image:url("data:image/svg+xml,%3Csvg width=%2714%27 height=%278%27 viewBox=%270 0 14 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M1 7 L7 1 L13 7%27 stroke=%27%23196DCE%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E %3C/svg%3E");cursor:pointer;transition:all .2s ease-in-out;opacity:0;visibility:hidden;background-color:#CFD7FF66;backdrop-filter:blur(24px);box-shadow:0px 0px 14px 0px #512D8E1A}.footer__up:before{content:"";position:absolute;inset:0;padding:1px;border-radius:inherit;background:linear-gradient(180deg, #FFFFFF 0%, #C4D0FF 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.footer__up.active{opacity:1;visibility:visible;transform:translateY(calc(-50% + 5px))}.footer__up:hover{background-color:rgba(175,189,255,.4)}.footer__logo{width:100%}.footer__logo svg{width:100%;height:100%;object-fit:contain;object-position:center left}.footer__wrap{padding:40px 0;border-top:1px solid #dbdcff;display:flex;justify-content:space-between;grid-gap:15px;align-items:center}.footer__col{max-width:470px;width:100%}.footer__col:first-of-type{max-width:230px}.footer__copy{font-size:16px;color:#4f597a}.footer__copy a{color:#4f597a}.footer__privacy-policy{font-size:16px;color:#4f597a}.footer__privacy-policy a{color:#4f597a}@media(max-width: 1249px){.footer{margin-top:120px}.footer__col:first-of-type{max-width:160px}}@media(max-width: 989px){.footer{margin-top:80px}.footer__wrap{flex-wrap:wrap;justify-content:center;text-align:center;grid-gap:18px}.footer__col{max-width:100%}.footer__col:first-of-type{max-width:160px}}@media(max-width: 767px){.footer{margin-top:60px}.footer__wrap{padding:30px 0}.footer__copy{font-size:14px}.footer__privacy-policy{font-size:14px}}@media(max-width: 575px){.footer__col:first-of-type{max-width:110px}}.nav{width:100%}.nav__menu{display:flex;flex-wrap:wrap;flex-direction:column;height:100%;justify-content:space-between;align-items:flex-start}.nav__menu li{position:relative}.nav__menu li a{text-decoration:none;display:block;color:#000}.nav__item-parent>ul,.nav .menu-item-has-children>ul{position:absolute;transition:.2s ease-in-out transform,.2s ease-in-out opacity,.2s ease-in-out visibility;top:100%;left:-15px;z-index:2;background:#fff;border:1px solid rgba(0,0,0,.1);width:260px;padding:15px 15px;opacity:0;visibility:hidden;transform:translateY(10px);box-shadow:0 0 10px rgba(0,0,0,.07)}.nav__item-parent>ul>li,.nav .menu-item-has-children>ul>li{display:block;width:100%;margin-bottom:10px}.nav__item-parent>ul>li>a,.nav .menu-item-has-children>ul>li>a{font-family:"Roboto"}.nav__item-parent>ul>li:last-of-type,.nav .menu-item-has-children>ul>li:last-of-type{margin-bottom:0}.nav__item-parent>ul ul,.nav .menu-item-has-children>ul ul{top:-15px;left:100%}.nav__item-parent>a,.nav .menu-item-has-children>a{padding-right:28px}.nav__item-parent>a:hover:before,.nav .menu-item-has-children>a:hover:before{opacity:0}.nav__item-parent>a:hover:after,.nav .menu-item-has-children>a:hover:after{opacity:1}.nav__item-parent>a:before,.nav__item-parent>a:after,.nav .menu-item-has-children>a:before,.nav .menu-item-has-children>a:after{content:"";position:absolute;right:0;top:-1px;width:20px;height:21px;transition:.2s ease-in-out opacity,.4s ease-in-out transform;background-position:center;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M10.5582 13.2604L10 12.6818L9.44176 13.2604C9.75007 13.5799 10.2499 13.5799 10.5582 13.2604ZM10 11.5247L6.34772 7.73964C6.03941 7.42012 5.53954 7.42012 5.23123 7.73964C4.92292 8.05916 4.92292 8.5772 5.23123 8.89672L9.44176 13.2604L10 12.6818L10.5582 13.2604L14.7688 8.89672C15.0771 8.5772 15.0771 8.05916 14.7688 7.73964C14.4605 7.42012 13.9606 7.42012 13.6523 7.73964L10 11.5247Z%27 fill=%27%23222222%27/%3E %3C/svg%3E")}.nav__item-parent>a:after,.nav .menu-item-has-children>a:after{opacity:0;background-image:url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M10.5582 13.2604L10 12.6818L9.44176 13.2604C9.75007 13.5799 10.2499 13.5799 10.5582 13.2604ZM10 11.5247L6.34772 7.73964C6.03941 7.42012 5.53954 7.42012 5.23123 7.73964C4.92292 8.05916 4.92292 8.5772 5.23123 8.89672L9.44176 13.2604L10 12.6818L10.5582 13.2604L14.7688 8.89672C15.0771 8.5772 15.0771 8.05916 14.7688 7.73964C14.4605 7.42012 13.9606 7.42012 13.6523 7.73964L10 11.5247Z%27 fill=%27%23869AAC%27/%3E %3C/svg%3E")}.nav__item-parent:hover>ul,.nav .menu-item-has-children:hover>ul{opacity:1;visibility:visible;transform:translateY(0px)}.nav__item-parent:hover>a:before,.nav__item-parent:hover>a:after,.nav .menu-item-has-children:hover>a:before,.nav .menu-item-has-children:hover>a:after{transform:rotate(180deg)}@media(max-width: 989px){.nav__menu li a{font-size:14px}.nav__item-parent>a,.nav .menu-item-has-children>a{padding-right:24px}.nav__item-parent>a:before,.nav__item-parent>a:after,.nav .menu-item-has-children>a:before,.nav .menu-item-has-children>a:after{width:17px;height:18px;top:0}}@media(max-width: 767px){.nav{height:100vh;height:calc(var(--vh, 1vh)*100 - var(--heightHeader, 1vh)*100);top:calc(var(--heightHeader, 1vh)*100);position:absolute !important;left:0;z-index:100;flex-direction:column;padding:15px 15px 35px;background:#efefef;margin-top:0;width:100%;align-items:flex-start;flex-wrap:nowrap;transition:.2s ease-in-out opacity,.2s ease-in-out visibility,.3s ease-in-out transform;opacity:0;visibility:hidden;transform:translateY(-25px);overflow:auto;justify-content:flex-start;display:flex}.nav.active{opacity:1;visibility:visible;transform:translateY(0px)}.nav__menu{flex-direction:column;height:auto;margin-bottom:25px}.nav__menu li{margin-bottom:27px}.nav__menu li:last-of-type{margin-bottom:0}.nav__menu li a{font-family:"Actay Wide";font-size:18px}.nav__item-parent>ul,.nav .menu-item-has-children>ul{opacity:1;visibility:unset !important;transform:translateY(0px);position:static;background:none;box-shadow:none;padding:0;border:none;margin-top:20px}.nav__item-parent>ul>li,.nav .menu-item-has-children>ul>li{margin-bottom:20px}.nav__item-parent>ul>li>a,.nav .menu-item-has-children>ul>li>a{font-size:14px}.nav__item-parent>a:before,.nav__item-parent>a:after,.nav .menu-item-has-children>a:before,.nav .menu-item-has-children>a:after{display:none}}@media(max-width: 575px){.nav{height:100vh;height:calc(var(--vh, 1vh)*100 - 40px);top:40px;padding:9px 15px 35px}}.files{margin:20px 0 90px}.files__list{display:flex;justify-content:space-between;flex-wrap:wrap;margin:50px 0}.files li{width:32.5%;margin-bottom:10px}.files__info{padding-right:50px;margin-bottom:auto}.files__item{align-items:center;background:#fff;border-radius:10px;padding:15px}.files__item a{display:flex;align-items:center;text-decoration:none;position:relative;height:100%}.files__item a:after{content:"";background-position:center;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width=%2740%27 height=%2741%27 viewBox=%270 0 40 41%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Crect y=%270.5%27 width=%2740%27 height=%2740%27 rx=%2720%27 fill=%27%23EDF2F6%27/%3E %3Cpath d=%27M29 23.5V27.5C29 28.0304 28.7893 28.5391 28.4142 28.9142C28.0391 29.2893 27.5304 29.5 27 29.5H13C12.4696 29.5 11.9609 29.2893 11.5858 28.9142C11.2107 28.5391 11 28.0304 11 27.5V23.5%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E %3Cpath d=%27M15 18.5L20 23.5L25 18.5%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E %3Cpath d=%27M20 23.5V11.5%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E %3C/svg%3E");width:40px;min-width:40px;height:40px;margin-left:auto;position:absolute;right:0;top:0}.files__item a:hover .files__title{color:#5f7ce4}.files__item--hidden{margin:0 !important;padding:0 !important;height:0 !important}.files__item i{background-position:center;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width=%2738%27 height=%2749%27 viewBox=%270 0 38 49%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M37.4926 12.2828L25.8767 0.514063C25.5528 0.185938 25.1156 0 24.6568 0H1.72727C0.771875 0 0 0.782031 0 1.75V47.25C0 48.218 0.771875 49 1.72727 49H36.2727C37.2281 49 38 48.218 38 47.25V13.5242C38 13.0594 37.8165 12.6109 37.4926 12.2828Z%27 fill=%27url%28%23paint0_linear_0_1%29%27/%3E %3Cpath d=%27M24 4V10.5C24 12.7091 25.7909 14.5 28 14.5H34%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E %3Cdefs%3E %3ClinearGradient id=%27paint0_linear_0_1%27 x1=%2714%27 y1=%279.5%27 x2=%2741%27 y2=%2737.5%27 gradientUnits=%27userSpaceOnUse%27%3E %3Cstop stop-color=%27%23ADC030%27/%3E %3Cstop offset=%271%27 stop-color=%27%2353A023%27/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");min-width:38px;width:38px;height:50px;margin-right:15px;display:inline-block;margin-bottom:auto}.files__item--doc i,.files__item--docx i{background-image:url("data:image/svg+xml,%3Csvg width=%2738%27 height=%2749%27 viewBox=%270 0 38 49%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M37.4926 12.2828L25.8767 0.514063C25.5528 0.185938 25.1156 0 24.6568 0H1.72727C0.771875 0 0 0.782031 0 1.75V47.25C0 48.218 0.771875 49 1.72727 49H36.2727C37.2281 49 38 48.218 38 47.25V13.5242C38 13.0594 37.8165 12.6109 37.4926 12.2828Z%27 fill=%27url%28%23paint0_linear_213_26%29%27/%3E %3Cpath d=%27M7.89844 32.2471C7.89844 31.0941 8.15592 30.1758 8.6709 29.4922C9.19043 28.8086 9.89909 28.4668 10.7969 28.4668C11.5169 28.4668 12.1117 28.7357 12.5811 29.2734V25.5H14.5635V36H12.7793L12.6836 35.2139C12.1914 35.8291 11.5579 36.1367 10.7832 36.1367C9.91276 36.1367 9.21322 35.7949 8.68457 35.1113C8.16048 34.4232 7.89844 33.4684 7.89844 32.2471ZM9.87402 32.3906C9.87402 33.0833 9.99479 33.6143 10.2363 33.9834C10.4779 34.3525 10.8288 34.5371 11.2891 34.5371C11.8997 34.5371 12.3304 34.2796 12.5811 33.7646V30.8457C12.335 30.3307 11.9089 30.0732 11.3027 30.0732C10.3503 30.0732 9.87402 30.8457 9.87402 32.3906ZM15.7871 32.2334C15.7871 31.4997 15.9284 30.8457 16.2109 30.2715C16.4935 29.6973 16.8991 29.2529 17.4277 28.9385C17.9609 28.624 18.5785 28.4668 19.2803 28.4668C20.2783 28.4668 21.0918 28.7721 21.7207 29.3828C22.3542 29.9935 22.7074 30.8229 22.7803 31.8711L22.7939 32.377C22.7939 33.5117 22.4772 34.4232 21.8438 35.1113C21.2103 35.7949 20.3604 36.1367 19.2939 36.1367C18.2275 36.1367 17.3753 35.7949 16.7373 35.1113C16.1038 34.4277 15.7871 33.498 15.7871 32.3223V32.2334ZM17.7627 32.377C17.7627 33.0788 17.8949 33.6165 18.1592 33.9902C18.4235 34.3594 18.8018 34.5439 19.2939 34.5439C19.7725 34.5439 20.1462 34.3617 20.415 33.9971C20.6839 33.6279 20.8184 33.04 20.8184 32.2334C20.8184 31.5452 20.6839 31.012 20.415 30.6338C20.1462 30.2555 19.7679 30.0664 19.2803 30.0664C18.7972 30.0664 18.4235 30.2555 18.1592 30.6338C17.8949 31.0075 17.7627 31.5885 17.7627 32.377ZM27.0869 34.5439C27.4515 34.5439 27.7477 34.4437 27.9756 34.2432C28.2035 34.0426 28.3219 33.776 28.3311 33.4434H30.1836C30.179 33.9447 30.0423 34.4049 29.7734 34.8242C29.5046 35.2389 29.1354 35.5625 28.666 35.7949C28.2012 36.0228 27.6862 36.1367 27.1211 36.1367C26.0638 36.1367 25.2298 35.8018 24.6191 35.1318C24.0085 34.4574 23.7031 33.5277 23.7031 32.3428V32.2129C23.7031 31.0736 24.0062 30.1644 24.6123 29.4854C25.2184 28.8063 26.0501 28.4668 27.1074 28.4668C28.0326 28.4668 28.7731 28.7311 29.3291 29.2598C29.8896 29.7839 30.1745 30.4834 30.1836 31.3584H28.3311C28.3219 30.9756 28.2035 30.6657 27.9756 30.4287C27.7477 30.1872 27.4469 30.0664 27.0732 30.0664C26.613 30.0664 26.2643 30.235 26.0273 30.5723C25.7949 30.9049 25.6787 31.4473 25.6787 32.1992V32.4043C25.6787 33.1654 25.7949 33.7122 26.0273 34.0449C26.2598 34.3776 26.613 34.5439 27.0869 34.5439Z%27 fill=%27white%27/%3E %3Cpath d=%27M24 4V10.5C24 12.7091 25.7909 14.5 28 14.5H34%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E %3Cdefs%3E %3ClinearGradient id=%27paint0_linear_213_26%27 x1=%271.56436%27 y1=%2723.9034%27 x2=%2736.7525%27 y2=%2723.9034%27 gradientUnits=%27userSpaceOnUse%27%3E %3Cstop stop-color=%27%238541AF%27/%3E %3Cstop offset=%271%27 stop-color=%27%234829A0%27/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E")}.files__item--pdf i{background-image:url("data:image/svg+xml,%3Csvg width=%2738%27 height=%2749%27 viewBox=%270 0 38 49%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M37.4926 12.2828L25.8767 0.514063C25.5528 0.185938 25.1156 0 24.6568 0H1.72727C0.771875 0 0 0.782031 0 1.75V47.25C0 48.218 0.771875 49 1.72727 49H36.2727C37.2281 49 38 48.218 38 47.25V13.5242C38 13.0594 37.8165 12.6109 37.4926 12.2828Z%27 fill=%27%23DD3634%27/%3E %3Cpath d=%27M37.4926 12.2828L25.8767 0.514063C25.5528 0.185938 25.1156 0 24.6568 0H1.72727C0.771875 0 0 0.782031 0 1.75V47.25C0 48.218 0.771875 49 1.72727 49H36.2727C37.2281 49 38 48.218 38 47.25V13.5242C38 13.0594 37.8165 12.6109 37.4926 12.2828Z%27 fill=%27url%28%23paint0_linear_213_1510%29%27/%3E %3Cpath d=%27M24 4V10.5C24 12.7091 25.7909 14.5 28 14.5H34%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E %3Cpath d=%27M16.0195 32.3701C16.0195 33.5094 15.7598 34.4232 15.2402 35.1113C14.7253 35.7949 14.028 36.1367 13.1484 36.1367C12.401 36.1367 11.7972 35.877 11.3369 35.3574V38.8438H9.36133V28.6035H11.1934L11.2617 29.3281C11.7402 28.7539 12.3646 28.4668 13.1348 28.4668C14.0462 28.4668 14.7549 28.804 15.2607 29.4785C15.7666 30.153 16.0195 31.0827 16.0195 32.2676V32.3701ZM14.0439 32.2266C14.0439 31.5384 13.9209 31.0075 13.6748 30.6338C13.4333 30.2601 13.0801 30.0732 12.6152 30.0732C11.9954 30.0732 11.5693 30.3102 11.3369 30.7842V33.8125C11.5785 34.3001 12.0091 34.5439 12.6289 34.5439C13.5723 34.5439 14.0439 33.7715 14.0439 32.2266ZM16.9424 32.2471C16.9424 31.0941 17.1999 30.1758 17.7148 29.4922C18.2344 28.8086 18.943 28.4668 19.8408 28.4668C20.5609 28.4668 21.1556 28.7357 21.625 29.2734V25.5H23.6074V36H21.8232L21.7275 35.2139C21.2354 35.8291 20.6019 36.1367 19.8271 36.1367C18.9567 36.1367 18.2572 35.7949 17.7285 35.1113C17.2044 34.4232 16.9424 33.4684 16.9424 32.2471ZM18.918 32.3906C18.918 33.0833 19.0387 33.6143 19.2803 33.9834C19.5218 34.3525 19.8727 34.5371 20.333 34.5371C20.9437 34.5371 21.3743 34.2796 21.625 33.7646V30.8457C21.3789 30.3307 20.9528 30.0732 20.3467 30.0732C19.3942 30.0732 18.918 30.8457 18.918 32.3906ZM25.6787 36V30.0527H24.5781V28.6035H25.6787V27.9746C25.6787 27.1452 25.9157 26.5026 26.3896 26.0469C26.8682 25.5866 27.5358 25.3564 28.3926 25.3564C28.666 25.3564 29.001 25.402 29.3975 25.4932L29.377 27.0244C29.2129 26.9834 29.0124 26.9629 28.7754 26.9629C28.0326 26.9629 27.6611 27.3115 27.6611 28.0088V28.6035H29.1309V30.0527H27.6611V36H25.6787Z%27 fill=%27white%27/%3E %3Cdefs%3E %3ClinearGradient id=%27paint0_linear_213_1510%27 x1=%275.5%27 y1=%272.5%27 x2=%2739.6937%27 y2=%276.18011%27 gradientUnits=%27userSpaceOnUse%27%3E %3Cstop stop-color=%27%23D02929%27/%3E %3Cstop offset=%271%27 stop-color=%27%23F95586%27/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E")}.files__item--xls i,.files__item--xml i,.files__item--xlsx i{background-image:url("data:image/svg+xml,%3Csvg width=%2738%27 height=%2749%27 viewBox=%270 0 38 49%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M37.4926 12.2828L25.8767 0.514063C25.5528 0.185938 25.1156 0 24.6568 0H1.72727C0.771875 0 0 0.782031 0 1.75V47.25C0 48.218 0.771875 49 1.72727 49H36.2727C37.2281 49 38 48.218 38 47.25V13.5242C38 13.0594 37.8165 12.6109 37.4926 12.2828Z%27 fill=%27url%28%23paint0_linear_75_7375%29%27/%3E %3Cpath d=%27M13.5518 30.8115L14.7959 28.6035H16.9082L14.8027 32.2266L16.9971 36H14.8779L13.5586 33.6758L12.2461 36H10.1201L12.3145 32.2266L10.2158 28.6035H12.335L13.5518 30.8115ZM19.9434 36H17.9609V25.5H19.9434V36ZM25.583 33.9561C25.583 33.7145 25.4622 33.5254 25.2207 33.3887C24.9837 33.2474 24.6009 33.1221 24.0723 33.0127C22.3132 32.6436 21.4336 31.8962 21.4336 30.7705C21.4336 30.1143 21.7048 29.5674 22.2471 29.1299C22.7939 28.6878 23.5072 28.4668 24.3867 28.4668C25.3255 28.4668 26.0752 28.6878 26.6357 29.1299C27.2008 29.5719 27.4834 30.1462 27.4834 30.8525H25.5078C25.5078 30.57 25.4167 30.3376 25.2344 30.1553C25.0521 29.9684 24.7673 29.875 24.3799 29.875C24.0472 29.875 23.7897 29.9502 23.6074 30.1006C23.4251 30.251 23.334 30.4424 23.334 30.6748C23.334 30.8936 23.4365 31.0713 23.6416 31.208C23.8512 31.3402 24.2021 31.4564 24.6943 31.5566C25.1865 31.6523 25.6012 31.7617 25.9385 31.8848C26.9821 32.2676 27.5039 32.9307 27.5039 33.874C27.5039 34.5485 27.2145 35.0954 26.6357 35.5146C26.057 35.9294 25.3096 36.1367 24.3936 36.1367C23.7738 36.1367 23.2223 36.0273 22.7393 35.8086C22.2607 35.5853 21.8848 35.2822 21.6113 34.8994C21.3379 34.512 21.2012 34.0951 21.2012 33.6484H23.0742C23.0924 33.9993 23.2223 34.2682 23.4639 34.4551C23.7054 34.6419 24.029 34.7354 24.4346 34.7354C24.8128 34.7354 25.0977 34.6647 25.2891 34.5234C25.485 34.3776 25.583 34.1885 25.583 33.9561Z%27 fill=%27white%27/%3E %3Cpath d=%27M24 4V10.5C24 12.7091 25.7909 14.5 28 14.5H34%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E %3Cdefs%3E %3ClinearGradient id=%27paint0_linear_75_7375%27 x1=%2714%27 y1=%279.5%27 x2=%2741%27 y2=%2737.5%27 gradientUnits=%27userSpaceOnUse%27%3E %3Cstop stop-color=%27%23ADC030%27/%3E %3Cstop offset=%271%27 stop-color=%27%2353A023%27/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E")}.files__title{color:#000;transition:.2s ease-in-out color;font-weight:bold;margin-bottom:7px;margin-top:3px}.files__size{font-size:14px;font-style:italic;color:#196dce}@media(max-width: 989px){.files{margin:80px 0}.files__list{margin:40px 0}.files li{width:49%}}@media(max-width: 767px){.files{margin:40px 0}.files__list{margin:30px 0}.files li{width:100%}}.checkbox-list{width:100%;display:flex;flex-wrap:wrap;flex-direction:column}.checkbox-list li{position:relative;margin-bottom:10px}.checkbox-list li:last-of-type{margin-bottom:0}.checkbox-list label{vertical-align:middle;display:inline-block;cursor:pointer;margin:0;transition:.2s ease-in-out color;font-style:normal;font-weight:normal;font-size:22px;line-height:1}.checkbox-list i{display:inline-block;vertical-align:middle;width:42px;height:42px;border:2px solid #196dce;transition:.2s ease-in-out all;border-radius:50%;margin-right:18px;background:transparent;position:relative;transform:translateY(-2px)}.checkbox-list i:before{content:"";position:absolute;top:50%;left:50%;width:30px;height:30px;transform:translate(-50%, -50%) scale(0);transition:all ease-in-out .3s;border-radius:50%;background:#196dce}.checkbox-list input[type=checkbox],.checkbox-list input[type=radio]{position:absolute;top:0;left:0;opacity:0;z-index:-1}.checkbox-list input[type=checkbox]:checked+label i:before,.checkbox-list input[type=radio]:checked+label i:before{transform:translate(-50%, -50%) scale(1)}.burger{cursor:pointer;position:relative;width:36px;min-width:36px;height:36px;background:transparent;display:flex;align-items:center;justify-content:center;transition:.2s ease-in-out background;border-radius:50%;z-index:102;border:1px solid #196dce}.burger:hover{background:#196dce}.burger:hover span,.burger:hover span:before,.burger:hover span:after{background:#fff}.burger span,.burger span:before,.burger span:after{display:inline-block;vertical-align:middle;width:15px;height:1px;background:#196dce;border-radius:2px;position:relative;top:0px;transition:all .3s ease-in-out}.burger span:after{position:absolute;content:"";top:auto;bottom:4px}.burger span:before{position:absolute;content:"";top:4px}.burger.active span{transform:rotate(45deg)}.burger.active span:before{transform:translate(0px, -4px) rotate(-90deg)}.burger.active span:after{transform:translate(0px, 4px) rotate(-90deg)}.burger.active span,.burger.active span:before,.burger.active span:after{background:#196dce}.burger.active:hover span,.burger.active:hover span:before,.burger.active:hover span:after{background:#fff}form{text-align:center;position:relative}form h3{margin-top:0;margin-bottom:17px;text-align:center}form h3+p{margin:17px 0 47px;font-size:18px;line-height:1.2;color:#2b2a29}form .wpcf7-form-control-wrap{margin:0 0 20px;display:block;text-align:left;width:auto;position:relative}form .wpcf7-not-valid-tip{margin-top:5px;color:rgba(31,55,77,.9);font-size:12px;font-weight:normal;display:block;position:absolute;bottom:-22px;left:0}form .wpcf7-not-valid{border-bottom-color:#ee2323 !important}form .wpcf7-response-output{border:none !important;font-size:14px !important;margin:0 !important;padding:10px !important;line-height:1.2;max-width:100%;position:absolute;left:0;top:calc(100% + 15px);background:#b9a57e;color:#fff;font-weight:500;position:static;margin:20px 0 0 !important}form .wpcf7 .ajax-loader{display:none !important}form.wpcf7-form.sent .wpcf7-response-output{color:#fff}form button{margin-top:45px;max-width:280px;margin-left:auto;margin-right:auto}form button:after{content:"";width:25px;height:25px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0;visibility:hidden;transition:.1s ease-in-out opacity,.1s ease-in-out visibility;background-position:center;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27 preserveAspectRatio=%27xMidYMid%27 class=%27uil-ring-alt%27%3E%3Crect x=%270%27 y=%270%27 width=%27100%27 height=%27100%27 fill=%27none%27 class=%27bk%27%3E%3C/rect%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2740%27 stroke=%27transparent%27 fill=%27none%27 stroke-width=%2710%27 stroke-linecap=%27round%27%3E%3C/circle%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2740%27 stroke=%27%23fff%27 fill=%27none%27 stroke-width=%2710%27 stroke-linecap=%27round%27%3E%3Canimate attributeName=%27stroke-dashoffset%27 dur=%272s%27 repeatCount=%27indefinite%27 from=%270%27 to=%27502%27%3E%3C/animate%3E%3Canimate attributeName=%27stroke-dasharray%27 dur=%272s%27 repeatCount=%27indefinite%27 values=%27150.6 100.4;1 250;150.6 100.4%27%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E")}form button.loading{color:transparent !important;pointer-events:none !important;cursor:default !important;background:#196dce}form button.loading:after{opacity:1;visibility:visible}form .form-personal-data{max-width:280px;margin-left:auto;margin-right:auto;margin-top:20px;font-weight:400;font-size:14px;line-height:1.2;color:#575249;text-align:center}form .form-personal-data a{color:inherit}@media(max-width: 989px){form h3{margin-bottom:15px}form h3+p{font-size:16px;margin:15px 0 35px}}@media(max-width: 767px){form h3{margin-bottom:8px}form h3+p{font-size:14px;margin:8px 0 24px}form .button{height:40px;max-width:300px}form .form-personal-data{font-size:12px;max-width:300px}form .wpcf7-form-control-wrap{margin:0 0 17px}form .wpcf7-not-valid-tip{bottom:-19px}form .wpcf7-response-output{font-size:12px !important}}.button{padding:20px 25px;background:transparent;border-radius:10px;height:60px;font-weight:500;font-size:18px;color:#196dce;border:1px solid #196dce;text-decoration:none;line-height:1.2;transition:.2s ease-in-out background-color,.2s ease-in-out border,.2s ease-in-out color;display:flex;justify-content:center;align-items:center;width:100%;text-align:center;position:relative;cursor:pointer;background:#fff}.button:after{content:"";width:25px;height:25px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0;visibility:hidden;transition:.1s ease-in-out opacity,.1s ease-in-out visibility;background-position:center;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27 preserveAspectRatio=%27xMidYMid%27 class=%27uil-ring-alt%27%3E%3Crect x=%270%27 y=%270%27 width=%27100%27 height=%27100%27 fill=%27none%27 class=%27bk%27%3E%3C/rect%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2740%27 stroke=%27transparent%27 fill=%27none%27 stroke-width=%2710%27 stroke-linecap=%27round%27%3E%3C/circle%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2740%27 stroke=%27%23fff%27 fill=%27none%27 stroke-width=%2710%27 stroke-linecap=%27round%27%3E%3Canimate attributeName=%27stroke-dashoffset%27 dur=%272s%27 repeatCount=%27indefinite%27 from=%270%27 to=%27502%27%3E%3C/animate%3E%3Canimate attributeName=%27stroke-dasharray%27 dur=%272s%27 repeatCount=%27indefinite%27 values=%27150.6 100.4;1 250;150.6 100.4%27%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E")}.button.loading{color:transparent !important;pointer-events:none !important;cursor:default !important;background:#196dce}.button.loading:after{opacity:1;visibility:visible}.button:hover{background-color:#196dce;color:#fff}.button.destroy-btn{opacity:.4;pointer-events:none;display:none}@media(max-width: 989px){.button{font-size:16px;height:55px}}@media(max-width: 767px){.button{font-size:14px;height:44px}}.slider-btn--prev,.slider-btn--next{cursor:pointer;background-position:center;background-repeat:no-repeat;background-size:contain;position:relative;width:40px;height:40px;background-color:#d4dfe9;transition:.2s ease-in-out background-color}.slider-btn--prev:after,.slider-btn--prev:before,.slider-btn--next:after,.slider-btn--next:before{width:100%;height:100%;content:"";position:absolute;top:0;left:0;transition:.2s ease-in-out opacity;background-position:center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width=%278%27 height=%2711%27 viewBox=%270 0 8 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M1.5 1L6 5.5L1.5 10%27 stroke=%27%23263238%27 stroke-width=%272%27/%3E %3C/svg%3E")}.slider-btn--prev:before,.slider-btn--next:before{opacity:0;background-image:url("data:image/svg+xml,%3Csvg width=%278%27 height=%2711%27 viewBox=%270 0 8 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M1.5 1L6 5.5L1.5 10%27 stroke=%27%23263238%27 stroke-width=%272%27/%3E %3C/svg%3E")}.slider-btn--prev.swiper-button-disabled,.slider-btn--next.swiper-button-disabled{opacity:.5;pointer-events:none}.slider-btn--prev:hover,.slider-btn--next:hover{background-color:#196dce}.slider-btn--prev:hover:after,.slider-btn--next:hover:after{opacity:0}.slider-btn--prev:hover:before,.slider-btn--next:hover:before{opacity:1}.slider-btn--prev.swiper-button-lock,.slider-btn--next.swiper-button-lock{display:none}.slider-btn--prev{margin-left:auto;margin-right:38px}.slider-btn--prev:after,.slider-btn--prev:before{transform:rotate(180deg)}.slider-btn--absolute-bottom .slider-btn--prev,.slider-btn--absolute-bottom .slider-btn--next{position:absolute;top:50%;z-index:1}.slider-btn--absolute-bottom .slider-btn--prev{transform:translate(-100%, -50%);left:-55px}.slider-btn--absolute-bottom .slider-btn--next{transform:translate(100%, -50%);right:-55px}.slider-btn--absolute-bottom .swiper-pagination{display:none;flex-wrap:wrap;justify-content:center;margin-top:32px;position:relative}.slider-btn--absolute-bottom .swiper-pagination .swiper-pagination-bullet{display:block;width:40px;height:3px;margin-bottom:5px;background:rgba(124,103,103,.33);margin-right:13px;transition:.2s ease-in-out background,.2s ease-in-out opacity;cursor:pointer}.slider-btn--absolute-bottom .swiper-pagination .swiper-pagination-bullet:last-of-type{margin-right:0}.slider-btn--absolute-bottom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#196dce;pointer-events:none}.slider-btn--absolute-bottom .swiper-pagination .swiper-pagination-bullet:hover{opacity:.7}.slider-btn--absolute .slider-btn--prev,.slider-btn--absolute .slider-btn--next{position:absolute;top:50%;z-index:1}.slider-btn--absolute .slider-btn--prev{transform:translate(-100%, -50%);left:-55px}.slider-btn--absolute .slider-btn--next{transform:translate(100%, -50%);right:-55px}.slider-btn--absolute .swiper-pagination{display:none;flex-wrap:wrap;justify-content:center;margin-top:32px;position:relative}.slider-btn--absolute .swiper-pagination .swiper-pagination-bullet{display:block;width:40px;height:3px;margin-bottom:5px;background:rgba(124,103,103,.33);margin-right:13px;transition:.2s ease-in-out background,.2s ease-in-out opacity;cursor:pointer}.slider-btn--absolute .swiper-pagination .swiper-pagination-bullet:last-of-type{margin-right:0}.slider-btn--absolute .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#196dce;pointer-events:none}.slider-btn--absolute .swiper-pagination .swiper-pagination-bullet:hover{opacity:.7}.slider-btn--static{display:flex;align-items:center;justify-content:center;z-index:1;position:static;margin:28px 0 0;transform:none}.slider-btn .destroy{cursor:pointer;pointer-events:none}@media(max-width: 1249px){.slider-btn--absolute-bottom{display:flex;justify-content:center;margin-top:22px;align-items:center}.slider-btn--absolute-bottom .slider-btn--next,.slider-btn--absolute-bottom .slider-btn--prev{transform:translate(0%);position:static;margin:0;margin-left:9px;margin-right:9px}.slider-btn--absolute-bottom .swiper-pagination:not(.swiper-pagination-lock){display:flex;margin:0}.slider-btn--absolute .slider-btn--prev{left:15px}.slider-btn--absolute .slider-btn--next{right:15px}}@media(max-width: 989px){.slider-btn--absolute .slider-btn--prev{left:-22px}.slider-btn--absolute .slider-btn--next{right:-22px}}@media(max-width: 767px){.slider-btn--static{margin:22px 0 0}.slider-btn--absolute-bottom{margin-top:16px}.slider-btn--absolute-bottom .swiper-pagination .swiper-pagination-bullet{width:27px;margin-right:7px;cursor:pointer}.slider-btn--absolute .slider-btn--prev{left:60px}.slider-btn--absolute .slider-btn--next{right:60px}}.pagination{margin-top:40px;margin-bottom:10px;display:flex;flex-wrap:wrap;justify-content:center}.pagination li{overflow:hidden;margin-right:5px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.pagination li:last-of-type{margin-right:0}.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:transparent;transition:.2s ease-in-out color;border-radius:3px;width:38px;height:38px;font-weight:bold;font-size:20px;text-decoration:none;color:#212121;position:relative}.pagination a:hover,.pagination span:hover{color:#1d86ff}.pagination a.active,.pagination span.active{background:#1d86ff;color:#fff;opacity:1;pointer-events:none}.pagination a.pagination__next,.pagination span.pagination__next{background-position:center;background-repeat:no-repeat;background-size:13px 22px;transition:.2s ease-in-out opacity;background-image:url("data:image/svg+xml,%3Csvg width=%2713%27 height=%2722%27 viewBox=%270 0 13 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 2L11 11L2 20%27 stroke=%27%23222222%27 stroke-width=%273%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")}.pagination a.pagination__next:after,.pagination span.pagination__next:after{transition:.2s ease-in-out opacity;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-position:center;background-repeat:no-repeat;opacity:0;background-image:url("data:image/svg+xml,%3Csvg width=%2713%27 height=%2722%27 viewBox=%270 0 13 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 2L11 11L2 20%27 stroke=%27%231EA6E3%27 stroke-width=%273%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")}.pagination a.pagination__next:hover:after,.pagination span.pagination__next:hover:after{opacity:1}.pagination a.pagination__prev,.pagination span.pagination__prev{background-position:center;background-repeat:no-repeat;background-size:13px 22px;background-image:url("data:image/svg+xml,%3Csvg width=%2713%27 height=%2722%27 viewBox=%270 0 13 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11 19.8569L2 10.8569L11 1.85693%27 stroke=%27%23222222%27 stroke-width=%273%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")}.pagination a.pagination__prev:after,.pagination span.pagination__prev:after{transition:.2s ease-in-out opacity;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-position:center;background-repeat:no-repeat;opacity:0;background-image:url("data:image/svg+xml,%3Csvg width=%2713%27 height=%2722%27 viewBox=%270 0 13 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11 19.8569L2 10.8569L11 1.85693%27 stroke=%27%231EA6E3%27 stroke-width=%273%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")}.pagination a.pagination__prev:hover:after,.pagination span.pagination__prev:hover:after{opacity:1}.breadcrumbs{font-size:14px;font-weight:400;color:#575249;margin:30px 0 67px}.breadcrumbs a{transition:.2s ease-in-out all;display:inline-block;font-weight:500;color:#196dce;text-decoration:none}.breadcrumbs a:hover{color:#1d86ff}.breadcrumbs i{background-position:center;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg viewBox=%270 0 10 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M5 0L6.35045 3.64955L10 5L6.35045 6.35045L5 10L3.64955 6.35045L0 5L3.64955 3.64955L5 0Z%27 fill=%27%23B9A57E%27/%3E %3C/svg%3E");height:10px;width:10px;display:inline-block;margin:0 13px}@media(max-width: 989px){.breadcrumbs{margin:25px 0 50px}}@media(max-width: 767px){.breadcrumbs{margin:20px 0 40px;font-size:12px}.breadcrumbs i{margin:0 6px}}.advantages{display:flex;flex-wrap:wrap;grid-gap:12px}.advantages .advantage{background:#DEE3FF66;border-radius:10px;grid-gap:8px;padding:10px 26px 10px 16px;display:flex;align-items:center;text-decoration:none;transition:.2s ease-in-out background}.advantages .advantage i{width:30px;height:30px;flex-shrink:0;display:block;background:url(../assets/img/star.svg) center/contain no-repeat}.advantages .advantage span{transition:.2s ease-in-out color;color:#196dce;font-size:18px;font-weight:500}.advantages a.advantage:hover{background:rgba(222,227,255,.7)}@media(max-width: 1249px){.advantages{grid-gap:8px}.advantages .advantage{padding:8px 20px 8px 12px;grid-gap:5px}.advantages .advantage i{width:25px;height:25px}.advantages .advantage span{font-size:16px}}@media(max-width: 767px){.advantages{grid-gap:5px}.advantages .advantage{border-radius:7px;grid-gap:3px;padding:6px 8px 6px 6px}.advantages .advantage i{width:18px;height:18px}.advantages .advantage span{font-size:14px}}
