.dashed-items-grid{padding:clamp(64px,128 * .0520833333vw,128px) 0 clamp(32px,128 * .0520833333vw,128px);overflow:hidden}.dashed-items-grid__header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:clamp(40px,64 * .0520833333vw,64px)}.dashed-items-grid__badge{margin-bottom:32px}.dashed-items-grid__title{font-size:var(--fs-h2);line-height:var(--lh-h2);font-weight:var(--fw-medium);color:var(--color-text-primary);margin:0}.dashed-items-grid__grid{display:grid;column-gap:clamp(24px,32 * .0520833333vw,32px);row-gap:clamp(32px,64 * .0520833333vw,64px);position:relative}.dashed-items-grid__grid--cols-4{grid-template-columns:repeat(4,1fr)}@media only screen and (max-width: 1024px){.dashed-items-grid__grid--cols-4{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 600px){.dashed-items-grid__grid--cols-4{grid-template-columns:1fr}}.dashed-items-grid__grid--cols-3{grid-template-columns:repeat(3,1fr)}@media only screen and (max-width: 768px){.dashed-items-grid__grid--cols-3{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 600px){.dashed-items-grid__grid--cols-3{grid-template-columns:1fr}}.dashed-items-grid__overlay{position:absolute;pointer-events:none;z-index:0}.dashed-items-grid__overlay:not(.dashed-items-grid__overlay--vertical):not(.dashed-items-grid__overlay--line){left:0;right:-90px;border-top:1px dashed var(--color-dot);border-right:1px dashed var(--color-dot);border-bottom:1px dashed var(--color-dot);border-radius:0 70px 70px 0}.dashed-items-grid__overlay--line{left:0;right:-90px;height:0;border-top:1px dashed var(--color-dot)}.dashed-items-grid__overlay--vertical{width:0;border-left:1px dashed var(--color-dot);transform:translate(-50%)}.dashed-items-grid__card{display:flex;flex-direction:column;gap:clamp(8px,16 * .0520833333vw,16px);position:relative;z-index:1}@media only screen and (max-width: 600px){.dashed-items-grid__card{flex-direction:row;align-items:flex-start;gap:12px}}.dashed-items-grid__card-content{display:flex;flex-direction:column;gap:clamp(8px,16 * .0520833333vw,16px)}.dashed-items-grid__card-icon{width:clamp(20px,28 * .0520833333vw,28px);height:clamp(20px,28 * .0520833333vw,28px);border-radius:50%;background-color:var(--color-text-primary);box-shadow:0 5px 10px #33d5ff40;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashed-items-grid__card-icon svg{width:70%;height:70%;display:block}.dashed-items-grid__card-title{font-size:var(--fs-h4);line-height:var(--lh-h4);font-weight:var(--fw-medium);color:var(--color-text-primary);margin:0}.dashed-items-grid__card-description{font-size:var(--fs-p1);line-height:var(--lh-p1);font-weight:var(--fw-regular);color:var(--color-text-secondary);margin:0}
