/********************************************************************************
/* CENTER AN ELEMENT
*********************************************************************************/
/********************************************************************************
 * MEDIA QUERIES
 ********************************************************************************/
/********************************************************************************
 * PLACEHOLDER CLASSES
 ********************************************************************************/
.btn {
  padding: 17px 25px;
  display: inline-block;
  min-width: 140px;
  zoom: 1;
  outline: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn span {
  position: relative;
  z-index: 2;
  display: block;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  font-size: 15px;
  color: black;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mask-image: url(../images/svg/icon-btn-3.svg) !important;
  background: url(../images/svg/icon-btn-3.svg);
  -webkit-mask-position: center;
  /* mask-position: center; */
  -webkit-mask-size: 100% 100%;
  /* mask-size: 100% 100%; */
  -webkit-mask-repeat: no-repeat;
  /* mask-repeat: no-repeat; */
  background: black;
  transition: all 0.3s ease-in-out;
  min-width: 140px;
}
.btn:hover:before, .btn:focus:before {
  background: #c22394;
}
.btn:hover span, .btn:focus span {
  color: #c22394;
}
.alt.btn:before {
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
}
.alt.btn span {
  color: white;
}
.alt.btn:hover span, .alt.btn:focus span {
  color: #c22394;
}
.order-btn.btn:after {
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.order-btn.btn:hover::after, .order-btn.btn:focus::after {
  opacity: 1;
}
.order-btn.btn:hover span, .order-btn.btn:focus span {
  color: white;
}
.white.btn:before {
  background: white;
}
.white.btn span {
  color: white;
}
.white.btn:hover:before, .white.btn:focus:before {
  background: #c22394;
}
.white.btn:hover span, .white.btn:focus span {
  color: #c22394;
}
.pin.btn span {
  padding: 5px 30px 5px 0;
}
.pin.btn span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: white;
  mask-image: url(svg/icon-pin.svg);
  mask-repeat: no-repeat;
  mask-size: 15px auto;
  mask-position: center;
  transition: all 0.3s ease-in-out;
}
.pin.btn:hover span:before {
  background: #c22394;
}
.call.btn span {
  padding: 5px 30px 5px 0;
}
.call.btn span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: white;
  mask-image: url(svg/icon-call.svg);
  mask-repeat: no-repeat;
  mask-size: 15px auto;
  mask-position: center;
  transition: all 0.3s ease-in-out;
}
.call.btn:hover span:before {
  background: #c22394;
}
.email.btn span {
  padding: 5px 30px 5px 0;
}
.email.btn span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: white;
  mask-image: url(svg/icon-email.svg);
  mask-repeat: no-repeat;
  mask-size: 20px auto;
  mask-position: center;
  transition: all 0.3s ease-in-out;
}
.email.btn:hover span:before {
  background: #c22394;
}

.hidden, .menus-whatever.base .whatever-bowl-block .item h2, .menus-whatever.base .whatever-bowl-block .item .columns-block .container .title, .columns-block .container .menus-whatever.base .whatever-bowl-block .item .title {
  position: absolute;
  display: block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.animated {
  transition: all 0.7s cubic-bezier(0.18, 0.32, 0.17, 0.99);
}

* {
  box-sizing: border-box;
}

html {
  font-size: 17px;
}

body {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.skip-to-content {
  background: #c22394;
  color: #fff;
  position: fixed;
  transition: all 300ms ease-out;
  padding: 10px 20px;
  z-index: 99999999;
  top: -100px;
  display: block;
  margin: 0;
}
.skip-to-content:focus {
  top: 0;
}
.skip-to-content:hover {
  background: #8629be;
}

a, input, button {
  color: #c22394;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus, input:hover, input:focus, button:hover, button:focus {
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

p,
li {
  font-size: 1em;
  line-height: 1.6;
}

h1,
h2,
.menus-block > h2.title-main,
.columns-block .container .title,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

img.lazyload {
  opacity: 0;
}
img.lazyload.visible {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.js-lightboxclose {
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.js-lightboxclose:before, .js-lightboxclose:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  left: 9px;
  background: white;
  transform-origin: 0;
  transition: all 0.3s ease-in-out;
}
.js-lightboxclose:before {
  top: 9px;
  transform: rotate(45deg);
}
.js-lightboxclose:after {
  bottom: 9px;
  transform: rotate(-45deg);
}
.js-lightboxclose:hover:before {
  transition: all 0.3s ease-in-out;
  left: 5px;
  transform: rotate(0) translateY(10px);
}
.js-lightboxclose:hover:after {
  transition: all 0.3s ease-in-out;
  left: 5px;
  transform: rotate(0) translateY(-10px);
}

.lightbox {
  overflow: hidden;
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
  padding: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.6s ease-in-out;
}
.lightbox.open {
  height: 100vh;
  visibility: visible;
  opacity: 1;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.6s ease-in-out;
}
.lightbox-wrap {
  background: white;
  padding: 40px;
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 600px;
  height: auto;
  max-height: 600px;
  color: black;
}
.lightbox-wrap:after {
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: 100%;
  left: 0;
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  height: 60px;
}
.lightbox .copy-wrap {
  position: relative;
  max-height: 560px;
  overflow-y: scroll;
  z-index: 1;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.lightbox .copy-wrap::-webkit-scrollbar {
  display: none;
}
.lightbox .box {
  padding-bottom: 60px;
}
.lightbox .box::-webkit-scrollbar {
  display: none;
}
.lightbox h2, .lightbox .menus-block > h2.title-main, .lightbox .columns-block .container .title, .columns-block .container .lightbox .title {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.lightbox p + ul {
  margin-top: -20px;
  margin-bottom: 20px;
}
.lightbox ul li {
  position: relative;
  padding-left: 15px;
  margin: 0 0 10px 0;
}
.lightbox ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #8629be;
  mask-image: url(../images/svg/icon-bullet.svg);
  mask-position: center;
  mask-size: 100% auto;
}
.lightbox .form-module-wrapper {
  padding: 0;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  padding: 60px 0;
  transition: all 0.3s ease-in-out;
}
#default .header {
  padding: 20px 0;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo svg {
  fill: white;
  transition: all 0.3s ease-in-out;
}
.header .logo:hover svg {
  fill: #c22394;
}
.header .booking-cta {
  width: 155px;
  text-align: center;
}
@media (max-width: 767px) {
  .header .booking-cta {
    display: none;
  }
}
.header .booking-cta .pin {
  padding: 2px 0 2px 20px;
  color: white;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.header .booking-cta .pin:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  mask-image: url(../images/svg/icon-pin.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  background: white;
  transition: all 0.3s ease-in-out;
}
.header .booking-cta .pin:hover {
  color: #c22394;
}
.header .booking-cta .pin:hover:before {
  background: #c22394;
}
.header.down {
  background-color: black;
  padding: 15px 0;
}
.header.down .logo svg {
  fill: white;
}
.header.down .logo:hover svg {
  fill: #c22394;
}
.header.down .burger-menu .text {
  color: white;
}
.header.down .booking-cta .pin {
  color: white;
}
.header.down .booking-cta .pin:before {
  background: white;
}
.header.down .booking-cta .pin:hover {
  color: #c22394;
}
.header.down .booking-cta .pin:hover:before {
  background: #c22394;
}
@media only screen and (max-width: 700px) {
  .header .container {
    padding: 0;
    flex-direction: row-reverse;
  }
  .header .logo svg {
    height: 40px;
  }
}

.burger-menu {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.burger-menu span {
  display: inline-block;
  vertical-align: middle;
}
.burger-menu .waves {
  width: 45px;
  height: 18px;
  transition: all 0.5s ease-in-out;
  background-image: url(../images/svg/icon-menu.png);
  background-position: center;
  transition: all 0.5s ease-in-out;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 700px) {
  .burger-menu .waves {
    transition: none;
  }
}
.burger-menu .text {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  color: white;
  margin-left: 10px;
}
.burger-menu:hover .waves {
  mask-position: 40% center;
}

.menu-container {
  position: fixed;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  top: 0;
  width: 100%;
  left: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease-in-out 0.7s;
}
.menu-container .container {
  position: relative;
}
.menu-container .container:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0vh;
  height: 0vh;
  border-radius: 50%;
  background: url(../images/svg/deco-dog.svg) no-repeat 13% 93%, url(../images/svg/deco-glasses.svg) no-repeat 75% 30%;
  background-color: white;
  top: -15vh;
  left: -20vh;
  transform-origin: 5%;
  transition: all 0.6s ease-in-out 0.3s;
}
.menu-container .container .wrap {
  position: relative;
  padding-top: 80px;
  z-index: 2;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.menu-container .close-menu {
  position: relative;
  appearance: none;
  background: transparent;
  padding: 5px 0 5px 35px;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  border: 0;
  background: transparent;
  color: black;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
}
.menu-container .close-menu:before {
  width: 28px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/svg/icon-close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.menu-container .close-menu:hover:before {
  background: #2ab574;
}
.menu-container .social-media {
  padding-left: 120px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
}
.menu-container .social-media li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.menu-container .social-media a {
  display: block;
}
.menu-container .social-media a svg {
  fill: black;
  height: 35px;
  transition: all 0.3s ease-in-out;
}
.menu-container .social-media a:hover svg {
  fill: #c22394;
}
.menu-container #primary-nav li {
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
}
.menu-container #primary-nav li .submenu {
  overflow: hidden;
  opacity: 0;
  height: 0;
  visibility: hidden;
  padding: 0px;
  transition: all 0.3s ease-in-out;
}
.menu-container #primary-nav li .submenu.open {
  opacity: 1;
  height: auto;
  visibility: visible;
  padding: 20px;
}
.menu-container #primary-nav li .submenu a {
  font-size: 25px;
}
.menu-container #primary-nav a {
  display: inline-block;
  padding-left: 120px;
  position: relative;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  color: black;
}
.menu-container #primary-nav a:before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background: #2ab574;
  top: 50%;
  width: 0px;
  transition: width 0.3s ease-in-out;
  z-index: 1;
}
.menu-container #primary-nav a:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  top: calc(50% - 10px);
  left: 85px;
  background: url(../images/svg/icon-bullet.svg) no-repeat center center, url(../images/svg/icon-select.svg) no-repeat center center;
  background-size: 15px auto, 25px auto;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.menu-container #primary-nav a.active:after, .menu-container #primary-nav a:hover:after, .menu-container #primary-nav a:focus:after {
  opacity: 1;
  transition-delay: 0.3s;
}
.menu-container #primary-nav a.active:before, .menu-container #primary-nav a:hover:before, .menu-container #primary-nav a:focus:before {
  width: 100px;
}
.menu-container.open {
  opacity: 1;
  visibility: visible;
  z-index: 11;
  transition: all 0.5s ease-in-out 0s;
}
.menu-container.open .container:before {
  width: 110vh;
  height: 110vh;
  transition: all 0.7s ease-in-out 0s;
}
.menu-container.open .close-menu {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.7s;
}
.menu-container.open #primary-nav li {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.menu-container.open #primary-nav li:nth-of-type(1n) {
  transition-delay: 0.6s;
}
.menu-container.open #primary-nav li:nth-of-type(2n) {
  transition-delay: 0.8s;
}
.menu-container.open #primary-nav li:nth-of-type(3n) {
  transition-delay: 1s;
}
.menu-container.open #primary-nav li:nth-of-type(4n) {
  transition-delay: 1.2s;
}
.menu-container.open #primary-nav li:nth-of-type(5n) {
  transition-delay: 1.4s;
}
.menu-container.open #primary-nav li:nth-of-type(6n) {
  transition-delay: 1.6s;
}
.menu-container.open #primary-nav li:nth-of-type(7n) {
  transition-delay: 1.8s;
}
.menu-container.open #primary-nav li:nth-of-type(8n) {
  transition-delay: 2s;
}
.menu-container.open #primary-nav li:nth-of-type(9n) {
  transition-delay: 2.2s;
}
.menu-container.open #primary-nav li:nth-of-type(10n) {
  transition-delay: 2.4s;
}
.menu-container.open .social-media {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 1.5s;
}
@media only screen and (max-width: 700px) {
  .menu-container {
    width: 100vw;
  }
  .menu-container #primary-nav a {
    font-size: 9vw;
    padding-left: 60px;
  }
  .menu-container #primary-nav a.active:before, .menu-container #primary-nav a:hover:before {
    width: 50px;
  }
  .menu-container #primary-nav a:after {
    left: 30px;
  }
  .menu-container #primary-nav li .submenu.open {
    padding: 20px 0 20px 20px;
  }
  .menu-container #primary-nav li .submenu a {
    font-size: 5vw;
  }
  .menu-container #secondary-nav {
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
  }
  .menu-container #secondary-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .menu-container #secondary-nav li {
    padding: 0 10px;
  }
  .menu-container #secondary-nav a {
    display: block;
    font-family: "HvDTrial Brandon Grotesque", sans-serif;
    color: #000000;
    font-size: 4vw;
    text-transform: uppercase;
  }
  .menu-container #secondary-nav a.active {
    color: #8629be;
  }
  .menu-container.open #secondary-nav {
    opacity: 1;
    transition: all 0.3s ease-in-out 0.6s;
  }
  .menu-container.open .container:before {
    height: 115vh;
  }
  .menu-container.open .container .wrap {
    height: 90vh;
  }
}

