/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: hsl(0, 0%, 92%);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: hsl(0, 0%, 83%);
  border-radius: 100vw;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: hsl(0, 0%, 63%);
}

@media (-webkit-device-pixel-ratio: 1.25) {
  :root {
    zoom: 0.8;
  }
}

@media all {
  *,
  ::after,
  ::before {
    box-sizing: border-box;
  }
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  img {
    vertical-align: middle;
  }
  ::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  .container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  @media (min-width: 1400px) {
    .container {
      max-width: 1320px;
    }
  }
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  @media (min-width: 576px) {
    .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-sm-12 {
      flex: 0 0 auto;
      width: 100%;
    }
  }
  @media (min-width: 768px) {
    .col-md-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
    }
  }
}

@media all {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  img {
    vertical-align: middle;
    border-style: none;
  }
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-6,
.col-sm-6,
.col-sm-12,
.col-md-4,
.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}
h5 {
  font-size: 1.3rem;
}
h6 {
  font-size: 1rem;
}
img {
  max-width: 100%;
  height: auto;
}
::-moz-selection {
  color: #fff;
  background: #f6c742;
}
::selection {
  color: #fff;
  background: #f6c742;
}
@media (min-width: 768px) {
  .custom-container .container {
    width: calc(((100% - 750px) / 2) + 750px) !important;
  }
}
@media (min-width: 992px) {
  .custom-container .container {
    width: calc(((100% - 970px) / 2) + 970px) !important;
  }
}
@media (min-width: 1200px) {
  .custom-container .container {
    width: calc(((100% - 1140px) / 2) + 1140px) !important;
  }
}
@media (min-width: 1300px) {
  .custom-container .container {
    max-width: 1200px !important;
  }
}
.top-leaders-section .top-leader-region {
  color: #424242;
  position: absolute;
  font-weight: 500;
  font-size: 1rem;
  transform: translate(-50%, 0);
  left: 50%;
  top: 13px;
}
.top-leaders-section .top-leader-image {
  text-align: center;
}
.top-leaders-section .top-leader-image img {
  width: 70px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px;
}
.top-leaders-section .top-leader-desc {
  text-align: center;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: -30px;
  padding-top: 38px;
}
.top-leaders-section .top-leader-desc h6 {
  color: #424242;
}
.top-leaders-section .top-leader-desc p {
  font-weight: 500;
  color: #424242;
}
.top-leaders-section .top-leader-desc h5 {
  color: white;
  padding: 0;
  margin: 0;
  padding: 7px 0 4px;
  line-height: 1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.regional-top-leader {
  margin-bottom: 20px;
}
.top-leader-desc h5 span {
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .top-leader-desc h6,
  .top-leader-desc p {
    font-size: 0.9rem;
    margin-bottom: 5px;
  }
  .top-leader-desc h5 {
    font-size: 1.1rem;
    font-weight: 400;
  }
  .top-leader-desc h5 span {
    font-size: 0.8rem;
    font-weight: 400;
  }
  .top-leaders-section .top-leader-region {
    font-size: 0.9rem;
  }
}

/*! CSS Used from: Embedded */
::-moz-selection {
  color: #fff;
  background: #f6c742;
}
::selection {
  color: #fff;
  background: #f6c742;
}
