@import url('../fonts/stylesheet.css');
button {
  outline: none;
}
.btn {
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #501792;
  box-shadow: none !important;
  text-transform: uppercase;
  transition: all 0.4s;
}
a:hover,
a:focus {
  text-decoration: none;
}
.btn-fab {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 40;
  color: #ffffff;
  background: #ff87ff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.btn-fab:hover {
  background: #ff54ff;
}
.btn-info {
  /*background:url("../images/btn-info-bg.svg") 0 0 no-repeat;*/
  clip-path: polygon(0 4%, 100% 0, 100% 100%, 4% 89%);
  width: 224px;
  height: 74px;
  color: #501792;
  font-size: 22px;
  border: none !important;
  outline: none !important;
  background-color: #00ffff;
  transition: all 0.6s;
}
.btn-info:hover {
  background: #d7ff00;
  color: #501792;
}
.btn-primary {
  border: none;
  color: #501792;
  /*background:url("../images/btn-bg.svg") 0 0 no-repeat;*/
  background-color: #d7ff00;
  clip-path: polygon(0 8%, 100% 0%, 89% 90%, 6% 82%);
  font-size: 24px;
  min-width: 150px;
  width: 18.3vw;
  height: 15.3vh;
  max-height: 90px;
  position: relative;
}
.btn-primary:before {
  content: "";
  position: absolute;
  display: block;
  width: 317px;
  height: 133px;
  clip-path: polygon(0 8%, 100% 0%, 89% 90%, 6% 82%);
  border: solid 4px #000;
}
.btn-primary:hover {
  background: #00ffff;
  color: #501792;
}
.btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding-top: 16px;
  border: none;
  color: #501792;
  clip-path: polygon(0 15%, 100% 0, 85% 100%, 4% 100%);
  background: #ff87ff !important;
  width: 257px;
  height: 66px;
}
.d-column {
  flex-direction: column;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 2rem !important;
}
.mt-5,
.my-5 {
  margin-top: 2rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}
.m-6 {
  margin: 2.5rem !important;
}
.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}
.m-7 {
  margin: 3rem !important;
}
.mt-7,
.my-7 {
  margin-top: 3rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}
.m-8 {
  margin: 3.5rem !important;
}
.mt-8,
.my-8 {
  margin-top: 3.5rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 3.5rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 3.5rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 3.5rem !important;
}
.m-9 {
  margin: 4rem !important;
}
.mt-9,
.my-9 {
  margin-top: 4rem !important;
}
.mr-9,
.mx-9 {
  margin-right: 4rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 4rem !important;
}
.ml-9,
.mx-9 {
  margin-left: 4rem !important;
}
.m-10 {
  margin: 4.5rem !important;
}
.mt-10,
.my-10 {
  margin-top: 4.5rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 4.5rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 4.5rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 4.5rem !important;
}
.m-11 {
  margin: 5rem !important;
}
.mt-11,
.my-11 {
  margin-top: 5rem !important;
}
.mr-11,
.mx-11 {
  margin-right: 5rem !important;
}
.mb-11,
.my-11 {
  margin-bottom: 5rem !important;
}
.ml-11,
.mx-11 {
  margin-left: 5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 2rem !important;
}
.pt-5,
.py-5 {
  padding-top: 2rem !important;
}
.pr-5,
.px-5 {
  padding-right: 2rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}
.pl-5,
.px-5 {
  padding-left: 2rem !important;
}
.p-6 {
  padding: 2.5rem !important;
}
.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}
.pr-6,
.px-6 {
  padding-right: 2.5rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}
.pl-6,
.px-6 {
  padding-left: 2.5rem !important;
}
.p-7 {
  padding: 3rem !important;
}
.pt-7,
.py-7 {
  padding-top: 3rem !important;
}
.pr-7,
.px-7 {
  padding-right: 3rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}