footer {
  clear: both;
  /* Fixes clearing on Gallery template */
  margin-bottom: -25px;
  /* Removes white space from google pixels code */
  background: url(../images/bg-footer.jpg) no-repeat center;
  background-size: cover;
  background-color: #000;
  padding: 120px 0 40px 0;
  position: relative;
  z-index: 3;
}
footer .item {
  width: 33.33%;
  position: relative;
}
footer .item:nth-child(1) {
  padding: 0 80px 0 40px;
}
footer .item:nth-child(3) {
  padding: 0 0px 0 80px;
}
footer .container:first-child {
  align-items: flex-start;
}
footer .container:first-child .item:nth-child(2) {
  width: 40%;
  padding: 0 0 0 60px;
}
footer .container:first-child .item:nth-child(3) {
  width: auto;
}
footer .container:last-child {
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
footer .container:last-child .item:nth-child(1) {
  width: 66.66%;
}
footer .container:last-child .item:nth-child(2) {
  width: 33.33%;
  text-align: left;
  padding-left: 80px;
}
footer .logo {
  display: block;
  width: 137px;
  text-align: center;
}
footer .logo svg {
  fill: white;
  transition: all 0.3s ease-in-out;
}
footer .logo:hover svg {
  fill: #c22394;
}
footer .email {
  display: inline-block;
  position: relative;
  color: white;
  padding-top: 30px;
  margin-top: 30px;
}
footer .email:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
  left: 0;
  top: 0;
}
footer .email:hover {
  color: #c22394;
}
footer .subscribe-img {
  margin-bottom: 20px;
}
footer form {
  width: 290px;
}
footer form .input {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc(50% - 14px);
  margin: 5px;
  background: white;
}
footer form .input:nth-child(3) {
  width: calc(100% - 14px);
}
footer form .input label:not(.error) {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
}
footer form .input input {
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  color: #000;
  background: transparent;
  margin: 0;
  padding: 10px;
}
footer form .input input::placeholder {
  color: transparent;
}
footer form .input.moved label:not(.error) {
  font-size: 10px;
  top: 3px;
  left: 3px;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
footer form .input.moved input {
  padding: 15px 10px 5px 10px;
  transition: all 0.3s ease-in-out;
}
footer form .signup-btn {
  padding: 15px 30px;
  display: inline-block;
  zoom: 1;
  outline: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
footer form .signup-btn span {
  position: relative;
  z-index: 2;
  display: block;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  font-size: 15px;
  color: white;
  transition: all 0.3s ease-in-out;
}
footer form .signup-btn:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mask-image: url(../images/svg/icon-btn-3.svg);
  mask-position: center;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background: black;
  transition: all 0.3s ease-in-out;
  min-width: 140px;
}
footer form .signup-btn:hover span {
  color: #c22394;
}
footer form .signup-btn:hover:before {
  background: #c22394;
}
footer .button-everfan {
  padding-top: 100px;
}
footer .social-media {
  position: absolute;
  bottom: -50px;
  left: 170px;
}
footer .social-media li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
footer .social-media a {
  display: block;
}
footer .social-media a svg {
  fill: white;
  height: 23px;
  transition: all 0.3s ease-in-out;
}
footer .social-media a:hover svg {
  fill: #c22394;
}
footer .downloads {
  margin-top: 30px;
}
footer .downloads a {
  display: block;
  margin: 5px 0;
}
footer .downloads a:hover {
  opacity: 0.6;
}
footer #secondary-nav a {
  display: inline-block;
  position: relative;
  font-family: "proxima-nova", sans-serif;
  color: white;
  font-size: 19px;
  text-transform: uppercase;
  padding: 5px;
}
footer #secondary-nav a:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 0%;
  height: 1px;
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
  transition: all 0.3s ease-in-out;
}
footer #secondary-nav a:hover:before, footer #secondary-nav a.active:before, footer #secondary-nav a:focus:before {
  width: 100%;
}
footer #third-nav li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  position: relative;
}
footer #third-nav li:first-child {
  padding: 0 10px 0 0;
}
footer #third-nav li:last-child {
  padding: 0 0px 0 10px;
}
footer #third-nav li:last-child:after {
  display: none;
}
footer #third-nav li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: white;
  right: 0px;
  top: 12px;
}
footer #third-nav a {
  font-size: 13px;
  color: white;
  transition: all 0.3s ease-in-out;
}
footer #third-nav a:hover, footer #third-nav a.active, footer #third-nav a:focus {
  border-bottom: 1px solid #fff;
}
footer .copy-right {
  color: white;
  font-size: 0.9em;
}
footer .thankyouMsg {
  color: white;
  margin-bottom: 0;
  padding-right: 90px;
}
@media only screen and (max-width: 1000px) {
  footer .container:first-child .item:nth-child(1) {
    padding: 0 40px 0 0;
    width: 28%;
  }
  footer .container:first-child .item:nth-child(2) {
    padding: 0 40px 0 0;
    width: 46%;
  }
  footer .container:first-child .item:nth-child(3) {
    padding: 0 0px 0 40px;
  }
  footer .container:last-child .item:nth-child(1) {
    width: 50%;
    padding: 0;
  }
  footer .container:last-child .item:nth-child(2) {
    width: 50%;
    padding: 0;
    text-align: right;
  }
  footer .social-media {
    bottom: 0;
    position: relative;
    left: 0;
    margin-top: 20px;
  }
  footer .thankyouMsg {
    padding-right: 0;
  }
}
@media only screen and (max-width: 700px) {
  footer {
    padding: 40px 10px;
  }
  footer .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .container:nth-child(1) .item:nth-child(1), footer .container:nth-child(1) .item:nth-child(2), footer .container:nth-child(1) .item:nth-child(3), footer .container:nth-child(2) .item:nth-child(1), footer .container:nth-child(2) .item:nth-child(2), footer .container:nth-child(2) .item:nth-child(3) {
    width: 100%;
    padding: 30px 20px;
    text-align: center;
  }
  footer .container:nth-child(1) .item:nth-child(2) {
    padding-top: 80px;
  }
  footer .container:nth-child(2) {
    padding: 0;
  }
  footer .logo {
    margin: 0 auto;
  }
  footer .email {
    display: block;
    margin: 30px auto 0 auto;
    width: 135px;
  }
  footer .button-everfan {
    padding: 17px 5px;
  }
  footer .button-everfan a span {
    line-height: 25px;
  }
  footer .social-media {
    top: 0px;
    bottom: inherit;
    left: 0;
    width: 100%;
  }
  footer form .input {
    width: calc(100% - 14px);
  }
  footer form .signup-btn {
    padding: 12px 55px;
    margin-top: 20px;
  }
  footer .downloads {
    position: relative;
  }
  footer .downloads:before {
    content: "";
    position: absolute;
    top: -40px;
    left: calc(50% - 50px);
    width: 100px;
    height: 2px;
    background: rgb(194, 35, 148);
    background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
  }
  footer .downloads a {
    margin: 20px auto;
  }
}

.mobile-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #000000;
  display: none;
  align-items: center;
}
@media (max-width: 767px) {
  .mobile-buttons {
    display: flex;
  }
}
.mobile-buttons li {
  width: 100%;
  text-align: center;
}
.mobile-buttons li:last-child {
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
}
.mobile-buttons .btn-pin {
  padding: 15px 5px 15px 20px;
  display: block;
  color: white;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 4vw;
}
.mobile-buttons .btn-order {
  padding: 15px 5px;
  display: block;
  color: white;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 4vw;
}

#booking-form .form-entry {
  display: inline-block;
  margin-bottom: 0;
  min-width: 120px;
}
/* LAYOUT
*********************************************************** */
.wrapper {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
}

.container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 95%;
  }
}

.flex-box {
  display: flex;
}

