:root {
  --_jp-touring-swatch---pink: #ff0864;
  --_jp-touring-swatch---white: white;
  --_jp-touring-swatch---black: #101010;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header {
  background-image: url('../images/JP-Touring-steinsohnimages-StefanSteinmetz.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

.logo-image {
  margin-top: 74%;
}

.footer {
  background-color: #101010;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 130px;
  display: flex;
}

.footer-menu {
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
}

.link:hover {
  color: var(--_jp-touring-swatch---pink);
}

.text-block {
  color: #fff;
}

.black-block {
  background-color: #101010;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.black-block.feature {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin: 100px 76px;
}

.body {
  color: #fff;
  background-color: #101010;
  border: 1px solid #101010;
  border-radius: 0;
  padding: 20px;
  font-family: Lato, sans-serif;
}

.youtube {
  width: 100%;
  height: 50%;
  margin-bottom: 50px;
}

.video-container {
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.about-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/about-jp-touring-stage.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
}

.title.text-centered {
  text-align: center;
}

.paragraph {
  margin: 50px 100px;
  font-size: 20px;
  line-height: 30px;
}

.paragraph.claim {
  text-align: center;
  margin-top: 15px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 41px;
}

.paragraph.text-center {
  text-align: center;
}

.paragraph.text-center.contact-text {
  max-width: 900px;
}

.services-section {
  background-image: url('../images/JP-Touring-Reezy-Red-Arena.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 solid #0f0f0f;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 80vh;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px 0;
  display: flex;
}

.kontakt-section {
  background-color: #0000;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Show-JP-Touring.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-around;
  height: 80vh;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.service-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.service-list-link {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  text-decoration: none;
}

.service-list-link:hover {
  color: #ff0864;
  font-size: 20px;
  font-weight: 700;
}

.header-menu {
  z-index: 999;
  width: 100%;
  margin-top: -20px;
  padding-top: 0;
  position: fixed;
}

.navbar {
  color: #fff;
  background-color: #0000;
}

.icon {
  font-size: 60px;
}

.nav-menu {
  color: #fff;
  background-color: #101010;
}

.nav-link {
  color: #fff;
}

.nav-link:hover {
  color: #ff0864;
  font-weight: 700;
}

.nav-link:active {
  font-weight: 700;
}

.nav-link:focus {
  color: var(--_jp-touring-swatch---pink);
  font-weight: 700;
}

.nav-link:visited {
  color: var(--_jp-touring-swatch---white);
}

.nav-link-2 {
  color: #fff;
}

.nav-link-2:hover {
  color: #ff0864;
}

.nav-link-3 {
  color: #fff;
}

.nav-link-3:hover {
  color: #ff0864;
}

.menu-button {
  background-color: #c8c8c800;
  padding-top: 50px;
}

.menu-button.w--open {
  background-color: #0000;
}

.menu-button.w--open:hover {
  color: var(--_jp-touring-swatch---pink);
}

.image {
  opacity: 1;
  width: 120px;
  margin-top: 20px;
  margin-left: 16px;
  display: block;
}

.header-services {
  background-image: url('../images/JP-Services-Touring-Production-Shuttle-Crew.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 100%;
  padding-top: 100px;
  display: flex;
}

.paragraph-long {
  color: var(--_jp-touring-swatch---white);
  width: 100%;
  max-width: 900px;
  margin: 0 50px 100px;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-long.font-height {
  font-size: 35px;
  line-height: 55px;
}

.paragraph-long.contact-box {
  text-align: center;
  margin-bottom: 0;
}

.paragraph-long.about-us-text {
  margin-bottom: 49px;
  margin-left: 15px;
  margin-right: 15px;
}

.paragraph-long.margin-top {
  margin-top: 0;
}

.header-aboutus {
  background-image: linear-gradient(#0003, #0003), url('../images/JP-Touring-About-Us-Airplane-Videoscreen-Crowd.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

.header-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/jp-touring-fireworks-steinsohnimages---Stefan-Steinmetz.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  padding-top: 100px;
  display: flex;
}

.header-silver {
  background-image: url('../images/blackandwhite-show-photography-ice-cube-arena-jp-touring.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

.header-terms-conditions {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  max-height: 100%;
  margin-bottom: 100px;
  display: flex;
}

.language-selector {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 21px;
  margin-left: 127px;
  margin-right: 127px;
  display: flex;
}

.flag {
  margin-left: 20px;
}

.link-2 {
  color: #fff;
  font-weight: 700;
}

.link-2:hover {
  color: var(--_jp-touring-swatch---pink);
}

.background-dark {
  background-color: #00000059;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.background-dark-2 {
  background-color: #0000004d;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.brand {
  opacity: 1;
}

.image-logo-small {
  opacity: 1;
  width: 120px;
  margin-top: 20px;
  margin-left: 16px;
  display: block;
}

.image-logo-home {
  opacity: 0;
  width: 120px;
  margin-top: 20px;
  margin-left: 16px;
  display: block;
}

.navbar-2 {
  background-color: #0f0f0f;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-menu-2 {
  color: #fff;
  background-color: #0f0f0f;
}

.nav-link-4 {
  color: #fff;
  text-align: right;
}

.nav-link-4:hover, .nav-link-4:focus {
  color: var(--_jp-touring-swatch---pink);
}

.nav-link-4:visited, .nav-link-4.w--current {
  color: #fff;
}

.nav-link-5 {
  color: #fff;
  text-align: right;
}

.nav-link-5:hover {
  color: var(--_jp-touring-swatch---pink);
}

.nav-link-5.w--current {
  color: #fff;
}

.nav-link-6 {
  color: #fff;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-6:hover {
  color: var(--_jp-touring-swatch---pink);
}

.nav-link-6.w--current {
  color: #fff;
}

.nav-link-7 {
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.nav-link-7:hover {
  color: var(--_jp-touring-swatch---pink);
}

.menu-button-2, .menu-button-2.w--open {
  background-color: #0f0f0f;
}

.icon-2 {
  color: var(--_jp-touring-swatch---white);
}

.icon-2:hover {
  color: var(--_jp-touring-swatch---pink);
}

.image-2 {
  width: 100px;
  margin-top: 15px;
  display: none;
}

.logo-appear-nav {
  width: 100px;
  margin-top: 20px;
  display: block;
}

.menu-subpages {
  background-color: #0f0f0f;
  margin-top: 10px;
}

.menu-subpages.w--open {
  background-color: #0f0f0f;
}

.link-lang-select {
  margin: 5px;
}

.code-embed {
  height: 100%;
}

.service-blog {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #232323, var(--_jp-touring-swatch---black) 49%);
  border: 4px solid #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  max-width: none;
  height: 570px;
  max-height: none;
  margin: 0;
  padding: 50px 20px 50px 30px;
  display: flex;
}

.service-title {
  color: #ff0864;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 35px;
}

.bold-text {
  font-size: 24px;
}

.flag-margin {
  margin-left: 20px;
}

.div-block {
  margin-bottom: 20px;
}

.link-3 {
  color: #fff;
  font-weight: 700;
}

.link-4 {
  color: var(--_jp-touring-swatch---pink);
  font-weight: 700;
}

.code-embed-2 {
  margin-top: 101px;
  margin-left: 160px;
  margin-right: 160px;
}

.code-embed-3 {
  margin-top: 100px;
  margin-left: 130px;
  margin-right: 130px;
}

.bullet-points-service {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 50px;
  display: flex;
}

.item-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.item-heading {
  margin-top: 0;
}

.div-block-2, .div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-5 {
  color: var(--_jp-touring-swatch---pink);
}

.service-list-home {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 50px;
  display: flex;
}

.heading {
  text-align: center;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  font-size: 28px;
}

.heading-3 {
  text-align: center;
  max-width: 80%;
  margin-bottom: 0;
}

.about-us-list {
  margin: 50px;
  padding-left: 0;
}

.paragraph-intro {
  color: var(--_jp-touring-swatch---white);
  width: 100%;
  max-width: 900px;
  margin: 25px 50px 0;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-intro.font-height {
  font-size: 35px;
  line-height: 55px;
}

.paragraph-intro.contact-box {
  text-align: center;
  margin-bottom: 0;
}

.paragraph-intro.about-us-text {
  margin-bottom: 0;
}

.header-title {
  text-align: center;
  margin-top: 0;
  line-height: 40px;
}

.title-box {
  flex-flow: column;
  margin-top: 25px;
  display: flex;
}

.button-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.black-button {
  color: #fff;
  background-color: #0f0f0f;
  border-radius: 10px;
  padding: 15px;
  font-size: 18px;
  text-decoration: none;
}

.black-button:hover {
  background-color: #ff0864;
}

.pink-button {
  color: #fff;
  background-color: #ff0864;
  border-radius: 10px;
  padding: 15px;
  font-size: 18px;
  text-decoration: none;
}

.pink-button:hover {
  color: var(--_jp-touring-swatch---black);
  background-color: #fff;
}

.pink-button.all-projects {
  margin-top: 50px;
}

.feature-text {
  flex-flow: column;
  max-width: 60%;
  display: flex;
}

.paragraph-2 {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
}

.service-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  font-size: 18px;
  line-height: 25px;
  display: flex;
}

.list {
  padding-left: 12px;
  font-size: 18px;
  line-height: 35px;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  font-size: 18px;
}

.body-2 {
  background-color: #0f0f0f;
  font-family: Lato, sans-serif;
}

.section {
  color: var(--_jp-touring-swatch---white);
  margin-top: 75px;
  margin-bottom: 75px;
}

.heading-4 {
  color: var(--_jp-touring-swatch---pink);
  text-align: left;
}

.heading-4.text-center {
  text-align: center;
}

.text-block-6 {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 25px;
}

.text-block-6.video-text {
  margin-bottom: 25px;
}

.text-block-7 {
  color: var(--_jp-touring-swatch---white);
}

.list-2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  margin-bottom: 25px;
}

.bold-text-3 {
  color: #ff0864;
  text-align: left;
}

.bold-text-4 {
  color: #ff0864;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  color: var(--_jp-touring-swatch---pink);
}

.container.projekt-excerpt, .container-2.projekt-excerpt {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.projekte-intro {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 25px;
}

.projekte-intro.video-text {
  margin-bottom: 25px;
}

.section-2 {
  margin-top: 150px;
}

.container-3 {
  max-width: 1200px;
}

.projekt-section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.project-link-block {
  position: relative;
}

.project-link-block:hover {
  color: var(--_jp-touring-swatch---pink);
}

.project-teaser-image {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  filter: saturate(0%);
  object-fit: cover;
  max-width: 400px;
  max-height: 220px;
  position: static;
}

.project-teaser-image:hover {
  filter: saturate();
}

.projekt-teaser-title {
  float: none;
  clear: none;
  color: var(--_jp-touring-swatch---white);
  text-decoration: none;
  position: static;
}

.projekt-teaser-title:hover {
  color: var(--_jp-touring-swatch---pink);
}

.container-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.all-project-button {
  text-align: center;
  margin-top: 50px;
}

.heading-5 {
  text-align: center;
}

.projekt-excerpt-image {
  box-sizing: content-box;
  aspect-ratio: 2.39;
  object-fit: cover;
}

.fotografen-paragraph {
  margin-top: 75px;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
}

.fotograph-link {
  color: var(--_jp-touring-swatch---pink);
  text-decoration: none;
}

.fotograph-link:hover {
  color: var(--_jp-touring-swatch---white);
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .black-block.feature {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .youtube {
    width: 90%;
    height: 50%;
  }

  .video-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .title {
    margin-top: 25px;
    font-size: 32px;
  }

  .service-list {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .paragraph-long {
    width: 95%;
    margin-left: 25px;
    margin-right: 25px;
  }

  .header-aboutus {
    background-position: 100%;
  }

  .header-contact, .header-silver, .header-terms-conditions {
    background-position: 50%;
  }

  .nav-link-7 {
    padding-right: 37px;
  }

  .service-blog {
    width: 45%;
    height: 600px;
    padding-left: 20px;
  }

  .service-title {
    font-size: 25px;
  }

  .code-embed-2, .code-embed-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .bullet-points-service {
    flex-flow: wrap;
  }

  .heading {
    line-height: 40px;
  }

  .paragraph-intro {
    width: 95%;
    margin-left: 25px;
    margin-right: 25px;
  }

  .feature-text {
    max-width: 90%;
  }

  .list {
    font-size: 16px;
  }

  .section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-3 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .projekt-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .project-link-block {
    position: static;
  }

  .container-4 {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .header {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/JP-Touring-steinsohnimages-StefanSteinmetz.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .video-container {
    width: 100%;
  }

  .title {
    margin-top: 9px;
    font-size: 28px;
  }

  .paragraph.claim {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph.text-center.contact-text {
    margin-left: auto;
    margin-right: auto;
  }

  .service-list {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .header-services {
    margin-top: 20px;
  }

  .paragraph-long {
    width: 95%;
    margin-left: 25px;
    margin-right: 25px;
  }

  .paragraph-long.font-height {
    font-size: 25px;
    line-height: 45px;
  }

  .paragraph-long.about-us-text {
    font-size: 18px;
  }

  .header-aboutus {
    margin-top: 80px;
  }

  .header-contact {
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
  }

  .background-dark-2 {
    justify-content: center;
    align-items: center;
  }

  .nav-link-7 {
    padding-right: 20px;
  }

  .service-blog {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 85%;
    height: 450px;
  }

  .heading {
    font-size: 28px;
  }

  .heading-2, .heading-3 {
    font-size: 25px;
  }

  .paragraph-intro {
    width: 95%;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 18px;
  }

  .paragraph-intro.font-height {
    font-size: 25px;
    line-height: 45px;
  }

  .header-title {
    font-size: 22px;
  }

  .button-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .pink-button {
    font-size: 17px;
  }

  .heading-4.text-center {
    text-align: left;
  }

  .list-2 {
    padding-left: 20px;
  }

  .container, .container-2, .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    background-position: 50% 0;
  }

  .footer {
    flex-flow: column;
  }

  .footer-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    margin-top: 15px;
  }

  .black-block {
    justify-content: center;
    align-items: center;
  }

  .body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-container {
    width: 100%;
  }

  .title {
    text-align: center;
    margin: 50px 9px 9px 0;
    font-size: 30px;
  }

  .paragraph.claim {
    text-align: left;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 19px;
  }

  .paragraph.text-center.contact-text {
    padding: 10px;
  }

  .service-list {
    justify-content: center;
  }

  .service-list-link {
    text-align: center;
  }

  .header-services {
    background-position: 50% 0;
    background-attachment: scroll;
    justify-content: center;
    align-items: flex-start;
    margin-top: 70px;
    padding: 15px;
    overflow: visible;
  }

  .paragraph-long {
    width: 95%;
    margin-left: 0;
    margin-right: 10px;
    font-size: 13px;
    line-height: 24px;
  }

  .paragraph-long.font-height {
    font-size: 17px;
    line-height: 35px;
  }

  .paragraph-long.contact-box {
    text-align: left;
    margin-top: 20px;
    margin-left: 0;
  }

  .paragraph-long.about-us-text {
    margin-left: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-long.margin-top {
    line-height: 24px;
  }

  .paragraph-long.margin-top.margin-left {
    margin-left: 20px;
  }

  .paragraph-long.margin-left {
    margin-left: 15px;
  }

  .header-aboutus {
    background-position: 90%;
    margin-top: 75px;
  }

  .header-contact {
    background-position: 36%;
  }

  .header-silver {
    background-position: 52%;
  }

  .header-terms-conditions {
    background-position: 36%;
  }

  .background-dark-2 {
    font-size: 12px;
  }

  .service-blog {
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    height: 580px;
    padding: 15px;
  }

  .service-title {
    text-align: center;
  }

  .code-embed-2 {
    flex-flow: column;
    width: 108%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .code-embed-3 {
    width: 102%;
    margin-top: 50px;
  }

  .bullet-points-service {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .item-list {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-heading, .item-text {
    text-align: center;
  }

  .service-list-home {
    flex-flow: column;
    justify-content: center;
  }

  .heading {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .heading-2 {
    text-align: left;
    max-width: 95%;
    margin-top: 10px;
    font-size: 18px;
    line-height: 25px;
  }

  .heading-3 {
    text-align: left;
    max-width: 95%;
    font-size: 20px;
    line-height: 25px;
  }

  .about-us-list {
    margin-top: 30px;
    padding-left: 20px;
  }

  .paragraph-intro {
    width: 95%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
    line-height: 24px;
  }

  .paragraph-intro.font-height {
    font-size: 17px;
    line-height: 35px;
  }

  .header-title {
    font-size: 15px;
    line-height: 27px;
  }

  .title-box {
    margin-top: 300px;
  }

  .button-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .black-button {
    font-size: 15px;
  }

  .pink-button {
    text-align: center;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    line-height: 23px;
  }

  .bold-text-2 {
    font-size: 20px;
    line-height: 18px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    color: var(--_jp-touring-swatch---pink);
    text-align: left;
    font-size: 30px;
    line-height: 35px;
    text-decoration: none;
  }

  .heading-4.text-center {
    text-align: left;
  }

  .list-2 {
    padding-left: 15px;
  }

  .bold-text-4 {
    text-align: left;
  }

  .container, .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-link-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .project-teaser-image {
    width: 80%;
  }

  .container-4 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}


