@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&display=swap";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary{margin:0;padding:0;border:0;font-size:100%;font-weight:400;vertical-align:baseline;background:transparent}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--color-primary-background: #0F162D;--color-pink: 202, 89, 255;--color-blue: 108, 124, 255;--color-aqua: 42, 255, 255;--color-yellow: 255, 246, 41;--color-secondary-background: #272D42;--color-light: #FFFFFF;--color-dark: #000000 }body{font-family:DM Sans,sans-serif;background-color:var(--color-primary-background);color:var(--color-light);max-width:1440px;margin:0 auto}.home-page{--fs-header-large: 32px;--fs-header-small: 20px;--fs-body: 16px;--fs-body-small: 14px;--lh-header-large: 40px;--lh-header-small: 20px;--lh-body: 24px;--lh-body-small: 22px;max-width:496px;display:flex;flex-direction:column;justify-content:center;margin:0 auto}.home-page .home-page__text-container{padding:0 4.2%;margin:48px 0 24px}.home-page .home-page__title{font-weight:500;font-size:var(--fs-header-large);line-height:var(--lh-header-large);letter-spacing:-.2%;margin-bottom:16px}.home-page .home-page__paragraph{font-size:var(--fs-body);line-height:var(--lh-body)}.home-page .home-page__list{list-style:none;display:grid;gap:16px;padding:0 4.2%}.home-page .home-page__list-item{background-color:var(--color-secondary-background);padding:20px;border-radius:20px;min-height:156px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.home-page .home-page__list-item h3{font-size:var(--fs-header-small);font-weight:500;line-height:var(--lh-header-small)}.home-page .home-page__list-item p{font-size:var(--fs-body-small);line-height:var(--lh-body-small);opacity:50%}.home-page .home-page__icon-container{height:56px;width:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;transition:.3s}.home-page .home-page__icon-container--pink{background-color:rgba(var(--color-pink),.1)}.home-page .home-page__icon-container--pink:hover{background-color:rgba(var(--color-pink),.5)}.home-page .home-page__icon-container--blue{background-color:rgba(var(--color-blue),.1)}.home-page .home-page__icon-container--blue:hover{background-color:rgba(var(--color-blue),.5)}.home-page .home-page__icon-container--aqua{background-color:rgba(var(--color-aqua),.1)}.home-page .home-page__icon-container--aqua:hover{background-color:rgba(var(--color-aqua),.5)}.home-page .home-page__icon-container--yellow{background-color:rgba(var(--color-yellow),.1)}.home-page .home-page__icon-container--yellow:hover{background-color:rgba(var(--color-yellow),.5)}@media (min-width: 768px){.home-page .home-page__text-container{padding:0;margin-top:247px}.home-page .home-page__title{--fs-header-large: 48px;--lh-header-large: 56px}.home-page .home-page__list{grid-template-columns:1fr 1fr;padding:0}.home-page .home-page__list-item{min-height:178px;padding:20px 16px}}@media (min-width: 1024px){.home-page{flex-direction:row;margin:159px 152px;max-width:100%;justify-content:space-between}.home-page .home-page__text-container{margin:0;width:41%}.home-page .home-page__title{margin-bottom:24px}.home-page .home-page__list{width:49.3%;gap:31px 24px}.home-page .home-page__list-item{padding:24px 16px;border-radius:24px;min-height:192px;min-width:200px}.home-page .home-page__list-item p{--fs-body-small: var(--fs-body);--lh-body-small: var(--lh-body)}.home-page .home-page__icon{height:32px;width:32px}.home-page .home-page__icon-container{height:64px;width:64px;border-radius:16px}}
