:root{--primary-color:#ffcd42;--secondary-color:#ffd35c;--bg-primary:#f5f5f5;--text-color:#181818;--text-color-two:#f5f5f5;--bg-secondary:#181818;--card-background:#f4f4f4;--bg-secondary-two:#111;--shadow:0 10px 40px rgba(0,0,0,.2);--weight-small:400;--weight-semibold:600;--weight-bold:800;--width-small:600px;--width-medium:1100px;--width-large:1300px}[data-theme=dark]{--primary-color:#ffcd42;--secondary-color:#ffd35c;--bg-primary:#181818;--text-color:#f5f5f5;--text-color-two:#222;--bg-secondary:#f5f5f5;--card-background:#181818;--bg-secondary-two:#f4f4f4;--shadow:0 2px 10px rgba(95,95,95,.2)}html{font-size:100%;scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}ul{list-style:none}a{text-decoration:none}a,body{color:var(--text-color)}body{font-family:Raleway,sans-serif;line-height:1.5}.navbar,body{background:var(--bg-primary)}.navbar{position:fixed;top:0;left:0;right:0;z-index:20}.navbar .container{display:flex;align-items:center;justify-content:space-between;z-index:20;height:80px;width:100%}.navbar .nav-menu{display:flex;align-items:center;background:var(--bg-primary)}.navbar .nav-link{margin:0 1rem;font-size:1rem;font-weight:var(--weight-semibold)}.navbar #logo img{display:block;width:40px;height:auto}.navbar .btn{margin-right:1.5rem}.fas.fa-arrow-right{margin-left:.5rem;font-size:.9rem}.hamburger{margin-bottom:.1rem;display:none;background-color:transparent;border:none}.bar{display:block;width:23px;height:3px;margin:4px auto;transition:all .3s ease-in-out;border-radius:30px;background-color:var(--bg-secondary)}#hero{display:flex;flex-direction:column;height:100%}.profile-image{width:auto;height:auto;border-radius:50%;animation:bounce 1s infinite alternate}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.division{width:100%;height:2px;background-color:var(--card-background);margin:5.5rem 0}.tech-stack img{width:200px;height:200px;object-fit:contain}.slider{height:200px;margin:auto;overflow:hidden;position:relative}.slider:after,.slider:before{content:"";height:100px;position:absolute;width:200px;z-index:2}.slider:after{right:0;top:0;transform:rotate(180deg)}.slider:before{left:0;top:0}.slide-track{animation:scroll 50s linear infinite;display:flex;gap:50px;width:calc(250px * 14)}.slide{height:100px;width:250px}.track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-450px * 7))}}#projects{display:flex;flex-direction:column;margin:2rem auto 5rem}#projects .btn{align-self:center;margin:2rem 0}.project{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(250px,auto);grid-gap:.9rem}.card .project-bio p{font-size:.9rem}.card .project-bio h3{font-size:1rem}.project-info{justify-content:space-between;opacity:0;transition:.5s ease-in-out}.project-bio,.project-info{display:flex;position:relative}.project-bio{flex-direction:column;justify-content:flex-end;top:160px;left:10px}.project-link{display:flex;gap:.5rem}.project-link i{font-size:1.5rem;color:#f5f5f5}#footer{background:var(--bg-secondary-two)}#footer .container{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-color-two);min-height:160px;text-align:center}#footer a{font-size:.8rem;color:var(--text-color-two)}#footer a:hover{opacity:.6}#footer .social{margin:.9rem 0}#footer .social img{width:20px;height:20px}#footer .social a{margin:0 .5rem}#footer a,#footer p{font-size:1rem}@media (max-width:1000px){.project{display:grid;grid-template-columns:repeat(2,1fr)}}@media (max-width:670px){.navbar .nav-menu{position:fixed;right:-100vw;top:4.5rem;flex-direction:column;width:calc(80% - 10px);transition:.3s;box-shadow:var(--shadow);padding:2rem;border-radius:5px;align-items:flex-start}.navbar .btn{margin:1rem 0 0}.nav-menu.active{right:20px}.nav-menu .nav-link{font-size:.9rem;margin:0 .2rem}.nav-menu li{margin-bottom:.5rem;width:100%}.nav-menu .btn{width:100%;text-align:center;margin-top:.5rem}.hamburger{display:block;cursor:pointer;padding:.2rem .4rem}.hamburger.active{border:1px dotted grey}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:first-child{transform:translateY(6px) rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}@media (max-width:600px){.project{display:grid;grid-template-columns:1fr}.header-container .btn{border-radius:5px;width:80%}}.container{max-width:var(--width-medium);margin:0 auto;padding:1rem 2rem}h1::selection,h2::selection{color:#111;background:var(--primary-color)}.btn{display:inline-block;padding:.75rem 1.9rem;border-radius:30px;font-size:1rem;transition:.3s}.btn-primary{background:var(--primary-color);color:#000}.btn-secondary{margin:5px 0;background-color:var(--bg-secondary);color:var(--bg-primary)}.btn-primary:hover{background:var(--secondary-color)}.theme-switch{position:relative}#switch{position:absolute;opacity:0}#switch:checked+.toggle-icons,#switch:focus+.toggle-icons{border:1px solid var(--text-color);border-radius:20px}.toggle-icons{display:flex;justify-content:space-between;align-items:center;padding:5px;cursor:pointer}.toggle-icons>img{transition:.6s cubic-bezier(.23,1,.32,1);width:30px}.moon{transform:rotate(10deg)}.moon,.sun{width:auto;height:auto}#switch:checked+.toggle-icons .moon{transform:rotate(250deg)}#switch:checked+.toggle-icons .sun{transform:rotate(100deg)}.header-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:8rem;padding:1rem}.header-container>div{margin-top:1rem}.content-text{text-align:center;margin:1.5rem 0}.content-text h2{font-size:3rem;line-height:1.2;transition:.2s ease-in-out}.content-text p{font-size:1.2rem;padding:.5rem;margin:0 auto;max-width:700px}.card{padding:1rem;background:var(--card-background);color:#fff;border-radius:5px;transition:.4s ease-in-out;cursor:pointer}.card a{color:var(--text-color);border-radius:20px;transition:.25s ease-in-out;font-size:1.1rem;margin-right:.3rem}.card a:hover{color:var(--primary-color)}.card:hover{box-shadow:inset -20px -100px 1000px 10px rgba(0,0,0,.8)}.card:hover .project-info{opacity:1}@media (max-width:768px){.header-container{margin-top:7rem;text-align:center}.content-text h2{font-size:2.5rem}.toggle-icons{width:30%}}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:100;font-display:optional;src:url(/_next/static/media/ce774baa2c96b660.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:__Raleway_410be3;font-style:italic;font-weight:100;font-display:optional;src:url(/_next/static/media/182e1601bd465f7e.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:100;font-display:optional;src:url(/_next/static/media/12bce36e007f46de.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:100;font-display:optional;src:url(/_next/static/media/b217b5d862b94f82.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:100;font-display:optional;src:url(/_next/static/media/71c461ccebfb7c63.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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:__Raleway_410be3;font-style:italic;font-weight:200;font-display:optional;src:url(/_next/static/media/ce774baa2c96b660.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:__Raleway_410be3;font-style:italic;font-weight:200;font-display:optional;src:url(/_next/static/media/182e1601bd465f7e.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:200;font-display:optional;src:url(/_next/static/media/12bce36e007f46de.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:200;font-display:optional;src:url(/_next/static/media/b217b5d862b94f82.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:200;font-display:optional;src:url(/_next/static/media/71c461ccebfb7c63.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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:__Raleway_410be3;font-style:italic;font-weight:300;font-display:optional;src:url(/_next/static/media/ce774baa2c96b660.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:__Raleway_410be3;font-style:italic;font-weight:300;font-display:optional;src:url(/_next/static/media/182e1601bd465f7e.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:300;font-display:optional;src:url(/_next/static/media/12bce36e007f46de.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:300;font-display:optional;src:url(/_next/static/media/b217b5d862b94f82.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:300;font-display:optional;src:url(/_next/static/media/71c461ccebfb7c63.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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:__Raleway_410be3;font-style:italic;font-weight:400;font-display:optional;src:url(/_next/static/media/ce774baa2c96b660.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:__Raleway_410be3;font-style:italic;font-weight:400;font-display:optional;src:url(/_next/static/media/182e1601bd465f7e.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:400;font-display:optional;src:url(/_next/static/media/12bce36e007f46de.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:400;font-display:optional;src:url(/_next/static/media/b217b5d862b94f82.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:400;font-display:optional;src:url(/_next/static/media/71c461ccebfb7c63.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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:__Raleway_410be3;font-style:italic;font-weight:500;font-display:optional;src:url(/_next/static/media/ce774baa2c96b660.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:__Raleway_410be3;font-style:italic;font-weight:500;font-display:optional;src:url(/_next/static/media/182e1601bd465f7e.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:500;font-display:optional;src:url(/_next/static/media/12bce36e007f46de.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:500;font-display:optional;src:url(/_next/static/media/b217b5d862b94f82.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:500;font-display:optional;src:url(/_next/static/media/71c461ccebfb7c63.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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:__Raleway_410be3;font-style:italic;font-weight:600;font-display:optional;src:url(/_next/static/media/ce774baa2c96b660.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:__Raleway_410be3;font-style:italic;font-weight:600;font-display:optional;src:url(/_next/static/media/182e1601bd465f7e.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:600;font-display:optional;src:url(/_next/static/media/12bce36e007f46de.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:600;font-display:optional;src:url(/_next/static/media/b217b5d862b94f82.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:600;font-display:optional;src:url(/_next/static/media/71c461ccebfb7c63.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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:__Raleway_410be3;font-style:italic;font-weight:700;font-display:optional;src:url(/_next/static/media/ce774baa2c96b660.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:__Raleway_410be3;font-style:italic;font-weight:700;font-display:optional;src:url(/_next/static/media/182e1601bd465f7e.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:700;font-display:optional;src:url(/_next/static/media/12bce36e007f46de.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:700;font-display:optional;src:url(/_next/static/media/b217b5d862b94f82.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:700;font-display:optional;src:url(/_next/static/media/71c461ccebfb7c63.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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:__Raleway_410be3;font-style:italic;font-weight:800;font-display:optional;src:url(/_next/static/media/ce774baa2c96b660.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:__Raleway_410be3;font-style:italic;font-weight:800;font-display:optional;src:url(/_next/static/media/182e1601bd465f7e.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:800;font-display:optional;src:url(/_next/static/media/12bce36e007f46de.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:800;font-display:optional;src:url(/_next/static/media/b217b5d862b94f82.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:800;font-display:optional;src:url(/_next/static/media/71c461ccebfb7c63.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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:__Raleway_410be3;font-style:italic;font-weight:900;font-display:optional;src:url(/_next/static/media/ce774baa2c96b660.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:__Raleway_410be3;font-style:italic;font-weight:900;font-display:optional;src:url(/_next/static/media/182e1601bd465f7e.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:900;font-display:optional;src:url(/_next/static/media/12bce36e007f46de.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:900;font-display:optional;src:url(/_next/static/media/b217b5d862b94f82.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Raleway_410be3;font-style:italic;font-weight:900;font-display:optional;src:url(/_next/static/media/71c461ccebfb7c63.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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:__Raleway_410be3;font-style:normal;font-weight:100;font-display:optional;src:url(/_next/static/media/5f3f18773a22b359.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:__Raleway_410be3;font-style:normal;font-weight:100;font-display:optional;src:url(/_next/static/media/381d7763ebd33b86.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:100;font-display:optional;src:url(/_next/static/media/40eeb93e53b2c40e.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:100;font-display:optional;src:url(/_next/static/media/c44159b2f652841f.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:100;font-display:optional;src:url(/_next/static/media/939b5075d50998ef.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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:__Raleway_410be3;font-style:normal;font-weight:200;font-display:optional;src:url(/_next/static/media/5f3f18773a22b359.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:__Raleway_410be3;font-style:normal;font-weight:200;font-display:optional;src:url(/_next/static/media/381d7763ebd33b86.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:200;font-display:optional;src:url(/_next/static/media/40eeb93e53b2c40e.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:200;font-display:optional;src:url(/_next/static/media/c44159b2f652841f.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:200;font-display:optional;src:url(/_next/static/media/939b5075d50998ef.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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:__Raleway_410be3;font-style:normal;font-weight:300;font-display:optional;src:url(/_next/static/media/5f3f18773a22b359.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:__Raleway_410be3;font-style:normal;font-weight:300;font-display:optional;src:url(/_next/static/media/381d7763ebd33b86.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:300;font-display:optional;src:url(/_next/static/media/40eeb93e53b2c40e.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:300;font-display:optional;src:url(/_next/static/media/c44159b2f652841f.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:300;font-display:optional;src:url(/_next/static/media/939b5075d50998ef.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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:__Raleway_410be3;font-style:normal;font-weight:400;font-display:optional;src:url(/_next/static/media/5f3f18773a22b359.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:__Raleway_410be3;font-style:normal;font-weight:400;font-display:optional;src:url(/_next/static/media/381d7763ebd33b86.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:400;font-display:optional;src:url(/_next/static/media/40eeb93e53b2c40e.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:400;font-display:optional;src:url(/_next/static/media/c44159b2f652841f.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:400;font-display:optional;src:url(/_next/static/media/939b5075d50998ef.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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:__Raleway_410be3;font-style:normal;font-weight:500;font-display:optional;src:url(/_next/static/media/5f3f18773a22b359.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:__Raleway_410be3;font-style:normal;font-weight:500;font-display:optional;src:url(/_next/static/media/381d7763ebd33b86.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:500;font-display:optional;src:url(/_next/static/media/40eeb93e53b2c40e.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:500;font-display:optional;src:url(/_next/static/media/c44159b2f652841f.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:500;font-display:optional;src:url(/_next/static/media/939b5075d50998ef.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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:__Raleway_410be3;font-style:normal;font-weight:600;font-display:optional;src:url(/_next/static/media/5f3f18773a22b359.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:__Raleway_410be3;font-style:normal;font-weight:600;font-display:optional;src:url(/_next/static/media/381d7763ebd33b86.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:600;font-display:optional;src:url(/_next/static/media/40eeb93e53b2c40e.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:600;font-display:optional;src:url(/_next/static/media/c44159b2f652841f.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:600;font-display:optional;src:url(/_next/static/media/939b5075d50998ef.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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:__Raleway_410be3;font-style:normal;font-weight:700;font-display:optional;src:url(/_next/static/media/5f3f18773a22b359.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:__Raleway_410be3;font-style:normal;font-weight:700;font-display:optional;src:url(/_next/static/media/381d7763ebd33b86.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:700;font-display:optional;src:url(/_next/static/media/40eeb93e53b2c40e.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:700;font-display:optional;src:url(/_next/static/media/c44159b2f652841f.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:700;font-display:optional;src:url(/_next/static/media/939b5075d50998ef.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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:__Raleway_410be3;font-style:normal;font-weight:800;font-display:optional;src:url(/_next/static/media/5f3f18773a22b359.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:__Raleway_410be3;font-style:normal;font-weight:800;font-display:optional;src:url(/_next/static/media/381d7763ebd33b86.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:800;font-display:optional;src:url(/_next/static/media/40eeb93e53b2c40e.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:800;font-display:optional;src:url(/_next/static/media/c44159b2f652841f.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:800;font-display:optional;src:url(/_next/static/media/939b5075d50998ef.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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:__Raleway_410be3;font-style:normal;font-weight:900;font-display:optional;src:url(/_next/static/media/5f3f18773a22b359.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:__Raleway_410be3;font-style:normal;font-weight:900;font-display:optional;src:url(/_next/static/media/381d7763ebd33b86.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:900;font-display:optional;src:url(/_next/static/media/40eeb93e53b2c40e.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:900;font-display:optional;src:url(/_next/static/media/c44159b2f652841f.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Raleway_410be3;font-style:normal;font-weight:900;font-display:optional;src:url(/_next/static/media/939b5075d50998ef.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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:__Raleway_Fallback_410be3;src:local("Arial");ascent-override:89.45%;descent-override:22.27%;line-gap-override:0.00%;size-adjust:105.09%}.__className_410be3{font-family:__Raleway_410be3,__Raleway_Fallback_410be3}