.accordion-block {
  padding: 120px 0;
  background: white;
  position: relative;
  z-index: 3;
}
.accordion-block > h2, .menus-block.accordion-block > h2.title-main, .columns-block .container .accordion-block > .title, .accordion-block .h2 {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 62px;
  color: black;
  line-height: 1;
  margin-bottom: 35px;
  text-align: center;
}
.accordion-block > h2 span, .menus-block.accordion-block > h2.title-main span, .columns-block .container .accordion-block > .title span, .accordion-block .h2 span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .accordion-block > h2, .menus-block.accordion-block > h2.title-main, .columns-block .container .accordion-block > .title, .accordion-block .h2 {
    font-size: 3em;
  }
}
.accordion-block .item {
  padding: 20px 0;
}
.accordion-block .item h2, .accordion-block .item .columns-block .container .title, .columns-block .container .accordion-block .item .title {
  text-transform: capitalize;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  font-size: 30px;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
}
.accordion-block .item h2:before, .accordion-block .item .columns-block .container .title:before, .columns-block .container .accordion-block .item .title:before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  bottom: 0;
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
}
.accordion-block .item h2:after, .accordion-block .item .columns-block .container .title:after, .columns-block .container .accordion-block .item .title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
  mask-image: url(../images/svg/icon-close.svg);
  mask-position: center;
  mask-size: 100% auto;
  transition: all 0.3s ease-in-out;
  transform-origin: 50%;
  transform: rotate(45deg);
}
.accordion-block .item-copy {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.accordion-block .item-copy p {
  padding: 10px;
}
.accordion-block .item.open h2:after, .accordion-block .item.open .columns-block .container .title:after, .columns-block .container .accordion-block .item.open .title:after {
  transform: rotate(0deg);
}
.accordion-block .item.open .item-copy {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
@media only screen and (max-width: 700px) {
  .accordion-block {
    padding: 40px 0;
  }
  .single-quad + .accordion-block {
    padding: 0 0 40px 0;
  }
}

.columns-block {
  padding: 120px 0;
}
.columns-block > h2, .menus-block.columns-block > h2.title-main, .columns-block .container .columns-block > .title {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 62px;
  color: black;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
.columns-block > h2 span, .menus-block.columns-block > h2.title-main span, .columns-block .container .columns-block > .title span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .columns-block > h2, .menus-block.columns-block > h2.title-main, .columns-block .container .columns-block > .title {
    font-size: 3em;
  }
}
.columns-block.press .container figure:before {
  background: url(../images/bg-grey.jpg) no-repeat left center;
  background-size: 100% auto;
}
.columns-block .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.columns-block .container.columns-2 .item {
  width: 50%;
}
.columns-block .container.columns-3 .item {
  width: calc(33% - 40px);
  margin: 0 0 60px 0;
}
.columns-block .container.columns-3 .item:nth-child(3n+2) {
  margin: 0 40px 60px 40px;
}
.columns-block .container.columns-3.simple .item {
  margin: 0 40px 60px 40px;
}
.columns-block .container figure {
  padding: 30px 30px 0 30px;
  position: relative;
}
.columns-block .container figure:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  height: 80%;
  top: 0;
  background: url(../images/bg-quad.jpg) no-repeat left center;
  background-size: 100% auto;
  background-attachment: fixed;
}
.columns-block .container figure img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.columns-block .container h2, .columns-block .container .menus-block > h2.title-main, .columns-block .container .title {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  margin: 30px 0;
  text-align: center;
}
.columns-block .container h3 {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.columns-block .container .press-logo {
  max-width: 160px;
}
.intro-content + .columns-block {
  margin-top: -120px;
}
@media only screen and (max-width: 1200px) {
  .columns-block .container figure:before {
    background-attachment: inherit;
  }
  .columns-block .container .text {
    padding: 0 30px 30px 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .columns-block {
    padding: 60px 0;
  }
  .columns-block .intro-content {
    background-color: red;
  }
  .columns-block .container {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  .columns-block .container.columns-3 .item {
    width: calc(50% - 40px);
    margin: 20px;
  }
  .columns-block .container.columns-3 .item:nth-child(3n+2) {
    margin: 20px;
  }
  .columns-block .container.columns-3.simple .item {
    margin: 0 15px 60px 15px;
  }
  .columns-block .container.columns-2 .item {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .columns-block {
    padding: 40px 0;
  }
  .columns-block .container.columns-3 .item, .columns-block .container-columns-2 .item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .columns-block .container.columns-3 .item:nth-child(3n+2), .columns-block .container-columns-2 .item:nth-child(3n+2) {
    margin: 0 0 20px 0;
  }
  .columns-block .container.columns-3.simple .item, .columns-block .container-columns-2.simple .item {
    margin: 0 0 40px 0;
  }
  .intro-content + .columns-block {
    margin-top: 0px;
  }
}

.columns-block.layout-V2 {
  background-color: #000000;
  padding: 35px 0;
}
.columns-block.layout-V2 h2, .columns-block.layout-V2 .container .title {
  color: #fff;
  font-size: 32px;
  width: fit-content;
  margin: 35px auto;
}
.columns-block.layout-V2 h2 span, .columns-block.layout-V2 .container .title span {
  font-size: 32px;
  border-bottom: 1px solid #c22394;
}
.columns-block.layout-V2 .text {
  color: #fff;
}
.columns-block.layout-V2 .text h2, .columns-block.layout-V2 .text .container .title, .columns-block.layout-V2 .container .text .title {
  margin: 30px auto;
}
.columns-block.layout-V2 .text .btn {
  margin: 45px auto 0;
  display: flex;
  max-width: fit-content;
  justify-content: center;
}
.intro-content + .columns-block.layout-V2 {
  margin-top: 0px;
  margin-bottom: 85px;
}

.contact-links__block {
  background: black;
  padding: 30px 20px;
  text-align: center;
}
.contact-links__block .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.contact-links__block h2, .contact-links__block .menus-block > h2.title-main, .contact-links__block .columns-block .container .title, .columns-block .container .contact-links__block .title {
  color: white;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}
.contact-links__block .btn {
  margin: 20px;
}
.contact-links__block .btn:before {
  background: white;
}
.contact-links__block .btn span {
  color: white;
}
.contact-links__block .btn:hover:before {
  background: #c22394;
}
.contact-links__block .btn:hover span {
  color: #c22394;
}

.download-items {
  padding: 40px 0;
}
.download-items + .download-items {
  padding: 80px 0;
}
.download-items > h2, .menus-block.download-items > h2.title-main, .columns-block .container .download-items > .title, .download-items .h2 {
  font-size: 35px;
  margin-bottom: 20px;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  margin-left: 30px;
}
.download-items__list {
  display: flex;
  flex-wrap: wrap;
}
.download-items__list .item {
  width: calc(50% - 60px);
  margin: 30px;
  position: relative;
  padding-bottom: 30px;
}
.download-items__list .item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
}
.download-items__list .item h2, .download-items__list .item .columns-block .container .title, .columns-block .container .download-items__list .item .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.download-items__list .item a {
  display: block;
  margin-top: 10px;
  color: black;
}
.download-items__list .item a:hover {
  color: #c22394;
}
@media only screen and (max-width: 700px) {
  .download-items__list .item {
    width: calc(100% - 60px);
  }
}

.featured-block {
  position: relative;
  z-index: 3;
  padding-bottom: 80px;
}
.featured-block .container {
  padding: 0 80px;
}
.featured-block .container > h2, .featured-block .columns-block .container .menus-block.container > .title-main.title, .featured-block .columns-block .container > .title, .columns-block .featured-block .container > .title {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 62px;
  color: black;
  line-height: 1;
  margin-bottom: 35px;
  color: white;
}
.featured-block .container > h2 span, .featured-block .columns-block .container .menus-block.container > .title-main.title span, .featured-block .columns-block .container > .title span, .columns-block .featured-block .container > .title span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .featured-block .container > h2, .featured-block .columns-block .container .menus-block.container > .title-main.title, .featured-block .columns-block .container > .title, .columns-block .featured-block .container > .title {
    font-size: 3em;
  }
}
.featured-block__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.featured-block__images figure {
  width: 20%;
  padding: 30px;
}
.featured-block__images figure img {
  width: 100%;
}
.featured-block__title {
  width: 100%;
  height: 100px;
  background: url(svg/deco-featured.svg) no-repeat left center;
}
@media only screen and (max-width: 1000px) {
  .featured-block__images figure {
    width: 50%;
    padding: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .featured-block__images figure {
    width: 80%;
    padding: 0px;
    margin: 10px auto;
  }
}

.gallery-block {
  position: relative;
  z-index: 3;
}
.gallery-block.bg-dark {
  background: black;
}
.gallery-block.bg-light:after {
  content: "";
  position: absolute;
  z-index: 1;
  background: black;
  left: 50%;
  width: 50%;
  top: 0;
  height: 100%;
}
.gallery-block.bg-light .container {
  position: relative;
  background: white;
  z-index: 3;
  padding-bottom: 80px;
}
.gallery-block .container {
  padding: 0 70px;
}
.gallery-images {
  display: grid;
  grid-template-columns: 440px 333px 125px;
  grid-template-rows: 325px 190px;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}
.gallery-images figure:nth-child(1) {
  grid-area: 1/1/3/2;
}
.gallery-images figure:nth-child(2) {
  grid-area: 1/2/2/4;
}
.gallery-images figure:nth-child(3) {
  grid-area: 2/2/3/3;
}
.gallery-images figure .video {
  position: relative;
  display: block;
}
.gallery-images figure .video:before {
  content: "PLAY VIDEO";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  font-size: 14px;
  color: white;
  top: 0;
  left: 0;
  background: url(svg/icon-play.svg) no-repeat center center rgba(0, 0, 0, 0.4);
  padding-top: 75%;
  transition: all 0.3s ease-in-out;
}
.gallery-images figure .video img {
  position: relative;
  z-index: 1;
}
.gallery-images figure .video:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.gallery-images figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .gallery-images {
  top: -200px;
  position: relative;
  margin-bottom: -100px;
}
#home .gallery-images:before {
  content: "";
  position: absolute;
  bottom: 5%;
  right: -5%;
  z-index: 1;
  width: 200px;
  height: 160px;
  background: url(svg/deco-awesome.svg) no-repeat center;
}
.bg-light .gallery-images:before {
  content: "";
  position: absolute;
  bottom: 10%;
  right: 5%;
  z-index: 1;
  width: 200px;
  height: 160px;
  background: url(svg/deco-good.svg) no-repeat center;
}
@media only screen and (max-width: 1200px) {
  .gallery-images {
    grid-template-columns: 40vw 20vw 20vw;
    grid-template-rows: 260px 160px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .gallery-images figure:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .gallery-block .container {
    padding: 0 10px;
  }
  .gallery-images {
    grid-template-rows: 15vh 12vh;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  #home .gallery-images {
    top: -100px;
    padding-bottom: 40px;
  }
  #home .gallery-images:before {
    bottom: -10px;
    right: 5%;
  }
}

.highlights-block {
  position: relative;
}
.highlights-block:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
  background: black;
}
.highlights-block .container {
  position: relative;
  z-index: 3;
  background: white;
  padding: 60px 80px;
}
.highlights-block h2, .highlights-block .menus-block > h2.title-main, .highlights-block .columns-block .container .title, .columns-block .container .highlights-block .title {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  padding: 20px 0;
  position: relative;
  margin-bottom: 30px;
}
.highlights-block h2:before, .highlights-block .menus-block > h2.title-main:before, .highlights-block .columns-block .container .title:before, .columns-block .container .highlights-block .title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
  bottom: 0;
}
.highlights-block h2.animate-fade:before, .highlights-block .columns-block .container .animate-fade.title:before, .columns-block .container .highlights-block .animate-fade.title:before {
  width: 0;
}
.highlights-block h2.animate-fade.fade-in:before, .highlights-block .columns-block .container .animate-fade.fade-in.title:before, .columns-block .container .highlights-block .animate-fade.fade-in.title:before {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.highlights-block ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.highlights-block ul li {
  width: 30%;
  position: relative;
  padding-left: 15px;
  margin: 0 0 10px 0;
  padding-right: 20px;
}
.highlights-block ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #8629be;
  mask-image: url(../images/svg/icon-bullet.svg);
  mask-position: center;
  mask-size: 100% auto;
}
.highlights-block ul li a:not(.btn) {
  color: #000000;
  text-decoration: underline;
}
.highlights-block ul li a:not(.btn):hover {
  color: #c22394;
}
.highlights-block .animate-fade ul li {
  opacity: 0;
}
.highlights-block .animate-fade.fade-in ul li {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.highlights-block .animate-fade.fade-in ul li:nth-child(1n) {
  transition-delay: 0.4s;
}
.highlights-block .animate-fade.fade-in ul li:nth-child(2n) {
  transition-delay: 0.5s;
}
.highlights-block .animate-fade.fade-in ul li:nth-child(3n) {
  transition-delay: 0.6s;
}
.highlights-block .animate-fade.fade-in ul li:nth-child(4n) {
  transition-delay: 0.7s;
}
.highlights-block .animate-fade.fade-in ul li:nth-child(5n) {
  transition-delay: 0.8s;
}
.highlights-block .animate-fade.fade-in ul li:nth-child(6n) {
  transition-delay: 0.9s;
}
.highlights-block .animate-fade.fade-in ul li:nth-child(7n) {
  transition-delay: 1s;
}
.highlights-block .animate-fade.fade-in ul li:nth-child(8n) {
  transition-delay: 1.1s;
}
.highlights-block .animate-fade.fade-in ul li:nth-child(9n) {
  transition-delay: 1.2s;
}
.highlights-block .animate-fade.fade-in ul li:nth-child(10n) {
  transition-delay: 1.3s;
}
.highlights-block .animate-fade.fade-in ul li:nth-child(11n) {
  transition-delay: 1.4s;
}
.highlights-block .animate-fade.fade-in ul li:nth-child(12n) {
  transition-delay: 1.5s;
}
.highlights-block .animate-fade.fade-in ul li:nth-child(13n) {
  transition-delay: 1.6s;
}
.highlights-block .animate-fade.fade-in ul li:nth-child(14n) {
  transition-delay: 1.7s;
}
.highlights-block .animate-fade.fade-in ul li:nth-child(15n) {
  transition-delay: 1.8s;
}
.intro-content + .highlights-block {
  margin-top: -90px;
}
@media only screen and (max-width: 1000px) {
  .highlights-block ul li {
    width: 50%;
  }
  .intro-content + .highlights-block {
    margin-top: -60px;
  }
  .intro-content + .highlights-block:after {
    background: white;
  }
}
@media only screen and (max-width: 700px) {
  .highlights-block .container {
    padding: 30px;
  }
  .highlights-block ul li {
    width: 100%;
  }
}

.iframe-container {
  padding: 80px 0;
  text-align: center;
}
.iframe-container h2, .iframe-container .menus-block > h2.title-main, .iframe-container .columns-block .container .title, .columns-block .container .iframe-container .title {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 62px;
  color: black;
  line-height: 1;
  margin-bottom: 35px;
}
.iframe-container h2 span, .iframe-container .menus-block > h2.title-main span, .iframe-container .columns-block .container .title span, .columns-block .container .iframe-container .title span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .iframe-container h2, .iframe-container .menus-block > h2.title-main, .iframe-container .columns-block .container .title, .columns-block .container .iframe-container .title {
    font-size: 3em;
  }
}
.iframe-container__copy {
  padding: 40px;
}

.infographic-block {
  background: black;
  position: relative;
  z-index: 3;
  padding: 30px 0 100px 0;
}
.infographic-block * {
  color: white;
}
.infographic-block .container {
  position: relative;
}
.infographic-block .container h2, .infographic-block .columns-block .container .title, .columns-block .infographic-block .container .title {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 62px;
  color: white;
  line-height: 1;
  margin-bottom: 35px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.infographic-block .container h2 span, .infographic-block .columns-block .container .title span, .columns-block .infographic-block .container .title span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .infographic-block .container h2, .infographic-block .columns-block .container .title, .columns-block .infographic-block .container .title {
    font-size: 3em;
  }
}
.infographic-block .container figure {
  position: relative;
  z-index: 2;
  text-align: center;
  top: -70px;
}
.infographic-items {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.infographic-items.fade-in .item {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.infographic-items.fade-in .item:nth-child(1) {
  transition-delay: 1s;
}
.infographic-items.fade-in .item:nth-child(2) {
  transition-delay: 1.3s;
}
.infographic-items.fade-in .item:nth-child(3) {
  transition-delay: 1.6s;
}
.infographic-items .item {
  width: 275px;
  position: absolute;
  opacity: 0;
}
.infographic-items .item .counter {
  display: none;
}
.infographic-items .item:nth-child(1) {
  top: 44%;
  left: 2%;
  text-align: right;
  width: 255px;
}
.infographic-items .item:nth-child(1) .line {
  left: calc(100% + 10px);
  background: #c22394;
}
.infographic-items .item:nth-child(1) .line:before {
  right: -10px;
}
.infographic-items .item:nth-child(1) .line:after {
  right: -20px;
  background: #c22394;
}
.infographic-items .item:nth-child(2) {
  top: 25%;
  right: 0;
}
.infographic-items .item:nth-child(2) .line {
  right: calc(100% + 10px);
  background: #2ab574;
}
.infographic-items .item:nth-child(2) .line:before {
  left: -10px;
}
.infographic-items .item:nth-child(2) .line:after {
  left: -20px;
  background: #2ab574;
}
.infographic-items .item:nth-child(3) {
  top: 60%;
  right: 0;
}
.infographic-items .item:nth-child(3) .line {
  right: calc(100% + 10px);
  background: #fbaf43;
}
.infographic-items .item:nth-child(3) .line:before {
  left: -10px;
}
.infographic-items .item:nth-child(3) .line:after {
  left: -20px;
  background: #fbaf43;
}
.infographic-items .item.animate-fade {
  opacity: 0;
  transform: translateY(30px);
}
.infographic-items .item.animate-fade .line {
  width: 0;
}
.infographic-items .item.animate-fade .line:before, .infographic-items .item.animate-fade .line:after {
  opacity: 0;
  transform: scale(1.2);
}
.infographic-items .item.animate-fade.fade-in {
  opacity: 1;
  transform: translateY(0px);
}
.infographic-items .item.animate-fade.fade-in:nth-child(2) {
  transition: all 0.8s ease-in-out 0.2s;
}
.infographic-items .item.animate-fade.fade-in:nth-child(2) .line {
  width: 180px;
  transition: width 0.6s ease-in-out 0.4s;
}
@media only screen and (max-width: 1200px) {
  .infographic-items .item.animate-fade.fade-in:nth-child(2) .line {
    width: 80px;
  }
}
.infographic-items .item.animate-fade.fade-in:nth-child(2) .line:before, .infographic-items .item.animate-fade.fade-in:nth-child(2) .line:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease-in-out 0.9s;
}
.infographic-items .item.animate-fade.fade-in:nth-child(1) {
  transition: all 0.8s ease-in-out 0.6s;
}
.infographic-items .item.animate-fade.fade-in:nth-child(1) .line {
  width: 180px;
  transition: width 0.6s ease-in-out 1s;
}
@media only screen and (max-width: 1200px) {
  .infographic-items .item.animate-fade.fade-in:nth-child(1) .line {
    width: 80px;
  }
}
.infographic-items .item.animate-fade.fade-in:nth-child(1) .line:before, .infographic-items .item.animate-fade.fade-in:nth-child(1) .line:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease-in-out 1.5s;
}
.infographic-items .item.animate-fade.fade-in:nth-child(3) {
  transition: all 0.8s ease-in-out 1s;
}
.infographic-items .item.animate-fade.fade-in:nth-child(3) .line {
  width: 180px;
  transition: width 0.6s ease-in-out 1.6s;
}
@media only screen and (max-width: 1200px) {
  .infographic-items .item.animate-fade.fade-in:nth-child(3) .line {
    width: 80px;
  }
}
.infographic-items .item.animate-fade.fade-in:nth-child(3) .line:before, .infographic-items .item.animate-fade.fade-in:nth-child(3) .line:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease-in-out 2s;
}
.infographic-items h3 {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  font-size: 25px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  max-width: 90%;
}
.infographic-items .line {
  position: absolute;
  top: 15px;
  width: 160px;
  height: 2px;
}
.infographic-items .line:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(svg/icon-bullet.svg) no-repeat center;
  top: -10px;
  background-size: 100% auto;
  transform-origin: 50%;
}
.infographic-items .line:after {
  content: "";
  position: absolute;
  top: -20px;
  mask-image: url(svg/icon-select.svg);
  width: 45px;
  height: 45px;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  transform-origin: 50%;
}
.infographic-image {
  position: absolute;
  z-index: 0;
  bottom: 3%;
  width: 100%;
  left: 0;
  height: 400px;
  background: url(svg/deco-elements.svg) no-repeat center bottom;
  background-size: auto 90%;
}
@media only screen and (max-width: 1200px) {
  .infographic-image {
    height: 330px;
  }
}
@media only screen and (max-width: 1000px) {
  .infographic-items {
    position: relative;
    padding: 60px 60px 60px 60px;
    height: auto;
  }
  .infographic-items .item {
    position: relative;
    padding: 0 0 0 70px;
    top: 0;
    left: 0;
    right: inherit;
  }
  .infographic-items .item:nth-child(1) {
    text-align: left;
  }
  .infographic-items .item .counter {
    display: block;
    position: absolute;
    font-family: "HvDTrial Brandon Grotesque", sans-serif;
    font-size: 4em;
    line-height: 1;
    z-index: 1;
    left: 0;
    top: -5px;
    color: #c22394;
  }
  .infographic-items .slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
  }
  .infographic-items .slick-dots li {
    display: inline-block;
    margin: 0 10px;
  }
  .infographic-items .slick-dots li button {
    appearance: none;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 0;
    mask-image: url(svg/icon-select.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 100% auto;
    transition: all 0.3s ease-in-out;
  }
  .infographic-items .slick-dots li:nth-child(1) button {
    background: #c22394;
  }
  .infographic-items .slick-dots li:nth-child(2) button {
    background: #2ab574;
  }
  .infographic-items .slick-dots li:nth-child(3) button {
    background: #fbaf43;
  }
  .infographic-items .slick-dots li.slick-active button {
    opacity: 0.4;
  }
  .infographic-image {
    top: 15%;
    height: 450px;
  }
}
@media only screen and (max-width: 700px) {
  .infographic-items {
    padding: 120px 10px 0 10px;
  }
  .infographic-items .slick-dots {
    top: 0;
    bottom: inherit;
  }
  .infographic-image {
    height: 42vh;
    top: 25%;
    opacity: 0.7;
  }
  .infographic-block .container h2, .infographic-block .columns-block .container .title, .columns-block .infographic-block .container .title {
    width: 86%;
    margin: 0 auto 40px auto;
  }
  .infographic-block .container h2 + figure, .infographic-block .columns-block .container .title + figure, .columns-block .infographic-block .container .title + figure {
    width: 90%;
    margin: 0 auto;
  }
  .infographic-block .container h2 + figure img, .infographic-block .columns-block .container .title + figure img, .columns-block .infographic-block .container .title + figure img {
    width: 100%;
  }
}

.list-block {
  padding: 80px 0;
}
.list-block > h2, .menus-block.list-block > h2.title-main, .columns-block .container .list-block > .title, .list-block .h2 {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 62px;
  color: black;
  line-height: 1;
  margin-bottom: 35px;
  text-align: center;
}
.list-block > h2 span, .menus-block.list-block > h2.title-main span, .columns-block .container .list-block > .title span, .list-block .h2 span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .list-block > h2, .menus-block.list-block > h2.title-main, .columns-block .container .list-block > .title, .list-block .h2 {
    font-size: 3em;
  }
}
.list-block .item {
  padding: 40px 40px 0 40px;
}
.list-block .item h2, .list-block .item .columns-block .container .title, .columns-block .container .list-block .item .title {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}
.list-block .item .text {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.list-block.type-stages {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1100px;
  padding: 80px 40px;
  background: url(svg/deco-blueberries-2.svg) no-repeat right 95%;
  background-size: auto 100px;
}
.list-block.type-stages h2, .list-block.type-stages .columns-block .container .title, .columns-block .container .list-block.type-stages .title,
.list-block.type-stages .h2 {
  width: 100%;
}
.list-block.type-stages .item {
  width: 50%;
}
.list-block.type-stages .item .text {
  border-bottom: 0;
  width: 100%;
}
.list-block.type-stages .item .text h2, .list-block.type-stages .item .text .columns-block .container .title, .columns-block .container .list-block.type-stages .item .text .title {
  color: #8629be;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
}
.list-block.type-stages .item .text h2:after, .list-block.type-stages .item .text .columns-block .container .title:after, .columns-block .container .list-block.type-stages .item .text .title:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
}
.list-block.type-stages .item .text h2 + h3, .list-block.type-stages .item .text .columns-block .container .title + h3, .columns-block .container .list-block.type-stages .item .text .title + h3, .list-block.type-stages .item .text h2 + .h3, .list-block.type-stages .item .text .columns-block .container .title + .h3, .columns-block .container .list-block.type-stages .item .text .title + .h3 {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
}
@media only screen and (max-width: 700px) {
  .list-block .item {
    padding: 30px 10px;
  }
  .list-block.type-stages .item {
    width: 100%;
    padding: 10px;
  }
}

