@import"https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Roboto&display=swap";@import"./haltura-icons/haltura-icons.min.css";html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}html:focus-within{scroll-behavior:smooth}body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeSpeed;width:100%}*,:after,:before{box-sizing:border-box}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}input,input:required{box-shadow:none}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fff}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none}input:focus{outline:none}audio,canvas,video{display:inline-block;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}a:active,a:hover{outline:none}img{height:auto;max-width:100%;vertical-align:middle}img,picture{display:inline-block}button,input{line-height:normal}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;background:transparent;border:0;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{padding:0}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button{background:transparent;border:0}textarea{overflow:auto;resize:vertical;vertical-align:top}table{border-collapse:collapse;border-spacing:0;text-indent:0}hr{background:transparent;border:0;box-sizing:content-box;height:1px;line-height:0;margin:0;overflow:visible;padding:0;page-break-after:always;width:100%;height:0}pre{font-family:monospace,monospace;font-size:100%}a{line-height:1;background-color:transparent}abbr[title]{border-bottom:none;text-decoration:none}code,kbd,pre,samp{font-family:monospace,monospace}small,sub,sup{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sub{bottom:-5px}sup{top:-5px}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1;margin:0;padding:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;outline:0;padding:0}legend{border:0;color:inherit;display:block;max-width:100%;white-space:normal;width:100%}fieldset{min-width:0}body:not(:-moz-handler-blocked) fieldset{display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}template{display:none}.accordion{display:flex;flex-direction:column}.accordion_section{display:flex;flex-direction:column;width:100%;border:1px transparent solid;-webkit-transition:.1s border-radius,.1s box-shadow;-moz-transition:.1s border-radius,.1s box-shadow;-ms-transition:.1s border-radius,.1s box-shadow;-o-transition:.1s border-radius,.1s box-shadow;transition:.1s border-radius,.1s box-shadow}.accordion_section_header{display:flex;align-items:center;gap:.7rem;position:relative;padding:.7rem;width:100%;font-family:Poppins,sans-serif;font-weight:500;font-style:normal;color:#fff;border-radius:10px;text-align:left;cursor:pointer;-webkit-transition:.1s background-color;-moz-transition:.1s background-color;-ms-transition:.1s background-color;-o-transition:.1s background-color;transition:.1s background-color;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.accordion_section_header:focus{outline:none!important}.accordion_section_header{-webkit-tap-highlight-color:transparent}.accordion_section_header:hover{background-color:#ffffff24}.accordion_section_header:active{background-color:#ffffff2e}.accordion_section_header_icon{display:flex;justify-content:center;align-items:center;border-radius:50%;width:30px;min-width:30px;height:30px;background-color:#ffffff1a;-webkit-transition:.25s transform;-moz-transition:.25s transform;-ms-transition:.25s transform;-o-transition:.25s transform;transition:.25s transform}.accordion_section_body{overflow:hidden;opacity:0;height:0;-webkit-transition:.25s height;-moz-transition:.25s height;-ms-transition:.25s height;-o-transition:.25s height;transition:.25s height}.accordion_section--active{margin:.5rem 0!important;border-radius:15px;border-color:#ffffff27;box-shadow:0 10px 25px #00000030}.accordion_section--active .accordion_section_header{padding-bottom:.5rem;border-radius:15px 15px 0 0}.accordion_section--active .accordion_section_header_icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.accordion_section--active .accordion_section_body{opacity:1}.accordion_section--active .accordion_section_body_content{padding:8px 16px 16px}.alert{display:flex;gap:1rem;padding:1rem;border-radius:15px;background-color:#ffffff1a}@media (max-width: 768px){.alert{padding:.7rem}}.alert_icon{display:flex;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;border-radius:50%;background-color:#ffffff1a}.alert_body{width:100%}.alert_close{justify-content:center;padding:0rem!important;width:35px;min-width:35px;height:35px}.alert_close i{margin:0}.alert.primary{color:#000;background-color:#ffffffe6}.alert.primary .alert_close{color:#000}.alert.primary .alert_icon{background-color:#0000001a}.alert--closed{opacity:0;-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px);-o-transform:translateY(-20px);transform:translateY(-20px);-webkit-transition:.25s opacity,.25s transform;-moz-transition:.25s opacity,.25s transform;-ms-transition:.25s opacity,.25s transform;-o-transition:.25s opacity,.25s transform;transition:.25s opacity,.25s transform}.avatars{display:flex;align-items:center}.avatars.gather>*.miniature{margin-left:-5.28px!important}.avatars.gather>*.compact{margin-left:-7.04px!important}.avatars.gather>*{margin-left:-10.56px!important}.avatars.gather>*.large{margin-left:-22px!important}.avatars.gather>*.big{margin-left:-44px!important}.avatars.gather>*:first-child{margin-left:0!important}.avatar{overflow:hidden;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;width:100%;max-width:48px;font-family:Poppins,sans-serif;font-weight:500;font-style:normal;font-size:1rem;border-radius:50%;border:3px #000000 solid;background-color:#181818}.avatar img{aspect-ratio:1/1;width:100%;object-fit:cover;object-position:center}.avatar.miniature{max-width:24px;font-size:.7rem}.avatar.compact{max-width:32px;font-size:.7rem}.avatar.large{max-width:100px;font-size:1.1rem}.avatar.big{max-width:200px;font-size:1.1rem}.badge{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:.2rem .5rem;color:#fff;font-family:Poppins,sans-serif;font-weight:500;font-style:normal;font-size:.8rem;border-radius:7px;background-color:#ffffff1a;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.badge:focus{outline:none!important}.badge{-webkit-tap-highlight-color:transparent;-webkit-transition:.1s background-color,.1s color,.1s border-color,.1s transform;-moz-transition:.1s background-color,.1s color,.1s border-color,.1s transform;-ms-transition:.1s background-color,.1s color,.1s border-color,.1s transform;-o-transition:.1s background-color,.1s color,.1s border-color,.1s transform;transition:.1s background-color,.1s color,.1s border-color,.1s transform}.badge.outlined{border:1px rgba(255,255,255,.1529411765) solid;background-color:transparent}.badge.primary{color:#000;background-color:#888eff}a.badge:hover,button.badge:hover{background-color:#ffffff24}a.badge:active,button.badge:active{background-color:#ffffff2e;-webkit-transform:scale(.96);-moz-transform:scale(.96);-ms-transform:scale(.96);-o-transform:scale(.96);transform:scale(.96)}a.badge.outlined:hover,button.badge.outlined:hover,a.badge.outlined:active,button.badge.outlined:active{border-color:transparent}a.badge.primary:hover,button.badge.primary:hover{background-color:#888effb3}a.badge.primary:active,button.badge.primary:active{background-color:#888eff80}a.badge.primary .wave--effect,button.badge.primary .wave--effect{background-color:#000}.breadcrumb{display:flex;flex-wrap:wrap}.breadcrumb>.hi{display:flex;align-items:center;font-size:.8rem;pointer-events:none}.breadcrumb_item{display:inline-flex;align-items:center;color:#fff;font-family:Poppins,sans-serif;font-weight:500;font-style:normal}.breadcrumb_item>span,.breadcrumb_item>button,.breadcrumb_item>.dropdown>button{padding:.6rem .8rem;font-size:.9rem}.breadcrumb_item>a{position:relative;display:inline-flex;align-items:center;padding:.6rem .8rem;font-family:Poppins,sans-serif;font-weight:500;font-style:normal;font-size:.9rem;color:#fff;border:none;border-radius:100px;background-color:transparent;text-decoration:underline;-webkit-transition:.1s background-color,.1s color,.1s transform;-moz-transition:.1s background-color,.1s color,.1s transform;-ms-transition:.1s background-color,.1s color,.1s transform;-o-transition:.1s background-color,.1s color,.1s transform;transition:.1s background-color,.1s color,.1s transform;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.breadcrumb_item>a:focus{outline:none!important}.breadcrumb_item>a{cursor:pointer}.breadcrumb_item>a:hover{background-color:#ffffff24}.breadcrumb_item>a:active{background-color:#ffffff2e}.btn{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1rem;font-family:Poppins,sans-serif;font-weight:500;font-style:normal;font-size:1rem;border:none;border-radius:100px;color:#fff;background-color:#ffffff1a;text-decoration:none;-webkit-transition:.1s background-color,.1s color,.1s transform;-moz-transition:.1s background-color,.1s color,.1s transform;-ms-transition:.1s background-color,.1s color,.1s transform;-o-transition:.1s background-color,.1s color,.1s transform;transition:.1s background-color,.1s color,.1s transform;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus{outline:none!important}.btn{-webkit-tap-highlight-color:transparent;cursor:pointer}.btn:hover{background-color:#ffffff24}.btn:active{background-color:#ffffff2e;-webkit-transform:scale(.96);-moz-transform:scale(.96);-ms-transform:scale(.96);-o-transform:scale(.96);transform:scale(.96)}.btn.primary{color:#000;background-color:#888eff}.btn.primary:hover{background-color:#888effb3}.btn.primary:active{background-color:#888eff80}.btn.primary .wave--effect{background-color:#000}.btn.ghost{color:#fff;border:none;background-color:transparent;text-decoration:underline}.btn.ghost:hover{background-color:#ffffff24}.btn.ghost:active{background-color:#ffffff2e}.btn.outlined{border:1px rgba(255,255,255,.1529411765) solid;background-color:transparent}.btn.outlined:hover{background-color:#ffffff24}.btn.outlined:active{background-color:#ffffff2e}.btn-group{display:flex;gap:.5rem;flex-wrap:wrap}.btn-segmented{display:flex;gap:.2rem;flex-wrap:wrap}.btn-segmented>.btn{border-radius:0}.btn-segmented>.btn:first-child{border-radius:100px 0 0 100px}.btn-segmented>.btn:last-child{border-radius:0 100px 100px 0}.btn:disabled{color:#ffffff4d;border:none;background-color:#ffffff1a!important;text-decoration:none!important;-webkit-transform:scale(1)!important;-moz-transform:scale(1)!important;-ms-transform:scale(1)!important;-o-transform:scale(1)!important;transform:scale(1)!important;cursor:not-allowed!important}.card{display:block;padding:2rem;font-family:Roboto,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"wdth" 100;border-radius:2rem;background-color:#181818}@media (max-width: 768px){.card{padding:1rem;border-radius:1rem}}.card.outlined{border:1px rgba(255,255,255,.1529411765) solid;background-color:transparent}.card *:last-child{margin:0}.dropdown{position:relative;display:inline-block}.dropdown_list{opacity:0;overflow:hidden auto;position:absolute;left:0;display:none;flex-direction:column;z-index:1;gap:5px;padding:3px;max-height:200px;border:1px rgba(255,255,255,.1529411765) solid;border-radius:5px;background-color:#000;box-shadow:0 10px 25px #00000030;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:.1s transform,.1s opacity;-moz-transition:.1s transform,.1s opacity;-ms-transition:.1s transform,.1s opacity;-o-transition:.1s transform,.1s opacity;transition:.1s transform,.1s opacity}.dropdown_list_item{position:relative;display:block;margin:0;padding:.6rem .8rem;border:none;border-radius:5px;color:#fff;width:max-content;font-family:Roboto,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"wdth" 100;font-size:.9rem;text-align:left;background-color:transparent;-webkit-transition:.1s background-color,.1s color;-moz-transition:.1s background-color,.1s color;-ms-transition:.1s background-color,.1s color;-o-transition:.1s background-color,.1s color;transition:.1s background-color,.1s color;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dropdown_list_item:focus{outline:none!important}.dropdown_list_item{-webkit-tap-highlight-color:transparent}.dropdown_list_item:hover,.dropdown_list_item:focus{background-color:#ffffff24}.dropdown_list_item:active{background-color:#ffffff2e}.dropdown_list_item>button,.dropdown_list_item>a{font-size:.9rem}.dropdown_list_item *{color:#fff}.dropdown.right .dropdown_list{left:initial;right:0}.dropdown--opened .dropdown_list{display:flex;top:100%}.dropdown--mounted .dropdown_list{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.dropdown--opened_top .dropdown_list{display:flex;bottom:100%}.btn-segmented>.dropdown>.btn{border-radius:0}.btn-segmented>.dropdown:first-child .btn{border-radius:100px 0 0 100px}.btn-segmented>.dropdown:last-child .btn{border-radius:0 100px 100px 0}.body--field{overflow:hidden!important}.field{width:100%}.field label{display:block;margin-bottom:.3rem;font-size:.8rem}.field input,.field textarea{padding:.5rem .7rem;font-family:Roboto,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"wdth" 100;color:#fff;width:100%;border:1px rgba(255,255,255,.1529411765) solid;border-radius:10px;background-color:transparent;cursor:pointer;-webkit-transition:border-color .1s;-moz-transition:border-color .1s;-ms-transition:border-color .1s;-o-transition:border-color .1s;transition:border-color .1s}.field input:focus,.field textarea:focus{border-color:#fff;cursor:inherit}.field input[type=number]::-webkit-inner-spin-button,.field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.field input[type=number]{-moz-appearance:textfield}.field textarea{width:100%;max-width:100%;min-width:100%;line-height:1.2rem}.field select,.field option{display:none!important}.field_select{position:relative;width:100%}.field_select_input{display:flex;align-items:center;justify-content:space-between;padding:.7rem 1rem;font-family:Roboto,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"wdth" 100;color:#fff;width:100%;text-align:left;border:1px rgba(255,255,255,.1529411765) solid;border-radius:100px;background-color:transparent;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.field_select_input:focus{outline:none!important}.field_select_input{-webkit-tap-highlight-color:transparent;cursor:pointer;-webkit-transition:border-color .1s,background-color .1s;-moz-transition:border-color .1s,background-color .1s;-ms-transition:border-color .1s,background-color .1s;-o-transition:border-color .1s,background-color .1s;transition:border-color .1s,background-color .1s}.field_select_input:hover,.field_select_input:focus{background-color:#ffffff24}.field_select_input:active{background-color:#ffffff2e}.field_select_input .hi{margin:0;font-size:.8rem}.field_select_list{overflow:hidden auto;position:absolute;left:0;display:none;flex-direction:column;z-index:1;gap:5px;padding:7px;width:100%;max-height:200px;border:1px rgba(255,255,255,.1529411765) solid;border-radius:25px;background-color:#181818;box-shadow:0 10px 25px #00000030}.field_select_list--opened{display:flex;top:calc(100% + 5px)}.field_select_list--opened_top{display:flex;bottom:calc(100% + 5px)}.field_select_list_item{position:relative;display:block;margin:0;padding:.7rem 1rem;border:none;border-radius:100px;color:#fff;width:100%;font-size:.9rem;text-align:left;background-color:transparent;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:.1s background-color,.1s color;-moz-transition:.1s background-color,.1s color;-ms-transition:.1s background-color,.1s color;-o-transition:.1s background-color,.1s color;transition:.1s background-color,.1s color;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.field_select_list_item:focus{outline:none!important}.field_select_list_item{cursor:pointer}.field_select_list_item:hover,.field_select_list_item:focus{background-color:#ffffff24}.field_select_list_item:active{background-color:#ffffff2e}.field_select_list_item--selected{position:relative;padding-right:2rem;color:#000!important;background-color:#fff!important}.field_select_list_item--selected:after{content:"";position:absolute;top:13px;right:12px;display:block;width:13px;height:7px;border-bottom:3px black solid;border-left:3px black solid;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.highlight_primary--tl{border-color:#888eff80!important;background-image:radial-gradient(circle at 25% 0%,rgba(171.7,175.9,255,.25) 0%,rgba(136,142,255,.15) 50%,transparent 100%)}.highlight_primary--tr{border-color:#888eff80!important;background-image:radial-gradient(circle at 75% 0%,rgba(171.7,175.9,255,.25) 0%,rgba(136,142,255,.15) 50%,transparent 100%)}.highlight_danger--tl{border-color:#ff6a6a80!important;background-image:radial-gradient(circle at 25% 0%,rgba(255,141.7,141.7,.25) 0%,rgba(255,106,106,.15) 50%,transparent 100%)}.highlight_danger--tr{border-color:#ff6a6a80!important;background-image:radial-gradient(circle at 75% 0%,rgba(255,141.7,141.7,.25) 0%,rgba(255,106,106,.15) 50%,transparent 100%)}.highlight_success--tl{border-color:#66d16980!important;background-image:radial-gradient(circle at 25% 0%,rgba(129.4477386935,217.2522613065,131.9095477387,.25) 0%,rgba(102,209,105,.15) 50%,transparent 100%)}.highlight_success--tr{border-color:#66d16980!important;background-image:radial-gradient(circle at 75% 0%,rgba(129.4477386935,217.2522613065,131.9095477387,.25) 0%,rgba(102,209,105,.15) 50%,transparent 100%)}.container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%;max-width:1200px}.vflow{display:flex;flex-direction:column;gap:1rem}.row{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:10px}.col{grid-column:span 12}.col_1{grid-column:span 1}.col_2{grid-column:span 2}.col_3{grid-column:span 3}.col_4{grid-column:span 4}.col_5{grid-column:span 5}.col_6{grid-column:span 6}.col_7{grid-column:span 7}.col_8{grid-column:span 8}.col_9{grid-column:span 9}.col_10{grid-column:span 10}.col_11{grid-column:span 11}.col_12{grid-column:span 12}@media (min-width: 465px){.col_1--m{grid-column:span 1}.col_2--m{grid-column:span 2}.col_3--m{grid-column:span 3}.col_4--m{grid-column:span 4}.col_5--m{grid-column:span 5}.col_6--m{grid-column:span 6}.col_7--m{grid-column:span 7}.col_8--m{grid-column:span 8}.col_9--m{grid-column:span 9}.col_10--m{grid-column:span 10}.col_11--m{grid-column:span 11}.col_12--m{grid-column:span 12}}@media (min-width: 768px){.col_1--t{grid-column:span 1}.col_2--t{grid-column:span 2}.col_3--t{grid-column:span 3}.col_4--t{grid-column:span 4}.col_5--t{grid-column:span 5}.col_6--t{grid-column:span 6}.col_7--t{grid-column:span 7}.col_8--t{grid-column:span 8}.col_9--t{grid-column:span 9}.col_10--t{grid-column:span 10}.col_11--t{grid-column:span 11}.col_12--t{grid-column:span 12}}@media (min-width: 1024px){.col_1--d{grid-column:span 1}.col_2--d{grid-column:span 2}.col_3--d{grid-column:span 3}.col_4--d{grid-column:span 4}.col_5--d{grid-column:span 5}.col_6--d{grid-column:span 6}.col_7--d{grid-column:span 7}.col_8--d{grid-column:span 8}.col_9--d{grid-column:span 9}.col_10--d{grid-column:span 10}.col_11--d{grid-column:span 11}.col_12--d{grid-column:span 12}}@media (max-width: 465px){.col{grid-column:span 12}}.list{display:flex;flex-direction:column;border-radius:15px}.list_item{display:flex;justify-content:space-between;padding:1rem;width:100%}.list.outlined{border:1px rgba(255,255,255,.1529411765) solid}.list.flush>.list_item{border-bottom:1px rgba(255,255,255,.1529411765) solid}.list.flush>.list_item:first-child{border-radius:15px 15px 0 0}.list.flush>.list_item:last-child{border-bottom:none;border-radius:0 0 15px 15px}.list.striped>.list_item:nth-of-type(2n){background-color:#ffffff0d}.modal{opacity:0;position:fixed;top:50%;left:50%;z-index:1055;display:none;flex-direction:column;justify-content:space-between;border-radius:2rem;width:calc(100% - 3rem);max-width:1024px;max-height:calc(100vh - 3rem);max-height:calc(100 * var(--vh, 1vh) - 3rem);background-color:#181818;-webkit-transition:.25s transform,.25s opacity;-moz-transition:.25s transform,.25s opacity;-ms-transition:.25s transform,.25s opacity;-o-transition:.25s transform,.25s opacity;transition:.25s transform,.25s opacity;-webkit-transform:translateX(-50%) translateY(-50%) scale(.9);-moz-transform:translateX(-50%) translateY(-50%) scale(.9);-ms-transform:translateX(-50%) translateY(-50%) scale(.9);-o-transform:translateX(-50%) translateY(-50%) scale(.9);transform:translate(-50%) translateY(-50%) scale(.9)}@media (max-width: 768px){.modal{border-radius:1rem}}.modal--opened{display:flex}.modal--mounted{opacity:1;-webkit-transform:translateX(-50%) translateY(-50%) scale(1);-moz-transform:translateX(-50%) translateY(-50%) scale(1);-ms-transform:translateX(-50%) translateY(-50%) scale(1);-o-transform:translateX(-50%) translateY(-50%) scale(1);transform:translate(-50%) translateY(-50%) scale(1)}@media (min-width: 465px){.modal--m{max-width:465px}}@media (min-width: 768px){.modal--t{max-width:768px}}@media (min-width: 1024px){.modal--d{max-width:1024px}}.modal--full{width:calc(100% - 3rem);max-width:calc(100% - 3rem);height:calc(100vh - 3rem);height:calc(100 * var(--vh, 1vh) - 3rem)}@media (max-width: 768px){.modal--full{width:calc(100% - 1.5rem);max-width:calc(100% - 1.5rem);height:calc(100vh - 1.5rem);height:calc(100 * var(--vh, 1vh) - 1.5rem)}}.modal_header{padding:2rem 2rem 1rem;width:100%;font-size:clamp(1rem,4vw,2rem);line-height:clamp(1rem,4vw,2rem);font-family:Poppins,sans-serif;font-weight:500;font-style:normal}@media (max-width: 768px){.modal_header{padding:1rem 1rem .5rem}}.modal_body{overflow-x:hidden;overflow-y:auto;padding:1rem 2rem}@media (max-width: 768px){.modal_body{padding:.5rem 1rem}}.modal_body{width:100%;height:100%}.modal_footer{display:flex;gap:.5rem;flex-wrap:wrap;padding:1rem 2rem 2rem;width:100%}@media (max-width: 768px){.modal_footer{padding:.5rem 1rem 1rem}}.navrail{position:fixed;top:0;left:0;display:flex;flex-direction:column;justify-content:space-between;z-index:1040;gap:6px;padding:12px;width:68px;max-width:300px;border:1px transparent solid;height:100vh!important;height:calc(100 * var(--vh, 1vh))!important;background-color:#000;-webkit-transition:.25s width,.25s box-shadow,.25s border-color;-moz-transition:.25s width,.25s box-shadow,.25s border-color;-ms-transition:.25s width,.25s box-shadow,.25s border-color;-o-transition:.25s width,.25s box-shadow,.25s border-color;transition:.25s width,.25s box-shadow,.25s border-color}.navrail_section{display:flex;flex-direction:column;justify-content:space-between;gap:6px}.navrail_item{overflow:hidden;display:flex;align-items:center;gap:12px;padding:0;width:100%;height:44px;font-size:.8rem;border-radius:10px;text-decoration:none!important}.navrail_item:hover{background-color:#ffffff24}.navrail_item:focus{background-color:#ffffff2e}.navrail_item.rounded{border-radius:100px}.navrail_item i{margin:0;width:44px;min-width:44px}.navrail_item_label{margin-left:-13px;min-width:max-content;-webkit-transition:.25s opacity;-moz-transition:.25s opacity;-ms-transition:.25s opacity;-o-transition:.25s opacity;transition:.25s opacity}.navrail--opened{width:100%;border-color:#ffffff27;box-shadow:0 10px 25px #00000030;-webkit-transition:.25s ease-in width,.25s ease-in box-shadow,.25s ease-in border-color;-moz-transition:.25s ease-in width,.25s ease-in box-shadow,.25s ease-in border-color;-ms-transition:.25s ease-in width,.25s ease-in box-shadow,.25s ease-in border-color;-o-transition:.25s ease-in width,.25s ease-in box-shadow,.25s ease-in border-color;transition:.25s ease-in width,.25s ease-in box-shadow,.25s ease-in border-color}.navrail--opened .navrail_item{width:auto}.navrail_offset{padding-left:68px}@media (max-width: 768px){.navrail_offset{padding-left:0}}@media (max-width: 768px){.navrail{display:none!important}}.body--overlay{overflow:hidden!important}.overlay{position:fixed;top:0;left:0;width:100%;z-index:2001;background-color:#000000e6;height:100vh;height:calc(100 * var(--vh, 1vh))}.overlay--behind{z-index:2000!important}.overlay--front{z-index:2002!important}.popover{opacity:0;position:fixed;z-index:1070;display:none;margin:0;padding:1rem;width:100%;max-width:300px;border:1px rgba(255,255,255,.1529411765) solid;border-radius:15px;background-color:#000;box-shadow:0 10px 25px #00000030;-webkit-transform:scale(.95);-moz-transform:scale(.95);-ms-transform:scale(.95);-o-transform:scale(.95);transform:scale(.95);-webkit-transition:.25s transform,.25s opacity;-moz-transition:.25s transform,.25s opacity;-ms-transition:.25s transform,.25s opacity;-o-transition:.25s transform,.25s opacity;transition:.25s transform,.25s opacity}.popover--opened{display:block}.popover--mounted{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}::-webkit-scrollbar{width:16px;height:16px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:50px}::-webkit-scrollbar-thumb:hover{background-color:#ffffff1a}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}*{-ms-overflow-style:-ms-autohiding-scrollbar}*::-ms-scrollbar{width:16px}*::-ms-scrollbar-track{background:transparent}*::-ms-scrollbar-thumb{background-color:#fff3}.scrollspy{overflow:auto hidden;position:sticky;top:.3rem;left:0;width:100%;height:50px;border:1px rgba(255,255,255,.1529411765) solid;border-radius:50px;background-color:#000}.scrollspy_wrapper{display:flex;align-items:center;height:100%}.scrollspy_sentinel{position:relative;top:-60px}.scrollspy_item{position:relative;display:inline-flex;justify-content:center;align-items:center;gap:.5rem;padding:0 1.3rem;font-family:Poppins,sans-serif;font-weight:500;font-style:normal;font-size:1rem;border:none;color:#fff;width:100%;min-width:fit-content;height:100%;background-color:transparent;text-decoration:none;-webkit-transition:.1s background-color,.1s padding;-moz-transition:.1s background-color,.1s padding;-ms-transition:.1s background-color,.1s padding;-o-transition:.1s background-color,.1s padding;transition:.1s background-color,.1s padding;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.scrollspy_item:focus{outline:none!important}.scrollspy_item{cursor:pointer}.scrollspy_item--highlight{background-color:#ffffff2e}.scrollspy_item:hover{background-color:#ffffff24}.scrollspy_item:active{background-color:#ffffff2e}@media (max-width: 768px){.scrollspy_item{font-size:.9rem}}@media (max-width: 768px){.scrollspy{height:40px}}.scrollspy_section{scroll-margin-top:70px}@media (max-width: 768px){.scrollspy_section{scroll-margin-top:60px}}.sheet{position:fixed;top:0;left:0;z-index:1055;display:flex;flex-direction:column;justify-content:space-between;border-radius:0 2rem 2rem 0;max-width:calc(100% - 3rem);background-color:#181818;-webkit-transition:.25s transform;-moz-transition:.25s transform;-ms-transition:.25s transform;-o-transition:.25s transform;transition:.25s transform;-webkit-transform:translateX(-110%);-moz-transform:translateX(-110%);-ms-transform:translateX(-110%);-o-transform:translateX(-110%);transform:translate(-110%);height:100vh;height:calc(100 * var(--vh, 1vh))}@media (max-width: 768px){.sheet{border-radius:0 1rem 1rem 0}}.sheet--opened{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}.sheet.right{left:unset;right:0;border-radius:2rem 0 0 2rem;-webkit-transform:translateX(110%);-moz-transform:translateX(110%);-ms-transform:translateX(110%);-o-transform:translateX(110%);transform:translate(110%)}@media (max-width: 768px){.sheet.right{border-radius:1rem 0 0 1rem}}.sheet--opened.right{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}.sheet.bottom{top:unset;left:50%;bottom:0;width:100%;max-width:100%;max-height:calc(100vh - 3rem)!important;max-height:calc(100 * var(--vh, 1vh) - 3rem)!important;height:auto;border-radius:2rem 2rem 0 0;-webkit-transform:translateX(-50%) translateY(110%);-moz-transform:translateX(-50%) translateY(110%);-ms-transform:translateX(-50%) translateY(110%);-o-transform:translateX(-50%) translateY(110%);transform:translate(-50%) translateY(110%)}@media (max-width: 768px){.sheet.bottom{border-radius:1rem 1rem 0 0}}.sheet--opened.bottom{-webkit-transform:translateX(-50%) translateY(0);-moz-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);-o-transform:translateX(-50%) translateY(0);transform:translate(-50%) translateY(0)}.sheet_header{padding:2rem 2rem 1rem;width:100%;font-size:clamp(1rem,4vw,2rem);line-height:clamp(1rem,4vw,2rem);font-family:Poppins,sans-serif;font-weight:500;font-style:normal}@media (max-width: 768px){.sheet_header{padding:1rem 1rem .5rem}}.sheet_body{overflow-x:hidden;overflow-y:auto;padding:1rem 2rem}@media (max-width: 768px){.sheet_body{padding:.5rem 1rem}}.sheet_body{width:100%;height:100%}.sheet_footer{display:flex;gap:.5rem;flex-wrap:wrap;padding:1rem 2rem 2rem;width:100%}@media (max-width: 768px){.sheet_footer{padding:.5rem 1rem 1rem}}.tooltip{opacity:0;position:fixed;z-index:1080;padding:.4rem .7rem;font-family:Roboto,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"wdth" 100;font-size:.8rem;color:#000;border-radius:8px;background-color:#d4d4d4;box-shadow:0 10px 25px #00000030;-webkit-transform:translateX(-50%) scale(.9);-moz-transform:translateX(-50%) scale(.9);-ms-transform:translateX(-50%) scale(.9);-o-transform:translateX(-50%) scale(.9);transform:translate(-50%) scale(.9);-webkit-transition:opacity .25s,transform .25s;-moz-transition:opacity .25s,transform .25s;-ms-transition:opacity .25s,transform .25s;-o-transition:opacity .25s,transform .25s;transition:opacity .25s,transform .25s;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tooltip:focus{outline:none!important}.tooltip{pointer-events:none}.tooltip--mounted{opacity:1;-webkit-transform:translateX(-50%) scale(1);-moz-transform:translateX(-50%) scale(1);-ms-transform:translateX(-50%) scale(1);-o-transform:translateX(-50%) scale(1);transform:translate(-50%) scale(1)}span[data-tooltip]{display:inline-block}.wave{overflow:hidden;position:absolute;top:0;left:0;z-index:1;order:-999;flex:0 0 auto;width:100%;height:100%;border-radius:inherit}.wave--effect{position:absolute;width:1500px;height:1500px;border-radius:100%;background-color:#888eff;-webkit-animation:2s anim_btn_wave forwards ease-out;-moz-animation:2s anim_btn_wave forwards ease-out;-ms-animation:2s anim_btn_wave forwards ease-out;-o-animation:2s anim_btn_wave forwards ease-out;animation:2s anim_btn_wave forwards ease-out;pointer-events:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wave--effect:focus{outline:none!important}@-webkit-keyframes anim_btn_wave{0%{opacity:.4;-webkit-transform:translate(-50%,-50%) scale(0);-moz-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);-o-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);filter:blur(50px)}to{opacity:0;-webkit-transform:translate(-50%,-50%) scale(1);-moz-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);-o-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);filter:blur(150px)}}@-moz-keyframes anim_btn_wave{0%{opacity:.4;-webkit-transform:translate(-50%,-50%) scale(0);-moz-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);-o-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);filter:blur(50px)}to{opacity:0;-webkit-transform:translate(-50%,-50%) scale(1);-moz-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);-o-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);filter:blur(150px)}}@-ms-keyframes anim_btn_wave{0%{opacity:.4;-webkit-transform:translate(-50%,-50%) scale(0);-moz-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);-o-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);filter:blur(50px)}to{opacity:0;-webkit-transform:translate(-50%,-50%) scale(1);-moz-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);-o-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);filter:blur(150px)}}@-o-keyframes anim_btn_wave{0%{opacity:.4;-webkit-transform:translate(-50%,-50%) scale(0);-moz-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);-o-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);filter:blur(50px)}to{opacity:0;-webkit-transform:translate(-50%,-50%) scale(1);-moz-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);-o-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);filter:blur(150px)}}@keyframes anim_btn_wave{0%{opacity:.4;-webkit-transform:translate(-50%,-50%) scale(0);-moz-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);-o-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);filter:blur(50px)}to{opacity:0;-webkit-transform:translate(-50%,-50%) scale(1);-moz-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);-o-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);filter:blur(150px)}}.bg_document{background-color:#000}.bg_document-invert{background-color:#fff}.bg_surface{background-color:#181818}.bg_surface-invert{background-color:#fff}.bg_primary{background-color:#888eff}.bg_primary-invert{background-color:#000}.bg_danger{background-color:#ff6a6a}.bg_danger-invert{background-color:#000}.text_document{color:#000}.text_document-invert{color:#fff}.text_surface{color:#181818}.text_surface-invert{color:#fff}.text_primary{color:#888eff}.text_primary-invert{color:#000}.text_danger{color:#ff6a6a}.text_danger-invert{color:#000}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.none{display:none}@media (min-width: 465px){.block--m{display:block}.inline--m{display:inline}.inline-block--m{display:inline-block}.none--m{display:none}}@media (min-width: 768px){.block--t{display:block}.inline--t{display:inline}.inline-block--t{display:inline-block}.none--t{display:none}}@media (min-width: 1024px){.block--d{display:block}.inline--d{display:inline}.inline-block--d{display:inline-block}.none--d{display:none}}.flex{display:flex}.inline-flex{display:inline-flex}@media (min-width: 465px){.flex--m{display:flex}.inline-flex--m{display:inline-flex}}@media (min-width: 768px){.flex--t{display:flex}.inline-flex--t{display:inline-flex}}@media (min-width: 1024px){.flex--d{display:flex}.inline-flex--d{display:inline-flex}}.justify_center{justify-content:center}.justify_start{justify-content:flex-start}.justify_end{justify-content:flex-end}.justify_evenly{justify-content:space-evenly}.justify_around{justify-content:space-around}.justify_between{justify-content:space-between}@media (min-width: 465px){.justify_center--m{justify-content:center}.justify_start--m{justify-content:flex-start}.justify_end--m{justify-content:flex-end}.justify_evenly--m{justify-content:space-evenly}.justify_around--m{justify-content:space-around}.justify_between--m{justify-content:space-between}}@media (min-width: 768px){.justify_center--t{justify-content:center}.justify_start--t{justify-content:flex-start}.justify_end--t{justify-content:flex-end}.justify_evenly--t{justify-content:space-evenly}.justify_around--t{justify-content:space-around}.justify_between--t{justify-content:space-between}}@media (min-width: 1024px){.justify_center--d{justify-content:center}.justify_start--d{justify-content:flex-start}.justify_end--d{justify-content:flex-end}.justify_evenly--d{justify-content:space-evenly}.justify_around--d{justify-content:space-around}.justify_between--d{justify-content:space-between}}.align_center{align-items:center}.align_start{align-items:flex-start}.align_end{align-items:flex-end}.align_evenly{align-items:space-evenly}.align_around{align-items:space-around}.align_between{align-items:space-between}@media (min-width: 465px){.align_center--m{align-items:center}.align_start--m{align-items:flex-start}.align_end--m{align-items:flex-end}.align_evenly--m{align-items:space-evenly}.align_around--m{align-items:space-around}.align_between--m{align-items:space-between}}@media (min-width: 768px){.align_center--t{align-items:center}.align_start--t{align-items:flex-start}.align_end--t{align-items:flex-end}.align_evenly--t{align-items:space-evenly}.align_around--t{align-items:space-around}.align_between--t{align-items:space-between}}@media (min-width: 1024px){.align_center--d{align-items:center}.align_start--d{align-items:flex-start}.align_end--d{align-items:flex-end}.align_evenly--d{align-items:space-evenly}.align_around--d{align-items:space-around}.align_between--d{align-items:space-between}}.g_0{gap:0}.g_0-5{gap:.5rem}.g_1{gap:1rem}.g_2{gap:2rem}.g_3{gap:3rem}@media (min-width: 465px){.g_0--m{gap:0}.g_0-5--m{gap:.5rem}.g_1--m{gap:1rem}.g_2--m{gap:2rem}.g_3--m{gap:3rem}}@media (min-width: 768px){.g_0--t{gap:0}.g_0-5--t{gap:.5rem}.g_1--t{gap:1rem}.g_2--t{gap:2rem}.g_3--t{gap:3rem}}@media (min-width: 1024px){.g_0--d{gap:0}.g_0-5--d{gap:.5rem}.g_1--d{gap:1rem}.g_2--d{gap:2rem}.g_3--d{gap:3rem}}.direction_column{flex-direction:column}.direction_row{flex-direction:row}.direction_column-reverse{flex-direction:column-reverse}.direction_row-reverse{flex-direction:row-reverse}@media (min-width: 465px){.direction_column--m{flex-direction:column}.direction_row--m{flex-direction:row}.direction_column-reverse--m{flex-direction:column-reverse}.direction_row-reverse--m{flex-direction:row-reverse}}@media (min-width: 768px){.direction_column--t{flex-direction:column}.direction_row--t{flex-direction:row}.direction_column-reverse--t{flex-direction:column-reverse}.direction_row-reverse--t{flex-direction:row-reverse}}@media (min-width: 1024px){.direction_column--d{flex-direction:column}.direction_row--d{flex-direction:row}.direction_column-reverse--d{flex-direction:column-reverse}.direction_row-reverse--d{flex-direction:row-reverse}}.wrap{flex-wrap:wrap}.nowrap{flex-wrap:nowrap}@media (min-width: 465px){.wrap--m{flex-wrap:wrap}.nowrap--m{flex-wrap:nowrap}}@media (min-width: 768px){.wrap--t{flex-wrap:wrap}.nowrap--t{flex-wrap:nowrap}}@media (min-width: 1024px){.wrap--d{flex-wrap:wrap}.nowrap--d{flex-wrap:nowrap}}.o_0{opacity:0%}.o_5{opacity:5%}.o_10{opacity:10%}.o_15{opacity:15%}.o_20{opacity:20%}.o_25{opacity:25%}.o_30{opacity:30%}.o_35{opacity:35%}.o_40{opacity:40%}.o_45{opacity:45%}.o_50{opacity:50%}.o_55{opacity:55%}.o_60{opacity:60%}.o_65{opacity:65%}.o_70{opacity:70%}.o_75{opacity:75%}.o_80{opacity:80%}.o_85{opacity:85%}.o_90{opacity:90%}.o_95{opacity:95%}.o_100{opacity:100%}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.fixed{position:fixed}@media (min-width: 465px){.relative--m{position:relative}.absolute--m{position:absolute}.sticky--m{position:sticky}.fixed--m{position:fixed}}@media (min-width: 768px){.relative--t{position:relative}.absolute--t{position:absolute}.sticky--t{position:sticky}.fixed--t{position:fixed}}@media (min-width: 1024px){.relative--d{position:relative}.absolute--d{position:absolute}.sticky--d{position:sticky}.fixed--d{position:fixed}}.top_0{top:0}.right_0{right:0}.bottom_0{bottom:0}.left_0{left:0}.top_50{top:50%}.right_50{right:50%}.bottom_50{bottom:50%}.left_50{left:50%}@media (min-width: 465px){.top_0--m{top:0}.right_0--m{right:0}.bottom_0--m{bottom:0}.left_0--m{left:0}.top_50--m{top:50%}.right_50--m{right:50%}.bottom_50--m{bottom:50%}.left_50--m{left:50%}}@media (min-width: 768px){.top_0--t{top:0}.right_0--t{right:0}.bottom_0--t{bottom:0}.left_0--t{left:0}.top_50--t{top:50%}.right_50--t{right:50%}.bottom_50--t{bottom:50%}.left_50--t{left:50%}}@media (min-width: 1024px){.top_0--d{top:0}.right_0--d{right:0}.bottom_0--d{bottom:0}.left_0--d{left:0}.top_50--d{top:50%}.right_50--d{right:50%}.bottom_50--d{bottom:50%}.left_50--d{left:50%}}.ratio_1-1{aspect-ratio:1/1}.ratio_5-4{aspect-ratio:5/4}.ratio_4-5{aspect-ratio:4/5}.ratio_4-3{aspect-ratio:4/3}.ratio_3-4{aspect-ratio:3/4}.ratio_3-2{aspect-ratio:3/2}.ratio_2-3{aspect-ratio:2/3}.ratio_16-9{aspect-ratio:16/9}.ratio_9-16{aspect-ratio:9/16}.ratio_21-9{aspect-ratio:21/9}.ratio_9-21{aspect-ratio:9/21}.w_0{width:0}.h_0{height:0}.w_25{width:25%}.h_25{height:25%}.w_50{width:50%}.h_50{height:50%}.w_75{width:75%}.h_75{height:75%}.w_100{width:100%}.h_100{height:100%}@media (min-width: 465px){.w_0--m{width:0}.h_0--m{height:0}.w_25--m{width:25%}.h_25--m{height:25%}.w_50--m{width:50%}.h_50--m{height:50%}.w_75--m{width:75%}.h_75--m{height:75%}.w_100--m{width:100%}.h_100--m{height:100%}}@media (min-width: 768px){.w_0--t{width:0}.h_0--t{height:0}.w_25--t{width:25%}.h_25--t{height:25%}.w_50--t{width:50%}.h_50--t{height:50%}.w_75--t{width:75%}.h_75--t{height:75%}.w_100--t{width:100%}.h_100--t{height:100%}}@media (min-width: 1024px){.w_0--d{width:0}.h_0--d{height:0}.w_25--d{width:25%}.h_25--d{height:25%}.w_50--d{width:50%}.h_50--d{height:50%}.w_75--d{width:75%}.h_75--d{height:75%}.w_100--d{width:100%}.h_100--d{height:100%}}.min-w_100px{min-width:100px}.min-h_100px{min-height:100px}.w_100px{width:100px}.h_100px{height:100px}.max-w_100px{max-width:100px}.max-h_100px{max-height:100px}.min-w_150px{min-width:150px}.min-h_150px{min-height:150px}.w_150px{width:150px}.h_150px{height:150px}.max-w_150px{max-width:150px}.max-h_150px{max-height:150px}.min-w_200px{min-width:200px}.min-h_200px{min-height:200px}.w_200px{width:200px}.h_200px{height:200px}.max-w_200px{max-width:200px}.max-h_200px{max-height:200px}.min-w_250px{min-width:250px}.min-h_250px{min-height:250px}.w_250px{width:250px}.h_250px{height:250px}.max-w_250px{max-width:250px}.max-h_250px{max-height:250px}.min-w_300px{min-width:300px}.min-h_300px{min-height:300px}.w_300px{width:300px}.h_300px{height:300px}.max-w_300px{max-width:300px}.max-h_300px{max-height:300px}.min-w_350px{min-width:350px}.min-h_350px{min-height:350px}.w_350px{width:350px}.h_350px{height:350px}.max-w_350px{max-width:350px}.max-h_350px{max-height:350px}.min-w_400px{min-width:400px}.min-h_400px{min-height:400px}.w_400px{width:400px}.h_400px{height:400px}.max-w_400px{max-width:400px}.max-h_400px{max-height:400px}.min-w_450px{min-width:450px}.min-h_450px{min-height:450px}.w_450px{width:450px}.h_450px{height:450px}.max-w_450px{max-width:450px}.max-h_450px{max-height:450px}.min-w_500px{min-width:500px}.min-h_500px{min-height:500px}.w_500px{width:500px}.h_500px{height:500px}.max-w_500px{max-width:500px}.max-h_500px{max-height:500px}.min-w_550px{min-width:550px}.min-h_550px{min-height:550px}.w_550px{width:550px}.h_550px{height:550px}.max-w_550px{max-width:550px}.max-h_550px{max-height:550px}.min-w_600px{min-width:600px}.min-h_600px{min-height:600px}.w_600px{width:600px}.h_600px{height:600px}.max-w_600px{max-width:600px}.max-h_600px{max-height:600px}.min-w_650px{min-width:650px}.min-h_650px{min-height:650px}.w_650px{width:650px}.h_650px{height:650px}.max-w_650px{max-width:650px}.max-h_650px{max-height:650px}.min-w_700px{min-width:700px}.min-h_700px{min-height:700px}.w_700px{width:700px}.h_700px{height:700px}.max-w_700px{max-width:700px}.max-h_700px{max-height:700px}.min-w_750px{min-width:750px}.min-h_750px{min-height:750px}.w_750px{width:750px}.h_750px{height:750px}.max-w_750px{max-width:750px}.max-h_750px{max-height:750px}.min-w_800px{min-width:800px}.min-h_800px{min-height:800px}.w_800px{width:800px}.h_800px{height:800px}.max-w_800px{max-width:800px}.max-h_800px{max-height:800px}.min-w_850px{min-width:850px}.min-h_850px{min-height:850px}.w_850px{width:850px}.h_850px{height:850px}.max-w_850px{max-width:850px}.max-h_850px{max-height:850px}.min-w_900px{min-width:900px}.min-h_900px{min-height:900px}.w_900px{width:900px}.h_900px{height:900px}.max-w_900px{max-width:900px}.max-h_900px{max-height:900px}.min-w_950px{min-width:950px}.min-h_950px{min-height:950px}.w_950px{width:950px}.h_950px{height:950px}.max-w_950px{max-width:950px}.max-h_950px{max-height:950px}.min-w_1000px{min-width:1000px}.min-h_1000px{min-height:1000px}.w_1000px{width:1000px}.h_1000px{height:1000px}.max-w_1000px{max-width:1000px}.max-h_1000px{max-height:1000px}.min-w_1050px{min-width:1050px}.min-h_1050px{min-height:1050px}.w_1050px{width:1050px}.h_1050px{height:1050px}.max-w_1050px{max-width:1050px}.max-h_1050px{max-height:1050px}.min-w_1100px{min-width:1100px}.min-h_1100px{min-height:1100px}.w_1100px{width:1100px}.h_1100px{height:1100px}.max-w_1100px{max-width:1100px}.max-h_1100px{max-height:1100px}.min-w_1150px{min-width:1150px}.min-h_1150px{min-height:1150px}.w_1150px{width:1150px}.h_1150px{height:1150px}.max-w_1150px{max-width:1150px}.max-h_1150px{max-height:1150px}.min-w_1200px{min-width:1200px}.min-h_1200px{min-height:1200px}.w_1200px{width:1200px}.h_1200px{height:1200px}.max-w_1200px{max-width:1200px}.max-h_1200px{max-height:1200px}@media (min-width: 465px){.min-w_100px--m{min-width:100px}.min-h_100px--m{min-height:100px}.w_100px--m{width:100px}.h_100px--m{height:100px}.max-w_100px--m{max-width:100px}.max-h_100px--m{max-height:100px}.min-w_150px--m{min-width:150px}.min-h_150px--m{min-height:150px}.w_150px--m{width:150px}.h_150px--m{height:150px}.max-w_150px--m{max-width:150px}.max-h_150px--m{max-height:150px}.min-w_200px--m{min-width:200px}.min-h_200px--m{min-height:200px}.w_200px--m{width:200px}.h_200px--m{height:200px}.max-w_200px--m{max-width:200px}.max-h_200px--m{max-height:200px}.min-w_250px--m{min-width:250px}.min-h_250px--m{min-height:250px}.w_250px--m{width:250px}.h_250px--m{height:250px}.max-w_250px--m{max-width:250px}.max-h_250px--m{max-height:250px}.min-w_300px--m{min-width:300px}.min-h_300px--m{min-height:300px}.w_300px--m{width:300px}.h_300px--m{height:300px}.max-w_300px--m{max-width:300px}.max-h_300px--m{max-height:300px}.min-w_350px--m{min-width:350px}.min-h_350px--m{min-height:350px}.w_350px--m{width:350px}.h_350px--m{height:350px}.max-w_350px--m{max-width:350px}.max-h_350px--m{max-height:350px}.min-w_400px--m{min-width:400px}.min-h_400px--m{min-height:400px}.w_400px--m{width:400px}.h_400px--m{height:400px}.max-w_400px--m{max-width:400px}.max-h_400px--m{max-height:400px}.min-w_450px--m{min-width:450px}.min-h_450px--m{min-height:450px}.w_450px--m{width:450px}.h_450px--m{height:450px}.max-w_450px--m{max-width:450px}.max-h_450px--m{max-height:450px}.min-w_500px--m{min-width:500px}.min-h_500px--m{min-height:500px}.w_500px--m{width:500px}.h_500px--m{height:500px}.max-w_500px--m{max-width:500px}.max-h_500px--m{max-height:500px}.min-w_550px--m{min-width:550px}.min-h_550px--m{min-height:550px}.w_550px--m{width:550px}.h_550px--m{height:550px}.max-w_550px--m{max-width:550px}.max-h_550px--m{max-height:550px}.min-w_600px--m{min-width:600px}.min-h_600px--m{min-height:600px}.w_600px--m{width:600px}.h_600px--m{height:600px}.max-w_600px--m{max-width:600px}.max-h_600px--m{max-height:600px}.min-w_650px--m{min-width:650px}.min-h_650px--m{min-height:650px}.w_650px--m{width:650px}.h_650px--m{height:650px}.max-w_650px--m{max-width:650px}.max-h_650px--m{max-height:650px}.min-w_700px--m{min-width:700px}.min-h_700px--m{min-height:700px}.w_700px--m{width:700px}.h_700px--m{height:700px}.max-w_700px--m{max-width:700px}.max-h_700px--m{max-height:700px}.min-w_750px--m{min-width:750px}.min-h_750px--m{min-height:750px}.w_750px--m{width:750px}.h_750px--m{height:750px}.max-w_750px--m{max-width:750px}.max-h_750px--m{max-height:750px}.min-w_800px--m{min-width:800px}.min-h_800px--m{min-height:800px}.w_800px--m{width:800px}.h_800px--m{height:800px}.max-w_800px--m{max-width:800px}.max-h_800px--m{max-height:800px}.min-w_850px--m{min-width:850px}.min-h_850px--m{min-height:850px}.w_850px--m{width:850px}.h_850px--m{height:850px}.max-w_850px--m{max-width:850px}.max-h_850px--m{max-height:850px}.min-w_900px--m{min-width:900px}.min-h_900px--m{min-height:900px}.w_900px--m{width:900px}.h_900px--m{height:900px}.max-w_900px--m{max-width:900px}.max-h_900px--m{max-height:900px}.min-w_950px--m{min-width:950px}.min-h_950px--m{min-height:950px}.w_950px--m{width:950px}.h_950px--m{height:950px}.max-w_950px--m{max-width:950px}.max-h_950px--m{max-height:950px}.min-w_1000px--m{min-width:1000px}.min-h_1000px--m{min-height:1000px}.w_1000px--m{width:1000px}.h_1000px--m{height:1000px}.max-w_1000px--m{max-width:1000px}.max-h_1000px--m{max-height:1000px}.min-w_1050px--m{min-width:1050px}.min-h_1050px--m{min-height:1050px}.w_1050px--m{width:1050px}.h_1050px--m{height:1050px}.max-w_1050px--m{max-width:1050px}.max-h_1050px--m{max-height:1050px}.min-w_1100px--m{min-width:1100px}.min-h_1100px--m{min-height:1100px}.w_1100px--m{width:1100px}.h_1100px--m{height:1100px}.max-w_1100px--m{max-width:1100px}.max-h_1100px--m{max-height:1100px}.min-w_1150px--m{min-width:1150px}.min-h_1150px--m{min-height:1150px}.w_1150px--m{width:1150px}.h_1150px--m{height:1150px}.max-w_1150px--m{max-width:1150px}.max-h_1150px--m{max-height:1150px}.min-w_1200px--m{min-width:1200px}.min-h_1200px--m{min-height:1200px}.w_1200px--m{width:1200px}.h_1200px--m{height:1200px}.max-w_1200px--m{max-width:1200px}.max-h_1200px--m{max-height:1200px}}@media (min-width: 768px){.min-w_100px--t{min-width:100px}.min-h_100px--t{min-height:100px}.w_100px--t{width:100px}.h_100px--t{height:100px}.max-w_100px--t{max-width:100px}.max-h_100px--t{max-height:100px}.min-w_150px--t{min-width:150px}.min-h_150px--t{min-height:150px}.w_150px--t{width:150px}.h_150px--t{height:150px}.max-w_150px--t{max-width:150px}.max-h_150px--t{max-height:150px}.min-w_200px--t{min-width:200px}.min-h_200px--t{min-height:200px}.w_200px--t{width:200px}.h_200px--t{height:200px}.max-w_200px--t{max-width:200px}.max-h_200px--t{max-height:200px}.min-w_250px--t{min-width:250px}.min-h_250px--t{min-height:250px}.w_250px--t{width:250px}.h_250px--t{height:250px}.max-w_250px--t{max-width:250px}.max-h_250px--t{max-height:250px}.min-w_300px--t{min-width:300px}.min-h_300px--t{min-height:300px}.w_300px--t{width:300px}.h_300px--t{height:300px}.max-w_300px--t{max-width:300px}.max-h_300px--t{max-height:300px}.min-w_350px--t{min-width:350px}.min-h_350px--t{min-height:350px}.w_350px--t{width:350px}.h_350px--t{height:350px}.max-w_350px--t{max-width:350px}.max-h_350px--t{max-height:350px}.min-w_400px--t{min-width:400px}.min-h_400px--t{min-height:400px}.w_400px--t{width:400px}.h_400px--t{height:400px}.max-w_400px--t{max-width:400px}.max-h_400px--t{max-height:400px}.min-w_450px--t{min-width:450px}.min-h_450px--t{min-height:450px}.w_450px--t{width:450px}.h_450px--t{height:450px}.max-w_450px--t{max-width:450px}.max-h_450px--t{max-height:450px}.min-w_500px--t{min-width:500px}.min-h_500px--t{min-height:500px}.w_500px--t{width:500px}.h_500px--t{height:500px}.max-w_500px--t{max-width:500px}.max-h_500px--t{max-height:500px}.min-w_550px--t{min-width:550px}.min-h_550px--t{min-height:550px}.w_550px--t{width:550px}.h_550px--t{height:550px}.max-w_550px--t{max-width:550px}.max-h_550px--t{max-height:550px}.min-w_600px--t{min-width:600px}.min-h_600px--t{min-height:600px}.w_600px--t{width:600px}.h_600px--t{height:600px}.max-w_600px--t{max-width:600px}.max-h_600px--t{max-height:600px}.min-w_650px--t{min-width:650px}.min-h_650px--t{min-height:650px}.w_650px--t{width:650px}.h_650px--t{height:650px}.max-w_650px--t{max-width:650px}.max-h_650px--t{max-height:650px}.min-w_700px--t{min-width:700px}.min-h_700px--t{min-height:700px}.w_700px--t{width:700px}.h_700px--t{height:700px}.max-w_700px--t{max-width:700px}.max-h_700px--t{max-height:700px}.min-w_750px--t{min-width:750px}.min-h_750px--t{min-height:750px}.w_750px--t{width:750px}.h_750px--t{height:750px}.max-w_750px--t{max-width:750px}.max-h_750px--t{max-height:750px}.min-w_800px--t{min-width:800px}.min-h_800px--t{min-height:800px}.w_800px--t{width:800px}.h_800px--t{height:800px}.max-w_800px--t{max-width:800px}.max-h_800px--t{max-height:800px}.min-w_850px--t{min-width:850px}.min-h_850px--t{min-height:850px}.w_850px--t{width:850px}.h_850px--t{height:850px}.max-w_850px--t{max-width:850px}.max-h_850px--t{max-height:850px}.min-w_900px--t{min-width:900px}.min-h_900px--t{min-height:900px}.w_900px--t{width:900px}.h_900px--t{height:900px}.max-w_900px--t{max-width:900px}.max-h_900px--t{max-height:900px}.min-w_950px--t{min-width:950px}.min-h_950px--t{min-height:950px}.w_950px--t{width:950px}.h_950px--t{height:950px}.max-w_950px--t{max-width:950px}.max-h_950px--t{max-height:950px}.min-w_1000px--t{min-width:1000px}.min-h_1000px--t{min-height:1000px}.w_1000px--t{width:1000px}.h_1000px--t{height:1000px}.max-w_1000px--t{max-width:1000px}.max-h_1000px--t{max-height:1000px}.min-w_1050px--t{min-width:1050px}.min-h_1050px--t{min-height:1050px}.w_1050px--t{width:1050px}.h_1050px--t{height:1050px}.max-w_1050px--t{max-width:1050px}.max-h_1050px--t{max-height:1050px}.min-w_1100px--t{min-width:1100px}.min-h_1100px--t{min-height:1100px}.w_1100px--t{width:1100px}.h_1100px--t{height:1100px}.max-w_1100px--t{max-width:1100px}.max-h_1100px--t{max-height:1100px}.min-w_1150px--t{min-width:1150px}.min-h_1150px--t{min-height:1150px}.w_1150px--t{width:1150px}.h_1150px--t{height:1150px}.max-w_1150px--t{max-width:1150px}.max-h_1150px--t{max-height:1150px}.min-w_1200px--t{min-width:1200px}.min-h_1200px--t{min-height:1200px}.w_1200px--t{width:1200px}.h_1200px--t{height:1200px}.max-w_1200px--t{max-width:1200px}.max-h_1200px--t{max-height:1200px}}@media (min-width: 1024px){.min-w_100px--d{min-width:100px}.min-h_100px--d{min-height:100px}.w_100px--d{width:100px}.h_100px--d{height:100px}.max-w_100px--d{max-width:100px}.max-h_100px--d{max-height:100px}.min-w_150px--d{min-width:150px}.min-h_150px--d{min-height:150px}.w_150px--d{width:150px}.h_150px--d{height:150px}.max-w_150px--d{max-width:150px}.max-h_150px--d{max-height:150px}.min-w_200px--d{min-width:200px}.min-h_200px--d{min-height:200px}.w_200px--d{width:200px}.h_200px--d{height:200px}.max-w_200px--d{max-width:200px}.max-h_200px--d{max-height:200px}.min-w_250px--d{min-width:250px}.min-h_250px--d{min-height:250px}.w_250px--d{width:250px}.h_250px--d{height:250px}.max-w_250px--d{max-width:250px}.max-h_250px--d{max-height:250px}.min-w_300px--d{min-width:300px}.min-h_300px--d{min-height:300px}.w_300px--d{width:300px}.h_300px--d{height:300px}.max-w_300px--d{max-width:300px}.max-h_300px--d{max-height:300px}.min-w_350px--d{min-width:350px}.min-h_350px--d{min-height:350px}.w_350px--d{width:350px}.h_350px--d{height:350px}.max-w_350px--d{max-width:350px}.max-h_350px--d{max-height:350px}.min-w_400px--d{min-width:400px}.min-h_400px--d{min-height:400px}.w_400px--d{width:400px}.h_400px--d{height:400px}.max-w_400px--d{max-width:400px}.max-h_400px--d{max-height:400px}.min-w_450px--d{min-width:450px}.min-h_450px--d{min-height:450px}.w_450px--d{width:450px}.h_450px--d{height:450px}.max-w_450px--d{max-width:450px}.max-h_450px--d{max-height:450px}.min-w_500px--d{min-width:500px}.min-h_500px--d{min-height:500px}.w_500px--d{width:500px}.h_500px--d{height:500px}.max-w_500px--d{max-width:500px}.max-h_500px--d{max-height:500px}.min-w_550px--d{min-width:550px}.min-h_550px--d{min-height:550px}.w_550px--d{width:550px}.h_550px--d{height:550px}.max-w_550px--d{max-width:550px}.max-h_550px--d{max-height:550px}.min-w_600px--d{min-width:600px}.min-h_600px--d{min-height:600px}.w_600px--d{width:600px}.h_600px--d{height:600px}.max-w_600px--d{max-width:600px}.max-h_600px--d{max-height:600px}.min-w_650px--d{min-width:650px}.min-h_650px--d{min-height:650px}.w_650px--d{width:650px}.h_650px--d{height:650px}.max-w_650px--d{max-width:650px}.max-h_650px--d{max-height:650px}.min-w_700px--d{min-width:700px}.min-h_700px--d{min-height:700px}.w_700px--d{width:700px}.h_700px--d{height:700px}.max-w_700px--d{max-width:700px}.max-h_700px--d{max-height:700px}.min-w_750px--d{min-width:750px}.min-h_750px--d{min-height:750px}.w_750px--d{width:750px}.h_750px--d{height:750px}.max-w_750px--d{max-width:750px}.max-h_750px--d{max-height:750px}.min-w_800px--d{min-width:800px}.min-h_800px--d{min-height:800px}.w_800px--d{width:800px}.h_800px--d{height:800px}.max-w_800px--d{max-width:800px}.max-h_800px--d{max-height:800px}.min-w_850px--d{min-width:850px}.min-h_850px--d{min-height:850px}.w_850px--d{width:850px}.h_850px--d{height:850px}.max-w_850px--d{max-width:850px}.max-h_850px--d{max-height:850px}.min-w_900px--d{min-width:900px}.min-h_900px--d{min-height:900px}.w_900px--d{width:900px}.h_900px--d{height:900px}.max-w_900px--d{max-width:900px}.max-h_900px--d{max-height:900px}.min-w_950px--d{min-width:950px}.min-h_950px--d{min-height:950px}.w_950px--d{width:950px}.h_950px--d{height:950px}.max-w_950px--d{max-width:950px}.max-h_950px--d{max-height:950px}.min-w_1000px--d{min-width:1000px}.min-h_1000px--d{min-height:1000px}.w_1000px--d{width:1000px}.h_1000px--d{height:1000px}.max-w_1000px--d{max-width:1000px}.max-h_1000px--d{max-height:1000px}.min-w_1050px--d{min-width:1050px}.min-h_1050px--d{min-height:1050px}.w_1050px--d{width:1050px}.h_1050px--d{height:1050px}.max-w_1050px--d{max-width:1050px}.max-h_1050px--d{max-height:1050px}.min-w_1100px--d{min-width:1100px}.min-h_1100px--d{min-height:1100px}.w_1100px--d{width:1100px}.h_1100px--d{height:1100px}.max-w_1100px--d{max-width:1100px}.max-h_1100px--d{max-height:1100px}.min-w_1150px--d{min-width:1150px}.min-h_1150px--d{min-height:1150px}.w_1150px--d{width:1150px}.h_1150px--d{height:1150px}.max-w_1150px--d{max-width:1150px}.max-h_1150px--d{max-height:1150px}.min-w_1200px--d{min-width:1200px}.min-h_1200px--d{min-height:1200px}.w_1200px--d{width:1200px}.h_1200px--d{height:1200px}.max-w_1200px--d{max-width:1200px}.max-h_1200px--d{max-height:1200px}}.max-w_container{max-width:1200px!important}@media (min-width: 465px){.max-w_container--m{max-width:1200px!important}}@media (min-width: 768px){.max-w_container--t{max-width:1200px!important}}@media (min-width: 1024px){.max-w_container--d{max-width:1200px!important}}.m_0{margin:0!important}.mt_0{margin-top:0!important}.mr_0{margin-right:0!important}.mb_0{margin-bottom:0!important}.ml_0{margin-left:0!important}.mx_0{margin-left:0!important;margin-right:0!important}.my_0{margin-top:0!important;margin-bottom:0!important}.m_0-1{margin:.1rem!important}.mt_0-1{margin-top:.1rem!important}.mr_0-1{margin-right:.1rem!important}.mb_0-1{margin-bottom:.1rem!important}.ml_0-1{margin-left:.1rem!important}.mx_0-1{margin-left:.1rem!important;margin-right:.1rem!important}.my_0-1{margin-top:.1rem!important;margin-bottom:.1rem!important}.m_0-2{margin:.2rem!important}.mt_0-2{margin-top:.2rem!important}.mr_0-2{margin-right:.2rem!important}.mb_0-2{margin-bottom:.2rem!important}.ml_0-2{margin-left:.2rem!important}.mx_0-2{margin-left:.2rem!important;margin-right:.2rem!important}.my_0-2{margin-top:.2rem!important;margin-bottom:.2rem!important}.m_0-3{margin:.3rem!important}.mt_0-3{margin-top:.3rem!important}.mr_0-3{margin-right:.3rem!important}.mb_0-3{margin-bottom:.3rem!important}.ml_0-3{margin-left:.3rem!important}.mx_0-3{margin-left:.3rem!important;margin-right:.3rem!important}.my_0-3{margin-top:.3rem!important;margin-bottom:.3rem!important}.m_0-4{margin:.4rem!important}.mt_0-4{margin-top:.4rem!important}.mr_0-4{margin-right:.4rem!important}.mb_0-4{margin-bottom:.4rem!important}.ml_0-4{margin-left:.4rem!important}.mx_0-4{margin-left:.4rem!important;margin-right:.4rem!important}.my_0-4{margin-top:.4rem!important;margin-bottom:.4rem!important}.m_0-5{margin:.5rem!important}.mt_0-5{margin-top:.5rem!important}.mr_0-5{margin-right:.5rem!important}.mb_0-5{margin-bottom:.5rem!important}.ml_0-5{margin-left:.5rem!important}.mx_0-5{margin-left:.5rem!important;margin-right:.5rem!important}.my_0-5{margin-top:.5rem!important;margin-bottom:.5rem!important}.m_0-6{margin:.6rem!important}.mt_0-6{margin-top:.6rem!important}.mr_0-6{margin-right:.6rem!important}.mb_0-6{margin-bottom:.6rem!important}.ml_0-6{margin-left:.6rem!important}.mx_0-6{margin-left:.6rem!important;margin-right:.6rem!important}.my_0-6{margin-top:.6rem!important;margin-bottom:.6rem!important}.m_0-7{margin:.7rem!important}.mt_0-7{margin-top:.7rem!important}.mr_0-7{margin-right:.7rem!important}.mb_0-7{margin-bottom:.7rem!important}.ml_0-7{margin-left:.7rem!important}.mx_0-7{margin-left:.7rem!important;margin-right:.7rem!important}.my_0-7{margin-top:.7rem!important;margin-bottom:.7rem!important}.m_0-8{margin:.8rem!important}.mt_0-8{margin-top:.8rem!important}.mr_0-8{margin-right:.8rem!important}.mb_0-8{margin-bottom:.8rem!important}.ml_0-8{margin-left:.8rem!important}.mx_0-8{margin-left:.8rem!important;margin-right:.8rem!important}.my_0-8{margin-top:.8rem!important;margin-bottom:.8rem!important}.m_0-9{margin:.9rem!important}.mt_0-9{margin-top:.9rem!important}.mr_0-9{margin-right:.9rem!important}.mb_0-9{margin-bottom:.9rem!important}.ml_0-9{margin-left:.9rem!important}.mx_0-9{margin-left:.9rem!important;margin-right:.9rem!important}.my_0-9{margin-top:.9rem!important;margin-bottom:.9rem!important}.m_1{margin:1rem!important}.mt_1{margin-top:1rem!important}.mr_1{margin-right:1rem!important}.mb_1{margin-bottom:1rem!important}.ml_1{margin-left:1rem!important}.mx_1{margin-left:1rem!important;margin-right:1rem!important}.my_1{margin-top:1rem!important;margin-bottom:1rem!important}.m_2{margin:2rem!important}.mt_2{margin-top:2rem!important}.mr_2{margin-right:2rem!important}.mb_2{margin-bottom:2rem!important}.ml_2{margin-left:2rem!important}.mx_2{margin-left:2rem!important;margin-right:2rem!important}.my_2{margin-top:2rem!important;margin-bottom:2rem!important}.m_3{margin:3rem!important}.mt_3{margin-top:3rem!important}.mr_3{margin-right:3rem!important}.mb_3{margin-bottom:3rem!important}.ml_3{margin-left:3rem!important}.mx_3{margin-left:3rem!important;margin-right:3rem!important}.my_3{margin-top:3rem!important;margin-bottom:3rem!important}.m_4{margin:4rem!important}.mt_4{margin-top:4rem!important}.mr_4{margin-right:4rem!important}.mb_4{margin-bottom:4rem!important}.ml_4{margin-left:4rem!important}.mx_4{margin-left:4rem!important;margin-right:4rem!important}.my_4{margin-top:4rem!important;margin-bottom:4rem!important}.m_5{margin:5rem!important}.mt_5{margin-top:5rem!important}.mr_5{margin-right:5rem!important}.mb_5{margin-bottom:5rem!important}.ml_5{margin-left:5rem!important}.mx_5{margin-left:5rem!important;margin-right:5rem!important}.my_5{margin-top:5rem!important;margin-bottom:5rem!important}.m_6{margin:6rem!important}.mt_6{margin-top:6rem!important}.mr_6{margin-right:6rem!important}.mb_6{margin-bottom:6rem!important}.ml_6{margin-left:6rem!important}.mx_6{margin-left:6rem!important;margin-right:6rem!important}.my_6{margin-top:6rem!important;margin-bottom:6rem!important}.m_7{margin:7rem!important}.mt_7{margin-top:7rem!important}.mr_7{margin-right:7rem!important}.mb_7{margin-bottom:7rem!important}.ml_7{margin-left:7rem!important}.mx_7{margin-left:7rem!important;margin-right:7rem!important}.my_7{margin-top:7rem!important;margin-bottom:7rem!important}.m_8{margin:8rem!important}.mt_8{margin-top:8rem!important}.mr_8{margin-right:8rem!important}.mb_8{margin-bottom:8rem!important}.ml_8{margin-left:8rem!important}.mx_8{margin-left:8rem!important;margin-right:8rem!important}.my_8{margin-top:8rem!important;margin-bottom:8rem!important}.m_9{margin:9rem!important}.mt_9{margin-top:9rem!important}.mr_9{margin-right:9rem!important}.mb_9{margin-bottom:9rem!important}.ml_9{margin-left:9rem!important}.mx_9{margin-left:9rem!important;margin-right:9rem!important}.my_9{margin-top:9rem!important;margin-bottom:9rem!important}.m_10{margin:10rem!important}.mt_10{margin-top:10rem!important}.mr_10{margin-right:10rem!important}.mb_10{margin-bottom:10rem!important}.ml_10{margin-left:10rem!important}.mx_10{margin-left:10rem!important;margin-right:10rem!important}.my_10{margin-top:10rem!important;margin-bottom:10rem!important}@media (min-width: 465px){.m_0--m{margin:0!important}.mt_0--m{margin-top:0!important}.mr_0--m{margin-right:0!important}.mb_0--m{margin-bottom:0!important}.ml_0--m{margin-left:0!important}.mx_0--m{margin-left:0!important;margin-right:0!important}.my_0--m{margin-top:0!important;margin-bottom:0!important}.m_0-1--m{margin:.1rem!important}.mt_0-1--m{margin-top:.1rem!important}.mr_0-1--m{margin-right:.1rem!important}.mb_0-1--m{margin-bottom:.1rem!important}.ml_0-1--m{margin-left:.1rem!important}.mx_0-1--m{margin-left:.1rem!important;margin-right:.1rem!important}.my_0-1--m{margin-top:.1rem!important;margin-bottom:.1rem!important}.m_0-2--m{margin:.2rem!important}.mt_0-2--m{margin-top:.2rem!important}.mr_0-2--m{margin-right:.2rem!important}.mb_0-2--m{margin-bottom:.2rem!important}.ml_0-2--m{margin-left:.2rem!important}.mx_0-2--m{margin-left:.2rem!important;margin-right:.2rem!important}.my_0-2--m{margin-top:.2rem!important;margin-bottom:.2rem!important}.m_0-3--m{margin:.3rem!important}.mt_0-3--m{margin-top:.3rem!important}.mr_0-3--m{margin-right:.3rem!important}.mb_0-3--m{margin-bottom:.3rem!important}.ml_0-3--m{margin-left:.3rem!important}.mx_0-3--m{margin-left:.3rem!important;margin-right:.3rem!important}.my_0-3--m{margin-top:.3rem!important;margin-bottom:.3rem!important}.m_0-4--m{margin:.4rem!important}.mt_0-4--m{margin-top:.4rem!important}.mr_0-4--m{margin-right:.4rem!important}.mb_0-4--m{margin-bottom:.4rem!important}.ml_0-4--m{margin-left:.4rem!important}.mx_0-4--m{margin-left:.4rem!important;margin-right:.4rem!important}.my_0-4--m{margin-top:.4rem!important;margin-bottom:.4rem!important}.m_0-5--m{margin:.5rem!important}.mt_0-5--m{margin-top:.5rem!important}.mr_0-5--m{margin-right:.5rem!important}.mb_0-5--m{margin-bottom:.5rem!important}.ml_0-5--m{margin-left:.5rem!important}.mx_0-5--m{margin-left:.5rem!important;margin-right:.5rem!important}.my_0-5--m{margin-top:.5rem!important;margin-bottom:.5rem!important}.m_0-6--m{margin:.6rem!important}.mt_0-6--m{margin-top:.6rem!important}.mr_0-6--m{margin-right:.6rem!important}.mb_0-6--m{margin-bottom:.6rem!important}.ml_0-6--m{margin-left:.6rem!important}.mx_0-6--m{margin-left:.6rem!important;margin-right:.6rem!important}.my_0-6--m{margin-top:.6rem!important;margin-bottom:.6rem!important}.m_0-7--m{margin:.7rem!important}.mt_0-7--m{margin-top:.7rem!important}.mr_0-7--m{margin-right:.7rem!important}.mb_0-7--m{margin-bottom:.7rem!important}.ml_0-7--m{margin-left:.7rem!important}.mx_0-7--m{margin-left:.7rem!important;margin-right:.7rem!important}.my_0-7--m{margin-top:.7rem!important;margin-bottom:.7rem!important}.m_0-8--m{margin:.8rem!important}.mt_0-8--m{margin-top:.8rem!important}.mr_0-8--m{margin-right:.8rem!important}.mb_0-8--m{margin-bottom:.8rem!important}.ml_0-8--m{margin-left:.8rem!important}.mx_0-8--m{margin-left:.8rem!important;margin-right:.8rem!important}.my_0-8--m{margin-top:.8rem!important;margin-bottom:.8rem!important}.m_0-9--m{margin:.9rem!important}.mt_0-9--m{margin-top:.9rem!important}.mr_0-9--m{margin-right:.9rem!important}.mb_0-9--m{margin-bottom:.9rem!important}.ml_0-9--m{margin-left:.9rem!important}.mx_0-9--m{margin-left:.9rem!important;margin-right:.9rem!important}.my_0-9--m{margin-top:.9rem!important;margin-bottom:.9rem!important}.m_1--m{margin:1rem!important}.mt_1--m{margin-top:1rem!important}.mr_1--m{margin-right:1rem!important}.mb_1--m{margin-bottom:1rem!important}.ml_1--m{margin-left:1rem!important}.mx_1--m{margin-left:1rem!important;margin-right:1rem!important}.my_1--m{margin-top:1rem!important;margin-bottom:1rem!important}.m_2--m{margin:2rem!important}.mt_2--m{margin-top:2rem!important}.mr_2--m{margin-right:2rem!important}.mb_2--m{margin-bottom:2rem!important}.ml_2--m{margin-left:2rem!important}.mx_2--m{margin-left:2rem!important;margin-right:2rem!important}.my_2--m{margin-top:2rem!important;margin-bottom:2rem!important}.m_3--m{margin:3rem!important}.mt_3--m{margin-top:3rem!important}.mr_3--m{margin-right:3rem!important}.mb_3--m{margin-bottom:3rem!important}.ml_3--m{margin-left:3rem!important}.mx_3--m{margin-left:3rem!important;margin-right:3rem!important}.my_3--m{margin-top:3rem!important;margin-bottom:3rem!important}.m_4--m{margin:4rem!important}.mt_4--m{margin-top:4rem!important}.mr_4--m{margin-right:4rem!important}.mb_4--m{margin-bottom:4rem!important}.ml_4--m{margin-left:4rem!important}.mx_4--m{margin-left:4rem!important;margin-right:4rem!important}.my_4--m{margin-top:4rem!important;margin-bottom:4rem!important}.m_5--m{margin:5rem!important}.mt_5--m{margin-top:5rem!important}.mr_5--m{margin-right:5rem!important}.mb_5--m{margin-bottom:5rem!important}.ml_5--m{margin-left:5rem!important}.mx_5--m{margin-left:5rem!important;margin-right:5rem!important}.my_5--m{margin-top:5rem!important;margin-bottom:5rem!important}.m_6--m{margin:6rem!important}.mt_6--m{margin-top:6rem!important}.mr_6--m{margin-right:6rem!important}.mb_6--m{margin-bottom:6rem!important}.ml_6--m{margin-left:6rem!important}.mx_6--m{margin-left:6rem!important;margin-right:6rem!important}.my_6--m{margin-top:6rem!important;margin-bottom:6rem!important}.m_7--m{margin:7rem!important}.mt_7--m{margin-top:7rem!important}.mr_7--m{margin-right:7rem!important}.mb_7--m{margin-bottom:7rem!important}.ml_7--m{margin-left:7rem!important}.mx_7--m{margin-left:7rem!important;margin-right:7rem!important}.my_7--m{margin-top:7rem!important;margin-bottom:7rem!important}.m_8--m{margin:8rem!important}.mt_8--m{margin-top:8rem!important}.mr_8--m{margin-right:8rem!important}.mb_8--m{margin-bottom:8rem!important}.ml_8--m{margin-left:8rem!important}.mx_8--m{margin-left:8rem!important;margin-right:8rem!important}.my_8--m{margin-top:8rem!important;margin-bottom:8rem!important}.m_9--m{margin:9rem!important}.mt_9--m{margin-top:9rem!important}.mr_9--m{margin-right:9rem!important}.mb_9--m{margin-bottom:9rem!important}.ml_9--m{margin-left:9rem!important}.mx_9--m{margin-left:9rem!important;margin-right:9rem!important}.my_9--m{margin-top:9rem!important;margin-bottom:9rem!important}.m_10--m{margin:10rem!important}.mt_10--m{margin-top:10rem!important}.mr_10--m{margin-right:10rem!important}.mb_10--m{margin-bottom:10rem!important}.ml_10--m{margin-left:10rem!important}.mx_10--m{margin-left:10rem!important;margin-right:10rem!important}.my_10--m{margin-top:10rem!important;margin-bottom:10rem!important}}@media (min-width: 768px){.m_0--t{margin:0!important}.mt_0--t{margin-top:0!important}.mr_0--t{margin-right:0!important}.mb_0--t{margin-bottom:0!important}.ml_0--t{margin-left:0!important}.mx_0--t{margin-left:0!important;margin-right:0!important}.my_0--t{margin-top:0!important;margin-bottom:0!important}.m_0-1--t{margin:.1rem!important}.mt_0-1--t{margin-top:.1rem!important}.mr_0-1--t{margin-right:.1rem!important}.mb_0-1--t{margin-bottom:.1rem!important}.ml_0-1--t{margin-left:.1rem!important}.mx_0-1--t{margin-left:.1rem!important;margin-right:.1rem!important}.my_0-1--t{margin-top:.1rem!important;margin-bottom:.1rem!important}.m_0-2--t{margin:.2rem!important}.mt_0-2--t{margin-top:.2rem!important}.mr_0-2--t{margin-right:.2rem!important}.mb_0-2--t{margin-bottom:.2rem!important}.ml_0-2--t{margin-left:.2rem!important}.mx_0-2--t{margin-left:.2rem!important;margin-right:.2rem!important}.my_0-2--t{margin-top:.2rem!important;margin-bottom:.2rem!important}.m_0-3--t{margin:.3rem!important}.mt_0-3--t{margin-top:.3rem!important}.mr_0-3--t{margin-right:.3rem!important}.mb_0-3--t{margin-bottom:.3rem!important}.ml_0-3--t{margin-left:.3rem!important}.mx_0-3--t{margin-left:.3rem!important;margin-right:.3rem!important}.my_0-3--t{margin-top:.3rem!important;margin-bottom:.3rem!important}.m_0-4--t{margin:.4rem!important}.mt_0-4--t{margin-top:.4rem!important}.mr_0-4--t{margin-right:.4rem!important}.mb_0-4--t{margin-bottom:.4rem!important}.ml_0-4--t{margin-left:.4rem!important}.mx_0-4--t{margin-left:.4rem!important;margin-right:.4rem!important}.my_0-4--t{margin-top:.4rem!important;margin-bottom:.4rem!important}.m_0-5--t{margin:.5rem!important}.mt_0-5--t{margin-top:.5rem!important}.mr_0-5--t{margin-right:.5rem!important}.mb_0-5--t{margin-bottom:.5rem!important}.ml_0-5--t{margin-left:.5rem!important}.mx_0-5--t{margin-left:.5rem!important;margin-right:.5rem!important}.my_0-5--t{margin-top:.5rem!important;margin-bottom:.5rem!important}.m_0-6--t{margin:.6rem!important}.mt_0-6--t{margin-top:.6rem!important}.mr_0-6--t{margin-right:.6rem!important}.mb_0-6--t{margin-bottom:.6rem!important}.ml_0-6--t{margin-left:.6rem!important}.mx_0-6--t{margin-left:.6rem!important;margin-right:.6rem!important}.my_0-6--t{margin-top:.6rem!important;margin-bottom:.6rem!important}.m_0-7--t{margin:.7rem!important}.mt_0-7--t{margin-top:.7rem!important}.mr_0-7--t{margin-right:.7rem!important}.mb_0-7--t{margin-bottom:.7rem!important}.ml_0-7--t{margin-left:.7rem!important}.mx_0-7--t{margin-left:.7rem!important;margin-right:.7rem!important}.my_0-7--t{margin-top:.7rem!important;margin-bottom:.7rem!important}.m_0-8--t{margin:.8rem!important}.mt_0-8--t{margin-top:.8rem!important}.mr_0-8--t{margin-right:.8rem!important}.mb_0-8--t{margin-bottom:.8rem!important}.ml_0-8--t{margin-left:.8rem!important}.mx_0-8--t{margin-left:.8rem!important;margin-right:.8rem!important}.my_0-8--t{margin-top:.8rem!important;margin-bottom:.8rem!important}.m_0-9--t{margin:.9rem!important}.mt_0-9--t{margin-top:.9rem!important}.mr_0-9--t{margin-right:.9rem!important}.mb_0-9--t{margin-bottom:.9rem!important}.ml_0-9--t{margin-left:.9rem!important}.mx_0-9--t{margin-left:.9rem!important;margin-right:.9rem!important}.my_0-9--t{margin-top:.9rem!important;margin-bottom:.9rem!important}.m_1--t{margin:1rem!important}.mt_1--t{margin-top:1rem!important}.mr_1--t{margin-right:1rem!important}.mb_1--t{margin-bottom:1rem!important}.ml_1--t{margin-left:1rem!important}.mx_1--t{margin-left:1rem!important;margin-right:1rem!important}.my_1--t{margin-top:1rem!important;margin-bottom:1rem!important}.m_2--t{margin:2rem!important}.mt_2--t{margin-top:2rem!important}.mr_2--t{margin-right:2rem!important}.mb_2--t{margin-bottom:2rem!important}.ml_2--t{margin-left:2rem!important}.mx_2--t{margin-left:2rem!important;margin-right:2rem!important}.my_2--t{margin-top:2rem!important;margin-bottom:2rem!important}.m_3--t{margin:3rem!important}.mt_3--t{margin-top:3rem!important}.mr_3--t{margin-right:3rem!important}.mb_3--t{margin-bottom:3rem!important}.ml_3--t{margin-left:3rem!important}.mx_3--t{margin-left:3rem!important;margin-right:3rem!important}.my_3--t{margin-top:3rem!important;margin-bottom:3rem!important}.m_4--t{margin:4rem!important}.mt_4--t{margin-top:4rem!important}.mr_4--t{margin-right:4rem!important}.mb_4--t{margin-bottom:4rem!important}.ml_4--t{margin-left:4rem!important}.mx_4--t{margin-left:4rem!important;margin-right:4rem!important}.my_4--t{margin-top:4rem!important;margin-bottom:4rem!important}.m_5--t{margin:5rem!important}.mt_5--t{margin-top:5rem!important}.mr_5--t{margin-right:5rem!important}.mb_5--t{margin-bottom:5rem!important}.ml_5--t{margin-left:5rem!important}.mx_5--t{margin-left:5rem!important;margin-right:5rem!important}.my_5--t{margin-top:5rem!important;margin-bottom:5rem!important}.m_6--t{margin:6rem!important}.mt_6--t{margin-top:6rem!important}.mr_6--t{margin-right:6rem!important}.mb_6--t{margin-bottom:6rem!important}.ml_6--t{margin-left:6rem!important}.mx_6--t{margin-left:6rem!important;margin-right:6rem!important}.my_6--t{margin-top:6rem!important;margin-bottom:6rem!important}.m_7--t{margin:7rem!important}.mt_7--t{margin-top:7rem!important}.mr_7--t{margin-right:7rem!important}.mb_7--t{margin-bottom:7rem!important}.ml_7--t{margin-left:7rem!important}.mx_7--t{margin-left:7rem!important;margin-right:7rem!important}.my_7--t{margin-top:7rem!important;margin-bottom:7rem!important}.m_8--t{margin:8rem!important}.mt_8--t{margin-top:8rem!important}.mr_8--t{margin-right:8rem!important}.mb_8--t{margin-bottom:8rem!important}.ml_8--t{margin-left:8rem!important}.mx_8--t{margin-left:8rem!important;margin-right:8rem!important}.my_8--t{margin-top:8rem!important;margin-bottom:8rem!important}.m_9--t{margin:9rem!important}.mt_9--t{margin-top:9rem!important}.mr_9--t{margin-right:9rem!important}.mb_9--t{margin-bottom:9rem!important}.ml_9--t{margin-left:9rem!important}.mx_9--t{margin-left:9rem!important;margin-right:9rem!important}.my_9--t{margin-top:9rem!important;margin-bottom:9rem!important}.m_10--t{margin:10rem!important}.mt_10--t{margin-top:10rem!important}.mr_10--t{margin-right:10rem!important}.mb_10--t{margin-bottom:10rem!important}.ml_10--t{margin-left:10rem!important}.mx_10--t{margin-left:10rem!important;margin-right:10rem!important}.my_10--t{margin-top:10rem!important;margin-bottom:10rem!important}}@media (min-width: 1024px){.m_0--d{margin:0!important}.mt_0--d{margin-top:0!important}.mr_0--d{margin-right:0!important}.mb_0--d{margin-bottom:0!important}.ml_0--d{margin-left:0!important}.mx_0--d{margin-left:0!important;margin-right:0!important}.my_0--d{margin-top:0!important;margin-bottom:0!important}.m_0-1--d{margin:.1rem!important}.mt_0-1--d{margin-top:.1rem!important}.mr_0-1--d{margin-right:.1rem!important}.mb_0-1--d{margin-bottom:.1rem!important}.ml_0-1--d{margin-left:.1rem!important}.mx_0-1--d{margin-left:.1rem!important;margin-right:.1rem!important}.my_0-1--d{margin-top:.1rem!important;margin-bottom:.1rem!important}.m_0-2--d{margin:.2rem!important}.mt_0-2--d{margin-top:.2rem!important}.mr_0-2--d{margin-right:.2rem!important}.mb_0-2--d{margin-bottom:.2rem!important}.ml_0-2--d{margin-left:.2rem!important}.mx_0-2--d{margin-left:.2rem!important;margin-right:.2rem!important}.my_0-2--d{margin-top:.2rem!important;margin-bottom:.2rem!important}.m_0-3--d{margin:.3rem!important}.mt_0-3--d{margin-top:.3rem!important}.mr_0-3--d{margin-right:.3rem!important}.mb_0-3--d{margin-bottom:.3rem!important}.ml_0-3--d{margin-left:.3rem!important}.mx_0-3--d{margin-left:.3rem!important;margin-right:.3rem!important}.my_0-3--d{margin-top:.3rem!important;margin-bottom:.3rem!important}.m_0-4--d{margin:.4rem!important}.mt_0-4--d{margin-top:.4rem!important}.mr_0-4--d{margin-right:.4rem!important}.mb_0-4--d{margin-bottom:.4rem!important}.ml_0-4--d{margin-left:.4rem!important}.mx_0-4--d{margin-left:.4rem!important;margin-right:.4rem!important}.my_0-4--d{margin-top:.4rem!important;margin-bottom:.4rem!important}.m_0-5--d{margin:.5rem!important}.mt_0-5--d{margin-top:.5rem!important}.mr_0-5--d{margin-right:.5rem!important}.mb_0-5--d{margin-bottom:.5rem!important}.ml_0-5--d{margin-left:.5rem!important}.mx_0-5--d{margin-left:.5rem!important;margin-right:.5rem!important}.my_0-5--d{margin-top:.5rem!important;margin-bottom:.5rem!important}.m_0-6--d{margin:.6rem!important}.mt_0-6--d{margin-top:.6rem!important}.mr_0-6--d{margin-right:.6rem!important}.mb_0-6--d{margin-bottom:.6rem!important}.ml_0-6--d{margin-left:.6rem!important}.mx_0-6--d{margin-left:.6rem!important;margin-right:.6rem!important}.my_0-6--d{margin-top:.6rem!important;margin-bottom:.6rem!important}.m_0-7--d{margin:.7rem!important}.mt_0-7--d{margin-top:.7rem!important}.mr_0-7--d{margin-right:.7rem!important}.mb_0-7--d{margin-bottom:.7rem!important}.ml_0-7--d{margin-left:.7rem!important}.mx_0-7--d{margin-left:.7rem!important;margin-right:.7rem!important}.my_0-7--d{margin-top:.7rem!important;margin-bottom:.7rem!important}.m_0-8--d{margin:.8rem!important}.mt_0-8--d{margin-top:.8rem!important}.mr_0-8--d{margin-right:.8rem!important}.mb_0-8--d{margin-bottom:.8rem!important}.ml_0-8--d{margin-left:.8rem!important}.mx_0-8--d{margin-left:.8rem!important;margin-right:.8rem!important}.my_0-8--d{margin-top:.8rem!important;margin-bottom:.8rem!important}.m_0-9--d{margin:.9rem!important}.mt_0-9--d{margin-top:.9rem!important}.mr_0-9--d{margin-right:.9rem!important}.mb_0-9--d{margin-bottom:.9rem!important}.ml_0-9--d{margin-left:.9rem!important}.mx_0-9--d{margin-left:.9rem!important;margin-right:.9rem!important}.my_0-9--d{margin-top:.9rem!important;margin-bottom:.9rem!important}.m_1--d{margin:1rem!important}.mt_1--d{margin-top:1rem!important}.mr_1--d{margin-right:1rem!important}.mb_1--d{margin-bottom:1rem!important}.ml_1--d{margin-left:1rem!important}.mx_1--d{margin-left:1rem!important;margin-right:1rem!important}.my_1--d{margin-top:1rem!important;margin-bottom:1rem!important}.m_2--d{margin:2rem!important}.mt_2--d{margin-top:2rem!important}.mr_2--d{margin-right:2rem!important}.mb_2--d{margin-bottom:2rem!important}.ml_2--d{margin-left:2rem!important}.mx_2--d{margin-left:2rem!important;margin-right:2rem!important}.my_2--d{margin-top:2rem!important;margin-bottom:2rem!important}.m_3--d{margin:3rem!important}.mt_3--d{margin-top:3rem!important}.mr_3--d{margin-right:3rem!important}.mb_3--d{margin-bottom:3rem!important}.ml_3--d{margin-left:3rem!important}.mx_3--d{margin-left:3rem!important;margin-right:3rem!important}.my_3--d{margin-top:3rem!important;margin-bottom:3rem!important}.m_4--d{margin:4rem!important}.mt_4--d{margin-top:4rem!important}.mr_4--d{margin-right:4rem!important}.mb_4--d{margin-bottom:4rem!important}.ml_4--d{margin-left:4rem!important}.mx_4--d{margin-left:4rem!important;margin-right:4rem!important}.my_4--d{margin-top:4rem!important;margin-bottom:4rem!important}.m_5--d{margin:5rem!important}.mt_5--d{margin-top:5rem!important}.mr_5--d{margin-right:5rem!important}.mb_5--d{margin-bottom:5rem!important}.ml_5--d{margin-left:5rem!important}.mx_5--d{margin-left:5rem!important;margin-right:5rem!important}.my_5--d{margin-top:5rem!important;margin-bottom:5rem!important}.m_6--d{margin:6rem!important}.mt_6--d{margin-top:6rem!important}.mr_6--d{margin-right:6rem!important}.mb_6--d{margin-bottom:6rem!important}.ml_6--d{margin-left:6rem!important}.mx_6--d{margin-left:6rem!important;margin-right:6rem!important}.my_6--d{margin-top:6rem!important;margin-bottom:6rem!important}.m_7--d{margin:7rem!important}.mt_7--d{margin-top:7rem!important}.mr_7--d{margin-right:7rem!important}.mb_7--d{margin-bottom:7rem!important}.ml_7--d{margin-left:7rem!important}.mx_7--d{margin-left:7rem!important;margin-right:7rem!important}.my_7--d{margin-top:7rem!important;margin-bottom:7rem!important}.m_8--d{margin:8rem!important}.mt_8--d{margin-top:8rem!important}.mr_8--d{margin-right:8rem!important}.mb_8--d{margin-bottom:8rem!important}.ml_8--d{margin-left:8rem!important}.mx_8--d{margin-left:8rem!important;margin-right:8rem!important}.my_8--d{margin-top:8rem!important;margin-bottom:8rem!important}.m_9--d{margin:9rem!important}.mt_9--d{margin-top:9rem!important}.mr_9--d{margin-right:9rem!important}.mb_9--d{margin-bottom:9rem!important}.ml_9--d{margin-left:9rem!important}.mx_9--d{margin-left:9rem!important;margin-right:9rem!important}.my_9--d{margin-top:9rem!important;margin-bottom:9rem!important}.m_10--d{margin:10rem!important}.mt_10--d{margin-top:10rem!important}.mr_10--d{margin-right:10rem!important}.mb_10--d{margin-bottom:10rem!important}.ml_10--d{margin-left:10rem!important}.mx_10--d{margin-left:10rem!important;margin-right:10rem!important}.my_10--d{margin-top:10rem!important;margin-bottom:10rem!important}}.p_0{padding:0!important}.pt_0{padding-top:0!important}.pr_0{padding-right:0!important}.pb_0{padding-bottom:0!important}.pl_0{padding-left:0!important}.px_0{padding-left:0!important;padding-right:0!important}.py_0{padding-top:0!important;padding-bottom:0!important}.p_0-1{padding:.1rem!important}.pt_0-1{padding-top:.1rem!important}.pr_0-1{padding-right:.1rem!important}.pb_0-1{padding-bottom:.1rem!important}.pl_0-1{padding-left:.1rem!important}.px_0-1{padding-left:.1rem!important;padding-right:.1rem!important}.py_0-1{padding-top:.1rem!important;padding-bottom:.1rem!important}.p_0-2{padding:.2rem!important}.pt_0-2{padding-top:.2rem!important}.pr_0-2{padding-right:.2rem!important}.pb_0-2{padding-bottom:.2rem!important}.pl_0-2{padding-left:.2rem!important}.px_0-2{padding-left:.2rem!important;padding-right:.2rem!important}.py_0-2{padding-top:.2rem!important;padding-bottom:.2rem!important}.p_0-3{padding:.3rem!important}.pt_0-3{padding-top:.3rem!important}.pr_0-3{padding-right:.3rem!important}.pb_0-3{padding-bottom:.3rem!important}.pl_0-3{padding-left:.3rem!important}.px_0-3{padding-left:.3rem!important;padding-right:.3rem!important}.py_0-3{padding-top:.3rem!important;padding-bottom:.3rem!important}.p_0-4{padding:.4rem!important}.pt_0-4{padding-top:.4rem!important}.pr_0-4{padding-right:.4rem!important}.pb_0-4{padding-bottom:.4rem!important}.pl_0-4{padding-left:.4rem!important}.px_0-4{padding-left:.4rem!important;padding-right:.4rem!important}.py_0-4{padding-top:.4rem!important;padding-bottom:.4rem!important}.p_0-5{padding:.5rem!important}.pt_0-5{padding-top:.5rem!important}.pr_0-5{padding-right:.5rem!important}.pb_0-5{padding-bottom:.5rem!important}.pl_0-5{padding-left:.5rem!important}.px_0-5{padding-left:.5rem!important;padding-right:.5rem!important}.py_0-5{padding-top:.5rem!important;padding-bottom:.5rem!important}.p_0-6{padding:.6rem!important}.pt_0-6{padding-top:.6rem!important}.pr_0-6{padding-right:.6rem!important}.pb_0-6{padding-bottom:.6rem!important}.pl_0-6{padding-left:.6rem!important}.px_0-6{padding-left:.6rem!important;padding-right:.6rem!important}.py_0-6{padding-top:.6rem!important;padding-bottom:.6rem!important}.p_0-7{padding:.7rem!important}.pt_0-7{padding-top:.7rem!important}.pr_0-7{padding-right:.7rem!important}.pb_0-7{padding-bottom:.7rem!important}.pl_0-7{padding-left:.7rem!important}.px_0-7{padding-left:.7rem!important;padding-right:.7rem!important}.py_0-7{padding-top:.7rem!important;padding-bottom:.7rem!important}.p_0-8{padding:.8rem!important}.pt_0-8{padding-top:.8rem!important}.pr_0-8{padding-right:.8rem!important}.pb_0-8{padding-bottom:.8rem!important}.pl_0-8{padding-left:.8rem!important}.px_0-8{padding-left:.8rem!important;padding-right:.8rem!important}.py_0-8{padding-top:.8rem!important;padding-bottom:.8rem!important}.p_0-9{padding:.9rem!important}.pt_0-9{padding-top:.9rem!important}.pr_0-9{padding-right:.9rem!important}.pb_0-9{padding-bottom:.9rem!important}.pl_0-9{padding-left:.9rem!important}.px_0-9{padding-left:.9rem!important;padding-right:.9rem!important}.py_0-9{padding-top:.9rem!important;padding-bottom:.9rem!important}.p_1{padding:1rem!important}.pt_1{padding-top:1rem!important}.pr_1{padding-right:1rem!important}.pb_1{padding-bottom:1rem!important}.pl_1{padding-left:1rem!important}.px_1{padding-left:1rem!important;padding-right:1rem!important}.py_1{padding-top:1rem!important;padding-bottom:1rem!important}.p_2{padding:2rem!important}.pt_2{padding-top:2rem!important}.pr_2{padding-right:2rem!important}.pb_2{padding-bottom:2rem!important}.pl_2{padding-left:2rem!important}.px_2{padding-left:2rem!important;padding-right:2rem!important}.py_2{padding-top:2rem!important;padding-bottom:2rem!important}.p_3{padding:3rem!important}.pt_3{padding-top:3rem!important}.pr_3{padding-right:3rem!important}.pb_3{padding-bottom:3rem!important}.pl_3{padding-left:3rem!important}.px_3{padding-left:3rem!important;padding-right:3rem!important}.py_3{padding-top:3rem!important;padding-bottom:3rem!important}.p_4{padding:4rem!important}.pt_4{padding-top:4rem!important}.pr_4{padding-right:4rem!important}.pb_4{padding-bottom:4rem!important}.pl_4{padding-left:4rem!important}.px_4{padding-left:4rem!important;padding-right:4rem!important}.py_4{padding-top:4rem!important;padding-bottom:4rem!important}.p_5{padding:5rem!important}.pt_5{padding-top:5rem!important}.pr_5{padding-right:5rem!important}.pb_5{padding-bottom:5rem!important}.pl_5{padding-left:5rem!important}.px_5{padding-left:5rem!important;padding-right:5rem!important}.py_5{padding-top:5rem!important;padding-bottom:5rem!important}.p_6{padding:6rem!important}.pt_6{padding-top:6rem!important}.pr_6{padding-right:6rem!important}.pb_6{padding-bottom:6rem!important}.pl_6{padding-left:6rem!important}.px_6{padding-left:6rem!important;padding-right:6rem!important}.py_6{padding-top:6rem!important;padding-bottom:6rem!important}.p_7{padding:7rem!important}.pt_7{padding-top:7rem!important}.pr_7{padding-right:7rem!important}.pb_7{padding-bottom:7rem!important}.pl_7{padding-left:7rem!important}.px_7{padding-left:7rem!important;padding-right:7rem!important}.py_7{padding-top:7rem!important;padding-bottom:7rem!important}.p_8{padding:8rem!important}.pt_8{padding-top:8rem!important}.pr_8{padding-right:8rem!important}.pb_8{padding-bottom:8rem!important}.pl_8{padding-left:8rem!important}.px_8{padding-left:8rem!important;padding-right:8rem!important}.py_8{padding-top:8rem!important;padding-bottom:8rem!important}.p_9{padding:9rem!important}.pt_9{padding-top:9rem!important}.pr_9{padding-right:9rem!important}.pb_9{padding-bottom:9rem!important}.pl_9{padding-left:9rem!important}.px_9{padding-left:9rem!important;padding-right:9rem!important}.py_9{padding-top:9rem!important;padding-bottom:9rem!important}.p_10{padding:10rem!important}.pt_10{padding-top:10rem!important}.pr_10{padding-right:10rem!important}.pb_10{padding-bottom:10rem!important}.pl_10{padding-left:10rem!important}.px_10{padding-left:10rem!important;padding-right:10rem!important}.py_10{padding-top:10rem!important;padding-bottom:10rem!important}@media (min-width: 465px){.p_0--m{padding:0!important}.pt_0--m{padding-top:0!important}.pr_0--m{padding-right:0!important}.pb_0--m{padding-bottom:0!important}.pl_0--m{padding-left:0!important}.px_0--m{padding-left:0!important;padding-right:0!important}.py_0--m{padding-top:0!important;padding-bottom:0!important}.p_0-1--m{padding:.1rem!important}.pt_0-1--m{padding-top:.1rem!important}.pr_0-1--m{padding-right:.1rem!important}.pb_0-1--m{padding-bottom:.1rem!important}.pl_0-1--m{padding-left:.1rem!important}.px_0-1--m{padding-left:.1rem!important;padding-right:.1rem!important}.py_0-1--m{padding-top:.1rem!important;padding-bottom:.1rem!important}.p_0-2--m{padding:.2rem!important}.pt_0-2--m{padding-top:.2rem!important}.pr_0-2--m{padding-right:.2rem!important}.pb_0-2--m{padding-bottom:.2rem!important}.pl_0-2--m{padding-left:.2rem!important}.px_0-2--m{padding-left:.2rem!important;padding-right:.2rem!important}.py_0-2--m{padding-top:.2rem!important;padding-bottom:.2rem!important}.p_0-3--m{padding:.3rem!important}.pt_0-3--m{padding-top:.3rem!important}.pr_0-3--m{padding-right:.3rem!important}.pb_0-3--m{padding-bottom:.3rem!important}.pl_0-3--m{padding-left:.3rem!important}.px_0-3--m{padding-left:.3rem!important;padding-right:.3rem!important}.py_0-3--m{padding-top:.3rem!important;padding-bottom:.3rem!important}.p_0-4--m{padding:.4rem!important}.pt_0-4--m{padding-top:.4rem!important}.pr_0-4--m{padding-right:.4rem!important}.pb_0-4--m{padding-bottom:.4rem!important}.pl_0-4--m{padding-left:.4rem!important}.px_0-4--m{padding-left:.4rem!important;padding-right:.4rem!important}.py_0-4--m{padding-top:.4rem!important;padding-bottom:.4rem!important}.p_0-5--m{padding:.5rem!important}.pt_0-5--m{padding-top:.5rem!important}.pr_0-5--m{padding-right:.5rem!important}.pb_0-5--m{padding-bottom:.5rem!important}.pl_0-5--m{padding-left:.5rem!important}.px_0-5--m{padding-left:.5rem!important;padding-right:.5rem!important}.py_0-5--m{padding-top:.5rem!important;padding-bottom:.5rem!important}.p_0-6--m{padding:.6rem!important}.pt_0-6--m{padding-top:.6rem!important}.pr_0-6--m{padding-right:.6rem!important}.pb_0-6--m{padding-bottom:.6rem!important}.pl_0-6--m{padding-left:.6rem!important}.px_0-6--m{padding-left:.6rem!important;padding-right:.6rem!important}.py_0-6--m{padding-top:.6rem!important;padding-bottom:.6rem!important}.p_0-7--m{padding:.7rem!important}.pt_0-7--m{padding-top:.7rem!important}.pr_0-7--m{padding-right:.7rem!important}.pb_0-7--m{padding-bottom:.7rem!important}.pl_0-7--m{padding-left:.7rem!important}.px_0-7--m{padding-left:.7rem!important;padding-right:.7rem!important}.py_0-7--m{padding-top:.7rem!important;padding-bottom:.7rem!important}.p_0-8--m{padding:.8rem!important}.pt_0-8--m{padding-top:.8rem!important}.pr_0-8--m{padding-right:.8rem!important}.pb_0-8--m{padding-bottom:.8rem!important}.pl_0-8--m{padding-left:.8rem!important}.px_0-8--m{padding-left:.8rem!important;padding-right:.8rem!important}.py_0-8--m{padding-top:.8rem!important;padding-bottom:.8rem!important}.p_0-9--m{padding:.9rem!important}.pt_0-9--m{padding-top:.9rem!important}.pr_0-9--m{padding-right:.9rem!important}.pb_0-9--m{padding-bottom:.9rem!important}.pl_0-9--m{padding-left:.9rem!important}.px_0-9--m{padding-left:.9rem!important;padding-right:.9rem!important}.py_0-9--m{padding-top:.9rem!important;padding-bottom:.9rem!important}.p_1--m{padding:1rem!important}.pt_1--m{padding-top:1rem!important}.pr_1--m{padding-right:1rem!important}.pb_1--m{padding-bottom:1rem!important}.pl_1--m{padding-left:1rem!important}.px_1--m{padding-left:1rem!important;padding-right:1rem!important}.py_1--m{padding-top:1rem!important;padding-bottom:1rem!important}.p_2--m{padding:2rem!important}.pt_2--m{padding-top:2rem!important}.pr_2--m{padding-right:2rem!important}.pb_2--m{padding-bottom:2rem!important}.pl_2--m{padding-left:2rem!important}.px_2--m{padding-left:2rem!important;padding-right:2rem!important}.py_2--m{padding-top:2rem!important;padding-bottom:2rem!important}.p_3--m{padding:3rem!important}.pt_3--m{padding-top:3rem!important}.pr_3--m{padding-right:3rem!important}.pb_3--m{padding-bottom:3rem!important}.pl_3--m{padding-left:3rem!important}.px_3--m{padding-left:3rem!important;padding-right:3rem!important}.py_3--m{padding-top:3rem!important;padding-bottom:3rem!important}.p_4--m{padding:4rem!important}.pt_4--m{padding-top:4rem!important}.pr_4--m{padding-right:4rem!important}.pb_4--m{padding-bottom:4rem!important}.pl_4--m{padding-left:4rem!important}.px_4--m{padding-left:4rem!important;padding-right:4rem!important}.py_4--m{padding-top:4rem!important;padding-bottom:4rem!important}.p_5--m{padding:5rem!important}.pt_5--m{padding-top:5rem!important}.pr_5--m{padding-right:5rem!important}.pb_5--m{padding-bottom:5rem!important}.pl_5--m{padding-left:5rem!important}.px_5--m{padding-left:5rem!important;padding-right:5rem!important}.py_5--m{padding-top:5rem!important;padding-bottom:5rem!important}.p_6--m{padding:6rem!important}.pt_6--m{padding-top:6rem!important}.pr_6--m{padding-right:6rem!important}.pb_6--m{padding-bottom:6rem!important}.pl_6--m{padding-left:6rem!important}.px_6--m{padding-left:6rem!important;padding-right:6rem!important}.py_6--m{padding-top:6rem!important;padding-bottom:6rem!important}.p_7--m{padding:7rem!important}.pt_7--m{padding-top:7rem!important}.pr_7--m{padding-right:7rem!important}.pb_7--m{padding-bottom:7rem!important}.pl_7--m{padding-left:7rem!important}.px_7--m{padding-left:7rem!important;padding-right:7rem!important}.py_7--m{padding-top:7rem!important;padding-bottom:7rem!important}.p_8--m{padding:8rem!important}.pt_8--m{padding-top:8rem!important}.pr_8--m{padding-right:8rem!important}.pb_8--m{padding-bottom:8rem!important}.pl_8--m{padding-left:8rem!important}.px_8--m{padding-left:8rem!important;padding-right:8rem!important}.py_8--m{padding-top:8rem!important;padding-bottom:8rem!important}.p_9--m{padding:9rem!important}.pt_9--m{padding-top:9rem!important}.pr_9--m{padding-right:9rem!important}.pb_9--m{padding-bottom:9rem!important}.pl_9--m{padding-left:9rem!important}.px_9--m{padding-left:9rem!important;padding-right:9rem!important}.py_9--m{padding-top:9rem!important;padding-bottom:9rem!important}.p_10--m{padding:10rem!important}.pt_10--m{padding-top:10rem!important}.pr_10--m{padding-right:10rem!important}.pb_10--m{padding-bottom:10rem!important}.pl_10--m{padding-left:10rem!important}.px_10--m{padding-left:10rem!important;padding-right:10rem!important}.py_10--m{padding-top:10rem!important;padding-bottom:10rem!important}}@media (min-width: 768px){.p_0--t{padding:0!important}.pt_0--t{padding-top:0!important}.pr_0--t{padding-right:0!important}.pb_0--t{padding-bottom:0!important}.pl_0--t{padding-left:0!important}.px_0--t{padding-left:0!important;padding-right:0!important}.py_0--t{padding-top:0!important;padding-bottom:0!important}.p_0-1--t{padding:.1rem!important}.pt_0-1--t{padding-top:.1rem!important}.pr_0-1--t{padding-right:.1rem!important}.pb_0-1--t{padding-bottom:.1rem!important}.pl_0-1--t{padding-left:.1rem!important}.px_0-1--t{padding-left:.1rem!important;padding-right:.1rem!important}.py_0-1--t{padding-top:.1rem!important;padding-bottom:.1rem!important}.p_0-2--t{padding:.2rem!important}.pt_0-2--t{padding-top:.2rem!important}.pr_0-2--t{padding-right:.2rem!important}.pb_0-2--t{padding-bottom:.2rem!important}.pl_0-2--t{padding-left:.2rem!important}.px_0-2--t{padding-left:.2rem!important;padding-right:.2rem!important}.py_0-2--t{padding-top:.2rem!important;padding-bottom:.2rem!important}.p_0-3--t{padding:.3rem!important}.pt_0-3--t{padding-top:.3rem!important}.pr_0-3--t{padding-right:.3rem!important}.pb_0-3--t{padding-bottom:.3rem!important}.pl_0-3--t{padding-left:.3rem!important}.px_0-3--t{padding-left:.3rem!important;padding-right:.3rem!important}.py_0-3--t{padding-top:.3rem!important;padding-bottom:.3rem!important}.p_0-4--t{padding:.4rem!important}.pt_0-4--t{padding-top:.4rem!important}.pr_0-4--t{padding-right:.4rem!important}.pb_0-4--t{padding-bottom:.4rem!important}.pl_0-4--t{padding-left:.4rem!important}.px_0-4--t{padding-left:.4rem!important;padding-right:.4rem!important}.py_0-4--t{padding-top:.4rem!important;padding-bottom:.4rem!important}.p_0-5--t{padding:.5rem!important}.pt_0-5--t{padding-top:.5rem!important}.pr_0-5--t{padding-right:.5rem!important}.pb_0-5--t{padding-bottom:.5rem!important}.pl_0-5--t{padding-left:.5rem!important}.px_0-5--t{padding-left:.5rem!important;padding-right:.5rem!important}.py_0-5--t{padding-top:.5rem!important;padding-bottom:.5rem!important}.p_0-6--t{padding:.6rem!important}.pt_0-6--t{padding-top:.6rem!important}.pr_0-6--t{padding-right:.6rem!important}.pb_0-6--t{padding-bottom:.6rem!important}.pl_0-6--t{padding-left:.6rem!important}.px_0-6--t{padding-left:.6rem!important;padding-right:.6rem!important}.py_0-6--t{padding-top:.6rem!important;padding-bottom:.6rem!important}.p_0-7--t{padding:.7rem!important}.pt_0-7--t{padding-top:.7rem!important}.pr_0-7--t{padding-right:.7rem!important}.pb_0-7--t{padding-bottom:.7rem!important}.pl_0-7--t{padding-left:.7rem!important}.px_0-7--t{padding-left:.7rem!important;padding-right:.7rem!important}.py_0-7--t{padding-top:.7rem!important;padding-bottom:.7rem!important}.p_0-8--t{padding:.8rem!important}.pt_0-8--t{padding-top:.8rem!important}.pr_0-8--t{padding-right:.8rem!important}.pb_0-8--t{padding-bottom:.8rem!important}.pl_0-8--t{padding-left:.8rem!important}.px_0-8--t{padding-left:.8rem!important;padding-right:.8rem!important}.py_0-8--t{padding-top:.8rem!important;padding-bottom:.8rem!important}.p_0-9--t{padding:.9rem!important}.pt_0-9--t{padding-top:.9rem!important}.pr_0-9--t{padding-right:.9rem!important}.pb_0-9--t{padding-bottom:.9rem!important}.pl_0-9--t{padding-left:.9rem!important}.px_0-9--t{padding-left:.9rem!important;padding-right:.9rem!important}.py_0-9--t{padding-top:.9rem!important;padding-bottom:.9rem!important}.p_1--t{padding:1rem!important}.pt_1--t{padding-top:1rem!important}.pr_1--t{padding-right:1rem!important}.pb_1--t{padding-bottom:1rem!important}.pl_1--t{padding-left:1rem!important}.px_1--t{padding-left:1rem!important;padding-right:1rem!important}.py_1--t{padding-top:1rem!important;padding-bottom:1rem!important}.p_2--t{padding:2rem!important}.pt_2--t{padding-top:2rem!important}.pr_2--t{padding-right:2rem!important}.pb_2--t{padding-bottom:2rem!important}.pl_2--t{padding-left:2rem!important}.px_2--t{padding-left:2rem!important;padding-right:2rem!important}.py_2--t{padding-top:2rem!important;padding-bottom:2rem!important}.p_3--t{padding:3rem!important}.pt_3--t{padding-top:3rem!important}.pr_3--t{padding-right:3rem!important}.pb_3--t{padding-bottom:3rem!important}.pl_3--t{padding-left:3rem!important}.px_3--t{padding-left:3rem!important;padding-right:3rem!important}.py_3--t{padding-top:3rem!important;padding-bottom:3rem!important}.p_4--t{padding:4rem!important}.pt_4--t{padding-top:4rem!important}.pr_4--t{padding-right:4rem!important}.pb_4--t{padding-bottom:4rem!important}.pl_4--t{padding-left:4rem!important}.px_4--t{padding-left:4rem!important;padding-right:4rem!important}.py_4--t{padding-top:4rem!important;padding-bottom:4rem!important}.p_5--t{padding:5rem!important}.pt_5--t{padding-top:5rem!important}.pr_5--t{padding-right:5rem!important}.pb_5--t{padding-bottom:5rem!important}.pl_5--t{padding-left:5rem!important}.px_5--t{padding-left:5rem!important;padding-right:5rem!important}.py_5--t{padding-top:5rem!important;padding-bottom:5rem!important}.p_6--t{padding:6rem!important}.pt_6--t{padding-top:6rem!important}.pr_6--t{padding-right:6rem!important}.pb_6--t{padding-bottom:6rem!important}.pl_6--t{padding-left:6rem!important}.px_6--t{padding-left:6rem!important;padding-right:6rem!important}.py_6--t{padding-top:6rem!important;padding-bottom:6rem!important}.p_7--t{padding:7rem!important}.pt_7--t{padding-top:7rem!important}.pr_7--t{padding-right:7rem!important}.pb_7--t{padding-bottom:7rem!important}.pl_7--t{padding-left:7rem!important}.px_7--t{padding-left:7rem!important;padding-right:7rem!important}.py_7--t{padding-top:7rem!important;padding-bottom:7rem!important}.p_8--t{padding:8rem!important}.pt_8--t{padding-top:8rem!important}.pr_8--t{padding-right:8rem!important}.pb_8--t{padding-bottom:8rem!important}.pl_8--t{padding-left:8rem!important}.px_8--t{padding-left:8rem!important;padding-right:8rem!important}.py_8--t{padding-top:8rem!important;padding-bottom:8rem!important}.p_9--t{padding:9rem!important}.pt_9--t{padding-top:9rem!important}.pr_9--t{padding-right:9rem!important}.pb_9--t{padding-bottom:9rem!important}.pl_9--t{padding-left:9rem!important}.px_9--t{padding-left:9rem!important;padding-right:9rem!important}.py_9--t{padding-top:9rem!important;padding-bottom:9rem!important}.p_10--t{padding:10rem!important}.pt_10--t{padding-top:10rem!important}.pr_10--t{padding-right:10rem!important}.pb_10--t{padding-bottom:10rem!important}.pl_10--t{padding-left:10rem!important}.px_10--t{padding-left:10rem!important;padding-right:10rem!important}.py_10--t{padding-top:10rem!important;padding-bottom:10rem!important}}@media (min-width: 1024px){.p_0--d{padding:0!important}.pt_0--d{padding-top:0!important}.pr_0--d{padding-right:0!important}.pb_0--d{padding-bottom:0!important}.pl_0--d{padding-left:0!important}.px_0--d{padding-left:0!important;padding-right:0!important}.py_0--d{padding-top:0!important;padding-bottom:0!important}.p_0-1--d{padding:.1rem!important}.pt_0-1--d{padding-top:.1rem!important}.pr_0-1--d{padding-right:.1rem!important}.pb_0-1--d{padding-bottom:.1rem!important}.pl_0-1--d{padding-left:.1rem!important}.px_0-1--d{padding-left:.1rem!important;padding-right:.1rem!important}.py_0-1--d{padding-top:.1rem!important;padding-bottom:.1rem!important}.p_0-2--d{padding:.2rem!important}.pt_0-2--d{padding-top:.2rem!important}.pr_0-2--d{padding-right:.2rem!important}.pb_0-2--d{padding-bottom:.2rem!important}.pl_0-2--d{padding-left:.2rem!important}.px_0-2--d{padding-left:.2rem!important;padding-right:.2rem!important}.py_0-2--d{padding-top:.2rem!important;padding-bottom:.2rem!important}.p_0-3--d{padding:.3rem!important}.pt_0-3--d{padding-top:.3rem!important}.pr_0-3--d{padding-right:.3rem!important}.pb_0-3--d{padding-bottom:.3rem!important}.pl_0-3--d{padding-left:.3rem!important}.px_0-3--d{padding-left:.3rem!important;padding-right:.3rem!important}.py_0-3--d{padding-top:.3rem!important;padding-bottom:.3rem!important}.p_0-4--d{padding:.4rem!important}.pt_0-4--d{padding-top:.4rem!important}.pr_0-4--d{padding-right:.4rem!important}.pb_0-4--d{padding-bottom:.4rem!important}.pl_0-4--d{padding-left:.4rem!important}.px_0-4--d{padding-left:.4rem!important;padding-right:.4rem!important}.py_0-4--d{padding-top:.4rem!important;padding-bottom:.4rem!important}.p_0-5--d{padding:.5rem!important}.pt_0-5--d{padding-top:.5rem!important}.pr_0-5--d{padding-right:.5rem!important}.pb_0-5--d{padding-bottom:.5rem!important}.pl_0-5--d{padding-left:.5rem!important}.px_0-5--d{padding-left:.5rem!important;padding-right:.5rem!important}.py_0-5--d{padding-top:.5rem!important;padding-bottom:.5rem!important}.p_0-6--d{padding:.6rem!important}.pt_0-6--d{padding-top:.6rem!important}.pr_0-6--d{padding-right:.6rem!important}.pb_0-6--d{padding-bottom:.6rem!important}.pl_0-6--d{padding-left:.6rem!important}.px_0-6--d{padding-left:.6rem!important;padding-right:.6rem!important}.py_0-6--d{padding-top:.6rem!important;padding-bottom:.6rem!important}.p_0-7--d{padding:.7rem!important}.pt_0-7--d{padding-top:.7rem!important}.pr_0-7--d{padding-right:.7rem!important}.pb_0-7--d{padding-bottom:.7rem!important}.pl_0-7--d{padding-left:.7rem!important}.px_0-7--d{padding-left:.7rem!important;padding-right:.7rem!important}.py_0-7--d{padding-top:.7rem!important;padding-bottom:.7rem!important}.p_0-8--d{padding:.8rem!important}.pt_0-8--d{padding-top:.8rem!important}.pr_0-8--d{padding-right:.8rem!important}.pb_0-8--d{padding-bottom:.8rem!important}.pl_0-8--d{padding-left:.8rem!important}.px_0-8--d{padding-left:.8rem!important;padding-right:.8rem!important}.py_0-8--d{padding-top:.8rem!important;padding-bottom:.8rem!important}.p_0-9--d{padding:.9rem!important}.pt_0-9--d{padding-top:.9rem!important}.pr_0-9--d{padding-right:.9rem!important}.pb_0-9--d{padding-bottom:.9rem!important}.pl_0-9--d{padding-left:.9rem!important}.px_0-9--d{padding-left:.9rem!important;padding-right:.9rem!important}.py_0-9--d{padding-top:.9rem!important;padding-bottom:.9rem!important}.p_1--d{padding:1rem!important}.pt_1--d{padding-top:1rem!important}.pr_1--d{padding-right:1rem!important}.pb_1--d{padding-bottom:1rem!important}.pl_1--d{padding-left:1rem!important}.px_1--d{padding-left:1rem!important;padding-right:1rem!important}.py_1--d{padding-top:1rem!important;padding-bottom:1rem!important}.p_2--d{padding:2rem!important}.pt_2--d{padding-top:2rem!important}.pr_2--d{padding-right:2rem!important}.pb_2--d{padding-bottom:2rem!important}.pl_2--d{padding-left:2rem!important}.px_2--d{padding-left:2rem!important;padding-right:2rem!important}.py_2--d{padding-top:2rem!important;padding-bottom:2rem!important}.p_3--d{padding:3rem!important}.pt_3--d{padding-top:3rem!important}.pr_3--d{padding-right:3rem!important}.pb_3--d{padding-bottom:3rem!important}.pl_3--d{padding-left:3rem!important}.px_3--d{padding-left:3rem!important;padding-right:3rem!important}.py_3--d{padding-top:3rem!important;padding-bottom:3rem!important}.p_4--d{padding:4rem!important}.pt_4--d{padding-top:4rem!important}.pr_4--d{padding-right:4rem!important}.pb_4--d{padding-bottom:4rem!important}.pl_4--d{padding-left:4rem!important}.px_4--d{padding-left:4rem!important;padding-right:4rem!important}.py_4--d{padding-top:4rem!important;padding-bottom:4rem!important}.p_5--d{padding:5rem!important}.pt_5--d{padding-top:5rem!important}.pr_5--d{padding-right:5rem!important}.pb_5--d{padding-bottom:5rem!important}.pl_5--d{padding-left:5rem!important}.px_5--d{padding-left:5rem!important;padding-right:5rem!important}.py_5--d{padding-top:5rem!important;padding-bottom:5rem!important}.p_6--d{padding:6rem!important}.pt_6--d{padding-top:6rem!important}.pr_6--d{padding-right:6rem!important}.pb_6--d{padding-bottom:6rem!important}.pl_6--d{padding-left:6rem!important}.px_6--d{padding-left:6rem!important;padding-right:6rem!important}.py_6--d{padding-top:6rem!important;padding-bottom:6rem!important}.p_7--d{padding:7rem!important}.pt_7--d{padding-top:7rem!important}.pr_7--d{padding-right:7rem!important}.pb_7--d{padding-bottom:7rem!important}.pl_7--d{padding-left:7rem!important}.px_7--d{padding-left:7rem!important;padding-right:7rem!important}.py_7--d{padding-top:7rem!important;padding-bottom:7rem!important}.p_8--d{padding:8rem!important}.pt_8--d{padding-top:8rem!important}.pr_8--d{padding-right:8rem!important}.pb_8--d{padding-bottom:8rem!important}.pl_8--d{padding-left:8rem!important}.px_8--d{padding-left:8rem!important;padding-right:8rem!important}.py_8--d{padding-top:8rem!important;padding-bottom:8rem!important}.p_9--d{padding:9rem!important}.pt_9--d{padding-top:9rem!important}.pr_9--d{padding-right:9rem!important}.pb_9--d{padding-bottom:9rem!important}.pl_9--d{padding-left:9rem!important}.px_9--d{padding-left:9rem!important;padding-right:9rem!important}.py_9--d{padding-top:9rem!important;padding-bottom:9rem!important}.p_10--d{padding:10rem!important}.pt_10--d{padding-top:10rem!important}.pr_10--d{padding-right:10rem!important}.pb_10--d{padding-bottom:10rem!important}.pl_10--d{padding-left:10rem!important}.px_10--d{padding-left:10rem!important;padding-right:10rem!important}.py_10--d{padding-top:10rem!important;padding-bottom:10rem!important}}.deco_none{text-decoration:none!important}.deco_underline{text-decoration:underline!important}.deco_dotted{text-decoration:underline dotted!important}.deco_wavy{text-decoration:underline wavy!important}.text_shorten{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text_shorten--2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3rem}.text_shorten--3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;max-height:4.5rem}.text_shorten--4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;max-height:6rem}.text_shorten--5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;max-height:7.5rem}.text_left{text-align:left}.text_center{text-align:center}.text_right{text-align:left}.small{font-size:.9rem;line-height:1.3rem}.caption{font-size:.8rem;line-height:1rem}.corpus{font-family:Roboto,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"wdth" 100}.expressive{font-family:Poppins,sans-serif;font-weight:500;font-style:normal}html{scrollbar-gutter:stable}body{font-size:16px;font-family:Roboto,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"wdth" 100;color:#fff;background-color:#000}.headline{font-size:clamp(2rem,4vw,4rem);line-height:clamp(2.5rem,5vw,5rem)}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin:0 0 1rem;font-family:Poppins,sans-serif;font-weight:500;font-style:normal}h1,.h1{font-size:clamp(1.3rem,6vw,3rem);line-height:clamp(1.3rem,6vw,3rem)}h2,.h2{font-size:clamp(1rem,4vw,2rem);line-height:clamp(1rem,4vw,2rem)}h3,.h3{font-size:clamp(1rem,3vw,1.5rem);line-height:clamp(1rem,3vw,1.5rem)}h4,.h4{font-size:clamp(1rem,3vw,1.2rem);line-height:clamp(1rem,3vw,1.2rem)}h5,.h5{font-size:1rem;line-height:1rem}h6,.h6{font-size:.9rem;line-height:.9rem}p{margin:0 0 1rem;line-height:1.5rem}p,a{font-size:1rem}p>a{color:#fff;border-radius:2px 2px 0 0;border-bottom:1px white solid;text-decoration:none;-webkit-transition:.1s background-color,.1s box-shadow;-moz-transition:.1s background-color,.1s box-shadow;-ms-transition:.1s background-color,.1s box-shadow;-o-transition:.1s background-color,.1s box-shadow;transition:.1s background-color,.1s box-shadow}p>a:hover{background-color:#fff3;box-shadow:0 0 0 2px #fff3}hr{border-bottom:1px rgba(255,255,255,.1529411765) solid}
