.anchor--from--src-ui-anchor-stylesscss {
  display: block;
  position: relative;
  top: -140px;
  visibility: hidden; }
  @media (max-width: 767.98px) {
    .anchor--from--src-ui-anchor-stylesscss {
      top: -70px; } }

.row--from--src-ui-certifications-stylesscss {
  margin-top: 40px;
  margin-bottom: 30px; }

.banner--from--src-ui-banner-stylesscss {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: 50% 50% no-repeat;
  background-size: cover;
  color: white;
  height: 240px; }
  @media (min-width: 768px) {
    .banner--from--src-ui-banner-stylesscss {
      height: 400px; } }
  .banner--from--src-ui-banner-stylesscss .heading--from--src-ui-banner-stylesscss {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold; }
    @media (min-width: 768px) {
      .banner--from--src-ui-banner-stylesscss .heading--from--src-ui-banner-stylesscss {
        font-size: 26px; } }
    .banner--from--src-ui-banner-stylesscss .heading--from--src-ui-banner-stylesscss.primary--from--src-ui-banner-stylesscss {
      color: #55c5b6; }
  .banner--from--src-ui-banner-stylesscss .text--from--src-ui-banner-stylesscss {
    font-size: 16px;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .banner--from--src-ui-banner-stylesscss .text--from--src-ui-banner-stylesscss {
        font-size: 20px; } }
    .banner--from--src-ui-banner-stylesscss .text--from--src-ui-banner-stylesscss.dark--from--src-ui-banner-stylesscss {
      color: black; }

.background--from--src-ui-world-map-stylesscss {
  position: relative;
  margin: 0 auto;
  background: #f4f4f4; }
  @media (min-width: 992px) {
    .background--from--src-ui-world-map-stylesscss {
      width: 960px;
      height: 500px; } }
  @media (min-width: 1470px) {
    .background--from--src-ui-world-map-stylesscss {
      width: 1440px;
      height: 750px; } }

.svg--from--src-ui-world-map-stylesscss {
  width: 100%;
  height: 100%; }
  .svg--from--src-ui-world-map-stylesscss path {
    transition: all .3s ease-in-out; }

.textcenter--from--src-ui-world-map-stylesscss {
  text-align: center; }

.small--from--src-ui-world-map-stylesscss {
  font-size: 80%; }

.tip--from--src-ui-world-map-stylesscss {
  position: absolute;
  pointer-events: none;
  top: 20px;
  z-index: 10;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  color: black;
  border-radius: 4px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity .3s ease-in-out; }
  @media (min-width: 1470px) {
    .tip--from--src-ui-world-map-stylesscss {
      padding: 40px; } }
  .tip--from--src-ui-world-map-stylesscss.enterActive--from--src-ui-world-map-stylesscss {
    opacity: 1; }
  .tip--from--src-ui-world-map-stylesscss.enterDone--from--src-ui-world-map-stylesscss {
    opacity: 1; }
  .tip--from--src-ui-world-map-stylesscss.left--from--src-ui-world-map-stylesscss {
    left: 20px;
    right: 60%; }
  .tip--from--src-ui-world-map-stylesscss.right--from--src-ui-world-map-stylesscss {
    right: 20px;
    left: 32%; }
    @media (min-width: 1470px) {
      .tip--from--src-ui-world-map-stylesscss.right--from--src-ui-world-map-stylesscss {
        left: 40%;
        right: 60px; } }
  .tip--from--src-ui-world-map-stylesscss .country--from--src-ui-world-map-stylesscss {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px; }
  .tip--from--src-ui-world-map-stylesscss .text--from--src-ui-world-map-stylesscss {
    color: #595959; }
  .tip--from--src-ui-world-map-stylesscss .location_can--from--src-ui-world-map-stylesscss {
    font-weight: bold;
    margin-bottom: 20px; }
  .tip--from--src-ui-world-map-stylesscss .location_us--from--src-ui-world-map-stylesscss {
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 350px; }
    .tip--from--src-ui-world-map-stylesscss .location_us--from--src-ui-world-map-stylesscss .item--from--src-ui-world-map-stylesscss {
      width: 50%;
      flex: none; }
  .tip--from--src-ui-world-map-stylesscss .location_mh--from--src-ui-world-map-stylesscss {
    font-weight: bold; }
  .tip--from--src-ui-world-map-stylesscss .location_eu--from--src-ui-world-map-stylesscss {
    font-weight: bold;
    margin-bottom: 20px; }

.quote--from--src-ui-quote-stylesscss {
  position: relative;
  padding: 40px 40px;
  font-weight: bold; }
  @media (min-width: 768px) {
    .quote--from--src-ui-quote-stylesscss {
      padding: 50px 65px; } }
  .quote--from--src-ui-quote-stylesscss .left--from--src-ui-quote-stylesscss {
    position: absolute;
    top: 30px;
    left: 0;
    width: 30px; }
    @media (min-width: 768px) {
      .quote--from--src-ui-quote-stylesscss .left--from--src-ui-quote-stylesscss {
        width: 51px; } }
  .quote--from--src-ui-quote-stylesscss .right--from--src-ui-quote-stylesscss {
    position: absolute;
    right: 0;
    bottom: 30px;
    transform: rotate(180deg);
    width: 30px; }
    @media (min-width: 768px) {
      .quote--from--src-ui-quote-stylesscss .right--from--src-ui-quote-stylesscss {
        width: 51px; } }
  .quote--from--src-ui-quote-stylesscss .text--from--src-ui-quote-stylesscss {
    font-style: italic; }
  .quote--from--src-ui-quote-stylesscss .source--from--src-ui-quote-stylesscss {
    margin-top: 20px;
    text-align: right; }

.dotdotdot--from--src-ui-clamp-stylesscss {
  overflow: hidden; }
  .dotdotdot--from--src-ui-clamp-stylesscss.html-to-text--from--src-ui-clamp-stylesscss img {
    display: none !important; }
  .dotdotdot--from--src-ui-clamp-stylesscss.html-to-text--from--src-ui-clamp-stylesscss p {
    margin-bottom: 0 !important; }
  .dotdotdot--from--src-ui-clamp-stylesscss .text--from--src-ui-clamp-stylesscss {
    max-height: 100%; }

.image--from--src-ui-image-stylesscss {
  display: block;
  width: 100%; }

.frame--from--src-ui-image-stylesscss {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .frame--from--src-ui-image-stylesscss .image--from--src-ui-image-stylesscss {
    width: 100%;
    height: 100%; }
  .frame--from--src-ui-image-stylesscss.landscape--from--src-ui-image-stylesscss .image--from--src-ui-image-stylesscss {
    height: 100%;
    width: auto;
    max-width: none; }

.lightbox--from--src-ui-image-stylesscss {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10vh 10vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050; }
  @media (max-width: 767.98px) {
    .lightbox--from--src-ui-image-stylesscss {
      padding: 0; } }
  .lightbox--from--src-ui-image-stylesscss.enter--from--src-ui-image-stylesscss {
    opacity: 0; }
  .lightbox--from--src-ui-image-stylesscss.enter-active--from--src-ui-image-stylesscss {
    opacity: 1;
    transition: opacity .3s; }
  .lightbox--from--src-ui-image-stylesscss.exit--from--src-ui-image-stylesscss {
    opacity: 1; }
  .lightbox--from--src-ui-image-stylesscss.exit-active--from--src-ui-image-stylesscss {
    opacity: 0;
    transition: opacity .3s; }
  .lightbox--from--src-ui-image-stylesscss .image--from--src-ui-image-stylesscss {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }

