@charset "UTF-8";
.world-svg {
  background: url(/img/new/common/world-map.svg) center 20px no-repeat;
}

html.dark .world-svg {
  background-image: url(/img/new/common/dark-mode-world-map.svg);
}

.world-svg .container-single p {
  font-family: 'Source Sans Pro',sans-serif;
  color: #dc6060;
  font-size: 72px;
  font-weight: 200;
  line-height: 70px;
  margin: 0px;
  text-align: center;
}

.world-svg .container-single p span {
  display: inline-block;
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #000;
  font-weight: 200;
}

html.dark .world-svg .container-single p span {
  color: #fff;
}

.world-svg .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 10px 20px 30px;
}

.world-svg .logos picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 175px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .world-svg .logos picture {
    max-width: calc(50% - 20px);
  }
}

.world-svg .logos picture.oracle {
  background: url("/img/2015/customer-logos/oracle.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.oracle {
  background-image: url("/img/2015/customer-logos/oracle-dark-mode.svg");
}

.world-svg .logos picture.republic-bank {
  width: 200px;
  background: url("/img/2015/customer-logos/republic-bank.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.republic-bank {
  background-image: url("/img/2015/customer-logos/republic-bank-dark-mode.svg");
}

.world-svg .logos picture.rm {
  background: url("/img/new/common/logos/rakuten-mobile-color.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.rm {
  background-image: url("/img/new/common/logos/rakuten-mobile-bw-darkbg.svg");
}

.world-svg .logos picture.softpedia {
  background: url("/img/2015/customer-logos/softpedia.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.softpedia {
  background-image: url("/img/2015/customer-logos/softpedia-dark-mode.svg");
}

.world-svg .logos picture.punkt {
  background: url("/img/2015/customer-logos/punktde.png") no-repeat center center;
  background-size: 159px 35px;
}

html.dark .world-svg .logos picture.punkt {
  background-image: url("/img/2015/customer-logos/punktde-dark-mode.png");
}

.world-svg .logos picture.vini {
  background: url("/img/2015/customer-logos/vini.svg") no-repeat center center;
  background-size: 64px 64px;
}

.world-svg .logos picture.liszt {
  width: 280px;
  background: url("/img/2015/customer-logos/liszt.png") no-repeat center center;
}

html.dark .world-svg .logos picture.liszt {
  background-image: url("/img/2015/customer-logos/liszt-dark-mode.png");
}

.world-svg .logos picture.siportal {
  background: url("/img/2015/customer-logos/siportal.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.siportal {
  background-image: url("/img/2015/customer-logos/siportal-dark-mode.svg");
}

.world-svg .logos picture.carpisa {
  background: url("/img/2015/customer-logos/carpisa.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.carpisa {
  background-image: url("/img/2015/customer-logos/carpisa-dark-mode.svg");
}

.world-svg .logos picture.oni {
  background: url("/img/2015/customer-logos/oni.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.oni {
  background-image: url("/img/2015/customer-logos/oni-dark-mode.svg");
}

.world-svg .logos picture.humanitas {
  width: 200px;
  background: url("/img/2015/customer-logos/humanitas.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.humanitas {
  background-image: url("/img/2015/customer-logos/humanitas-dark-mode.svg");
}

.world-svg .logos picture.steilmann {
  background: url("/img/2015/customer-logos/steilmann.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.steilmann {
  background-image: url("/img/2015/customer-logos/steilmann-dark-mode.svg");
}

.world-svg .logos picture.belgrade-faculty-of-physics {
  width: 300px;
  background: url("/img/2015/customer-logos/belgrade-faculty-of-physics.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.belgrade-faculty-of-physics {
  background-image: url("/img/2015/customer-logos/belgrade-faculty-of-physics-dark-mode.svg");
}

.world-svg .review {
  padding: 3% 7%;
  background-color: #fff;
  border: 1px solid #dbdde1;
}

html.dark .world-svg .review {
  background-color: #0d1021;
  border-color: rgba(255, 255, 255, 0.15);
}

.world-svg .review a {
  transition: none;
}

.world-svg .review:nth-child(2) {
  transform: scale(1.1, 1.1);
  z-index: 2;
}

@media (min-width: 320px) and (max-width: 767px) {
  .world-svg .review:nth-child(2) {
    transform: none;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .world-svg .review {
    margin: 10px !important;
  }
}

.world-svg .review p {
  font-family: Georgia, italic;
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
}

.world-svg .review span {
  color: #ce5f5f;
  font-size: 14px;
  font-family: 'Source Sans Pro',sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  display: block;
  margin-top: 15px;
}

.world-svg blockquote {
  quotes: "“" "”";
  border-left: none;
  padding: 0;
  margin: 0;
  display: block;
  font-family: Georgia, italic;
  font-size: 17px;
  line-height: 96px;
  height: 70px;
}

.world-svg blockquote::after {
  color: #666;
  content: open-quote;
  font-size: 6em;
  opacity: .3;
}

html.dark .world-svg blockquote::after {
  color: rgba(255, 255, 255, 0.65);
}
