/*!
Theme Name: Playbound
Theme URI: http://underscores.me/
Author: Stratos Ltd
Author URI: https://stratos.agency/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: playbound
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Playbound is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.dg.ac {
  top: 60% !important;
}

@font-face {
  font-family: SpaceGrotesk;
  src: url(assets/fonts/SpaceGrotesk-Variable.woff2);
}
html {
  scroll-behavior: smooth;
}

.text-purple {
  color: #6025E1;
}

.bg-dark {
  background: #2E2E33 !important;
}

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

.btn {
  border: none;
  border-radius: 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  padding: 14px 16px;
  text-decoration: none;
  font-variation-settings: "wght" 500;
  font-weight: 500;
}

html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  border: 10px solid #E3EDEE;
}

body {
  font-family: SpaceGrotesk;
  font-variation-settings: "wght" 500;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
  font-style: normal;
  color: #E3EDEE;
  width: 100%;
  overflow: hidden;
}

#sphere {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
}
@media (min-width: 1200px) {
  #sphere {
    height: 100%;
  }
}

canvas {
  position: absolute;
}

.mobile-sphere {
  text-align: center;
  width: 100%;
}

.border-frame {
  position: fixed;
  top: -2px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 10px solid #E3EDEE;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
  pointer-events: none;
  width: 100%;
  height: calc(100% + 5px);
}

@media (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }
}

.text-white {
  color: #E3EDEE !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: termina, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0.9;
  -webkit-font-kerning: none;
          font-kerning: none;
}

h1,
.h1 {
  font-size: 2.625rem;
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 5rem;
  }
}

h2,
.h2 {
  font-size: 2rem;
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 3.75rem;
  }
}

h2.p,
h1.p {
  font-family: SpaceGrotesk;
  font-variation-settings: "wght" 500;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  font-style: normal;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 15px;
}

h3,
.h3 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}
h4,
.h4 {
  font-size: 1.5625rem;
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.875rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.cursor {
  width: 150px;
  height: 150px;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: width 0.3s, height 0.3s, padding 0.3s;
  transition: width 0.3s, height 0.3s, padding 0.3s;
  white-space: nowrap;
  z-index: 100;
  background: rgba(255, 255, 255, 0.43);
  padding: 15px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 15px 0 15px;
  padding-bottom: 0;
  z-index: 10;
  border-bottom: 1px solid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.fixed {
  position: fixed;
  -webkit-animation-name: headerAnimate;
          animation-name: headerAnimate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
.header a.logo {
  display: block;
  max-width: 70%;
}
.header a.logo svg {
  max-width: 100%;
  width: 100%;
  fill: #E3EDEE;
}
.header a.logo svg #theMask rect {
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
}
.header .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.header .buttons .btn {
  width: 16.3125rem;
  height: 3.75rem;
}
.header .buttons .btn.chat {
  background: #6025E1;
  mix-blend-mode: plus-lighter;
  color: #E3EDEE;
}
.header .buttons .btn.menu {
  border: 1px #6025E1;
  background: #E3EDEE;
  color: #6025E1;
}
.header .buttons .btn.menu svg.minus {
  display: none;
}
.header .buttons .btn.menu .close-text {
  display: none;
}
.header .buttons .btn.menu:hover {
  background: #6025E1;
  color: #E3EDEE;
}
.header nav {
  background: #E3EDEE;
  color: #6025E1;
  border-radius: 0.625rem;
  position: fixed;
  right: 15px;
  top: 85px;
  overflow: hidden;
  display: none;
  width: calc(100% - 30px);
}
.header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.header nav ul li a {
  padding: 10px;
  display: block;
  min-width: 100%;
  text-transform: uppercase;
  background: #E3EDEE;
  border-bottom: 1px solid #E3EDEE;
}
.header nav ul li.current-menu-item a,
.header nav ul li a:hover {
  background: #6025E1;
  color: #E3EDEE;
  border-color: #6025E1;
}
@media (min-width: 576px) {
  .header nav {
    top: 100px;
  }
}
@media (min-width: 1200px) {
  .header nav {
    width: auto;
  }
  .header nav a {
    width: 530px;
  }
  .header nav #menu-item-154 {
    display: none;
  }
}
.header .nav-toggle {
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 1px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 9;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 11;
  background: #E3EDEE;
  border-radius: 5px;
}
.header .nav-toggle div {
  width: 28px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .nav-toggle div span {
  width: 100%;
  height: 2px;
  background: black;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  position: relative;
}
.header.nav-active .nav-toggle span:nth-child(1) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 10px;
}
.header.nav-active .nav-toggle span:nth-child(2) {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: -7px;
}
.header.nav-active .nav-toggle span:nth-child(3) {
  display: none;
}
.header.nav-active .btn.menu svg.plus {
  display: none;
}
.header.nav-active .btn.menu svg.minus {
  display: block;
}

.split-line {
  overflow: hidden;
}
.split-line .char {
  -webkit-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
}

section {
  min-height: calc(100vh - 20px);
  position: relative;
  width: 100%;
  border-radius: 10px;
  margin: auto;
  padding-top: 150px;
}
section img.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section .container {
  position: relative;
  z-index: 2;
}
section.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.intro img.smile {
  position: absolute;
  z-index: 3;
  max-width: 30vw;
  left: 40%;
}
section.intro p,
section.intro h1,
section.intro .h1 {
  opacity: 0;
  -webkit-font-kerning: none;
          font-kerning: none;
}
section.intro p .char,
section.intro p span,
section.intro p div,
section.intro h1 .char,
section.intro h1 span,
section.intro h1 div,
section.intro .h1 .char,
section.intro .h1 span,
section.intro .h1 div {
  display: inline-block;
  white-space: pre;
  margin: 0;
  padding: 0;
  -webkit-font-kerning: none;
          font-kerning: none;
}
section.intro h1 {
  font-family: SpaceGrotesk;
  font-variation-settings: "wght" 500;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  font-style: normal;
  text-transform: none;
  font-weight: 500;
}
section.intro .container {
  max-width: calc(100vw - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.intro .container .text-content {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  section.intro .container {
    padding-top: 0;
  }
}
section.intro .char {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
section .what-we-do {
  position: relative;
}
section .what-we-do .video {
  border-radius: 10px;
  width: 104px;
  height: 184px;
  position: relative;
  overflow: hidden;
}
section .what-we-do .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section .what-we-do .video.video-4 {
  margin-top: 200px;
  left: -30px;
}
section .what-we-do .video.video-5 {
  margin-top: 1 50px;
}
@media (min-width: 768px) {
  section .what-we-do .video {
    width: 150px;
    height: 250px;
  }
}
@media (min-width: 1500px) {
  section .what-we-do .video {
    width: 180px;
    height: 300px;
  }
  section .what-we-do .video.video-2 {
    position: absolute;
    left: calc((100% - 1370px) / 3);
    top: 50%;
  }
  section .what-we-do .video.video-5 {
    position: absolute;
    right: calc((100% - 1370px) / 3);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  section .what-we-do .video.video-4 {
    position: absolute;
    right: calc((100% - 1250px) / 3);
    left: unset !important;
    -webkit-transform: translate(-150%, -10%);
            transform: translate(-150%, -10%);
    margin: 0 !important;
  }
}
section .what-we-do .text-content {
  max-width: 62.8125rem;
  margin: auto;
}
section .what-we-do .text-content .btn {
  color: #E3EDEE;
  border: 1px solid #E3EDEE;
}
section .what-we-do .text-content .btn:hover {
  background: #E3EDEE;
  color: #2E2E33;
}
section .what-we-do .text-content .btn:hover svg path {
  fill: #2E2E33;
}
@media (min-width: 1200px) {
  section .what-we-do {
    padding-bottom: 200px;
  }
}
section .what-we-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
}
section .what-we-offer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 250px !important;
  padding-top: 200px;
  max-width: 1800px;
}
section .what-we-offer .container .h3 {
  max-width: 500px;
  margin: auto;
}
section .what-we-offer .container .cards-container {
  position: relative;
}
section .what-we-offer .container .cards-container .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
section .what-we-offer .container .cards-container .cards .card {
  width: 80%;
  padding: 0 8px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
section .what-we-offer .container .cards-container .cards .card .img {
  position: relative;
  padding-top: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
section .what-we-offer .container .cards-container .cards .card .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section .what-we-offer .container .cards-container .cards .card .btn {
  color: #E3EDEE;
  border: 1px solid #E3EDEE;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 15px;
}
section .what-we-offer .container .cards-container .cards .card .btn img {
  margin-right: 20px;
}
section .what-we-offer .container .cards-container .cards .card .btn img.minus {
  display: none;
}
section .what-we-offer .container .cards-container .cards .card .btn.active {
  background: #6025E1;
  border-color: #6025E1;
  mix-blend-mode: plus-lighter;
}
section .what-we-offer .container .cards-container .cards .card:hover .btn {
  background: #6025E1;
  border-color: #6025E1;
  mix-blend-mode: plus-lighter;
}
section .what-we-offer .container .cards-container .cards .card:hover .btn img.plus {
  display: none;
}
section .what-we-offer .container .cards-container .cards .card:hover .btn img.minus {
  display: block;
}
@media (min-width: 576px) {
  section .what-we-offer .container .cards-container .cards .card {
    width: 60%;
  }
}
@media (min-width: 768px) {
  section .what-we-offer .container .cards-container .cards .card {
    width: 60%;
  }
}
@media (min-width: 992px) {
  section .what-we-offer .container .cards-container .cards .card {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  section .what-we-offer {
    min-height: 100vh;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section .what-we-offer .container {
    padding: 0 !important;
  }
}
section.multi {
  background: #E3EDEE;
  overflow: hidden;
}
section.multi .header .btn.chat {
  mix-blend-mode: unset;
}
section.multi .case-studies .h2 {
  max-width: 55.5625rem;
}
section.multi .case-studies .f-carousel__viewport {
  background: #E4EEEF;
  -webkit-box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
}
section.multi .case-studies .f-carousel__viewport .f-carousel__track {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
section.multi .case-studies .f-carousel__viewport .f-carousel__track .f-carousel__slide {
  width: 100%;
  padding: 0 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
section.multi .case-studies .f-carousel__viewport .f-carousel__track .f-carousel__slide.is-selected {
  opacity: 1;
}
@media (min-width: 1200px) {
  section.multi .case-studies .f-carousel__viewport .f-carousel__track {
    -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
            align-items: unset !important;
  }
}
section.multi .case-studies .case-study {
  padding: 15px 0;
  width: 100%;
}
section.multi .case-studies .case-study .counter {
  width: 100%;
  text-align: right;
}
section.multi .case-studies .case-study .text-content {
  margin-bottom: 30px;
}
section.multi .case-studies .case-study .text-content .btn {
  width: 100%;
  border: 1px solid #6025E1;
  color: #6025E1;
}
section.multi .case-studies .case-study .text-content .btn:hover {
  background: #6025E1;
  color: #E3EDEE;
}
@media (min-width: 576px) {
  section.multi .case-studies .case-study .text-content .btn {
    width: 12.5rem;
  }
}
@media (min-width: 1200px) {
  section.multi .case-studies .case-study .text-content {
    margin: 0;
  }
}
section.multi .case-studies .case-study .media {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
section.multi .case-studies .case-study .media .video {
  width: 100%;
  padding-top: 170%;
  border-radius: 0.625rem;
  position: relative;
  overflow: hidden;
}
section.multi .case-studies .case-study .media .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
  position: absolute;
  top: 0;
  left: 0;
}
section.multi .case-studies .case-study .media .video:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
}
@media (min-width: 768px) {
  section.multi .case-studies .case-study .media .video {
    width: 33.333%;
    padding-top: 58%;
  }
}
@media (min-width: 768px) {
  section.multi .case-studies .case-study .media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  section.multi .case-studies .case-study {
    padding: 25px;
  }
}
section.multi .case-studies .f-carousel__nav {
  display: none;
  color: #6025E1;
}
section.multi .case-studies .f-carousel__nav button {
  color: #6025E1;
}
section.multi .case-studies .f-carousel__nav button.is-next {
  right: -35px;
}
section.multi .case-studies .f-carousel__nav button.is-prev {
  left: -35px;
}
section.multi .case-studies .bottom-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  margin-top: 50px;
  position: relative;
  z-index: 10;
}
section.multi .case-studies .bottom-arrows svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 1200px) {
  section.multi .case-studies {
    margin-top: 100px;
  }
  section.multi .case-studies .f-carousel__nav {
    display: block;
  }
}
@media (min-width: 1400px) {
  section.multi .case-studies .f-carousel__nav button.is-next {
    right: -70px;
  }
  section.multi .case-studies .f-carousel__nav button.is-prev {
    left: -70px;
  }
}
section.multi .partners {
  margin: 9.4rem 0 2rem 0;
}
section.multi .partners p {
  font-size: 1.5rem;
}
section.multi .partners .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
section.multi .partners .logos .partner-logo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.multi .partners .logos .partner-logo img {
  width: auto;
  height: auto;
  max-width: calc(100% - 30px);
  max-height: 100%;
  display: block;
}
@media (min-width: 1200px) {
  section.multi .partners {
    margin: 9.4rem 0;
  }
}
section.multi .testimonials {
  padding-bottom: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  text-align: center;
}
section.multi .testimonials .f-carousel__slide {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
section.multi .testimonials .f-carousel__slide.is-selected {
  opacity: 1;
}
section.multi .testimonials .image-container .images {
  width: 80%;
  margin: auto;
  position: relative;
  padding-top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.multi .testimonials .image-container .images svg#b {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.multi .testimonials .image-container .images .img {
  width: 50%;
  padding-top: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 10px 10px 10px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 10px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2.5rem;
  overflow: hidden;
}
section.multi .testimonials .image-container .images .img img {
  position: absolute;
  top: -2.5%;
  left: -2.5%;
  width: 105%;
  height: 105%;
  max-width: 105%;
}
@media (min-width: 992px) {
  section.multi .testimonials .image-container .images {
    width: 100%;
  }
}
section.multi .testimonials .text-content {
  position: relative;
}
section.multi .testimonials .text-content .testimonial {
  font-weight: 100;
  font-size: 1.5625rem;
  line-height: 1.3;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
@media (min-width: 1200px) {
  section.multi .testimonials .text-content .testimonial {
    font-size: 2.1875rem;
  }
}
section.multi .testimonials .text-content .testimonial:before, section.multi .testimonials .text-content .testimonial:after {
  display: block;
  width: 15px;
  height: 15px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}
@media (min-width: 1200px) {
  section.multi .testimonials .text-content .testimonial:before, section.multi .testimonials .text-content .testimonial:after {
    top: -10px;
  }
}
section.multi .testimonials .text-content .testimonial:before {
  content: url("data:image/svg+xml,%3Csvg style='fill:%236025E1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M0 216C0 149.7 53.7 96 120 96l8 0 32 0 0 64-32 0-8 0c-30.9 0-56 25.1-56 56l0 8 128 0 0 192L0 416l0-96 0-96 0-8zm256 0c0-66.3 53.7-120 120-120l8 0 32 0 0 64-32 0-8 0c-30.9 0-56 25.1-56 56l0 8 128 0 0 192-192 0 0-96 0-96 0-8z'/%3E%3C/svg%3E");
}
section.multi .testimonials .text-content .testimonial:after {
  content: url("data:image/svg+xml,%3Csvg style='fill:%236025E1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M192 296c0 66.3-53.7 120-120 120l-8 0-32 0 0-64 32 0 8 0c30.9 0 56-25.1 56-56l0-8L0 288 0 96l192 0 0 96 0 96 0 8zm256 0c0 66.3-53.7 120-120 120l-8 0-32 0 0-64 32 0 8 0c30.9 0 56-25.1 56-56l0-8-128 0 0-192 192 0 0 96 0 96 0 8z'/%3E%3C/svg%3E");
  -ms-flex-item-align: self-end;
      align-self: self-end;
}
section.multi .testimonials .text-content p.name {
  margin: 0;
  margin-top: 30px;
  margin-left: 20px;
  font-variation-settings: "wght" 700;
  font-weight: 700;
  font-size: 1.125rem;
}
section.multi .testimonials .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
section.multi .testimonials .arrows svg {
  cursor: pointer;
}
@media (max-width: 991px) {
  section.multi .testimonials .arrows {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 120%;
    left: -10%;
  }
}
@media (min-width: 992px) {
  section.multi .testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.multi .testimonials .image-container {
    width: 35%;
  }
  section.multi .testimonials .text-content {
    width: 55%;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  section.multi .testimonials {
    padding-bottom: 200px;
  }
}
section.contact {
  z-index: 2;
}
section.contact .social a rect {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
section.contact .social a:hover rect {
  fill: url(#hoverGradient);
}
section.contact .container {
  max-width: calc(100vw - 40px);
}
section.contact .container .text-content {
  margin: 100px 0;
}
section.contact .container a.privacy {
  text-decoration: underline;
}
section.contact .container a.privacy:hover {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1200px) {
  section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.accordion .h3 {
  max-width: 654px;
}
.accordion .acc-item {
  border-radius: 10px;
  border: 1px solid #6025E1;
  margin-bottom: 10px;
}
.accordion .acc-item .question {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.84px;
  font-family: SpaceGrotesk;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 25px;
  margin-bottom: 0;
}
.accordion .acc-item .question svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.accordion .acc-item .answer {
  display: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 25px;
  padding-top: 0;
}
.accordion .acc-item .answer p:last-child {
  margin: 0;
}
.accordion .acc-item.active {
  background: #6025E1;
  color: white;
}

p.large {
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 400 !important;
  font-variation-settings: "wght" 400;
}
p.large .char {
  opacity: 0.3;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  p.large {
    font-size: 3rem;
  }
}

.page-template-service h1 ~ p.h2 {
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .page-template-service h1 ~ p.h2 {
    font-size: 5rem;
  }
}
.page-template-service section.service .container {
  max-width: calc(100vw - 40px);
}
.page-template-service .btn {
  border: 1px solid #6025E1;
  color: #6025E1;
  gap: 10px;
  text-transform: uppercase;
}
.page-template-service .btn:hover {
  background: #6025E1;
  color: white;
}
@media (min-width: 576px) {
  .page-template-service .btn {
    gap: 70px;
  }
}
.page-template-service #sec2 {
  padding-bottom: 200px !important;
}
.page-template-service #sec2 .accordion .btn {
  color: white;
  border-color: white;
}
.page-template-service #sec2 .accordion .btn:hover {
  border-color: #6025E1;
}
.page-template-service #sec2 .title {
  font-size: 1.5rem;
}
.page-template-service #sec2 .accordion .acc-item {
  border-color: white;
}
.page-template-service #sec2 .accordion .acc-item.active {
  background: white;
  color: #6025E1;
}
.page-template-service #sec2 .accordion .images {
  position: relative;
  width: 100%;
  padding-top: 150%;
}
.page-template-service #sec2 .accordion .images .img {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 90%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
}
.page-template-service #sec2 .accordion .images .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-service header {
  color: #6025E1;
}
.page-template-service header .buttons .btn.chat {
  color: #6025E1;
  background: #E3EDEE;
  mix-blend-mode: unset;
}
.page-template-service header .buttons .btn.menu {
  background: #6025E1;
  color: #E3EDEE;
}
.page-template-service .service .container {
  padding-bottom: 150px;
  padding-bottom: 8.5rem;
}
.page-template-service .service .container .great-for {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 5.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.page-template-service .service .container .great-for .title {
  display: block;
}
.page-template-service .service .container .great-for span:not(.title) {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (min-width: 992px) {
  .page-template-service .service .container .great-for {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    gap: 20px;
  }
  .page-template-service .service .container .great-for .title {
    width: calc(7.4375rem - 10px);
  }
}
.page-template-service .service .container .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.page-template-service .service .container .links .title {
  display: block;
}
.page-template-service .service .container .links .btn {
  border: 1px solid #6025E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 300px;
}
.page-template-service .service .container .links .btn .minus {
  display: none;
}
.page-template-service .service .container .links .btn:hover {
  background: #6025E1;
  color: #E3EDEE;
}
.page-template-service .service .container .links .btn:hover .minus {
  display: block;
}
.page-template-service .service .container .links .btn:hover .plus {
  display: none;
}
@media (min-width: 992px) {
  .page-template-service .service .container .links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .page-template-service .service .container .links .title {
    width: 7.4375rem;
  }
  .page-template-service .service .container .links .btn {
    width: 13rem;
  }
}
.page-template-service .service .container .image {
  position: relative;
}
.page-template-service .service .container .image .barcode {
  bottom: -10%;
  right: 11%;
  position: absolute;
  width: 25%;
  height: 25%;
}
.page-template-service .service .container .image .barcode img {
  border-radius: 0;
  -webkit-box-shadow: var(--bs-box-shadow) !important;
          box-shadow: var(--bs-box-shadow) !important;
}
.page-template-service .service .container .image img {
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 20px 50px 20px rgba(46, 46, 51, 0.2);
          box-shadow: 0px 20px 50px 20px rgba(46, 46, 51, 0.2);
}
@media (min-width: 1200px) {
  .page-template-service .service .container .image img {
    -webkit-transform: rotate(7.082deg);
            transform: rotate(7.082deg);
  }
}
@media (min-width: 1200px) {
  .page-template-service .service .container {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .page-template-service .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-template-service #why-playbound {
  padding-top: 170px;
  padding-bottom: 170px;
  min-height: unset !important;
}
.page-template-service #why-playbound .subtitle {
  font-size: 1.5rem;
  max-width: 885px;
  margin: auto;
  display: block;
}
.page-template-service #why-playbound #whyCarousel {
  position: relative;
}
.page-template-service #why-playbound #whyCarousel .f-carousel__viewport {
  height: 100% !important;
}
.page-template-service #why-playbound #whyCarousel .f-carousel__slide {
  width: 100%;
  padding: 0 15px;
  padding-top: 80px;
}
.page-template-service #why-playbound #whyCarousel .f-carousel__slide.is-selected {
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.page-template-service #why-playbound #whyCarousel .f-carousel__slide .content-wrapper {
  margin: auto;
}
.page-template-service #why-playbound #whyCarousel .f-carousel__slide .content-wrapper .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-top: 85%;
  margin: auto;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.page-template-service #why-playbound #whyCarousel .f-carousel__slide .content-wrapper .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-service #why-playbound #whyCarousel .f-carousel__slide .content-wrapper .text {
  margin: auto;
}
.page-template-service #why-playbound #whyCarousel .f-carousel__slide .content-wrapper .excerpt {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 992px) {
  .page-template-service #why-playbound #whyCarousel .f-carousel__slide {
    width: 33.33%;
    padding-top: 60px;
    opacity: 0.7;
  }
  .page-template-service #why-playbound #whyCarousel .f-carousel__slide .content-wrapper {
    max-width: 85%;
  }
  .page-template-service #why-playbound #whyCarousel .f-carousel__slide .title {
    font-size: 1.6rem;
  }
  .page-template-service #why-playbound #whyCarousel .f-carousel__slide.is-selected {
    opacity: 1;
    padding-top: 0;
  }
  .page-template-service #why-playbound #whyCarousel .f-carousel__slide.is-selected .img {
    width: 144%;
    left: -22%;
    padding-top: 122%;
  }
  .page-template-service #why-playbound #whyCarousel .f-carousel__slide.is-selected .title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .page-template-service #why-playbound #whyCarousel .f-carousel__slide .title {
    font-size: 1.875rem;
  }
  .page-template-service #why-playbound #whyCarousel .f-carousel__slide .content-wrapper {
    max-width: 72%;
  }
  .page-template-service #why-playbound #whyCarousel .f-carousel__slide.is-selected .content-wrapper {
    max-width: 90%;
  }
  .page-template-service #why-playbound #whyCarousel .f-carousel__slide.is-selected .title {
    font-size: 2.35rem;
  }
  .page-template-service #why-playbound #whyCarousel .f-carousel__slide.is-selected .img {
    width: 142%;
    left: -21%;
    padding-top: 100%;
  }
}
.page-template-service #why-playbound #whyCarousel .f-carousel__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 200px;
  left: -5%;
  width: 110%;
}
.page-template-service #why-playbound #whyCarousel .f-carousel__nav button {
  position: static;
}
.page-template-service #why-playbound #whyCarousel .f-carousel__nav button svg {
  color: transparent;
}
@media (min-width: 992px) {
  .page-template-service #why-playbound #whyCarousel .f-carousel__viewport {
    width: 110%;
    left: -5%;
    position: relative;
  }
}
.page-template-service #case-studies {
  padding-top: 170px !important;
  padding-bottom: 170px;
}
.page-template-service #case-studies .container {
  margin-top: 0;
}

.gform_wrapper {
  opacity: 0.8;
}
.gform_wrapper .gform_validation_errors {
  outline: unset !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #c6cbe6 !important;
  border: none !important;
}
.gform_wrapper .gform_validation_errors .gform_submission_error {
  font-size: 1.5rem;
  margin: 30px 0;
  color: #6025E1 !important;
}
.gform_wrapper .validation_message {
  color: #6025E1 !important;
  margin-left: 14px;
  margin-top: 10px;
  font-size: 1rem;
  margin-bottom: 5px;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.gform_wrapper .gfield--type-textarea .validation_message {
  margin-top: 0px;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper form#gform_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gform_wrapper form#gform_1 .gform-body {
  border-radius: 0.9375rem;
  background: #E3EDEE;
  padding: 5px;
  margin-bottom: 15px;
}
.gform_wrapper form#gform_1 .gform-body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.gform_wrapper form#gform_1 .gform-body .gform_fields label {
  display: none;
}
.gform_wrapper form#gform_1 .gform-body .gform_fields input,
.gform_wrapper form#gform_1 .gform-body .gform_fields textarea {
  border-radius: 0.625rem;
  background: #D6E0E1;
  border: none;
  color: #6025E1;
  width: 100%;
  padding: 15px;
  max-height: 9.375rem;
  font-weight: 500;
  outline-color: #6025E1;
}
.gform_wrapper form#gform_1 .gform-body .gform_fields input::-webkit-input-placeholder, .gform_wrapper form#gform_1 .gform-body .gform_fields textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #6025E1;
  font-weight: 500;
}
.gform_wrapper form#gform_1 .gform-body .gform_fields input::-moz-placeholder, .gform_wrapper form#gform_1 .gform-body .gform_fields textarea::-moz-placeholder {
  text-transform: uppercase;
  color: #6025E1;
  font-weight: 500;
}
.gform_wrapper form#gform_1 .gform-body .gform_fields input:-ms-input-placeholder, .gform_wrapper form#gform_1 .gform-body .gform_fields textarea:-ms-input-placeholder {
  text-transform: uppercase;
  color: #6025E1;
  font-weight: 500;
}
.gform_wrapper form#gform_1 .gform-body .gform_fields input::-ms-input-placeholder, .gform_wrapper form#gform_1 .gform-body .gform_fields textarea::-ms-input-placeholder {
  text-transform: uppercase;
  color: #6025E1;
  font-weight: 500;
}
.gform_wrapper form#gform_1 .gform-body .gform_fields input::placeholder,
.gform_wrapper form#gform_1 .gform-body .gform_fields textarea::placeholder {
  text-transform: uppercase;
  color: #6025E1;
  font-weight: 500;
}
.gform_wrapper form#gform_1 .gform_footer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  border-radius: 0.9375rem;
  background: #6025E1;
  mix-blend-mode: plus-lighter;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gform_wrapper form#gform_1 .gform_footer .submit-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 150px;
}
.gform_wrapper form#gform_1 .gform_footer .submit-button-wrapper input[type=submit] {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}
.gform_wrapper form#gform_1 .gform_footer .submit-button-wrapper svg {
  width: 20px;
  height: 20px;
  margin-top: -8px;
}
.gform_wrapper form#gform_1 .gform_footer:hover {
  background: linear-gradient(-22deg, #f518cf, #3a29ff);
}
.gform_wrapper form#gform_1 .gform_footer:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://grainy-gradients.vercel.app/noise.svg");
  /* Example of a noise texture */
  opacity: 0.5;
  /* Adjust the opacity for a subtle or stronger grain effect */
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .gform_wrapper form#gform_1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .gform_wrapper form#gform_1 .gf_invisible {
    display: none;
  }
  .gform_wrapper form#gform_1 .gform-body {
    width: 59%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 0;
  }
  .gform_wrapper form#gform_1 .gform_footer {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.gform_wrapper #field_1_8 {
  font-size: 1rem;
}

