@font-face{font-family:Poppins,sans-serif;src:url(/_astro/Poppins-Regular.rkqrbHHH.woff2) format("woff2")}html{box-sizing:border-box;font-size:100%}*,*:before,*:after{box-sizing:inherit;color:inherit}body{margin:0;padding:0;font-family:Poppins,sans-serif;background-color:var(--background-color);color:var(--text-color)}.container{max-width:1440px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.1;margin-top:0}h1{font-size:clamp(2rem,1.25rem + 2vw,3rem)}h2{font-size:clamp(1.625rem,1.125rem + 1.75vw,2.375rem)}h3{font-size:clamp(1.3125rem,1rem + 1.5vw,1.875rem)}h4{font-size:clamp(1.0625rem,.875rem + 1vw,1.5rem)}h5{font-size:clamp(.875rem,.75rem + .5vw,1.125rem)}h6{font-size:clamp(.75rem,.625rem + .25vw,.875rem)}p{margin-top:0;font-size:clamp(1rem,1.2vw,1.4rem)}a,a:visited,a:active{text-decoration:none;font-size:clamp(1rem,1.2vw,1.4rem)}li{font-size:clamp(1rem,1.2vw,1.4rem)}button{padding:.8rem 1.8rem;font-size:clamp(1rem,1.2vw,1.4rem);text-wrap:nowrap;font-weight:700;border-radius:25px;cursor:pointer}.custom-select-wrapper{position:relative;display:inline-block}.custom-select-wrapper select{padding:.8rem 2.5rem .8rem 1.8rem;font-size:clamp(1rem,1.2vw,1.4rem);font-weight:700;border-radius:var(--default-border-radius);cursor:pointer;border:none;background-color:var(--primary-color);color:var(--alt-text-color);appearance:none;text-wrap:nowrap;-moz-appearance:none;-webkit-appearance:none}.custom-select-wrapper:after{content:"";position:absolute;top:50%;right:1rem;transform:translateY(-50%);width:1rem;height:1rem;background-color:var(--alt-text-color);-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20256%20256'%3e%3crect%20width='256'%20height='256'%20fill='none'/%3e%3cpolyline%20points='208%2096%20128%20176%2048%2096'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20256%20256'%3e%3crect%20width='256'%20height='256'%20fill='none'/%3e%3cpolyline%20points='208%2096%20128%20176%2048%2096'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3c/svg%3e");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;pointer-events:none}.custom-select-wrapper select:focus-visible{outline:2px solid var(--alt-text-color);outline-offset:2px}:root{--background-color: #ffffff;--text-color: #2b2d2d;--primary-color: #b22222;--secondary-color: #d35151;--tertiary-color: #f48686;--alt-background-color: #2b2d2d;--alt-text-color: #ffffff;--gray-100: #cccccc;--gray-500: #999999;--gray-900: #666666;--primary-color-soft: #E1BAB8;--secondary-color-soft: #EBC8C7;--tertiary-color-soft: #F7D9D8;--primary-color-transparent: #b2222255;--secondary-color-transparent: #d3515155;--tertiary-color-transparent: #f4868655;--primary-complement: #f5f37f;--secondary-complement: #7fc7f5;--paypal-primary: #003087;--paypal-secondary: #009cde;--paypal-tertiary: #012169;--trustmeup-primary: #0b9cbc;--pagefind-ui-scale: 1;--pagefind-ui-primary: var(--primary-color);--pagefind-ui-text: var(--text-color);--pagefind-ui-background: var(--background-color);--pagefind-ui-border: var(--gray-100);--pagefind-ui-tag: var(--gray-100);--pagefind-ui-border-width: 2px;--pagefind-ui-border-radius: 50px;--pagefind-ui-image-border-radius: 8px;--pagefind-ui-image-box-ratio: 3 / 2;--pagefind-ui-font: sans-serif;--default-padding-container: 50px 0;--default-padding-block: 0 0 20px 0;--default-margin-container: 50px 0;--default-gap: 20px;--default-border-radius: 10px;--default-box-shadow: 0 4px 6px rgba(0, 0, 0, .1)}.hero{display:grid;grid-template-columns:2fr 1fr;gap:var(--default-gap);padding:var(--default-padding-container)}.hero__title{display:flex;flex-direction:column;gap:calc(var(--default-gap) * 4);background-color:var(--tertiary-color-soft);border-radius:var(--default-border-radius);padding:1rem}.hero__title b{color:var(--primary-color)}.hero__citation{text-align:end;font-weight:700;font-style:italic}.hero__donation{display:grid;gap:var(--default-gap)}.hero__donation--single,.hero__donation--monthly{background-color:var(--tertiary-color-soft);border-radius:var(--default-border-radius);padding:1rem}.hero__donation__other-monthly{padding:1rem 0 0}@media (max-width: 900px){.hero{grid-template-columns:1fr;text-align:center}}.help__color-background{background-color:var(--primary-color)}.help{padding:var(--default-padding-container);color:var(--alt-text-color)}.help__title{text-align:center}.help__grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:var(--default-gap);text-align:center}.help-icon{width:8rem;height:8rem;background-color:var(--alt-text-color);display:inline-block}.help-icon-heart{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20256%20256'%3e%3crect%20width='256'%20height='256'%20fill='none'/%3e%3cpath%20d='M128,224S24,168,24,102A54,54,0,0,1,78,48c22.59,0,41.94,12.31,50,32,8.06-19.69,27.41-32,50-32a54,54,0,0,1,54,54C232,168,128,224,128,224Z'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3c/svg%3e") no-repeat center/contain}.help-icon-hand-heart{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20256%20256'%3e%3crect%20width='256'%20height='256'%20fill='none'/%3e%3cpath%20d='M48,208H16a8,8,0,0,1-8-8V160a8,8,0,0,1,8-8H48'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cpath%20d='M112,160h32l67-15.41a16.61,16.61,0,0,1,21,16h0a16.59,16.59,0,0,1-9.18,14.85L184,192l-64,16H48V152l25-25a24,24,0,0,1,17-7H140a20,20,0,0,1,20,20h0a20,20,0,0,1-20,20Z'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cpath%20d='M96.73,120C87,107.72,80,94.56,80,80c0-21.69,17.67-40,39.46-40A39.12,39.12,0,0,1,156,64a39.12,39.12,0,0,1,36.54-24C214.33,40,232,58.31,232,80c0,29.23-28.18,55.07-50.22,71.32'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3c/svg%3e") no-repeat center/contain}.help-icon-package{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20256%20256'%3e%3crect%20width='256'%20height='256'%20fill='none'/%3e%3cline%20x1='128'%20y1='129.09'%20x2='128'%20y2='231.97'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cpolyline%20points='32.7%2076.92%20128%20129.08%20223.3%2076.92'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cpath%20d='M219.84,182.84l-88,48.18a8,8,0,0,1-7.68,0l-88-48.18a8,8,0,0,1-4.16-7V80.18a8,8,0,0,1,4.16-7l88-48.18a8,8,0,0,1,7.68,0l88,48.18a8,8,0,0,1,4.16,7v95.64A8,8,0,0,1,219.84,182.84Z'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cpolyline%20points='81.56%2048.31%20176%20100%20176%20152'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3c/svg%3e") no-repeat center/contain}.help-icon-users-three{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20256%20256'%3e%3crect%20width='256'%20height='256'%20fill='none'/%3e%3cpath%20d='M192,120a59.91,59.91,0,0,1,48,24'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cpath%20d='M16,144a59.91,59.91,0,0,1,48-24'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3ccircle%20cx='128'%20cy='144'%20r='40'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cpath%20d='M72,216a65,65,0,0,1,112,0'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cpath%20d='M161,80a32,32,0,1,1,31,40'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cpath%20d='M64,120A32,32,0,1,1,95,80'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3c/svg%3e") no-repeat center/contain}@media (max-width: 900px){.help__grid{grid-template-columns:1fr}}.mission{padding:var(--default-padding-container)}.mission__title>h2{color:var(--primary-color)}.mission__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--default-gap);text-align:center}.mission-icon{width:8rem;height:8rem;background-color:var(--primary-color);display:inline-block}.mission-icon-person{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20256%20256'%3e%3crect%20width='256'%20height='256'%20fill='none'/%3e%3ccircle%20cx='128'%20cy='40'%20r='24'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cpath%20d='M149.17,80a24,24,0,0,1,18,8.13l45.32,51.38a12,12,0,0,1-17,17L160,128l22.87,86.93a12,12,0,0,1-21.75,10.14L128,168,94.88,225.07a12,12,0,0,1-21.75-10.14L96,128,60.49,156.49a12,12,0,0,1-17-17L88.83,88.13a24,24,0,0,1,18-8.13Z'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3c/svg%3e") no-repeat center/contain}.mission-icon-briefcase{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20256%20256'%3e%3crect%20width='256'%20height='256'%20fill='none'/%3e%3crect%20x='32'%20y='64'%20width='192'%20height='144'%20rx='8'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cpath%20d='M168,64V48a16,16,0,0,0-16-16H104A16,16,0,0,0,88,48V64'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cpath%20d='M224,118.31A191.09,191.09,0,0,1,128,144a191.14,191.14,0,0,1-96-25.68'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cline%20x1='112'%20y1='112'%20x2='144'%20y2='112'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3c/svg%3e") no-repeat center/contain}@media (max-width: 900px){.mission__grid{grid-template-columns:1fr}}.cta-icon-gift{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20256%20256'%3e%3crect%20width='256'%20height='256'%20fill='none'/%3e%3crect%20x='32'%20y='80'%20width='192'%20height='48'%20rx='8'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cpath%20d='M208,128v72a8,8,0,0,1-8,8H56a8,8,0,0,1-8-8V128'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cline%20x1='128'%20y1='80'%20x2='128'%20y2='208'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cpath%20d='M176.79,31.21c9.34,9.34,9.89,25.06,0,33.82C159.88,80,128,80,128,80s0-31.88,15-48.79C151.73,21.32,167.45,21.87,176.79,31.21Z'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cpath%20d='M79.21,31.21c-9.34,9.34-9.89,25.06,0,33.82C96.12,80,128,80,128,80s0-31.88-15-48.79C104.27,21.32,88.55,21.87,79.21,31.21Z'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3c/svg%3e") no-repeat center/contain;background-color:var(--primary-color)}.cta-icon-heart{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20256%20256'%3e%3crect%20width='256'%20height='256'%20fill='none'/%3e%3cpath%20d='M128,224S24,168,24,102A54,54,0,0,1,78,48c22.59,0,41.94,12.31,50,32,8.06-19.69,27.41-32,50-32a54,54,0,0,1,54,54C232,168,128,224,128,224Z'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3c/svg%3e") no-repeat center/contain}.cta-icon-envelope{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20256%20256'%3e%3crect%20width='256'%20height='256'%20fill='none'/%3e%3cpolyline%20points='224%2056%20128%20144%2032%2056'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cpath%20d='M32,56H224a0,0,0,0,1,0,0V192a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V56A0,0,0,0,1,32,56Z'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cline%20x1='110.55'%20y1='128'%20x2='34.47'%20y2='197.74'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3cline%20x1='221.53'%20y1='197.74'%20x2='145.45'%20y2='128'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3c/svg%3e") no-repeat center/contain;background-color:var(--primary-color)}.card-icon-heart{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20256%20256'%3e%3crect%20width='256'%20height='256'%20fill='none'/%3e%3cpath%20d='M128,224S24,168,24,102A54,54,0,0,1,78,48c22.59,0,41.94,12.31,50,32,8.06-19.69,27.41-32,50-32a54,54,0,0,1,54,54C232,168,128,224,128,224Z'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='16'/%3e%3c/svg%3e") no-repeat center/contain}.card-icon-trustmeup-logo{width:15rem!important;height:8rem!important;background:url(/_astro/trustmeup-logo.C3w1XFH3.svg) no-repeat center/contain;background-color:var(--background-color)!important}.slider{overflow:hidden;width:100%;position:relative;padding:20px 0}.slider>h2{text-align:center;color:var(--primary-color)}.slider-track{width:max-content;display:flex;gap:calc(var(--default-gap) * 3);will-change:transform}.slider__trademark{display:block;font-style:italic;text-align:end}.slide{display:flex;justify-content:center;align-items:center;flex:0 0 auto}.slide a{width:10rem;height:10rem}.slide a span{display:inline-block;width:10rem;height:10rem}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.slide-icon-meedox-logo{background:url(/_astro/meedox-logo.4xSeLka6.svg) no-repeat center/contain}.slide-icon-algolia-logo{background:url(/_astro/algolia-logo.D9i1xu9c.svg) no-repeat center/contain}.slide-icon-eltima-logo{background:url(/_astro/eltima-logo.CQLdX73e.svg) no-repeat center/contain}.slide-icon-wincher-logo{background:url(/_astro/wincher-logo.Bxyd2o_b.svg) no-repeat center/contain}.slide-icon-bjango-logo{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%20106%2038'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20xmlns:serif='http://www.serif.com/'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3e%3cg%20transform='matrix(1,0,0,1,-32,-5.85043)'%3e%3cpath%20d='M129,22C130.646,22%20132,23.354%20132,25C132,26.646%20130.646,28%20129,28C127.354,28%20126,26.646%20126,25C126.002,23.355%20127.355,22.002%20129,22M129,16C124.063,16%20120,20.063%20120,25C120,29.937%20124.063,34%20129,34C133.937,34%20138,29.937%20138,25C138,20.063%20133.937,16%20129,16Z'%20style='fill:rgb(160,160,160);fill-rule:nonzero;'/%3e%3c/g%3e%3cg%20transform='matrix(1,0,0,1,-32,-5.85043)'%3e%3cpath%20d='M98,31C98,31%2098,25%2098,25C98,20.062%2093.937,16%2089,16C88.839,16%2088.677,16.004%2088.516,16.013C83.649,16.267%2080,20.636%2080,25.509L80,34L83,34C84.646,34%2086,32.646%2086,31L86,25C86,23.354%2087.354,22%2089,22C90.646,22%2092,23.354%2092,25L92,34L95,34C96.646,34%2098,32.646%2098,31Z'%20style='fill:rgb(160,160,160);fill-rule:nonzero;'/%3e%3c/g%3e%3cg%20transform='matrix(1,0,0,1,-32,-5.85043)'%3e%3cpath%20d='M41,16C39.978,15.999%2038.963,16.173%2038,16.514L38,10C38,8.354%2036.646,7%2035,7C33.354,7%2032,8.354%2032,10L32,25C32,29.937%2036.063,34%2041,34C45.937,34%2050,29.937%2050,25C50,20.063%2045.937,16%2041,16ZM41,28C39.354,28%2038,26.646%2038,25C38,23.354%2039.354,22%2041,22C42.646,22%2044,23.354%2044,25C43.998,26.645%2042.645,27.998%2041,28Z'%20style='fill:rgb(160,160,160);fill-rule:nonzero;'/%3e%3c/g%3e%3cg%20transform='matrix(1,0,0,1,-32,-5.85043)'%3e%3cpath%20d='M52,34C52,34.009%2052,34.018%2052,34.027C52,35.654%2050.665,36.994%2049.038,37C47.973,36.938%2046.958,37.48%2046.418,38.399C46.134,38.872%2045.984,39.413%2045.984,39.964C45.984,41.622%2047.342,42.989%2049,43C49.052,43%2049.104,42.999%2049.156,42.996C54.033,42.913%2057.999,38.878%2058,34L58,19C58,17.354%2056.646,16%2055,16C53.354,16%2052,17.354%2052,19L52,34Z'%20style='fill:rgb(160,160,160);fill-rule:nonzero;'/%3e%3c/g%3e%3cg%20transform='matrix(1,0,0,1,-32,-5.85043)'%3e%3cpath%20d='M109,16C104.063,16.001%20100.001,20.063%20100.001,25C100.001,29.937%20104.064,34%20109.001,34C110.023,34%20111.037,33.826%20112,33.486L112,34C111.998,35.645%20110.645,36.998%20109,37C107.354,37%20106,38.354%20106,40C106,41.646%20107.354,43%20109,43C109.052,43%20109.104,42.999%20109.156,42.996C114.033,42.913%20117.999,38.878%20118,34L118,25C118,20.063%20113.937,16%20109,16ZM109,28C107.354,28%20106,26.646%20106,25C106,23.354%20107.354,22%20109,22C110.646,22%20112,23.354%20112,25C111.998,26.645%20110.645,27.998%20109,28Z'%20style='fill:rgb(160,160,160);fill-rule:nonzero;'/%3e%3c/g%3e%3cg%20transform='matrix(1,0,0,1,-32,-5.85043)'%3e%3cpath%20d='M69,16C64.064,16.002%2060.004,20.064%2060.004,25C60.004,29.937%2064.066,34%2069.004,34C70.345,34%2071.669,33.7%2072.88,33.122C73.442,33.685%2074.205,34.001%2075,34L78,34L78,25C78,20.063%2073.937,16%2069,16ZM69,28C67.354,28%2066,26.646%2066,25C66,23.354%2067.354,22%2069,22C70.646,22%2072,23.354%2072,25C71.998,26.645%2070.645,27.998%2069,28Z'%20style='fill:rgb(160,160,160);fill-rule:nonzero;'/%3e%3c/g%3e%3cg%20transform='matrix(1,0,0,1,-32,-5.85043)'%3e%3cpath%20d='M55.526,6.162L56.697,8.303L58.837,9.473C59.029,9.578%2059.149,9.781%2059.149,10C59.149,10.219%2059.029,10.421%2058.837,10.526L56.697,11.697L55.526,13.837C55.421,14.029%2055.219,14.149%2055,14.149C54.781,14.149%2054.579,14.029%2054.474,13.837L53.303,11.697L51.163,10.526C50.971,10.421%2050.851,10.219%2050.851,10C50.851,9.781%2050.971,9.578%2051.163,9.473L53.303,8.303L54.474,6.162C54.579,5.97%2054.781,5.85%2055,5.85C55.219,5.85%2055.421,5.97%2055.526,6.162Z'%20style='fill:rgb(160,160,160);fill-rule:nonzero;'/%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain}.slide-icon-nordvpn-logo{background:url("data:image/svg+xml,%3csvg%20viewBox='3%203%20894%20194.1'%20xmlns='http://www.w3.org/2000/svg'%20width='2500'%20height='536'%3e%3cg%20fill='%232c3038'%3e%3cpath%20d='M875.8%2068.8c0-5.8%204.7-10.6%2010.6-10.6S897%2063%20897%2068.8c0%205.9-4.7%2010.6-10.6%2010.6s-10.6-4.8-10.6-10.6zm2%200c0%204.8%203.8%208.7%208.6%208.7%204.7%200%208.6-3.9%208.6-8.7s-3.9-8.7-8.6-8.7c-4.8%200-8.6%203.9-8.6%208.7zm7%206h-2.5V62.7h4.8c2.4%200%204.3%201.2%204.3%203.8%200%201.8-1%202.9-2.3%203.5l2.5%204.8h-2.7l-2.2-4.4h-1.9zm2.1-9.7h-2.1v3h2.1c.9%200%201.9-.4%201.9-1.5%200-1.2-1-1.5-1.9-1.5z'/%3e%3cpath%20clip-rule='evenodd'%20d='M379.6%20152.3l-43.2-64.9v64.9h-19.3V58.2h22.3l40.8%2061.4V58.2h19.3v94.1zM443.6%2086.7c-19.5%200-35.2%2014.5-35.2%2033.7%200%2019.4%2015.5%2033.4%2035%2033.4%2019.4%200%2035.1-14.4%2035.1-33.8-.1-19.2-15.6-33.3-34.9-33.3zm-.2%2049.8c-8.8%200-15.9-6.7-15.9-16.5%200-9.6%207-16.3%2015.7-16.3%208.8%200%2015.9%206.7%2015.9%2016.3.1%209.8-6.9%2016.5-15.7%2016.5zM527%2088.1v18.4c-2.5-.5-5.2-.5-6-.5-9%200-15.3%206.3-15.3%2018.2v28.1h-18.4V88.1h17.8v9.4h.2c3.5-7.3%2010-10.1%2016.6-10.1%201.5%200%203.8.3%205.1.7zM580.7%2058.2v37.3h-.2c-6.6-7.8-15.5-8.5-19.2-8.5-18.4%200-30.8%2016.9-30.8%2033.2%200%2017.3%2011.9%2033.4%2030.5%2033.4%204.3%200%2013.9-.6%2020-9.4h.2v8.2h18.2V58.2zm-15.4%2078.3c-8.8%200-15.9-6.7-15.9-16.5%200-9.6%207.1-16.2%2015.9-16.2s15.9%206.6%2015.9%2016.2c-.1%209.8-7.1%2016.5-15.9%2016.5zM639.2%20152.3l-34.1-94.1h21.1l24.4%2071.5%2024.5-71.5h20.7l-34.2%2094.1zM738.8%2058.2h-35v94.1h19.5v-33.2H738c19.7%200%2034.4-10%2034.4-30.8%200-19.9-14.8-30.1-33.6-30.1zm-1.6%2042.8h-13.9V76.6h13.8c8.1%200%2015.7%203.1%2015.7%2012.3%200%208.7-7.9%2012.1-15.6%2012.1zM844.7%20152.3l-43.3-64.9v64.9h-19.2V58.2h22.3l40.8%2061.4V58.2h19.3v94.1z'%20fill-rule='evenodd'/%3e%3c/g%3e%3cpath%20clip-rule='evenodd'%20d='M26.2%20197C11.6%20176.9%203%20152.1%203%20125.2%203%2057.7%2057.6%203%20125%203s122%2054.7%20122%20122.3c0%2026.8-8.6%2051.6-23.2%2071.8l-58.6-95.4-5.7%209.6%205.7%2026.6-40.3-69-24.8%2042.1%205.8%2026.9-21.1-36.1z'%20fill='%234580ff'%20fill-rule='evenodd'/%3e%3c/svg%3e") no-repeat center/contain}.slide-icon-word2invest-logo{background:url(/_astro/word2invest-logo.D0-RGBND.svg) no-repeat center/contain}.slide-icon-showacademy-logo{background:url(/_astro/showacademy-logo.DQJCn0WI.svg) no-repeat center/contain}.slide-icon-studiolegaleassociatoiannone-logo{background:url(/_astro/studiolegaleassociatoiannone-logo.DwbXS8WR.svg) no-repeat center/contain}.slide-icon-iacovazzosurgelati-logo{background:url(/_astro/iacovazzosurgelati-logo.hgkniIiK.svg) no-repeat center/contain}.slide-icon-studiodentisticobarbarulo-logo{background:url(/_astro/studiodentisticobarbarulo-logo.CCOegrmM.svg) no-repeat center/contain}.slide-icon-giokids-logo{background:url(/_astro/giokids-logo.DiHU9lBG.svg) no-repeat center/contain}