.location-widget {
  background: black;
  padding: 30px 20px 40px 20px;
}
.location-widget h2, .location-widget .menus-block > h2.title-main, .location-widget .columns-block .container .title, .columns-block .container .location-widget .title {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  font-size: 20px;
  padding-top: 10px;
}
.location-widget .fields {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 250px);
}
.location-widget .fields .field {
  width: calc(25% - 15px);
  padding-top: 10px;
  position: relative;
}
.location-widget .fields .field:nth-child(even) {
  margin: 0 10px;
}
.location-widget .fields .field.moved label {
  top: 0px;
  font-size: 10px;
  z-index: 4;
}
.location-widget .fields .field.disabled {
  opacity: 0.3;
}
.location-widget label {
  position: absolute;
  z-index: 1;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  top: 10px;
  left: 10px;
  padding: 5px;
  background: black;
  transition: all 0.3s ease-in-out;
  display: none;
}
.location-widget select {
  background: url(../images/svg/arrow-select.svg) no-repeat 95% center transparent;
  background-size: auto 10px;
  width: 100%;
  padding: 10px 30px 10px 10px;
  border: 1px solid white;
  position: relative;
  z-index: 2;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  appearance: none;
}
.location-widget select::placeholder {
  color: transparent;
}
.location-widget button {
  background: transparent;
  min-width: none;
  padding: 12px;
}
@media only screen and (max-width: 1000px) {
  .location-widget h2, .location-widget .menus-block > h2.title-main, .location-widget .columns-block .container .title, .columns-block .container .location-widget .title {
    width: 150px;
  }
  .location-widget .fields {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 700px) {
  .location-widget h2, .location-widget .menus-block > h2.title-main, .location-widget .columns-block .container .title, .columns-block .container .location-widget .title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .location-widget .fields {
    width: 100%;
  }
  .location-widget .fields .flex-box {
    flex-direction: column;
  }
  .location-widget .fields .field {
    width: calc(100% - 20px);
  }
  .location-widget .fields .field:nth-child(even) {
    margin: 10px 0;
  }
}

.menus-block {
  padding: 80px 0;
}
.menus-block .menuSelect {
  appearance: none;
  padding: 10px 30px 10px 10px;
  margin: 20px auto;
  width: 90%;
  display: block;
  border-radius: 0;
  border: 0;
  position: relative;
  border-bottom: 1px solid #8629be;
  text-transform: uppercase;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  background: url(../images/svg/arrow-select.svg) no-repeat right center;
  background-size: auto 10px;
}
.menus-block .menu-cta {
  text-align: center;
}
.menus-block > h2.title-main, .columns-block .container .menus-block > .title-main.title {
  font-size: 50px;
}
.menus-block > h2, .columns-block .container .menus-block > .title, .menus-block > h2.title-main {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
.menus-block__locations {
  margin: 0 auto;
  width: 95%;
  text-align: center;
  max-width: 600px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.menus-block__locations label {
  text-transform: uppercase;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  flex: 1;
}
.menus-block__locations select {
  min-width: 200px;
  appearance: none;
  padding: 10px 30px 10px 10px;
  margin: 20px auto;
  flex: 1;
  display: block;
  border-radius: 0;
  border: 0;
  position: relative;
  border-bottom: 1px solid #8629be;
  text-transform: uppercase;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  background: url(../images/svg/arrow-select.svg) no-repeat right center;
  background-size: auto 10px;
}
.menus-block__locations select option {
  color: #000000;
}
.menus-filter {
  text-align: center;
  padding: 60px 0;
  position: relative;
  max-width: 1000px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 45px;
  justify-content: center;
}
.menus-filter-wrapper {
  transition: opacity 0.7s cubic-bezier(0.18, 0.32, 0.17, 0.99);
  opacity: 0;
}
.menus-filter-wrapper.active {
  opacity: 1;
}
.menus-filter:before, .menus-filter:after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 1px;
  background: #a3a3a3;
  width: 0;
}
.menus-filter:before {
  left: 0;
  top: 0;
}
.menus-filter:after {
  right: 0;
  bottom: 0;
}
.menus-filter-wrapper.active .menus-filter.fade-in:before, .menus-filter-wrapper.active .menus-filter.fade-in:after {
  width: 100%;
  transition: all 0.5s ease-in-out 0.3s;
}
.menus-filter li {
  max-width: 25%;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 40px;
  color: #757575;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.menus-filter li:hover {
  color: #c22394;
}
.menus-filter li.active {
  background: -webkit-linear-gradient(#c22394, #8629be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.menus-description {
  padding: 60px 0 0 0;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
  margin: 0 auto;
  width: 95%;
  max-width: 490px;
}
.menus-description.hidden, .menus-whatever.base .whatever-bowl-block .item h2.menus-description, .menus-whatever.base .whatever-bowl-block .item .columns-block .container .menus-description.title, .columns-block .container .menus-whatever.base .whatever-bowl-block .item .menus-description.title {
  opacity: 0;
}
.menus-list {
  padding: 60px 0;
}
.menus-list .all-items .item-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.menus-list .all-items:not(.whatever-bowl-block) {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
}
.menus-list .all-items:not(.whatever-bowl-block) .item {
  width: 50%;
  margin-bottom: 60px;
}
.menus-list .all-items:not(.whatever-bowl-block) .item figure {
  width: 100%;
  max-width: 430px;
  position: relative;
  padding: 30px 0 30px 30px;
}
.menus-list .all-items:not(.whatever-bowl-block) .item figure:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 100%;
  background: url(../images/bg-quad.jpg) no-repeat center;
  background-size: cover;
}
.menus-list .all-items:not(.whatever-bowl-block) .item figure img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.menus-list .all-items:not(.whatever-bowl-block) .item .description {
  padding: 30px 0px 20px;
  max-width: 430px;
  border-bottom: 1px solid #c22394;
}
.menus-list .all-items:not(.whatever-bowl-block) .item .description .price .each-price {
  display: flex;
  justify-content: space-between;
}
.menus-list .all-items:not(.whatever-bowl-block) .item h2, .menus-list .all-items:not(.whatever-bowl-block) .item .columns-block .container .title, .columns-block .container .menus-list .all-items:not(.whatever-bowl-block) .item .title {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 15px;
}
.menus-list .all-items:not(.whatever-bowl-block) .item p em {
  font-size: 90%;
}
.menus-list .all-items .title-menu-categories {
  width: 100%;
  margin: 35px auto;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
}
.menus-whatever > h2, .columns-block .container .menus-whatever > .title, .menus-block.menus-whatever > h2.title-main {
  text-transform: uppercase;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  color: black;
  font-size: 45px;
  margin: 0 0 40px 0;
  text-align: center;
}
.menus-whatever.base {
  background: black;
  padding: 80px 0;
  position: relative;
}
.menus-whatever.base:before {
  content: "Step 1";
  position: absolute;
  top: 5%;
  left: 0;
  background: url(../images/bg-quad.jpg) left top;
  background-attachment: fixed;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  color: white;
  text-transform: uppercase;
  padding: 35px 125px;
  line-height: 1;
  font-size: 30px;
}
.menus-whatever.base > h2, .columns-block .container .menus-whatever.base > .title {
  color: white;
}
.menus-whatever.base .whatever-bowl-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1400px;
  padding-top: 60px;
  width: 95%;
}
.menus-whatever.base .whatever-bowl-block .item {
  width: 25%;
  max-width: 320px;
  padding: 0 23px 40px 30px;
}
.menus-whatever.base .whatever-bowl-block .item figure {
  min-height: 250px;
}
.menus-whatever.base .whatever-bowl-block .item img {
  max-width: 100%;
}
.menus-whatever.base .whatever-bowl-block .item p {
  padding: 20px 0;
  color: white;
}
.menus-whatever.base .whatever-bowl-block .item p strong {
  display: block;
  padding: 0px 0 20px 0;
  text-transform: uppercase;
  position: relative;
}
.menus-whatever.base .whatever-bowl-block .item p strong:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
}
.menus-whatever.toppings {
  position: relative;
  padding: 80px 0;
}
.menus-whatever.toppings:after {
  content: "Step 2";
  position: absolute;
  top: 5%;
  left: 0%;
  background: url(../images/bg-quad.jpg) left top;
  background-attachment: fixed;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  color: white;
  text-transform: uppercase;
  padding: 35px 125px;
  line-height: 1;
  font-size: 30px;
}
.menus-whatever.toppings:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  left: 5%;
  z-index: 1;
  background: url(svg/deco-fruits.svg) no-repeat center 35%;
  background-size: 100% auto;
}
.menus-whatever.toppings .whatever-bowl-block {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 1170px;
  width: 95%;
  padding: 0px 120px;
}
.menus-whatever.toppings .whatever-bowl-block .item {
  padding: 40px 0;
}
.menus-whatever.toppings .whatever-bowl-block .item h2, .menus-whatever.toppings .whatever-bowl-block .item .columns-block .container .title, .columns-block .container .menus-whatever.toppings .whatever-bowl-block .item .title {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  position: relative;
  padding: 20px 0;
}
.menus-whatever.toppings .whatever-bowl-block .item h2:after, .menus-whatever.toppings .whatever-bowl-block .item .columns-block .container .title:after, .columns-block .container .menus-whatever.toppings .whatever-bowl-block .item .title:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
}
.menus-whatever.toppings .whatever-bowl-block .item ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.menus-whatever.toppings .whatever-bowl-block .item ul li {
  width: 25%;
  position: relative;
  padding-left: 15px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.menus-whatever.toppings .whatever-bowl-block .item ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #8629be;
  mask-image: url(../images/svg/icon-bullet.svg);
  mask-position: center;
  mask-size: 100% auto;
}
@media only screen and (max-width: 1200px) {
  .menus-whatever > h2, .columns-block .container .menus-whatever > .title, .menus-block.menus-whatever > h2.title-main {
    font-size: 36px;
  }
  .menus-whatever.base:before {
    padding: 30px 80px;
  }
  .menus-whatever.toppings:before {
    left: 0;
    width: 100%;
  }
  .menus-whatever.toppings:after {
    padding: 30px 80px;
  }
}
@media only screen and (max-width: 1000px) {
  .menus-filter li {
    padding: 0 20px;
    font-size: 1.5em;
  }
  .menus-list .all-items:not(.whatever-bowl-block) .item {
    margin: 0 15px;
    width: calc(50% - 30px);
  }
  .menus-description {
    padding: 30px 0 0px 0;
  }
  .menus-block {
    padding-top: 0;
  }
  .menus-whatever.toppings:after {
    top: -1px;
    padding: 20px 40px;
  }
  .menus-whatever.toppings .whatever-bowl-block .item ul li {
    width: 33%;
  }
  .menus-whatever.base:before {
    top: -1px;
    padding: 20px 40px;
  }
  .menus-whatever.base .whatever-bowl-block .item {
    width: 33%;
  }
}
@media only screen and (max-width: 700px) {
  .menus-block__locations {
    flex-wrap: wrap;
    width: 90%;
  }
  .menus-block__locations select {
    flex: auto;
    width: 100%;
  }
  .menus-list {
    padding: 30px 0 0px 0;
  }
  .menus-list .all-items:not(.whatever-bowl-block) .item {
    width: 100%;
    padding: 0 10px 20px 10px;
    margin: 0;
  }
  .menus-whatever > h2, .columns-block .container .menus-whatever > .title, .menus-block.menus-whatever > h2.title-main {
    padding-left: 0px;
    font-size: 6vw;
  }
  .menus-whatever.base {
    padding-top: 100px;
  }
  .menus-whatever.base h2, .menus-whatever.base .columns-block .container .title, .columns-block .container .menus-whatever.base .title {
    padding-left: 20px;
    margin-bottom: 0;
  }
  .menus-whatever.base .whatever-bowl-block .item {
    width: 50%;
  }
  .menus-whatever.base .whatever-bowl-block .item figure {
    min-height: auto;
  }
  .menus-whatever.toppings {
    padding: 80px 20px 60px 20px;
  }
  .menus-whatever.toppings:before {
    display: block;
    width: 100%;
    height: 300px;
    top: 90%;
    left: 0;
    background: url(svg/deco-blueberries.svg) no-repeat right 0%;
    background-size: auto 10vh;
  }
  .menus-whatever.toppings .whatever-bowl-block {
    padding: 0 80px 0 0;
  }
  .menus-whatever.toppings .whatever-bowl-block .item ul li {
    width: 100%;
  }
}

.reviews-block {
  position: relative;
  z-index: 3;
  padding: 120px 0;
}
.reviews-block .container {
  position: relative;
  justify-content: center;
  align-items: center;
}
.reviews-block .single-image {
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 3;
}
.reviews-block__image {
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 3;
}
.reviews-block__image figure img {
  display: inline-block;
}
.reviews-block .text {
  width: 50%;
  padding: 0 80px 0px 40px;
  position: relative;
  z-index: 3;
}
.reviews-block .text h2, .reviews-block .text .columns-block .container .title, .columns-block .container .reviews-block .text .title {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 32px;
}
.reviews-block .text h3 {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  color: white;
  font-size: 18px;
  margin: 20px 0;
}
.reviews-block .text blockquote {
  color: white;
}
.reviews-block .text blockquote .hidden, .reviews-block .text blockquote .menus-whatever.base .whatever-bowl-block .item h2, .menus-whatever.base .whatever-bowl-block .item .reviews-block .text blockquote h2, .reviews-block .text blockquote .menus-whatever.base .whatever-bowl-block .item .columns-block .container .title, .menus-whatever.base .whatever-bowl-block .item .columns-block .container .reviews-block .text blockquote .title, .reviews-block .text blockquote .columns-block .container .menus-whatever.base .whatever-bowl-block .item .title, .columns-block .container .menus-whatever.base .whatever-bowl-block .item .reviews-block .text blockquote .title {
  display: none;
}
.reviews-block .text cite {
  font-style: normal;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  margin: 20px 0 0 0;
  display: block;
}
.reviews-block .text .sym-slides {
  padding-bottom: 80px;
}
.reviews-block .reviews-image {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -15%;
  width: 50%;
  height: 100%;
  background: url(svg/deco-elements.svg) no-repeat center bottom;
  background-size: 100% auto;
}
.reviews-block .slick-arrow {
  bottom: 0;
}
.reviews-block .slick-prev {
  left: calc(100% - 100px);
}
.reviews-block .slick-next {
  left: 100%;
}
.reviews-block__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 1500px;
  background: url(images/bg-reviews.jpg) no-repeat right top black;
}
@media only screen and (max-width: 1000px) {
  .reviews-block {
    padding: 60px 0 30px 0;
  }
  .reviews-block .container {
    flex-direction: column;
  }
  .reviews-block figure {
    width: 100%;
  }
  .reviews-block figure img {
    max-width: 100%;
  }
  .reviews-block .text {
    width: 100%;
    padding: 0 20px;
  }
  .reviews-block .slick-prev {
    left: calc(55% - 100px);
  }
  .reviews-block .slick-next {
    left: 55%;
  }
  .reviews-block__image {
    width: 90%;
    margin-bottom: 20px;
  }
  .reviews-block .reviews-image {
    width: 100%;
    height: 50%;
    top: inherit;
    bottom: 0;
    opacity: 0.4;
  }
}