.pl-7,
.px-7 {
  padding-left: 3rem !important;
}
.p-8 {
  padding: 3.5rem !important;
}
.pt-8,
.py-8 {
  padding-top: 3.5rem !important;
}
.pr-8,
.px-8 {
  padding-right: 3.5rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 3.5rem !important;
}
.pl-8,
.px-8 {
  padding-left: 3.5rem !important;
}
.p-9 {
  padding: 4rem !important;
}
.pt-9,
.py-9 {
  padding-top: 4rem !important;
}
.pr-9,
.px-9 {
  padding-right: 4rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 4rem !important;
}
.pl-9,
.px-9 {
  padding-left: 4rem !important;
}
.p-10 {
  padding: 4.5rem !important;
}
.pt-10,
.py-10 {
  padding-top: 4.5rem !important;
}
.pr-10,
.px-10 {
  padding-right: 4.5rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 4.5rem !important;
}
.pl-10,
.px-10 {
  padding-left: 4.5rem !important;
}
.p-11 {
  padding: 5rem !important;
}
.pt-11,
.py-11 {
  padding-top: 5rem !important;
}
.pr-11,
.px-11 {
  padding-right: 5rem !important;
}
.pb-11,
.py-11 {
  padding-bottom: 5rem !important;
}
.pl-11,
.px-11 {
  padding-left: 5rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
:root {
  --small: 0.75;
  --text-md: calc(9.458px);
  --text-xxl: 7.813vw;
  --text-lg: 2.865vw;
  --text-xl: 5.208vw;
  --text-light: #dddfce;
  --border: #BDBFA9;
  --lightbg: #E3E4DD;
  --lightpurple: #501792;
  --lightgreen: #818439;
}
.d-column {
  flex-direction: column;
}
svg {
  max-width: 100%;
  overflow: visible;
  vertical-align: unset;
}
iframe {
  /* background:@purple;*/
}
section {
  min-height: unset;
  display: flex;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-direction: column;
  position: relative;
}
#section-index1 {
  background: #501792;
}
#section-index1 h2 {
  color: #ffffff;
  font-size: 24px;
  text-transform: none;
  max-width: 60%;
  text-align: center;
  font-weight: normal;
  font-family: "Agrandir", "Segoe UI", sans-serif;
}
#section-index2 {
  background: #ffffff;
}
#section-index2 .mycontainer {
  position: relative;
  display: grid;
  /*grid-template-columns: repeat(6, 1fr);*/
  padding: 0px;
  width: 100%;
  max-width: var(--maxWidth);
  margin-left: auto;
  margin-right: auto;
}
#section-index2 h2 {
  color: #000000;
  max-width: 648px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
  font-family: "Agrandir", "Segoe UI", sans-serif;
}
#section-index2 p {
  max-width: 648px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  text-align: center;
}
body {
  font-family: "Agrandir", "Segoe UI", sans-serif;
}
#section-index3 {
  background: #501792;
  clip-path: polygon(0% 0%, 100% 38px, 100% 100%, 0% 100%);
}
#section-index3 h2 {
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 110%;
  text-align: left;
  text-transform: uppercase;
  color: #ff87ff;
  font-family: "Agrandir", "Segoe UI", sans-serif;
}
#section-index3 p {
  text-align: center;
  color: #ffffff;
}
#section-index4 {
  background: #ffffff;
}
#section-index6 a {
  color: #501792 !important;
}
#section-index5 {
  background: #501792;
  clip-path: polygon(0% 0%, 100% 38px, 100% 100%, 0% 100%);
  margin-top: 0px;
}
#section-index5 .container {
  padding-top: 64px;
  padding-bottom: 112px;
}
#section-index5 h4 {
  color: #ffffff;
}
#section-index5 h4 a {
  color: #ff87ff;
}
#section-index5 p {
  color: #ffffff;
}
#section-index5 .cuisine {
  background: #ff87ff;
  border-radius: 48px;
  color: #d7ff00;
}
#section-index5 .cuisine h2 {
  font-size: 6vmin;
  color: #000000;
}
#section-index5 .cuisine p {
  text-align: center;
  color: #000000;
}
#section-index5 .cuisine .main-menu {
  color: #d7ff00;
  border-radius: 24px;
  background: #501792;
  position: relative;
}
#section-index5 .cuisine .main-menu p {
  text-align: left;
  color: #d7ff00;
}
#section-index6 {
  background: #d7ff00;
}
.logo {
  transition: all 0.5s;
}
.svg-container {
  position: relative;
  flex-direction: column;
  max-width: 1101px;
}
.svg-container svg {
  position: relative;
  width: 100%;
  height: auto;
}
.twinkle1,
.twinkle2 {
  display: none;
}
#loco-nav {
  display: none;
}
.nav-inner {
  position: absolute;
  z-index: 889;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  display: flex;
}
.nav-inner .nav-container {
  display: block;
  padding: 40px 40px 0px 64px;
}
.social-icons {
  display: none;
}
#slider img,
#bar-slider img {
  border-radius: 16px;
}
@media screen and (max-width: 1499px) {
  section {
    height: unset !important;
    min-height: unset;
  }
}
#loco-nav {
  transition: all 0.3s;
}
#loco-nav.show {
  background: #00ffff;
  position: fixed;
  display: flex;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#loco-nav.show li {
  margin-right: 32px;
  padding: 0px 8px;
  position: relative;
}
#loco-nav.show li a {
  color: #501792;
  /*padding: 3vw 5vw;*/
  font-size: 18px;
}
.navbar-toggler {
  padding: 0;
  z-index: 199990;
  right: 2%;
  top: 34px;
  color: #d7ff00;
  position: fixed;
  background: #381066;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: none !important;
  outline: none !important;
}
.navbar-toggler #nav-icon {
  width: 40px;
  height: 40px;
  justify-content: center;
  display: flex;
  position: relative;
  margin: 0px auto;
  transform: rotate(0deg);
  cursor: pointer;
}
.navbar-toggler #nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 20px;
  border-radius: 10%;
  background: #d7ff00;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(1) {
  top: 10px;
}
.navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(2) {
  top: 20px;
}
.navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(3) {
  top: 30px;
}
.navbar-toggler[aria-expanded="true"] #nav-icon span {
  background: #501792 !important;
}
.navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 19px;
}
.navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(3) {
  left: 10px;
  top: 19px;
}
.navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2) {
  width: 0px;
  opacity: 0;
}
.slick-slide {
  overflow: hidden;
  width: 100%;
  flex: 1 0 100%;
  padding: 0;
  margin: 0px;
}
#camel2 {
  width: 70px;
}
#camel1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 70px;
}
#streetfood,
#lifestyle {
  display: none;
}
.mycontainertop {
  flex-direction: column;
  align-items: center;
  padding-top: 148px;
  padding-bottom: 54px;
}
#section-index2 .mycontainer {
  margin-top: 0;
}
#section-index2 {
  width: 100%;
  background: #ffffff;
}
.helper {
  position: relative;
  padding-top: 56.25%;
  border-radius: 18px;
  overflow: hidden;
}
#section-index2 p {
  max-width: unset;
}
.iframecontainer {
  height: 100%;
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0px;
}
#section-index1 #section-index2 h2 {
  font-size: 32px;
}
.container-fluid {
  padding: 64px 0;
}
h2 {
  font-size: 40px !important;
  text-align: center !important;
}
p {
  /* padding: 0px 18px;*/
  font-size: 16px;
}
.container-fluid {
  max-width: 90%;
}
#section-index4 .container {
  padding: 64px 18px;
}
blockquote {
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.005em;
  text-transform: uppercase !important;
  font-size: 24px;
}
#section-index5 h2 {
  font-size: 40px !important;
  text-align: center !important;
}
#section-index5 h2 {
  max-width: unset;
}
#section-six h4 {
  text-align: center;
}
.social-icons {
  justify-content: center;
}
.footer-logo {
  display: flex;
  margin: auto;
}
.opening-times {
  margin: auto;
  width: max-content;
}
.opening-times li span:nth-child(2) {
  margin-left: 24px;
  text-align: right;
}
#section-index2 .mycontainer {
  padding: 40px 20px;
}
#section-index1 h2 {
  font-size: 18px !important;
  max-width: 65%;
}
#section-index1 .mycontainer h2 {
  font-size: 32px !important;
  max-width: 65%;
}
#bars-slider {
  margin-top: 44px;
}
.btn.btn-secondary.wiggle {
  align-self: center;
}
#camel2 {
  width: 110px;
}
#loco-nav.show li {
  text-align: center;
  padding: 4vmax 0;
  margin-right: 0px;
}
#loco-nav.show li a {
  font-size: 14vmin;
  text-align: center;
  line-height: 1;
}
.logo a {
  display: flex;
  width: 70px;
}
.logo a svg {
  overflow: hidden;
}
.svg-container .smooth-logo {
  display: none !important;
}
@media (min-width: 1000px) {
  .svg-container .smooth-logo {
    display: flex !important;
  }
  .btn.btn-secondary.wiggle {
    align-self: unset;
  }
  .social-icons li {
    display: flex;
    align-items: center;
  }
  #section-index1 h2 {
    font-size: 24px !important;
  }
  p {
    font-size: 20px;
  }
  .opening-times {
    width: unset;
  }
  .footer-logo {
    display: flex;
    margin: 0;
  }
  .social-icons {
    justify-content: flex-start;
  }
  #section-footer h4 {
    text-align: left;
  }
  #section-index3 h2 {
    font-size: 96px !important;
    text-align: left !important;
  }
  #section-index5 h2 {
    font-size: 96px !important;
    text-align: left !important;
  }
  #section-index2 h2 {
    max-width: 400px;
    margin-bottom: 24px;
    font-size: 96px !important;
    line-height: 110%;
    text-align: left;
    text-transform: uppercase;
    color: #d7ff00;
    font-family: "Agrandir", "Segoe UI", sans-serif;
  }
  .container-fluid {
    max-width: 1200px;
  }
  blockquote {
    font-size: 56px;
  }
  #section-index2 {
    background: #ffffff;
  }
  #section-index2 .mycontainer {
    position: relative;
    display: grid;
    /*grid-template-columns: repeat(6, 1fr);*/
    padding: 0px;
    width: 100%;
    max-width: var(--maxWidth);
    margin-left: auto;
    margin-right: auto;
  }
  #section-index2 h2 {
    color: #000000;
    max-width: 648px;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    font-family: "Agrandir", "Segoe UI", sans-serif;
  }
  #section-index2 p {
    max-width: 648px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    text-align: center;
  }
  .helper {
    padding: 18px;
    margin-top: -2px;
    background: #501792;
  }
  #streetfood {
    display: block;
    position: absolute;
    top: -60px;
    right: -40px;
    width: 300px;
    z-index: 90;
  }
  #lifestyle {
    display: block;
    position: absolute;
    bottom: 0px;
    left: -70px;
    width: 300px;
  }
  #section-index1 {
    justify-content: center;
  }
  #section-index1 .mycontainertop {
    flex-direction: column;
    margin-bottom: 295px;
    align-items: center;
  }
  #slider,
  #bar-slider {
    margin-top: 100px;
    margin-bottom: 0px;
  }
  #camel1,
  #camel2 {
    width: 200px;
  }
  .navbar-toggler {
    display: none;
  }
  #section-index1 {
    min-height: 100vh;
  }
  #section-index4 .container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  #section-index4 h2,
  #section-index2 h2 {
    font-size: 56px !important;
    margin-top: 10vmin;
    text-align: unset;
  }
  #section-index3 h2 {
    margin-bottom: 24px;
    font-size: 96px;
    line-height: 110%;
    text-align: left;
    text-transform: uppercase;
    color: #ff87ff;
    font-family: "Agrandir", "Segoe UI", sans-serif;
  }
  #section-index3 .container {
    padding-bottom: 102px;
  }
  .slider-wrapper .slides-numbers {
    font-size: 14px;
    margin-top: 112px;
    margin-bottom: 0px;
  }
  #section-index3 {
    min-height: 80vh;
  }
  #section-index3 p {
    text-align: left;
  }
  .slick-slide {
    margin: 0 27px;
    overflow: hidden;
    flex: 0 0 518px;
    padding: 0px 18px 0px 18px;
    margin: 20px;
  }
  /* the parent */
  .slick-track {
    margin: 0 -27px;
  }
  .slick-slide {
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .slick-slide img {
    border-radius: 16px;
  }
  .slick-track div:nth-child(2n+1) img {
    transform: rotate(-5deg);
  }
  .slick-track div:nth-child(2n) img {
    transform: rotate(5deg);
  }
  #section-index2 {
    width: 100%;
  }
  #section-index2 .mycontainer {
    padding: 64px 18px;
    margin-top: -200px;
    padding: 0px 64px 90px;
    max-width: 1448px;
    /*grid-template-columns: repeat(12, 1fr);*/
  }
  #section-index2 .mycontainer .helper {
    background: transparent;
    padding: 0;
  }
  #section-index2 .mycontainer iframe {
    background: transparent;
  }
  #section-index2 .mycontainer .iframecontainer {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: -20px;
    max-width: 100%;
    height: auto;
  }
  #section-index2 .mycontainer .iframecontainer iframe,
  #section-index2 .mycontainer .iframecontainer object,
  #section-index2 .mycontainer .iframecontainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .social-icons {
    display: flex;
  }
  .nav-selected {
    position: relative;
  }
  .nav-selected::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 100%;
    height: 2px;
    transform: rotate(2.3deg);
    background-color: white;
  }
  .nav-inner {
    width: 100%;
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    transition: all 0.5s;
  }
  .nav-inner .nav-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .nav-inner.jwpnavbar--scrolled {
    margin-top: -40px;
    background: #381066;
  }
  .nav-inner.jwpnavbar--scrolled .logo {
    transform: scale(0.8);
  }
  .nav-inner.jwpnavbar--scrolled #loco-nav li {
    margin-top: 0;
  }
  #loco-nav {
    flex: 0 1 auto;
    display: flex;
  }
  #loco-nav li {
    margin-top: -40px;
    padding: 0px 8px;
  }
  #loco-nav li:not(:last-child) {
    margin-right: 32px;
  }
  #loco-nav li a {
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    color: #fff !important;
  }
  .twinkle1 {
    display: block;
    position: absolute;
    bottom: 0px;
    left: -70px;
    width: 300px;
  }
  .twinkle2 {
    display: block;
    position: absolute;
    top: -60px;
    right: -40px;
    width: 300px;
  }
}
.svg-holder {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 1101px;
  max-height: 331px;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes cUKMpZ {
  0% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/*!sc*/
data-styled.g100[id="sc-keyframes-cUKMpZ"] {
  content: "cUKMpZ,";
}
/*!sc*/
@-webkit-keyframes msrVB {
  0% {
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
  }
  75% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*!sc*/
@keyframes msrVB {
  0% {
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
  }
  75% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*!sc*/
data-styled.g101[id="sc-keyframes-msrVB"] {
  content: "msrVB,";
}
/*!sc*/
@-webkit-keyframes fLvOcF {
  0% {
    fill: var(--electroYellow);
  }
  20% {
    fill: var(--nightBlue);
  }
  40% {
    fill: var(--electroYellow);
  }
  60% {
    fill: var(--nightBlue);
  }
  80% {
    fill: var(--electroYellow);
  }
  99% {
    fill: var(--nightBlue);
  }
  100% {
    fill: var(--electroYellow);
  }
}
/*!sc*/
@keyframes fLvOcF {
  0% {
    fill: var(--electroYellow);
  }
  20% {
    fill: var(--nightBlue);
  }
  40% {
    fill: var(--electroYellow);
  }
  60% {
    fill: var(--nightBlue);
  }
  80% {
    fill: var(--electroYellow);
  }
  99% {
    fill: var(--nightBlue);
  }
  100% {
    fill: var(--electroYellow);
  }
}
/*!sc*/
data-styled.g102[id="sc-keyframes-fLvOcF"] {
  content: "fLvOcF,";
}
.eUgCBN {
  position: relative;
  -webkit-animation: msrVB 0.3s ease-in-out;
  animation: msrVB 0.3s ease-in-out;
}
/*!sc*/
.eUgCBN svg {
  position: relative;
  width: 100%;
  height: auto;
}
/*!sc*/
.eUgCBN svg path:nth-child(3),
.eUgCBN svg path:nth-child(4),
.eUgCBN svg path:nth-child(5) {
  -webkit-animation-name: fLvOcF;
  animation-name: fLvOcF;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/*!sc*/
.eUgCBN svg path:nth-child(3) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
/*!sc*/
.eUgCBN svg path:nth-child(4) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
/*!sc*/
.eUgCBN svg path:nth-child(5) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
/*!sc*/
@media (min-width: 1000px) {
  .eUgCBN {
    margin-top: 80px;
  }
}
/*!sc*/
data-styled.g20[id="Hero__WordmarkWrapper-sc-muyvp4-5"] {
  content: "eUgCBN,";
}
/*!sc*/
