.rtf-spinner-wrapper{position:fixed;width:100vw;height:100vh;top:0;bottom:0;right:0;left:0;margin:auto;display:flex;justify-content:center;align-items:center;background:hsla(0,0%,100%,.8);z-index:999}.rtf-spinner-content{position:-webkit-sticky;position:sticky;top:20%}.rtf-spinner-icon{display:block;width:30px;margin:20px auto}.rtf-spinner-icon--loading{animation:rotate 2.4s infinite}.rtf-spinner-icon--success rect{stroke-dasharray:600;stroke-dashoffset:600;animation:drawRect .8s ease-in-out forwards}.rtf-spinner-icon--success path{stroke-dasharray:200;stroke-dashoffset:200;animation:drawPath .8s ease-in-out forwards}.rtf-spinner-icon--success path:first-of-type{animation-delay:.6s}.rtf-spinner-icon--success path:nth-of-type(2){animation-delay:.9s}@keyframes rotate{0%{transform:rotate(0deg)}45%{transform:rotate(-180deg)}65%{transform:rotate(-180deg)}to{transform:rotate(-1turn)}}@keyframes drawRect{0%{stroke-dasharray:0,600}to{stroke-dasharray:600,0}}@keyframes drawPath{0%{stroke-dasharray:0,200;stroke-dashoffset:200}to{stroke-dasharray:200,0;stroke-dashoffset:0}}.thankyou-wrapper{display:flex;flex-direction:column;min-height:100dvh}.thankyou-wrapper h3{max-width:80%;margin:50px auto 0;font-size:18px;font-weight:600}.thankyou-wrapper h3,.thankyou-wrapper p{display:block;color:#2676cd;text-align:center}.thankyou-wrapper p{max-width:74%;margin:10px auto 0;font-size:16px;font-weight:500}.thankyou-wrapper p span{color:#000}.thankyou-wrapper .buttonCta{max-width:75%;height:auto;min-height:40px;margin-top:80px;padding:4px 16px;text-align:center}.thankyou-wrapper .link-wrapper{display:block;margin-top:24px;text-align:center;font-size:14px;font-weight:500;color:#676767}.thankyou-content{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:calc(100dvh - 80px - 60px);margin:0 auto;background:#fff}.thankyou-content:after{content:"";position:absolute;bottom:-35px;left:50%;transform:translateX(87px) rotate(-82deg) skew(-22deg,-10deg);width:37px;height:69px;background:#fff;border-left:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;z-index:1}.thankyou-icon{display:block;margin-top:40px}.thankyou-icon svg{display:block;width:112px;margin:0 auto}.thankyou-icon svg #paperPlane{animation:planeMove 1.2s ease-in-out 1;transform-origin:50% 50%;will-change:transform,opacity}@keyframes planeMove{0%{transform:translate(-10px,10px) rotate(10deg) scale(.7);opacity:0}50%{transform:translate(-10px,10px) rotate(10deg) scale(.7);opacity:0}to{transform:translate(0) rotate(0) scale(1);opacity:1}}.businessgroup{position:relative;background:#fff;min-height:calc(100dvh - 130px)}@media only screen and (min-width:600px){.businessgroup{width:100%}}.businessgroup:after{content:"";position:absolute;bottom:-35px;left:50%;transform:translateX(87px) rotate(-82deg) skew(-22deg,-10deg);width:37px;height:69px;background:#fff;border-left:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;z-index:1}.businessgroup .businessLogo{display:block;max-width:80vw;max-height:100px;margin:15px auto}.businessgroup-headline{display:block;max-width:70%;margin:20px auto;font-size:30px;line-height:125%;font-weight:500;color:#2676cd;text-align:center}.businessgroup-list{position:relative;display:block;width:calc(100% - 40px);margin:18px 20px 20px;z-index:100}@media only screen and (min-width:600px){.businessgroup-list{max-width:600px;margin:20px auto}}.location-item{align-items:flex-start;padding:8px 12px;background:#fff;border:1px solid #2676cd;border-radius:12px;transition:border .3s ease}.location-item,.location-item a{display:flex;flex-direction:row;justify-content:flex-start}.location-item a{align-items:center;width:100%}.location-item:hover{border:1px solid #2676cd}.location-item:not(:last-child){margin-bottom:14px}.location-item-pin{display:block;width:16px;margin-top:4px;margin-right:10px}.location-item-arrow{display:block;width:12px;margin-top:0;margin-right:0;margin-left:auto}.location-item p{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding-right:5px}.location-item p span:not(.location-item-distance):first-child{display:inline;font-size:14px;font-weight:600;color:#4b4b4b}.location-item p span:not(.location-item-distance):first-child span{margin-left:4px;font-size:14px;font-weight:500;color:#4b4b4b}.location-item p span:last-child{font-size:11px;font-weight:500;color:#535353}.reviewLinksWrapper{display:flex;flex-direction:column;justify-content:center;align-self:center;width:100%;margin-bottom:64px}.reviewLinksWrapper h6{font-size:14px;font-weight:400;color:#4b4b4b;text-align:center}@media only screen and (min-width:600px){.reviewLinksWrapper h6{font-size:16px}}.reviewLinksWrapper .reviewLinksBox{display:flex;flex-direction:row;justify-content:center;align-self:flex-start;flex-wrap:wrap;width:100%}.reviewLinksWrapper .reviewLinksBox li{display:flex;flex-direction:row;justify-content:center;align-items:center;width:60px;height:60px;margin:16px auto}@media only screen and (min-width:600px){.reviewLinksWrapper .reviewLinksBox li{width:64px;height:64px}}.reviewLinksWrapper .reviewLinksBox li:not(:last-child){margin-right:24px}.reviewLinksWrapper .reviewLinksBox li a{display:block}.reviewLinksWrapper .reviewLinksBox li a div,.reviewLinksWrapper .reviewLinksBox li a img,.reviewLinksWrapper .reviewLinksBox li a svg{display:block;width:100%;height:100%;object-fit:contain;border-radius:10px;overflow:hidden}.reviewLinksWrapper .reviewLinksBox li a img{mix-blend-mode:multiply}.reviewLinksWrapper .reviewLinksBox li a svg path{fill:#2676cd}.thru5-overlay{position:fixed;top:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;z-index:9999;background:hsla(0,0%,100%,.8)}.thru5-overlay[data-opacity=false]{background:#fff}.thru5-overlay-content{display:block;width:64vw;margin:0 auto;text-align:center}.thru5-overlay-content--modal{display:flex;flex-direction:column;justify-content:center;align-items:center;width:80vw;max-width:640px;min-height:200px;padding:20px;background:#e8f1f8;border:1px solid #2676cd;border-radius:16px}.thru5-overlay-content--modal h5{display:block;width:100%;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.2);text-align:left;font-size:16px;font-weight:400}.thru5-overlay-content--modal p{display:block;width:100%;font-size:14px;text-align:left;color:#000!important}.thru5-overlay-content--modal .btns-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:10px}.thru5-overlay-content--modal .btns-wrapper button{width:100%}.thru5-overlay-content--modal .btns-wrapper button+button{margin-top:20px}.thru5-overlay-content h3{margin-bottom:6px}.thru5-overlay-content h3,.thru5-overlay-content p{color:#2676cd}.thru5-overlay-content .buttonCta{margin-top:24px}.businessLogo{display:block;width:auto;max-width:80vw;max-height:100px;margin-top:10px;margin-bottom:14px;object-fit:contain;mix-blend-mode:multiply}.businessAddressSmall{font-size:14px;color:#000;text-align:center}@media only screen and (min-width:600px){.businessAddressSmall{font-size:14px}}.starsWrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:300px;height:32px;margin:12px 0}.starsWrapper svg{width:50px}@media only screen and (min-width:600px){.starsWrapper svg{width:44px}}.replyViaWrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;margin:24px auto 0}.replyViaWrapper h5{font-size:14px;font-weight:400;color:#4b4b4b}.replyViaWrapper h5+span{font-size:12px;font-weight:400;color:#7d7d7d}@media only screen and (min-width:600px){.replyViaWrapper h5{font-size:16px}.replyViaWrapper h5+span{font-size:14px}}.replyViaWrapper li,.replyViaWrapper ul{list-style:none}.replyViaWrapper ul{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:70%;margin-top:14px}.replyViaWrapper ul[data-active=false]{opacity:.5}@media only screen and (min-width:600px){.replyViaWrapper ul{margin-top:20px}}.replyViaWrapper li{display:flex;flex-direction:column;justify-content:center;align-items:center;width:56px;height:56px;font-size:12px;color:#2676cd;border:1px solid #2676cd;border-radius:50%;cursor:pointer;transition:background-color .3s,color .3s;text-transform:capitalize}.replyViaWrapper li div{margin-bottom:4px}.replyViaWrapper li div,.replyViaWrapper li svg{display:block;width:16px;height:16px}.replyViaWrapper li label{display:flex;flex-direction:column;justify-content:center;align-items:center}@media only screen and (min-width:600px){.replyViaWrapper li{width:80px;height:80px;font-size:14px}.replyViaWrapper li div{margin-bottom:6px}.replyViaWrapper li div,.replyViaWrapper li svg{width:18px;height:18px}}.replyViaWrapper li:not(.checked){background-color:transparent}.replyViaWrapper li.checked{background-color:#2676cd;color:#fff}.replyViaWrapper li.checked svg path{fill:#fff}.replyForm{display:flex;flex-direction:column;width:100%;margin-top:10px;padding:16px 12px;background:#fff;border-radius:16px}.replyForm[data-show=false]{display:none}@media only screen and (min-width:600px){.replyForm{margin-top:20px}}.replyForm .formItem{position:relative}.replyForm .formItem:not(:last-child){margin-bottom:15px}@media only screen and (min-width:600px){.replyForm .formItem:not(:last-child){margin-bottom:20px}}.replyForm .formItem[data-showemail=false],.replyForm .formItem[data-showlastname=false]{display:none}.replyForm .formItem input{display:block;width:100%;height:40px;background:transparent;border:1px solid #2676cd;border-radius:12px;transition:all .3s ease;padding:7px 15px;font-size:16px}@media only screen and (min-width:600px){.replyForm .formItem input{height:44px;font-size:14px}}.replyForm .formItem input:focus{border-color:#2676cd}.replyForm .formItem input:valid{color:#000}.replyForm .formItem label{position:absolute;cursor:text;z-index:2;top:11px;left:6px;font-size:14px;background:transparent;padding:0 10px;color:#4b4b4b;transition:all .3s ease}@media only screen and (min-width:600px){.replyForm .formItem label{font-size:14px}}.replyForm .formItem input.error{border-color:#cd1010}.replyForm .formItem input.hasValue+label,.replyForm .formItem input:focus+label{font-size:10px;top:-8px;background:#fff}.replyForm .formItem input:focus+label{color:#2676cd}.anonymousBlock{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:16px}.anonymousBlock>span{margin-bottom:16px;font-size:14px;color:#4b4b4b}@media only screen and (min-width:600px){.anonymousBlock>span{font-size:16px}}.anonymousBlock .anonymousToggleBlock{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:10px}.anonymousBlock .anonymousToggleBlock span{font-size:14px;color:#4b4b4b}@media only screen and (min-width:600px){.anonymousBlock .anonymousToggleBlock span{font-size:16px}}.anonymousBlock .anonymousToggle{margin-right:10px}.anonymousBlock .anonymousToggle>div{border:1px solid #2676cd}.tc{display:block;margin-top:20px;margin-bottom:80px;font-size:10px;line-height:14px;color:#4b4b4b;text-align:center}@media only screen and (min-width:600px){.tc{font-size:12px}}.tc a{color:#2676cd;white-space:nowrap}.attachments-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:40px;margin-top:24px;padding:12px 24px;border:1px solid #2676cd;border-radius:16px;color:#2676cd;font-size:14px;line-height:100%;font-weight:600}@media only screen and (min-width:600px){.attachments-wrapper{font-size:16px}}.attachments-button-group{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:16px}.attachments-button-group input{height:0;opacity:0}.attachments-button-group label{position:absolute;top:0;left:0;right:0;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;margin:auto}.attachments-button-group label svg{display:block;width:12px;margin-right:8px}.attachments-preview-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:100%;margin-bottom:20px}.attachments-preview-wrapper li{position:relative}.attachments-preview-wrapper li:not(:last-child){margin-right:24px}.attachments-preview-wrapper li>svg{display:block;width:56px;height:56px;fill:#4b4b4b}.attachments-preview-wrapper img,.attachments-preview-wrapper video{display:block;width:56px;height:56px;border-radius:12px;object-fit:contain}.attachments-preview-wrapper button{position:absolute;top:0;right:-12px;display:block;width:24px;height:24px;background-color:#2676cd;border-radius:50%;border:0;box-shadow:none;color:#fff}.attachments-preview-wrapper button svg{display:block;width:15px;height:15px;margin:auto 5px}.notfound-wrapper{justify-content:center}.notfound-wrapper,.notfound-wrapper .content-wrapper{display:flex;flex-direction:column;align-items:center}.notfound-wrapper .content-wrapper{position:relative;justify-content:flex-start;width:100%;min-height:calc(100dvh - 80px - 60px);margin:0 auto;padding-top:20px;background:#fff}.notfound-wrapper .content-wrapper:after{content:"";position:absolute;bottom:-35px;left:50%;transform:translateX(87px) rotate(-82deg) skew(-22deg,-10deg);width:37px;height:69px;background:#fff;border-left:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;z-index:1}.notfound-wrapper .largetext,.notfound-wrapper p{display:block;width:70%;margin:0 auto;text-align:center}.notfound-wrapper .largetext{display:block;margin-top:30vh;font-size:60px;color:#2676cd}.notfound-wrapper p{color:#2676cd;text-align:center}.notfound-wrapper p+p{margin-top:20px}.header{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;height:60px;width:100%;padding:20px 28px 0;z-index:100;background-color:#2676cd}.header span{font-size:12px;color:#fff}.header .current-lang-holder{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.header .langSelector{position:relative;top:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:112px;height:26px;padding:6px 10px 0;border:1px solid #fff;border-radius:16px;background:#2676cd}.header .langSelector:hover{cursor:pointer}.header .langSelector[data-closed=true]{height:26px}.header .langSelector[data-closed=false]{height:226px;background:#fff;border:1px solid #2676cd}.header .langSelector[data-closed=false] .current-lang-holder{padding-bottom:10px;margin-bottom:2px;border-bottom:1px solid #c2c2c2}.header .langSelector[data-closed=false] .current-lang-holder span{color:#2676cd}.header .langSelector[data-closed=false] .current-lang-holder span+svg{transform:rotate(180deg)}.header .langSelector[data-closed=false] .current-lang-holder span+svg path{stroke:#2676cd}.header .langSelector[data-closed=false] li{padding:6px 0}.header .langSelector[data-closed=false] li span{color:#2676cd}.header .langSelector span{line-height:10px}.header .langSelector svg{width:11px;margin-right:3px}.header .langSelector span+svg{margin-top:1px;margin-left:auto;margin-right:0}.header .langSelector ul{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.header .langSelector ul[data-show=false]{display:none}*{box-sizing:border-box;padding:0;margin:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100vh;background:#2676cd}.layout{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100dvh}a{color:inherit;text-decoration:none}li,ul{list-style:none}.buttonCta{display:flex;justify-content:center;align-items:center;width:auto;max-width:500px;height:40px;margin:0 auto;padding:0 16px;color:#fff;font-size:14px;font-weight:600;background:#2676cd;border-radius:200px;border:0}.buttonCta--submit{margin-top:45px}.buttonCta--secondary{color:#2676cd;border:1px solid #2676cd;border-radius:200px;background:transparent}.buttonCta:hover{cursor:pointer}@media only screen and (min-width:600px){.buttonCta{font-size:16px}}.link{text-align:center;font-size:14px;font-weight:500;color:#676767;text-decoration:underline}.mt20{margin-top:20px}@font-face{font-family:__Open_Sans_4dd805;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d6fc113833db48fe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Open_Sans_4dd805;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e1df014bb05b8510-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Open_Sans_4dd805;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/13a314e63820922b-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Open_Sans_4dd805;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/04c24f78ad5a47d8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Open_Sans_4dd805;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c1a1fe1e2bf9b2ee-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:__Open_Sans_4dd805;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/6d9d93fc6431e29f-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:__Open_Sans_4dd805;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/37da3febcafd463e-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:__Open_Sans_4dd805;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/51f6eedf9be77cd7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Open_Sans_4dd805;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/403511e41efd5e81-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Open_Sans_4dd805;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5d258b355fefebcb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Open_Sans_Fallback_4dd805;src:local("Arial");ascent-override:101.65%;descent-override:27.86%;line-gap-override:0.00%;size-adjust:105.15%}.__className_4dd805{font-family:__Open_Sans_4dd805,__Open_Sans_Fallback_4dd805;font-style:normal}