.single-quad {
  position: relative;
}
.single-quad.bg-black {
  background-color: black;
  padding: 80px 0;
}
.single-quad.bg-black * {
  color: white;
}
.single-quad.bg-white {
  padding: 80px 0;
}
.single-quad.bg-white .slick-arrow:hover {
  background-color: #2ab574;
}
.single-quad.bg-white .slick-prev {
  background: url(../images/svg/arrow-slick-prev-dark.svg) no-repeat center;
}
.single-quad.bg-white .slick-next {
  background: url(../images/svg/arrow-slick-next-dark.svg) no-repeat center;
}
.single-quad.bg-texture:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50%;
  height: 465px;
  background: url(../images/bg-quad.jpg) no-repeat right center;
  background-size: cover;
}
.single-quad.bg-texture figure img {
  max-width: 90%;
}
.single-quad.bg-texture-gray:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50%;
  height: 465px;
  background: url(../images/Everbowl-SkillBride-Background.jpg) no-repeat right center;
  background-size: cover;
}
.single-quad.bg-texture-gray figure img {
  max-width: 90%;
}
.single-quad.align-left {
  padding-bottom: 80px;
}
.single-quad.align-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-quad.align-left figure + .text {
  max-width: 590px;
}
.single-quad.align-left .single-quad__gallery + .text {
  padding-right: 0;
  padding-left: 40px;
}
.single-quad.align-right {
  padding-top: 80px;
}
.single-quad.align-right .flex-box {
  flex-direction: row-reverse;
}
.single-quad.align-right figure {
  text-align: center;
}
.single-quad.align-right .single-quad__gallery + .text {
  padding-left: 0;
  padding-right: 40px;
}
.single-quad.no-image {
  padding-bottom: 80px;
}
.single-quad .flex-box {
  align-items: center;
  justify-content: space-between;
}
.single-quad .container {
  position: relative;
  z-index: 3;
}
.single-quad .container figure {
  width: 50%;
  overflow: hidden;
}
.single-quad .container figure + .text {
  width: 50%;
  padding: 0 80px;
}
.single-quad .container figure.download {
  position: relative;
  overflow: visible;
}
.single-quad .container figure.download .deco {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(svg/deco-yellow.svg) no-repeat center center;
  background-size: 100% auto;
}
.single-quad .container figure.download img {
  position: relative;
  z-index: 3;
  max-width: 100%;
}
.single-quad .container figure.download:before {
  content: "";
  position: absolute;
  z-index: 4;
  left: -62px;
  top: calc(15% + 7px);
  width: 125px;
  height: 125px;
  background: url(svg/badge-download-2.svg) no-repeat center;
  background-size: 100% auto;
  transform-origin: 50%;
  transform: rotate(15deg);
}
.single-quad .container figure.download:after {
  content: "";
  position: absolute;
  z-index: 4;
  left: -70px;
  top: 15%;
  width: 140px;
  height: 140px;
  background: url(svg/badge-download-dots.svg) no-repeat center;
  background-size: 100% auto;
  transform-origin: 50%;
  animation: rotation 10s infinite ease-in-out;
}
.single-quad .container figure.single-quad__gallery {
  width: 60%;
}
.single-quad .container figure.single-quad__gallery + .text {
  width: 40%;
}
.single-quad .bowl-decoration {
  position: absolute;
  z-index: 1;
  right: 5%;
  width: 300px;
  opacity: 0.2;
  height: 100%;
  top: 0;
  background: url(images/deco-bowl7.png) no-repeat center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.single-quad .btn {
  margin-top: 20px;
}
.single-quad .buttons {
  margin-top: 30px;
}
.single-quad h2, .single-quad .columns-block .container .title, .columns-block .container .single-quad .title, .single-quad .menus-block > h2.title-main {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 62px;
  color: black;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
.single-quad h2 span, .single-quad .columns-block .container .title span, .columns-block .container .single-quad .title span, .single-quad .menus-block > h2.title-main span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .single-quad h2, .single-quad .columns-block .container .title, .columns-block .container .single-quad .title, .single-quad .menus-block > h2.title-main {
    font-size: 3em;
  }
}
.single-quad h2:before, .single-quad .columns-block .container .title:before, .columns-block .container .single-quad .title:before, .single-quad .menus-block > h2.title-main:before {
  content: "";
  position: absolute;
  left: -85px;
  top: 7px;
  height: 2px;
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
  width: 65px;
}
.single-quad h2.animate-fade, .single-quad .columns-block .container .animate-fade.title, .columns-block .container .single-quad .animate-fade.title {
  opacity: 0;
  transform: translateY(40px);
}
.single-quad h2.animate-fade:before, .single-quad .columns-block .container .animate-fade.title:before, .columns-block .container .single-quad .animate-fade.title:before {
  width: 0;
}
.single-quad h2.animate-fade.fade-in, .single-quad .columns-block .container .animate-fade.fade-in.title, .columns-block .container .single-quad .animate-fade.fade-in.title {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.6s ease-in-out 0.2s;
}
.single-quad h2.animate-fade.fade-in:before, .single-quad .columns-block .container .animate-fade.fade-in.title:before, .columns-block .container .single-quad .animate-fade.fade-in.title:before {
  width: 65px;
  transition: all 0.4s ease-in-out 0.4s;
}
.single-quad h3 {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  margin: 30px 0 10px 0;
}
.single-quad h3:nth-child(1) {
  margin-top: 0;
}
.single-quad h3 + p a:not(.btn) {
  color: #000000;
  text-decoration: none;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
}
.single-quad h3 + p a:not(.btn):hover {
  color: #c22394;
}
.single-quad p a:not(.btn),
.single-quad li a:not(.btn) {
  color: #000000;
  text-decoration: underline;
}
.single-quad p a:not(.btn):hover,
.single-quad li a:not(.btn):hover {
  color: #c22394;
}
.single-quad .sym-slides {
  padding: 0 0 90px 0;
}
.single-quad .sym-slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-quad .sym-slides .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 5px;
}
.single-quad .sym-slides .slick-prev {
  left: calc(50% - 80px);
}
.single-quad .sym-slides .slick-next {
  right: calc(50% - 80px);
}
.intro-content + .single-quad.bg-none {
  padding-top: 0;
}
@media only screen and (max-width: 1200px) {
  .single-quad .bowl-decoration {
    width: 200px;
    right: 0;
  }
  .single-quad .container figure + .text {
    padding: 0 40px;
  }
  .single-quad .container figure.download:after, .single-quad .container figure.download:before {
    left: -30px;
  }
}
@media only screen and (max-width: 1000px) {
  .single-quad .bowl-decoration {
    opacity: 0.1;
  }
  .single-quad.no-image .flex-box {
    flex-direction: column;
  }
  .single-quad .container figure.download:after {
    left: 64%;
    top: -80px;
  }
  .single-quad .container figure.download:before {
    left: 67%;
    top: -70px;
  }
  .single-quad .container figure.single-quad__gallery {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  .single-quad .container figure.single-quad__gallery + .text {
    width: 80%;
    margin: 0 auto;
  }
  .single-quad .buttons {
    width: calc(100% + 100px);
  }
  .single-quad .download-copy {
    align-items: flex-end;
  }
  .single-quad .download-copy .text {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 700px) {
  .single-quad h2 span, .single-quad .columns-block .container .title span, .columns-block .container .single-quad .title span, .single-quad .menus-block > h2.title-main span {
    font-size: 3vw;
  }
  .single-quad h2:before, .single-quad .columns-block .container .title:before, .columns-block .container .single-quad .title:before, .single-quad .menus-block > h2.title-main:before {
    width: 2px;
    height: 70px;
    left: 10px;
    top: -80px;
  }
  .single-quad h2.animate-fade:before, .single-quad .columns-block .container .animate-fade.title:before, .columns-block .container .single-quad .animate-fade.title:before {
    width: 2px;
    height: 0;
  }
  .single-quad h2.animate-fade.fade-in:before, .single-quad .columns-block .container .animate-fade.fade-in.title:before, .columns-block .container .single-quad .animate-fade.fade-in.title:before {
    width: 2px;
    height: 70px;
  }
  .single-quad.bg-black {
    padding-top: 0;
  }
  .single-quad.bg-white {
    padding-top: 0;
  }
  .page-570513 .single-quad.bg-white {
    padding-bottom: 0px;
  }
  .single-quad.bg-texture:before {
    height: 250px;
    width: 100%;
  }
  .single-quad.bg-texture figure {
    width: 90% !important;
    margin: 0 auto;
  }
  .single-quad.align-right .flex-box, .single-quad.align-left .flex-box {
    flex-direction: column;
  }
  .single-quad.align-right .flex-box.download-copy .text, .single-quad.align-left .flex-box.download-copy .text {
    order: 1;
  }
  .single-quad.align-right .flex-box.download-copy figure, .single-quad.align-left .flex-box.download-copy figure {
    order: 2;
  }
  .single-quad.align-right .flex-box.download-copy .buttons, .single-quad.align-left .flex-box.download-copy .buttons {
    order: 3;
    width: 100%;
    text-align: center;
    margin: 40px 0 60px 0;
    padding-left: 6vw;
  }
  .single-quad.align-right .flex-box .single-quad__gallery + .text, .single-quad.align-left .flex-box .single-quad__gallery + .text {
    text-align: center;
    padding: 0px;
  }
  .single-quad.align-right .flex-box .single-quad__gallery + .text h2.fade-in:before, .single-quad.align-right .flex-box .single-quad__gallery + .text .columns-block .container .fade-in.title:before, .columns-block .container .single-quad.align-right .flex-box .single-quad__gallery + .text .fade-in.title:before, .single-quad.align-left .flex-box .single-quad__gallery + .text h2.fade-in:before, .single-quad.align-left .flex-box .single-quad__gallery + .text .columns-block .container .fade-in.title:before, .columns-block .container .single-quad.align-left .flex-box .single-quad__gallery + .text .fade-in.title:before {
    top: -110px;
    height: 100px;
  }
  .single-quad.align-right figure, .single-quad.align-left figure {
    width: 100%;
    max-height: 400px;
    margin-bottom: 0;
  }
  .single-quad.align-right figure + .text, .single-quad.align-left figure + .text {
    width: 100%;
    padding: 80px 30px 30px 30px;
  }
  .single-quad.align-right .single-quad__gallery .sym-slides, .single-quad.align-left .single-quad__gallery .sym-slides {
    padding: 0 0 70px 0;
  }
  .single-quad.align-right .single-quad__gallery .sym-slides .slick-arrow, .single-quad.align-left .single-quad__gallery .sym-slides .slick-arrow {
    top: calc(100% - 55px);
    width: 50px;
    height: 50px;
  }
  .single-quad.align-right .single-quad__gallery .sym-slides .slick-prev, .single-quad.align-left .single-quad__gallery .sym-slides .slick-prev {
    right: inherit;
    left: calc(80% - 60px);
    background-size: auto 50px;
  }
  .single-quad.align-right .single-quad__gallery .sym-slides .slick-next, .single-quad.align-left .single-quad__gallery .sym-slides .slick-next {
    right: inherit;
    left: calc(100% - 75px);
    background-size: auto 50px;
  }
  .single-quad .container {
    padding: 0;
    width: 100%;
  }
  .single-quad .container figure.download {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .single-quad .container figure.download + .text {
    padding-top: 0;
  }
  .single-quad .container figure.download:before {
    left: 10%;
    top: -15px;
  }
  .single-quad .container figure.download:after {
    left: 8%;
    top: -20px;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slider-block {
  padding: 80px 0;
}
.slider-block .wrapper {
  padding: 0 80px;
}
.slider-block .flex-box {
  align-items: center;
}
.slider-block .flex-box figure {
  width: 725px;
  height: 500px;
}
.slider-block .flex-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-block .flex-box .text {
  width: calc(100% - 725px);
}
.slider-block .flex-box h2, .slider-block .flex-box .columns-block .container .title, .columns-block .container .slider-block .flex-box .title {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 62px;
  color: black;
  line-height: 1;
  margin-bottom: 35px;
  position: relative;
}
.slider-block .flex-box h2 span, .slider-block .flex-box .columns-block .container .title span, .columns-block .container .slider-block .flex-box .title span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .slider-block .flex-box h2, .slider-block .flex-box .columns-block .container .title, .columns-block .container .slider-block .flex-box .title {
    font-size: 3em;
  }
}
.slider-block .flex-box h2:before, .slider-block .flex-box .columns-block .container .title:before, .columns-block .container .slider-block .flex-box .title:before {
  content: "";
  position: absolute;
  left: -140px;
  top: 7px;
  height: 2px;
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
  width: 125px;
}
.slider-block .flex-box h2.animate-fade, .slider-block .flex-box .columns-block .container .animate-fade.title, .columns-block .container .slider-block .flex-box .animate-fade.title {
  opacity: 0;
  transform: translateY(40px);
}
.slider-block .flex-box h2.animate-fade:before, .slider-block .flex-box .columns-block .container .animate-fade.title:before, .columns-block .container .slider-block .flex-box .animate-fade.title:before {
  width: 0;
}
.slider-block .flex-box h2.animate-fade.fade-in, .slider-block .flex-box .columns-block .container .animate-fade.fade-in.title, .columns-block .container .slider-block .flex-box .animate-fade.fade-in.title {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.6s ease-in-out 0.2s;
}
.slider-block .flex-box h2.animate-fade.fade-in:before, .slider-block .flex-box .columns-block .container .animate-fade.fade-in.title:before, .columns-block .container .slider-block .flex-box .animate-fade.fade-in.title:before {
  width: 125px;
  transition: all 0.4s ease-in-out 0.4s;
}
.slider-block .flex-box h3 {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  margin: 10px 0;
}
.slider-block .flex-box h3 + h3 {
  font-size: 20px;
}
.form-module-wrapper + .slider-block {
  padding-top: 0;
}
.slider-block .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 15%;
}
.slider-block.dark-bg {
  background: black;
}
.slider-block.dark-bg * {
  color: white;
}
.slider-block.dark-bg h2, .slider-block.dark-bg .columns-block .container .title, .columns-block .container .slider-block.dark-bg .title {
  color: black;
}
.slider-block.right-align .flex-box {
  flex-direction: row-reverse;
}
.slider-block.right-align .text {
  padding: 0 140px 0 60px;
}
.slider-block.right-align .slick-prev {
  right: 740px;
}
.slider-block.right-align .slick-next {
  right: 640px;
}
.slider-block.left-align .text {
  padding: 0 60px 0 140px;
}
.slider-block.left-align .slick-prev {
  left: 640px;
}
.slider-block.left-align .slick-next {
  left: 740px;
}

.text-decorated__block {
  padding: 100px 0 80px 0;
  position: relative;
}
.text-decorated__block .container {
  position: relative;
  z-index: 3;
  max-width: 960px;
}
.text-decorated__block h2, .text-decorated__block .columns-block .container .title, .columns-block .container .text-decorated__block .title, .text-decorated__block .menus-block > h2.title-main {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.text-decorated__img {
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 500px;
}
.text-decorated__img:nth-child(1) {
  top: -10%;
  left: 0%;
  background: url(svg/deco-blueberries.svg) no-repeat 5% 0%;
}
.text-decorated__img:nth-child(2) {
  top: 20%;
  right: 0%;
  background: url(svg/deco-strawberries.svg) no-repeat 95% 0%;
}
@media only screen and (max-width: 1200px) {
  .text-decorated__img:nth-child(2) {
    top: 5%;
  }
}
@media only screen and (max-width: 700px) {
  .text-decorated__img:nth-child(1) {
    background-size: 70% auto;
  }
  .text-decorated__img:nth-child(2) {
    background-size: 50% auto;
  }
}

.unevolve-block {
  background: #000;
  position: relative;
}
.unevolve-block * {
  color: white;
}
.unevolve-block .wrapper {
  position: relative;
}
.unevolve-gallery {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.unevolve-gallery .block {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.unevolve-gallery .block:nth-child(1) {
  width: 45%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.unevolve-gallery .block:nth-child(1) figure {
  height: 50vh;
}
.unevolve-gallery .block:nth-child(1) figure:nth-child(1) {
  flex-basis: 100%;
}
.unevolve-gallery .block:nth-child(1) figure:nth-child(1) img {
  width: 55%;
}
.unevolve-gallery .block:nth-child(1) figure:nth-child(2) {
  width: 46%;
}
.unevolve-gallery .block:nth-child(1) figure:nth-child(3) {
  width: 54%;
}
.unevolve-gallery .block:nth-child(1) figure img {
  width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.unevolve-gallery .block:nth-child(2) {
  width: 28%;
}
.unevolve-gallery .block:nth-child(2) figure {
  text-align: right;
  height: 50vh;
}
.unevolve-gallery .block:nth-child(2) figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.unevolve-copy {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 25%;
  width: 47%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.unevolve-copy figure {
  margin-bottom: 80px;
  align-self: flex-start;
  width: 100%;
  text-align: right;
  width: 100%;
  padding-right: 3vw;
}
.unevolve-copy figure img {
  max-width: 95%;
  display: inline-block;
}
.unevolve-copy .wrap {
  width: 25vw;
  padding: 0 3vw;
  align-self: flex-end;
}
.unevolve-copy p {
  font-size: 1.2em;
}
@media only screen and (max-width: 1200px) {
  .unevolve-gallery .block:nth-child(1) figure, .unevolve-gallery .block:nth-child(2) figure {
    height: 40vh;
  }
  .unevolve-copy figure {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .unevolve-gallery .block:nth-child(1) {
    width: 100%;
    z-index: 3;
  }
  .unevolve-gallery .block:nth-child(1) figure:nth-child(1) {
    height: 40vw;
    margin-bottom: 65vh;
  }
  .unevolve-gallery .block:nth-child(1) figure:nth-child(1) img {
    width: 50%;
    height: 100%;
  }
  .unevolve-gallery .block:nth-child(1) figure:nth-child(3) {
    height: 32vh;
    align-self: flex-end;
  }
  .unevolve-gallery .block:nth-child(2) {
    width: 50%;
    position: absolute;
    z-index: 1;
    right: 0;
  }
  .unevolve-gallery .block:nth-child(2) figure:nth-child(1) {
    height: 50vw;
    margin-bottom: 35vh;
  }
  .unevolve-gallery .block:nth-child(2) figure:nth-child(2) img {
    width: 80%;
  }
  .unevolve-copy {
    left: 0;
    width: 100%;
    bottom: inherit;
    top: 40vw;
    height: 60vh;
    z-index: 3;
  }
  .unevolve-copy .wrap {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
  .unevolve-copy figure {
    padding-right: 0;
    width: 80%;
    margin: 0 auto 40px auto;
    text-align: left;
  }
}
@media only screen and (max-width: 700px) {
  .unevolve-gallery .block:nth-child(1) figure:nth-child(2) {
    height: 28vh;
  }
  .unevolve-gallery .block:nth-child(1) figure:nth-child(3) {
    height: 23vh;
  }
  .unevolve-gallery .block:nth-child(2) figure:nth-child(1) {
    margin-bottom: 46vh;
  }
  .unevolve-gallery .block:nth-child(2) figure:nth-child(2) {
    height: 20vh;
  }
}

@keyframes home-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* PATH to arrow facing down or Set to null to have a normal select appearance */
#ui-datepicker-div.ui-widget-content {
  background: #ffffff;
  z-index: 1000;
  border: none;
  padding: 0;
  border-radius: 0;
}
#ui-datepicker-div.ui-widget-content * {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
}

.ui-datepicker {
  width: 17em;
  font-size: 20px;
}
.ui-datepicker table {
  border: 0;
  border-collapse: collapse;
}
.ui-datepicker table th {
  padding: 0.7em 0.3em;
}
.ui-datepicker * {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  border: 0;
}
.ui-datepicker .ui-state-disabled, .ui-datepicker .ui-widget-content .ui-state-disabled, .ui-datepicker .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
}
.ui-datepicker.ui-datepicker-inline {
  width: 100% !important;
  padding: 0;
}
.ui-datepicker.ui-datepicker-inline .ui-datepicker-group {
  width: 48% !important;
  margin: 0 1% !important;
  background-color: #fff;
}
.ui-datepicker.ui-datepicker-inline .ui-datepicker-header {
  height: 55px;
}
.ui-datepicker.ui-datepicker-inline .ui-datepicker-header * {
  line-height: 25px;
  font-size: 25px;
}
.ui-datepicker select.ui-datepicker-month {
  width: auto;
  padding-right: 30px;
}
.ui-datepicker .ui-widget-header {
  position: relative;
  padding: 10px 0;
  background: #8629be !important;
  border-radius: 0 !important;
  border: 0 !important;
  height: 47px;
}
.ui-datepicker .ui-widget-header tr th {
  padding: 10px 0;
}
.ui-datepicker .ui-widget-header .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
}
.ui-datepicker .ui-widget-header .ui-datepicker-title select, .ui-datepicker .ui-widget-header .ui-datepicker-title span {
  border: 0;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  color: #fff;
}
.ui-datepicker .ui-widget-header .ui-datepicker-title select {
  background-image: url("images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 10px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev {
  left: 0;
  transform: translateY(-50%);
}
.ui-datepicker .ui-widget-header .ui-datepicker-next {
  transform: translateY(-50%) rotate(180deg) !important;
  right: 0;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev, .ui-datepicker .ui-widget-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  background-image: url("images/left-arrow-datepicker.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev span, .ui-datepicker .ui-widget-header .ui-datepicker-next span {
  background-image: none;
  color: transparent;
}
.ui-datepicker .ui-datepicker-calendar {
  margin: 0 !important;
  width: 100% !important;
  table-layout: fixed;
}
.ui-datepicker .ui-datepicker-calendar thead {
  background-color: #c22394;
  color: #fff;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar tbody td {
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  height: 50px;
  position: relative;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar tbody td * {
  padding: 0;
  line-height: 50px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar tbody td .ui-state-default {
  font-size: 11px;
  border: 0 !important;
  color: #000000;
  background-color: transparent;
}
.ui-datepicker .ui-datepicker-calendar tbody td span.price {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  line-height: 1;
  color: #8629be;
}
.ui-datepicker .ui-datepicker-calendar tbody td.has-price * {
  line-height: 25px;
}
.ui-datepicker .ui-datepicker-calendar tbody td.dp-highlight, .ui-datepicker .ui-datepicker-calendar tbody td:hover, .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day {
  background-color: #8629be !important;
}
.ui-datepicker .ui-datepicker-calendar tbody td.dp-highlight *, .ui-datepicker .ui-datepicker-calendar tbody td:hover *, .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day * {
  color: #fff !important;
}
.ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled {
  background-color: transparent !important;
}

/* BASE FORM STYLING
*********************************************************** */
.form-module {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  padding: 60px 100px;
  position: relative;
}
.form-module:before {
  content: "";
  top: 5%;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 90%;
  background: url(../images/svg/deco-sun.svg) no-repeat left 10%, url(../images/svg/deco-phone.svg) no-repeat right 90%;
}
.page-68084 .form-module:before {
  width: 106%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  .page-68084 .form-module:before {
    width: 100%;
  }
}
.form-module-wrapper {
  background: black;
  text-align: center;
  padding: 60px 0;
}
.form-module h2, .form-module .columns-block .container .title, .columns-block .container .form-module .title, .form-module .menus-block > h2.title-main, .form-module h3 {
  color: white;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
}
.form-module h2, .form-module .columns-block .container .title, .columns-block .container .form-module .title, .form-module .menus-block > h2.title-main {
  font-size: 50px;
  margin: 0 0 20px 0;
}
.form-module h3 {
  font-size: 32px;
  margin: 20px 0;
}
.form-module p {
  color: white;
}
.form-module .col-6 {
  width: calc(50% - 25px);
}
.form-module .col-12 {
  width: calc(100% - 25px);
}
.form-module__field {
  display: inline-block;
  position: relative;
  z-index: 3;
  vertical-align: top;
  margin: 15px 10px;
  position: relative;
  background: white;
}
.form-module__field label:not(.error) {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 12px;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  font-size: 15px;
  color: black;
  text-transform: uppercase;
  text-align: left;
}
.form-module__field input,
.form-module__field select,
.form-module__field textarea {
  position: relative;
  z-index: 2;
  border: 1px solid black;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  font-size: 16px;
  color: black;
  text-transform: uppercase;
  padding: 12px 12px;
  background: transparent;
  width: 100%;
  text-align: left;
}
.form-module__field.moved label:not(.error) {
  top: -12px;
  left: 5px;
  z-index: 3;
  font-size: 11px;
  background: transparent;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.form-module__field input,
.form-module__field select,
.form-module__field textarea {
  line-height: 1.5;
}
.form-module__field.moved label:not(.error) {
  top: -20px;
  color: white;
}
.form-module__confirmation {
  text-align: center;
  color: white;
}
.form-module .gdpr {
  text-align: left;
  position: relative;
  z-index: 3;
  padding-left: 7px;
}
.form-module .gdpr input[type=checkbox] {
  border-radius: 50%;
}
.form-module__submit {
  position: relative;
  z-index: 3;
  margin-top: 30px;
}
.form-module__submit button {
  appearance: none;
  background: none;
  padding: 18px 40px;
}
.form-module__submit button:before {
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
}
.form-module__submit button span {
  color: white;
}
@media only screen and (max-width: 700px) {
  .form-module {
    padding: 60px 25px 30px 25px;
  }
  .form-module:before {
    top: 0;
    height: 100%;
    background-size: auto 80px, auto 80px;
    background-position: left 0%, right 100%;
  }
  .form-module h2, .form-module .columns-block .container .title, .columns-block .container .form-module .title, .form-module .menus-block > h2.title-main {
    font-size: 10vw;
  }
  .form-module .col-6 {
    width: calc(100% - 25px);
  }
  .form-module .date label:not(.error) {
    top: -20px;
    color: white;
  }
  .form-module .date input {
    min-height: 50px;
  }
}

form {
  width: 100%;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=date],
form input[type=number],
form select,
form textarea {
  border: 0px none;
  margin: 0px;
  color: #000000;
  /*** Removes Safari & FF default styling ***/
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-appearance: none;
}
form select {
  /*** Removes FF default arrow ***/
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
form select::-ms-expand {
  display: none;
}
form select option {
  color: white;
  background-color: #000;
  text-align: left;
}
form textarea {
  min-height: 120px;
  resize: none;
  border: 0;
}
form input::placeholder {
  color: #000000;
  opacity: 1;
}

/*** Error Handling ***/
label.error {
  position: absolute;
  bottom: 100%;
  left: 0px;
  font-size: 12px;
  color: #fff;
  background: #e74c3c;
  padding: 7px 12px;
  border-radius: 3px;
  margin-bottom: 2px;
  z-index: 3;
}
label.error:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 20px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e74c3c;
}

input[type=text].error, input[type=tel].error, input[type=email].error, select.error, textarea.error {
  border-color: #e74c3c;
}

.errorMsg,
#email-error p {
  line-height: 1.4;
  margin: 0 auto 10px;
  text-align: left;
}

.errorMsg ul,
.errorMsg ul li {
  color: #fff !important;
  margin-bottom: 0;
  list-style: none;
}

.errorMsg ul li:before {
  display: none;
}

/*** Sucess! Message ***/
#email-error.success {
  background-color: #c22394;
}

p#thankyou {
  text-align: center;
}

.field.gdpr {
  margin: 10px 0 10px 5px;
  position: relative;
  text-align: left;
}
.field.gdpr input[type=checkbox] {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  appearance: none;
  border: 1px solid white;
  background-color: #000;
  float: none;
  margin: 0;
}
.field.gdpr input[type=checkbox] + label:not(.error) {
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 12px;
  width: calc(100% - 30px);
  margin: 0 0 0 10px;
}
.field.gdpr input[type=checkbox] + label:not(.error) a {
  color: white;
  text-decoration: underline;
}
.field.gdpr input[type=checkbox] + label:not(.error) a:hover, .field.gdpr input[type=checkbox] + label:not(.error) a:focus {
  color: #c22394;
}
.field.gdpr input[type=checkbox]:checked {
  background: white;
}
@media only screen and (max-width: 700px) {
  .field.gdpr {
    margin-bottom: 20px;
  }
  .field.gdpr input[type=checkbox] {
    width: 45px;
    height: 25px;
    border-radius: 25px;
    border: 1px solid white;
    background: white;
    position: relative;
  }
  .field.gdpr input[type=checkbox]:before {
    position: absolute;
    content: "";
    left: 1px;
    top: 1px;
    border-radius: 50%;
    background: #fbaf43;
    width: 21px;
    height: 21px;
    transition: all 0.3s ease-in-out;
  }
  .field.gdpr input[type=checkbox] + label:not(.error) {
    width: calc(100% - 61px);
  }
  .field.gdpr input[type=checkbox]:checked:before {
    background: #c22394;
    left: 21px;
  }
}

/* POPIN STYLES
*********************************************************** */
#content-popin .box-arrow-popin {
  background-color: #c22394;
}
#content-popin .box-arrow-popin .arrow svg {
  fill: #8629be;
}

.animate-fade.to-top {
  transform: translateY(-50px);
  opacity: 0;
}
.animate-fade.to-bottom {
  transform: translateY(50px);
  opacity: 0;
}
.animate-fade.visible.to-top, .animate-fade.visible.to-bottom {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.7s ease-in-out 0.2s;
}

ul.global-sitemap {
  column-count: 2;
  column-gap: 20px;
  width: 65%;
  margin-left: 30%;
  margin-bottom: 60px;
  padding-top: 60px;
}
ul.global-sitemap li {
  position: relative;
  padding-left: 15px;
  margin: 0 0 10px 0;
}
ul.global-sitemap li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #8629be;
  mask-image: url(../images/svg/icon-bullet.svg);
  mask-position: center;
  mask-size: 100% auto;
}
ul.global-sitemap li a {
  color: #000000;
}
ul.global-sitemap li a:hover {
  color: #c22394;
}
@media only screen and (max-width: 700px) {
  ul.global-sitemap {
    margin-left: 20px;
    width: 90%;
    padding-top: 0;
  }
}

/* SLICK SLIDER
*********************************************************** */
.sym-slides, .slick {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.sym-slides.slick-initialized, .slick.slick-initialized {
  opacity: 1;
}

.slick-arrow {
  appearance: none;
  width: 70px;
  height: 70px;
  border: 0;
  background-color: transparent;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.slick-arrow:hover {
  background-color: #c22394;
}
.slick-prev {
  background: url(svg/arrow-slick-prev.svg) no-repeat center;
}
.slick-next {
  background: url(svg/arrow-slick-next.svg) no-repeat center;
}

.sub-menu ul li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #222;
  line-height: 0.65;
}
.sub-menu ul li a {
  padding: 3px 0;
  color: #000000;
}
.sub-menu ul li a.active {
  cursor: default;
  color: #c22394;
}
.sub-menu ul li a:hover {
  color: #c22394;
}
.sub-menu ul li:last-child {
  border-right: 0px;
}

/*
Primary is in header, to be CRITICAL CSS. 
If not in critical please add it here.
*/
#default .top-content {
  background: black;
  position: relative;
}
#default .top-content .container {
  padding: 0;
  position: relative;
}
#default .top-content .container:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 150vw;
  background: white;
  height: 50%;
  bottom: 0;
}
#default .top-content .container .btn.hero-image {
  position: absolute;
  bottom: 7%;
  right: 50%;
  transform: translateX(50%);
  z-index: 10;
}
#default .top-content .container .btn.hero-image span {
  color: white;
}
#default .top-content .container .btn.hero-image::before {
  background: linear-gradient(45deg, #c22394 0%, #8629be 100%);
}
#default .top-content .container .btn.hero-image::after {
  opacity: 0;
  background: linear-gradient(45deg, #c22394 0%, #8629be 100%);
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
#default .top-content .container .btn.hero-image:hover span {
  color: white;
}
#default .top-content .container .btn.hero-image:hover::after {
  opacity: 0;
}
#default .top-content .container .btn.hero-image span {
  transition: all 0.3s ease-in-out;
}
#default .top-content .small-logo {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#default .top-content__uvp {
  bottom: 35%;
  text-align: center;
}
#default .top-content__uvp .wrap {
  display: inline-block;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  color: white;
  font-size: 62px;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#default.terms-and-conditions .intro-content {
  background: black;
}
#default.terms-and-conditions .intro-content .container {
  background: black;
  padding: 50px 0;
}
#default.terms-and-conditions .intro-content .container:after {
  background: black;
}
#default.terms-and-conditions .intro-content + .container {
  padding: 60px 0;
}
#default.terms-and-conditions .intro-content + .container p a:not(.btn),
#default.terms-and-conditions .intro-content + .container li a:not(.btn) {
  color: #000000;
  text-decoration: underline;
}
#default.terms-and-conditions .intro-content + .container p a:not(.btn):hover,
#default.terms-and-conditions .intro-content + .container li a:not(.btn):hover {
  color: #c22394;
}
#default .intro-content .container {
  align-items: center;
}
#default .intro-content .container .wrap {
  padding: 0;
  max-width: 400px;
}
@media only screen and (max-width: 1000px) {
  #default .top-content__uvp .wrap {
    font-size: 8vw;
  }
  #default .intro-content .container .wrap {
    padding: 30px 30px 0 60px;
    max-width: none;
  }
}
@media only screen and (max-width: 700px) {
  #default .top-content__uvp .wrap {
    font-size: 9vw;
  }
  #default .top-content .small-logo img {
    width: 280px;
  }
  #default .intro-content .container .wrap {
    padding-left: 0;
  }
}
#default .divert-background::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 600px;
  left: 0;
  background: url(./images/svg/deco-elements.svg);
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
  opacity: 0.3;
}
#default.page-570513 .divert-background::before {
  opacity: 0.2;
  filter: blur(0.5px);
}
#default .download-app {
  text-align: center;
}
#default .download-app a {
  width: fit-content;
  margin: 0 auto 30px;
  display: inline-block;
}
#default .download-app a img {
  max-width: 140px;
  margin: 0 20px;
}

