.Values{align-items:safe center;background:var(--color-text-primary);color:var(--color-golden);display:flex;justify-content:safe center;min-height:100lvh;padding:80px 0}.Values .inner{align-items:flex-start;display:flex;flex-direction:row;gap:32px;justify-content:center;margin:0 auto;max-width:1440px;padding:0 var(--pad-desktop);width:100%}@media (max-width:1199px) and (min-width:900px){.Values .inner{flex-wrap:wrap}}@media (max-width:899px){.Values .inner{align-items:center;flex-direction:column;gap:80px;padding:0 var(--pad-mobile)}}.Values .values-item{align-items:center;display:flex;flex:1 1 0;flex-direction:column;gap:16px;max-width:416px;text-align:center}@media (max-width:1199px) and (min-width:900px){.Values .values-item{flex:0 1 calc(50% - 16px)}}@media (max-width:899px){.Values .values-item{flex:none;width:100%}}@media (max-width:767px){.Values .values-item{max-width:408px}}.Values .icon{flex-shrink:0;height:100px;margin-bottom:-4px;width:100px}@media (max-width:899px){.Values .icon{height:60px;margin-bottom:-8px;width:60px}}.Values .body{margin:0 auto;max-width:280px}@media (max-width:899px){.Values .body{max-width:320px}}