abbr,address,article,aside,audio,b,blockquote,body,button,canvas,cite,code,dd,del,details,dfn,div,dl,dt,em,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,p,pre,q,samp,section,small,span,strong,summary,time,ul,var,video{background:transparent;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}abbr:after,abbr:before,address:after,address:before,article:after,article:before,aside:after,aside:before,audio:after,audio:before,b:after,b:before,blockquote:after,blockquote:before,body:after,body:before,button:after,button:before,canvas:after,canvas:before,cite:after,cite:before,code:after,code:before,dd:after,dd:before,del:after,del:before,details:after,details:before,dfn:after,dfn:before,div:after,div:before,dl:after,dl:before,dt:after,dt:before,em:after,em:before,fieldset:after,fieldset:before,figcaption:after,figcaption:before,figure:after,figure:before,footer:after,footer:before,form:after,form:before,h1:after,h1:before,h2:after,h2:before,h3:after,h3:before,h4:after,h4:before,h5:after,h5:before,h6:after,h6:before,header:after,header:before,hgroup:after,hgroup:before,html:after,html:before,i:after,i:before,iframe:after,iframe:before,img:after,img:before,ins:after,ins:before,kbd:after,kbd:before,label:after,label:before,legend:after,legend:before,li:after,li:before,mark:after,mark:before,menu:after,menu:before,nav:after,nav:before,object:after,object:before,ol:after,ol:before,p:after,p:before,pre:after,pre:before,q:after,q:before,samp:after,samp:before,section:after,section:before,small:after,small:before,span:after,span:before,strong:after,strong:before,sub,summary:after,summary:before,sup,time:after,time:before,ul:after,ul:before,var:after,var:before,video:after,video:before{-webkit-box-sizing:border-box;box-sizing:border-box}sub,sup{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0}a:after,a:before,sub:after,sub:before,sup:after,sup:before{-webkit-box-sizing:border-box;box-sizing:border-box}caption,table,tbody,td,tfoot,th,thead,tr{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}li,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}:focus{outline:0}input[type=text],textarea{-webkit-appearance:none}input[type=text]::-ms-clear,textarea::-ms-clear{display:none}input,textarea{border-radius:0;-webkit-box-sizing:border-box;box-sizing:border-box}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:rgba(var(--bg-color),.4)}input::-moz-placeholder,textarea::-moz-placeholder{color:rgba(var(--bg-color),.4)}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:rgba(var(--bg-color),.4)}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{color:transparent}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{color:transparent}input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{color:transparent}textarea{resize:none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}*{word-wrap:break-word;-webkit-box-sizing:border-box;box-sizing:border-box}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(../fonts/Inter18pt-Regular.woff2) format("woff2"),url(../fonts/Inter18pt-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(../fonts/Inter18pt-Light.woff2) format("woff2"),url(../fonts/Inter18pt-Light.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(../fonts/Inter18pt-Medium.woff2) format("woff2"),url(../fonts/Inter18pt-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(../fonts/Inter18pt-SemiBold.woff2) format("woff2"),url(../fonts/Inter18pt-SemiBold.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(../fonts/Inter18pt-Bold.woff2) format("woff2"),url(../fonts/Inter18pt-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(../fonts/Inter18pt-Black.woff2) format("woff2"),url(../fonts/Inter18pt-Black.woff) format("woff")}
    :root {
      --full-screen: calc(var(--vh, 1vh) * 100);
      --height-header: 8rem;
      --height-footer: 10rem;
      --gl-indent: 5rem;
      --text-color: #000000;
      --bg-color: #ffffff;
      --accent-color: #52ddbb;
      --filled-bg-color: #e0fff9;
      --filled-title-color: #00701c;
      --filled-text-color: #49b65f;
      --border-color: #9247ad;
      --box-shadow: 2px 2px 20px 0px rgba(39, 42, 77, .25) inset;
      --radius: 2rem;
      --gradient_start: var(--accent-color);
      --gradient_end: var(--accent-color);
      --header-bg: #000000;
      --header-link-color: #d0ccff;
      --header-link-hover-color: var(--footer-text-color);
      --footer-bg-color: #000000;
      --footer-text-color: #bdbdbd;
      --h1-align: left;
      --h2-align: center;
      --h3-align: left;
    }
    html{font:400 10px/1.33 system-ui,sans-serif}body,html{height:100%}body{-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-color);color:var(--text-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.8rem;position:relative}@supports(display:grid){body{display:block}}.vFoL2KW_4COSDp7-{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:auto!important;min-height:100%;overflow-x:clip}.kKCiMn1PGbI4e45F,.vFoL2KW_4COSDp7-{position:relative;width:100%}.kKCiMn1PGbI4e45F{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin-bottom:8rem;padding:calc(var(--height-header) + 10rem) 0 0}a{color:#15b9ff;text-decoration:none}a:focus,a:hover{text-decoration:underline}.editor-styles-wrapper .wp-block{margin-bottom:5rem}html :where(.wp-block){max-width:1200px}.editor-styles-wrapper{overflow-x:hidden}img{border-radius:8px;display:block;height:auto;max-width:100%;overflow:hidden}.hd3dws7btSxu8MO_{background-color:var(--header-bg);border-bottom:1px solid #152136;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);font-size:1rem;left:0;padding:1.4rem 2rem;position:fixed;top:0;width:100%;will-change:transform;z-index:100}.hd3dws7btSxu8MO_ .OjrL-uFyN75P2G8Z{min-width:28rem;padding:0 4.8rem;width:auto}.WRyTyLd4fwBNneRE{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:130rem}.WRyTyLd4fwBNneRE,.eYX0y9ZjBaEImTgl{margin:0 auto}.eYX0y9ZjBaEImTgl ul{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:4rem}.eYX0y9ZjBaEImTgl ul li a{color:var(--header-link-color);font-size:2.4rem;font-weight:600;-webkit-transition:color .2s ease;transition:color .2s ease}.eYX0y9ZjBaEImTgl ul li a:focus,.eYX0y9ZjBaEImTgl ul li a:hover{color:var(--header-link-hover-color);text-decoration:none}.HsIczjJgTvhCzyTQ img{max-height:5.2rem}.JMTuV8BXqq16fztU{font-size:1.8rem;padding-left:2.4rem;padding-right:2.4rem;position:relative;width:100%}.JMTuV8BXqq16fztU p{font-size:1.8rem;letter-spacing:-.03em;line-height:1.3}.mopL4YeWZfnOpyHH{border:1px solid var(--border-color);border-radius:var(--radius);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);margin:0 auto;max-width:130rem;padding:3.2rem;width:100%}.aQsAn-UaNPRQjTnw .mopL4YeWZfnOpyHH{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2.4rem}.aQsAn-UaNPRQjTnw .mopL4YeWZfnOpyHH img:not(:last-child){margin-bottom:2.4rem}.mopL4YeWZfnOpyHH img{border-radius:1.2rem;overflow:hidden}.mopL4YeWZfnOpyHH img:not(:last-child){margin-bottom:1.8rem}.mopL4YeWZfnOpyHH img.alignleft{float:left;margin-right:1.8rem}.mopL4YeWZfnOpyHH img.alignright{float:left;margin-left:1.8rem}.mopL4YeWZfnOpyHH a.OjrL-uFyN75P2G8Z:not(:last-of-type){margin-bottom:1.2rem}.mopL4YeWZfnOpyHH p:not(:last-child){margin-bottom:1.8rem}.aQsAn-UaNPRQjTnw{padding:3.6rem 2.4rem;width:100%}.aQsAn-UaNPRQjTnw img{margin-left:auto;margin-right:auto}.AZw6QI_SS95w2faq{-webkit-box-flex:1;-ms-flex:1 1 calc(100% - 1.2rem);flex:1 1 calc(100% - 1.2rem)}.Ke10hUgzMiadjDiu{-webkit-box-flex:0;-ms-flex:0 1 calc(25% - 1.2rem);flex:0 1 calc(25% - 1.2rem)}.Q3QdTOvMQA_uDiHo{-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 1.2rem);flex:0 1 calc(50% - 1.2rem)}.Bn_xybh7s7MjN-e3{-webkit-box-flex:0;-ms-flex:0 1 calc(33.33% - 1.666rem);flex:0 1 calc(33.33% - 1.666rem)}.NUoEtu5oT9tKqcBt{-webkit-box-flex:0;-ms-flex:0 1 calc(75% - 1.2rem);flex:0 1 calc(75% - 1.2rem)}.SeZojrUt1EbXDGuz{background:var(--filled-bg-color);border-radius:1.2rem;margin-bottom:2.4rem;padding:1.8rem}.SeZojrUt1EbXDGuz ul{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.SeZojrUt1EbXDGuz ul:not(:last-child){margin-bottom:2.4rem}.aQsAn-UaNPRQjTnw .SeZojrUt1EbXDGuz ul{gap:6%}.aQsAn-UaNPRQjTnw .SeZojrUt1EbXDGuz ul li{min-width:20%}.SeZojrUt1EbXDGuz ul li span{color:var(--filled-title-color);display:block;font-size:1.6rem;margin-bottom:4px}.SeZojrUt1EbXDGuz ul li p{color:var(--filled-text-color);font-size:2rem;font-weight:600}.piElo3CZ92bIKWty .SeZojrUt1EbXDGuz ul{display:block}.piElo3CZ92bIKWty .SeZojrUt1EbXDGuz ul li:not(:last-child){margin-bottom:1.2rem}.piElo3CZ92bIKWty .SeZojrUt1EbXDGuz{margin-bottom:0}.a-7cYSiEfl0exLoQ{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;margin:0 auto;max-width:130rem;min-height:100vh;width:100%}.WZsaeASLkHoNm0p8{-ms-flex-negative:0;-ms-flex-item-align:start;align-self:flex-start;flex-shrink:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:sticky;top:calc(var(--height-header) + 2rem);width:42rem}.WZsaeASLkHoNm0p8 a.OjrL-uFyN75P2G8Z{width:100%}.WZsaeASLkHoNm0p8 a.OjrL-uFyN75P2G8Z:not(:last-of-type){margin-bottom:1.2rem}.WZsaeASLkHoNm0p8 p:not(:last-child){margin-bottom:1.8rem}.mVIWi2T_qMBwUv-d{border:1px solid var(--border-color);border-radius:var(--radius);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);margin-bottom:2rem;padding:2.4rem}.piElo3CZ92bIKWty{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2.4rem}.aO20j0icSR0x32UK .mopL4YeWZfnOpyHH:not(:last-child){margin-bottom:8rem}.wxBp0JvwyFIxOsn6 h3{color:var(--filled-title-color)}.wxBp0JvwyFIxOsn6 ul{padding-left:1.6rem}.wxBp0JvwyFIxOsn6 ul li{color:var(--filled-text-color);list-style-type:disc}.Zv5RVKLROjGploMe{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.8rem;margin-bottom:1.8rem;width:100%}.Zv5RVKLROjGploMe .author_avatar{border-radius:1rem;height:8rem;overflow:hidden;width:8rem}.Zv5RVKLROjGploMe .FfEnv9xf5OZbUdRu{color:var(--text-color);font-size:2.8rem;font-weight:700}.Zv5RVKLROjGploMe .O4xOhx2UsRJR83E8{color:var(--accent-color);font-size:1.6rem;font-weight:500}.Bkh79G1mkhUsglVH{margin-bottom:0}.Bkh79G1mkhUsglVH p{font-size:1.4rem}.TY1w2qxIkmlQEYKc{-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--filled-title-color);border-radius:100%;height:1.8rem;justify-content:center;margin-right:.6rem;vertical-align:middle;width:1.8rem}.OpqpjB5kVvX4apXY,.TY1w2qxIkmlQEYKc{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.OpqpjB5kVvX4apXY{color:var(--filled-text-color);margin-bottom:0}h3.OpqpjB5kVvX4apXY{color:var(--filled-title-color);font-size:1.6rem;margin-bottom:.8rem}.RR1jOM-ca3vxTIMX{-webkit-box-flex:0;background-color:var(--footer-bg-color);border-top:1px solid var(--border-color);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);color:var(--footer-text-color);-ms-flex:0 0 auto;flex:0 0 auto;min-height:var(--height-footer);width:100%;will-change:transform}.CgbMMolVfDNiFv4L{margin:0 auto;max-width:130rem;padding:6rem 2.4rem;width:100%}.TWBoWGdxeTYpcatN{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.RE-HTkaYb6izm7-Y:first-child{max-width:54rem}.RE-HTkaYb6izm7-Y p{font-size:1.8rem;font-weight:700;margin:3.6rem 0}.dWAH2sFzUm7wWRvw ul{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.8rem;justify-content:flex-end}.dWAH2sFzUm7wWRvw ul li{background:var(--filled-bg-color);border-radius:var(--radius);height:7.4rem;width:20rem}.dWAH2sFzUm7wWRvw ul li a{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;width:100%}.dWAH2sFzUm7wWRvw ul li a:focus,.dWAH2sFzUm7wWRvw ul li a:hover{opacity:.8}.dWAH2sFzUm7wWRvw ul li img{display:block;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.suJ5e9bgofbzH3Mc{font-size:1.4rem;font-weight:500;margin-top:1.4rem}.OjrL-uFyN75P2G8Z{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--accent-color);border-radius:1.2rem;color:var(--text-color);cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:system-ui,sans-serif;font-size:2.4rem;font-weight:700;font-weight:900;height:4.9rem;justify-content:center;line-height:4.9rem;padding:0 1.2rem;text-align:center;-webkit-transition:all .3s ease;transition:all .3s ease;white-space:nowrap;width:100%}.OjrL-uFyN75P2G8Z[type=submit]{-moz-appearance:none;-webkit-appearance:none;appearance:none}.OjrL-uFyN75P2G8Z:focus,.OjrL-uFyN75P2G8Z:hover{text-decoration:none}.OjrL-uFyN75P2G8Z:hover{opacity:.8}.Zil4JsFRH5Iel8y2{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:2px solid var(--accent-color);color:var(--text-color);cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:system-ui,sans-serif;font-weight:700;justify-content:center;text-align:center;-webkit-transition:all .3s ease;transition:all .3s ease;white-space:nowrap}.Zil4JsFRH5Iel8y2[type=submit]{-moz-appearance:none;-webkit-appearance:none;appearance:none}.Zil4JsFRH5Iel8y2:focus,.Zil4JsFRH5Iel8y2:hover{text-decoration:none}.Zil4JsFRH5Iel8y2:hover{opacity:.8}h1{font-size:3.6rem;text-align:var(--h1-align)}h1,h2{color:#ffd407;font-weight:700;line-height:1.3;margin-bottom:1.8rem}h2{font-size:3.2rem;text-align:var(--h2-align)}h3{color:var(--accent-color);font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:1.8rem;text-align:var(--h3-align)}h3:not(:first-child){margin-top:1.8rem}h3 span{background-color:var(--filled-title-color);border-radius:4px;color:var(--bg-color);display:inline-block;font-size:2rem;height:3.2rem;line-height:3.2rem;margin-right:1.2rem;text-align:center;vertical-align:middle;width:3.2rem}h3 span,h4{font-weight:700}h4{font-size:1.4rem}h4,h5{color:var(--accent-color);margin-bottom:1.8rem}h5{font-size:1.8rem}h6{color:var(--accent-color);font-size:1.6rem;margin-bottom:1.8rem}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-left{text-align:left!important}.d1F3W3w3RDmPKZc9{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}.EB2564cwZ2ZlbTdZ{background:var(--filled-bg-color);border:1px solid var(--border-color);border-radius:var(--radius);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1);box-shadow:0 2px 5px rgba(0,0,0,.1);cursor:pointer;margin-bottom:10px;padding-bottom:1.2rem}.TpBHCA3Q2H5pJpkq{background:-webkit-gradient(linear,left top,right top,from(var(--gradient_start)),to(var(--gradient_end)));background:linear-gradient(90deg,var(--gradient_start) 0,var(--gradient_end) 100%)}.V0iAdwRG4pPUPPeb{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:var(--radius);color:var(--filled-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:2.4rem;font-weight:700;padding:2.4rem 4.8rem 1.2rem 2.4rem;position:relative}.N6A_n6D5lodY_3KR{background-color:var(--accent-color);border-radius:4px;display:inline-block;height:2.4rem;position:absolute;right:2.4rem;top:2.9rem;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:2.4rem}.N6A_n6D5lodY_3KR:before{color:#fff;content:"+";font-size:2rem;font-weight:500;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-52%);transform:translate(-50%,-52%)}.TpBHCA3Q2H5pJpkq .N6A_n6D5lodY_3KR:before{content:"-"}.XSaeBh6QyIDViKG0{display:none;font-size:1.4rem;font-weight:500;padding:0 2.4rem 1.2rem}.TpBHCA3Q2H5pJpkq .XSaeBh6QyIDViKG0{display:block}.hBoENlhkByNGRzCq{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:none;justify-content:center;opacity:0}.SWJcjY6_qXNZ3chH,.hBoENlhkByNGRzCq{height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.SWJcjY6_qXNZ3chH{background-color:var(--accent-color);opacity:.2;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.hBoENlhkByNGRzCq.show{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1}.vFoL2KW_4COSDp7-{-webkit-transition:-webkit-filter .2s ease;transition:-webkit-filter .2s ease;transition:filter .2s ease;transition:filter .2s ease,-webkit-filter .2s ease}.vFoL2KW_4COSDp7-.show{-webkit-filter:blur(5px);filter:blur(5px)}.buYc5XcdKhg8vYIh{-webkit-animation:fadeIn .2s ease-in-out;animation:fadeIn .2s ease-in-out;background-color:var(--bg-color);border-radius:var(--radius);color:var(--text-color);max-height:80vh;max-width:100%;overflow:hidden;padding:3.6rem;position:relative;width:117rem;z-index:1010}.zPrtgEPtC9Gyakhf{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;margin-bottom:2.4rem;padding-right:9.6rem}.zPrtgEPtC9Gyakhf h2{margin-bottom:0}.zPrtgEPtC9Gyakhf .OjrL-uFyN75P2G8Z{width:auto}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.rV6Hp-fwyyp39dbU{background-color:transparent;border:none;cursor:pointer;position:absolute;right:3.6rem;top:3.6rem;width:4.8rem}.zWsS4shCqU_Pt5cD{border:none;height:400px;width:100%}.popup-button{background-color:#3c8d9e;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.popup-button:hover{background-color:#2e6b7a}.lUZtCuqT3F57CLmW{background-color:var(--bg-color);border-radius:var(--radius) 0 0 var(--radius);bottom:0;left:0;opacity:0;padding:1.2rem;pointer-events:none;position:fixed;right:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;visibility:hidden;z-index:1000}.lUZtCuqT3F57CLmW.visible{opacity:1;pointer-events:auto;visibility:visible}@media screen and (max-width:992px){.kKCiMn1PGbI4e45F{padding:calc(var(--height-header)) 0 0}.hd3dws7btSxu8MO_ .OjrL-uFyN75P2G8Z{font-size:2.4rem;min-width:16rem}.JMTuV8BXqq16fztU{padding-left:2rem;padding-right:2rem}.JMTuV8BXqq16fztU p{font-size:1.6rem}.mopL4YeWZfnOpyHH{padding:1.2rem}.aQsAn-UaNPRQjTnw{padding-left:2rem;padding-right:2rem}.SeZojrUt1EbXDGuz{padding:1.2rem}.SeZojrUt1EbXDGuz ul:not(:last-child){margin-bottom:0}.SeZojrUt1EbXDGuz ul:last-child{margin-bottom:-1rem}.SeZojrUt1EbXDGuz ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.SeZojrUt1EbXDGuz ul li{margin-bottom:1rem;width:47%}.a-7cYSiEfl0exLoQ{display:block}.WZsaeASLkHoNm0p8{position:relative;top:0;width:100%}.piElo3CZ92bIKWty{gap:1.2rem}.wxBp0JvwyFIxOsn6 h3{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}.wxBp0JvwyFIxOsn6 ul li{font-size:1.4rem;width:100%}.CgbMMolVfDNiFv4L{padding:2rem}.TWBoWGdxeTYpcatN{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-ms-flex-direction:column;flex-direction:column;gap:2.4rem;justify-content:center;text-align:center}.RE-HTkaYb6izm7-Y p{font-size:1.6rem;margin:1.2rem 0}.dWAH2sFzUm7wWRvw ul li{width:100%}.suJ5e9bgofbzH3Mc{text-align:center}.hRfjzzSLc-T0wn3y img{margin:0 auto;max-width:30rem}h1,h2,h3,h4,h5,h6{margin-bottom:1.2rem}.EB2564cwZ2ZlbTdZ{padding-bottom:0}.V0iAdwRG4pPUPPeb{font-size:2rem;padding:1.2rem 4rem 1.2rem 1.2rem}.N6A_n6D5lodY_3KR{right:1.2rem;top:1.2rem}}@media screen and (max-width:1200px){.WRyTyLd4fwBNneRE{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.eYX0y9ZjBaEImTgl{display:none}.Ke10hUgzMiadjDiu,.Q3QdTOvMQA_uDiHo{width:100%}.Ke10hUgzMiadjDiu,.Q3QdTOvMQA_uDiHo,.NUoEtu5oT9tKqcBt{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}}@media screen and (max-width:1024px){.Bn_xybh7s7MjN-e3{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:100%}}@media screen and (max-width:1023.5px){.dremXoFV7ntgGFGa,.piElo3CZ92bIKWty{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dremXoFV7ntgGFGa{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (min-width:1400px){.OjrL-uFyN75P2G8Z{min-width:28.2rem}}@media(max-width:1024px)and (min-width:1200px){.dremXoFV7ntgGFGa{text-align:center}.dremXoFV7ntgGFGa .OjrL-uFyN75P2G8Z:not(:last-child){margin-right:1.2rem}}@media screen and (min-width:992px){.lUZtCuqT3F57CLmW{display:none}}
