.ourBrandsSection{z-index:1;background:#fff;flex-direction:row;justify-content:center;align-items:flex-start;gap:0;width:100%;padding:120px 20px;display:flex;position:relative}.ourBrandsSection .innerContainer{z-index:2;opacity:0;background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;gap:48px;width:100%;max-width:1280px;transition:opacity .9s,transform .9s;display:flex;transform:translateY(60px)}.ourBrandsSection .innerContainer.inView{opacity:1;transform:translateY(0)}.ourBrandsSection .innerContainer .heading{flex-direction:column;justify-content:flex-start;align-items:center;gap:0;width:100%;display:flex}.ourBrandsSection .innerContainer .heading span{color:#e3a85a;text-align:center;text-transform:uppercase;margin-bottom:6px;font-size:16px;font-weight:600;line-height:24px}.ourBrandsSection .innerContainer .heading h2{font-family:var(--font-academico);color:#2c2c2c;text-align:center;margin-bottom:16px;font-size:36px;font-weight:400;line-height:normal}.ourBrandsSection .innerContainer .heading p{color:#707070;text-align:center;font-size:16px;font-weight:400;line-height:26px}.ourBrandsSection .innerContainer .brandsCon{flex-flow:wrap;justify-content:center;align-items:stretch;gap:28px;width:100%;display:flex}.ourBrandsSection .innerContainer .brandsCon .brand{background:#fff;border:1px solid #eaedf2;border-radius:12px;flex-direction:column;flex:298px;justify-content:flex-start;align-items:center;gap:0;width:100%;max-width:300px;display:flex}@media screen and (max-width:500px){.ourBrandsSection .innerContainer .brandsCon .brand{max-width:100%}}.ourBrandsSection .innerContainer .brandsCon .brand:hover{background:#fdfaf6;border:1px solid #eaedf2;box-shadow:0 4px 20px #0000000a}.ourBrandsSection .innerContainer .brandsCon .brand .top{flex-direction:row;justify-content:center;align-items:center;gap:0;width:100%;height:200px;padding:16px;display:flex}.ourBrandsSection .innerContainer .brandsCon .brand .top .imgWrapper{width:100%;max-width:220px;height:auto;display:flex}.ourBrandsSection .innerContainer .brandsCon .brand .top .imgWrapper img{object-fit:cover}.ourBrandsSection .innerContainer .brandsCon .brand .bottom{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;gap:12px;width:100%;padding:12px 24px 28px;display:flex}.ourBrandsSection .innerContainer .brandsCon .brand .bottom p{color:#2c2c2c;border-top:1px solid #eaedf2;width:100%;margin-bottom:3px;padding-top:24px;font-size:15px;font-weight:600;line-height:normal}.ourBrandsSection .innerContainer .brandsCon .brand .bottom .contactInfo{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;display:flex}.ourBrandsSection .innerContainer .brandsCon .brand .bottom .contactInfo img{width:18px;height:18px}.ourBrandsSection .innerContainer .brandsCon .brand .bottom .contactInfo a,.ourBrandsSection .innerContainer .brandsCon .brand .bottom .contactInfo span{color:#707070;font-size:14px;font-weight:400;line-height:normal}.ourBrandsSection .innerContainer .brandsCon .brand .bottom .contactInfo.academico a{font-family:var(--font-academico)}.ourBrandsSection .brandLine{width:100%;max-width:672px;height:auto;position:absolute;bottom:19px;right:0}@media screen and (max-width:767px){.ourBrandsSection{padding:40px 16px}.ourBrandsSection .innerContainer{gap:40px}.ourBrandsSection .innerContainer .heading span{font-size:14px;font-weight:500;line-height:20px}.ourBrandsSection .innerContainer .heading h2{font-size:28px}.ourBrandsSection .innerContainer .heading p{font-size:14px;line-height:20px}.ourBrandsSection .innerContainer .brandsCon{gap:16px}.ourBrandsSection .innerContainer .brandsCon .brand .top{height:140px;padding-bottom:0}.ourBrandsSection .innerContainer .brandsCon .brand .top .imgWrapper{max-width:180px}.ourBrandsSection .innerContainer .brandsCon .brand .bottom{gap:8px;padding:16px}.ourBrandsSection .innerContainer .brandsCon .brand .bottom p{padding-top:16px}.ourBrandsSection .brandLine{display:none}}@media screen and (min-width:1921px){.ourBrandsSection .brandLine{display:none}}
.ourLocationSection{z-index:1;background:#fff;flex-direction:row;justify-content:center;align-items:flex-start;gap:0;width:100%;padding:120px 20px;display:flex;position:relative}.ourLocationSection .innerContainer{opacity:0;flex-direction:column;justify-content:flex-start;align-items:center;gap:48px;width:100%;max-width:1280px;transition:opacity .9s,transform .9s;display:flex;transform:translateY(60px)}.ourLocationSection .innerContainer.inView{opacity:1;transform:translateY(0)}.ourLocationSection .innerContainer .heading{flex-direction:column;justify-content:flex-start;align-items:center;gap:0;width:100%;display:flex}.ourLocationSection .innerContainer .heading span{color:#e3a85a;text-transform:uppercase;text-align:center;margin-bottom:6px;font-size:16px;font-weight:600;line-height:24px}.ourLocationSection .innerContainer .heading h2{font-family:var(--font-academico);color:#2c2c2c;text-align:center;margin-bottom:6px;font-size:36px;font-weight:400;line-height:normal}.ourLocationSection .innerContainer .heading p{text-align:center;color:#656464;font-size:16px;font-weight:400;line-height:26px}.ourLocationSection .innerContainer .regionContainer{grid-template-columns:repeat(4,1fr);gap:28px;width:100%;display:grid}@media screen and (max-width:1024px){.ourLocationSection .innerContainer .regionContainer{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:850px){.ourLocationSection .innerContainer .regionContainer{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.ourLocationSection .innerContainer .regionContainer{grid-template-columns:repeat(1,1fr)}}.ourLocationSection .innerContainer .regionContainer .regionCard{border:1px solid #eaedf2;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;width:100%;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000a}.ourLocationSection .innerContainer .regionContainer .regionCard .imgWrapper{width:auto;height:200px}.ourLocationSection .innerContainer .regionContainer .regionCard .imgWrapper img{object-fit:cover}.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;width:100%;padding:12px 24px 28px;display:flex}.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper .location{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;width:100%;display:flex}.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper .location .topLocation{flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;width:100%;display:flex}.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper .location .topLocation img{border-radius:2px;width:16px;height:16px}.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper .location .topLocation span{color:#c87b00;letter-spacing:1px;text-transform:uppercase;font-size:10px;font-weight:600;line-height:normal}.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper .location p{color:#2c2c2c;font-size:22px;font-weight:500;line-height:normal}.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper hr{background:#eaedf2;border:none;width:100%;height:1px}.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper .infoContainer{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;width:100%;display:flex}.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper .infoContainer .contactContainer{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;width:100%;display:flex}.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper .infoContainer .contactContainer .role{flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;margin-bottom:2px;display:flex}.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper .infoContainer .contactContainer .role .leftIndicator{background:#c87b00;border-radius:2px;width:1px;height:14px}.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper .infoContainer .contactContainer .role span{color:#c87b00;letter-spacing:.5px;text-transform:uppercase;font-size:11px;font-weight:700;line-height:normal}.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper .infoContainer .contactContainer h5{color:#2c2c2c;font-size:13px;font-weight:600;line-height:normal}.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper .infoContainer .contactContainer .infoWrapper{flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;width:100%;display:flex}.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper .infoContainer .contactContainer .infoWrapper img{width:12px;height:12px}.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper .infoContainer .contactContainer .infoWrapper p{color:#707070;font-size:11px;font-weight:400;line-height:normal}.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper .infoContainer .contactContainer .infoWrapper .phoneNumber{font-family:var(--font-academico)}@media screen and (max-width:767px){.ourLocationSection{padding:40px 16px}.ourLocationSection .innerContainer{gap:36px}.ourLocationSection .innerContainer .heading span{font-size:14px;font-weight:500;line-height:20px}.ourLocationSection .innerContainer .heading h2{font-size:28px}.ourLocationSection .innerContainer .heading p{font-size:14px;line-height:20px}.ourLocationSection .innerContainer .regionContainer .regionCard .imgWrapper{height:180px}.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper,.ourLocationSection .innerContainer .regionContainer .regionCard .regionWrapper .infoContainer{gap:16px}}
.contactContainer{flex-direction:column;justify-content:flex-start;align-items:center;gap:0;width:100%;display:flex}