.text-modules-wrapper {
  margin: 80px auto;
  width: 90%;
  max-width: 1170px;
  padding: 0 65px;
}
.columns-block + .text-modules-wrapper {
  margin-top: 0;
}
.page-570513 .text-modules-wrapper {
  margin-top: 30px;
}
@media only screen and (max-width: 700px) {
  .page-570513 .text-modules-wrapper {
    margin-top: 15px;
  }
}
.text-modules > h2, .columns-block .container .text-modules > .title, .menus-block.text-modules > h2.title-main {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 62px;
  color: black;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
.text-modules > h2 span, .columns-block .container .text-modules > .title span, .menus-block.text-modules > h2.title-main span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .text-modules > h2, .columns-block .container .text-modules > .title, .menus-block.text-modules > h2.title-main {
    font-size: 3em;
  }
}
.text-modules h3,
.text-modules .h3 {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  margin: 30px 0 10px 0;
}
.text-modules p a:not(.btn),
.text-modules li a:not(.btn) {
  color: #000000;
  text-decoration: underline;
  word-break: break-all;
}
.text-modules p a:not(.btn):hover,
.text-modules li a:not(.btn):hover {
  color: #c22394;
}
.text-modules p a.alt span,
.text-modules li a.alt span {
  color: #000;
}
.text-modules ul {
  margin: 20px;
}
.text-modules li {
  position: relative;
  padding-left: 15px;
  margin: 0 0 10px 0;
}
.text-modules li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #8629be;
  mask-image: url(../images/svg/icon-bullet.svg);
  mask-position: center;
  mask-size: 100% auto;
}
.text-modules table {
  width: 90% !important;
  max-width: 800px;
  margin: 40px auto;
}
.text-modules table td {
  padding: 20px;
  border-bottom: 1px solid #a3a3a3;
}
@media only screen and (max-width: 700px) {
  .text-modules-wrapper {
    margin: 20px auto 40px;
    padding: 20px;
  }
}

