@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");@font-face{font-family:'URWClarendonT Bold';font-style:normal;font-weight:normal;src:local("URWClarendonT Bold"),url("../../fonts/URWClarendonTBold.woff") format("woff")}:root{--color-c-black-v-100: #000;--color-c-brown-v-100: #D4B5B5;--color-c-indigo-v-100: #F1F4FF;--color-c-indigo-v-200: #CFD6F3;--color-c-indigo-v-300: #C5D1FF;--color-c-indigo-v-400: #B9C8FF;--color-c-indigo-v-500: #849CF3;--color-c-indigo-v-600: #889CE7;--color-c-indigo-v-700: #617AD6;--color-c-indigo-v-800: #4E63B3;--color-c-red-v-100: #FFF0F0;--color-c-red-v-200: #FF7C7C;--color-c-red-v-300: #FF6262;--color-c-red-v-400: #E44F4F;--color-c-grey-v-100: #98A2C7;--color-c-grey-v-200: #838EB8;--color-c-grey-v-300: #404040;--color-c-white-v-100: #fff;--color-bl-white-v-100: #fff;--color-bl-grey-v-100: #f5f5f5;--color-bl-grey-v-200: #E0E0E0;--color-bl-grey-v-300: #BDBDBD;--color-bl-grey-v-400: #656263;--color-bl-grey-v-500: #505256;--color-bl-blue-v-100: #25458a;--color-bl-black-v-100: #000;--color-bl-black-v-200: #111;--color-bl-black-v-300: #222;--color-bl-black-v-400: #333;--space-xxs: 8px;--space-xs: 16px;--space-sm: 32px;--space-md: 40px;--space-lg: 48px;--space-xl: 60px;--space-xxl: 72px;--space-xxxl: 80px;--space-xxxx: 100px;--space-xxxxx: 120px}@use '../abstracts/variables' as *;.section-team-locations{width:100%}.section-team-locations .container{display:grid;grid-template-columns:repeat(2, 1fr);gap:40px}@media (max-width: 1023px){.section-team-locations .container{grid-template-columns:repeat(1, 1fr);gap:30px}}.section-team-locations__text{display:flex;flex-direction:column;gap:16px}.section-team-locations__text h2{color:var(--color-bl-blue-v-100);text-transform:uppercase}.section-team-locations__text p{text-align:justify}.section-team-locations__map{width:100%;height:0;padding-bottom:74%;position:relative;background:url("../../images/team-locations-map.svg") center center no-repeat;background-size:100%}@media (max-width: 767px){.section-team-locations__map{background:none !important;height:auto;padding-bottom:0;display:grid;grid-template-columns:repeat(1, 1fr);gap:8px}}.section-team-locations__map .location{position:absolute;top:0;left:0;max-width:330px;display:inline-block;padding:0 0 0 30px;cursor:pointer}@media (max-width: 767px){.section-team-locations__map .location{position:relative;padding:0;width:100%;max-width:100%;cursor:default}}.section-team-locations__map .location__short{opacity:1;cursor:pointer}.section-team-locations__map .location__short svg{width:auto;height:30px}.section-team-locations__map .location__short span{display:none;padding:6px 16px;background:var(--color-bl-blue-v-100);color:var(--color-c-white-v-100);border-radius:9px}.section-team-locations__map .location__short:hover span{display:inline-block}.section-team-locations__map .location__big{overflow:hidden;max-width:0;max-height:0;transition:all 0.3s ease-in-out;cursor:pointer;position:absolute;top:30px;left:30px;z-index:2}@media (max-width: 767px){.section-team-locations__map .location__big{position:relative;top:0;left:0;cursor:default}}.section-team-locations__map .location__big__wrapper{width:300px;min-height:40px;background:var(--color-bl-blue-v-100);color:var(--color-c-white-v-100);border-radius:9px;padding:16px;position:relative}@media (max-width: 767px){.section-team-locations__map .location__big__wrapper{width:calc(100% - 32px)}}.section-team-locations__map .location__big__wrapper .location-link{width:40px;height:40px;display:inline-block;padding:0;border:1px solid var(--color-c-white-v-100);border-radius:55%;background:url("../../images/icon_arrow-top-right_white100.svg") center center no-repeat;background-size:12px 12px;position:absolute;top:16px;right:16px}.section-team-locations__map .location__big__wrapper .location-link:hover{border:1px solid var(--color-c-indigo-v-300);background:var(--color-c-indigo-v-300) url("../../images/icon_arrow-top-right_indigo700.svg") center center no-repeat;background-size:12px 12px}.section-team-locations__map .location__big__wrapper .location-link:active{border:1px solid var(--color-c-indigo-v-400);background:var(--color-c-indigo-v-400) url("../../images/icon_arrow-top-right_indigo700.svg") center center no-repeat;background-size:12px 12px}.section-team-locations__map .location__big__wrapper h4{width:calc(100% - 56px);font-weight:600;text-transform:uppercase}.section-team-locations__map .location__big__wrapper ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:0}.section-team-locations__map .location__big__wrapper ul li{padding-left:16px;position:relative}.section-team-locations__map .location__big__wrapper ul li:before{content:'';display:inline-block;width:4px;height:4px;background:var(--color-c-white-v-100);border-radius:50%;position:absolute;left:4px;top:12px}.section-team-locations__map .location__big__wrapper .meta-info{border-top:1px solid var(--color-c-indigo-v-400);margin:8px 0 0 0;padding:8px 0 0 0}.section-team-locations__map .location__big__wrapper .meta-info ul{margin:0;padding:0;list-style-type:none;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.section-team-locations__map .location__big__wrapper .meta-info ul li{padding-left:10px;text-transform:uppercase;position:relative;color:var(--color-c-indigo-v-100)}.section-team-locations__map .location__big__wrapper .meta-info ul li::before{content:'';position:absolute;top:50%;left:0;width:4px;height:4px;background:var(--color-c-indigo-v-100);border-radius:50%;-webkit-transform:translateY(-65%);transform:translateY(-65%)}.section-team-locations__map .location__big__wrapper .meta-info ul li:first-child{padding-left:0}.section-team-locations__map .location__big__wrapper .meta-info ul li:first-child::before{display:none}.section-team-locations__map .location--columbia{top:62%;left:32%}@media (max-width: 767px){.section-team-locations__map .location--columbia{width:100%;top:0;left:0}}.section-team-locations__map .location--columbia .location__short{position:relative;top:-15px;left:-5px}@media (max-width: 767px){.section-team-locations__map .location--columbia .location__short{display:none}}.section-team-locations__map .location--columbia .location__big{top:0;left:30px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width: 767px){.section-team-locations__map .location--columbia .location__big{top:0;left:0;-webkit-transform:translateY(0%);transform:translateY(0%);max-width:100%;max-height:100%;width:100%;height:auto}}.section-team-locations__map .location--fletcher{top:33%;left:14%}@media (max-width: 767px){.section-team-locations__map .location--fletcher{width:100%;top:0;left:0}}.section-team-locations__map .location--fletcher .location__short{position:relative;top:-15px}@media (max-width: 767px){.section-team-locations__map .location--fletcher .location__short{display:none}}.section-team-locations__map .location--fletcher .location__big{top:0;left:30px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width: 767px){.section-team-locations__map .location--fletcher .location__big{top:0;left:0;-webkit-transform:translateY(0%);transform:translateY(0%);max-width:100%;max-height:100%;width:100%;height:auto}}.section-team-locations__map .location--greer{padding:0 0 0 20px;top:48%;left:17%}@media (max-width: 767px){.section-team-locations__map .location--greer{padding:0;width:100%;top:0;left:0}}.section-team-locations__map .location--greer .location__short{position:relative;top:-15px}@media (max-width: 767px){.section-team-locations__map .location--greer .location__short{display:none}}.section-team-locations__map .location--greer .location__big{top:0;left:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width: 767px){.section-team-locations__map .location--greer .location__big{top:0;left:0;-webkit-transform:translateY(0%);transform:translateY(0%);max-width:100%;max-height:100%;width:100%;height:auto}}.section-team-locations__map .location--myrtle-beach{padding:0 0 0 20px;top:59%;left:60%}@media (max-width: 767px){.section-team-locations__map .location--myrtle-beach{padding:0;width:100%;top:0;left:0}}.section-team-locations__map .location--myrtle-beach .location__short{position:relative;top:-15px}@media (max-width: 767px){.section-team-locations__map .location--myrtle-beach .location__short{display:none}}.section-team-locations__map .location--myrtle-beach .location__big{top:0;left:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width: 767px){.section-team-locations__map .location--myrtle-beach .location__big{top:0;left:0;-webkit-transform:translateY(0%);transform:translateY(0%);max-width:100%;max-height:100%;width:100%;height:auto}}.section-team-locations__map .location--north-charleston{padding:0 0 0 20px;top:83%;left:49%}@media (max-width: 767px){.section-team-locations__map .location--north-charleston{padding:0;width:100%;top:0;left:0}}.section-team-locations__map .location--north-charleston .location__short{position:relative;top:-15px}@media (max-width: 767px){.section-team-locations__map .location--north-charleston .location__short{display:none}}.section-team-locations__map .location--north-charleston .location__big{top:0;left:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width: 767px){.section-team-locations__map .location--north-charleston .location__big{top:0;left:0;-webkit-transform:translateY(0%);transform:translateY(0%);max-width:100%;max-height:100%;width:100%;height:auto}}.section-team-locations__map .location.opened{z-index:99999}.section-team-locations__map .location.opened .location__short{opacity:0;overflow:hidden}@media (max-width: 767px){.section-team-locations__map .location.opened .location__short{display:none}}.section-team-locations__map .location.opened .location__big{max-width:999px;max-height:999px;overflow:hidden}.section-team-locations .block-title{font-weight:700;line-height:1.2;color:var(--color-bl-blue-v-100);text-transform:uppercase}@media (max-width: 767px){.section-team-locations .block-title{font-size:42px !important}}

/*# sourceMappingURL=team-locations.css.map */
