.connect-services-list{background:#fff;width:100%;display:flex;flex-direction:row;justify-content:center;cursor:default}
.connect-services-list__header__title{padding-bottom:16px}
.connect-services-list__header__title h1,.connect-services-list__header__title h2,.connect-services-list__header__title h3,.connect-services-list__header__title h4,.connect-services-list__header__title h5,.connect-services-list__header__title h6,.connect-services-list__header__title span{font-family:CupraBook,serif;color:#1b1b1b;font-size:24px;line-height:28px;margin:0;padding:0}
@media(min-width:764px){.connect-services-list__header__title h1,.connect-services-list__header__title h2,.connect-services-list__header__title h3,.connect-services-list__header__title h4,.connect-services-list__header__title h5,.connect-services-list__header__title h6,.connect-services-list__header__title span{font-size:30px;line-height:36px}
}
@media(min-width:1016px){.connect-services-list__header__title h1,.connect-services-list__header__title h2,.connect-services-list__header__title h3,.connect-services-list__header__title h4,.connect-services-list__header__title h5,.connect-services-list__header__title h6,.connect-services-list__header__title span{font-family:CupraLight,serif;font-size:40px;line-height:44px}
}
@media(min-width:764px){.connect-services-list__header__title{padding-bottom:32px}
}
.connect-services-list__header__description{padding-bottom:32px}
.connect-services-list__header__description p{font-family:CupraRegular,serif;color:#666;font-size:14px;line-height:20px;margin:0;padding:0}
@media(min-width:764px){.connect-services-list__header__description p{font-size:16px;line-height:24px}
}
@media(min-width:1016px){.connect-services-list__header__description p{line-height:20px}
}
@media(min-width:1016px){.connect-services-list__header__description{padding-bottom:72px}
}
.connect-services-list__content{align-items:center;padding:32px 16px}
@media(min-width:764px){.connect-services-list__content{padding:40px 0;grid-column:2 / span 4}
}
@media(min-width:1016px){.connect-services-list__content{padding:80px 0 8px;grid-column:2 / span 10}
}
@media(min-width:1436px){.connect-services-list__content{grid-column:3 / span 8}
}
.connect-services-list__group-accordion:not(.wrapped)+.connect-services-list__group-accordion{padding-top:16px}
@media(min-width:1016px){.connect-services-list__group-accordion:not(.wrapped)+.connect-services-list__group-accordion{padding-top:0}
}
.connect-services-list__category{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-top:#75787b solid 1px;padding-top:17px;padding-bottom:18px;cursor:pointer}
@media(min-width:764px){.connect-services-list__category{padding-top:23px;padding-bottom:24px}
}
@media(min-width:1016px){.connect-services-list__category{cursor:default;padding:0;border-top:0}
}
.connect-services-list__category__text{font-family:CupraRegular,serif;color:#1b1b1b;font-size:16px;line-height:20px}
@media(min-width:764px){.connect-services-list__category__text{font-size:24px;line-height:28px}
}
@media(min-width:1016px){.connect-services-list__category__text{font-family:CupraMedium,serif}
}
.connect-services-list__category__accordion-icon{margin-right:6px;position:relative;background:#1b1b1b;width:20px;height:1.5px}
.connect-services-list__category__accordion-icon::after{position:absolute;content:'';background:#1b1b1b;width:20px;height:1.5px;transition:.5s}
@media(min-width:1016px){.connect-services-list__category__accordion-icon{display:none}
}
.connect-services-list__services{display:flex;padding-top:0;flex-direction:column;align-items:stretch;gap:16px;overflow:hidden;max-height:10000px;transition:max-height 1.5s ease-in-out}
@media(min-width:1016px){.connect-services-list__services{display:grid;grid-template-columns:repeat(2,1fr);padding:32px 0 72px;max-height:unset;gap:32px}
}
.connect-services-list__services a{text-decoration:none}
.connect-services-list__service{display:flex;align-items:center;background:#f4f4f3;width:100%}
.connect-services-list__service__text{font-family:CupraBook,serif;color:#1b1b1b;font-size:14px;line-height:16px;padding:16px 16px 18px}
@media(min-width:764px){.connect-services-list__service__text{padding:16px 8px 18px}
}
@media(min-width:1016px){.connect-services-list__service__text{padding:16px 16px 18px;font-size:16px;line-height:20px}
}
.connect-services-list .wrapped .connect-services-list__category__accordion-icon::after{transform:rotate(90deg)}
.connect-services-list .wrapped .connect-services-list__services{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(0,1,0,1)}
@media(min-width:1016px){.connect-services-list .wrapped .connect-services-list__services{max-height:max-content}
}
@media(min-width:764px){.connect-services-list{padding:0 32px;display:grid;column-gap:32px;grid-template-columns:repeat(6,1fr)}
}
@media(min-width:1016px){.connect-services-list{display:grid;grid-template-columns:repeat(12,1fr)}
}
@media(min-width:1436px){.connect-services-list{max-width:1436px;margin:0 auto}
}