
.panel-locations-top { background:#F4F6FA; padding:60px 0; }
.panel-locations-bottom { background:#fff; padding:70px 0 120px 0; }

.panel-locations h2 { font-size: 36px; font-weight: 700; line-height:1; letter-spacing: 0.72px; text-transform: uppercase; margin:0 0 8px 0; }
.panel-locations-bottom h2 { margin-bottom:55px; }
.panel-locations-bottom h3 { font-size: 26px; font-weight:600; line-height: 1; text-transform: uppercase; margin-bottom:32px; }
.panel-locations p { margin-bottom:12px; }
.panel-locations a { text-decoration:none; font-weight: 700; letter-spacing: -0.48px; }

.panel-locations .contact-method { border-bottom:solid 1px #AFB3BB; padding-bottom:25px; margin-bottom:36px; max-width:333px; }
.panel-locations .contact-method:last-child { margin-bottom:0; }

.panel-locations .australia-map { position:relative; width:406px; aspect-ratio:1.015; min-height:300px; background:url(map.svg) 50% 50% no-repeat; background-size:contain; margin-top:20px; }
.panel-locations .map-marker { position:absolute; left:50%; top:50%; }
.panel-locations .map-marker .marker-dot { position:relative; z-index:22; width:16px; height:16px; border-radius:50%; display:block; background:var(--purple); border:solid 1px #fff; cursor:pointer; }
.panel-locations .map-marker .marker-popup { opacity:0; pointer-events:none; transition:all 0.6s; position:absolute; z-index:33; width:200px; background:#fff; border-radius: 6px; box-shadow: 0 16px 24px 0 rgba(30, 30, 30, 0.08); padding: 12px 16px; }
.panel-locations .map-marker:hover .marker-popup { opacity:1; }
.panel-locations .map-marker h4 { margin:0 0 3px 0; font-size: 14px; font-weight: 600; line-height: 20px; }
.panel-locations .map-marker p  { margin:0 0 5px 0; font-size: 12px; font-weight: 400; line-height: 18px; }
.panel-locations #map-marker-jaws-head-office .marker-dot { width: 40px; height: 46px; padding:0; border:none; border-radius:0; background:transparent url("data:image/svg+xml,%3Csvg width='40' height='46' viewBox='0 0 40 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6448 42.1901C24.158 40.0102 26.4641 38.5607 28.8496 37.3985C35.4563 34.18 40 27.4702 40 19.7143C40 8.82639 31.0457 0 20 0C8.9543 0 0 8.82639 0 19.7143C0 27.4702 4.54369 34.18 11.1504 37.3985C13.5359 38.5607 15.842 40.0102 17.3552 42.1901L20 46L22.6448 42.1901Z' fill='white'/%3E%3Ccircle cx='20' cy='20' r='12.5' fill='%23EE3124'/%3E%3C/svg%3E%0A") no-repeat 50% 50%; }

.panel-locations .continent-section { border-bottom:solid 1px #D9D9D9; }
.panel-locations .continent-header { margin-top:32px; position:relative; cursor:pointer; }
.panel-locations .continent-header .toggle-icon { display:block; position:absolute; right:0; top:0; }
.panel-locations .continent-content { padding-bottom:42px; line-height: 240%; }
.panel-locations .reseller-location { display:flex; }
.panel-locations .reseller-location .request-quote { margin-left:auto; }

@media (min-width:768px) {
	.panel-locations .worldwide-resellers .row { margin:0 -30px; }
	.panel-locations .worldwide-resellers .col-12 { padding:0 30px; }
}
@media (min-width:1200px) {
	.panel-locations .worldwide-resellers .row { margin:0 -60px; }
	.panel-locations .worldwide-resellers .col-12 { padding:0 60px; }
}
@media (min-width:1500px) {
	.panel-locations .worldwide-resellers .row { margin:0 -121px; }
	.panel-locations .worldwide-resellers .col-12 { padding:0 121px; }
}

@media (max-width:767px) {
	.panel-locations-top { padding:var(--padding-top) 0; }
	.panel-locations .australia-map { width:100%; }
	.panel-locations-bottom { padding:var(--padding-top) 0 var(--padding-top) 0; }
	.panel-locations-bottom h2 { margin-bottom:var(--margin-bottom); }
	.panel-locations-bottom h3 { margin:20px 0; }
}