#default.skill-bridge .program-eligibility h3 {
  font-size: 32px;
  padding-bottom: 35px;
}
#default.skill-bridge .program-eligibility ul {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
#default.skill-bridge .program-eligibility ul li {
  font-size: 14px;
}
#default.skill-bridge .program-eligibility .btn span {
  color: #000000;
  padding: 0 40px;
}
@media only screen and (max-width: 700px) {
  #default.skill-bridge .program-eligibility ul {
    flex-direction: column;
  }
}

.skillbridge-program .text-modules .elegibility {
  display: flex;
  width: 100%;
  gap: 20px;
  margin: 50px 0;
}
@media screen and (max-width: 900px) {
  .skillbridge-program .text-modules .elegibility {
    display: block;
  }
}
.skillbridge-program .text-modules .elegibility .logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  padding: 0 29px;
}
@media screen and (max-width: 900px) {
  .skillbridge-program .text-modules .elegibility .logos {
    width: 100%;
  }
}
.skillbridge-program .text-modules .elegibility .logos img {
  margin: 20px 0;
  height: auto;
}
.skillbridge-program .text-modules .elegibility .logos span {
  font-size: 17px;
}

#default.giftcards .single-quad figure.download::before {
  content: none;
}
#default.giftcards .single-quad figure.download::after {
  content: none;
}

#default.woburn-massachusetts .location__info .wrap p:last-child {
  margin-left: 35px !important;
  gap: 10px;
  width: 390px;
}
@media only screen and (max-width: 700px) {
  #default.woburn-massachusetts .location__info .wrap p:last-child {
    width: 310px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  #default.woburn-massachusetts .location__top-content h1 {
    font-size: 40px !important;
  }
}

#home .top-content__uvp {
  top: 45%;
}
#home .top-content__uvp .uvp__item {
  text-align: center;
}
@media (max-width: 767px) {
  #home .top-content__uvp .uvp__item img {
    width: 100% !important;
  }
}
#home .top-content__uvp .uvp__item:nth-child(1) img {
  height: 45px;
}
#home .top-content__uvp .uvp__item:nth-child(2) img {
  height: 80px;
}
#home .top-content__uvp .uvp__item:nth-child(3) img {
  height: 90px;
}
#home .top-content__uvp .uvp__item img {
  display: inline-block;
  width: auto;
}
#home .top-content__uvp.animate-fade .uvp__item img {
  opacity: 0;
  transform: scale(1.2) translateY(40px);
}
#home .top-content__uvp.animate-fade.fade-in .uvp__item img {
  opacity: 1;
  transform: scale(1) translateY(0px);
  transition: all 0.8s ease-in-out;
}
#home .top-content__uvp.animate-fade.fade-in .uvp__item:nth-child(1) img {
  transition-delay: 0.9s;
}
#home .top-content__uvp.animate-fade.fade-in .uvp__item:nth-child(2) img {
  transition-delay: 1.2s;
}
#home .top-content__uvp.animate-fade.fade-in .uvp__item:nth-child(3) img {
  transition-delay: 1.5s;
}
#home .intro-content .container {
  padding-bottom: 300px;
}
@media only screen and (max-width: 700px) {
  #home .intro-content .container {
    padding-bottom: 150px;
  }
}

.top-content {
  position: relative;
}
.top-content .header-img {
  position: relative;
  z-index: 1;
}
.top-content .big-image {
  height: 100vh;
  background-color: #000;
}
.top-content .big-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-content .small-image {
  height: 540px;
  width: 100%;
  background-color: #000;
  position: relative;
  z-index: 3;
}
.top-content .small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-content__uvp {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
}
.top-content video {
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 700px) {
  .top-content .big-image {
    height: calc(100vh - 55px);
  }
  .top-content .small-image {
    height: 400px;
    background-position: center bottom;
  }
}

.intro-content {
  background: black;
}
.intro-content .container {
  position: relative;
  background: white;
  padding: 150px 0;
  justify-content: center;
  align-items: flex-end;
}
.intro-content .container:after {
  content: "";
  position: absolute;
  z-index: 1;
  background: white;
  width: 150vw;
  right: 80px;
  top: 0;
  height: 100%;
}
.intro-content .container .title,
.intro-content .container .wrap {
  position: relative;
  z-index: 3;
}
.intro-content .container .title {
  width: 505px;
}
.intro-content .container .wrap {
  width: calc(90% - 505px);
  padding: 0 110px 0 50px;
}
.intro-content h1 {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: black;
  line-height: 2.5;
  position: relative;
  display: inline-block;
}
.intro-content h1:before {
  content: "";
  position: absolute;
  width: 100px;
  right: calc(100% + 20px);
  height: 2px;
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
  top: 15px;
}
.intro-content h1.animate-fade {
  opacity: 0;
}
.intro-content h1.animate-fade:before {
  width: 0;
}
.intro-content h1.animate-fade.fade-in {
  opacity: 1;
  transition: opacity 0.7s ease-in-out 0.2s;
}
.intro-content h1.animate-fade.fade-in:before {
  width: 100px;
  transition: all 0.5s ease-in-out 0.5s;
}
@media only screen and (max-width: 1000px) {
  .intro-content h1 {
    font-size: 3vw;
  }
  .intro-content h1:before {
    width: 2px;
    height: 70px;
    left: 10px;
    top: -80px;
  }
  .intro-content h1.animate-fade:before {
    width: 2px;
    height: 0;
  }
  .intro-content h1.animate-fade.fade-in:before {
    width: 2px;
    height: 70px;
  }
}
.intro-content h2, .intro-content .columns-block .container .title, .columns-block .container .intro-content .title, .intro-content .menus-block > h2.title-main {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 62px;
  color: black;
  line-height: 1;
  margin-bottom: 0;
  max-width: 450px;
}
.intro-content h2 span, .intro-content .columns-block .container .title span, .columns-block .container .intro-content .title span, .intro-content .menus-block > h2.title-main span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .intro-content h2, .intro-content .columns-block .container .title, .columns-block .container .intro-content .title, .intro-content .menus-block > h2.title-main {
    font-size: 3em;
  }
}
.intro-content.no-copy {
  background: white;
}
.intro-content.no-copy .container {
  padding: 120px 0 0 0;
}
@media only screen and (max-width: 1200px) {
  .intro-content {
    background: white;
  }
  .intro-content .container .title {
    width: 480px;
  }
  .intro-content .container .wrap {
    width: calc(100% - 480px);
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .intro-content.no-copy {
    background: white;
    visibility: hidden;
    height: 0px;
  }
  .intro-content.no-copy .container {
    padding: 0px 0 0 0;
  }
  .intro-content .container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    padding: 80px 0;
  }
  .intro-content .container .title {
    width: 100%;
    padding-left: 60px;
  }
  .intro-content .container .wrap {
    width: 90%;
    padding: 30px 30px 0 60px;
  }
}
@media only screen and (max-width: 700px) {
  .intro-content {
    padding: 0 20px;
  }
  .intro-content .container .title,
  .intro-content .container .wrap {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

/* PARTIALS
****************/
#landing-location .top-content {
  background: black;
  position: relative;
}
#landing-location .top-content .container {
  padding: 0;
  position: relative;
}
#landing-location .top-content .container:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 150vw;
  background: white;
  height: 50%;
  bottom: 0;
}
#landing-location .top-content .container .btn.hero-image {
  position: absolute;
  bottom: 7%;
  right: 50%;
  transform: translateX(50%);
  z-index: 10;
}
#landing-location .top-content .container .btn.hero-image span {
  color: white;
}
#landing-location .top-content .container .btn.hero-image::before {
  background: linear-gradient(45deg, #c22394 0%, #8629be 100%);
}
#landing-location .top-content .container .btn.hero-image::after {
  opacity: 0;
  background: linear-gradient(45deg, #c22394 0%, #8629be 100%);
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
#landing-location .top-content .container .btn.hero-image:hover span {
  color: white;
}
#landing-location .top-content .container .btn.hero-image:hover::after {
  opacity: 0;
}
#landing-location .top-content .container .btn.hero-image span {
  transition: all 0.3s ease-in-out;
}
#landing-location .top-content .small-logo {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#landing-location .top-content__uvp {
  bottom: 35%;
  text-align: center;
}
#landing-location .top-content__uvp .wrap {
  display: inline-block;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  color: white;
  font-size: 62px;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#landing-location.terms-and-conditions .intro-content {
  background: black;
}
#landing-location.terms-and-conditions .intro-content .container {
  background: black;
  padding: 50px 0;
}
#landing-location.terms-and-conditions .intro-content .container:after {
  background: black;
}
#landing-location.terms-and-conditions .intro-content + .container {
  padding: 60px 0;
}
#landing-location.terms-and-conditions .intro-content + .container p a:not(.btn),
#landing-location.terms-and-conditions .intro-content + .container li a:not(.btn) {
  color: #000000;
  text-decoration: underline;
}
#landing-location.terms-and-conditions .intro-content + .container p a:not(.btn):hover,
#landing-location.terms-and-conditions .intro-content + .container li a:not(.btn):hover {
  color: #c22394;
}
#landing-location .intro-content .container {
  align-items: center;
}
#landing-location .intro-content .container .wrap {
  padding: 0;
  max-width: 400px;
}
@media only screen and (max-width: 1000px) {
  #landing-location .top-content__uvp .wrap {
    font-size: 8vw;
  }
  #landing-location .intro-content .container .wrap {
    padding: 30px 30px 0 60px;
    max-width: none;
  }
}
@media only screen and (max-width: 700px) {
  #landing-location .top-content__uvp .wrap {
    font-size: 9vw;
  }
  #landing-location .top-content .small-logo img {
    width: 280px;
  }
  #landing-location .intro-content .container .wrap {
    padding-left: 0;
  }
}

#landing-location.giftcards .single-quad figure.download::before {
  content: none;
}
#landing-location.giftcards .single-quad figure.download::after {
  content: none;
}

