.news__search{margin-top:80px;margin-bottom:80px;background:#fff;box-shadow:0 8px 20px 0 #0033ff1a;border-radius:12px;padding:8px 8px 8px 24px;display:flex;align-items:center;gap:20px}.news__search input{flex-grow:1;border:none;outline:none;font-size:16px}.news__search input::placeholder{color:#c7c7c7}.news__search button{background:#19b492;border-radius:12px;min-width:150px;font-size:20px;line-height:20px;padding:16px;color:#fff;border:none}.insights__list{display:flex;justify-content:center;align-items:center;gap:40px;margin-bottom:100px}.insights__list div{display:flex;flex-direction:column;align-items:center;width:100%;box-shadow:0 8px 20px 0 #0033ff1a;background:#fff;padding:28px 16px 30px;border-radius:12px}.insights__list div p{font-size:20px;margin-top:20px;font-weight:600;color:#151518}.insight__suggest{display:flex;gap:40px;margin-bottom:100px}.insight__large{width:100%;background:#fff;box-shadow:0 8px 20px 0 #0033ff1a}.insight__large,.insight__large img,.insights__item{border-radius:24px}.insights__item{background:#fff;box-shadow:0 8px 20px 0 #0033ff1a;display:flex;margin-bottom:20px;gap:20px;align-items:center}.insights__item:last-child{margin-bottom:0}.insights__item--img{aspect-ratio:1/1;max-width:180px}.insights__item--img img,.insights__itemCol img{border-radius:24px}.insights__list--grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;margin-bottom:60px}.insights__itemCol{background:#fff;box-shadow:0 8px 20px 0 #0033ff1a;border-radius:24px;display:flex;flex-direction:column;min-width:370px}.insignt__list--tabs{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:40px}.insignt__list--tabs .news__search{max-width:380px;width:100%;margin:0}.insignt__list--tabs .news__search button{min-width:auto}.insights__type--grids{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;margin-bottom:100px}.insights__timelines{margin-top:60px}.insights__timelines div{font-size:20px;margin-bottom:40px;display:flex;align-items:center;gap:24px}.insights__timelines div:first-child{color:#151518}.insights__timelines div:first-child span:first-child{background:#19b492}.insights__timelines div span:first-child{width:14px;height:14px;display:block;border-radius:50%;background:#d9d9d9;position:relative}.insights__timelines div span:first-child:after{content:"";position:absolute;width:2px;height:80px;background:inherit;left:50%;transform:translateX(-50%)}.insights__timelines div:last-child span:first-child:after{display:none}.insights__itemCol.no_Shadow{box-shadow:none!important}@media screen and (max-width:1200px){.insights__list{flex-wrap:wrap;gap:16px;margin-bottom:60px}.insights__list--grid{display:flex;overflow-x:auto}.insights__type--grids{grid-template-columns:1fr 1fr}}@media screen and (max-width:1024px){.insight__suggest{flex-direction:column}.insignt__list--tabs .news__search{display:none}h2.insigns--title{font-size:24px!important}.insignt__type--br{margin-top:20px!important}.insights__timelines{display:none}}@media screen and (max-width:768px){.insights__type--grids{grid-template-columns:1fr}}.reading-progress{display:flex;flex-direction:column;margin-top:80px}.step{display:flex;align-items:flex-start;height:90px;transition:color .3s}.step .dot-container{width:14px;height:14px;position:relative;display:flex;margin-right:20px;flex-shrink:0;margin-top:10px}.step .dot-container .dot{width:14px;height:14px;border-radius:50%;background-color:#ccc;transition:background-color .3s;z-index:1}.step:not(:last-child) .dot-container:after{content:"";position:absolute;top:14px;left:50%;transform:translateX(-50%);width:2px;height:90px;background-color:#ccc;z-index:0}.step.active .dot,.step.passed .dot,.step.passed .dot-container:after{background-color:#10b981}.step .label{font-size:20px;color:#7a7a7a;transition:font-weight .3s,color .3s;cursor:pointer}.step.active .label{font-weight:700;color:#000}