/* color variables */
.instagram-wrap .head, .disco-wrap .head, .full-image .text-wrap .head, .resetalter .head, .breakdown--wrap .elem-wrap .text .head {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .instagram-wrap .head, .disco-wrap .head, .full-image .text-wrap .head, .resetalter .head, .breakdown--wrap .elem-wrap .text .head {
    font-size: 3rem;
  }
}

.full-image .text-wrap {
  font-size: 2.25rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .full-image .text-wrap {
    font-size: 2.563rem;
  }
}
.box--btn a, header .inner .right .wrapper .header--btn a {
  padding: 0.5rem 0.6rem;
  border-radius: 0.4rem;
  display: flex;
  color: #F3F1E9;
  background: #222222;
  border: #222222 solid 1px;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  transition: all 0.2s linear;
  text-decoration: none;
}
.box--btn a:hover, header .inner .right .wrapper .header--btn a:hover {
  color: #222222;
  background-color: #F3F1E9;
  border: #222222 solid 1px;
}

.creatorsDay .cta--wrap .cont a {
  padding: 0.8rem 0.8rem;
  display: flex;
  color: #000000;
  background: #ffffff;
  border: #ffffff solid 1px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.2s linear;
  text-decoration: none;
  text-align: center;
}
.creatorsDay .cta--wrap .cont a:hover {
  color: #000000;
  background-color: #ffffff;
  border: #ffffff solid 1px;
}

header .inner .right .wrapper .header--arrow .dropdown li a, header .inner .right .wrapper .header--cta a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

header .inner .right .wrapper .header--arrow .dropdown li a:after, header .inner .right .wrapper .header--cta a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

header .inner .right .wrapper .header--arrow .dropdown li a:hover:after, header .inner .right .wrapper .header--cta a:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}

header .inner .right .wrapper .header--arrow .dropdown li a:after, header .inner .right .wrapper .header--cta a:after {
  transform: scaleX(0);
  transform-origin: right center;
}