.error-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.error-404 .container {
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.privacy-policy {
  background: #E3EDEE;
}
.privacy-policy nav {
  right: 40px;
  top: 110px;
}
.privacy-policy .page-content {
  color: #6025E1;
  padding-top: 200px;
  padding-bottom: 150px;
}
.privacy-policy .page-content h2 {
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .privacy-policy .page-content {
    padding-top: 250px;
  }
}

.acf-map {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  margin-top: 20px;
}

#contact {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#contact .text-content {
  margin-bottom: 300px !important;
}
@media (min-width: 1200px) {
  #contact {
    padding-top: 200px;
  }
}

#contact-sphere {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 90vh;
}
@media (min-width: 1200px) {
  #contact-sphere {
    height: 100vh;
  }
}

.page-template-default section:not(.contact) {
  display: block;
  min-height: 0;
  padding: 150px 0 !important;
}
.page-template-default section:not(.contact) .header {
  border-color: #6025E1;
}
@media (min-width: 1200px) {
  .page-template-default section:not(.contact) {
    padding: 250px 0 150px 0 !important;
  }
}

.art-centre-buttons a.btn {
  border: 1px solid #6025E1;
  color: #6025E1;
  min-width: 250px;
}
.art-centre-buttons a.btn:first-child {
  background: #6025E1;
  color: White;
}
.art-centre-buttons a.btn:hover {
  background: #6025E1;
  color: White;
}

.page-id-366 .page-content {
  height: 100vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-id-366 #contact {
  display: none;
}

.page-id-391 section {
  min-height: calc(100vh - 25px) !important;
}