.location__top-content {
  background: black;
  padding-top: 200px;
}
.location__top-content .container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.location__top-content .container:before {
  content: "";
  position: absolute;
  right: 5%;
  width: 100vw;
  bottom: 0;
  height: 70%;
  background: white;
}
.location__top-content figure {
  width: 445px;
  height: 545px;
  position: relative;
  z-index: 3;
}
.location__top-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location__top-content h1 {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 62px;
  color: white;
  line-height: 1;
  margin-bottom: 35px;
  position: relative;
  z-index: 5;
  width: calc(100% - 445px);
  padding-left: 120px;
  font-size: 58px;
  margin-bottom: 0;
  margin-top: 30px;
}
.location__top-content h1 span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .location__top-content h1 {
    font-size: 3em;
  }
}
@media (max-width: 900px) {
  .location__top-content h1 {
    color: black;
  }
}
.location__top-content h1:before {
  content: "";
  position: absolute;
  width: 110px;
  left: -20px;
  height: 2px;
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
  top: 50%;
}
.location__intro-content {
  background: black;
}
.location__intro-content .container {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 80px 15px;
}
.location__intro-content .container:before {
  content: "";
  position: absolute;
  right: 5%;
  width: 100vw;
  top: 0;
  height: 50%;
  background: white;
}
.location__hours {
  width: 445px;
  text-align: center;
}
.location__hours .wrap {
  display: inline-block;
  text-align: left;
}
.location__hours table td {
  padding: 7px;
}
.location__hours table td:nth-child(1) {
  font-weight: bold;
  padding-right: 30px;
  text-transform: uppercase;
}
.location__hours table tr:last-child td {
  padding-bottom: 0;
}
.location__info {
  width: calc(100% - 445px);
  padding-left: 120px;
}
.location__info .wrap {
  max-width: 240px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: -210%;
  right: 25%;
}
@media only screen and (max-width: 1000px) {
  .location__info .wrap {
    top: 0;
    position: relative;
    left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .location__info .wrap {
    position: relative;
    right: 0;
  }
}
.location__info .wrap p:last-child {
  position: relative;
  width: 380px;
  display: flex;
  gap: 15px;
}
.location__info .wrap p a {
  color: #000000;
}
.location__info .wrap p a:hover {
  color: #c22394;
}
.location__info .wrap p strong {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.location__info div.second {
  position: relative;
  top: 8%;
  right: 60%;
}
.location__info .btn {
  position: relative;
  padding: 10px 20px;
  margin-top: 20px;
}
.location__info .btn:before {
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
}
.location__info .btn.third {
  top: -24%;
  left: 90%;
}
.location__map {
  background: black;
}
.location__map .wrapper {
  position: relative;
  padding: 60px 0px;
}
.location__map .wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 460px;
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
}
.location__map .flex-box {
  position: relative;
  z-index: 2;
  width: 100%;
  align-items: center;
}
.location__map .map-container {
  width: 800px;
  height: 700px;
}
.location__map .map {
  position: relative;
  z-index: 1;
  padding-left: 60px;
}
.location__map .text {
  width: calc(100% - 850px);
  max-width: 365px;
  padding-left: 80px;
  position: relative;
  z-index: 2;
}
.location__map .text h2, .location__map .text .columns-block .container .title, .columns-block .container .location__map .text .title {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 62px;
  color: white;
  line-height: 1;
  margin-bottom: 35px;
  position: relative;
  font-size: 52px;
}
.location__map .text h2 span, .location__map .text .columns-block .container .title span, .columns-block .container .location__map .text .title span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .location__map .text h2, .location__map .text .columns-block .container .title, .columns-block .container .location__map .text .title {
    font-size: 3em;
  }
}
.location__map .text h2:before, .location__map .text .columns-block .container .title:before, .columns-block .container .location__map .text .title:before {
  content: "";
  position: absolute;
  width: 100px;
  left: -120px;
  height: 2px;
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
  top: 30px;
}
.location__map .text p {
  color: white;
}
.location__map .text .btn {
  margin-top: 40px;
}
.location__map .text .btn span {
  color: white;
}
.location__map .text .btn:before {
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
}
.location__map .text .btn:hover span, .location__map .text .btn:focus span {
  color: #8629be;
}
.location__features {
  padding: 60px 0;
}
.location__features .flex-box {
  flex-wrap: wrap;
  justify-content: space-between;
}
.location__features .item {
  width: 33%;
  padding: 160px 40px 60px 40px;
  text-align: center;
}
.location__features .item:nth-child(1) {
  background: url(svg/deco-fruits-e.svg) no-repeat center 60px;
  background-size: auto 85px;
}
.location__features .item:nth-child(2) {
  background: url(svg/icon-success.svg) no-repeat center 60px;
}
.location__features .item:nth-child(3) {
  background: url(svg/icon-phone.svg) no-repeat center 60px;
  background-size: auto 85px;
}
.location__features h2, .location__features .columns-block .container .title, .columns-block .container .location__features .title, .location__features .menus-block > h2.title-main {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 0 20px 0;
}
.location__features .desc {
  min-height: 120px;
}
.location__features .buttons a:hover {
  opacity: 0.5;
}
.location__gallery {
  padding: 90px 0;
  background: black;
  text-align: center;
  overflow: hidden;
}
.location__gallery h2, .location__gallery .columns-block .container .title, .columns-block .container .location__gallery .title, .location__gallery .menus-block > h2.title-main {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 62px;
  color: white;
  line-height: 1;
  margin-bottom: 35px;
  margin-bottom: 60px;
}
.location__gallery h2 span, .location__gallery .columns-block .container .title span, .columns-block .container .location__gallery .title span, .location__gallery .menus-block > h2.title-main span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .location__gallery h2, .location__gallery .columns-block .container .title, .columns-block .container .location__gallery .title, .location__gallery .menus-block > h2.title-main {
    font-size: 3em;
  }
}
.location__gallery .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.location__gallery .container:before {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -60px;
  width: 100px;
  height: 100px;
  background: #fbaf43;
  mask-image: url(svg/deco-star.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: cover;
}
.location__gallery .container:after {
  content: "";
  position: absolute;
  right: -60px;
  top: -40px;
  width: 180px;
  height: 90px;
  background: #2ab574;
  mask-image: url(svg/deco-glasses-complete.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: cover;
}
.location__gallery figure {
  width: 205px;
  height: 220px;
}
.location__gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.location__gallery .facebook,
.location__gallery .instagram {
  display: inline-block;
  vertical-align: middle;
  margin: 60px 10px 0 10px;
  color: white;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: all 0.3s ease-in-out;
}
.location__gallery .facebook:hover,
.location__gallery .instagram:hover {
  color: #c22394;
}
.location__gallery .facebook {
  background-image: url(svg/icon-fb.svg);
  padding: 10px 10px 10px 30px;
}
.location__gallery .instagram {
  background-image: url(svg/icon-instagram.svg);
  padding: 10px 10px 10px 50px;
}
@media only screen and (max-width: 1200px) {
  .location__map .text {
    width: 45%;
  }
  .location__map .text h2, .location__map .text .columns-block .container .title, .columns-block .container .location__map .text .title {
    font-size: 40px;
  }
  .location__map .map {
    width: 55%;
  }
  .location__map .map-container {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .location__top-content .container {
    flex-direction: column;
    align-items: center;
    padding: 0;
    width: 100%;
  }
  .location__top-content .container:before {
    right: 0;
  }
  .location__top-content figure {
    width: 90%;
    margin: 0 auto;
  }
  .location__top-content h1 {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 0 30px;
  }
  .location__top-content h1:before {
    top: -10px;
    width: 1px;
    height: 60px;
    left: 40px;
  }
  .location__intro-content {
    background: white;
  }
  .location__intro-content .container {
    padding-top: 20px;
  }
  .location__hours, .location__info {
    width: 50%;
  }
  .location__map .wrapper:before {
    width: 200px;
  }
  .location__map .map {
    padding-left: 0;
  }
  .location__map .text {
    padding-left: 30px;
  }
  .location__features .container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .location__features .item {
    width: 50%;
    padding: 160px 20px 20px 20px;
  }
  .location__gallery figure {
    width: 20%;
    height: 20vw;
  }
}
@media only screen and (max-width: 700px) {
  .location__top-content {
    padding-top: 120px;
  }
  .location__top-content figure {
    width: 80%;
    height: 390px;
  }
  .location__intro-content .container {
    flex-direction: column;
  }
  .location__hours, .location__info {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
  }
  .location__info .wrap div.second {
    right: 0;
  }
  .location__info .btn {
    margin-top: 20px;
  }
  .location__map .wrapper {
    padding-bottom: 0;
  }
  .location__map .wrapper:before {
    display: none;
  }
  .location__map .flex-box {
    flex-direction: column-reverse;
  }
  .location__map .map {
    width: 100%;
  }
  .location__map .map-container {
    height: 500px;
  }
  .location__map .text {
    width: 90%;
    margin: 20px auto;
    max-width: none;
    padding-bottom: 40px;
  }
  .location__features {
    padding: 0px 0 60px 0;
  }
  .location__features .item {
    width: 90%;
  }
  .location__gallery .gallery {
    display: block;
    margin-bottom: 40px;
  }
  .location__gallery figure {
    height: 70vw;
  }
  .location__gallery .facebook,
  .location__gallery .instagram {
    margin: 10px auto;
  }
}

.text_of_maker {
  margin-top: 30px;
}

#default.location-entry-14659.noblesville-northwest .wrap p:last-child, #default.location-entry-14659.planolakeside .wrap p:last-child {
  margin-left: 40px;
}
#default.location-entry-14659 .location__top-content h1 {
  font-size: em(53px);
  margin-top: 0px;
}
#default.location-entry-14659 .location__info div.second {
  position: relative;
  right: 0%;
}
@media only screen and (max-width: 700px) {
  #default.location-entry-14659 .location__info .btn {
    left: 0;
  }
  #default.location-entry-14659 .location__info .wrap p:last-child {
    margin-left: 0;
  }
  #default.location-entry-14659 .location__info div.second {
    right: 0;
  }
}

#attractions #js-expand-map span {
  color: white;
}
#attractions #js-expand-map:before {
  background: white;
}
#attractions-map {
  top: 100px !important;
  height: calc(100vh - 100px) !important;
}
#attractions .attractions-content {
  margin-top: 100px;
  clip-path: none;
}
#attractions .attractions-content__left {
  padding: 60px 70px;
}
#attractions .attractions-content.map-expanded .attractions-content__right {
  z-index: 10;
}
#attractions .attractions-intro h1 {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: black;
  line-height: 2.5;
  position: relative;
  display: inline-block;
}
#attractions .attractions-intro h1:before {
  content: "";
  position: absolute;
  width: 100px;
  right: calc(100% + 20px);
  height: 2px;
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
  top: 15px;
}
#attractions .attractions-intro h1.animate-fade {
  opacity: 0;
}
#attractions .attractions-intro h1.animate-fade:before {
  width: 0;
}
#attractions .attractions-intro h1.animate-fade.fade-in {
  opacity: 1;
  transition: opacity 0.7s ease-in-out 0.2s;
}
#attractions .attractions-intro h1.animate-fade.fade-in:before {
  width: 100px;
  transition: all 0.5s ease-in-out 0.5s;
}
@media only screen and (max-width: 1000px) {
  #attractions .attractions-intro h1 {
    font-size: 3vw;
  }
  #attractions .attractions-intro h1:before {
    width: 2px;
    height: 70px;
    left: 10px;
    top: -80px;
  }
  #attractions .attractions-intro h1.animate-fade:before {
    width: 2px;
    height: 0;
  }
  #attractions .attractions-intro h1.animate-fade.fade-in:before {
    width: 2px;
    height: 70px;
  }
}
#attractions .attractions-intro h2, #attractions .attractions-intro .columns-block .container .title, .columns-block .container #attractions .attractions-intro .title {
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 62px;
  color: black;
  line-height: 1;
  margin-bottom: 35px;
}
#attractions .attractions-intro h2 span, #attractions .attractions-intro .columns-block .container .title span, .columns-block .container #attractions .attractions-intro .title span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  #attractions .attractions-intro h2, #attractions .attractions-intro .columns-block .container .title, .columns-block .container #attractions .attractions-intro .title {
    font-size: 3em;
  }
}
#attractions .attractions-filter {
  padding: 30px 0;
}
#attractions .attractions-filter__fields {
  width: 100%;
  flex-wrap: wrap;
}
#attractions .attractions-filter .form-entry {
  width: 35%;
  min-width: 160px;
  margin-bottom: 20px;
  margin-right: 10px;
}
#attractions .attractions-filter select {
  width: 100%;
  color: #000000;
  padding: 10px;
  border-bottom: 1px solid #8629be;
  background: url(../images/svg/arrow-select.svg) no-repeat right center;
  background-size: auto 10px;
}
#attractions .attractions-filter select::placeholder {
  color: #000000;
}
#attractions .attractions-filter select option {
  color: #fff;
}
#attractions .attractions-filter__reset {
  margin-top: -5px;
  width: 145px;
  text-align: center;
}
#attractions .attractions-filter__reset .btn {
  background: transparent;
  width: 100%;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  color: black;
}
#attractions .attractions-title {
  margin-bottom: 40px;
}
#attractions .attraction {
  position: relative;
  padding-bottom: 30px;
}
#attractions .attraction:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgb(194, 35, 148);
  background: linear-gradient(45deg, rgb(194, 35, 148) 0%, rgb(134, 41, 190) 100%);
  left: 0;
}
#attractions .attraction:hover h2::before, #attractions .attraction:hover .columns-block .container .title::before, .columns-block .container #attractions .attraction:hover .title::before {
  background: #8629be;
}
#attractions .attraction-hover {
  text-align: left;
  max-width: 300px;
  padding: 20px;
}
#attractions .attraction-hover__title {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#attractions .attraction-hover__address, #attractions .attraction-hover__description {
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
}
#attractions .attraction h2 a, #attractions .attraction .columns-block .container .title a, .columns-block .container #attractions .attraction .title a {
  color: black;
}
#attractions .attraction h2 a:hover, #attractions .attraction .columns-block .container .title a:hover, .columns-block .container #attractions .attraction .title a:hover {
  color: #c22394;
}
#attractions .attraction__address {
  color: black;
}
#attractions .attraction__address:hover {
  color: #c22394;
}
#attractions .attraction .btn-order {
  margin: 30px 0 0 20px;
}
#attractions .attraction__info h2, #attractions .attraction__info .columns-block .container .title, .columns-block .container #attractions .attraction__info .title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "HvDTrial Brandon Grotesque", sans-serif;
  padding: 10px 0 10px 25px;
  position: relative;
}
#attractions .attraction__info h2:before, #attractions .attraction__info .columns-block .container .title:before, .columns-block .container #attractions .attraction__info .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 15px;
  background: #a3a3a3;
  mask-image: url(../images/svg/icon-pin.svg);
  mask-position: center;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
}
#attractions .attraction__info p {
  padding-left: 25px;
  margin-bottom: 0;
}
#attractions .attraction__info p.address {
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#attractions .attraction__info p a:not(.btn) {
  text-decoration: underline;
  color: #000000;
}
#attractions .attraction__info p a:not(.btn):hover {
  color: #c22394;
}
#attractions .attraction__info .additional-info {
  margin: 20px 0;
}
#attractions .attraction__info .additional-info svg {
  fill: #000000;
}
#attractions .attraction__info .additional-info span {
  padding-top: 0;
  max-width: calc(100% - 30px);
}
#attractions .attraction__info .additional-info li {
  margin-bottom: 10px;
}
#attractions .attraction__info .pin-website {
  display: block;
  width: 110px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  position: relative;
  margin-bottom: 30px;
}
#attractions .attraction__info .pin-website:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  height: 2px;
  background: #c22394;
  bottom: -5px;
  width: 0%;
}
#attractions .attraction__info .pin-website:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  height: 1px;
  background: #000000;
  bottom: -5px;
  width: 100%;
}
#attractions .attraction__info .pin-website:hover:before {
  width: 100%;
}
#attractions .attraction-lightbox__wrapper {
  background: #8629be;
}
#attractions .attraction-lightbox__close:before, #attractions .attraction-lightbox__close:after {
  background-color: #000000;
}
@media only screen and (max-width: 1200px) {
  #attractions .attractions-intro {
    padding: 0 20px;
  }
  #attractions .attractions-content {
    margin-top: 0;
    padding-top: 100px;
    position: relative;
  }
  #attractions .attractions-content:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100px;
    background-color: #000000;
  }
  #attractions .attractions-content__left {
    padding: 30px 10px;
    height: calc(100vh - 100px);
    overflow-y: scroll;
  }
  #attractions .attractions-content__right {
    height: calc(100vh - 100px);
    position: absolute;
    top: 100px;
  }
  #attractions .attractions-content__right #attractions-map {
    top: 0 !important;
    height: 100% !important;
  }
  #attractions .attractions-filter {
    text-align: center;
    padding: 0 15px 40px 15px;
  }
  #attractions .attractions-filter .form-entry {
    margin: 10px auto;
    width: 100%;
  }
  #attractions .attractions-filter__reset {
    margin-top: 20px;
  }
  #attractions .attractions-filter__fields {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #attractions .attractions-title {
    margin-top: 40px;
  }
}

.gm-style-iw-d {
  z-index: 9999;
}
.gm-style-iw-d .attraction-hover__copy {
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
}
.gm-style-iw-d img {
  max-width: 270px;
  display: block;
  margin: 0 auto;
}
.gm-style-iw-d a {
  display: inline-block;
  margin-top: 20px;
}

/*# sourceMappingURL=main.css.map */