header .inner .right .wrapper .header--arrow .dropdown li a, header .inner .right .wrapper .header--cta a {
  display: inline-block;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body {
  height: 100%;
}

/*common css start here*/
body {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  font-family: "Helvetica", "Arial", "sans-serif";
  color: #000000;
  background: #F3F1E9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  min-width: 300px;
  line-height: 1.2;
}

/*css change*/
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/*Global wrapper classes*/
.desktopOnly {
  display: block;
}
@media only screen and (max-width: 991px) {
  .desktopOnly {
    display: none;
  }
}

.mobileOnly {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mobileOnly {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 100%;
    padding: 0 2.5rem;
  }
}
@media only screen and (min-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 2.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 100%;
    padding: 0 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
/*reset variables*/
.noDisplay {
  display: none;
}

/* iPad portrait mode */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* Mobile layout css */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
header {
  width: 100%;
  padding: 0.5rem 2rem;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  header {
    padding: 0.5rem 1rem;
  }
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .inner .left .logo {
  display: flex;
}
header .inner .left .logo svg {
  width: 7rem;
}
@media only screen and (max-width: 563px) {
  header .inner .left .logo svg {
    width: 5rem;
  }
}
header .inner .right .wrapper {
  display: flex;
  align-items: center;
}
header .inner .right .wrapper .header--cta {
  margin-right: 2rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 563px) {
  header .inner .right .wrapper .header--cta {
    margin-right: 1rem;
    display: none;
  }
}
header .inner .right .wrapper .header--cta a {
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
  color: #222222;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
header .inner .right .wrapper .header--btn {
  margin-right: 2rem;
}
@media only screen and (max-width: 563px) {
  header .inner .right .wrapper .header--btn {
    margin-right: 1rem;
  }
}
header .inner .right .wrapper .header--arrow {
  display: flex;
  position: relative;
  cursor: pointer;
}
header .inner .right .wrapper .header--arrow.active svg {
  transform: rotate(180deg);
}
header .inner .right .wrapper .header--arrow svg {
  transition: all 0.15s linear;
  width: 1.6rem;
}
@media only screen and (max-width: 563px) {
  header .inner .right .wrapper .header--arrow svg {
    width: 1.4rem;
  }
}
header .inner .right .wrapper .header--arrow .dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  background-color: transparent;
  position: absolute;
  width: 40vw;
  right: 0;
  top: 90%;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 991px) {
  header .inner .right .wrapper .header--arrow .dropdown {
    width: 60vw;
  }
}
@media only screen and (max-width: 767px) {
  header .inner .right .wrapper .header--arrow .dropdown {
    width: 100vw;
    right: -1rem;
  }
}
header .inner .right .wrapper .header--arrow .dropdown.active {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
header .inner .right .wrapper .header--arrow .dropdown .box {
  background: transparent;
  padding: 11px;
}
@media only screen and (max-width: 563px) {
  header .inner .right .wrapper .header--arrow .dropdown .box {
    padding: 7px;
  }
}
header .inner .right .wrapper .header--arrow .dropdown .listing {
  background: #ffffff;
  padding: 1rem 1.5rem;
}
header .inner .right .wrapper .header--arrow .dropdown li {
  border-bottom: #bababa solid 1px;
  padding-bottom: 0.7rem;
  margin-bottom: 0.7rem;
}
header .inner .right .wrapper .header--arrow .dropdown li:last-child {
  border-bottom: 0;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
header .inner .right .wrapper .header--arrow .dropdown li a {
  font-size: 1.2rem;
  font-weight: 100;
  text-decoration: none;
  color: #222222;
}

footer {
  background-color: #222222;
  color: #F3F1E9;
  padding: 4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 4rem 1rem;
  }
}
footer .inner .logo svg {
  width: 20rem;
}
@media only screen and (max-width: 991px) {
  footer .inner .logo svg {
    width: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  footer .inner .logo svg {
    width: 12rem;
  }
}
footer .inner .location {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  footer .inner .location {
    flex-direction: column;
  }
}
footer .inner .location li {
  margin: 2.4rem 0;
  text-align: left;
  position: relative;
  padding-left: 36px;
  flex: 0 0 48%;
}
@media only screen and (max-width: 767px) {
  footer .inner .location li {
    margin: 1.6rem 0;
    flex: 0 0 100%;
  }
}
footer .inner .location li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='27' viewBox='0 0 24 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23.9316C12 23.9316 20 18.7196 20 12.1368C20 7.6052 16.4183 3.93164 12 3.93164C7.58172 3.93164 4 7.6052 4 12.1368C4 18.7196 12 23.9316 12 23.9316Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 14.9316C13.6569 14.9316 15 13.5885 15 11.9316C15 10.2748 13.6569 8.93164 12 8.93164C10.3431 8.93164 9 10.2748 9 11.9316C9 13.5885 10.3431 14.9316 12 14.9316Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  width: 24px;
  height: 24px;
}
footer .inner .location li .state {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 767px) {
  footer .inner .location li .state {
    font-size: 1.4rem;
  }
}
footer .inner .location li .address {
  font-weight: 100;
  font-size: 16px;
  color: #8C8C8C;
}
@media only screen and (max-width: 767px) {
  footer .inner .location li .address {
    font-size: 0.9rem;
  }
}
footer .inner .app--cta {
  margin: 4rem 0;
}
@media only screen and (max-width: 767px) {
  footer .inner .app--cta {
    margin: 2.5rem 0;
  }
}
footer .inner .app--cta svg {
  width: 20rem;
}
@media only screen and (max-width: 991px) {
  footer .inner .app--cta svg {
    width: 12rem;
  }
}
footer .inner .disclaimer {
  font-size: 0.9rem;
  font-weight: 100;
}

main {
  margin-top: 4rem;
}
@media only screen and (max-width: 563px) {
  main {
    margin-top: 3.35rem;
  }
}

.spotlight {
  width: 100%;
  height: calc(100vh - 66px);
  display: flex;
}
@media only screen and (max-width: 991px) {
  .spotlight {
    height: auto;
    flex-direction: column;
  }
}
.spotlight .left {
  width: 60%;
  height: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 991px) {
  .spotlight .left {
    width: 100%;
    height: auto;
  }
}
.spotlight .left .masked {
  position: absolute;
  width: 20rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .spotlight .left .masked {
    width: 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .spotlight .left .masked {
    width: 15rem;
  }
}
.spotlight .left .masked img {
  width: 100%;
}
.spotlight .left .slider--cont {
  height: 100%;
  display: none;
}
.spotlight .left .slider--cont .slick-list {
  height: 100%;
}
.spotlight .left .slider--cont .slick-list .slick-track {
  height: 100%;
}
.spotlight .left .slider--cont .slick-list .slick-track .slides {
  height: 100%;
}
.spotlight .left .slider--cont .slick-list .slick-track .slides .image {
  height: 100%;
}
.spotlight .left .slider--cont .slick-list .slick-track .slides .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spotlight .left .slider--cont .slick-list .slick-track .slides .image img.desktopOnly {
  display: block !important;
}
@media only screen and (max-width: 991px) {
  .spotlight .left .slider--cont .slick-list .slick-track .slides .image img.desktopOnly {
    display: none !important;
  }
}
.spotlight .left .slider--cont .slick-list .slick-track .slides .image img.mobileOnly {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .spotlight .left .slider--cont .slick-list .slick-track .slides .image img.mobileOnly {
    display: block !important;
  }
}
.spotlight .right {
  background-color: #222222;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 7rem;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .spotlight .right {
    width: 100%;
    padding: 4rem 3rem;
  }
}
.spotlight .right .text {
  font-size: 1.4rem;
  font-weight: bold;
  color: #F3F1E9;
  margin-bottom: 1.4rem;
}
.spotlight .right .cta-text {
  text-transform: uppercase;
  font-size: 1.2rem;
  display: flex;
}
.spotlight .right .cta-text a {
  display: flex;
  color: #F3F1E9;
  text-decoration: underline;
}
.spotlight .right .cta-text span {
  display: flex;
  margin-left: 0.8rem;
}
.spotlight .right .cta-text span svg {
  width: 1.4rem;
}

.state__slider__heading {
  padding: 5rem 0 0rem 5rem;
  background: #F3F1E9;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .state__slider__heading {
    padding: 3rem 0 0 3rem;
  }
}

.state__slider {
  padding: 0rem 0 5rem 5rem;
  background: #ffffff;
  overflow: scroll;
}
@media only screen and (max-width: 767px) {
  .state__slider {
    padding: 0rem 0 3rem 3rem;
  }
}
.state__slider::-webkit-scrollbar {
  width: 1px;
}
.state__slider::-webkit-scrollbar-track {
  background: transparent;
}
.state__slider::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.state__slider .slider__w {
  overflow-y: scroll;
  display: inline-flex;
}
.state__slider .slider__w .sma {
  position: relative;
  margin-right: 3rem;
}
@media only screen and (max-width: 767px) {
  .state__slider .slider__w .sma {
    margin-right: 1rem;
  }
}
.state__slider .slider__w .sma img {
  width: 30rem;
  height: 30rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
  .state__slider .slider__w .sma img {
    width: 70vw;
    height: 70vw;
  }
}
.state__slider .slider__w .sma .sname {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .state__slider .slider__w .sma .sname {
    font-size: 2rem;
  }
}
.state__slider .slider__w .sma .bottom-text-w {
  color: #6F6F6F;
  margin-top: 24px;
  text-align: center;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .state__slider .slider__w .sma .bottom-text-w {
    margin-top: 16px;
    font-size: 16px;
  }
}
.state__slider a {
  text-decoration: none;
}
.state__slider a .image-w {
  position: relative;
}

.breakdown--wrap .elem-wrap {
  display: flex;
  width: 100%;
  height: 55vw;
  position: sticky;
  top: 0;
  background-color: #F3F1E9;
}
@media only screen and (max-width: 991px) {
  .breakdown--wrap .elem-wrap {
    height: auto;
    flex-direction: column;
    position: unset;
  }
}
.breakdown--wrap .elem-wrap.border-bottom {
  border-bottom: #C4C4C4 solid 1px;
}
.breakdown--wrap .elem-wrap.border-bottom .sub {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.15rem;
}
.breakdown--wrap .elem-wrap.alternateFlex {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .breakdown--wrap .elem-wrap.alternateFlex {
    flex-direction: column;
  }
}
.breakdown--wrap .elem-wrap.short-head {
  height: 25vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.breakdown--wrap .elem-wrap.short-head.jp-bg {
  background-image: url(../img/jai-bg.jpg);
}
.breakdown--wrap .elem-wrap.short-head.vod-bg {
  background-image: url(../img/vado-bg.jpg);
}
@media only screen and (max-width: 991px) {
  .breakdown--wrap .elem-wrap.short-head {
    height: 40vw;
  }
}
.breakdown--wrap .elem-wrap.short-head .text {
  width: auto;
  margin: auto;
}
.breakdown--wrap .elem-wrap.short-head .heading {
  background-color: #222222;
  padding: 1rem 2rem;
  margin: 0;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  color: #F3F1E9;
  font-size: 2rem;
}
@media only screen and (max-width: 991px) {
  .breakdown--wrap .elem-wrap.short-head .heading {
    font-size: 1.5rem;
  }
}
.breakdown--wrap .elem-wrap .image {
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .breakdown--wrap .elem-wrap .image {
    width: 100%;
  }
}
.breakdown--wrap .elem-wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.breakdown--wrap .elem-wrap .text {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .breakdown--wrap .elem-wrap .text {
    width: 100%;
    padding: 5rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .breakdown--wrap .elem-wrap .text {
    width: 100%;
    padding: 3rem 1rem;
  }
}
.breakdown--wrap .elem-wrap .text.alter {
  display: none;
}
@media only screen and (max-width: 991px) {
  .breakdown--wrap .elem-wrap .text.alter {
    display: block;
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .breakdown--wrap .elem-wrap .text.parIn {
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .breakdown--wrap .elem-wrap .text.parIn {
    padding: 2rem 1rem 2rem 1rem;
  }
}
.breakdown--wrap .elem-wrap .text .head {
  margin-bottom: 1rem;
}
.breakdown--wrap .elem-wrap .text .head span {
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .breakdown--wrap .elem-wrap .text .head.alter {
    margin-bottom: 0rem;
  }
}
.breakdown--wrap .elem-wrap .sub {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .breakdown--wrap .elem-wrap .sub {
    width: 100%;
  }
}
.breakdown--wrap .elem-wrap .sub span {
  white-space: nowrap;
}

.resetalter {
  width: 100%;
}
.resetalter .image {
  width: 100%;
  position: relative;
}
.resetalter .image img {
  width: 100%;
}
.resetalter .head {
  position: absolute;
  top: 7rem;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 5rem;
  text-align: center;
  color: #222222;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .resetalter .head {
    font-size: 3rem;
    top: 4rem;
  }
}
.resetalter .cta-text {
  font-size: 2rem;
  display: flex;
  position: absolute;
  bottom: 7rem;
  left: 0;
  font-weight: bold;
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .resetalter .cta-text {
    bottom: 4rem;
  }
}
.resetalter .cta-text a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #222222;
  text-decoration: underline;
}
.resetalter .cta-text span {
  display: flex;
  margin-top: 2rem;
  transform: rotate(90deg);
}
.resetalter .cta-text span svg {
  width: 2rem;
}

.full-image {
  width: 100%;
}
.full-image .image {
  width: 100%;
  position: relative;
}
.full-image .image .cta-text {
  text-transform: uppercase;
  font-size: 1.2rem;
  display: flex;
  position: absolute;
  top: 6rem;
  left: 0;
  font-weight: bold;
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .full-image .image .cta-text {
    top: 1rem;
  }
}
.full-image .image .cta-text a {
  display: flex;
  color: #222222;
  text-decoration: underline;
}
.full-image .image .cta-text span {
  display: flex;
  margin-left: 0.8rem;
}
.full-image .image .cta-text span svg {
  width: 1.4rem;
}
.full-image .image img {
  width: 100%;
}
.full-image .text-wrap {
  width: 100%;
  background: #222222;
  color: #F3F1E9;
  font-size: 3rem !important;
  padding: 6rem 12rem;
  text-transform: none !important;
}
.full-image .text-wrap.bg-grey {
  background: #DFE0E4;
  color: #222222;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .full-image .text-wrap {
    font-size: 1.4rem !important;
    padding: 4rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .full-image .text-wrap {
    padding: 4rem 2rem;
  }
}
.full-image .text-wrap .head {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 992px) {
  .full-image .text-wrap .head {
    margin-bottom: 2rem;
  }
}

.disco-wrap {
  padding: 4rem 4rem;
  text-align: center;
  background-color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .disco-wrap {
    padding: 4rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .disco-wrap {
    padding: 4rem 1rem;
  }
}
.disco-wrap .head {
  margin-bottom: 2rem;
}
.disco-wrap .image {
  width: 100%;
  padding: 3rem 0;
}
.disco-wrap .image img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .disco-wrap .image img {
    max-width: 300px;
  }
}

.box--btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box--btn.mt-bs {
  margin-top: 1.5rem;
}
.box--btn a {
  padding: 1rem !important;
}

.instagram-wrap {
  background: #ffffff;
  padding: 5rem 0;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .instagram-wrap {
    padding: 3rem 0;
  }
}
.instagram-wrap .row {
  justify-content: space-around;
}
.instagram-wrap .head {
  text-transform: uppercase;
  text-align: center;
  font-size: 4rem !important;
}
@media only screen and (max-width: 991px) {
  .instagram-wrap .head {
    font-size: 2rem !important;
    margin-bottom: 2rem;
  }
}
.instagram-wrap .cta {
  margin-top: 2rem;
  text-align: center;
}
.instagram-wrap .cta svg {
  width: 20rem;
}
.instagram-wrap .cta-text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.instagram-wrap .slider-wrapper {
  max-width: 500px;
}
@media only screen and (max-width: 991px) {
  .instagram-wrap .slider-wrapper {
    margin: 0 auto;
    max-width: 400px;
  }
}
@media only screen and (max-width: 563px) {
  .instagram-wrap .slider-wrapper {
    max-width: 300px;
  }
}
.instagram-wrap .slider-wrapper .slides {
  max-width: 500px;
}
@media only screen and (max-width: 991px) {
  .instagram-wrap .slider-wrapper .slides {
    max-width: 400px;
  }
}
@media only screen and (max-width: 563px) {
  .instagram-wrap .slider-wrapper .slides {
    max-width: 300px;
  }
}
.instagram-wrap .slider-wrapper .slides img {
  max-width: 500px;
}
@media only screen and (max-width: 991px) {
  .instagram-wrap .slider-wrapper .slides img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 563px) {
  .instagram-wrap .slider-wrapper .slides img {
    max-width: 300px;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  cursor: pointer;
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #E2E2E2;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #222222;
}

.spotify-emb {
  background: #F5F5F5;
  padding: 5rem 2rem 6rem 2rem;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .spotify-emb {
    flex-direction: column;
    padding: 3rem 2rem 6rem 2rem;
  }
}
.spotify-emb .logo-s {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .spotify-emb .logo-s {
    width: 100%;
  }
}
.spotify-emb .logo-s .imgName {
  max-width: 12rem;
}
.spotify-emb .logo-s .text {
  font-size: 1.2rem;
  color: #000000;
  font-weight: bold;
  margin-top: -16px;
}
.spotify-emb .logo-s .imgIcon {
  max-width: 30rem;
}
@media only screen and (max-width: 767px) {
  .spotify-emb .logo-s .imgIcon img {
    margin-left: -1rem;
  }
}
.spotify-emb .logo-s img {
  width: 100%;
}
.spotify-emb .frame-w {
  width: 40%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .spotify-emb .frame-w {
    width: 100%;
    height: 300px;
  }
}
.spotify-emb .desktopOnly {
  height: 100%;
}
.spotify-emb .desktopOnly iframe {
  height: 100%;
}

.cards-w {
  overflow: scroll;
  display: flex;
  padding: 0rem 0 5rem 5rem;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .cards-w {
    padding: 0rem 0 2rem 3rem;
  }
}
@media only screen and (max-width: 992px) {
  .cards-w {
    margin-top: 36px;
  }
}
.cards-w::-webkit-scrollbar {
  display: none;
}
.cards-w .text-2 {
  font-size: 14px;
  font-weight: 100;
}
.cards-w h6 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}
.cards-w .cards-ul {
  display: flex;
}
.cards-w .cards-ul .cards {
  width: 300px;
  margin-right: 16px;
}
.cards-w .cards-ul .cards .image {
  height: 200px;
  width: 100%;
  display: flex;
}
.cards-w .cards-ul .cards .image img {
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cards-w .cards-ul .cards .coming-soon-sss {
  background-color: #F3F1E9;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76%;
  margin-top: 8px;
  border-radius: 8px;
}
.cards-w .cards-ul .cards .card-body {
  padding: 16px;
  height: 370px;
  overflow-y: scroll;
  background-color: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cards-w .cards-ul .cards .card-body .name-w {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cards-w .cards-ul .cards .card-body .location {
  margin: 4px 0;
}
.cards-w .cards-ul .cards .card-body .tick-w {
  display: flex;
}
.cards-w .cards-ul .cards .card-body .tick-w .wrap-t {
  border-radius: 4px;
  padding: 4px;
  background: #EBFFF8;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  color: #006642;
  display: flex;
}
.cards-w .cards-ul .cards .card-body .tick-w .wrap-t.grey {
  background: #F5F5F5;
  color: #282828;
}
.cards-w .cards-ul .cards .card-body .tick-w .wrap-t span {
  display: flex;
}
.cards-w .cards-ul .cards .card-body .tick-w .wrap-t span svg {
  display: flex;
  margin-right: 4px;
}
.cards-w .cards-ul .cards .card-body .divider-c {
  border: #D3D3D3 dotted 1px;
  margin: 12px 0;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .top {
  display: flex;
  justify-content: space-between;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .top .left {
  width: 50%;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .top .left .brand {
  display: flex;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .top .left .brand svg {
  display: flex;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .top .left .brand img {
  width: 4rem;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .top .right {
  width: 50%;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .top .right a {
  text-decoration: none;
  color: #006DDB;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .top .right a span {
  display: flex;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .top .right a span svg {
  display: flex;
  margin-left: 8px;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .bottom {
  margin-top: 8px;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .bottom ul {
  display: flex;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .bottom ul li {
  margin-right: 4px;
}
.cards-w .cards-ul .cards .card-body .more-option {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #006DDB;
  margin-top: 1rem;
  cursor: pointer;
}

.property-tabs {
  margin: 48px 0;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (max-width: 767px) {
  .property-tabs {
    margin: 24px 0;
    display: flex;
    overflow-x: scroll;
  }
  .property-tabs::-webkit-scrollbar {
    display: none;
  }
}
.property-tabs button {
  padding-bottom: 16px;
  margin-right: 48px;
  border: none;
  background: none;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  color: #6F6F6F;
  border-bottom: 2px solid transparent;
}
.property-tabs button.active {
  color: #282828;
  border-bottom: 2px solid #282828;
}
.property-tabs button:last-child {
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .property-tabs button {
    margin-right: 24px;
    font-size: 1rem;
    text-wrap: nowrap;
  }
}

.property-card {
  display: none;
}
.property-card.active {
  display: block;
}

.mobileView {
  max-width: 500px;
  margin: 0 auto;
}
.mobileView main {
  margin-top: 0;
  background-color: #222222;
}

.creatorsDay {
  padding: 2rem 1rem;
  color: #ffffff;
  font-weight: bold;
}
.creatorsDay .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.creatorsDay .head .logo {
  width: 37%;
}
.creatorsDay .head .logo img {
  width: 100%;
}
.creatorsDay .head .text {
  width: 59%;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 13px;
}
.creatorsDay .get--set {
  padding: 2rem 0;
  display: flex;
  font-weight: bold;
}
.creatorsDay .get--set .left {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.creatorsDay .get--set .left .top {
  font-size: 2.6rem;
  line-height: 2.6rem;
}
.creatorsDay .get--set .left .bottom {
  font-size: 13px;
  line-height: 16px;
}
.creatorsDay .get--set .right {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.creatorsDay .get--set .right .number {
  font-size: 3rem;
  line-height: 3rem;
}
.creatorsDay .get--set .right .txt {
  font-size: 1.6rem;
}
.creatorsDay .cta--wrap {
  display: flex;
  justify-content: space-between;
}
.creatorsDay .cta--wrap .cont {
  width: 49%;
}
.creatorsDay .creators--sec {
  padding-bottom: 2rem;
}
.creatorsDay .creators--sec .head {
  text-align: center;
  padding: 2.2rem 0 1.8rem 0;
  display: flex;
  flex-direction: column;
}
.creatorsDay .creators--sec .head .min {
  font-size: 1.4rem;
  line-height: 1.1rem;
}
.creatorsDay .creators--sec .head .max {
  font-size: 2rem;
}
.creatorsDay .cardss {
  display: flex;
  flex-direction: row;
  padding: 0.4rem 0;
}
.creatorsDay .cardss.first-child {
  padding-top: 0;
}
.creatorsDay .cardss.reverse {
  flex-direction: row-reverse;
}
.creatorsDay .cardss .text--wrap {
  width: 45%;
  background: #ffffff;
  color: #000000;
  padding: 3rem 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.creatorsDay .cardss .text--wrap .top {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.creatorsDay .cardss .text--wrap .middle {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.5rem 0;
}
.creatorsDay .cardss .text--wrap .bottom {
  text-transform: uppercase;
  font-size: 10px;
}
.creatorsDay .cardss .text--wrap .bottom a {
  font-size: 10px;
  text-decoration: none;
  color: #000000;
  overflow-wrap: break-word;
}
.creatorsDay .cardss .image--wrap {
  width: 55%;
}
.creatorsDay .cardss .image--wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.creatorsDay .footer {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding-top: 3rem;
}
.creatorsDay .footer .logo {
  width: 8rem;
}
.creatorsDay .footer .logo img {
  width: 100%;
}
.creatorsDay .footer .instagram {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1rem;
  font-weight: normal;
  padding: 1.2rem 0 1.5rem 0;
}
.creatorsDay .footer .instagram a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}
.creatorsDay .footer .address {
  font-size: 0.8rem;
  font-weight: normal;
}
.creatorsDay .summary--wrap {
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.creatorsDay .summary--wrap .left {
  width: 30%;
  font-size: 1.6rem;
  position: absolute;
  top: 9.5rem;
  left: 0px;
  background: none;
  transform-origin: 0 0;
  transform: rotate(-90deg);
}
.creatorsDay .summary--wrap .right {
  width: 70%;
}
.creatorsDay .summary--wrap .right .txt {
  font-size: 1rem;
  font-weight: 400;
  color: #D9D9D9;
}
.creatorsDay .summary--wrap .right .head {
  color: #D9D9D9;
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.creatorsDay .summary--wrap .right .slider--conts {
  height: 100%;
  display: none;
}
.creatorsDay .summary--wrap .right .slider--conts .slides {
  width: 100%;
}
.creatorsDay .summary--wrap .right .slider--conts .slides .image {
  width: 100%;
}
.creatorsDay .summary--wrap .right .slider--conts .slick-dots {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0.5rem 0;
  list-style-type: none;
}
.creatorsDay .summary--wrap .right .slider--conts .slick-dots li {
  margin: 0 0.25rem;
}
.creatorsDay .summary--wrap .right .slider--conts .slick-dots button {
  cursor: pointer;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #393939;
  text-indent: -9999px;
}
.creatorsDay .summary--wrap .right .slider--conts .slick-dots li.slick-active button {
  background-color: #d9d9d9;
}

.menu-body-w {
  background-color: #ffffff;
  display: none;
}

.menu-main-w {
  min-width: 320px;
  max-width: 563px;
  margin: 0 auto;
  background-color: #F3F1E9;
}
.menu-main-w .vis-hidden {
  visibility: hidden;
}
.menu-main-w .inline-svg {
  display: flex;
  align-items: center;
  margin-top: 2px;
  margin-left: 2px;
}
.menu-main-w .inline-svg svg {
  margin-left: 1px;
  width: 1rem;
}
.menu-main-w .no-wrap-w {
  white-space: nowrap;
}
.menu-main-w .mar-zero {
  margin: 0;
}
.menu-main-w .marB-2 {
  margin-bottom: 2rem;
}
.menu-main-w .marT-1 {
  margin-top: 1rem;
}
.menu-main-w .marT-2 {
  margin-top: 2rem;
}
.menu-main-w .marT-3 {
  margin-top: 3rem;
}
.menu-main-w .marB-1 {
  margin-bottom: 1rem !important;
}
.menu-main-w .svg-icons {
  width: 2rem;
}
.menu-main-w .svg-icons svg {
  width: 100%;
}
.menu-main-w .heading-w {
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 700;
}
.menu-main-w h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 700;
  margin-bottom: 2rem;
  z-index: 1;
  position: relative;
}
.menu-main-w h2 {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 700;
  margin: 0;
}
.menu-main-w h3 {
  font-size: 1rem;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  margin-bottom: 3px;
}
.menu-main-w h3.flex-w {
  display: flex;
  align-items: flex-start;
}
.menu-main-w h3 .disc {
  font-size: 0.75rem;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 300;
}
.menu-main-w h4 {
  font-size: 0.9rem;
  line-height: 1rem;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 300;
  margin-bottom: 3px;
}
.menu-main-w h5 {
  font-size: 0.8rem;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 300;
  margin: 0;
}
.menu-main-w h6 {
  font-size: 1rem;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 300;
  margin: 0;
}
.menu-main-w h6 strong {
  font-weight: 700;
}
.menu-main-w .listing-w {
  list-style: disc;
  margin-left: 1rem;
}
.menu-main-w .listing-w li {
  font-size: 1rem;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 300;
  margin: 0;
}
.menu-main-w .mar-btm-5 {
  margin-bottom: 2.8rem;
}
.menu-main-w .italics {
  font-style: italic;
}
.menu-main-w .dark-sec {
  background-color: #222222;
  color: #FBF9F2;
}
.menu-main-w .light-sec {
  background-color: #FBF9F2;
  color: #222222;
}
.menu-main-w .col-light {
  color: #FBF9F2;
}
.menu-main-w .col-dark {
  color: #222222;
}
.menu-main-w .col-white {
  color: #ffffff;
}
.menu-main-w .image-w {
  width: 100%;
  z-index: 1;
  position: relative;
}
.menu-main-w .image-w img {
  width: 100%;
}
.menu-main-w .spotlight-sec {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-main-w .spirit-w .spotlight-sec .image-w {
  width: 10em;
}
.menu-main-w .text-container {
  padding: 4rem 1rem 4rem 1rem;
  position: relative;
}
.menu-main-w .menu-container {
  padding: 7rem 1rem 6rem 1rem;
  position: relative;
}
@media only screen and (min-width: 564px) {
  .menu-main-w .menu-container {
    padding: 12rem 1rem 6rem 1rem;
  }
}
.menu-main-w .menu-head {
  display: flex;
  margin-bottom: 1.5rem;
}
.menu-main-w .menu-head .left {
  width: 70%;
}
.menu-main-w .menu-head .left.full-bleed {
  width: 100%;
}
.menu-main-w .menu-head .right {
  width: 30%;
  display: flex;
  justify-content: end;
}
.menu-main-w .menu-head .right .portion-w {
  font-weight: 300;
  font-size: 0.9rem;
}
.menu-main-w .menu-head .right .portion-w:last-child {
  margin-left: 1.5rem;
}
.menu-main-w .menu-ls .menu-row {
  display: flex;
  margin-bottom: 1.6rem;
}
.menu-main-w .menu-ls .menu-row:last-child {
  margin-bottom: 0;
}
.menu-main-w .menu-ls .menu-row.mar-small {
  margin-bottom: 6px;
}
.menu-main-w .menu-ls .menu-row.middle {
  align-items: center;
}
.menu-main-w .menu-ls .menu-row .left {
  width: 72%;
}
.menu-main-w .menu-ls .menu-row .left.full-bleed {
  width: 100%;
}
.menu-main-w .menu-ls .menu-row .right {
  width: 28%;
  display: flex;
  justify-content: end;
}
.menu-main-w .menu-ls .menu-row .right h4 {
  font-weight: 500;
  font-size: 1.1rem;
}
.menu-main-w .menu-ls .menu-row .right h4:last-child {
  margin-left: 1.5rem;
}
.menu-main-w .sp-bg {
  position: absolute;
  top: -4rem;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media only screen and (min-width: 564px) {
  .menu-main-w .sp-bg {
    top: -6rem;
  }
}
.menu-main-w .sp-bg.bg-3 {
  top: -5rem;
}
@media only screen and (min-width: 564px) {
  .menu-main-w .sp-bg.bg-3 {
    top: -9rem;
  }
}
.menu-main-w .sp-bg.bg-6 {
  top: -7rem;
}
@media only screen and (min-width: 564px) {
  .menu-main-w .sp-bg.bg-6 {
    top: -9rem;
  }
}
.menu-main-w .sp-bg.bg-7 {
  top: -8rem;
}
@media only screen and (min-width: 564px) {
  .menu-main-w .sp-bg.bg-7 {
    top: -15rem;
  }
}
.menu-main-w .sp-bg.bg-8 {
  top: -2rem;
}
@media only screen and (min-width: 564px) {
  .menu-main-w .sp-bg.bg-8 {
    top: -6rem;
  }
}
.menu-main-w .sp-bg.bg-9 {
  top: -10rem;
}
@media only screen and (min-width: 564px) {
  .menu-main-w .sp-bg.bg-9 {
    top: -13rem;
  }
}
.menu-main-w .sp-bg.bg-61 {
  top: -12rem;
}

@font-face {
  font-family: SharpGroteskBold;
  src: url(./fonts/SharpGroteskBold25.woff2);
  font-weight: bold;
}
@font-face {
  font-family: WorkSans;
  src: url(./fonts/WorkSans-VariableFont_wght.woff);
  font-weight: normal;
}
@font-face {
  font-family: WorkSansBold;
  font-style: normal;
  font-weight: 100 900;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/worksans/v9/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/*# sourceMappingURL=main.css.map */