.pl-sn-tourguide .pl-sn-pad {
  padding: 0;
  overflow: hidden;
}
.pl-sn-tourguide .pl-tourguide-container.pl-show-on-load {
  opacity: 1;
}
.pl-sn-tourguide .pl-tg-shelf {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.pl-sn-tourguide .tg-title {
  text-align: center;
  margin-bottom: 3em;
}
.pl-sn-tourguide .pl-tourguide-headline {
  font-size: 4em;
  letter-spacing: -0.05em;
}
.pl-sn-tourguide .pl-tourguide-subheadline {
  font-size: 1.3em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .pl-sn-tourguide .pl-tourguide-headline {
    font-size: 3em;
  }
  .pl-sn-tourguide .pl-tourguide-subheadline {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .pl-sn-tourguide .pl-tourguide-headline {
    font-size: 2em;
  }
}
.pl-sn-tourguide .pl-tourguide-module {
  padding: 7em 1em;
  text-align: center;
  overflow-y: hidden;
}
.pl-sn-tourguide .pl-tourguide-module.nopad-bottom {
  padding-bottom: 0;
}
.pl-sn-tourguide .after-download {
  display: none;
}
.pl-sn-tourguide .pl-tourguide-image-links {
  margin: 4em 0 1em;
}
.pl-sn-tourguide .pl-tourguide-image-links .tourguide-image-link {
  display: inline-block;
  width: 200px;
  margin: 1em 2em;
  text-align: center;
}
.pl-sn-tourguide .pl-tourguide-image-links .tourguide-image-link a {
  color: inherit;
  text-decoration: none;
}
.pl-sn-tourguide .pl-tourguide-image-links .tourguide-image-link .txt {
  font-size: 14px;
  opacity: .6;
}
.pl-sn-tourguide .pl-tourguide-image-links .tourguide-image-link .wrp img {
  display: block;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.pl-sn-tourguide .pl-tourguide-image-links .tourguide-image-link a:hover {
  text-decoration: none;
}
.pl-sn-tourguide .pl-tourguide-image-links .tourguide-image-link a:hover img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
  transform: translate(0, -1px);
}
.pl-sn-tourguide .pl-tg-quote {
  padding: 1em;
  font-size: 1.4em;
  line-height: 1.5em;
  max-width: 32em;
  display: inline-block;
  border: none;
}
.pl-sn-tourguide .pl-tg-quote .pl-tg-quote-avatar {
  max-width: 100px;
  border-radius: 50%;
}
.pl-sn-tourguide .pl-tg-quote .pl-tg-quote-text,
.pl-sn-tourguide .pl-tg-quote .pl-tg-quote-citation {
  font-style: normal;
  font-weight: 300;
}
.pl-sn-tourguide .pl-tg-quote .pl-tg-quote-citation {
  font-size: 14px;
  opacity: .5;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.pl-sn-tourguide .pl-tg-heroes .pl-hero {
  overflow: hidden;
}
.pl-sn-tourguide .pl-tg-heroes .browser-wrap .pl-hero-media img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 14px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom: 0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.pl-sn-tourguide .pl-tg-heroes .pl-hero:last-child {
  border-bottom: none;
}
.pl-sn-tourguide .pl-tg-heroes .pl-content-pad {
  padding-top: 7em;
}
.pl-sn-tourguide .pl-tg-heroes .pl-content-pad .pl-hero-content {
  padding-top: 4em;
  max-width: 29em;
}
.pl-sn-tourguide .pl-tg-heroes .pl-content-pad .pl-hero-media {
  width: 600px;
  float: left;
  margin-top: -14em;
}
.pl-sn-tourguide .pl-tg-heroes .pl-content-pad .pl-hero-media img {
  display: block;
}
.pl-sn-tourguide .pl-tg-heroes .pl-content-pad .pl-hero-content,
.pl-sn-tourguide .pl-tg-heroes .pl-content-pad.pl-section-right .pl-hero-content {
  margin-left: 50%;
}
.pl-sn-tourguide .pl-tg-heroes .pl-content-pad .pl-hero-media,
.pl-sn-tourguide .pl-tg-heroes .pl-content-pad.pl-section-right .pl-hero-media {
  margin-left: -10em;
}
.pl-sn-tourguide .pl-tg-heroes .pl-content-pad.pl-section-left .pl-hero-content {
  margin-left: 0;
}
.pl-sn-tourguide .pl-tg-heroes .pl-content-pad.pl-section-left .pl-hero-media {
  margin-left: 33em;
}
.pl-sn-tourguide .pl-tg-heroes .pl-content-pad.pl-section-center {
  text-align: center;
}
.pl-sn-tourguide .pl-tg-heroes .pl-content-pad.pl-section-center .pl-hero-content {
  text-align: center;
  display: inline-block;
  margin: 0;
}
.pl-sn-tourguide .pl-tg-heroes .pl-content-pad.pl-section-center .pl-hero-media {
  margin-left: 0;
  margin-top: 3em;
  width: 100%;
}
.pl-sn-tourguide .pl-tg-checklist-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 1.5em;
}
.pl-sn-tourguide .pl-tg-checklist-item .pl-tg-checklist-item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
.pl-sn-tourguide .pl-tg-checklist-item .pl-tg-checklist-media {
  max-width: 100px;
}
.pl-sn-tourguide .pl-tg-checklist-item .pl-tg-checklist-media svg {
  fill: currentColor;
}
.pl-sn-tourguide .pl-tg-checklist-item .pl-tg-checklist-media img {
  width: 100%;
}
.pl-sn-tourguide .pl-tg-postgrid .the-postgrid-item {
  margin-bottom: 1em;
}
.pl-sn-tourguide .pl-tg-postgrid .pl-tg-postgrid-item {
  position: relative;
  display: block;
}
.pl-sn-tourguide .pl-tg-postgrid .pl-tg-postgrid-item img {
  display: block;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.pl-sn-tourguide .pl-tg-postgrid .pl-tg-postgrid-item:hover img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
  transform: translate(0, -1px);
}
@media (max-width: 960px) {
  .pl-sn-tourguide .pl-tg-heroes .pl-content-pad .pl-hero-content,
  .pl-sn-tourguide .pl-tg-heroes .pl-content-pad.pl-section-right .pl-hero-content {
    margin-left: 57%;
  }
}
@media (max-width: 768px) {
  .pl-sn-tourguide .pl-tourguide-module {
    padding: 2em 1em;
  }
  .pl-sn-tourguide .pl-tg-heroes .pl-content-pad {
    padding-top: 3em;
  }
  .pl-sn-tourguide .pl-tg-heroes .pl-content-pad .pl-hero-content {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .pl-sn-tourguide .pl-tg-heroes .pl-content-pad .pl-hero-media {
    float: none;
    margin: 0 !important;
    max-width: 100%;
  }
  .pl-sn-tourguide .pl-tg-heroes .pl-content-pad .pl-hero-content,
  .pl-sn-tourguide .pl-tg-heroes .pl-content-pad.pl-section-right .pl-hero-content,
  .pl-sn-tourguide .pl-tg-heroes .pl-content-pad.pl-section-left .pl-hero-content {
    margin-left: 0;
  }
}
