section.top-banner {
  height: calc(var(--vh, 1vh) * 100);
  max-height: 1030px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner {
    height: auto;
  }
}
section.top-banner .c-container {
  height: 100%;
  align-items: stretch;
  padding-top: min(max(4px, 0.3125vw), 6px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container {
    padding-top: min(max(10px, 2.6041666667vw), 20px);
  }
}
section.top-banner .c-container .wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  row-gap: min(max(35px, 2.734375vw), 50px);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  padding-bottom: min(max(min(max(25px, 6.5104166667vw), 50px), 5.078125vw), 100px);
  border-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap {
    border-top-right-radius: 0;
    padding-inline: min(max(26px, 7.1614583333vw), 55px);
    padding-top: calc(var(--hh) + 20px);
    align-items: flex-start;
    row-gap: min(max(30px, 7.421875vw), 57px);
  }
}
section.top-banner .c-container .wrap:before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
section.top-banner .c-container .wrap h3 {
  color: #FFFFFF;
}
section.top-banner .c-container .wrap .h1 {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .h1 {
    margin-left: 0;
    text-align: left;
    font-size: min(max(30px, 7.1614583333vw), 55px);
  }
}
section.top-banner .c-container .wrap .h1 span {
  display: block;
  overflow: hidden;
}
section.top-banner .c-container .wrap .h1 + h4 {
  margin-top: calc(0px - min(max(35px, 2.734375vw), 50px) + 10px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .h1 + h4 {
    margin-top: calc(0px - min(max(30px, 7.421875vw), 57px) + 10px);
  }
}
section.top-banner .c-container .wrap h4 {
  color: #FFFFFF;
  font-weight: 500;
}
section.top-banner .c-container .wrap p {
  margin-top: -10px;
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  font-size: min(max(18px, 1.40625vw), 20px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap p {
    margin-top: -25px;
    text-align: left;
    font-size: min(max(14px, 3.6458333333vw), 28px);
  }
}
section.top-banner .c-container .wrap p span {
  display: block;
  overflow: hidden;
}
section.top-banner .c-container .wrap .highlighted-links {
  padding-top: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .highlighted-links {
    display: none;
  }
}
section.top-banner .c-container .wrap .highlighted-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: min(max(12px, 2.0833333333vw), 40px);
  padding: min(max(13px, 1.0416666667vw), 20px) min(max(25px, 1.953125vw), 40px);
  border: 2px solid #FFFFFF;
  border-radius: min(max(40px, 3.125vw), 50px);
}
section.top-banner .c-container .wrap .highlighted-links ul li:before {
  display: none;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .highlighted-links ul {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  section.top-banner .c-container .wrap .highlighted-links ul {
    gap: min(max(20px, 1.5625vw), 40px);
    padding: min(max(11px, 0.859375vw), 20px) min(max(25px, 1.953125vw), 40px);
  }
}
section.top-banner .c-container .wrap .highlighted-links ul li a {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 5px;
  margin-bottom: -8px;
}
section.top-banner .c-container .wrap .highlighted-links ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  bottom: 0px;
  left: -100%;
  transition-property: left;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
section.top-banner .c-container .wrap .highlighted-links ul li a:hover:before {
  left: 0;
}
section.top-banner .c-container .wrap .highlighted-links ul li.current-menu-item a {
  pointer-events: none;
}
section.top-banner .c-container .wrap .highlighted-links ul li.current-menu-item a:before {
  left: 0;
}
section.top-banner .c-container .wrap .btn-arrow {
  margin-top: min(max(15px, 1.171875vw), 30px);
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  order: 3;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .btn-arrow {
    display: none;
  }
}
section.top-banner .c-container .wrap .btn-arrow:hover {
  transform: translateY(20%);
}
section.top-banner .c-container .wrap .btn-arrow:after {
  transform: rotate(0deg);
}

.locations .map-wrapper {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #FFFFFF;
  border-bottom-left-radius: min(max(40px, 3.125vw), 50px);
  border-bottom-right-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper {
    padding-top: 0;
    border-bottom-left-radius: min(max(40px, 10.4166666667vw), 80px);
    border-bottom-right-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
.locations .map-wrapper .c-container .c-row {
  max-height: min(max(630px, 49.21875vw), 950px);
  position: relative;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row {
    max-height: unset;
    background-color: #D4D8D2;
    border-radius: min(max(40px, 10.4166666667vw), 80px);
    padding: min(max(10px, 1.953125vw), 15px) min(max(7.5px, 1.953125vw), 15px);
  }
}
.locations .map-wrapper .c-container .c-row > * {
  border-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row > * {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
.locations .map-wrapper .c-container .c-row .map {
  width: 100%;
  background-color: #F4F4F4;
  max-height: inherit;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row .map {
    max-height: min(max(305px, 80.7291666667vw), 620px);
  }
}
.locations .map-wrapper .c-container .c-row .map::-webkit-scrollbar {
  display: none;
}
.locations .map-wrapper .c-container .c-row .map .desktop {
  width: 130%;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row .map .desktop {
    display: none;
  }
}
.locations .map-wrapper .c-container .c-row .map .tablet {
  width: 200%;
  display: none;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row .map .tablet {
    display: block;
  }
}
.locations .map-wrapper .c-container .c-row .map svg {
  display: block;
}
.locations .map-wrapper .c-container .c-row .map svg path {
  fill: #000;
}
.locations .map-wrapper .c-container .c-row .map svg .inactive {
  opacity: 0.3;
}
.locations .map-wrapper .c-container .c-row .map svg .active:not(.selected) {
  cursor: pointer;
}
/* .locations .map-wrapper .c-container .c-row .map svg .active:not(.selected) path {
  opacity: 0.4;
} */
.locations .map-wrapper .c-container .c-row .map svg .active:not(.selected) path.border {
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}
.locations .map-wrapper .c-container .c-row .map svg .active:not(.selected) path.text {
  opacity: 1;
  fill: #FFFFFF;
}
.locations .map-wrapper .c-container .c-row .map svg .active.selected {
  cursor: default;
}
.locations .map-wrapper .c-container .c-row .map svg .active.selected path {
  opacity: 1;
  fill: #e20074;
}
.locations .map-wrapper .c-container .c-row .map svg .active.selected path.border {
  fill: #fff;
  stroke: #e20074;
  stroke-miterlimit: 10;
}
.locations .map-wrapper .c-container .c-row .locations-list {
  position: absolute;
  background-color: #FFFFFF;
  top: min(max(12px, 0.9375vw), 20px);
  height: calc(100% - min(max(12px, 0.9375vw), 20px) * 2);
  right: min(max(12px, 0.9375vw), 20px);
  padding: min(max(14px, 1.09375vw), 20px) min(max(15px, 1.171875vw), 25px);
  max-width: min(max(290px, 22.65625vw), 430px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row .locations-list {
    position: relative;
    top: min(max(10px, 2.6041666667vw), 20px);
    right: unset;
    width: 100%;
    max-width: unset;
    padding: min(max(15px, 3.90625vw), 30px);
    height: auto;
    margin-bottom: min(max(8px, 2.4739583333vw), 19px);
  }
}
.locations .map-wrapper .c-container .c-row .locations-list .list-single {
  display: none;
}
.locations .map-wrapper .c-container .c-row .locations-list .list-single.selected {
  display: block;
}
.locations .map-wrapper .c-container .c-row .locations-list .list-single__top {
  border-radius: 30px;
  background-color: #e20074;
  padding: min(max(20px, 1.5625vw), 25px) min(max(30px, 2.34375vw), 40px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row .locations-list .list-single__top {
    padding: min(max(28px, 5.859375vw), 45px) min(max(38px, 9.765625vw), 75px);
    border-radius: min(max(25px, 6.5104166667vw), 50px);
  }
}
.locations .map-wrapper .c-container .c-row .locations-list .list-single__top * {
  color: #FFFFFF;
}
.locations .map-wrapper .c-container .c-row .locations-list .list-single__top .country-name {
  font-weight: 500;
  font-size: min(max(18px, 1.40625vw), 28px);
  margin-bottom: min(max(12px, 0.9375vw), 18px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row .locations-list .list-single__top .country-name {
    font-size: min(max(22px, 5.859375vw), 45px);
    margin-bottom: min(max(15px, 3.90625vw), 30px);
  }
}
.locations .map-wrapper .c-container .c-row .locations-list .list-single__top .country-details {
  font-size: min(max(10px, 0.78125vw), 16px);
  font-weight: 400;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row .locations-list .list-single__top .country-details {
    font-size: min(max(12px, 3.2552083333vw), 25px);
  }
}
.locations .map-wrapper .c-container .c-row .locations-list .list-single__top .country-details * {
  font-size: inherit;
}
.locations .map-wrapper .c-container .c-row .locations-list .list-single__top .country-details > div span {
  font-weight: 700;
}
.locations .map-wrapper .c-container .c-row .locations-list .list-single__top .country-details > div.phone a {
  font-weight: 700;
}
.locations .map-wrapper .c-container .c-row .locations-list .list-single__rest {
  margin-top: min(max(35px, 2.734375vw), 50px);
  padding-inline: min(max(17px, 1.328125vw), 25px);
}

.locations .map-wrapper .c-container .c-row .locations-list .list-single__rest ul li{
 list-style-type: none;
}

@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row .locations-list .list-single__rest {
    margin-top: min(max(25px, 6.5104166667vw), 50px);
    padding-inline: min(max(20px, 5.2083333333vw), 40px);
  }
}
.locations .map-wrapper .c-container .c-row .locations-list .list-single__rest * {
  color: #e20074;
  font-size: min(max(10px, 0.78125vw), 16px);
  font-weight: 400;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row .locations-list .list-single__rest * {
    font-size: min(max(14px, 3.6458333333vw), 28px);
  }
}
.locations .map-wrapper .c-container .c-row .locations-list .list-single__rest > ul {
  margin-top: 0;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row .locations-list .list-single__rest > ul {
    padding-left: min(max(10px, 2.6041666667vw), 20px);
  }
}
.locations .map-wrapper .c-container .c-row .locations-list .list-single__rest > ul > li:not(:last-child) {
  margin-bottom: min(max(12px, 0.9375vw), 20px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row .locations-list .list-single__rest > ul > li:not(:last-child) {
    margin-bottom: min(max(17px, 4.5572916667vw), 35px);
  }
}
.locations .map-wrapper .c-container .c-row .locations-list .list-single__rest > ul > li span {
  font-weight: 700;
  display: block;
  margin-bottom: min(max(6px, 0.46875vw), 10px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row .locations-list .list-single__rest > ul > li span {
    margin-bottom: min(max(7px, 1.953125vw), 15px);
  }
}
.locations .map-wrapper .c-container .c-row .locations-list .list-single__rest > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: min(max(12px, 0.9375vw), 20px);
}
.locations .map-wrapper .c-container .c-row .locations-list .list-single__rest > ul > li ul li:before {
  display: none;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row .locations-list .list-single__rest > ul > li ul {
    row-gap: min(max(17px, 4.5572916667vw), 35px);
  }
}
.locations .map-wrapper .c-container .c-row .locations-wrap {
  display: flex;
  position: absolute;
  bottom: min(max(12px, 0.9375vw), 20px);
  border-radius: 30px;
  background-color: #FFFFFF;
  left: min(max(min(max(5px, 0.6510416667vw), 12px), 0.9375vw), 20px);
  padding: min(max(20px, 1.5625vw), 30px) min(max(40px, 3.125vw), 60px);
  column-gap: min(max(15px, 1.171875vw), 20px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row .locations-wrap {
    position: relative;
    width: calc(100% - 10px);
    justify-content: center;
    column-gap: min(max(15px, 3.90625vw), 30px);
    padding: min(max(20px, 5.2083333333vw), 40px) min(max(10px, 2.6041666667vw), 20px);
    border-radius: min(max(25px, 6.5104166667vw), 50px);
    left: unset;
    bottom: unset;
    margin-top: 5px;
    margin-inline: auto;
    margin-bottom: min(max(12px, 3.2552083333vw), 25px);
  }
}
.locations .map-wrapper .c-container .c-row .locations-wrap .col {
  flex: 0 0 auto;
}
.locations .map-wrapper .c-container .c-row .locations-wrap .col:not(:last-child) {
  padding-right: min(max(15px, 1.171875vw), 20px);
  border-right: 1px solid #e20074;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row .locations-wrap .col:not(:last-child) {
    padding-right: min(max(15px, 3.90625vw), 30px);
  }
}
.locations .map-wrapper .c-container .c-row .locations-wrap .col span {
  display: block;
  color: #e20074;
  font-size: min(max(13px, 1.015625vw), 20px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row .locations-wrap .col span {
    font-size: min(max(15px, 3.90625vw), 30px);
  }
}
.locations .map-wrapper .c-container .c-row .locations-wrap .col span:first-child {
  font-weight: 700;
  font-size: min(max(18px, 1.40625vw), 28px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .locations .map-wrapper .c-container .c-row .locations-wrap .col span:first-child {
    font-size: min(max(20px, 5.2083333333vw), 40px);
  }
}