.contactContainer{width:100%;padding:80px 0;display:flex;flex-direction:column;align-items:center;gap:80px}.contactContainer .locationContainer{width:100%;display:flex;align-items:center;gap:40px}.contactContainer .locationContainer .locationContentCards{width:calc(30% - 40px);display:flex;flex-direction:column;gap:30px}.contactContainer .locationContainer .locationContentCards .locationCard{display:flex;flex-direction:column}.contactContainer .locationContainer .locationContentCards .locationCard .locationCardTitle{color:#0075f2;font-family:outfit-bold;font-size:18px;font-style:normal;font-weight:700;line-height:144.444%}.contactContainer .locationContainer .locationContentCards .locationCard .locationCardText{color:#003c54;font-family:outfit-regular;font-size:18px;font-style:normal;font-weight:400;line-height:26px}.contactContainer .locationContainer .mapsContainer{width:70%;aspect-ratio:1496/749;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15)}.contactContainer .locationContainer .mapsContainer iframe{width:100%;height:100%}@media(max-width:992px){.contactContainer .locationContainer{flex-direction:column-reverse}.contactContainer .locationContainer .mapsContainer{width:80%}.contactContainer .locationContainer .locationContentCards{flex-direction:row;justify-content:space-between;width:80%}}@media(max-width:768px){.contactContainer .locationContainer .locationContentCards{justify-content:center;flex-wrap:wrap}}@media(max-width:576px){.contactContainer .locationContainer .locationContentCards,.contactContainer .locationContainer .mapsContainer{width:100%}}.contactContainer .dropdownCards{display:flex;flex-direction:column;gap:40px;width:100%}@media(max-width:1400px){.contactContainer{padding:50px 0;gap:50px}}@media(max-width:992px){.contactContainer{padding:30px 0;gap:30px}}