#wrapper.theme-black{--themeColor0:#000;--themeColor1:#222;--themeColor2:#11212d;--themeColor3:#253745;--themeColor4:#4a5c6a;--themeColor5:#9ba8ab;--themeColor6:#ccd0cf;--themeColor7:#fff;--themeColor8:#fbc76d;--themeColor9:hsla(0,0%,88%,.1);--themeColor10:rgba(0,0,0,.3);--themeColor11:rgba(0,0,0,.5);--themeColor12:rgba(0,0,0,.75);--themeColor13:#555;--themeColor14:#aaa;--themeColor15:#fff;--themeHoverBtn:#fbc76d;--themeHoverBtnColor:#222}#wrapper.theme-white{--themeColor0:#fff;--themeColor1:#fbc76d;--themeColor2:#11212d;--themeColor3:#253745;--themeColor4:#4a5c6a;--themeColor5:#9ba8ab;--themeColor6:#000;--themeColor7:#000;--themeColor8:#222;--themeColor9:rgba(0,0,0,.1);--themeColor10:hsla(0,0%,100%,.3);--themeColor11:hsla(0,0%,100%,.5);--themeColor12:hsla(0,0%,100%,.75);--themeColor13:#aaa;--themeColor14:#888;--themeColor15:#fff;--themeHoverBtn:#fbc76d;--themeHoverBtnColor:#222}#wrapper{--baseFontSize:16px;--baseFontFamily:"Open Sans","Arial",sans-serif;--themePadding:0 15px;--themeWidth:100%;--themeMaxWidth:1200px;--secBackground:var(--themeColor9);--secBorder:1px solid var(--themeColor1);--secShadow:0 5px 10px var(--themeColor10);--secBackdrop:blur(1px);--secRadius:10px;--secPadding:30px;--secTopMargin:30px;--secBottomMargin:30px;--secHeading1:32px;--secHeading2:26px;--secHeading3:20px;--secHeadingLineHeight1:calc(var(--secHeading1) + 6px);--secHeadingLineHeight2:calc(var(--secHeading2) + 6px);--secHeadingLineHeight3:calc(var(--secHeading3) + 6px);--secParagraph1:16px;--secParagraph2:14px;--secParagraph3:12px;--secParagraphLineHeight1:calc(var(--secParagraph1) + 6px);--secParagraphLineHeight2:calc(var(--secParagraph2) + 6px);--secParagraphLineHeight3:calc(var(--secParagraph3) + 6px);transition:all .2s ease-in-out}@media (max-width:991px){#wrapper{--secHeading1:28px;--secHeading2:24px;--secHeading3:18px}}@media (max-width:640px){#wrapper{--secHeading1:26px;--secHeading2:22px}}#__next,body,html{height:100%}*{box-sizing:border-box;padding:0;margin:0}ul{list-style:none}a{color:var(--themeColor4);text-decoration:none}a:focus,a:hover{outline:none}:root{--themeStaticColor:#fbc76d}body{color:var(--themeColor1);font-size:var(--baseFontSize);font-family:var(--baseFontFamily);margin:0;padding:0;background-color:var(--themeColor0)}.container{position:relative;width:var(--themeWidth);max-width:var(--themeMaxWidth);margin:0 auto;padding:var(--themePadding)}#wrapper{position:relative;background-color:var(--themeColor0);z-index:0;padding-top:80px;height:100%}header{position:fixed;left:0;right:0;top:0;z-index:1}.header.scrolled,header{transition:all .3s cubic-bezier(.4,0,.2,1)}.header.scrolled{border-bottom:1px solid var(--themeColor1);backdrop-filter:blur(10px);background:var(--themeColor11)}header .header-holder{display:flex;justify-content:space-between;align-items:center;padding:20px 0}header .header-holder .right-side{display:inline-flex;align-items:center}header .header-holder .resume-btn{background-color:var(--themeColor7);color:var(--themeColor0);padding:5px 15px;border-radius:250px;margin-right:15px;text-transform:uppercase;font-weight:600}header .header-holder .resume-btn:hover{background-color:var(--themeHoverBtn);color:var(--themeHoverBtnColor)}.menu-btn{background:none;border:0;color:var(--themeColor7);line-height:0;font-size:36px;cursor:pointer}.menu-btn,.menu-btn:hover{transition:.1s ease-in;-webkit-transition:.1s ease-in}.menu-btn:hover{transform:scale(1.1);-webkit-transform:scale(1.1);color:var(--themeColor8)}.menu-btn.close{display:inline-flex;margin:20px 10px;height:fit-content}.mode-btn{background:none;border:0;color:var(--themeColor8);line-height:0;font-size:30px;cursor:pointer;position:fixed;right:25px;top:25px;z-index:2}.mode-btn,.mode-btn:hover{transition:.1s ease-in;-webkit-transition:.1s ease-in}.mode-btn:hover{transform:scale(1.1);-webkit-transform:scale(1.1)}header nav{background:var(--themeColor12);border:0;position:fixed;top:0;right:0;left:0;bottom:0;display:flex;justify-content:end;min-height:100vh;opacity:0;visibility:hidden;transition:all .2s cubic-bezier(.4,0,.2,1)}header nav.nav-visible{opacity:1;visibility:visible}header nav.nav-hidden{opacity:0;visibility:hidden}header nav .side-bar-holder{background:var(--themeColor8);padding:30px;width:320px;opacity:0;visibility:hidden;margin-right:-320px;transition:all .2s cubic-bezier(.4,0,.2,1)}header nav.nav-visible .side-bar-holder{opacity:1;visibility:visible;margin-right:0}header nav.nav-hidden .side-bar-holder{opacity:0;visibility:hidden;margin-right:-320px}header nav .side-bar-holder a{color:var(--themeColor1);padding:20px 0;display:block;border-bottom:1px dashed var(--themeColor3);text-transform:uppercase;font-size:var(--secHeading3);font-weight:600}header .logo{display:inline-block}header .logo svg{height:35px}header .logo img{display:block;width:100%;height:auto}#wrapper section{backdrop-filter:var(--secBackdrop);-webkit-backdrop-filter:var(--secBackdrop);border:var(--secBorder);box-shadow:var(--secShadow);color:var(--themeColor6);padding:var(--secPadding);margin:var(--secTopMargin) auto var(--secBottomMargin)}#wrapper section h1{color:var(--themeColor7);font-size:var(--secHeading1);margin:0;text-transform:uppercase}#wrapper section h2{color:var(--themeColor8);font-size:var(--secHeading3);margin-left:10px;font-weight:400}#wrapper section p{color:var(--themeColor6);font-size:var(--secParagraph1);line-height:var(--secParagraphLineHeight1);margin:0 0 10px}#wrapper section .heading-top{display:flex;align-items:center;margin-bottom:20px}#social-media-section{margin:25px 0 0;padding:0;display:flex}#social-media-section ul{display:inline-flex}#social-media-section a{font-size:18px;color:var(--themeStaticColor);padding:0 20px 0 0;display:block;line-height:0}header nav #social-media-section a{color:var(--themeColor0);border-bottom:0;padding-right:25px}#social-media-section a:hover{color:var(--themeColor7)}#social-media-section li:last-child a{border-bottom:0}.page{display:flex;justify-content:center;align-items:center;min-height:100%;background-color:var(--themeColor0)}.progress-holder{height:10px;background:var(--themeColor13);border-radius:10px;box-shadow:0 0 10px inset var(--themeColor11);position:relative;overflow:hidden}.progress-holder .progress{border-radius:inherit;box-shadow:0 0 10px var(--themeColor11);position:absolute;top:0;bottom:0;left:0;background:var(--themeColor8);animation:progressAnim 2s}@keyframes progressAnim{0%{width:0}to{width:attr(prog-value)}}#wrapper .inner-pg-h1{margin-bottom:30px}#skills-section ul{display:flex;flex-wrap:wrap;margin:0 -15px}#skills-section ul li{width:25%;padding:15px}#skills-section ul li .skills-block{border:var(--secBorder);padding:20px;text-align:center}#skills-section ul li h3{font-weight:500}#work-section ul{display:flex;flex-wrap:wrap;margin:0 -15px}#work-section ul li{width:25%;padding:15px;display:inline-flex}#work-section ul li a{border:var(--secBorder);padding:15px;text-align:center;background-color:var(--themeColor15);width:100%}#work-section ul li h3{font-weight:700;color:var(--themeColor2);padding:10px 0 0;transition:all .2s cubic-bezier(.25,.46,.45,.94);position:relative}#work-section ul li h3:before{content:" ";height:2px;width:50px;background:var(--themeStaticColor);display:block;position:absolute;top:0;left:50%;transform:translateX(-50%)}#work-section ul li h3:before,#work-section ul li img{transition:all .2s cubic-bezier(.25,.46,.45,.94)}#work-section ul li:hover img{transform:scale(.8);filter:grayscale(1)}#work-section ul li:hover h3{color:var(--themeColor14)}#work-section ul li:hover h3:before{background:var(--themeColor14)}::-webkit-scrollbar{display:none}body::-webkit-scrollbar-track{-ms-overflow-style:none;scrollbar-width:none}@media (max-width:1299px){.header .container{max-width:100%}header .header-holder .right-side{padding-right:50px}.mode-btn{right:15px}}@media (max-width:991px){#work-section ul li{width:33.3333%}}@media (max-width:800px){#skills-section ul li{width:33.3333%}}@media (max-width:720px){#work-section ul li{width:50%}}@media (max-width:640px){#wrapper section .heading-top{margin-bottom:10px}#wrapper section h1{text-transform:capitalize}header .header-holder{padding:15px 0}.mode-btn{top:20px}#skills-section ul li{width:50%}}@media (max-width:575px){#work-section ul{margin:0 -5px}#work-section ul li{padding:5px}}@media (max-width:480px){header .header-holder .right-side{padding-right:40px}header .logo svg{height:30px}}@media (max-width:460px){#work-section ul li{width:100%}#work-section ul li img{max-width:50%}#skills-section ul li{width:100%}}@media (max-width:400px){#work-section ul li img{max-width:65%}}@media (max-width:359px){header .header-holder .right-side{padding-right:38px}header .logo svg{height:25px}header .header-holder .resume-btn{padding:4px 10px;margin-right:10px;text-transform:capitalize}#work-section ul li img{max-width:75%}}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/83651bee47cf14da-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/6fed4e5749a3ea15-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_f06d91;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/062522b8b7c3ad6a-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e6f5886ae1242622-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_f06d91;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/19e37deead9b3ec2-s.woff2) format("woff2");unicode-range:u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/46392699924ae7e5-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0330,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2034-2037,u+2057,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2102,u+210a-210e,u+2110-2112,u+2115,u+2119-211d,u+2124,u+2128,u+212c-212d,u+212f-2131,u+2133-2138,u+213c-2140,u+2145-2149,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-23b6,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+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/dd4ab5b525bd804a-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-1f8b1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa88,u+1fa90-1fabd,u+1fabf-1fac5,u+1face-1fadb,u+1fae0-1fae8,u+1faf0-1faf8,u+1fb??}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9beef36ab83de3f0-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_f06d91;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/faac4ac11aa3d97b-s.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,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_f06d91;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3d9ea938b6afa941-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+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/83651bee47cf14da-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/6fed4e5749a3ea15-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_f06d91;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/062522b8b7c3ad6a-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e6f5886ae1242622-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_f06d91;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/19e37deead9b3ec2-s.woff2) format("woff2");unicode-range:u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/46392699924ae7e5-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0330,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2034-2037,u+2057,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2102,u+210a-210e,u+2110-2112,u+2115,u+2119-211d,u+2124,u+2128,u+212c-212d,u+212f-2131,u+2133-2138,u+213c-2140,u+2145-2149,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-23b6,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+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/dd4ab5b525bd804a-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-1f8b1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa88,u+1fa90-1fabd,u+1fabf-1fac5,u+1face-1fadb,u+1fae0-1fae8,u+1faf0-1faf8,u+1fb??}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9beef36ab83de3f0-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_f06d91;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/faac4ac11aa3d97b-s.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,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_f06d91;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3d9ea938b6afa941-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+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/83651bee47cf14da-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/6fed4e5749a3ea15-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_f06d91;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/062522b8b7c3ad6a-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e6f5886ae1242622-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_f06d91;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/19e37deead9b3ec2-s.woff2) format("woff2");unicode-range:u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/46392699924ae7e5-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0330,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2034-2037,u+2057,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2102,u+210a-210e,u+2110-2112,u+2115,u+2119-211d,u+2124,u+2128,u+212c-212d,u+212f-2131,u+2133-2138,u+213c-2140,u+2145-2149,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-23b6,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+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/dd4ab5b525bd804a-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-1f8b1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa88,u+1fa90-1fabd,u+1fabf-1fac5,u+1face-1fadb,u+1fae0-1fae8,u+1faf0-1faf8,u+1fb??}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9beef36ab83de3f0-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_f06d91;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/faac4ac11aa3d97b-s.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,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_f06d91;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3d9ea938b6afa941-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+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/83651bee47cf14da-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/6fed4e5749a3ea15-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_f06d91;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/062522b8b7c3ad6a-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e6f5886ae1242622-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_f06d91;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/19e37deead9b3ec2-s.woff2) format("woff2");unicode-range:u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/46392699924ae7e5-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0330,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2034-2037,u+2057,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2102,u+210a-210e,u+2110-2112,u+2115,u+2119-211d,u+2124,u+2128,u+212c-212d,u+212f-2131,u+2133-2138,u+213c-2140,u+2145-2149,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-23b6,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+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/dd4ab5b525bd804a-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-1f8b1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa88,u+1fa90-1fabd,u+1fabf-1fac5,u+1face-1fadb,u+1fae0-1fae8,u+1faf0-1faf8,u+1fb??}@font-face{font-family:__Open_Sans_f06d91;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9beef36ab83de3f0-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_f06d91;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/faac4ac11aa3d97b-s.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,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_f06d91;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3d9ea938b6afa941-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+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Open_Sans_Fallback_f06d91;src:local("Arial");ascent-override:101.65%;descent-override:27.86%;line-gap-override:0.00%;size-adjust:105.15%}.__className_f06d91{font-family:__Open_Sans_f06d91,__Open_Sans_Fallback_f06d91;font-style:normal}