body {
  font-family: "Inter", sans-serif;
  background-color: #181F30;
  color: #92969E;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  margin: auto;
  max-width: 90%;
}

.site-branding {
  margin-left: -100px;
  position: relative;
  z-index: 2;
}

header {
  position: relative;
  z-index: 999999;
}

header .nav {
  position: relative;
  z-index: 99999999;
}
header .nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .nav ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .nav ul a {
  padding: 10px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: white;
}
header .nav ul a:hover {
  opacity: 0.8;
}

header .mobile-menu .hamburger {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -20px;
  right: 20px;
  background-image: url(../images/hamburger.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
}
header .mobile-menu .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 25px;
  right: 40px;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  z-index: 999;
}
header .mobile-menu a {
  font-size: 20px !important;
  line-height: 50px !important;
  display: block;
}
header .mobile-menu div.link-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #181F30;
  z-index: 3;
  display: none;
}
header .mobile-menu div.link-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
}
header .mobile-menu div.link-container a {
  font-size: 30px !important;
  line-height: 60px;
}

header .mobile-menu.active div.link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.utility-menu li:last-child {
  padding: 12px 20px;
  border-radius: 6px;
  background-color: transparent!important;
  background-image: linear-gradient(90deg, #45F7FF 0%, #2C6FAF 100%)!important;
}

h1 .highlight, h2 .highlight, .headline .highlight {
  margin: 0 -10px;
  background-image: url("../images/highlight.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}

h1 {
  font-style: normal;
  font-weight: bold !important;
  font-size: 80px !important;
  line-height: 100px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  position: relative;
}

h2 {
  font-style: normal;
  font-weight: bold !important;
  font-size: 40px !important;
  line-height: 58px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-bottom: 30px !important;
}

h3 {
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-bottom: 15px;
}

label {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2DCCD3;
}

p {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #92969E;
}

.cover {
  padding: 215px 0;
}
.cover video {
  max-width: none !important;
}

.tns-outer {
  position: relative;
}

.tns-nav {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  text-align: center;
}
.tns-nav button {
  width: 68px;
  border: none;
  height: 5px;
  border-radius: 0;
  background-color: #353B4A;
  margin: 0 4px;
}
.tns-nav .tns-nav-active {
  background: linear-gradient(90.07deg, #5082DB -1.7%, #20DAD1 81.86%);
  height: 8px;
  position: relative;
  top: 3px;
}

button[data-controls=next] {
  position: absolute;
  right: -70px;
  top: 50%;
  margin-top: -10px;
  background-image: url(../images/slider-next.svg);
  border: none;
  height: 38px;
  width: 38px;
  text-indent: -999px;
}

button[data-controls=prev] {
  position: absolute;
  left: -70px;
  top: 50%;
  margin-top: -10px;
  background-image: url(../images/slider-prev.svg);
  border: none;
  height: 38px;
  width: 38px;
  text-indent: -999px;
}

.slider {
  position: relative;
}

section.cta {
  background: linear-gradient(90.07deg, #5082DB -1.7%, #20DAD1 81.86%);
}
section.cta .headline {
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 90px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  width: 50%;
}
section.cta .button {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #4794DA;
  padding: 24px 32px;
  margin: 0 10px;
}
section.cta .button:first-child {
  background-color: white;
  border-radius: 6px;
}
section.cta .button:last-child {
  background: #181F30;
  border-radius: 6px;
  color: white;
}

footer {
  background-color: #131926;
  padding: 75px 0;
  color: #AAACB1;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
footer .logo {
  margin-bottom: 10px;
}
footer a {
  color: #AAACB1 !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
}
footer a:hover {
  color: white;
}
footer .heading {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
footer .text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
}
footer .copyright {
  margin-top: 25px;
}

@media only screen and (max-width: 992px) {
  .container {
    max-width: 90% !important;
  }

  .cover {
    padding: 140px 0 40px 0;
  }

  .buttons a {
    text-align: center;
  }

  .tns-controls {
    display: none;
  }

  .tns-nav {
    bottom: -20px;
  }

  section.feature {
    padding: 30px 0 !important;
  }

  section.feature-wrap {
    padding: 30px 0 !important;
  }

  .cta {
    text-align: center;
  }
  .cta .headline {
    margin-bottom: 40px;
    width: 100% !important;
  }
  .cta br {
    display: none;
  }
  .cta .button:first-child {
    margin-bottom: 15px !important;
  }

  label {
    font-size: 14px;
  }

  h1, .cta .headline {
    font-size: 40px !important;
    line-height: 55px !important;
  }

  h2 {
    font-size: 21px !important;
    line-height: 35px;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
  }
  h2 br {
    display: none;
  }
}
body.home section.cover {
  overflow: hidden;
  margin-top: -91px;
  position: relative;
}
body.home section.cover .overlay {
  background-color: rgba(24, 31, 48, 0.86);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
body.home section.cover video {
  position: absolute;
  width: 110%;
  top: -25px;
  left: 0;
  bottom: 0;
}
body.home section.cover .embed-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.home section.cover .embed-container iframe,
body.home section.cover .embed-container object,
body.home section.cover .embed-container embed {
  position: absolute;
  width: 110%;
  height: 125%;
  top: -25px;
  left: 0;
  bottom: 0;
}
body.home section.cover .content {
  position: relative;
  z-index: 2;
}
body.home section.cover .buttons a {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  padding: 22px 35px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 6px;
}
body.home section.cover .buttons a:first-child {
  background: linear-gradient(90.07deg, #5082DB -1.7%, #20DAD1 81.86%);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.65);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.65);
}
body.home section.experiences iframe {
  width: 100%;
  height: 460px;
}
body.home section.logos {
  background-color: #161C2B;
}
body.home section.how-it-works {
  padding: 90px 0;
}
body.home section.how-it-works h2 {
  text-align: center;
  display: block;
  margin-bottom: 60px !important;
}
body.home section.how-it-works .column {
  padding: 0 25px;
}
body.home section.how-it-works .icon {
  padding-right: 20px;
}
body.home section.how-it-works h3 {
  margin-bottom: 15px;
}
body.home section.feature {
  padding: 90px 0;
}
body.home section.feature p {
  margin-bottom: 30px;
}
body.home section.feature ul {
  margin-bottom: 30px;
}
body.home section.feature li {
  padding: 4px 32px;
  background-image: url(../images/icon-checkmark.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
body.home section.feature .button-wrap {
  background: linear-gradient(90.07deg, #5082DB -1.7%, #20DAD1 81.86%);
  padding: 2px;
  border-radius: 6px;
  display: inline-block;
}
body.home section.feature a {
  padding: 24px 40px;
  background: #151B29;
  border-radius: 6px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  display: inline-block;
}
body.home section.featured_content {
  padding-top: 100px;
}
body.home section.featured_content .view-all {
  height: 20px;
  padding: 0 65px 0 0;
  background-color: transparent;
  background-image: url(../images/icon-arrowright-white.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  -webkit-transition: All 0.25s ease;
  transition: All 0.25s ease;
}
body.home section.featured_content .view-all:hover {
  background-position: 93% center;
}
body.home section.featured_content .case_study {
  background-color: #141A29;
  position: relative;
}
body.home section.featured_content .image {
  height: 215px;
  background-size: cover;
  background-position: center;
  position: relative;
}
body.home section.featured_content .case_study a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
}
body.home section.featured_content .case_study .title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  display: block;
  padding: 30px;
  background-image: url(../images/icon-arrowright.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  -webkit-transition: All 0.25s ease;
  transition: All 0.25s ease;
}
body.home section.featured_content .case_study:hover .title {
  opacity: 0.8;
  background-position: 93% center;
}
body.home section.testimonials {
  padding: 80px 0 150px 0;
}
body.home section.testimonials .testimonial > div {
  position: relative;
  text-align: center;
}
body.home section.testimonials .content {
  background-color: #141A29;
  border-radius: 6px;
  padding: 40px 10%;
}
body.home section.testimonials .avatar {
  margin-bottom: -42px;
  display: inline-block;
}
body.home section.testimonials .text {
  margin-top: 62px;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
body.home section.testimonials .attribution {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin: 24px 0;
}
body.home section.testimonials .author {
  font-weight: bold;
}
body.home section.testimonials .logo {
  display: inline-block;
}

@media only screen and (max-width: 992px) {
  section.how-it-works {
    padding: 50px 0 0 0 !important;
  }
  section.how-it-works h2 {
    bottom: 30px !important;
  }

  section.testimonials {
    padding: 50px 0 !important;
    margin-bottom: 20px;
  }
  section.testimonials .text {
    margin-top: 30px !important;
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
body.page-id-185 section.cover {
  overflow: hidden;
  margin-top: -91px;
}
body.page-id-185 section.cover .overlay {
  background-color: rgba(24, 31, 48, 0.86);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
body.page-id-185 section.cover video {
  position: absolute;
  width: 110%;
  top: -25px;
  left: 0;
}
body.page-id-185 section.cover .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
body.page-id-185 section.cover .cover .content {
  position: relative;
  z-index: 3;
  padding-top: 60px;
}
body.page-id-185 section.cover iframe {
  width: 100vw !important;
  height: 56.25vw !important;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 115% !important;
  min-width: 177.77% !important;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
body.page-id-185 section.cover .content {
  position: relative;
  z-index: 2;
}
body.page-id-185 section.cover .buttons a {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  padding: 22px 35px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 6px;
}
body.page-id-185 section.cover .buttons a:first-child {
  background: linear-gradient(90.07deg, #5082DB -1.7%, #20DAD1 81.86%);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.65);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.65);
}
body.page-id-185 section.logos {
  background-color: #161C2B;
}
body.page-id-185 section.how-it-works {
  padding: 35px 0;
  background-color: #141A29;
}
body.page-id-185 section.how-it-works h2 {
  text-align: center;
  display: block;
  margin-bottom: 80px;
}
body.page-id-185 section.how-it-works .column {
  padding: 0 25px;
}
body.page-id-185 section.how-it-works .icon {
  padding-right: 20px;
}
body.page-id-185 section.how-it-works h3 {
  margin-bottom: 15px;
}
body.page-id-185 section.how-it-works img {
  max-width: 38px;
}
body.page-id-185 section.feature {
  padding: 90px 0;
}
body.page-id-185 section.feature p {
  margin-bottom: 30px;
}
body.page-id-185 section.feature ul {
  margin-bottom: 30px;
}
body.page-id-185 section.feature li {
  padding: 4px 32px;
  background-image: url(../images/icon-checkmark.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
body.page-id-185 section.feature .button-wrap {
  background: linear-gradient(90.07deg, #5082DB -1.7%, #20DAD1 81.86%);
  padding: 2px;
  border-radius: 6px;
  display: inline-block;
}
body.page-id-185 section.feature a {
  padding: 24px 40px;
  background: #151B29;
  border-radius: 6px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  display: inline-block;
}
body.page-id-185 section.develop_once {
  padding: 80px 0 135px 0;
}
body.page-id-185 section.featured_content {
  padding: 20px 0 40px 0 !important;
}
body.page-id-185 section.featured_content .view-all {
  height: 20px;
  padding: 0 65px 0 0;
  background-color: transparent;
  background-image: url(../images/icon-arrowright-white.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  -webkit-transition: All 0.25s ease;
  transition: All 0.25s ease;
}
body.page-id-185 section.featured_content .view-all:hover {
  background-position: 93% center;
}
body.page-id-185 section.featured_content .case_study {
  background-color: #141A29;
  position: relative;
}
body.page-id-185 section.featured_content .image {
  height: 215px;
  background-size: cover;
  background-position: center;
  position: relative;
}
body.page-id-185 section.featured_content .case_study a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
}
body.page-id-185 section.featured_content .case_study .title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  display: block;
  padding: 30px;
  background-image: url(../images/icon-arrowright.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  -webkit-transition: All 0.25s ease;
  transition: All 0.25s ease;
}
body.page-id-185 section.featured_content .case_study:hover .title {
  opacity: 0.8;
  background-position: 93% center;
}
body.page-id-185 section.testimonials {
  padding: 80px 0 150px 0;
}
body.page-id-185 section.testimonials .testimonial > div {
  position: relative;
  text-align: center;
}
body.page-id-185 section.testimonials .content {
  background-color: #141A29;
  border-radius: 6px;
  padding: 40px 10%;
}
body.page-id-185 section.testimonials .avatar {
  margin-bottom: -42px;
  display: inline-block;
  height: 84px;
  width: 84px;
  border-radius: 50%;
}
body.page-id-185 section.testimonials .text {
  margin-top: 62px;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
body.page-id-185 section.testimonials .attribution {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin: 24px 0;
}
body.page-id-185 section.testimonials .author {
  font-weight: bold;
}
body.page-id-185 section.testimonials .logo {
  display: inline-block;
}

@media only screen and (max-width: 992px) {
  body.page-id-185 iframe {
    height: 250px !important;
  }
}
body.post-type-archive-case-studies section.cover {
  overflow: hidden;
  margin-top: -91px;
  background-image: url(../images/cover-case-studies.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.post-type-archive-case-studies section.cover video {
  position: absolute;
  width: 110%;
  top: -25px;
  left: 0;
}
body.post-type-archive-case-studies section.cover .content {
  position: relative;
  z-index: 2;
}
body.post-type-archive-case-studies section.categories {
  margin-top: -50px;
  z-index: 1;
  position: relative;
}
body.post-type-archive-case-studies section.categories ul {
  background-color: #161C2B;
  padding: 0 25px;
}
body.post-type-archive-case-studies section.categories li {
  line-height: 50px;
  padding: 25px 50px;
  text-align: center;
  cursor: pointer;
  border-bottom: 4px solid #161C2B;
}
body.post-type-archive-case-studies section.categories li.active {
  color: #2DCCD3;
  border-bottom: 4px solid #2DCCD3;
}
body.post-type-archive-case-studies section.categories .border {
  height: 46px;
  padding: 0;
  border: none;
  border-left: 1px solid #2A303D;
}
body.post-type-archive-case-studies section.case-studies {
  padding: 100px 0;
}
body.post-type-archive-case-studies section.case-studies div.case_study {
  display: none;
}
body.post-type-archive-case-studies section.case-studies .case_study.visible {
  display: block;
}
body.post-type-archive-case-studies section.case-studies .listing > div {
  background-color: #141A29;
  position: relative;
}
body.post-type-archive-case-studies section.case-studies .image {
  height: 215px;
  background-size: cover;
  background-position: center;
}
body.post-type-archive-case-studies section.case-studies .listing a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
body.post-type-archive-case-studies section.case-studies .coming-soon {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #1E2D46;
  border-radius: 4px;
  text-align: center;
  padding: 10px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: white;
  margin-bottom: 33px;
}
body.post-type-archive-case-studies section.case-studies .listing .title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  display: block;
  padding: 30px;
  background-image: url(../images/icon-arrowright.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  -webkit-transition: All 0.25s ease;
  transition: All 0.25s ease;
}
body.post-type-archive-case-studies section.case-studies .listing > div:hover .title {
  opacity: 0.8;
  background-position: 93% center;
}

@media only screen and (max-width: 992px) {
  body.post-type-archive-case-studies section.case-studies {
    padding: 40px 0 !important;
  }
}
body.single-case-studies section.cover {
  padding: 175px 0 300px 0;
  overflow: hidden;
  margin-top: -91px;
  background-image: url(../images/cover-case-studies.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.single-case-studies section.cover .overlay {
  background-color: rgba(24, 31, 48, 0.86);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
body.single-case-studies section.cover .content {
  position: relative;
  z-index: 2;
}
body.single-case-studies .main-image {
  height: 525px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
body.single-case-studies section.overview {
  position: relative;
  z-index: 1;
  margin-top: -175px;
}
body.single-case-studies section.overview .text {
  background: #161C2B;
  -webkit-box-shadow: 0px 1px 30px 6px rgba(75, 142, 220, 0.05);
          box-shadow: 0px 1px 30px 6px rgba(75, 142, 220, 0.05);
}
body.single-case-studies section.overview iframe {
  height: 500px !important;
  width: 100% !important;
}
body.single-case-studies section.feature-wrap {
  padding: 90px 0;
}
body.single-case-studies section.feature-wrap .features {
  background-color: #141A29;
  padding: 40px 0;
}
body.single-case-studies section.feature-wrap h2 {
  margin-bottom: 60px !important;
  display: block;
}
body.single-case-studies section.feature-wrap .column {
  padding: 0 30px;
  border-right: 1px solid #181F30;
}
body.single-case-studies section.feature-wrap .icon {
  background-color: #202534;
  height: 50px;
  width: 50px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  display: block;
  margin-right: 20px;
}
body.single-case-studies section.feature-wrap .link a {
  text-decoration: underline;
  color: #92969E !important;
}
body.single-case-studies section.feature-wrap .link a:hover {
  color: white !important;
}
body.single-case-studies section.gallery .image {
  height: 800px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body.single-case-studies section.testimonials {
  margin-top: 100px;
  padding: 80px 0 150px 0;
}
body.single-case-studies section.testimonials .testimonial > div {
  position: relative;
  text-align: center;
}
body.single-case-studies section.testimonials .link a {
  height: 20px;
  padding: 0 50px 0 0;
  background-color: transparent;
  background-image: url(../images/icon-arrowright-white.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  -webkit-transition: All 0.25s ease;
  transition: All 0.25s ease;
  color: white !important;
  font-weight: bold;
}
body.single-case-studies section.testimonials .link a:hover {
  color: white;
  background-position: 100% center;
}
body.single-case-studies section.testimonials .content {
  background-color: #141A29;
  border-radius: 6px;
  padding: 40px 10%;
}
body.single-case-studies section.testimonials .avatar {
  margin-bottom: -42px;
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
body.single-case-studies section.testimonials .text {
  margin-top: 62px;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
body.single-case-studies section.testimonials .attribution {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin: 24px 0;
}
body.single-case-studies section.testimonials .author {
  font-weight: bold;
}
body.single-case-studies section.testimonials .logo {
  display: inline-block;
}

@media only screen and (max-width: 992px) {
  .gallery .image {
    height: 500px !important;
  }

  body.single-case-studies section.feature-wrap h2 {
    margin-bottom: 20px !important;
  }

  body.single-case-studies section.feature-wrap {
    padding: 50px 0 !important;
  }

  body.single-case-studies section.testimonials {
    margin-top: 20px;
  }

  body.single-case-studies section.overview {
    margin-top: -215px;
  }

  body.single-case-studies div.features .column:last-child {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .gallery .image {
    height: 300px !important;
  }
}
body.post-type-archive-creators section.cover {
  overflow: hidden;
  margin-top: -91px;
  background-image: url(../images/cover-creators.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.post-type-archive-creators section.cover video {
  position: absolute;
  width: 110%;
  top: -25px;
  left: 0;
}
body.post-type-archive-creators section.cover .content {
  position: relative;
  z-index: 2;
}
body.post-type-archive-creators section.contact {
  margin-top: -50px;
  z-index: 1;
  position: relative;
  background-color: #161C2B;
  padding: 25px 40px;
}
body.post-type-archive-creators section.contact .button {
  padding: 20px 35px;
  border-radius: 6px;
  background: linear-gradient(90.07deg, #5082DB -1.7%, #20DAD1 81.86%);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.65);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.65);
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
body.post-type-archive-creators section.creators {
  padding: 100px 0;
}
body.post-type-archive-creators section.creators div.creator {
  display: none;
}
body.post-type-archive-creators section.creators .creator.visible {
  display: block;
}
body.post-type-archive-creators section.creators .listing > div {
  background-color: #141A29;
  position: relative;
}
body.post-type-archive-creators section.creators .image {
  height: 270px;
  background-size: cover;
  background-position: center;
}
body.post-type-archive-creators section.creators .coming-soon {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #1E2D46;
  border-radius: 4px;
  text-align: center;
  padding: 10px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: white;
}
body.post-type-archive-creators section.creators .listing a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
body.post-type-archive-creators section.creators .listing .title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  display: block;
  padding: 30px;
  background-image: url(../images/icon-arrowright.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  -webkit-transition: All 0.25s ease;
  transition: All 0.25s ease;
}
body.post-type-archive-creators section.creators .listing > div:hover .title {
  opacity: 0.8;
  background-position: 93% center;
}

body.single-creators section.cover {
  padding: 175px 0 300px 0;
  overflow: hidden;
  margin-top: -91px;
  background-image: url(../images/cover-creators.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.single-creators section.cover .overlay {
  background-color: rgba(24, 31, 48, 0.86);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
body.single-creators section.cover .content {
  position: relative;
  z-index: 2;
}
body.single-creators .main-image {
  height: 525px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
body.single-creators section.overview {
  position: relative;
  z-index: 1;
  margin-top: -175px;
}
body.single-creators section.overview .text {
  background: #161C2B;
  -webkit-box-shadow: 0px 1px 30px 6px rgba(75, 142, 220, 0.05);
          box-shadow: 0px 1px 30px 6px rgba(75, 142, 220, 0.05);
}
body.single-creators section.feature-wrap {
  padding: 90px 0;
}
body.single-creators section.feature-wrap .features {
  background-color: #141A29;
  padding: 40px 0;
}
body.single-creators section.feature-wrap h2 {
  margin-bottom: 60px !important;
  display: block;
}
body.single-creators section.feature-wrap .column {
  padding: 0 30px;
  border-right: 1px solid #181F30;
}
body.single-creators section.feature-wrap .icon {
  background-color: #202534;
  height: 50px;
  width: 50px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  display: block;
  margin-right: 20px;
}
body.single-creators section.gallery .image {
  height: 800px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body.single-creators section.testimonials {
  margin-top: 100px;
  padding: 80px 0 150px 0;
}
body.single-creators section.testimonials .testimonial > div {
  position: relative;
  text-align: center;
}
body.single-creators section.testimonials .content {
  background-color: #141A29;
  border-radius: 6px;
  padding: 40px 10%;
}
body.single-creators section.testimonials .avatar {
  margin-bottom: -42px;
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
body.single-creators section.testimonials .text {
  margin-top: 62px;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
body.single-creators section.testimonials .attribution {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin: 24px 0;
}
body.single-creators section.testimonials .author {
  font-weight: bold;
}
body.single-creators section.testimonials .logo {
  display: inline-block;
}

@media only screen and (max-width: 992px) {
  .gallery .image {
    height: 500px !important;
  }

  body.post-type-archive-creators section.contact {
    margin-top: -20px;
    padding: 25px 20px;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.post-type-archive-creators section.creators {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .gallery .image {
    height: 300px !important;
  }
}
body.page-id-236 section.cover {
  overflow: hidden;
  margin-top: -91px;
  background-image: url("../images/cover-contact.png");
  background-size: cover;
  background-position: center;
  padding: 190px 0 130px 0 !important;
}
body.page-id-236 section.contact-form {
  background-color: #161C2B;
  padding: 40px 20px;
  margin-top: -75px;
  position: relative;
  z-index: 1;
  margin-bottom: 140px;
}
body.page-id-236 section.contact-form > div {
  padding: 0 40px;
}
body.page-id-236 section.contact-form > div:first-child {
  border-right: 1px solid #222736;
}
body.page-id-236 section.contact-form .hs-input {
  border-radius: 0 !important;
}
body.page-id-236 section.contact-form .callout {
  background: rgba(75, 142, 220, 0.15);
  border-radius: 4px;
  text-align: center;
  padding: 10px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4F85DB;
  margin-bottom: 33px;
}
body.page-id-236 section.contact-form ul {
  margin-top: 30px;
}
body.page-id-236 section.contact-form li {
  padding: 6px 0 6px 32px;
  background-image: url(../images/icon-checkmark.svg);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 14px;
}

@media only screen and (max-width: 992px) {
  body.page-id-236 h1 br {
    display: none;
  }
  body.page-id-236 section.contact-form {
    padding: 30px 0px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
body.page-id-234 section.cover {
  overflow: hidden;
  margin-top: -91px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.page-id-234 section.cover .content {
  position: relative;
  z-index: 2;
}
body.page-id-234 section.plans {
  position: relative;
  z-index: 1;
}
body.page-id-234 section.plans .plan {
  background-color: #161C2B;
  padding: 35px;
}
body.page-id-234 section.plans .plan .name {
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 54px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
body.page-id-234 section.plans .plan .subtitle {
  margin-bottom: 30px;
}
body.page-id-234 section.plans .plan .button a {
  background-color: #4B8EDC;
  border-radius: 6px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #FFFFFF !important;
  padding: 24px 0;
  text-align: center;
  display: block;
}
body.page-id-234 section.plans .plan .price {
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 54px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin: 35px 0 55px 0;
}
body.page-id-234 section.plans .plan .period {
  color: #737780;
}
body.page-id-234 section.plans ul {
  margin-bottom: 30px;
}
body.page-id-234 section.plans li {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 46px;
  letter-spacing: 0.01em;
  color: #C4C4C4;
}
body.page-id-234 section.plans .plan:nth-child(2) {
  margin-top: -70px;
  -webkit-box-shadow: 0px 21px 50px 6px rgba(75, 142, 220, 0.05);
          box-shadow: 0px 21px 50px 6px rgba(75, 142, 220, 0.05);
  position: relative;
}
body.page-id-234 section.plans .plan:nth-child(2):before {
  content: "Most Popular Plan";
  display: block;
  padding: 10px;
  text-align: center;
  margin-bottom: 35px;
  background: #1E2D46;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #4F85DB;
  text-transform: uppercase;
}
body.page-id-234 section.plans .plan:nth-child(2) .button a {
  background: linear-gradient(90.07deg, #5082DB -1.7%, #20DAD1 81.86%);
}
body.page-id-234 section.social_proof {
  padding: 80px 0;
  text-align: center;
}
body.page-id-234 section.social_proof h3 {
  margin-bottom: 30px;
}
body.page-id-234 .price {
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 54px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin: 35px 0 55px 0;
}
body.page-id-234 .period {
  color: #737780;
}
body.page-id-234 section.commercial .container {
  background-color: #161C2B;
  padding: 35px;
}
body.page-id-234 section.commercial h2 {
  text-align: center;
  margin-bottom: 10px !important;
}
body.page-id-234 section.commercial .plans {
  margin: 60px 0 40px 0;
}
body.page-id-234 section.commercial .plans > div {
  width: 100%;
}
body.page-id-234 section.commercial .plans > div .price {
  margin-top: 0;
  margin-bottom: 5px;
}
body.page-id-234 section.commercial .plans > div .subtitle {
  margin-bottom: 10px;
}
body.page-id-234 section.commercial .plans > div .views {
  color: #2DCCD3;
  padding: 0 32px;
  line-height: 46px;
  background-image: url(../images/icon-views.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
body.page-id-234 section.commercial .plans > div:nth-child(2) {
  border-left: 1px solid #262C3A;
  border-right: 1px solid #262C3A;
}
body.page-id-234 section.cta {
  margin: 80px 0;
}
body.page-id-234 section.testimonials {
  padding: 60px 0 120px 0;
  color: white;
}
body.page-id-234 section.testimonials .testimonial-wrap {
  background-color: #161C2B;
  margin-top: 130px;
}
body.page-id-234 section.testimonials .testimonial {
  padding: 30px;
  background-color: #10141F;
  text-align: left;
  height: 300px;
  position: relative;
}
body.page-id-234 section.testimonials .testimonial:nth-child(1) {
  top: -40px;
}
body.page-id-234 section.testimonials .testimonial:nth-child(4) {
  top: 40px;
}
body.page-id-234 section.testimonials .photo img {
  border-radius: 50%;
  width: 64px;
  margin-right: 15px;
}
body.page-id-234 section.testimonials .name {
  display: block;
  font-weight: bold;
}
body.page-id-234 section.testimonials .text {
  margin: 40px 0;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
}
body.page-id-234 section.faqs {
  margin-bottom: 100px;
}
body.page-id-234 section.faqs .faq-wrap {
  background-color: #161C2B;
  padding: 20px 40px;
}
body.page-id-234 section.faqs .faq-wrap li {
  padding: 20px;
  border-bottom: 1px solid #1D2331;
}
body.page-id-234 section.faqs .faq-wrap li:last-child {
  border-bottom: none;
}
body.page-id-234 section.faqs .faq-wrap .question {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 58px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  cursor: pointer;
  background-image: url(../images/icon-plus.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
body.page-id-234 section.faqs .faq-wrap .answer {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #737780;
  display: none;
}
body.page-id-234 section.faqs .faq-wrap li.active .answer {
  display: block;
}
body.page-id-234 section.faqs .faq-wrap li.active .question {
  background-image: url(../images/icon-minus.svg);
}

@media only screen and (max-width: 992px) {
  .plans > div:nth-child(2) {
    border-top: 1px solid #262C3A;
    border-bottom: 1px solid #262C3A;
    border-left: none !important;
    border-right: none !important;
    padding: 20px 0;
  }

  section.social_proof {
    padding: 60px 0 40px 0 !important;
  }
  section.social_proof h3 {
    margin-bottom: 0 !important;
  }

  section.testimonials {
    padding: 0 0 40px 0 !important;
  }
  section.testimonials .testimonial-wrap {
    margin-top: 40px !important;
    margin-bottom: 10px;
  }

  body.page-id-234 section.testimonials .testimonial {
    height: auto;
    margin: 0;
    top: 0 !important;
  }

  body.page-id-234 section.testimonials .photo img {
    margin-right: 15px !important;
    width: 64px !important;
  }

  body.page-id-234 section.plans .plan:nth-child(2) {
    -webkit-box-shadow: 0 0 40px rgba(75, 142, 220, 0.55);
            box-shadow: 0 0 40px rgba(75, 142, 220, 0.55);
  }

  body.page-id-234 section.faqs .faq-wrap {
    background-color: #161C2B;
    padding: 10px;
  }

  body.page-id-234 section.faqs .faq-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }

  body.page-id-234 section.faqs .faq-wrap li {
    padding: 10px;
    border-bottom: 1px solid #1D2331;
  }

  body.page-id-234 section.faqs .faq-wrap .question {
    font-size: 20px;
    line-height: 30px;
    padding-right: 30px;
  }

  body.page-id-234 section.plans .plan .price {
    font-size: 30px;
    line-height: 45px;
    margin: 25px 0 25px 0;
  }

  body.page-id-234 section.faqs {
    margin-bottom: 50px;
  }

  .plan:nth-child(2) {
    margin-left: -5% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 110% !important;
  }
}
body.page-template-default section.cover {
  overflow: hidden;
  margin-top: -91px;
  background-image: url("../images/cover-contact.png");
  background-size: cover;
  background-position: center;
  padding: 190px 0 50px 0;
}
body.page-template-default p {
  margin-bottom: 20px;
}
body.page-template-default .content {
  padding: 50px 0;
}
body.page-template-default h2 {
  margin-bottom: 10px !important;
}

body.page-id-768, body.page-id-791 {
  margin: 0;
}
body.page-id-768 .cover, body.page-id-791 .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0 !important;
  height: 100vh !important;
  padding: 190px 0 150px 0 !important;
}
body.page-id-768 .control-cover, body.page-id-791 .control-cover {
  background-color: #131926;
  width: 100%;
  height: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  position: absolute;
  display: none;
}
body.page-id-768 .video, body.page-id-791 .video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
body.page-id-768 #page, body.page-id-791 #page {
  padding-bottom: 0 !important;
}

body.single-verse-locations .cover .button-wrap a {
  background: linear-gradient(90.07deg, #5082DB -1.7%, #20DAD1 81.86%);
}
body.single-verse-locations .cover .button-wrap a:hover {
  opacity: 1 !important;
}

body.page-id-768, body.single-verse-locations, body.page-id-791 {
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
}
body.page-id-768 .button-wrap:hover, body.single-verse-locations .button-wrap:hover, body.page-id-791 .button-wrap:hover {
  -webkit-box-shadow: 0 0 10px rgba(250, 250, 250, 0.4);
          box-shadow: 0 0 10px rgba(250, 250, 250, 0.4);
}
body.page-id-768 #purchase-tickets, body.single-verse-locations #purchase-tickets, body.page-id-791 #purchase-tickets {
  scroll-margin: 40vh;
}
body.page-id-768 #mc_embed_signup, body.single-verse-locations #mc_embed_signup, body.page-id-791 #mc_embed_signup {
  background-color: transparent !important;
  text-align: center !important;
  width: 100% !important;
}
body.page-id-768 #mc_embed_signup #mc_embed_signup_scroll, body.single-verse-locations #mc_embed_signup #mc_embed_signup_scroll, body.page-id-791 #mc_embed_signup #mc_embed_signup_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-id-768 #mc_embed_signup .mc-field-group, body.single-verse-locations #mc_embed_signup .mc-field-group, body.page-id-791 #mc_embed_signup .mc-field-group {
  width: 48% !important;
  margin-right: 2%;
}
body.page-id-768 #mc_embed_signup .indicates-required, body.single-verse-locations #mc_embed_signup .indicates-required, body.page-id-791 #mc_embed_signup .indicates-required {
  width: 100% !important;
  text-align: left !important;
}
body.page-id-768 #mc_embed_signup #mergeRow-gdpr, body.single-verse-locations #mc_embed_signup #mergeRow-gdpr, body.page-id-791 #mc_embed_signup #mergeRow-gdpr {
  width: 100% !important;
}
body.page-id-768 #mc_embed_signup label, body.single-verse-locations #mc_embed_signup label, body.page-id-791 #mc_embed_signup label {
  text-align: left !important;
}
body.page-id-768 #mc_embed_signup h2, body.single-verse-locations #mc_embed_signup h2, body.page-id-791 #mc_embed_signup h2 {
  display: none;
}
body.page-id-768 .locations::-webkit-scrollbar, body.single-verse-locations .locations::-webkit-scrollbar, body.page-id-791 .locations::-webkit-scrollbar {
  display: none !important;
}
body.page-id-768 .locations, body.single-verse-locations .locations, body.page-id-791 .locations {
  -ms-overflow-style: none !important;
  /* IE and Edge */
  scrollbar-width: none !important;
  /* Firefox */
}
body.page-id-768 .locations .button-wrap, body.single-verse-locations .locations .button-wrap, body.page-id-791 .locations .button-wrap {
  margin: 10px 20px;
  width: 21%;
}
body.page-id-768 .locations .button-wrap.coming-soon, body.single-verse-locations .locations .button-wrap.coming-soon, body.page-id-791 .locations .button-wrap.coming-soon {
  opacity: 0.5;
}
body.page-id-768 .locations .button-wrap a, body.single-verse-locations .locations .button-wrap a, body.page-id-791 .locations .button-wrap a {
  width: 100%;
}
body.page-id-768 section, body.single-verse-locations section, body.page-id-791 section {
  scroll-margin: 70px;
}
body.page-id-768 .verse-header, body.single-verse-locations .verse-header, body.page-id-791 .verse-header {
  background-color: black;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
body.page-id-768 .verse-header a, body.single-verse-locations .verse-header a, body.page-id-791 .verse-header a {
  color: white !important;
}
body.page-id-768 .verse-header a:hover, body.single-verse-locations .verse-header a:hover, body.page-id-791 .verse-header a:hover {
  color: white !important;
  opacity: 0.7;
}
body.page-id-768 .verse-header .right > div, body.page-id-768 .verse-header .right > span, body.page-id-768 .verse-header .right > a, body.single-verse-locations .verse-header .right > div, body.single-verse-locations .verse-header .right > span, body.single-verse-locations .verse-header .right > a, body.page-id-791 .verse-header .right > div, body.page-id-791 .verse-header .right > span, body.page-id-791 .verse-header .right > a {
  margin: 0 20px;
}
body.page-id-768 .verse-header span, body.single-verse-locations .verse-header span, body.page-id-791 .verse-header span {
  margin-top: 0 !important;
}
body.page-id-768 .verse-header .right, body.single-verse-locations .verse-header .right, body.page-id-791 .verse-header .right {
  color: white;
  font-weight: bold;
  font-size: 16px;
}
body.page-id-768 .dropdown, body.single-verse-locations .dropdown, body.page-id-791 .dropdown {
  color: white;
  position: relative;
  cursor: pointer;
  padding: 35px 20px;
}
body.page-id-768 .dropdown.cities > span, body.single-verse-locations .dropdown.cities > span, body.page-id-791 .dropdown.cities > span {
  padding-right: 25px;
  background-image: url("../images/down-arrow.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 10px;
}
body.page-id-768 .dropdown > span:hover, body.page-id-768 .dropdown > img:hover, body.single-verse-locations .dropdown > span:hover, body.single-verse-locations .dropdown > img:hover, body.page-id-791 .dropdown > span:hover, body.page-id-791 .dropdown > img:hover {
  opacity: 0.7;
}
body.page-id-768 .dropdown ul, body.single-verse-locations .dropdown ul, body.page-id-791 .dropdown ul {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  left: -10px;
  top: 80px;
  height: 0;
  overflow: hidden;
  background-color: black;
  padding: 20px;
}
body.page-id-768 .dropdown ul li, body.single-verse-locations .dropdown ul li, body.page-id-791 .dropdown ul li {
  white-space: nowrap;
  padding: 20px;
}
body.page-id-768 .dropdown ul a, body.single-verse-locations .dropdown ul a, body.page-id-791 .dropdown ul a {
  color: white;
}
body.page-id-768 .dropdown ul a.coming-soon, body.single-verse-locations .dropdown ul a.coming-soon, body.page-id-791 .dropdown ul a.coming-soon {
  opacity: 0.5;
}
body.page-id-768 .dropdown ul a:hover, body.single-verse-locations .dropdown ul a:hover, body.page-id-791 .dropdown ul a:hover {
  opacity: 0.7;
}
body.page-id-768 .dropdown.active ul, body.single-verse-locations .dropdown.active ul, body.page-id-791 .dropdown.active ul {
  opacity: 1;
  height: auto;
}
body.page-id-768 .dropdown.align-right ul, body.single-verse-locations .dropdown.align-right ul, body.page-id-791 .dropdown.align-right ul {
  left: auto;
  right: -10px;
}
body.page-id-768 .wpcf7-response-output, body.single-verse-locations .wpcf7-response-output, body.page-id-791 .wpcf7-response-output {
  background-color: #2DCCD3;
  color: white;
  border-radius: 4px;
  border: none;
  font-weight: bold;
}
body.page-id-768 .modal-overlay, body.single-verse-locations .modal-overlay, body.page-id-791 .modal-overlay {
  background-color: rgba(250, 250, 250, 0.5);
  z-index: 100000000000000020;
  display: none;
}
body.page-id-768 .modal-overlay .close, body.single-verse-locations .modal-overlay .close, body.page-id-791 .modal-overlay .close {
  cursor: pointer;
  height: 25px;
  width: 25px;
  background-image: url("../images/close.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 20px;
}
body.page-id-768 .modal-overlay .modal, body.single-verse-locations .modal-overlay .modal, body.page-id-791 .modal-overlay .modal {
  background-color: #181F30;
  padding: 40px;
}
body.page-id-768 .modal-overlay .modal h2, body.single-verse-locations .modal-overlay .modal h2, body.page-id-791 .modal-overlay .modal h2 {
  color: white;
}
body.page-id-768 .modal-overlay .modal label, body.single-verse-locations .modal-overlay .modal label, body.page-id-791 .modal-overlay .modal label {
  font-size: 14px;
}
body.page-id-768 .modal-overlay .modal input, body.single-verse-locations .modal-overlay .modal input, body.page-id-791 .modal-overlay .modal input {
  width: 100%;
  padding: 12px 15px;
}
body.page-id-768 .modal-overlay .modal input[type=submit], body.single-verse-locations .modal-overlay .modal input[type=submit], body.page-id-791 .modal-overlay .modal input[type=submit] {
  margin-top: 20px;
  padding: 18px 24px;
  background: #151B29;
  border-radius: 6px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  display: inline-block;
  border: 2px solid white;
  margin-bottom: -20px;
}
body.page-id-768 iframe, body.single-verse-locations iframe, body.page-id-791 iframe {
  max-width: 100%;
}
body.page-id-768 .cover, body.single-verse-locations .cover, body.page-id-791 .cover {
  margin-top: -125px;
  height: 75vh;
  background-image: none !important;
}
body.page-id-768 footer, body.page-id-768 header, body.single-verse-locations footer, body.single-verse-locations header, body.page-id-791 footer, body.page-id-791 header {
  display: none;
}
body.page-id-768 .all-locations, body.single-verse-locations .all-locations, body.page-id-791 .all-locations {
  position: relative;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 20px 20px 60px;
  top: 80px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: white;
  background-image: url(../images/icon-arrowleft.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
}
body.page-id-768 .cover h1, body.single-verse-locations .cover h1, body.page-id-791 .cover h1 {
  position: relative;
  z-index: 3;
}
body.page-id-768 .cover .video, body.single-verse-locations .cover .video, body.page-id-791 .cover .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
body.page-id-768 .cover .content, body.single-verse-locations .cover .content, body.page-id-791 .cover .content {
  position: relative;
  z-index: 3;
  padding-top: 60px;
}
body.page-id-768 .video iframe, body.single-verse-locations .video iframe, body.page-id-791 .video iframe {
  width: 100vw !important;
  height: 56.25vw !important;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 145% !important;
  min-width: 177.77% !important;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
body.page-id-768 .overlay, body.single-verse-locations .overlay, body.page-id-791 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
body.page-id-768 .verse-logo, body.single-verse-locations .verse-logo, body.page-id-791 .verse-logo {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 550px;
  max-width: 90%;
}
body.page-id-768 button.verse-location, body.single-verse-locations button.verse-location, body.page-id-791 button.verse-location {
  position: relative;
  z-index: 2;
  width: 21%;
  margin: 0 2%;
  border: none;
}
body.page-id-768 button.verse-location a, body.single-verse-locations button.verse-location a, body.page-id-791 button.verse-location a {
  display: block;
  color: white;
  padding: 15px;
  border: 2px solid white;
  background-color: rgba(250, 250, 250, 0.4);
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page-id-768 button.verse-location a:hover, body.single-verse-locations button.verse-location a:hover, body.page-id-791 button.verse-location a:hover {
  background-color: rgb(250, 250, 250);
  color: black;
}
body.page-id-768 button.verse-location a.coming-soon, body.single-verse-locations button.verse-location a.coming-soon, body.page-id-791 button.verse-location a.coming-soon {
  opacity: 0.5;
}
body.page-id-768 section.initial-info, body.page-id-768 section.about-the-organizer, body.single-verse-locations section.initial-info, body.single-verse-locations section.about-the-organizer, body.page-id-791 section.initial-info, body.page-id-791 section.about-the-organizer {
  background-color: white;
  padding: 60px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  text-align: center;
}
body.page-id-768 section.initial-info .container, body.page-id-768 section.about-the-organizer .container, body.single-verse-locations section.initial-info .container, body.single-verse-locations section.about-the-organizer .container, body.page-id-791 section.initial-info .container, body.page-id-791 section.about-the-organizer .container {
  padding: 0 15%;
}
body.page-id-768 section.initial-info #mc_embed_signup form, body.page-id-768 section.about-the-organizer #mc_embed_signup form, body.single-verse-locations section.initial-info #mc_embed_signup form, body.single-verse-locations section.about-the-organizer #mc_embed_signup form, body.page-id-791 section.initial-info #mc_embed_signup form, body.page-id-791 section.about-the-organizer #mc_embed_signup form {
  padding-left: 0 !important;
}
body.page-id-768 section.initial-info h1, body.page-id-768 section.initial-info h2, body.page-id-768 section.initial-info h3, body.page-id-768 section.about-the-organizer h1, body.page-id-768 section.about-the-organizer h2, body.page-id-768 section.about-the-organizer h3, body.single-verse-locations section.initial-info h1, body.single-verse-locations section.initial-info h2, body.single-verse-locations section.initial-info h3, body.single-verse-locations section.about-the-organizer h1, body.single-verse-locations section.about-the-organizer h2, body.single-verse-locations section.about-the-organizer h3, body.page-id-791 section.initial-info h1, body.page-id-791 section.initial-info h2, body.page-id-791 section.initial-info h3, body.page-id-791 section.about-the-organizer h1, body.page-id-791 section.about-the-organizer h2, body.page-id-791 section.about-the-organizer h3 {
  color: black;
}
body.page-id-768 p, body.single-verse-locations p, body.page-id-791 p {
  margin-bottom: 20px;
  line-height: 22px;
}
body.page-id-768 section.about-the-organizer, body.single-verse-locations section.about-the-organizer, body.page-id-791 section.about-the-organizer {
  text-align: left;
  padding: 60px 0;
  margin-top: 60px;
}
body.page-id-768 section.about-the-organizer .container, body.single-verse-locations section.about-the-organizer .container, body.page-id-791 section.about-the-organizer .container {
  padding: 0;
}
body.page-id-768 .button-wrap, body.single-verse-locations .button-wrap, body.page-id-791 .button-wrap {
  background: linear-gradient(90.07deg, #5082DB -1.7%, #20DAD1 81.86%);
  padding: 2px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 30px;
}
body.page-id-768 .button-wrap a, body.single-verse-locations .button-wrap a, body.page-id-791 .button-wrap a {
  padding: 24px 40px;
  background: #151B29;
  border-radius: 6px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  display: inline-block;
}
body.page-id-768 .button-wrap.small a, body.single-verse-locations .button-wrap.small a, body.page-id-791 .button-wrap.small a {
  padding: 12px 20px;
}
body.page-id-768 .button-wrap.medium a, body.single-verse-locations .button-wrap.medium a, body.page-id-791 .button-wrap.medium a {
  padding: 18px 0;
}
body.page-id-768 section.practical-info p, body.page-id-768 section.practical-info li, body.page-id-768 section.location p, body.page-id-768 section.location li, body.single-verse-locations section.practical-info p, body.single-verse-locations section.practical-info li, body.single-verse-locations section.location p, body.single-verse-locations section.location li, body.page-id-791 section.practical-info p, body.page-id-791 section.practical-info li, body.page-id-791 section.location p, body.page-id-791 section.location li {
  color: white;
}
body.page-id-768 section.testimonials, body.single-verse-locations section.testimonials, body.page-id-791 section.testimonials {
  padding: 80px 0 150px 0;
}
body.page-id-768 section.testimonials .testimonial > div, body.single-verse-locations section.testimonials .testimonial > div, body.page-id-791 section.testimonials .testimonial > div {
  position: relative;
  text-align: center;
}
body.page-id-768 section.testimonials .content, body.single-verse-locations section.testimonials .content, body.page-id-791 section.testimonials .content {
  background-color: #141A29;
  border-radius: 6px;
  padding: 40px 10%;
}
body.page-id-768 section.testimonials .avatar, body.single-verse-locations section.testimonials .avatar, body.page-id-791 section.testimonials .avatar {
  margin-bottom: -42px;
  display: inline-block;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  background-size: cover;
}
body.page-id-768 section.testimonials .text, body.single-verse-locations section.testimonials .text, body.page-id-791 section.testimonials .text {
  margin-top: 32px;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
body.page-id-768 section.testimonials .attribution, body.single-verse-locations section.testimonials .attribution, body.page-id-791 section.testimonials .attribution {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin: 24px 0;
}
body.page-id-768 section.testimonials .author, body.single-verse-locations section.testimonials .author, body.page-id-791 section.testimonials .author {
  font-weight: bold;
}
body.page-id-768 section.testimonials .logo, body.single-verse-locations section.testimonials .logo, body.page-id-791 section.testimonials .logo {
  display: inline-block;
}
body.page-id-768 section.featured_content, body.single-verse-locations section.featured_content, body.page-id-791 section.featured_content {
  position: relative;
  z-index: 9;
  background: #181F30;
  padding: 20px 0;
  /* opacity: .2; */
  /* box-shadow: 0 40px rgb(0 0 0 / 90%); */
  -webkit-box-shadow: 10px 5px 55px #21dad1;
  box-shadow: 11px 5px 55px rgba(33, 218, 209, 0.6);
}
body.page-id-768 section.featured_content .view-all, body.single-verse-locations section.featured_content .view-all, body.page-id-791 section.featured_content .view-all {
  height: 20px;
  padding: 0 65px 0 0;
  background-color: transparent;
  background-image: url(../images/icon-arrowright-white.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  -webkit-transition: All 0.25s ease;
  transition: All 0.25s ease;
}
body.page-id-768 section.featured_content .view-all:hover, body.single-verse-locations section.featured_content .view-all:hover, body.page-id-791 section.featured_content .view-all:hover {
  background-position: 93% center;
}
body.page-id-768 section.featured_content .case_study, body.single-verse-locations section.featured_content .case_study, body.page-id-791 section.featured_content .case_study {
  background-color: #141A29;
  position: relative;
}
body.page-id-768 section.featured_content .image, body.single-verse-locations section.featured_content .image, body.page-id-791 section.featured_content .image {
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
}
body.page-id-768 section.featured_content .case_study a, body.single-verse-locations section.featured_content .case_study a, body.page-id-791 section.featured_content .case_study a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
}
body.page-id-768 section.featured_content .case_study .title, body.single-verse-locations section.featured_content .case_study .title, body.page-id-791 section.featured_content .case_study .title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  display: block;
  padding: 20px;
  background-image: url(../images/icon-arrowright.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  -webkit-transition: All 0.25s ease;
  transition: All 0.25s ease;
}
body.page-id-768 section.featured_content .case_study:hover .title, body.single-verse-locations section.featured_content .case_study:hover .title, body.page-id-791 section.featured_content .case_study:hover .title {
  opacity: 0.8;
  background-position: 93% center;
}
body.page-id-768 section.media, body.single-verse-locations section.media, body.page-id-791 section.media {
  padding: 30px 0 160px 0;
}
body.page-id-768 section.media .tns-item > div, body.single-verse-locations section.media .tns-item > div, body.page-id-791 section.media .tns-item > div {
  min-height: 315px;
}
body.page-id-768 section.media .media-slider > div > div, body.single-verse-locations section.media .media-slider > div > div, body.page-id-791 section.media .media-slider > div > div {
  padding: 40px;
  background-color: #141A29;
}
body.page-id-768 section.media .logo, body.single-verse-locations section.media .logo, body.page-id-791 section.media .logo {
  height: 50px;
  width: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-bottom: 20px;
}
body.page-id-768 section.faqs, body.single-verse-locations section.faqs, body.page-id-791 section.faqs {
  padding: 60px 0;
}
body.page-id-768 section.faqs .faq-wrap, body.single-verse-locations section.faqs .faq-wrap, body.page-id-791 section.faqs .faq-wrap {
  background-color: #161C2B;
  padding: 20px 40px;
}
body.page-id-768 section.faqs .faq-wrap li, body.single-verse-locations section.faqs .faq-wrap li, body.page-id-791 section.faqs .faq-wrap li {
  padding: 20px;
  border-bottom: 1px solid #1D2331;
}
body.page-id-768 section.faqs .faq-wrap li:last-child, body.single-verse-locations section.faqs .faq-wrap li:last-child, body.page-id-791 section.faqs .faq-wrap li:last-child {
  border-bottom: none;
}
body.page-id-768 section.faqs .faq-wrap .question, body.single-verse-locations section.faqs .faq-wrap .question, body.page-id-791 section.faqs .faq-wrap .question {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 58px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  cursor: pointer;
  background-image: url(../images/icon-plus.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
body.page-id-768 section.faqs .faq-wrap .answer, body.single-verse-locations section.faqs .faq-wrap .answer, body.page-id-791 section.faqs .faq-wrap .answer {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #737780;
  display: none;
}
body.page-id-768 section.faqs .faq-wrap li.active .answer, body.single-verse-locations section.faqs .faq-wrap li.active .answer, body.page-id-791 section.faqs .faq-wrap li.active .answer {
  display: block;
}
body.page-id-768 section.faqs .faq-wrap li.active .question, body.single-verse-locations section.faqs .faq-wrap li.active .question, body.page-id-791 section.faqs .faq-wrap li.active .question {
  background-image: url(../images/icon-minus.svg);
}
body.page-id-768 section.featured_artists, body.single-verse-locations section.featured_artists, body.page-id-791 section.featured_artists {
  margin-bottom: 60px;
}
body.page-id-768 section.featured_artists h2, body.single-verse-locations section.featured_artists h2, body.page-id-791 section.featured_artists h2 {
  margin-bottom: 60px !important;
}
body.page-id-768 section.featured_artists .view-all, body.single-verse-locations section.featured_artists .view-all, body.page-id-791 section.featured_artists .view-all {
  height: 20px;
  padding: 0 65px 0 0;
  background-color: transparent;
  background-image: url(../images/icon-arrowright-white.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  -webkit-transition: All 0.25s ease;
  transition: All 0.25s ease;
}
body.page-id-768 section.featured_artists .view-all:hover, body.single-verse-locations section.featured_artists .view-all:hover, body.page-id-791 section.featured_artists .view-all:hover {
  background-position: 93% center;
}
body.page-id-768 section.featured_artists .case_study, body.single-verse-locations section.featured_artists .case_study, body.page-id-791 section.featured_artists .case_study {
  background-color: #141A29;
  position: relative;
}
body.page-id-768 section.featured_artists .image, body.single-verse-locations section.featured_artists .image, body.page-id-791 section.featured_artists .image {
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
}
body.page-id-768 section.featured_artists .case_study a, body.single-verse-locations section.featured_artists .case_study a, body.page-id-791 section.featured_artists .case_study a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
}
body.page-id-768 section.featured_artists .case_study .title, body.single-verse-locations section.featured_artists .case_study .title, body.page-id-791 section.featured_artists .case_study .title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  display: block;
  padding: 30px;
  background-image: url(../images/icon-arrowright.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  -webkit-transition: All 0.25s ease;
  transition: All 0.25s ease;
}
body.page-id-768 section.featured_artists .case_study:hover .title, body.single-verse-locations section.featured_artists .case_study:hover .title, body.page-id-791 section.featured_artists .case_study:hover .title {
  opacity: 0.8;
  background-position: 93% center;
}

body.single-verse-locations .temporary_landing.cover {
  height: 100vh !important;
  margin-top: 0;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 90% !important;
  }
}
@media only screen and (max-width: 992px) {
  body.page-id-768 #mc_embed_signup .mc-field-group, body.single-verse-locations #mc_embed_signup .mc-field-group, body.page-id-791 #mc_embed_signup .mc-field-group {
    width: 100% !important;
    margin-right: 0%;
  }

  body.page-id-768 #page, body.single-verse-locations #page {
    overflow-x: hidden;
    padding-bottom: 0;
  }
  body.page-id-768 #purchase-tickets, body.single-verse-locations #purchase-tickets {
    scroll-margin: 84px !important;
  }
  body.page-id-768 .verse-header .right .button-wrap, body.single-verse-locations .verse-header .right .button-wrap {
    display: none;
  }
  body.page-id-768 .verse-header .right .dropdown.cities, body.single-verse-locations .verse-header .right .dropdown.cities {
    display: none;
  }
  body.page-id-768 .video iframe, body.single-verse-locations .video iframe {
    width: 100vw !important;
    height: 56.25vw !important;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh !important;
    min-width: 177.77vh !important;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
  body.page-id-768 .dropdown li, body.single-verse-locations .dropdown li {
    padding: 5px 20px !important;
  }
  body.page-id-768 .dropdown li a, body.single-verse-locations .dropdown li a {
    font-size: 14px !important;
  }
  body.page-id-768 h2, body.single-verse-locations h2 {
    margin-left: 0 !important;
  }
  body.page-id-768 .cover, body.single-verse-locations .cover {
    margin-top: 0px;
    height: 75vh;
    background-image: none !important;
  }
  body.page-id-768 section.initial-info, body.page-id-768 section.about-the-organizer, body.single-verse-locations section.initial-info, body.single-verse-locations section.about-the-organizer {
    padding: 60px 0;
  }
  body.page-id-768 section.initial-info .container, body.page-id-768 section.about-the-organizer .container, body.single-verse-locations section.initial-info .container, body.single-verse-locations section.about-the-organizer .container {
    padding: 0;
  }
  body.page-id-768 section.featured_content, body.single-verse-locations section.featured_content {
    position: relative;
  }
  body.page-id-768 button.verse-location, body.single-verse-locations button.verse-location {
    width: 100%;
    margin: 2% 0;
  }
  body.page-id-768 .cover, body.single-verse-locations .cover {
    padding: 40px 0 !important;
    overflow: visible;
  }
  body.page-id-768 .all-locations, body.single-verse-locations .all-locations {
    top: 20px;
  }
  body.page-id-768 .cover .button-wrap, body.single-verse-locations .cover .button-wrap {
    width: 100%;
  }
  body.page-id-768 .cover .button-wrap a, body.single-verse-locations .cover .button-wrap a {
    width: 100%;
    text-align: center;
    margin: 3px 0;
    padding: 15px 0;
  }
  body.page-id-768 section.faqs .faq-wrap, body.single-verse-locations section.faqs .faq-wrap {
    background-color: #161C2B;
    padding: 10px;
  }
  body.page-id-768 section.faqs .faq-wrap, body.single-verse-locations section.faqs .faq-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
  body.page-id-768 section.faqs .faq-wrap li, body.single-verse-locations section.faqs .faq-wrap li {
    padding: 10px;
    border-bottom: 1px solid #1D2331;
  }
  body.page-id-768 section.faqs .faq-wrap .question, body.single-verse-locations section.faqs .faq-wrap .question {
    font-size: 20px;
    line-height: 30px;
    padding-right: 30px;
  }
  body.page-id-768 .locations, body.single-verse-locations .locations {
    height: 50vh;
  }
}